@charset "UTF-8";
/*--------------------------------------------------------------
* フォントの読み込み
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* 使用font の変数
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* フォントサイズ の変数
----------------------------------------------------------------*/
/* pc
_______________________________________________________________________________________________________*/
/* sp
_______________________________________________________________________________________________________*/
/* =========================================================================================================
	共通定義する値
========================================================================================================= */
/* コンテンツ幅
_______________________________________________________________________________________________________*/
/* 使用色
_______________________________________________________________________________________________________*/
/* イージング
_______________________________________________________________________________________________________*/
/*
 * Easing function
 * Original：http://easings.net/
 */
/*--------------------------------------------------------------
* globalフォルダの_index.scss
----------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-display: swap;
  margin: 0 auto;
  padding: 0;
  background-color: #F1F9FE;
  position: relative;
  overflow-x: hidden;
}

body .admis-top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: inherit;
  font-weight: 400;
  line-height: 2;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#Container {
  min-width: auto;
}

#MainBox {
  margin: 0;
}
#MainBox.admis-top {
  background: none;
}

body figure {
  margin-bottom: 0;
}

header {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border-right: 1px solid #ddd;
}
header img {
  vertical-align: baseline;
}
header #GlobalNavi .ChildNavi {
  background-color: rgba(74, 175, 205, .8);
}
header .header-lead {
  font-family: "Noto Sans JP", sans-serif;
  color: #4AAFCC;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 30px;
}
header .header-lead + #GlobalNavi {
  background-color: #C3E6F9;
}

footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #ffffff;
}
footer img {
  vertical-align: baseline;
}

footer address {
  background: #E7D473;
}

footer #Copyright {
  background: #c3e6f9;
}

a[href$=".pdf"] {
  background: none;
  padding: 0;
}

/*--------------------------------------------------------------
* foundationフォルダの_index.scss
----------------------------------------------------------------*/
.l-news {
  padding-top: 26px;
  padding-bottom: 50px;
}

.l-information {
  padding-top: 70px;
  padding-bottom: 49px;
  background-color: #ffffff;
}

.l-loop-slider__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-loop-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.l-loop-slider__item {
  width: 43.8596491228vw;
}
.l-loop-slider__item img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-faq {
  position: relative;
  margin-top: 70px;
}

.l-link-sns {
  margin-top: 38px;
  padding-bottom: 40px;
}

.l-related-info {
  background-color: #ffffff;
  padding-top: 46px;
  padding-bottom: 16px;
}

.l-link-area {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
* layoutフォルダの_index.scss
----------------------------------------------------------------*/
.c-content-width01 {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.c-content-width02 {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
* componetフォルダの_index.scss
----------------------------------------------------------------*/
.js-ac-menu__btn {
  pointer-events: all;
}
.js-ac-menu__body {
  display: none;
}
.js-ac-menu__icon {
  display: block;
}

/*--------------------------------------------------------------
* javascriptフォルダの_index.scss
----------------------------------------------------------------*/
.p-mv__left {
  background-color: #C3E6F9;
}
.p-mv__left-top {
  overflow: hidden;
}
.p-mv__left-top-img {
  overflow: hidden;
}
.p-mv__left-top-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 390/311;
}
.p-mv__left-bottom {
  padding-bottom: 28px;
}
.p-mv__right {
  background: url("../images/add-top/bk_mv-right.png") no-repeat center center;
  background-size: cover;
  background-color: #43A3E3;
  color: #ffffff;
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 76px;
  padding-right: 30px;
  padding-left: 30px;
}
.p-mv__link-btn-area:hover a {
  opacity: 1;
}
.p-mv__link-btn-area:hover .p-mv__link-btn {
  background-color: #ffffff;
  border: 1px solid #F6CC20;
  color: #F6CC20;
}
.p-mv__link-btn {
  background-color: #F6CC20;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 9px 20px;
}
.p-mv__right-lead {
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
}
.p-mv__right-lead img {
  width: 100%;
  height: auto;
}
.p-mv__right-name {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 31px;
}
.p-mv__right-text {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 25px;
}
.p-mv__right-text .u-white-space {
  font-weight: 700;
}
.p-news-content__title {
  color: #4AAFCC;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.p-news-content__content {
  margin-top: 13px;
  border-top: 1px solid #C3E6F9;
  border-bottom: 1px solid #C3E6F9;
}
.p-news-content__item {
  position: relative;
  padding: 10px 0;
  pointer-events: none;
}
.p-news-content__item + .p-news-content__item {
  border-top: 1px solid #C3E6F9;
}
.p-news-content__item::after {
  content: "";
  display: inline-block;
  background: url(../images/add-top/icon_arrow.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 13px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-news-content__item:hover a {
  opacity: 1;
}
.p-news-content__item:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-news-content__date {
  color: #4AAFCC;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: -2px;
}
.p-news-content__text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: -2px;
  pointer-events: auto;
}
.p-news-content__text:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-news-content__right {
  padding-right: 25px;
  padding-left: 25px;
}
.p-news-content__right-lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #4AAFCC;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-top: 65px;
  padding: 2px 0;
}
.p-news-content__right-lead::before {
  content: "";
  display: inline-block;
  background: url("../images/add-top/img_latest-events.svg") no-repeat center;
  background-size: contain;
  width: 197px;
  height: 62px;
  position: absolute;
  right: 0;
  top: -40px;
}
.p-news-content__right-lead::after {
  content: "";
  display: block;
  border-top: 13px solid #4AAFCC;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  z-index: 1;
  top: calc(100% - 1px);
  left: calc(50% - 8px);
}
.p-news-content__right-img {
  margin-top: 4px;
  overflow: hidden;
}
.p-news-content__right-img:hover a {
  opacity: 1;
}
.p-news-content__right-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-news-content__right-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 280/171;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-news-content__right-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.p-information__title-area {
  text-align: center;
}
.p-information__title-en, .p-information__title-ja {
  display: block;
}
.p-information__title-en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 0.68;
  font-size: 50px;
  font-size: 3.125rem;
  color: #EFEFEF;
}
.p-information__title-ja {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4AAFCC;
  margin-top: -23px;
  letter-spacing: 0.1em;
}
.p-information__title-lead-box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 274px;
}
.p-information__title-lead-box::before {
  content: "";
  display: inline-block;
  border-top: 12.5px solid #F6CC20;
  border-right: 7px solid #F6CC20;
  border-bottom: 12.5px solid #F6CC20;
  border-left: 7px solid transparent;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 0;
}
.p-information__title-lead-box::after {
  content: "";
  display: inline-block;
  border-top: 12.5px solid #F6CC20;
  border-left: 7px solid #F6CC20;
  border-bottom: 12.5px solid #F6CC20;
  border-right: 7px solid transparent;
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 0;
}
.p-information__title-lead {
  display: block;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #F6CC20;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-information__lists {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.0909090909%;
  row-gap: 30px;
}
.p-information__item {
  width: 45.4545454545%;
}
.p-information__item:hover .p-information__item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-information__item-img {
  overflow: hidden;
}
.p-information__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 150/90;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-information__item-title {
  font-weight: 700;
  position: relative;
  color: #4AAFCC;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-left: 24px;
  margin-top: 8px;
}
.p-information__item-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../images/add-top/icon_arrow-right-solid.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.p-information__item-text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 7px;
}
.p-information__pamphlet {
  background-color: #C3E6F9;
  border-radius: 20px;
  margin-top: 54px;
}
.p-information__pamphlet-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #4AAFCC;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  top: -19px;
}
.p-information__pamphlet-inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-information__pamphlet-img {
  max-width: 275px;
}
.p-information__pamphlet-img img {
  width: 100%;
  height: auto;
}
.p-information__pamphlet-link-area {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 360px;
  width: 100%;
}
.p-information__pamphlet-link-box:hover a {
  opacity: 1;
}
.p-information__pamphlet-link-box:hover .p-information__pamphlet-link-btn {
  background-color: #ffffff;
  color: #4AAFCC;
}
.p-information__pamphlet-link-btn {
  color: #ffffff;
  background-color: #4AAFCC;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s ease-in-out;
  border: 1px solid #4AAFCC;
}

.p-faq {
  background-color: #ffffff;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}
.p-faq__title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #4AAFCC;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  position: relative;
  top: -27px;
}
.p-faq__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
}
.p-faq__link {
  margin: 0 auto;
  margin-top: 26px;
}
.p-faq__link:hover a {
  opacity: 1;
}
.p-faq__link:hover .p-faq__link-btn {
  background-color: #ffffff;
  color: #4AAFCC;
  border: 1px solid #4AAFCC;
}
.p-faq__link-btn {
  color: #ffffff;
  background-color: #4AAFCC;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: 0.3s ease-in-out;
}

.p-link-sns__title {
  background-color: #4AAFCC;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 5px;
  position: relative;
  padding: 6px 0 6px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-link-sns__title::after {
  content: "";
  display: block;
  border-top: 13px solid #4AAFCC;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  z-index: 1;
  top: calc(100% - 1px);
  left: calc(50% - 8px);
}
.p-link-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 34px;
}
.p-link-sns__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-link-sns__item:hover a {
  opacity: 1;
}
.p-link-sns__item:hover .p-link-sns__icon {
  background-color: #ffffff;
}
.p-link-sns__item:hover .p-link-sns__icon svg {
  fill: #4AAFCC;
}
.p-link-sns__icon {
  width: 80px;
  height: 80px;
  background-color: #4AAFCC;
  fill: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #4AAFCC;
}
.p-link-sns__icon svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-link-sns__link-btn {
  color: #ffffff;
  background-color: #4AAFCC;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: 0.3s ease-in-out;
}
.p-link-sns__item-title {
  display: inline-block;
  color: #4AAFCC;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 12px;
}

.p-related-info__title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4AAFCC;
}
.p-related-info__item + .p-related-info__item {
  margin-top: 10px;
}
.p-related-info__content {
  margin-top: 14px;
}
.p-related-info__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #4AAFCC;
  background-color: #F1F9FE;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.p-related-info__item-title-icon-box {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
}
.p-related-info__item-title-icon {
  position: relative;
  display: block;
  height: 100%;
}
.p-related-info__item-title-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #4AAFCC;
  position: absolute;
  top: calc(50% - 1px);
}
.p-related-info__item-title-icon::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #4AAFCC;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.is-open .p-related-info__item-title-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-related-info__item-body {
  padding-top: 30px;
  padding-bottom: 40px;
}
.p-related-info__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.p-related-info__item-list {
  margin-top: 20px;
}
.p-related-info__item-list-left, .p-related-info__item-list-right {
  border-top: 1px solid #EFEFEF;
}
.p-related-info__item-list-right .p-related-info__item-link {
  border-bottom: 1px solid #EFEFEF;
}
.p-related-info__item-link + .p-related-info__item-link {
  border-top: 1px solid #EFEFEF;
}
.p-related-info__item-link:hover a {
  opacity: 1;
}
.p-related-info__item-link:hover .p-related-info__item-link-box::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-related-info__item-link-box {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  padding-top: 14px;
  padding-bottom: 16px;
}
.p-related-info__item-link-box::before {
  content: "";
  display: inline-block;
  background: url("../images/add-top/icon_arrow-right-solid.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.p-link-content__item {
  width: 100%;
}
.p-link-content__item a {
  width: 100%;
  display: block;
  background-color: #c3e6f9;
  color: #4D4D4D;
  text-align: center;
  padding: 20px 0;
}

/*--------------------------------------------------------------
* projectフォルダの_index.scss
----------------------------------------------------------------*/
.u-pc-only {
  display: none;
}

.u-sp-only {
  display: block;
}

.u-white-space {
  white-space: nowrap;
}

/*--------------------------------------------------------------
* utilityフォルダの_index.scss
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* externalフォルダの_index.scss 
----------------------------------------------------------------*/
/* =========================================================================================================
	* foundation   //基準の設定
========================================================================================================= */
/* =========================================================================================================
	* layout _l
========================================================================================================= */
/* =========================================================================================================
  * component _c
========================================================================================================= */
/* =========================================================================================================
* javascript //jsで操作される設定  _js
========================================================================================================= */
/* =========================================================================================================
	* project _p
========================================================================================================= */
/* =========================================================================================================
	* utility //調整用ファイル _u
========================================================================================================= */
/* =========================================================================================================
	* external //外部ライブラリーの上書き _ex
========================================================================================================= */
@media screen and (min-width: 768px) {
  #MainBox {
    margin-left: 200px;
  }
  header {
    display: block;
  }
  .l-news {
    padding-top: 105px;
    padding-bottom: 130px;
  }
  .l-information {
    padding-top: 134px;
    padding-bottom: 178px;
  }
  .l-loop-slider__item {
    width: calc(35.71429vw - 71.42857px);
  }
  .l-faq {
    margin-top: -26px;
  }
  .l-link-sns {
    margin-top: 60px;
    padding-bottom: 90px;
  }
  .l-related-info {
    padding-top: 75px;
  }
  .l-link-area {
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .c-content-width01 {
    max-width: 980px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .c-content-width02 {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .js-ac-menu__btn {
    pointer-events: none;
  }
  .js-ac-menu__body {
    display: block;
  }
  .js-ac-menu__icon {
    display: none;
  }
  .p-mv__right-lead {
    width: 100%;
    margin-top: 88px;
    margin-top: 88px;
    margin-top: clamp(20px, 5.5vw, 88px);
    max-width: 370px;
  }
  .p-mv__right-name {
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 2.8571428571vw, 2.5rem);
    margin-top: 33px;
  }
  .p-mv__right-text {
    font-size: 1.25rem;
    font-size: clamp(0.875rem, 1.6666666667vw, 1.25rem);
    margin-top: 43px;
    line-height: 2;
  }
  .p-news-content__title {
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 2.8571428571vw, 2.5rem);
  }
  .p-news-content__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 0;
  }
  .p-news-content__item::after {
    right: 23px;
  }
  .p-news-content__right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .p-news-content__right-lead {
    margin-top: 53px;
  }
  .p-information__title-en {
    font-size: 6.25rem;
  }
  .p-information__title-ja {
    font-size: 2.5rem;
    margin-top: -45px;
  }
  .p-information__title-lead-box {
    font-size: 1.125rem;
    max-width: 400px;
  }
  .p-information__title-lead-box::before {
    border-top: 18px solid #F6CC20;
    border-right: 10px solid #F6CC20;
    border-bottom: 18px solid #F6CC20;
    border-left: 10px solid transparent;
    left: -16px;
    top: 14px;
  }
  .p-information__title-lead-box::after {
    border-top: 18px solid #F6CC20;
    border-left: 10px solid #F6CC20;
    border-bottom: 18px solid #F6CC20;
    border-right: 10px solid transparent;
    right: -16px;
    top: 14px;
  }
  .p-information__title-lead {
    font-size: 1.125rem;
  }
  .p-information__lists {
    margin-top: 54px;
    gap: 4.4444444444%;
    row-gap: 40px;
  }
  .p-information__item {
    width: 47.7777777778%;
  }
  .p-information__item-img img {
    aspect-ratio: 430/260;
  }
  .p-information__item-title {
    font-size: 1.125rem;
    margin-top: 15px;
    padding-left: 20px;
  }
  .p-information__item-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-information__pamphlet {
    margin-top: 136px;
  }
  .p-information__pamphlet-title {
    font-size: 4rem;
    top: -28px;
  }
  .p-information__pamphlet-link-btn {
    font-size: 1.125rem;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .p-faq {
    padding-bottom: 60px;
  }
  .p-faq__title {
    top: -52px;
    font-size: 6.25rem;
  }
  .p-faq__text {
    margin-top: -4px;
    text-align: center;
    font-size: 1rem;
  }
  .p-faq__link {
    margin-top: 34px;
    max-width: 360px;
    font-size: 1rem;
  }
  .p-faq__link-btn {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 1.125rem;
    border: 1px solid #ffffff;
  }
  .p-link-sns__title {
    padding: 4px 0;
    max-width: 430px;
    font-size: 1rem;
    margin: 0 auto;
  }
  .p-link-sns__list {
    margin-top: 30px;
  }
  .p-link-sns__link-btn {
    font-size: 1.125rem;
    border: 1px solid #ffffff;
  }
  .p-related-info__title {
    font-size: 1.5rem;
  }
  .p-related-info__item + .p-related-info__item {
    margin-top: 4px;
  }
  .p-related-info__content {
    margin-top: 34px;
  }
  .p-related-info__item-title {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-related-info__item-title-icon-box {
    display: none;
  }
  .p-related-info__item-body {
    padding-top: 25px;
  }
  .p-link-content {
    gap: 20px;
    font-size: 1.125rem;
  }
  .p-link-content__item a {
    padding: 30px 0;
  }
  .u-pc-only {
    display: block;
  }
  .u-sp-only {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh + 30px);
    overflow: hidden;
  }
  .p-mv__left {
    width: 50%;
  }
  .p-mv__left-top {
    height: 50%;
  }
  .p-mv__left-top-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-mv__left-top-img img {
    aspect-ratio: 703/560;
    -o-object-position: center bottom;
       object-position: center bottom;
    width: 100%;
    height: auto;
  }
  .p-mv__left-bottom {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-mv__right {
    width: 50%;
    padding-top: 80px;
    padding-top: 60px;
    padding-top: clamp(50px, 3.75vw, 60px);
    padding-bottom: 40px;
    padding-bottom: clamp(20px, 2.5vw, 40px);
  }
  .p-mv__link-btn-area {
    position: absolute;
    right: 40px;
    top: 30px;
  }
  .p-mv__link-btn {
    max-width: 217px;
  }
  .p-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-news-content__left {
    width: 64.4444444444%;
  }
  .p-news-content__right {
    width: 31.1111111111%;
  }
  .p-information__pamphlet-inner {
    gap: 40px;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 11.1111111111%;
    padding-right: 11.1111111111%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 50px;
  }
  .p-information__pamphlet-img {
    max-width: 300px;
  }
  .p-information__pamphlet-link-area {
    margin-top: 24px;
  }
  .p-related-info__item-list {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .p-related-info__item-list-left, .p-related-info__item-list-right {
    width: calc(50% - 20px);
  }
  .p-related-info__item-link:nth-last-of-type(1) {
    border-bottom: 1px solid #EFEFEF;
  }
}
@media screen and (min-width: 1400px) {
  .p-related-info__item-text {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=maps/add-top.css.map */
