@charset "UTF-8";
/* 総合医リカレント実践事業
---------------------------------------------------------------------------- */
#jigyo .p-mv {
  padding: 9.2rem 0;
  background: url(../img/jigyo/fv_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #jigyo .p-mv {
    padding: 4.9rem 0;
    background: url(../img/jigyo/fv_bgSP.jpg) no-repeat center center/cover;
  }
}
#jigyo .p-mv .lead {
  color: #133293;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #jigyo .p-mv .lead {
    font-size: 2.1rem;
  }
}
#jigyo .p-mv .ttl {
  margin-top: 0.7rem;
  color: #222222;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #jigyo .p-mv .ttl {
    font-size: 5.5rem;
    margin-top: 0.5rem;
  }
}
#jigyo .p-mv .txt {
  margin-top: 4.5rem;
  background-color: #133293;
  margin-inline: calc(50% - 50vi);
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding-block: 2.3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-mv .txt {
    font-size: 1.6rem;
    padding-block: 1.4rem;
    margin-top: 2.5rem;
    line-height: 1.7;
  }
}
#jigyo .p-intro {
  background-color: #F6F7FB;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro {
    padding: 3.5rem 0;
  }
}
#jigyo .p-intro .c-secttl {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #133293;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .c-secttl {
    font-size: 2rem;
    text-align: center;
  }
}
#jigyo .p-intro .txt-box {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box {
    margin-top: 3.6rem;
    display: grid;
    margin-top: 2.2rem;
    gap: 0;
  }
}
#jigyo .p-intro .txt-box .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#jigyo .p-intro .txt-box .sub-box {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box .image {
    margin-top: 4rem;
  }
}
#jigyo .p-intro .txt-box .sub-box .sub-txt {
  background-color: #DEE3F0;
  margin-top: 1.6rem;
  padding: 1.8rem 2.6rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box .sub-txt {
    margin-top: 2.6rem;
  }
}
#jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
#jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  width: 3.7rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_ttl {
    font-size: 1.3rem;
  }
}
#jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  text-decoration: underline;
  color: #133293;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
#jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt .icon {
  position: relative;
}
#jigyo .p-intro .txt-box .sub-box .sub-txt .sub-txt_item .sub-txt_item_txt .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icon_under-intro.svg) no-repeat center center/contain;
}
#jigyo .p-project {
  background-color: #133293;
  padding: 10.3rem 0;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project {
    padding: 5.5rem 0;
  }
}
#jigyo .p-project .project-box {
  border: 2px solid #fff;
  padding: 8rem 7.8rem 5.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box {
    padding: 2.3rem 2.4rem 3.3rem;
  }
}
#jigyo .p-project .project-box .c-secttl {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  line-height: 1.75;
  position: relative;
  text-align: center;
  padding: 0 4.6rem;
  background-color: #133293;
  position: absolute;
  content: "";
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .c-secttl {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 1.8rem;
    top: -1.8rem;
  }
}
#jigyo .p-project .project-box .txt-wrapper {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper {
    margin-top: 1rem;
    display: grid;
    gap: 2.8rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item {
    padding: 1.9rem 1.8rem 2.4rem;
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .number {
  font-size: 2.4rem;
  color: #133293;
  line-height: 1;
  text-align: center;
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .ttl {
    font-size: 1.6rem;
    margin-top: 1.1rem;
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 0.5rem;
  margin-top: 3.2rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .txt {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    line-height: 2;
    padding: 0;
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box {
  margin-top: auto;
  padding-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box {
    padding-top: 2.2rem;
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box .btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #133293;
  border: 2px solid #133293;
  background-color: #fff;
  white-space: nowrap;
  width: 23rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box .btn:hover {
    background-color: #133293;
    border: 2px solid #133293;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box .btn {
    width: 26rem;
    height: 4rem;
    border: 1px solid #133293;
  }
}
#jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box .btn.-closed {
  background-color: #C9C9C9;
  border: 2px solid #C9C9C9;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #jigyo .p-project .project-box .txt-wrapper .txt-item .btn-box .btn.-closed {
    border: 1px solid #C9C9C9;
  }
}

/* プログラム概要・申込
---------------------------------------------------------------------------- */
#apply .p-guide {
  padding: 8rem 0 10rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #apply .p-guide {
    padding: 4.5rem 0 8rem;
  }
}
#apply .p-guide dl {
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  margin-top: 3rem;
  padding: 5rem 9rem 8rem;
}
@media screen and (max-width: 767px) {
  #apply .p-guide dl {
    margin-top: 4rem;
    padding: 1rem 2rem 4rem;
  }
}
#apply .p-guide dl .item {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  #apply .p-guide dl .item {
    padding: 2rem 0;
  }
}
#apply .p-guide dl .item dt {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #133293;
  padding-left: 1.95rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .p-guide dl .item dt {
    font-size: 1.6rem;
    padding-left: 1.85rem;
  }
}
#apply .p-guide dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #133293;
}
#apply .p-guide dl .item dd {
  margin-top: -0.3rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #apply .p-guide dl .item dd {
    margin-top: 0.3rem;
  }
}
#apply .p-guide dl .item dd .notes {
  margin-top: 0.5rem;
  display: block;
  color: #6F6F6F;
  font-size: 1.2rem;
}
#apply .p-guide .c-btn-box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #apply .p-guide .c-btn-box {
    margin-top: 4.5rem;
  }
}
#apply .p-schedule {
  padding: 8rem 0;
  background: url(../img/index/bg_schedule.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule {
    padding: 4.5rem 0;
    background: url(../img/index/bg_schedule_sp.jpg) no-repeat center center/cover;
  }
}
#apply .p-schedule .content {
  margin-top: 3.5rem;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 4.5rem;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content {
    margin-top: 3rem;
    padding: 4.5rem 2rem;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box {
    height: 50rem;
    overflow-y: scroll;
  }
}
#apply .p-schedule .content .table-box table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table {
    width: 80rem;
    height: 100%;
  }
}
#apply .p-schedule .content .table-box table thead tr th {
  background-color: #133293;
  height: 8rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table thead tr th {
    height: 7rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #apply .p-schedule .content .table-box table thead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
#apply .p-schedule .content .table-box table thead tr th span {
  font-size: 1.2rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
}
#apply .p-schedule .content .table-box table thead tr th:nth-child(1) {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table thead tr th:nth-child(1) {
    width: 16.7rem;
  }
}
#apply .p-schedule .content .table-box table thead tr th:nth-child(2) {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table thead tr th:nth-child(2) {
    width: 8rem;
  }
}
#apply .p-schedule .content .table-box table thead tr th:nth-child(3) {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table thead tr th:nth-child(3) {
    width: 18.4rem;
  }
}
#apply .p-schedule .content .table-box table thead tr th:nth-child(2n) {
  background-color: #082172;
}
#apply .p-schedule .content .table-box table tbody tr td {
  border: 1px solid #C3C3C3;
  height: 6rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  #apply .p-schedule .content .table-box table tbody tr td {
    font-size: 1.2rem;
    height: 5rem;
    line-height: 1.5;
  }
}
#apply .p-schedule .content .table-box table tbody tr td:nth-child(1) {
  line-height: 1.53;
}
#apply .p-schedule .content .table-box table tbody tr td:nth-child(2) {
  text-align: center;
}
#apply .p-schedule .content .table-box table tbody tr td:nth-child(3) {
  padding: 0 1rem 0 1.3rem;
}
#apply .p-schedule .content .table-box table tbody tr td:nth-child(4) {
  padding: 0 2.6rem;
}
#apply .p-schedule .content .table-box table tbody tr:nth-child(2n) {
  background-color: #F6F7FB;
}
#apply .p-schedule .content .list {
  margin-top: 3rem;
}
#apply .p-schedule .content .list li {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  position: relative;
  padding-left: 2rem;
}
#apply .p-schedule .content .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
#apply .p-composition {
  background-color: #E8ECF5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #apply .p-composition {
    padding: 4.5rem 0 8rem;
  }
}
#apply .p-composition .block01 {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 {
    margin-top: 2.8rem;
    gap: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
#apply .p-composition .block01 .txt-box .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box .txt {
    max-width: 30rem;
    margin: 0 auto;
  }
}
#apply .p-composition .block01 .txt-box dl {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl {
    margin-top: 2.5rem;
    justify-content: center;
    gap: 3.2rem;
  }
}
#apply .p-composition .block01 .txt-box dl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21.5rem;
  width: 2.8rem;
  height: 1px;
  background-color: #133293;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl::before {
    width: 2rem;
    left: 16.3rem;
  }
}
#apply .p-composition .block01 .txt-box dl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22.8rem;
  width: 1px;
  height: 2.8rem;
  background-color: #133293;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl::after {
    height: 2rem;
    left: 17.3rem;
  }
}
#apply .p-composition .block01 .txt-box dl .item {
  width: 20rem;
  height: 20rem;
  border: 1px solid #133293;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl .item {
    width: 15rem;
    height: 15rem;
  }
}
#apply .p-composition .block01 .txt-box dl .item dt {
  font-size: 2rem;
  font-weight: 600;
  color: #133293;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl .item dt {
    font-size: 1.5rem;
  }
}
#apply .p-composition .block01 .txt-box dl .item dd {
  margin-top: 0.6rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #133293;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .txt-box dl .item dd {
    font-size: 1.3rem;
  }
}
#apply .p-composition .block01 .video-box .js-modal-open {
  position: relative;
  cursor: pointer;
}
#apply .p-composition .block01 .video-box .js-modal-open::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 12rem;
  height: 8.5rem;
  background: url(../img/common/icon_play.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .video-box .js-modal-open::before {
    width: 8.5rem;
    height: 6.1rem;
  }
}
#apply .p-composition .block01 .video-box .info-box {
  margin-top: -2px;
  background-color: #133293;
  padding: 1rem 1.8rem;
}
#apply .p-composition .block01 .video-box .info-box .post {
  font-size: 1.3rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .video-box .info-box .post {
    font-size: 1.2rem;
  }
}
#apply .p-composition .block01 .video-box .info-box .name {
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block01 .video-box .info-box .name {
    margin-top: 0.3rem;
    font-size: 1.4rem;
  }
}
#apply .p-composition .block02 {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 {
    margin-top: 3.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem;
  }
}
#apply .p-composition .block02 .box {
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 3rem 2.4rem 0;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box {
    padding: 1.7rem 2.2rem 0;
  }
}
#apply .p-composition .block02 .box .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .ttl {
    font-size: 2rem;
  }
}
#apply .p-composition .block02 .box .num {
  margin-top: 0.5rem;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .num {
    margin-top: 1rem;
    font-size: 2.8rem;
  }
}
#apply .p-composition .block02 .box .num span {
  font-size: 5.5rem;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .num span {
    font-size: 5rem;
  }
}
#apply .p-composition .block02 .box .btn {
  margin-top: 1.8rem;
  background-color: #082172;
  width: calc(100% + 4.8rem);
  margin-left: -2.4rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  #apply .p-composition .block02 .box .btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #apply .p-composition .block02 .box .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .btn {
    font-size: 1.6rem;
  }
}
#apply .p-composition .block02 .box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10.7rem;
  width: 1.8rem;
  height: 1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_bottom.svg);
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .btn::before {
    right: 3rem;
    width: 1.4rem;
    height: 0.7rem;
  }
}
#apply .p-composition .block02 .box .btn.is-open::before {
  transform: translateY(-50%) rotate(-180deg);
}
#apply .p-composition .block02 .box .content {
  display: none;
  height: 52.4rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block02 .box .content {
    height: auto;
  }
}
#apply .p-composition .block02 .box .content dl .item:nth-child(n+2) {
  margin-top: 1.5rem;
}
#apply .p-composition .block02 .box .content dl .item dt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  margin-left: -0.5em;
}
#apply .p-composition .block02 .box .content dl .item dd {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#apply .p-composition .block02 .box .content dl .item dd ul {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
}
#apply .p-composition .block02 .box .content dl .item dd ul li {
  background-color: #F6F7FB;
  padding: 0rem 0.6rem;
  color: #133293;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#apply .p-composition .block02 .box .content .notes {
  margin-top: 2rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #888888;
}
#apply .p-composition .block03 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block03 {
    margin-top: 3.5rem;
  }
}
#apply .p-composition .block03 .txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block03 .txt {
    font-size: 1.6rem;
  }
}
#apply .p-composition .block03 .txt a {
  font-weight: 700;
  padding-right: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #apply .p-composition .block03 .txt a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #apply .p-composition .block03 .txt a:hover {
    opacity: 0.7;
  }
}
#apply .p-composition .block03 .txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/common/icon_blank.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #apply .p-composition .block03 .txt a::before {
    right: 0.6rem;
  }
}
#apply .p-composition .block03 .txt a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
#apply .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#apply .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#apply .modal .video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#apply .modal .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#apply .modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#apply .modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
#apply .p-apply {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #apply .p-apply {
    padding: 4.5rem 0 8rem;
  }
}
#apply .p-apply .heading .btn {
  margin-top: 3.5rem;
}
#apply .p-apply .heading .btn_link {
  margin: 0 auto;
  width: 50rem;
  height: 8rem;
  background: #0E740D;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #apply .p-apply .heading .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #apply .p-apply .heading .btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #apply .p-apply .heading .btn_link {
    width: 32.3rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
#apply .p-apply .heading .btn_link span {
  position: relative;
}
#apply .p-apply .heading .btn_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(5, 85, 4, 0.35);
}
#apply .p-apply .heading .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2rem;
  width: 1.1rem;
  height: 2.1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .heading .btn_link::after {
    width: 0.7rem;
    height: 1.4rem;
    right: 2.2rem;
  }
}
#apply .p-apply .heading .link {
  margin-top: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .heading .link {
    margin-top: 1.7rem;
  }
}
#apply .p-apply .heading .link a {
  padding-left: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #0E740D;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #apply .p-apply .heading .link a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #apply .p-apply .heading .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #apply .p-apply .heading .link a {
    font-size: 1.8rem;
  }
}
#apply .p-apply .heading .link span {
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #888888;
  margin-left: 1rem;
  vertical-align: middle;
}
#apply .p-apply .heading .notes {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 1.4rem;
  color: #888888;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#apply .p-apply .content {
  margin: 8rem auto 0;
  background-color: #F5F5F5;
  padding: 12.5rem 5.5rem 4rem;
  max-width: 91rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content {
    margin-top: 4.5rem;
    padding: 10rem 2.2rem 4rem;
  }
}
#apply .p-apply .content .ttl {
  width: 38.8rem;
  height: 6rem;
  background-color: #133293;
  position: absolute;
  top: 3rem;
  left: -2rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .ttl {
    left: -1.5rem;
    width: 19.6rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
}
#apply .p-apply .content .list {
  margin-left: -3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list {
    margin-left: 0;
  }
}
#apply .p-apply .content .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15rem;
  width: 1px;
  height: 105%;
  background-color: #C3C3C3;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list::before {
    content: none;
  }
}
#apply .p-apply .content .list_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item {
    display: block;
  }
}
#apply .p-apply .content .list_item:nth-child(n+2) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item:nth-child(n+2) {
    margin-top: 5.4rem;
  }
}
#apply .p-apply .content .list_item:nth-child(n+2) .list_item_ttl-box {
  position: relative;
}
#apply .p-apply .content .list_item:nth-child(n+2) .list_item_ttl-box::before {
  content: "";
  position: absolute;
  top: -3rem;
  transform: translateX(-50%);
  left: 50%;
  width: 3rem;
  height: 1.5rem;
  background: url(../img/common/arrow_bottom_02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item:nth-child(n+2) .list_item_ttl-box::before {
    width: 7.6rem;
    height: 2rem;
    background: url(../img/common/arrow_bottom_03.svg) no-repeat center center/contain;
  }
}
#apply .p-apply .content .list_item_ttl-box {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_ttl-box {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #C3C3C3;
  }
}
#apply .p-apply .content .list_item_num {
  text-align: center;
  color: #133293;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  gap: 0.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_num {
    font-size: 1.3rem;
    justify-content: flex-start;
  }
}
#apply .p-apply .content .list_item_num span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_num span {
    font-size: 2rem;
  }
}
#apply .p-apply .content .list_item_ttl {
  margin-top: 1.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_ttl {
    margin-top: 0.8rem;
    font-size: 1.8rem;
    text-align: left;
  }
}
#apply .p-apply .content .list_item_txt-box {
  flex: 1;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_txt-box {
    margin-top: 1rem;
    padding-left: 0;
  }
}
#apply .p-apply .content .list_item_txt {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
#apply .p-apply .content .list_item_notes {
  color: #888888;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .list_item_notes {
    font-size: 1.2rem;
  }
}
#apply .p-apply .content .txt {
  margin-top: 4.5rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #082172;
}
@media screen and (max-width: 767px) {
  #apply .p-apply .content .txt {
    margin-top: 2.5rem;
  }
}
#apply .p-faq {
  background-color: #133293;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #apply .p-faq {
    padding: 4.5rem 0 8rem;
  }
}
#apply .p-faq dl {
  margin-top: 3.5rem;
}
#apply .p-faq dl .item {
  background-color: #fff;
}
#apply .p-faq dl .item:nth-child(n+2) {
  margin-top: 2rem;
}
#apply .p-faq dl .item dt {
  padding: 2rem 4.5rem;
  font-weight: 600;
  color: #133293;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #apply .p-faq dl .item dt {
    padding: 2rem 5rem 2rem 2.2rem;
    min-height: 8rem;
    display: flex;
    align-items: center;
  }
}
#apply .p-faq dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.5rem;
  width: 2rem;
  height: 2px;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  #apply .p-faq dl .item dt::before {
    right: 2rem;
    width: 1.8rem;
  }
}
#apply .p-faq dl .item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.3rem;
  width: 2px;
  height: 2rem;
  background-color: #222222;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #apply .p-faq dl .item dt::after {
    height: 1.8rem;
    right: 2.8rem;
  }
}
#apply .p-faq dl .item dt.is-open::after {
  opacity: 0;
}
#apply .p-faq dl .item dd {
  display: none;
  padding: 2rem 0;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  border-top: 1px solid #C3C3C3;
}
#apply .p-faq dl .item dd a {
  color: #133293;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #apply .p-faq dl .item dd a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #apply .p-faq dl .item dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #apply .p-faq dl .item dd {
    margin-left: 2.2rem;
    margin-right: 2.2rem;
  }
}

.p-fixed-btn {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.p-fixed-btn.is-active {
  opacity: 1;
  visibility: visible;
}
.p-fixed-btn .btn_link {
  margin: 0 auto;
  width: 50rem;
  height: 8rem;
  background: #0E740D;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fixed-btn .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-fixed-btn .btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-btn .btn_link {
    width: 32.3rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.p-fixed-btn .btn_link span {
  position: relative;
}
.p-fixed-btn .btn_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(5, 85, 4, 0.35);
}
.p-fixed-btn .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2rem;
  width: 1.1rem;
  height: 2.1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fixed-btn .btn_link::after {
    width: 0.7rem;
    height: 1.4rem;
    right: 2.2rem;
  }
}

/* 現場レポート
---------------------------------------------------------------------------- */
#report .p-report {
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #report .p-report {
    padding: 4rem 0 8rem;
  }
}
#report .p-report .pagination {
  margin-top: 8rem;
}
#report .p-report .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#report .p-report .pagination ul li > * {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #133293;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.16);
}
#report .p-report .pagination ul li > *.current {
  background-color: #133293;
  color: #fff;
}
#report .p-report .pagination ul li > * img {
  width: 0.7rem;
}

/* 現場レポート 詳細
---------------------------------------------------------------------------- */
#report-single .p-report {
  padding: 8rem 0 10rem;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.16);
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #report-single .p-report {
    padding: 4.5rem 0 8rem;
  }
}
#report-single .p-report .inner {
  background-color: #fff;
  padding: 8rem 8.5rem;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner {
    padding: 4.5rem 1rem;
  }
}
#report-single .p-report .inner .heading {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading {
    padding: 0 1.2rem 2rem;
  }
}
#report-single .p-report .inner .heading .category {
  background-color: #4E9FAE;
  width: 17rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  border-radius: 0.2rem;
  font-weight: 700;
  padding-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading .category {
    width: 14rem;
    font-size: 1.2rem;
  }
}
#report-single .p-report .inner .heading .category.-brown {
  background-color: #AE5D4E;
}
#report-single .p-report .inner .heading .ttl {
  margin-top: 2.8rem;
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading .ttl {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
#report-single .p-report .inner .heading .flex {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading .flex {
    margin-top: 2rem;
    display: block;
  }
}
#report-single .p-report .inner .heading .flex .lecturer {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading .flex .lecturer {
    font-size: 1.3rem;
    padding-left: 4rem;
  }
}
#report-single .p-report .inner .heading .flex .lecturer span {
  position: absolute;
  left: 0;
}
#report-single .p-report .inner .heading .flex .date {
  color: #888888;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .heading .flex .date {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
#report-single .p-report .inner .content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content {
    padding: 0 1.2rem;
  }
}
#report-single .p-report .inner .content > *:first-child {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content > *:first-child {
    margin-top: 3rem;
  }
}
#report-single .p-report .inner .content > *:last-child {
  margin-bottom: 0;
}
#report-single .p-report .inner .content p {
  margin: 3rem 0;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content p {
    margin: 2rem 0;
  }
}
#report-single .p-report .inner .content strong {
  font-weight: bold;
}
#report-single .p-report .inner .content em {
  font-style: italic;
}
#report-single .p-report .inner .content h2 {
  margin: 4rem 0 3rem;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content h2 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
#report-single .p-report .inner .content h3, #report-single .p-report .inner .content h4, #report-single .p-report .inner .content h5 {
  margin: 3rem 0;
  font-size: 1.8rem;
  color: #133293;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content h3, #report-single .p-report .inner .content h4, #report-single .p-report .inner .content h5 {
    margin: 2rem 0;
    font-size: 1.6rem;
  }
}
#report-single .p-report .inner .content a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #report-single .p-report .inner .content a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #report-single .p-report .inner .content a:hover {
    opacity: 0.7;
  }
}
#report-single .p-report .inner .content ol, #report-single .p-report .inner .content ul {
  margin: 2rem 0;
}
#report-single .p-report .inner .content ol {
  padding-left: 2rem;
}
#report-single .p-report .inner .content ol li {
  list-style: decimal;
}
#report-single .p-report .inner .content ul {
  padding-left: 2rem;
}
#report-single .p-report .inner .content ul li {
  list-style: disc;
}
#report-single .p-report .inner .content .wp-block-image {
  margin: 7rem 0;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content .wp-block-image {
    margin: 3rem 0;
  }
}
#report-single .p-report .inner .content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#report-single .p-report .inner .content .aligncenter {
  display: block;
  margin: 2rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content .aligncenter {
    width: 100%;
  }
}
#report-single .p-report .inner .content .alignright {
  float: right;
  margin: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content .alignright {
    width: 100%;
  }
}
#report-single .p-report .inner .content .alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .content .alignleft {
    width: 100%;
  }
}
#report-single .p-report .inner .writing {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #report-single .p-report .inner .writing {
    margin: 3rem 1.2rem 0;
  }
}
#report-single .p-report .inner .writing .txt {
  color: #888888;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}/*# sourceMappingURL=under.css.map */