@charset "UTF-8";
/* ------------------------------------------
 *  _color.scss
 *  色変数設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _breakpoint.scss
 *  ブレークポイント設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _z-index.scss
 *  z-index設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _func.scss
 *  関数設定
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _hover.scss
 *  mixin - ホバー定義
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _set.scss
 *  mixin - CSS簡易設定定義
 * ------------------------------------------ */
/* flexセット */
/* ------------------------------------------ */
/* inline-flexセット */
/* ------------------------------------------ */
/* gridセット */
/* ------------------------------------------ */
/* background-imageセット */
/* ------------------------------------------ */
/* 疑似クラスセット */
/* ------------------------------------------ */
/* position:absoluteセット */
/* ------------------------------------------ */
/* ------------------------------------------
*  _parts.scss
 *  mixin - パーツ定義
 * ------------------------------------------ */
/* 三角右矢印 */
/* ------------------------------------------ */
/* 丸ボーダー */
/* ------------------------------------------ */
.header .ncggnav {
  display: block;
}

.topHeader {
  padding-top: 2rem;
}
.topHeader__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: clamp(calc(10 / 10 * 1rem), calc(calc((60 - 1200 * calc((60 - 10) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((60 - 10) / (1200 - 375)) * 1vw), calc(60 / 10 * 1rem));
}
.topHeader__title .logo {
  width: clamp(calc(80 / 10 * 1rem), calc(calc((130 - 1200 * calc((130 - 80) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((130 - 80) / (1200 - 375)) * 1vw), calc(130 / 10 * 1rem));
  height: auto;
  aspect-ratio: 62/75;
  display: flex;
}
.topHeader__title .head {
  font-size: clamp(calc(25 / 10 * 1rem), calc(calc((36 - 1200 * calc((36 - 25) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((36 - 25) / (1200 - 375)) * 1vw), calc(36 / 10 * 1rem));
  font-weight: 600;
  letter-spacing: 0.275em;
}
.topHeader__img {
  margin-top: 2rem;
}
.topHeader__img .topIllust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4rem;
  position: relative;
}
.topHeader__img .topIllust > li {
  position: relative;
  opacity: 0;
}
.topHeader__img .topIllust > li.topIllust__arrow {
  width: 2.6rem;
  height: auto;
  aspect-ratio: 27/16;
  margin-bottom: -13%;
}
.topHeader__img .topIllust > li:not(:last-child)::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../img/top/icon_arrow_pc.svg);
  width: 2.6rem;
  height: auto;
  aspect-ratio: 27/16;
  margin-bottom: 2rem;
}
.topHeader__img .topIllust > li:nth-child(1) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 0.5s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(2) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 1s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(3) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 1.5s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(4) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 2s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(5) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 2.5s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(6) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 3s 1 forwards;
}
.topHeader__img .topIllust > li:nth-child(7) {
  -webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
  animation: headerAnime 0.5s ease 3.5s 1 forwards;
}
@-webkit-keyframes headerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes headerAnime {
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .topHeader__title .head {
    letter-spacing: 0.1em;
  }
  .topHeader__img .topIllust {
    width: 100%;
    height: auto;
    aspect-ratio: 1.35/1;
    gap: 0rem;
    justify-content: space-evenly;
  }
  .topHeader__img .topIllust > li {
    gap: 0rem;
    width: 25%;
    height: auto;
    display: flex;
  }
  .topHeader__img .topIllust > li > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .topHeader__img .topIllust > li:nth-child(1), .topHeader__img .topIllust > li:nth-child(5) {
    align-self: flex-start;
  }
  .topHeader__img .topIllust > li:nth-child(3), .topHeader__img .topIllust > li:nth-child(7) {
    align-self: flex-end;
  }
  .topHeader__img .topIllust > li.topIllust__arrow {
    position: absolute;
    width: 13vw;
    aspect-ratio: 102/31;
    margin-bottom: 0;
    bottom: 15vw;
  }
  .topHeader__img .topIllust > li:nth-child(2) {
    transform: rotateZ(50deg);
    left: 12.5%;
  }
  .topHeader__img .topIllust > li:nth-child(4) {
    transform: rotateZ(-50deg);
    left: calc(50% - 0.5rem);
  }
  .topHeader__img .topIllust > li:nth-child(6) {
    transform: rotateZ(50deg);
    left: 62.5%;
  }
  .topHeader__img .topIllust > li:not(:last-child)::after {
    background-image: url(../../img/top/icon_arrow_sp.svg);
    position: absolute;
    width: 5rem;
    aspect-ratio: 102/31;
    margin-bottom: 0;
  }
}

.topMenu {
  margin-top: clamp(calc(30 / 10 * 1rem), calc(calc((60 - 1200 * calc((60 - 30) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((60 - 30) / (1200 - 375)) * 1vw), calc(60 / 10 * 1rem));
}
.topMenu__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem 4rem;
}
.topMenu__block .topLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #FFFFFF;
  transition: background-color 0.3s;
  column-gap: 1.6rem;
  padding: 1rem 2rem 1rem 4rem;
  width: 50%;
  max-width: 40rem;
  min-height: clamp(calc(80 / 10 * 1rem), calc(calc((104 - 1200 * calc((104 - 80) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((104 - 80) / (1200 - 375)) * 1vw), calc(104 / 10 * 1rem));
  border: 0.1rem solid #1654A4;
  border-radius: 1rem;
  position: relative;
}
.topMenu__block .topLink:hover {
  background-color: #EEF5FF;
}
.topMenu__block .topLink::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  min-width: 1.3rem;
  height: auto;
  aspect-ratio: 1/1.27;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/common/icon_triangle_blue.svg);
  position: absolute;
  right: 1.5rem;
}
.topMenu__block .topLink__img {
  width: 4rem;
  height: 4rem;
}
.topMenu__block .topLink__text {
  color: #57769C;
  font-size: clamp(calc(18 / 10 * 1rem), calc(calc((22 - 1200 * calc((22 - 18) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((22 - 18) / (1200 - 375)) * 1vw), calc(22 / 10 * 1rem));
}
@media screen and (max-width: 767.9px) {
  .topMenu__block {
    flex-direction: column;
  }
  .topMenu__block .topLink {
    width: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
  }
  .topMenu__block .topLink::after {
    width: 1rem;
    min-width: 1rem;
    height: auto;
    aspect-ratio: 1/1.27;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/common/icon_triangle_blue.svg);
  }
  .topMenu__block .topLink__img {
    width: 3rem;
    height: 3rem;
  }
}

.topNews {
  margin-top: clamp(calc(30 / 10 * 1rem), calc(calc((60 - 1200 * calc((60 - 30) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((60 - 30) / (1200 - 375)) * 1vw), calc(60 / 10 * 1rem));
  margin-bottom: clamp(calc(60 / 10 * 1rem), calc(calc((80 - 1200 * calc((80 - 60) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((80 - 60) / (1200 - 375)) * 1vw), calc(80 / 10 * 1rem));
}
.topNews__inner {
  padding: 4rem 6.5rem;
  border: 0.1rem solid #CCCCCC;
  border-radius: 2rem;
}
.topNews__block {
  margin-top: 2rem;
}
.topNews__block > ul > li {
  position: relative;
}
.topNews__block > ul > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../../img/common/icon_border.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.5rem 0.2rem;
  height: 0.2rem;
  width: 100%;
  bottom: 0;
  top: initial;
  right: 0;
  left: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(87%) contrast(78%);
}
.topNews__block > ul > li > dl {
  display: grid;
  grid-template-columns: 8.5em auto;
  grid-template-rows: initial;
  align-items: center;
  justify-content: flex-start;
  column-gap: clamp(calc(20 / 10 * 1rem), calc(calc((40 - 1200 * calc((40 - 20) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((40 - 20) / (1200 - 375)) * 1vw), calc(40 / 10 * 1rem));
  padding: 1.6rem 0;
}
.topNews__block > ul > li > dl > dd > a {
  color: #1654A4;
  transition: color 0.3s;
}
.topNews__block > ul > li > dl > dd > a:hover {
  color: #333333;
}
.topNews__block > ul > li > dl > dd > a:hover {
  text-decoration: underline;
}
.topNews__block > ul > li.is-hidden {
  display: none;
}
.topNews__button {
  margin-top: clamp(calc(20 / 10 * 1rem), calc(calc((25 - 1200 * calc((25 - 20) / (1200 - 375))) / 10) * 1rem) + calc(100 * calc((25 - 20) / (1200 - 375)) * 1vw), calc(25 / 10 * 1rem));
  color: #57769C;
  transition: color 0.3s;
  cursor: pointer;
  font-size: 1.3rem;
  display: block;
  margin-left: auto;
}
.topNews__button:hover {
  color: #333333;
}
.topNews__button::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  min-width: 0.5em;
  height: auto;
  aspect-ratio: 1/1.27;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/common/icon_triangle_red.svg);
  margin-left: 0.5rem;
  vertical-align: middle;
  transform: rotateZ(90deg);
}
.topNews__button.is-open::after {
  transform: rotateZ(-90deg);
}
@media screen and (max-width: 767.9px) {
  .topNews__inner {
    padding: 2.5rem 2rem;
  }
  .topNews__block {
    margin-top: 1rem;
  }
  .topNews__block > ul > li > dl {
    grid-template-columns: 1fr;
    row-gap: 0.5em;
    padding: 1.6rem 0;
  }
}



/* addition */
.c-pageTitle {
  position: relative;
}

.c-pageTitle > p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-pageTitle > p > a {
  color: #1654A4;
  font-size: 1.3rem;
  transition: color 0.3s;
  display: inline-block;
  padding-right: 20px;
}

.c-pageTitle > p > a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  min-width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1.27;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/common/icon_triangle_blue.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-pageTitle > p > a:hover {
  text-decoration: underline;
}

