/*ブレークポイント max-width version[Add leehnyn]*/
@keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-template-default section:nth-of-type(n+2):nth-of-type(odd) {
  background: none;
}
.page-template-default section:nth-of-type(n+2):nth-of-type(even) {
  background: none;
}
.cmn-headline > div:last-child {
  margin-inline: 0;
}
.page-2nd-term-btn__ptn01 {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 500px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-btn__ptn01 {
    width: 84%;
    height: 65px;
    border-radius: 5px;
    overflow: hidden;
  }
}
.page-2nd-term-btn__ptn01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #313131;
  border: 1px solid #313131;
}
.page-2nd-term-btn__ptn01__link__string {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: ryo-gothic-plusn, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-btn__ptn01__link__string {
    padding: 0;
    font-size: 16px;
  }
}
.page-2nd-term-btn__ptn01__link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  transform: translateY(-50%);
}
.page-2nd-term-fv {
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv {
    height: auto;
    aspect-ratio: 0.83333;
  }
}
.page-2nd-term-fv__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  background: url("../../../../images/2nd-term/bg_fv_pc.jpg") no-repeat center center / cover;
  opacity: 0;
  animation-name: fadein01;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__cnt {
    height: auto;
    background: url("../../../../images/2nd-term/bg_fv_sp.jpg") no-repeat center center / cover;
    aspect-ratio: 0.83333;
  }
}
.page-2nd-term-fv__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  width: 100%;
  max-width: 980px;
  aspect-ratio: 3.26667;
  opacity: 0;
  animation-name: fadein01;
  animation-duration: 1.2s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-fv__wrap {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(40/750*100vw);
    padding-inline: 8%;
    aspect-ratio: initial;
  }
}
.page-2nd-term-fv__catch {
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__catch {
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  }
}
.page-2nd-term-fv__catch img {
  width: auto;
  max-width: initial;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__catch img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.page-2nd-term-fv__data {
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__data {
    padding-inline: calc(50/750*100vw);
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  }
}
.page-2nd-term-fv__data img {
  width: auto;
  max-width: initial;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-fv__data img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.page-2nd-term-greeting {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting {
    padding: 12% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting {
    padding: 12% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__wrap {
    display: flex;
    flex-direction: column;
  }
}
.page-2nd-term-greeting__wrap::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}
.page-2nd-term-greeting__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__head {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__head {
    margin-bottom: 6%;
  }
}
.page-2nd-term-greeting__head-string {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__head-string {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-greeting__end {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__end {
    margin-top: 3%;
  }
}
.page-2nd-term-greeting__end-string {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__end-string {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-greeting__end--last {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__end--last {
    margin-bottom: 6%;
  }
}
.page-2nd-term-greeting__ph {
  float: right;
  margin-left: 25px;
  width: 48%;
  aspect-ratio: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__ph {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__ph {
    float: none;
    margin: 0 auto 6%;
    width: 100%;
    aspect-ratio: initial;
  }
}
.page-2nd-term-greeting__ph--posi03 {
  order: 3;
}
.page-2nd-term-greeting__info {
  display: inline;
}
.page-2nd-term-greeting__info-string {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__info-string {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-greeting__info-list {
  margin-bottom: 2em;
}
.page-2nd-term-greeting__info-item {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__info-item {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-greeting__info-item::before {
  margin-right: 0.5em;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
}
.page-2nd-term-greeting__movie {
  margin-block: 70px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__movie {
    margin-block: 7%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__movie {
    margin-block: 14% 7%;
  }
}
.page-2nd-term-greeting__movie-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-family: ryo-gothic-plusn, sans-serif;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-greeting__movie-ttl {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__movie-ttl {
    font-size: 1.6rem;
  }
}
.page-2nd-term-greeting__movie-ttl-small {
  font-size: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-greeting__movie-ttl-small {
    display: block;
    margin-top: 3%;
    font-size: 1.3rem;
  }
}
.page-2nd-term-greeting__movie-frame {
  margin-inline: auto;
  max-width: 600px;
  background: #000;
}
.page-2nd-term-course {
  padding: 120px 0;
}
.page-2nd-term-course__desc {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__desc {
    margin-top: 40px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-course__desc.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__desc.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__desc.pc {
    display: none;
  }
}
.page-template-default section.page-2nd-term-course:nth-of-type(n+2):nth-of-type(odd), .page-template-default section.page-2nd-term-course:nth-of-type(n+2):nth-of-type(even) {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-course {
    padding: 12% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course {
    padding: 12% 0;
  }
}
.page-2nd-term-course__wrap {
  display: flex;
  margin-top: 60px;
  /*
   &::after {
   content: "";
   clear: both;
   display: block;
   width: 100%;
   height: 0;
   }
   */
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-course__wrap {
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__wrap {
    flex-direction: column;
  }
}
.page-2nd-term-course__ph {
  margin-right: 35px;
  width: 48%;
  aspect-ratio: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-course__ph {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__ph {
    order: 2;
    float: none;
    margin: 9% auto 0;
    width: 100%;
  }
}
.page-2nd-term-course__info-ttl {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-course__info-ttl {
    margin-bottom: 3%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__info-ttl {
    font-size: 1.3rem;
  }
}
.page-2nd-term-course__info-item {
  display: flex;
}
.page-2nd-term-course__info-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-course__info-item:not(:last-of-type) {
    margin-bottom: 2%;
  }
}
.page-2nd-term-course__info-item-date {
  margin-right: 1em;
  font-size: 1.6rem;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__info-item-date {
    font-size: 1.3rem;
  }
}
.page-2nd-term-course__info-item-ttl {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__info-item-ttl {
    margin-right: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-course__info-item-txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-course__info-item-txt {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-design {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-design {
    padding: 12% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-design {
    padding: 12% 0;
  }
}
.page-2nd-term-design__catch {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-design__catch {
    margin-top: 6%;
    margin-bottom: 4%;
  }
}
.page-2nd-term-design__catch-string {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-design__catch-string {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-design__wrap::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}
.page-2nd-term-design__ph {
  float: right;
  margin-left: 25px;
  width: 48%;
  aspect-ratio: 1.34328;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-design__ph {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-design__ph {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.page-2nd-term-design__info {
  display: inline;
}
.page-2nd-term-design__info-item {
  display: flex;
}
.page-2nd-term-design__info-item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-design__info-item:not(:last-of-type) {
    margin-bottom: 3%;
  }
}
.page-2nd-term-design__info-item-ttl {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-design__info-item-ttl {
    margin-right: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-design__info-item-txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-design__info-item-txt {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-accessory {
  padding: 120px 0 85px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-accessory {
    padding: 12% 0 8.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory {
    padding: 12% 0 8.5%;
  }
}
.page-template-default section.page-2nd-term-accessory:nth-of-type(n+2):nth-of-type(odd), .page-template-default section.page-2nd-term-accessory:nth-of-type(n+2):nth-of-type(even) {
  background: #fff;
}
.page-2nd-term-accessory__list {
  display: flex;
  flex-wrap: wrap;
  margin-block: 15px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-accessory__list {
    margin-block: 2%;
  }
}
.page-2nd-term-accessory__item {
  margin: 0 2.93% 3.7% 0;
  width: 22.8%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory__item {
    margin: 0 4% 8% 0;
    width: 48%;
  }
}
.page-2nd-term-accessory__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-2nd-term-accessory__item-ph {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 1.34375;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory__item-ph {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.page-2nd-term-accessory__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-2nd-term-accessory__item-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-accessory__item-ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory__item-ttl {
    font-size: 1.3rem;
  }
}
.page-2nd-term-accessory__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-accessory__item-txt {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-access {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-access {
    padding: 12% 0;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access {
    padding: 12% 0;
  }
}
.page-2nd-term-access__catch {
  margin-bottom: 20px;
}
.page-2nd-term-access__catch-string {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__catch-string {
    font-size: 1.3rem;
  }
}
.page-2nd-term-access__wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-access__wrap {
    margin-top: 6%;
  }
}
.page-2nd-term-access__wrap::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}
.page-2nd-term-access__ph {
  float: left;
  width: 48%;
  aspect-ratio: 1.28571;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__ph {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    aspect-ratio: 1.33333;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-2nd-term-access__info {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__info {
    float: none;
    width: 100%;
  }
}
.page-2nd-term-access__info-name {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__info-name {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.page-2nd-term-access__info-add {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__info-add {
    margin-bottom: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-access__info-frame {
  margin-bottom: 10px;
  aspect-ratio: 1.95652;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__info-frame {
    margin-bottom: 10px;
  }
}
.page-2nd-term-access__info-frame iframe {
  width: 100%;
  height: 100%;
}
.page-2nd-term-access__info-comment {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-access__info-comment {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-member {
  padding: 120px 0 85px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-member {
    padding: 12% 0 8.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-member {
    padding: 12% 0 8.5%;
  }
}
.page-2nd-term-member__list {
  display: flex;
  flex-wrap: wrap;
  margin-block: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-member__list {
    margin-block: 6%;
  }
}
.page-2nd-term-member__item {
  margin: 0 3.05% 3.7% 0;
  width: 31.3%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-member__item {
    margin: 0 auto 8%;
    width: 100%;
  }
}
.page-2nd-term-member__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-member__item:nth-of-type(3n) {
    margin: 0 auto 8%;
    width: 100%;
  }
}
.page-2nd-term-member__item-ph {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1.84375;
  background: #eee;
}
.page-2nd-term-member__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-2nd-term-member__item-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-member__item-ttl {
    margin-right: 10px;
    font-size: 1.3rem;
  }
}
.page-2nd-term-member__item-add {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-member__item-add {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-member__item-link-string {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-member__item-link-string {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-award {
  padding: 120px 0 110px;
}
.page-template-default section.page-2nd-term-award:nth-of-type(n+2):nth-of-type(odd), .page-template-default section.page-2nd-term-award:nth-of-type(n+2):nth-of-type(even) {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-award {
    padding: 12% 0 11%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-award {
    padding: 12% 0 11%;
  }
}
.page-2nd-term-award__list {
  display: flex;
  flex-wrap: wrap;
  margin-block: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-award__list {
    margin-block: 6%;
  }
}
.page-2nd-term-award__item {
  margin: 0 2.93% 3.7% 0;
  width: 22.8%;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-award__item {
    margin: 0 4% 8% 0;
    width: 48%;
  }
}
.page-2nd-term-award__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-award__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-2nd-term-award__item-ph {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 1.34375;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-award__item-ph {
    margin-bottom: 10px;
  }
}
.page-2nd-term-award__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-2nd-term-award__item-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-award__item-ttl {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.page-2nd-term-award__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-award__item-txt {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-faq {
  padding: 0 0 120px;
}
.page-template-default section.page-2nd-term-faq:nth-of-type(n+2):nth-of-type(odd), .page-template-default section.page-2nd-term-faq:nth-of-type(n+2):nth-of-type(even) {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-faq {
    padding: 0 0 12%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq {
    padding: 0 0 12%;
  }
}
.page-2nd-term-faq__list {
  margin-block: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-faq__list {
    margin-block: 6%;
  }
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__list {
    margin-block: 12%;
  }
}
.page-2nd-term-faq__item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-2nd-term-faq__item:not(:last-of-type) {
    margin-bottom: 6%;
  }
}
.page-2nd-term-faq__ttl {
  display: flex;
}
.page-2nd-term-faq__ttl-icon {
  margin-right: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__ttl-icon {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.page-2nd-term-faq__ttl-string {
  flex: 1;
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__ttl-string {
    margin-top: 1px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
}
.page-2nd-term-faq__cnt {
  display: flex;
  margin-left: 40px;
  margin-top: 15px;
  padding-left: 20px;
  padding-top: 15px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__cnt {
    margin-left: 40px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
.page-2nd-term-faq__cnt-icon {
  margin-right: 15px;
  font-size: 2rem;
  font-weight: 500;
  color: #c9b7a1;
  line-height: 1.7;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__cnt-icon {
    margin-right: 10px;
    font-size: 1.3rem;
  }
}
.page-2nd-term-faq__cnt-string {
  flex: 1;
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .page-2nd-term-faq__cnt-string {
    margin-top: 1px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
}
