@charset "UTF-8";
.p-topFv {
  position: relative;
  height: 95svh;
}

.p-topFv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.p-topFv__bgImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topFv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

/* =========================
   FVスライダー（背景だけがフェード切替＋ゆっくり拡大）
   型: templates/components/fv-hero-slider/
   秒数は assets/js/fv-slider.js と揃える。
   delay 4000ms + speed 1500ms = 1枚の表示時間 5.5s = 拡大の所要時間
========================= */
.p-topFv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.p-topFv__slider .p-topFv__slide {
  flex-shrink: 0;
  width: 33.333%;
  height: 33.333%;
  overflow: hidden;
}

.p-topFv__slider .p-topFv__slide.is-active-size {
  width: 100%;
  height: 100%;
}

.p-topFv__slider .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.p-topFv__inner {
  pointer-events: none;
}

.p-topFv__heading,
.p-topFv__lead {
  pointer-events: auto;
}

.p-topFv__slideInner {
  width: 100%;
  height: 100%;
}

@keyframes topFvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .p-topFv__slideInner,
.swiper-slide-duplicate-active .p-topFv__slideInner,
.swiper-slide-prev .p-topFv__slideInner {
  animation: topFvZoom 5.5s linear 0s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
  .swiper-slide-active .p-topFv__slideInner,
  .swiper-slide-duplicate-active .p-topFv__slideInner,
  .swiper-slide-prev .p-topFv__slideInner {
    animation: none;
  }
}
.p-topFv__inner {
  position: relative;
  z-index: 1;
  padding-top: 25svh;
  text-align: center;
}

.p-topFv__lead {
  width: 694px;
  max-width: 100%;
  margin-top: 46px;
  margin-inline: auto;
}

.p-topFv__decor {
  position: absolute;
  inset: 0 0 -32px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.p-topFv__ill {
  position: absolute;
  height: auto;
}

.p-topFv__ill--1 {
  aspect-ratio: 603/126;
  background: url("../images/img_com-mountain-02.png") no-repeat center/contain;
  left: -2.752%;
  bottom: 3.8px;
  width: 44.114%;
}

.p-topFv__ill--2 {
  aspect-ratio: 522/136;
  background: url("../images/img_com-mountain-01.png") no-repeat center/contain;
  left: -5.959%;
  bottom: 37px;
  width: 38.184%;
  transform: scaleX(-1);
}

.p-topFv__ill--3 {
  aspect-ratio: 453/118;
  background: url("../images/img_com-mountain-03.png") no-repeat center/contain;
  left: 60.542%;
  bottom: 6px;
  width: 33.163%;
}

.p-topFv__ill--4 {
  aspect-ratio: 482/181;
  background: url("../images/img_com-mountain-07.png") no-repeat center/contain;
  left: 69.912%;
  bottom: 5px;
  width: 35.286%;
}

@media screen and (max-width: 1024px) {
  .p-topFv__inner {
    padding-inline: 24px;
  }
  .p-topFv__lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-topFv {
    display: flex;
    align-items: center;
    height: 95svh;
  }
  .p-topFv__inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 16svh;
  }
  .p-topFv__ill {
    transform-origin: bottom center;
    transform: scale(1.6);
  }
  .p-topFv__ill--2 {
    transform: scale(-1.6, 1.6);
  }
}
@media screen and (max-width: 600px) {
  .p-topFv__ill {
    transform: scale(2.6);
  }
  .p-topFv__ill--2 {
    transform: scale(-2.6, 2.6);
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  .p-topFv__ill {
    transform: scale(1.3);
  }
  .p-topFv__ill--2 {
    transform: scale(-1.3, 1.3);
  }
}
@media screen and (max-width: 500px) {
  .p-topFv {
    height: 100svh;
  }
  .p-topFv__ill--2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-topFv__lead {
    margin-top: 24px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p-topFv__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-height: 800px) {
  .p-topFv__inner {
    padding-top: 20svh;
  }
}
@media screen and (max-height: 650px) {
  .p-topFv__inner {
    padding-top: 16svh;
  }
}
@media screen and (max-width: 900px) and (max-height: 700px) {
  .p-topFv {
    align-items: flex-start;
  }
  .p-topFv__inner {
    padding-top: 16svh;
    padding-bottom: 0;
  }
}
@media screen and (max-height: 450px) {
  .p-topFv__inner {
    padding-top: 8svh;
  }
  .p-topFv__lead {
    margin-top: 16px;
  }
}
.p-topAbout {
  padding-top: 182px;
  padding-bottom: 206px;
}

.p-topAbout__inner {
  display: grid;
  grid-template-columns: 510px minmax(0, 1fr);
  column-gap: 93px;
  max-width: 1081px;
  margin-inline: auto;
}

.p-topAbout__mediaArea {
  height: 611px;
}

.p-topAbout__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 13px 14px 0 #6cb92b;
}

.p-topAbout__textArea {
  padding-top: 73px;
}

.p-topAbout__heading {
  width: 472px;
  max-width: 100%;
  margin-top: 37px;
}

.p-topAbout__text {
  width: 478px;
  max-width: 100%;
  margin-top: 27px;
}
.p-topAbout__text p + p {
  margin-top: 36px;
}

.p-topAbout__cta {
  margin-top: 39px;
}

@media screen and (max-width: 1200px) {
  .p-topAbout {
    padding-top: 131px;
    padding-bottom: 148px;
  }
  .p-topAbout__inner {
    grid-template-columns: 40% minmax(0, 1fr);
    column-gap: 56px;
    padding-inline: 24px;
  }
  .p-topAbout__mediaArea {
    height: auto;
    aspect-ratio: 510/611;
  }
  .p-topAbout__textArea {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-topAbout {
    padding-top: 113px;
    padding-bottom: 128px;
  }
  .p-topAbout__inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
  }
  .p-topAbout__heading,
  .p-topAbout__mediaArea,
  .p-topAbout__text,
  .p-topAbout__cta {
    width: 80vw;
    margin-inline: auto;
  }
  .p-topAbout__textArea {
    display: contents;
  }
  .p-topAbout__head {
    order: 0;
  }
  .p-topAbout__heading {
    order: 1;
  }
  .p-topAbout__mediaArea {
    order: 2;
  }
  .p-topAbout__text {
    order: 3;
  }
  .p-topAbout__cta {
    order: 4;
  }
  .p-topAbout__mediaArea {
    max-width: 480px;
    aspect-ratio: 510/406;
    margin-bottom: 22px;
  }
  .p-topAbout__heading {
    margin-top: 0;
  }
  .p-topAbout__text {
    margin-top: 0;
  }
  .p-topAbout__text p + p {
    margin-top: 24px;
  }
  .p-topAbout__cta {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-topAbout {
    padding-top: 80px;
    padding-bottom: 91px;
  }
  .p-topAbout__inner {
    row-gap: 12px;
  }
  .p-topAbout__head .c-sectionHead__label {
    margin-top: 4px;
  }
  .p-topAbout__mediaArea {
    margin-bottom: 34px;
  }
}
.p-topBand {
  position: relative;
  overflow-x: clip;
}

.p-topBand--pale {
  padding-top: 85px;
  padding-bottom: 269px;
  background: #ecf8f6;
}

.p-topBand--pale::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: max(-50px, -3.6603221083vw);
  height: min(198px, 14.474vw);
  background: url("../images/img_com-wave-paleGreen.svg") no-repeat center bottom/100% 100%;
  pointer-events: none;
}

.p-topBand--pale::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(-21px, -1.5373352855vw);
  height: min(198px, 14.474vw);
  background: url("../images/img_com-wave-white.svg") no-repeat center bottom/100% 100%;
  pointer-events: none;
}

.p-topBook {
  position: relative;
  z-index: 1;
}

.p-topBand__ill {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
}

.p-topBand__ill--1 {
  aspect-ratio: 420/153;
  background: url("../images/img_com-mountain-04.png") no-repeat center/contain;
  left: -7.906%;
  bottom: -46px;
  width: 30.747%;
}

.p-topBand__ill--2 {
  aspect-ratio: 505/131;
  background: url("../images/img_com-mountain-05.png") no-repeat center/contain;
  left: 74.524%;
  bottom: -141px;
  width: 36.96%;
}

@media screen and (min-width: 1367px) {
  .p-topBand__ill--1 {
    left: calc(50% - 791px);
    width: 420px;
  }
  .p-topBand__ill--2 {
    left: calc(50% + 335px);
    width: 505px;
  }
}
.p-topBook,
.p-topGuide {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .p-topBand--pale {
    padding-top: 61px;
    padding-bottom: 194px;
  }
}
@media screen and (max-width: 1024px) {
  .p-topBand--pale {
    padding-top: 70px;
    padding-bottom: 180px;
  }
  .p-topBand--pale::before,
  .p-topBand--pale::after {
    height: 140px;
  }
  .p-topBand--pale::before {
    top: -36px;
  }
  .p-topBand--pale::after {
    bottom: -15px;
  }
}
@media screen and (max-width: 900px) {
  .p-topBand--pale {
    padding-top: 53px;
    padding-bottom: 167px;
  }
}
@media screen and (max-width: 768px) {
  .p-topBand--pale {
    padding-top: 56px;
    padding-bottom: 120px;
  }
  .p-topBand--pale::before,
  .p-topBand--pale::after {
    height: 90px;
  }
  .p-topBand--pale::before {
    top: -24px;
  }
  .p-topBand--pale::after {
    bottom: -10px;
  }
  .p-topBand__ill {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-topBand--pale {
    padding-top: 37px;
    padding-bottom: 118px;
  }
}
.p-topBook__inner {
  width: 100%;
  max-width: 1146px;
  margin-inline: auto;
}

.p-topBook__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 42px;
  margin-top: 45px;
}

.p-topBook__itemLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-topBook__itemLink:hover .p-topBook__image img {
    transform: scale(1.05);
  }
  .p-topBook__itemLink:hover .c-textLink::after {
    transform: translateX(3px);
  }
}

.p-topBook__image {
  width: 100%;
  aspect-ratio: 354/250;
  overflow: hidden;
  border-radius: 10px;
}
.p-topBook__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.p-topBook__text {
  margin-top: 22px;
}

.p-topBook__more {
  margin-top: 22px;
  margin-left: auto;
}

.p-topBook__cta {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-topBook__inner {
    padding-inline: 24px;
  }
  .p-topBook__list {
    column-gap: 28px;
  }
}
@media screen and (max-width: 900px) {
  .p-topBook__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 44px;
  }
}
@media screen and (max-width: 560px) {
  .p-topBook__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 36px;
  }
  .p-topBook__text {
    margin-top: 16px;
  }
  .p-topBook__cta {
    margin-top: 40px;
  }
}
.p-topGuide {
  margin-top: 119px;
}

.p-topGuide__list {
  display: grid;
  grid-template-columns: repeat(2, 542px);
  column-gap: 60px;
  justify-content: center;
  max-width: 1144px;
  margin-inline: auto;
}

.p-topGuide__item--interview {
  margin-top: 70px;
}

.p-topGuide__link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 542/524;
  overflow: hidden;
  border-radius: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .p-topGuide__link:hover .p-topGuide__image {
    transform: scale(1.05);
  }
  .p-topGuide__link:hover .p-topGuide__label::after {
    transform: translateX(4px);
  }
}

.p-topGuide__item--recruit .p-topGuide__link {
  box-shadow: 14px 14px 0 #6cb92b;
}

.p-topGuide__item--interview .p-topGuide__link {
  box-shadow: 14px 14px 0 #00a468;
}

.p-topGuide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.p-topGuide__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 266px;
  min-height: 105px;
  padding: 31px 32px 23px;
  background: #fff;
  border-radius: 0 30px 0 26px;
}

.p-topGuide__label::after {
  content: "";
  position: absolute;
  left: 213px;
  top: 45px;
  width: 27px;
  height: 27px;
  background: url("../images/icon_com-arrow-circle-green.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}

.p-topGuide__title {
  margin-top: 11px;
}

@media screen and (max-width: 1200px) {
  .p-topGuide {
    margin-top: 90px;
  }
  .p-topGuide__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    max-width: none;
    padding-inline: 24px;
  }
  .p-topGuide__label::after {
    left: auto;
    right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-topGuide {
    margin-top: 64px;
  }
  .p-topGuide__list {
    column-gap: 34px;
  }
  .p-topGuide__item--interview {
    margin-top: 36px;
  }
  .p-topGuide__link {
    aspect-ratio: 16/11;
  }
  .p-topGuide__label {
    width: 240px;
    min-height: 92px;
    padding: 24px 24px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-topGuide__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 46px;
  }
  .p-topGuide__item--interview {
    margin-top: 0;
  }
  .p-topGuide__label::after {
    top: 50%;
    right: 20px;
    margin-top: -13.5px;
  }
}
.p-topNews {
  position: relative;
  padding-bottom: 148px;
}

.p-topNews__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 730px;
  column-gap: 114px;
  align-items: start;
  width: 100%;
  max-width: 1145px;
  margin-inline: auto;
}

.p-topNews__lead {
  margin-top: 53px;
}

.p-topNews__cta {
  margin-top: 56px;
}

.p-topNews__decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.p-topNews__ill {
  aspect-ratio: 801/127;
  background: url("../images/img_com-mountain-06.png") no-repeat center/contain;
  position: absolute;
  left: -15.959%;
  bottom: 38px;
  width: 58.65%;
  height: auto;
}

@media screen and (min-width: 1367px) {
  .p-topNews__ill {
    left: calc(50% - 901px);
    width: 801px;
  }
}
@media screen and (max-width: 1200px) {
  .p-topNews {
    padding-bottom: 107px;
  }
  .p-topNews__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
    column-gap: 56px;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 900px) {
  .p-topNews__inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 36px;
  }
  .p-topNews__lead {
    margin-top: 24px;
  }
  .p-topNews__cta {
    margin-top: 28px;
  }
  .p-topNews__decor {
    display: none;
  }
  .p-topNews {
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 600px) {
  .p-topNews {
    padding-bottom: 65px;
  }
}
