@charset "UTF-8";

.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: var(--scroll-y);
}
.t-mainContent {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  --font-en: "Open Sans", sans-serif;
  --font-ja: "Zen Kaku Gothic Antique", sans-serif;
  --leading-trim: calc((1em - 1lh) / 2);
  --color-navy: #1E2678;
  --color-navy-light: #2C418A;
  --bg-grey: #F4F6FA;
  font-size: 16px;
  padding-top: 58px;
  overflow-x: clip;
  line-height: unset;
}

@media screen and (min-width: 641px) {
  .t-mainContent {
    padding-top: 95px;
  }
}
@media screen and (min-width: 1461px) {
  .t-mainContent {
    padding-top: 146.5px;
  }
}
@media screen and (min-width: 1489px) {
  .t-mainContent {
    padding-top: 119.5px;
  }
}
.t-mainContent * {
  box-sizing: border-box;
}
.t-mainContent button{
  font-family: inherit;
}
:where(.t-mainContent p){
  line-height: 2;
  margin-block: var(--leading-trim);
}
.section-inner {
  max-width: 1440px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .section-inner {
    padding-inline: calc(70 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .section-inner {
    padding-inline: 70px;
  }
}
img {
  height: auto;
}
.ttl-lv2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-block: var(--leading-trim);
} 
@media screen and (min-width: 768px) {
  .ttl-lv2 {
    font-size: 40px;
  }
}
.ttl {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-block: var(--leading-trim);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
} 
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}
.d-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .d-sp-none {
    display: block;
  }
}
.only-min1024 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only-min1024 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .only-max1023 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .only-max1199 {
    display: none;
  }
}
.only-pc-text  {
  display: none;
}
@media screen and (min-width: 768px) {
.only-pc-text  {
    display: inline;
  }
}
.txt-blue {
  color: #00519C;
}
.hikouki {
  position: absolute;
  left: 0;
  background: url("../img/kokusai/hikouki.png") no-repeat right center / auto 100%;
  margin-left: calc(50% - 50vw);
}


.mv-news-wrap {
  padding-bottom: 60px;
  background: url("../img/kokusai/mv_earth02.webp") no-repeat bottom 87px right -142.95px / 995px auto;
}
@media screen and (min-width: 768px) {
  .mv-news-wrap {
    padding-bottom: 80px;
    background-position: bottom 16px left calc(150 / 768 * -100vw);
  }
}
@media screen and (min-width: 1024px) {
  .mv-news-wrap {
    background-size: calc(1501 / 1440 * 100vw) auto;
    background-position: bottom calc(40 / 1024 * -100vw) left calc(328 / 1440 * -100vw);
  }
}
@media screen and (min-width: 1200px) {
  .mv-news-wrap {
    padding-bottom: 122.5px;
    background-position: bottom calc(88 / 1440 * -100vw) left calc(328 / 1440 * -100vw);
  }
}
@media screen and (min-width: 1366px) {
  .mv-news-wrap {
    background-size: 1501px auto;
    background-position: bottom -105px left -328px;
  }
}
.mv {
  padding-block: 38px 57px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-block: 45px 65px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding-block: 54px 85px;
  }
}
.mv__inner {
  max-width: 1440px;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv__inner {
    padding-inline: calc(40 / 1440 * 100vw);
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-areas: 
      "ttl img"
      "subttl img"
      "btn img";
    gap: 0 30px;
    align-items: start;
  }
}
@media screen and (min-width: 1440px) {
  .mv__inner {
    padding-inline: 40px;
  }
}
.mv__ttl {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__ttl {
    grid-area: ttl;
    margin-top: 70px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__ttl {
    text-align: left;
  }
}
.mv__subttl {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  margin-top: calc(var(--leading-trim) + 34px );
}
@media screen and (min-width: 768px) {
  .mv__subttl {
    grid-area: subttl;
    font-size: 44px;
    margin-top: 32px;
  }
}
.mv__subttl-top,
.mv__subttl-bottom {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .mv__subttl-top,
  .mv__subttl-bottom {
    display: block;
    margin-block: var(--leading-trim);
    line-height: 1.45;
    text-align-last: left;
  }
  .mv__subttl-bottom {
    margin-top: calc(var(--leading-trim) + 62px); 
  }
}
.mv .hikouki {
  height: 31px;
  width: calc(344 / 375 * 100vw);
  top: 226px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .mv .hikouki {
    top: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .mv .hikouki  {
    width: calc(1070 / 1440 * 100vw);
    height: calc(44 / 1440 * 100vw);
    top: 242px;
  }  
}
@media screen and (min-width: 1440px) {
  .mv .hikouki  {
    height: 44px;
  }  
}
.mv__img-slider {
  margin-top: 66px;
  margin-inline: calc(50% - 50vw);
 
}
@media screen and (min-width: 1024px) {
  .mv__img-slider {
    grid-area: img;
    margin-top: 0;
    /* 画面幅2560pxまではめいっぱいはみ出す */
    margin-inline: 0 max(calc(50% - 50vw), -630px);
  }
}
.scroll-slider {
  overflow: hidden;
}
.scroll-slider__track {
  width: max-content;
  display: flex;
}
.mv__img-track {
}
.mv__img-list {
  display: flex;
  /* gap: 0 10px;
  padding-right: 10px; */
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}
@media screen and (min-width: 768px) {
  .mv__img-list {
    /* gap: 0 20px;
    padding-right: 20px; */
  }
}
.mv__img {
  width: calc(142.5 / 375 * 100vw);
  max-width: 296px;
  aspect-ratio: 142.5 / 293;
  /* overflow: hidden; */
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .mv__img {
    width: calc(296 / 1440 * 100vw);
    aspect-ratio: 296 / 610;
    padding-inline: 10px;
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100vmax;
}
.DL-btn {
  display: block;
  background: #ffffffCC;
  border-radius: 12px;
  padding: 15.5px 15px;
  overflow: hidden;
  margin-top: 49px;
}
@media screen and (min-width: 768px) {
  .DL-btn {
    padding: 12px 15px 12px 10px;
  }
}
.DL-btn__inner {
  display: grid;
  grid-template-columns: 52px 1fr 30px ;
  gap: 0;
  align-items: center;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .DL-btn__inner {
    gap: 0;
    grid-template-columns: 52px 1fr 40px ;
  }
}
.DL-btn__inner::after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--color-navy);
  mask: url("../img/kokusai/icon_download.svg") no-repeat center center / contain;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .DL-btn__inner::after {
    width: 40px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .DL-btn:hover .DL-btn__inner {
    transform: scale(1.05);
  }
}
.mv__DL-btn {
  width: fit-content;
  min-width: 335px;
  overflow: visible;
  box-shadow: 0 0 26px #1E26781A;
}
@media screen and (min-width: 768px) {
  .mv__DL-btn {
    min-width: 300px;
    margin: 47px auto 0;
    padding: 15.5px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__DL-btn {
    margin: min(calc(92 / 1440 * 100vw), 92px) 0 0;
  }
}
.mv__DL-btn .DL-btn__ttl {
  margin-inline: 12px 0;
}
.DL-btn__ttl .top,
.DL-btn__ttl .bottom {
  display: block;
  line-height: normal;
  color: var(--color-navy);
  margin-block: var(--leading-trim);
}
.DL-btn__ttl .top {
  font-size: 16px;
  font-weight: 500;
}
.DL-btn__ttl .bottom {
  font-size: 20px;
  font-weight: bold;
  margin-top: calc(var(--leading-trim) + 8px);
}
/* ニュース */
.kokusai-news {
  max-width: 1440px;
  margin-inline: auto;
}
.kokusai-news__ttl {
  color: #83A5DF;
  font-size: 42px;
  line-height: 0.775;
  font-weight: 600;
  margin-left: -4px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kokusai-news__ttl {
    font-size: 52px;
  }
}
.c-componentArea__item--lgMgBtm {
  padding: 0;
}
.kokusai-news .c-innerContents {
  max-width: unset;
  padding: 0;
}
.c-NewsTopicsArea {
  display: block;
}
.c-componentArea__item--smMgBtm,
.c-NewsTopicsHead {
  display: none;
}
.c-NewsTopicsBody {
  width: unset;
  border-top: none;
  overflow: hidden;
}

.c-newsListWrapper {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-block: 17px 12px;
  opacity: 0;
  transition: opacity 0.6s linear;
}
@media screen and (min-width: 768px) {
  .c-newsListWrapper {
    padding-block: 18.85px;
  }
}
.c-newsListWrapper.swiper-initialized {
  opacity: 1; 
}

.kokusai-news .swiper-wrapper {
  transition-timing-function: linear;
}
.c-newsList__item {
  width: auto;
  margin-inline: 10px;
  border: none !important;
}

.c-newsList__item > a {
  padding: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 3px;
  align-items: center;
  justify-items: start;
}
@media screen and (min-width: 768px) {
  .c-newsList__item > a {
    grid-template-columns: repeat(4, auto);
    gap: 0;
  }
}
.c-newsList__item > a::after {
  display: none;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/kokusai/icon_earth.svg") no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .c-newsList__item > a::after {
    display: block;
    margin-left: 15px;
  }
}

.c-newsListDate {
  opacity: 1;
  width: unset;
  padding: 0;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #7E7E7E;
}
.c-newsListCat__icon {
  display: contents;
  line-height: 1;
}
.c-newsListCat {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border: 1px solid #DFE3E5;
  margin-block: var(--leading-trim);
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  /* .kokusai-news__cat, */
  .c-newsListCat {
    font-size: 12px;
    padding: 6.5px 12px;
    margin-left: 12px;
  }
}
.c-newsListTtl {
  width: auto !important;
  grid-column: span 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .c-newsListTtl {
    grid-column: auto;
    font-size: 15px;
    margin-left: 15px;
  }
}
.c-newsBtnArea {
  margin-top: 22px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-newsBtnArea {
    padding-right: calc(70 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .c-newsBtnArea {
    padding-right: 70px;
  }
}
.c-newsBtnArea > a {
  display: inline-grid;
  grid-template-columns: max-content 16.5px;
  gap: 0 12px;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-newsBtnArea > a::after {
  content: "";
  width: 16.5px;
  height: 16.5px;
  background: url("../img/kokusai/icon_arrow.svg") no-repeat center center / contain;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .c-newsBtnArea > a:hover::after {
    transform: translateX(50%);
  }
}
/* インナーリンクリスト */
@media screen and (min-width: 1024px) {
  .anchor-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-inline: 0;
  }
}
.anchor-list__item,
.fixed-anchors__list-item {
  border-bottom: 1px solid var(--color-navy);
}

@media screen and (min-width: 1024px) {
  .anchor-list__item {
    border-bottom: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media screen and (max-width: 1023px) {
  .anchor-list__item:first-child {
    border-top: 1px solid var(--color-navy);
  }
}
.anchor-list__item-link {
  display: grid;
  padding: 16.5px 10px;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 0 16px;
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-link {
    position: relative;
    height: 100%;
    padding: 60px 14px 42px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px 0;
    background: no-repeat center center / cover;
  }
  .anchor-list__item:nth-of-type(1) .anchor-list__item-link {
    background-image: url("../img/kokusai/inner_link01_bg.webp");
  }
  .anchor-list__item:nth-of-type(2) .anchor-list__item-link {
    background-image: url("../img/kokusai/inner_link02_bg.webp");
  }
  .anchor-list__item:nth-of-type(3) .anchor-list__item-link {
    background-image: url("../img/kokusai/inner_link03_bg.webp");
  }
  .anchor-list__item:nth-of-type(4) .anchor-list__item-link {
    background-image: url("../img/kokusai/inner_link04_bg.webp");
  }
  .anchor-list__item:nth-of-type(5) .anchor-list__item-link {
    background-image: url("../img/kokusai/inner_link05_bg.webp");
  }
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #08347F99;
  }
}
.anchor-list__item-arrow-wrap {
  width: 28px;
  height: 28px;
  border-radius: 100vmax;
  border: 1px solid var(--color-navy);
  background: url("../img/kokusai/icon_simple_arrow_btm.svg") no-repeat center center / 11.5px auto;
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-arrow-wrap {
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    border-color: #fff;
    background: none;
    position: relative;
    transition: transform 0.3s;
  }
  .anchor-list__item-link:hover .anchor-list__item-arrow-wrap {
    transform: scale(1.2);
  }

}
.anchor-list__item-arrow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-arrow {
    display: block;
    width: 14px;
    height: 17px;
    overflow: hidden;
  }
  .anchor-list__item-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url("../img/kokusai/icon_arrow_bottom.svg") no-repeat center center / contain;

  }
  .anchor-list__item-link:hover .anchor-list__item-arrow::before {
    animation: arrowMoveDown 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;  
  }
}
@keyframes arrowMoveDown {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(110%);
  }
  30.1% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 1024px) and (any-hover: hover) {
  .anchor-list__item-link:hover::after {
    transform: scale(1.2);
  }
}

.anchor-list__item-txt,
.fixed-anchors__list-item-txt {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--color-navy);
  margin-block: var(--leading-trim);
}
.anchor-list__item-txt {
  font-family: "Open Sans", sans-serif,"Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  .anchor-list__item-txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-txt {
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: relative;
    margin-block: 0;
  }
  .anchor-list__item:first-child .anchor-list__item-txt {
    margin-block: var(--leading-trim);
  }
}
@media screen and (min-width: 1024px) {
  .anchor-list__item-txt .only-pc {
    display: block;
  }
}
/* 追従インナーリンク */
.fixed-anchor-mokuji-btn {
  position: fixed;
  right: 0;
  bottom: 37px;
  padding: 9px 12px 8px;
  background: #668CCD;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px 0;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .fixed-anchor-mokuji-btn{
    display: none;
  }
}
.fixed-anchor-mokuji-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/kokusai/icon_mokuji.svg") no-repeat center center / contain;
}
.fixed-anchor-mokuji-btn__txt {
  writing-mode: vertical-lr;
}
.fixed-anchors-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background: #ffffffe6;
  z-index: 10001;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fixed-anchors-overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.fixed-anchors__close-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--color-navy-light);
  background: #fff url("../img/kokusai/icon_close.svg") no-repeat center center / 18px auto;
  bottom: calc(100% - 27px);
  right: -16px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .fixed-anchors__close-btn {
    display: none;
  }
}
.fixed-anchors {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 315px;
  background: #fff;
  border: 1px solid var(--color-navy-light);
  padding: 10px 20px;
  border-radius: 7px;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10002;
}
@media screen and (min-width: 1024px) {
  .fixed-anchors {
    border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--color-navy-light);
    border-top: 1px solid var(--color-navy-light);
  }
}
.fixed-anchors.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .fixed-anchors.is-show {
    top: auto;
    transform: unset;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-anchors__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.fixed-anchors__list-item {

}
@media screen and (min-width: 1024px) {
  .fixed-anchors__list-item {
    border-bottom: none;
  }  
  .fixed-anchors__list-item + .fixed-anchors__list-item {
    border-left: 1px solid var(--color-navy-light);
  }
}
.fixed-anchors__list-item:last-child {
  border-bottom: none;
}
.fixed-anchors__list-item-link {
  display: grid;
  padding: 16.5px 10px;
  grid-template-columns: 1fr 28px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fixed-anchors__list-item-link {
    height: 100%;
  }
}
.fixed-anchors__list-item-arrow-wrap {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--color-navy);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-anchors__list-item-arrow-wrap .arrow {
  overflow: hidden;
  display: block;
  width: 11.6px;
  aspect-ratio: 10 / 13;
}
.fixed-anchors__list-item-arrow-wrap .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/kokusai/icon_simple_arrow_btm.svg") no-repeat center center / contain;
}
@media (any-hover: hover) {
  .fixed-anchors__list-item-link:hover .fixed-anchors__list-item-arrow-wrap .arrow::before {
    animation: arrowMoveDown 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;  
  }
}
.fixed-anchors__list-item-txt {
  font-size: min(calc(16 / 375 * 100vw), 16px);
}
/* プログラム */
.program {
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program {
    padding-top: 160px;
  }
}
.program::before {
  content: "PROGRAMS";
  position: absolute;
  top: 37px;
  left: 0;
  font-family: var(--font-en);
  color: #83A5DF1A;
  font-size: 127px;
  font-weight: 600;
  writing-mode: vertical-lr;
  line-height: 0.75;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .program::before {
    font-size: 160px;
    top: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .program .section-inner::before {
    left: -24px;
  }
}
.program__top-cont {
  padding-bottom: 52.5px;
}
@media screen and (min-width: 768px) {
  .program__top-cont {
    padding-bottom: 94px;
  }
}
.program__ttl {
  font-size: 26px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .program__ttl {
    font-size: 42px;
  }
}
.program__subttl {
  font-size: 20px;
  margin-top: calc(var(--leading-trim) + 30px);
}
@media screen and (min-width: 768px) {
  .program__subttl {
    font-size: 24px;
    margin-top: calc(var(--leading-trim) + 40px );
  }
}
.program__intro {
  line-height: 1.85;
  font-weight: 600;
  margin-top: calc(var(--leading-trim) + 60px);
}
@media screen and (min-width: 768px) {
  .program__intro {
    font-size: 18px;
    line-height: 1.95;
    margin-top: calc(var(--leading-trim) + 70px );
  }
}
.program__btn-list {
  margin: 97.5px -10px 0;
  display: flex;
  /* gap: 0 calc(5 / 375 * 100vw); */
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .program__btn-list {
    margin: 103px auto 0;
    gap: 0 5%;
  }
}
.program__btn-item {  
  width: clamp(5rem, 2.359rem + 11.27vw, 12.5rem);
  margin-inline: calc(2.5 / 375 * 100vw);
  position: relative;
  z-index: 5;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .program__btn-item {  
    margin-inline: 0;
  }
}

.program__btn-item:has(.program__btn.is-active){
  transform: scale(1.25);
  /* scaleで拡大した時に隣の要素にくっつかないように指定 */
  margin-inline: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .program__btn-item:has(.program__btn.is-active),
  .program__btn-item:has(.program__btn:not(.is-active):hover) {
    transform: scale(1.15);
    margin-inline: 0;
  }
}
.program__btn {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url("../img/kokusai/dashed_circle.svg") no-repeat center center / contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.5px 0;
  font-size: 13px;
  color: var(--color-navy);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  /* iOSでボタンを押した時のタップハイライトを透明にするために指定 */
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  .program__btn {
    gap: 11px 0;
  }
}
/* Androidでボタンを押した時（button:active時）のデフォルトスタイルを消すために指定 */
.program__btn:active {
  background: url("../img/kokusai/dashed_circle.svg") no-repeat center center / 100% auto;
}
.program__btn::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  /* scaleで1.15倍になるのでカンプサイズを1.15で割った数値を指定 */
  width: 11.5px;
  aspect-ratio: 14 / 45;
  background: url("../img/kokusai/program_btn_arrow_sp.svg") no-repeat top center / contain;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .program__btn::before{
    /* scaleで1.15倍になるのでカンプのサイズを1.15で割った数値を指定 */
    width: 18px;
    aspect-ratio: 19 / 88.5;
    background-image: url("../img/kokusai/program_btn_arrow.svg");
  } 
}
.program__btn.is-active::before {
  visibility: visible;
  opacity: 1;
}
.program__btn .top-txt,
.program__btn .bottom-txt {
  display: block;
  font-weight: bold;
  letter-spacing: 0.03em;
  transition: font-size 0.3s;
}
.program__btn .top-txt {
  font-size: clamp(0.813rem, 0.57rem + 1.03vw, 1.5rem);
  line-height: 1.2;
  margin-block: var(--leading-trim);
}
.program__btn .bottom-txt {
  font-size: clamp(0.688rem, 0.533rem + 0.66vw, 1.125rem);
  line-height: 1;
}
.program__panel {
  position: relative;
}
.program__panel-tab-area {
  background: #1E2678;
  padding-block: 5px;
}
@media screen and (min-width: 768px) {
  .program__panel-tab-area {
    padding-block: 5px;
  }
}
.program__panel-tab-area-inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .program__panel-tab-area-inner {
    padding-inline: min(calc(70 / 1440 * 100%), 70px);
  }
}
.program__panel-tab-list {
  display: none;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .program__panel-tab-list {
    gap: 10px;
  }
}
.program__panel-tab-list.--col-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(50px, auto);
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .program__panel-tab-list.--col-3 {
    grid-template-columns: repeat(3, minmax(max(calc(252 / 1300 * 100%), 200px), max-content));    grid-auto-rows: minmax(65px, auto);
    padding-inline: 0;
  }
}
.program__panel-tab-list.--col-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(90px, auto);
}
@media screen and (min-width: 768px) {
  .program__panel-tab-list.--col-4 {
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(65px, auto);
  }
}

.program__panel-tab-list.is-active {
  display: grid;
}
.program__panel-tab {
}
.program__panel-tab-btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program__panel-tab-btn {
    font-size: 16px;
  }
}
.program__panel-tab-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background: #ffffff33;
  transition: background 0.3s;
}
.program__panel-tab-btn.is-selected::before {
  background: #fff;
}
.program__panel-area {
  padding-block: 40px 104px;
  background: var(--color-navy-light);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .program__panel-area {
    padding-block: 60px;
  }
}
.program__sub-cat-group {
  
}
@media screen and (min-width: 768px) {
  .program__sub-cat-group {
    max-width: 1242px;
  }
}
.program__sub-cat-panel {
  display: none;
}
.program__sub-cat-group.is-active .program__sub-cat-panel.is-active {
  display: block;
}
.program__sub-cat-ttl {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .program__sub-cat-ttl {
    font-size: 36px;
  }
}
.program__select-inner {
  width: 284px;
  position: relative;
}
.program__select-btn {
  width: 100%;
  padding-left: 10px;
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-template-rows: 41px;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #ffffffb2;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
}
.program__select-btn .icon {
  display: block;
  width: 40px;
  height: 40px;
  border-left: 1px solid #ffffffb2;
  position: relative;
}
.program__select-btn .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  aspect-ratio: 13 / 8;
  inset: 0;
  margin: auto;
  background: url("../img/kokusai/icon_white_arrow_bottom.svg") no-repeat center center / contain;
  transition: transform 0.3s;
}
.program__select-btn.is-active .icon::after {
  transform: rotate(180deg);
}

.program__select-list-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 335px;
  padding: 10px 15px 12px;
  background: #FFFFFFF2;
  border-radius: 5px;
  z-index: 5;
  transition:opacity 0.3s;
}
.program__select-btn.is-active + .program__select-list-wrap {
  visibility: visible;
  opacity: 1;
}
.program__select-item {

}
.program__select-item-label {
  padding-block: 12px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 0 7px;
  color: #1D0909;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
input {
  -webkit-appearance: none; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
.program__select-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2A71FF;
  display: grid;
  place-content: center;
}
.program__select-radio::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.3s;
}
.program__select-radio:checked::before {
  background: #2A71FF;
}
.program__select-desc-txt {
  padding: 10px 15px 0;
  margin-inline: -15px;
  border-top: 1px solid #E5E5E5;
  font-size: 13px;
  line-height: 1.3;
  color: #615B5F;
  margin-block: var(--leading-trim);
}
.program__cont-area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ffffff80;
}
.program__cont {
  display: none;
}
@media screen and (min-width: 768px) {
  .program__cont {
    grid-template-columns: min(calc(540 / 1440 * 100vw), 540px) 1fr;
    gap: 0 min(calc(52 / 1440 * 100vw), 52px);
  }
}

.program__cont.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .program__cont.is-active {
    display: grid;
  }
}
.program__cont-img {
  width: 100%;
}
.program__cont-txts {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .program__cont-txts {
    margin-top: 0;
    height: min(calc(540 / 1440 * 100vw), 540px);
    overflow-y: auto;
    /* Firefox */
    scrollbar-width: none;
  }
  .program__cont-txts::-webkit-scrollbar {
    display: none;
  }
}
.program__cont-ttl {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .program__cont-ttl {
    font-size: 26px;
  }
}
.program__cont-desc {
  line-height: 2;
  font-weight: 500;
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 40px );
}
@media screen and (min-width: 768px) {
  .program__cont-desc {
    font-size: 18px;
  }
}
.program__cont-dl {
  margin-top: 48px;
  border-top: 1px solid #ffffff1a;
}
.program__cont-dl-item:not(.--tatenarabi) {
  padding-block: 18px 15px;
  border-bottom: 1px solid #ffffff1a;
  display: grid;
  grid-template-columns: calc(7em + 20px) 1fr;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .program__cont-dl-item:not(.--tatenarabi) {
    padding-block: 15px;
  }
}
.program__cont-dl-item.--tatenarabi {
  margin-top: 40px;
}
.program__cont-dt {
  font-weight: bold;
  line-height: 2;
  margin-block: var(--leading-trim);
}
.program__cont-dd {
  font-size: 15px;
  line-height: 1.85;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .program__cont-dd {
    font-size: 16px;
  }
}
.program__cont-dl-item.--tatenarabi .program__cont-dd {
  margin-top: calc(var(--leading-trim) + 20px ); 
}

/* Student's Voice */
.voice {
  padding-block: 100px;
  background: #DAE4F5;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-block: 160px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .voice::before {
    content: "voice";
    position: absolute;
    top: 0;
    right: -36px;
    font-family: var(--font-en);
    color: #83A5DF1A;
    font-size: 200px;
    font-weight: 600;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    line-height: 1;
    letter-spacing: -0.04em;
    pointer-events: none;
  }
}
.voice .section-inner {
  /* 背景のもによりもコンテンツを全面に出すために指定 */
  position: relative;
}
.voice .ttl-lv2 {
  line-height: 1;
}
.voice__ttl-en,
.voice__ttl-ja {
  display: block;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .voice__ttl-en,
  .voice__ttl-ja {
    display: inline-block;
  }  
}
.voice__ttl-en {
  font-family: var(--font-en);
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .voice__ttl-en {
    font-size: 42px;
  }
}
.voice__ttl-ja {
  font-size: 26px;
  margin-top: calc(var(--leading-trim) + 15px );
}
@media screen and (min-width: 767px) {
  .voice__ttl-ja {
    font-size: 42px;
    margin-top: 0;
  }
}
.voice__swiper {
  margin-top: 60px;
  margin-inline: calc(50% - 50vw);
  height: 985px;
}
@media screen and (min-width: 768px) {
  .voice__swiper {
    margin-top: 70px;
    margin-inline: 0 calc(50% - 50vw);
    height: unset;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  .voice__swiper {
    /* 最大のマイナスの値はスライド枚数-1枚の合計幅とgapの合計-インナー幅を指定 */
    margin-right: max(calc(50% - 50vw), -290px);  
  }
}

.voice .swiper-wrapper {
  gap: 46px 0;
}
@media screen and (min-width: 768px) {
  .voice .swiper-wrapper {
    gap: 0;
  }
}
.voice__list {
}

.voice__item {
  width: 268px; 
  height: calc((100% - 46px) / 2) !important;
  margin-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .voice__item {
    width: 298px; 
    height: auto;
  }
}

.voice__item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vmax 100vmax 0 0;
  background: #fff;
  padding: 13.5px 13.5px 56px;
}
@media screen and (min-width: 768px) {
  .voice__item-link {
    padding: 15px 15px 72px;
    min-height: 540px; 
  }
}
.voice__item-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  overflow: hidden;
}
.voice__item-img.youtube {
  position: relative;
}
.voice__item-img.youtube::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  width: 67.5px;
  aspect-ratio: 1 / 1;
  background: url("../img/kokusai/icon_saisei.png") no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .voice__item-img.youtube::before {
    width: 75px;
  }
}
.voice__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__item-txts {
  padding-inline: 4.5px;
}
@media screen and (min-width: 768px) {
  .voice__item-txts {
    padding-inline: 5px;
  }
}
.voice__item-ttl {
  padding-block: 9px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 22.5px );
}
@media screen and (min-width: 768px) {
  .voice__item-ttl {
    font-size: 20px;
    padding-block: calc(15px + calc(var(--leading-trim) / 2));
  }
}
.voice__item-txt {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 14px );
}
@media screen and (min-width: 768px) {
  .voice__item-txt {
    font-size: 15px;
    margin-top: calc(var(--leading-trim) + 15px );
  }
}
.voice-cat {
  position: absolute;
  bottom: 18px;
  left: 18px;
}
@media screen and (min-width: 768px) {
  .voice-cat {
    left: 20px;
    bottom: 37.3px;
  }
}
.voice-cat__cat {
  display: block;
  padding: 7.7px 4.5px 7.7px 9px;
  background: #EBEFF6;
  color: var(--color-navy-light);
  font-size: 12px;
  line-height: 1;
  border-radius: 3.6px 0 0 3.6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-cat__cat {
    font-size: 13px;
    padding: 6.5px 5px 6.5px 10px;
    border-radius: 4px 0 0 4px;
  }
}
.voice-cat__cat::after {
  content: "";
  height: 100%;
  aspect-ratio: 13 / 26;
  background: #EBEFF6;
  position: absolute;
  top: 0;
  left: 100%;
  background: url("../img/kokusai/voice-cat-parts.svg") no-repeat top left / contain;
}
.voice .swiper-button-next,
.voice .swiper-button-prev {
  width: 77px;
  height: 77px;
  top: 577px !important;
}
@media screen and (min-width: 768px) {
  .voice .swiper-button-next,
  .voice .swiper-button-prev {
    width: 69px;
    height: 69px;
    top: 420px !important;
  }
}
.voice .swiper-button-next {
  right: 10px !important;
}
.voice .swiper-button-prev {
  left: 10px !important;
}
@media screen and (min-width: 768px) {
  .voice .swiper-button-next {
    right: min(calc(94 / 1440 * 100vw), 94px) !important;
  }
  .voice .swiper-button-prev {
    left: min(calc(94 / 1440 * 100vw), 94px) !important;
  }
}
.voice .swiper-button-next svg,
.voice .swiper-button-prev svg {
  display: none;
}
.voice .swiper-button-next::before,
.voice .swiper-button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/kokusai/icon_circle_arrow.svg") no-repeat center center / contain;
}
.voice .swiper-button-prev::before {
  transform: rotate(180deg);
}

.voice .swiper-button-next.swiper-button-disabled::before,
.voice .swiper-button-prev.swiper-button-disabled::before {
  background-image: url("../img/kokusai/icon_circle_arrow_diabled.svg");
  opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev {
  &.swiper-button-disabled {
    opacity: 1 !important;
  }
}

/* 助成金・特別奨励金制度 */
.scholarship {
  background: var(--bg-grey);
  padding-block: 100px;
}
@media screen and (min-width: 768px) {
  .scholarship {
    padding-block: 160px;
  }
}
.scholarship .section-inner {
  position: relative;
  z-index: 0;
}
.scholarship .section-inner::before {
  content: "SCHOLARSHIPS";
  position: absolute;
  top: 45px;
  left: -1px;
  font-family: var(--font-en);
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .scholarship .section-inner:nth-of-type(1)::before {
    font-size: min(calc(200 / 1440 * 100vw), 200px);
    top: 0px;
    left: -10px;
  }
}
.scholarship__item {
  margin-top: 40px;
  max-width: 600px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .scholarship__item {
    max-width: unset;
    display: grid;
    grid-template-columns: 340px 1fr;
    margin-top: 50px;
  }
}
.scholarship__item:nth-of-type(1) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .scholarship__item:nth-of-type(1) {
    margin-top: 100px;
  }
}
.scholarship__item-heading {
  color: #fff;
}
.scholarship__item:nth-of-type(1) .scholarship__item-heading {
  background: var(--color-navy-light);
}
.scholarship__item:nth-of-type(2) .scholarship__item-heading {
  background: #668CCD;
}
.scholarship__item:nth-of-type(3) .scholarship__item-heading {
  background: #2C818A;
}
.scholarship__item-heading-en {
  height: 45px;
  padding-left: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  gap: 0 8px;
  align-items: center;
  background: #ffffff33;
  margin-block: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-en {
    font-size: calc(18 / 1440 * 100vw);
  }
  .scholarship__item:nth-of-type(1) .scholarship__item-heading-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .scholarship__item-heading-en {
    font-size: 18px;
  }
}
.scholarship__item-heading-en::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/kokusai/icon_note.svg") no-repeat center center / contain;
}
.scholarship__item:nth-of-type(1) .scholarship__item-heading-en::before {
  background-image: url("../img/kokusai/icon_person.svg");
}
.scholarship__item-heading-en > span {
  display: block;
}
.scholarship__item-heading-txts {
  padding: 30px 23px;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-txts {
    padding-block: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
    padding-inline: 34px;
  }
}
.scholarship__item-heading-ttl {
  font-size: 26px;
  padding-bottom: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-ttl {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .scholarship__item-heading-ttl {
    font-size: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .scholarship__item-heading-ttl {
    font-size: 42px;
  }
}
.scholarship__item-heading-ttl-txt {
  display: block;
  margin-block: var(--leading-trim);
  letter-spacing: 0.05em;
}
.scholarship__item-heading-txt {
  padding-top: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-txt {
    font-size: 18px;
    /* padding-top: 35px; */
  }
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-ttl-txt .small {
    font-size: calc(36 / 1440 * 100vw);
  } 
}
@media screen and (min-width: 1440px) {
  .scholarship__item-heading-ttl-txt .small {
    font-size: 36px;
  }
}

.scholarship__item-heading-txt .top,
.scholarship__item-heading-txt .bottom {
  display: block;
  line-height: 1;
}
.scholarship__item-heading-txt .top {
  text-align: center;
}
.scholarship__item-heading-txt .bottom {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 3px;
}
.scholarship__item-heading-txt .small {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-txt .small {
    font-size: 25px;
  }
  .scholarship__item:nth-of-type(3) .scholarship__item-heading-txt .small {
    font-size: 22px;
  }
}
.scholarship__item-heading-txt .price {
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 3px;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-txt .price {
    font-size: 42px;
  }
  .scholarship__item:nth-of-type(3) .scholarship__item-heading-txt .price {
    font-size: 37px;
  }
}
.scholarship__item-heading-txt .num {
  font-family: var(--font-en);
  font-size: 43px;
  font-weight: 400;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .scholarship__item-heading-txt .num {
    font-size: 48px;
  }
  .scholarship__item:nth-of-type(3) .scholarship__item-heading-txt .num {
    font-size: 43px;
  }
}
.scholarship__item-body {
  padding: 40px 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .scholarship__item-body {
    padding-block: 81px 57px;
    padding-inline: calc(70 / 1440 * 100vw);
  }
  .scholarship__item:not(:nth-of-type(1)) .scholarship__item-body {
    padding-block: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .scholarship__item-body {
    padding-inline: 70px;
  }
}

.scholarship__item:nth-of-type(3) .scholarship__item-body {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.scholarship__item-body-ttl {
  font-size: 22px;
  margin-block: var(--leading-trim); 
}
@media screen and (min-width: 768px) {
  .scholarship__item-body-ttl {
    font-size: 24px;
  }
}
.scholarship__item:not(:nth-of-type(1)) .scholarship__item-body-ttl {
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .scholarship__item:not(:nth-of-type(1)) .scholarship__item-body-ttl {
    font-size: 19px;
    margin-top: calc(var(--leading-trim) + 50px);
  }
}
.scholarship__item-body-txt {
  line-height: 1.85;
  margin-block: var(--leading-trim);
}
.scholarship__item:nth-of-type(1) .scholarship__item-body-txt {
  margin-top: calc(var(--leading-trim) + 30px );
  
}
.scholarship__btn {
  width: fit-content;
  display: grid;
  grid-template-columns: max-content 40px;
  gap: 0 49px;
  align-items: center;
  padding: 14.5px 29px;
  border-radius: 100vmax;
  border: 1px solid var(--color-navy);
  color: var(--color-navy);
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .scholarship__btn {
    margin-top: 50px;
    padding-block: 17px;
    gap: 0 36px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .scholarship__btn:hover {
    background: var(--color-navy-light);
    color: #fff;
    transform: scale(1.05);
  }
}
.scholarship__btn::after {
  content: "";
  width: 35px;
  height: 35px;
  background: var(--color-navy);
  mask: url("../img/kokusai/icon_download.svg") no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .scholarship__btn::after {
    width: 40px;
    height: 40px;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .scholarship__btn:hover::after {
    background: #fff;
  }
}
.scholarship__note-small {
  font-size: 13px;
}
.scholarship__note-small.--block {
  display: block;
  line-height: 2;
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 16px );
}
.scholarship__note-small.--block.--mt-0 {
  margin-top: var(--leading-trim);
}
.scholarship__table-wrap {
  width: 100%;
}
.scholarship__item:nth-of-type(2) .scholarship__table-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .scholarship__item:nth-of-type(2) .scholarship__table-wrap {
    margin-top: 30px;
  }
}
.scholarship__table-wrap.scroll {
  overflow-x: auto;
}
.scholarship__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .scholarship__table {
    table-layout: fixed;
  }
}
.scholarship__table-wrap.scroll .scholarship__table {
  width: max-content;
  min-width: 100%;
}
.scholarship__table th,
.scholarship__table td {
  vertical-align: middle;
}
.scholarship__table th {
  padding: 10px;
  background: var(--bg-grey);
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  line-height: normal
}
@media screen and (min-width: 768px) {
  .scholarship__table th {
    font-size: 13px;
  }
}
.scholarship__table th:first-child {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .scholarship__table th:first-child {
    width: calc(475 / 820 * 100%);
  }
  .scholarship__table th:nth-child(2),
  .scholarship__table th:nth-child(3) {
    width: calc(172.5 / 820 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .scholarship__table th:first-child {
    padding-left: 5px;
  }
  .scholarship__table th:has(.l-trim) {
    padding-block: 8.25px;
  }
  .scholarship__item:nth-of-type(2) .scholarship__table.first th {
    font-size: 13px;
  }
  .scholarship__item:nth-of-type(3) .scholarship__table th:not(:first-child) {
    padding-inline: 15px;
  }
}

@media screen and (min-width: 768px) {
  .scholarship__table th:first-child {
    padding-inline: 10px;
  }
}
.scholarship__table td {
  padding: 13.25px 10px;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .scholarship__table td {
    font-size: 16px;
  }
}

.scholarship__table td:has(.l-trim) {
  padding-block: 4px;
}
.scholarship__table tr:last-child td {
  border-bottom: 1px solid #E5E5E5;
}

.scholarship__table td:first-of-type {
  padding-left: 5px;
  text-align: left;
  font-weight: bold;
} 
.scholarship__table th .l-trim {
  margin-block: var(--leading-trim);
}
.scholarship__item-note {}

/* 協定校 */
.kyouteikou {
  padding-block: 100px;
}
@media screen and (min-width: 768px) {
  .kyouteikou {
    padding-block: 160px 167px;
  }
}
.kyouteikou__ttl {
  font-size: 18px;
  line-height: 2;
  margin-top: calc(var(--leading-trim) + 45px);
}
@media screen and (min-width: 768px) {
  .kyouteikou__ttl {
    margin-top: calc(var(--leading-trim) + 50px);
  }
}
.kyouteikou__txt {
  line-height: 1.85;
  margin-top: calc(var(--leading-trim) + 20px);
}
@media screen and (min-width: 768px) {
  .kyouteikou__txt {
    line-height: 2;
    margin-top: calc(var(--leading-trim) + 30px);
  }
}

.txt-blue {
  color: #00519C;
}
.txt-link {
  position: relative;
}
.txt-link::before {
  content: "";
  position: absolute;
  bottom: -0.05em;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.kyouteikou__txt .small {
  font-size: 14px;
}
.kyouteikou__tab-wrap {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kyouteikou__tab-wrap {
    margin-top: 80px;
  }
}
.kyouteikou__tab-list {
  position: relative;
  display: flex;
  align-items: end;
  gap: 0 5px;
}
@media screen and (min-width: 768px) {
  .kyouteikou__tab-list {
    max-width: 800px;
    margin-inline: auto;
    gap: 0 20px;
  }
}
.kyouteikou__tab-list::before {
  content: "";
  width: 100vw;
  height: 2px;
  background: #5879BF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kyouteikou__tab {
  flex: 1 1 auto;
}

.kyouteikou__tab-btn {
  position: relative;
  width: 100%;
  height: 70px;
  padding-inline: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px 0;
  border-radius: 12px 12px 0 0;
  border: 2px solid #5879BF;
  border-bottom: none;
  font-size: 16px;
  color: var(--color-navy-light);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .kyouteikou__tab-btn {
    flex-direction: row;
    font-size: 20px;
    gap: 0 17px;
  }
}
.kyouteikou__tab-btn.is-active{
  height: 80px;
}
.kyouteikou__tab-btn::before {
  content: "";
  background: no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .kyouteikou__tab-btn::before {
    aspect-ratio: unset;
  }
}
.kyouteikou__tab:nth-of-type(1) .kyouteikou__tab-btn::before {
  width: 16.5px;
  aspect-ratio: 17 / 23;
  background-image: url("../img/kokusai/icon_map02.svg");
}
.kyouteikou__tab:nth-of-type(2) .kyouteikou__tab-btn::before { 
  width: 31.5px;
  aspect-ratio: 32 / 18;
  background-image: url("../img/kokusai/icon_area.svg");
}
@media screen and (min-width: 768px) {
  .kyouteikou__tab:nth-of-type(1) .kyouteikou__tab-btn::before {
    width: 18px;
  }
  .kyouteikou__tab:nth-of-type(2) .kyouteikou__tab-btn::before { 
    width: 35px; 
  } 
}
.kyouteikou__tab-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(100% - 2px);
  background: #fff;
  visibility: hidden;
}
.kyouteikou__tab-btn.is-active::after {
  visibility: visible;
}
.kyouteikou__panel {
  display: none;
}
.kyouteikou__panel.is-active {
  display: block;
}
.kyouteikou__panel.map {
  padding-top: 60px;
}
.kyouteikou__panel.area {
  padding-top: 37px;
}
.kyouteikou__map-wrap {
  aspect-ratio: 335 / 194;
}
.kyouteikou__map-wrap iframe{
  display: block;
  width: 100%;
  height: 100%;
}
.kyouteikou__area-link-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .kyouteikou__area-link-list {
    width: fit-content;
    margin-inline: auto;
    grid-template-columns: repeat(4, auto);
    gap: 0 50px;
  }
}
.kyouteikou__area-link-item {}

.kyouteikou__area-link {
  display: grid;
  grid-template-columns: max-content 13px;
  align-items: center;
  gap: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-navy-light);
  line-height: 1;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .kyouteikou__area-link:hover {
    opacity: 0.7;
  }
}
.kyouteikou__area-link .icon {
  width: 13px;
  height: 13px;
  position: relative;
}
.kyouteikou__area-link .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: rotate(-45deg);
  width: 5.7px;
  height: 5.7px;
  border-bottom: 1px solid var(--color-navy-light);
  border-left: 1px solid var(--color-navy-light);
}
.kyouteikou__table-list {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .kyouteikou__table-list {
    margin-top: 50px;
  }
}
.kyouteikou__table-item {
}
.kyouteikou__table-item + .kyouteikou__table-item {
  margin-top: 30px;
}
.kyouteikou__table-ttl {
  background: var(--color-navy);
  padding: 11.5px 15px;
  font-family: var(--font-en);
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .kyouteikou__table-ttl {
    font-size: 32px;
    padding: 16px 30px;
  }
}
.kyouteikou__table {
  border: 1px solid var(--color-navy);
  width: 100%;
}
.kyouteikou__table tr:nth-child(even) {
  background: #F7F8FB;
}
@media screen and (max-width: 767px) {
  .kyouteikou__table th,
  .kyouteikou__table td {
    display: block;
  }
}
.kyouteikou__table th {
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .kyouteikou__table th {
    width: 35%;
    padding: 20px 0 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .kyouteikou__table th {
    width: calc(407 / 1300 * 100% );
  }
}
.kyouteikou__table td {
  padding: 25px 20px 30px;
}
@media screen and (min-width: 768px) {
  .kyouteikou__table td {
    padding: 20px 30px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
}
.kyouteikou__country {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 8px;
  align-items: center;
  justify-items: start;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.kyouteikou__table-img {
  width: 24px;
  height: 24px;
}
.kyouteikou__table-img img {
  width: 100%;
}
.kyouteikou__univ-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--leading-trim) + 20px );
}
@media screen and (min-width: 768px) {
  .kyouteikou__univ-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-auto-flow: column; */
    align-items: start;
    gap: calc(var(--leading-trim) + 20px) 20px;
    height: 100%;
  }
}
.kyouteikou__univ-list-item {
  font-size: 15px;
  line-height: 1.1;
  margin-block: var(--leading-trim);
  display: flex;
  align-items: start;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .kyouteikou__univ-list-item {
    font-size: 16px;
    line-height: 1.2;
  }
}

.kyouteikou__univ-list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #83A5DF;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: calc((1lh - 7px) / 2);
}
.kyouteikou__table-note {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 1;
  margin-top: 30px;
}

/* サポート */
.support {
  padding-block: 100px 158px;
  background: var(--bg-grey);
}
@media screen and (min-width: 768px) {
  .support {
    padding-block: 160px 302px;
  }
}
.support__cont {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .support__cont {
    display: grid;
    grid-template-columns: calc(580 / 1300 * 100%) 1fr;
  }
}
.support__img {
  width: 100%;
  aspect-ratio: 335 / 245;
}
@media screen and (min-width: 768px) {
  .support__img {
    aspect-ratio: 2 / 1;
  }
}
@media screen and (min-width: 1024px) {
  .support__img {
    aspect-ratio: unset;
  }
}
.support__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .support__img img {
    object-position: top center;
  }
}
.support__txts {
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
}
.support__txts-inner {
  padding: 40px 25px 50px;
}
@media screen and (min-width: 1024px) {
  .support__txts-inner {
    padding-block: 97px  98px;
    padding-left: calc(70 / 720 * 100%);
    padding-right: calc(110 / 720 * 100%);
  }
}
.support__txts::before {
  content: "SUPPORT";
  position: absolute;
  top: -0.1em;
  right: -0.1em;
  color: #2C418A1A;
  font-size: 70px;
  font-weight: 600;
  writing-mode: vertical-lr;
  line-height: 0.75;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .support__txts::before {
    font-size: min(calc(88 / 1440 * 100vw), 88px);
  }
}
.support__ttl {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .support__ttl {
    font-size: 32px;
  }
}
.support__subttl {
  font-size: 18px;
  margin-top: calc(var(--leading-trim) + 25px );
}
@media screen and (min-width: 768px) {
  .support__subttl {
    font-size: 22px;
    margin-top: calc(var(--leading-trim) + 35px );
    
  }
}
.support__txt {
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 40px );
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .support__txt {
    line-height: 2;
    margin-top: calc(var(--leading-trim) + 50px );
    
  }
}

/* サポート */
.campus {
  background: var(--color-navy-light);
  padding-block: 193px 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campus {
    padding-block: 326px 160px;
  }
}
.campus .hikouki {
  width: calc(365 / 375 * 100vw);
  height: 37.6px;
  top: 100px;
}
@media screen and (min-width: 768px) {
  .campus .hikouki {
    width: calc(1287 / 1440 * 100vw);
    height: 44px;
    bottom: auto;
    top: 150px;
  }
}
.campus__slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-77px);  
  width: 100%;
  height: 160px;
  background: url("../img/kokusai/campus_bg_sp2.webp") repeat-x left center / auto 100%;
  animation: bgScrollSP 32s linear infinite;
}
@media screen and (min-width: 768px) {
  .campus__slider-bg {
    transform: translateY(-50%);  
    height: 280px;
    background-image: url("../img/kokusai/campus_bg5.webp");
    animation: bgScroll 32s linear infinite;
  }
}
@keyframes bgScrollSP {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -1720px center;
  }
}
@keyframes bgScroll {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -3120px center;
  }
}

/* .campus__slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .campus__slider {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
.campus__slider-list {
  display: flex;
  will-change: transform;
  animation: scroll 20s linear infinite;
}
.campus__slider-slide {
  width: 200px;
  aspect-ratio: 200 / 135;
  padding-inline: 7.5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .campus__slider-slide {
    width: min(calc(370 / 1440 * 100vw), 370px);
    aspect-ratio: 370 / 249;
    padding-inline: 10px;
  }
} 
.campus__slider-list .campus__slider-slide:nth-child(even) {
  margin-top: 25px;
}
.campus__slider-list .campus__slider-slide:nth-child(odd) {
  margin-bottom: 25px;
}

.campus__slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .campus__slider-slide img {
    border-radius: 5px;
  }
} */
.campus__ttl {
  color: #fff;
  margin-block: var(--leading-trim);
}
.campus__item {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .campus__item {
  }
}
@media screen and (min-width: 1024px) {
  .campus__item {
    display: grid;
    grid-template-columns: calc(580 / 1300 * 100%) 1fr;
  }
}
.campus__item + .campus__item {
  margin-top: 50px;
}
.campus__item-img {
  width: 100%;
  aspect-ratio: 334 / 245;
}
@media screen and (min-width: 768px) {
  .campus__item-img {
    aspect-ratio: 2 / 1;
  }
}
@media screen and (min-width: 1024px) {
  .campus__item-img {
    aspect-ratio: unset;
  }
}
.campus__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campus__item-txts {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.campus__item-txts-inner {
  padding: 40px 24.5px 50px 20px;
}
@media screen and (min-width: 1024px) {
  .campus__item-txts-inner {
    padding-block: 67px 68px;
    padding-inline: calc(70 / 720 * 100%) calc(110 / 720 * 100%);
  }
}
.campus__item-txts::before {
  position: absolute;
  top: 0;
  right: -0.17em;
  font-family: var(--font-en);
  color: #83A5DF1A;
  font-size: 66px;
  font-weight: 600;
  writing-mode: vertical-lr;
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
}
@media screen and (min-width: 1023px) {
  .campus__item-txts::before {
    font-size: 88px;
    color: #2C418A1A;    
    top: -8px;
    right: -14px;
  }
}
.campus__item:nth-of-type(1) .campus__item-txts::before {
  content: "EVENT";
}
.campus__item:nth-of-type(2) .campus__item-txts::before {
  content: "BUDDY";
}
.campus__item-ttl {
  font-family: var(--font-en);
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .campus__item-ttl {
    font-size: 32px;
  }
}
.campus__item-sub-ttl {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-top: calc(var(--leading-trim) + 25px );
}
@media screen and (min-width: 768px) {
  .campus__item-sub-ttl {
    font-size: 22px;
    margin-top: calc(var(--leading-trim) + 35px );
    
  }
}
.campus__item-txt {
  margin-top: calc(var(--leading-trim) + 40px );
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .campus__item-txt {
    margin-top: calc(var(--leading-trim) + 50px );
  }
}
/* Q&A */
.qa {
  padding-block: 19px 100px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-block: 7px 160px;
  }
}
.qa .section-inner {
  margin-top: 99.25px;
}
@media screen and (min-width: 768px) {
  .qa .section-inner {
    margin-top: 190px;
  }
}
.qa__country-scroll {
  display: flex;
  overflow: hidden;
}
.qa__country-text {
  width: 100%;
  display: flex;
  animation: scroll 60s linear infinite;
  will-change: transform;
}
.qa__country-text span {
  display: inline-block;
  white-space: nowrap;
  padding-inline: 6.75px;
}
@media screen and (min-width: 768px) {
  .qa__country-text span {
    padding-inline: 11px;
  }
}
.qa__country-text span {
  font-family: var(--font-en);
  font-size: 37.9px;
  color: #E2E4EF;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .qa__country-text span {
    font-size: 63px;
    margin-top: var(--leading-trim);;
  }
}

.qa__ttl-intro-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .qa__ttl-intro-wrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 40px;
    align-items: baseline;
  }
}
.qa__ttl {
  font-size: 40px;
}
.qa__intro {
  line-height: 1.65;
  margin-top: calc(var(--leading-trim) + 30px );
}
@media screen and (min-width: 768px) {
  .qa__intro {
    margin-top: 0;
  }
}
.qa__details-wrap {
  border: 1px solid #8E93BC;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .qa__details-wrap {
    margin-top: 70px;
  }
}
.qa__details {
  
}
.qa__details + .qa__details {
  border-top: 1px solid #8E93BC;
}
.qa__summary {
  list-style: none;
  cursor: pointer;
  display: list-item;
  color: var(--color-navy);
}
.qa__summary-inner {
  padding: 15px 15px 10px;
  display: grid;
  grid-template-columns: auto 1fr 26px;
  gap: 0 15px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .qa__summary-inner {
    padding: 27px 30px;
  }
}
.qa__summary-inner::before {
  content: "Q.";
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .qa__summary-inner::before {
    font-size: 22px;
  }
}
.qa__summary-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .qa__summary-text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.qa__summary-icon {
  width: 26px;
  height: 26px;
  align-self: center;
  display: grid;
  justify-items: center;
  align-items: center;
}
.qa__summary-icon::before,
.qa__summary-icon::after {
  content: "";
  grid-row: 1;
  grid-column: 1;
  background: var(--color-navy);
}
.qa__summary-icon::before {
  width: 20px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .qa__summary-icon::before {
    width: 100%;
  }
}
.qa__summary-icon::after{
  height: 20px;
  width: 2px;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .qa__summary-icon::after {
    height: 100%;
  }
}
.qa__details[open] .qa__summary-icon::after{
  transform: rotate(90deg);
}
.qa__answer {
  background: var(--bg-grey);
}
.qa__answer-inner {
  padding: 30px 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa__answer-inner {
    padding: 50px 30px;
  }
}
.qa__answer-text {
  line-height: 1.8;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 768px) {
  .qa__answer-text {
    line-height: 2;
  }
}

/* ダウンロード・コンタクト */
.cta {
  padding-block: 60px;
  background: url("../img/kokusai/cta_bg_sp03.webp") no-repeat bottom left / auto 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 100px;
    background: url("../img/kokusai/cta_bg.webp") no-repeat center center / cover;
  }
}

.cta .section-inner {
  @media screen and (min-width: 1200px) {
    padding-inline: calc(30 / 1200 * 100vw);
  }
  @media screen and (min-width: 1366px) {
    padding-inline: 70px;
  }
}
.cta__cont {

}
@media screen and (min-width: 1200px) {
  .cta__cont {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 0 22px;
  }   
}
@media screen and (min-width: 1366px) {
  .cta__cont {
    grid-template-columns: 1fr calc(408 / 1300 * 100%);
  }   
}

.cta__DL {
  background: var(--color-navy);
  padding: 60px 22.5px;
}
@media screen and (min-width: 768px) {
  .cta__DL {
    padding-inline: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__DL {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .cta__DL {
    padding-inline: 40px;
  }
}
.cta_ttl__en,
.cta_ttl__ja {
  display: block;
}
.cta_ttl__en {
  font-family: var(--font-en);
  font-size: 36px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cta_ttl__en {
    font-size: 42px;
  }
}
.cta_ttl__ja {
  font-size: 18px;
  margin-top: calc(var(--leading-trim) + 13px);
}
@media screen and (min-width: 768px) {
  .cta_ttl__ja {
    font-size: 20px;
    margin-top: calc(var(--leading-trim) + 25px );
  }
}
.cta__DL-column {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .cta__DL-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 65px;
  }
}
.cta__DL-left {
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .cta__DL-left {
    padding-right: 35px;
    padding-bottom: 0;
  }
}
.cta__DL-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cta__DL-ttl {
    font-size: 20px;
    line-height: 2;
  }
}
.cta__DL-btn {
  padding: 12px;
  padding-right: 7px;
  background: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cta__DL-btn {
    max-width: 340px;
    margin: 47px auto 0;
    padding: 13.6px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cta__DL-btn {
  }
}
.cta__DL-btn .DL-btn__inner {
  grid-template-columns: 60px 1fr;
  gap: 0 12px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .cta__DL-btn .DL-btn__inner {
    grid-template-columns: 71px 1fr 40px;
    justify-items: center;
    gap: 0;
  }
}
.cta__DL-btn .DL-btn__inner::after {
  justify-self: unset;
}
.cta__DL-btn .DL-btn__img {
  grid-row: span 2;
}
@media screen and (min-width: 768px) {
  .cta__DL-btn .DL-btn__img {
    grid-row: auto;
  }
}
.cta__DL-btn .DL-btn__ttl {
  text-align: left;
}
.cta__DL-btn .DL-btn__ttl .top {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cta__DL-btn .DL-btn__ttl .top {
    font-size: 16px;
  }
}
.cta__DL-btn .DL-btn__ttl .bottom {

}
@media screen and (min-width: 768px) {
  .cta__DL-btn .DL-btn__ttl .bottom {
    font-size: 22px;
  }
}
.cta__DL-btn .DL-btn__inner::after {
  content: "";
  width: 40px;
  height: 40px;
}
.cta__DL-right {
  padding-top: 40px;
  background-image: linear-gradient(to right, #ffffff4c 6px, transparent 6px);
  background-size: 8px 2px;
  background-position: top left;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .cta__DL-right {
    padding-top: 0;
    background-image: linear-gradient(to bottom, #ffffff4c 6px, transparent 6px);
    background-size: 2px 8px;
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 35px;
  }
}
.cta__DL-btn-list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .cta__DL-btn-list {
    max-width: 327px;
    margin-inline: auto;
  }
}
.cta__DL-btn-item + .cta__DL-btn-item {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .cta__DL-btn-item + .cta__DL-btn-item {
    margin-top: 15px;
  }
}
.cta__round-DL-btn {
  padding: 11px 14px 11px 24px;
  display: grid;
  grid-template-columns: max-content 36px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vmax;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta__round-DL-btn {
    font-size: 18px;
    padding: 10px 30px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .cta__round-DL-btn:hover{
    background: #fff;
    color: var(--color-navy-light);
  }
}
.cta__round-DL-btn::after {
  content: "";
  width: 36px;
  height: 36px;
  background: #fff;
  mask: url("../img/kokusai/icon_download.svg") no-repeat center center / contain;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .cta__round-DL-btn:hover::after {
    background: var(--color-navy-light);
  }
}
.cta__contact {
  margin-top: 30px;
  padding: 60px 21px;
  background: #668CCD;
}
@media screen and (min-width: 768px) {
  .cta__contact {
    padding-inline: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__contact {
    margin-top: 0;
    padding-inline: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .cta__contact {
    padding-inline: 40px;
  }
}
.cta__contact-txts {
  margin-top: 40px;
  padding-block: 26px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .cta__contact-txts {
    margin-top: px;
    padding-block: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__contact-txts {
    margin-top: 85px;
  }
}
.cta_contact-ttl {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .cta_contact-ttl {
    font-size: 24px;
  }
}
.cta_contact-txt {
  margin-block: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 30px);
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cta_contact-txt {
    font-size: 20px;
  }
}
.cta_contact-txt .email {
  position: relative;
  color: #fff;
}
.cta_contact-txt .email::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: #fff;
}

