@charset "UTF-8";
/* トップページ専用CSS */

/* FVの上のお知らせ欄 */
.p-notice {
  font-size: min(3.3vw, 16px);
  font-weight: 500;
  font-family: "Noto Serif JP", Serif;
  line-height: 1.2;
  padding: 0.75em;
  text-align: center;
}
.p-notice.-hide {
  display: none;
}
.p-notice__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0.75em;
  border: 1px solid #8f7340;
}
.p-notice__ttl {
  font-size: min(3.8vw, 1.25em);
  border-bottom: 1px solid red;
  margin-bottom: 0.4em;
  width: fit-content;
  margin-inline: auto;
}
.p-notice__desc {
  margin-top: 0.25em;
}

section:nth-of-type(even) {
  background-color: var(--gaia-color-neutral-light);
}

/* -----------------------------------------------
* KV
*-------------------------------------------------- */
.kv {
  position: relative;
  padding-top: 32px;

  @media (min-width: 769px) {
    padding-top: 40px;
  }
}

.kv__inner {
  max-width: 1300px;
  margin-inline: auto;
}

.kv__swiper {
  /* スマホでフル幅 */
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  /* PC,SP共通(≒563/454) */
  aspect-ratio: 160/129;
  margin-top: 18px;
  grid-area: swiper;

  @media (min-width: 769px) {
    width: 100%;
    margin: 0;
  }
}

.kv__swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.kv__swiper .swiper {
  width: 100%;
  height: 100%;

  @media (min-width: 1361px) {
    max-width: 866px;
    margin-inline: auto 0;
  }
}

@keyframes gaia-zoomOut {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.kv__swiper .swiper-slide {
  overflow: hidden;
}

.kv__swiper .swiper-slide-active img,
.kv__swiper .swiper-slide-duplicate-active img,
.kv__swiper .swiper-slide-prev img {
  animation: gaia-zoomOut 5s linear 0s normal both;
}


.kv__catch {
  font-size: 20px;
  line-height: 1.65;
  /* 33/20 */
  letter-spacing: 0;
  font-feature-settings: "palt";
  grid-area: catch;

  /* tablet */
  @media (480px < width < 769px) {
    br {
      display: none;
    }
  }

  @media (min-width: 769px) {
    font-size: 36px;
    line-height: 1.8;
    margin-inline: auto;
    align-self: flex-end;
    padding-left: 0.6em;
  }
}

.kv__content {
  padding-inline: 35px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "catch"
    "swiper"
    "buttons";

  @media (min-width: 769px) {
    padding-inline: 0;
    grid-template-columns: 1fr 48%;
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "catch swiper"
      "buttons swiper";
    row-gap: 60px;
  }

}

.kv__button-group {
  gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  grid-area: buttons;

  @media (min-width: 769px) {
    gap: 28px;
    margin-top: 0;
  }
}

.kv__button a {
  font-size: 16px;

  @media (min-width: 769px) {
    font-size: 20px;
    min-height: 56px;
  }
}

/* -----------------------------------------------
* financial-support
*-------------------------------------------------- */
.financial-support {
  margin-top: 9rem;
}
.financial-support__ctt {
  letter-spacing: 0;
}
.financial-support__ctt__text p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
.financial-support__ctt__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
  margin-top: 4.5rem;
}
.sec-message__ctt__left{
  display: flex;
}
.financial-support__ctt__list__item {
  max-width: 15.5rem;
  width: 100%;
}
.financial-support__ctt__list__item__svg img {
  aspect-ratio: 155/168
}
.financial-support__ctt__btn {
  margin: auto;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .financial-support__ctt__text p {
    font-size: 1.6rem;
  }
  .financial-support__ctt__list {
    gap: 3rem;
  }
}
@media (max-width: 376px) {
  .financial-support {
    margin-top: 4rem;
  }
  .financial-support .l-container {
    max-width: 100%;
    width: 96%;
  }
  .financial-support__ctt__list {
    gap: 1rem;
    margin-top: 2.3rem;
  }
  .financial-support__ctt__list__item {
    max-width: 7.8rem;
  }
  .financial-support__ctt__btn {
    margin-top: 3.5rem;
  }
}

/* -----------------------------------------------
* sec-message
*-------------------------------------------------- */
.sec-message {
  padding: 10rem 0;
  overflow: hidden;
}
/* .sec-message .l-container {
  width: 100%;
  max-width: 100%;
} */
.sec-message__ctt {
  display: flex;
  justify-content: center;
  gap: 5.5rem;
  position: relative;
  margin-left: calc(50% - 50vw);
}
.sec-message__ctt__left {
  flex: 1;
}
.sec-message__ctt__right {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  /* padding-right: 13rem; */
  max-height: 60rem;
}
.sec-message__ctt__right__txt {
  line-height: 2.5;
}
.sec-message__ctt__pos {
  position: absolute;
  left: 0;
  top: 36.5%;
  transform: translateY(-50%);
  width: 18.5rem;
}
.sec-message__ctt__left img{
  object-fit: cover;
  max-height: 53rem;
  object-position: 66% 39%;
}

@media (max-width: 1080px) {
  .sec-message__ctt__pos {
    font-size: 14rem;
  }
}
@media (max-width: 970px) {
  .sec-message__ctt{
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .sec-message {
    padding: 3.8rem 0 2rem;
    margin-top: 4rem;
  }
  .sec-message .l-container{
    max-width: 100%;
    width: 100%;
  }
  .sec-message__ctt {
    flex-direction: column;
    gap: 3rem;
  }
  .sec-message__ctt__left {
    margin-right: 3.5rem;
  }
  .sec-message__ctt__pos {
    width: 7.2rem;
    top: -1rem;
    transform: none;
  }
  .sec-message__ctt__right {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sec-message__ctt__right__txt {
    line-height: 1.6;
  }
}
@media (max-width: 376px) {
  .sec-message__ctt__left {
    margin-right: 3rem;
  }
  .sec-message__ctt__left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 24.5rem;
  }
}

/* -----------------------------------------------
* sec-dream
*-------------------------------------------------- */
/* .sec-dream .l-container {
  width: 100%;
  max-width: 100%;
} */
.sec-dream__ctt__des p {
  text-align: center;
  font-size: 2.1rem;
  margin-top: 2rem;
  color: var(--gaia-color-primary);
}
.sec-dream__ctt__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
  margin-right: calc(50% - 50vw);
}
.sec-dream__ctt__group__right {
  flex: 1;

  img {
    object-fit: cover;
    max-height: 53rem;
  }
}
.sec-dream__ctt__group__left {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  line-height: 2.5;
  /* padding-left: 10rem; */
}
.sec-dream__ctt__btn {
  margin: auto;
  margin-top: 6rem;
  display: flex;
}
@media (max-width: 1080px) {
  .sec-dream__ctt__group__left {
    padding-left: 2rem;
  }
}
@media (max-width: 950px) {
  .sec-dream__ctt__group{
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .sec-dream .l-container{
    max-width: 100%;
    width: 100%;
  }
  .sec-dream__ctt__group {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2rem;
  }
  .sec-dream__ctt__group__left {
    line-height: 1.6;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sec-dream__ctt__btn {
    margin-top: 3.5rem;
  }
  .sec-dream__ctt__des p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  /* .sec-dream .l-container .title-main{
    width: 90%;
    margin: auto;
  } */
}
@media (max-width: 376px) {
  .sec-dream {
    margin-top: 4rem;
  }
  /* .sec-dream .l-container .title-main{
    width: 31rem;
  } */
}

/* -----------------------------------------------
* sec-intro
*-------------------------------------------------- */
.sec-intro__ctt__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 6rem;
  margin-top: 7rem;
}
.sec-intro__ctt__list__item {
  background: var(--gaia-color-neutral-light);
  display: flex;
  flex-direction: column;
}
.sec-intro__ctt__list__item__group {
  padding: 3rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-intro__ctt__list__item__group__title {
  font-size: 2.2rem;
  color: var(--gaia-color-primary);
}
.sec-intro__ctt__list__item__group__txt {
  margin-top: 1rem;
}
.sec-intro__ctt__list__item__group__btn {
  margin-top: 2.5rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .sec-intro__ctt__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .sec-intro__ctt__list__item {
    max-width: 45rem;
    margin: 0 auto;
    width: 100%;
  }
  .sec-intro__ctt__list__item__group__title {
    font-size: 1.8rem;
  }
  .sec-intro__ctt__list__item__group__txt {
    margin-top: 0.8rem;
  }
  .sec-intro__ctt__list__item__group__btn {
    margin-top: 1.6rem;
  }
  .sec-intro__ctt__list__item__group {
    padding: 1rem 2rem 2rem;
  }
}


/* -----------------------------------------------
* sec-ceo
*-------------------------------------------------- */
.sec-ceo__ctt__des {
  font-size: 4rem;
  margin-top: 5rem;
  font-weight: 400;
}
.sec-ceo__ctt__group {
  display: flex;
  gap: 2.2rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  margin-top: 4rem;
}
.sec-ceo__ctt__group__left {
  flex: 1;
}
.sec-ceo__ctt__group__left__txt {
  line-height: 2;
}
.sec-ceo__ctt__group__left__name {
  margin-top: 4rem;
}
.sec-ceo__ctt__group__left__name p {
  text-align: right;
}
.sec-ceo__ctt__group__left__name span {
  font-size: 2.5rem;
  margin-left: 1rem;
}
.sec-ceo__ctt__group__left__check {
  border-top: 0.1rem solid var(--gaia-color-primary);
  border-bottom: 0.1rem solid var(--gaia-color-primary);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 4rem;
  line-height: 2;
}
.sec-ceo__ctt__group__left__check__link {
  font-size: 2.1rem;
}
.sec-ceo__ctt__group__left__check__link a {
  color: #29abe2;
  text-decoration: underline;
}
.sec-ceo__ctt__group__right {
  max-width: 53rem;
  width: 100%;
}
@media (max-width: 768px) {
  .sec-ceo__ctt__des {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .sec-ceo__ctt__group__left__txt {
    line-height: 1.6;
  }
  .sec-ceo__ctt__group {
    margin-top: 2rem;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 0;
  }
  .sec-ceo__ctt__group__left__name {
    margin-top: 3rem;
  }
  .sec-ceo__ctt__group__left__name span {
    font-size: 2rem;
  }
  .sec-ceo__ctt__group__left__check {
    margin-top: 3rem;
    line-height: 1.6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sec-ceo__ctt__group__left__check__link {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
}

/* -----------------------------------------------
* sec-new
*-------------------------------------------------- */
.sec-new {
  padding: 10rem 0;
}
.sec-new__ctt__option {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
.sec-new__ctt__option__item {
  background: #fff;
  font-size: 2.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.6rem;

  &:not(.active) {
    cursor: pointer;
  }
}
.sec-new__ctt__option__item.active {
  background: var(--gaia-color-primary);
  color: #fff;
}
.sec-new__ctt__list {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 4rem 5rem 5rem;
  border: 0.2rem solid var(--gaia-color-primary);
}
.sec-new__ctt__list__item {
  padding: 2rem 1.5rem 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
  border-bottom: 0.1rem solid var(--gaia-color-primary);
}
.sec-new__ctt__list__item__txt {
  font-size: 1.5rem;
  flex: 1;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.sec-new__ctt__list__item__date {
  display: flex;
  justify-content: center;
}
.sec-new__ctt__list__item__date p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec-new {
    padding: 3.5rem 0;
  }
  .sec-new__ctt__option__item {
    font-size: 1.2rem;
  }
  .sec-new__ctt__list {
    padding: 0.5rem 1.5rem 0;
    border: 0.1rem solid var(--gaia-color-primary);
  }
  .sec-new__ctt__list__item {
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }
  .sec-new__ctt__list__item:last-child {
    border: 0;
  }
  .sec-new__ctt__list__item__date {
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .sec-new__ctt__list__item__date img {
    width: 0.8rem;
  }
  .sec-new__ctt__list__item__txt {
    font-size: 1.4rem;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

/* -----------------------------------------------
* sec-special
*-------------------------------------------------- */
.sec-special__ctt__des {
  margin-top: 2rem;
}
.sec-special__ctt__des p {
  text-align: center;
  line-height: 2.5;
}
.sec-special__ctt__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 6rem;
  margin-top: 6rem;

  @media (min-width: 769px) {
    grid-template-columns: repeat(auto-fit,30%);
    justify-content: center;
  }
}
.sec-special__ctt__list__item {
  background: var(--gaia-color-neutral-light);
  display: flex;
  flex-direction: column;
}
.sec-special__ctt__list__item__group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 2rem 3rem 4rem;
}
@media (max-width: 768px) {
  .sec-special__ctt__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .sec-special__ctt__list__item{
    min-height: 36rem;
  }
  .sec-special__ctt__list__item__group {
    padding: 1rem 2rem 2rem;
  }
  .sec-special__ctt__des {
    margin-top: 1.5rem;
  }
  .sec-special__ctt__des p {
    line-height: 1.6;
    text-align: left;
  }
}
