
/* =========================================
KV
========================================= */
.kvArea {
  width: 100%;
  padding: 72px 0 0;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.kv__title {
  width: 100%;
  max-width: 679px;
  margin-bottom: 14px;
}
.kv__text {
  margin-left: 2px;
  margin-bottom: 80px;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.swiper {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  width: auto;
  max-width: 100vw;
  height: 100%;
}
.swiper-slide > img {
  width: auto;
  max-width: 100%;
  display: block;
}
.kvSwiper {
  height: 545px;
}
.kvSwiper .swiper-slide {
  margin-left: 32px;
}
.kvSwiper .swiper-slide > img {
  height: 545px;
}
.kv__slider__controller {
  right: 50vw;
}

@media screen and (max-width: 768px) {
  .kvArea {
    padding-top: 56px;
    margin-bottom: 40px;
  }
  .kv__title {
    width: 100%;
    /* max-width: 89vw; */
    max-width: 89.7435897436vw;
    margin-bottom: 15px;
  }
  .kv__title__image {
    width: 100%;
    height: auto;
  }
  .kv__text {
    margin-bottom: 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kvSwiper {
    height: 409px;
    /* height: 292px; */
  }
  .kvSwiper .swiper-slide {
    margin-left: 24px;
  }
  .kvSwiper .swiper-slide > img {
    height: 409px;
    /* height: 292px; */
  }
}

/* =========================================
ニュース
========================================= */
.newsArea {
  width: 100%;
  padding: 0 clamp(24px,  3.4375vw, 64px) 100px;
  display: flex;
  justify-content: center;
}
.news__inner {
  gap: 0 46px;
}
.news__titleWrap {
  padding-top: 8px;
}
.newsList  {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  flex: 1
}
.newsList__item {
  min-height: 92px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  gap: 0 27px;
  border-bottom: 1px solid #E6E6E6;
}
.newsList__item__head {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.024em;
}
.newsList__item__body {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03375em;
}

@media screen and (max-width: 768px) {
  .newsArea {
    padding: 0 0 0;
    margin-bottom: 63px;
  }
  .news__titleWrap {
    margin-bottom: 25px;
  }
  .newsList__item {
    padding: 20px 8px 19px;
    flex-direction: column;
    align-items: flex-start;
  }
  .newsList__item__head {
    margin-bottom: 13px;
  }
}

/* =========================================
&apos;あい&apos;のある環境
========================================= */
.environmentArea {
  width: 100%;
  padding: 100px clamp(24px, 3vw, 64px) 320px;
  color: #fff;
  background-color: #E60012;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.environment__inner {
  justify-content: space-between;
  align-items: center;
}
.environment__textBox {
  width: 391px;
  transform: translateY(0);
}
.environment__title {
  margin-bottom: 29px;
}
.environment__title--lv2__sub {
  color: #fff;
}
.environment__leadTxt {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.environment__image {
  max-width: 681px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .environmentArea {
    padding: 83px 0 180px;
  }
  .environment__textBox {
    width: 100%;
    margin-bottom: 62px;
  }
  .environment__title {
    margin-bottom: 28px;
    font-size: 36px;
  }
}

/* =========================================
会社案内, 事業紹介
========================================= */
.aboutArea {
  padding: 100px clamp(24px, 3vw, 64px) 330px;
  margin-top: -234px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__inner {
  max-width: 956px;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 48px;
}
.about__inner + .about__inner {
  margin-top: 79px;
}
.about__textBox {
  width: 360px;
  padding-top: 8px;
}
.about__title {
  margin-bottom: 34px;
}
.about__leadTxt {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.about__buttonWrap {
  display: flex;
  justify-content: flex-end;
}
.about__button {
  min-width: 229px;
}
.about__image {
  border-radius: 50px 100px 50px 50px;
  overflow: hidden;
  flex: 1;
}
/* .aboutArea .about__image {
  max-height: 376px;
} */

@media screen and (max-width: 768px) {
  /* .aboutArea .about__image {
  max-height: none;
} */
  .aboutArea {
    padding: 80px 0 300px;
    margin-top: -108px;
  }
  .about__inner {
    flex-direction: column-reverse;
    gap: 0;
  }
  .about__textBox {
    width: 100%;
    padding-top: 0;
    margin-top: 29px;
  }
  .about__title {
    margin-bottom: 23px;
  }
  .about__leadTxt {
    margin-bottom: 24px;
  }
  .about__inner + .about__inner  {
    margin-top: 64px;
  }
  .about__image {
    border-radius: 35px 65px 35px 35px;
  }
}

/* =========================================
“輝ける場所がここにある”
========================================= */
.placeArea {
  padding: 106px 0 200px;
  margin-top: -232px;
  background-color: #FDF9F1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.place__inner {
  width: 100%;
  flex-direction: column;
  position: relative;
}
.place__title {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto 63px;
  color: #E60012;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
}
.placeSwiper {
  height: 364px;
}
.placeSwiper .swiper-slide {
  margin-left: 24px;
}
.placeSwiper .swiper-slide > img {
  height: 364px;
}
.place__slider__controller {
  margin: 0 auto;
}
.placeArea .slider__controller {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .placeArea {
    padding-top: 81px;
    margin-top: -221px;
  }
  .place__title {
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 1.4;
  }
  .place__title--main {
    padding-left: 0.3em;
    text-indent: -.3em;
    display: inline-block;
  }
  .placeSwiper {
    height: 273px;
  }
  .placeSwiper .swiper-slide {
    margin-left: 18px;
  }
  .placeSwiper .swiper-slide > img {
    height: 273px;
  }
  .place__slider__controller {
    margin: 0 auto;
  }
}

/* =========================================
私たちの働き方
========================================= */
.activitiesArea {
  padding: 118px 0 97px;
  margin-top: -100px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activities__title {
  margin-bottom: 56px;
}
.activities__title--lv2__main--sub {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .activitiesArea {
    padding: 83px 0 76px;
    margin-top: -120px;
  }
  .activities__title {
    margin-bottom: 26px;
  }
  .activities__title--lv2__main {
    padding-left: 0.3em;
    text-indent: -0.3em;
    line-height: 1.4;
  }
  .activities__title--lv2__main--sub {
    margin-left: 11px;
    display: block;
  }
}

.noteWrap {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.note--top {
  padding-bottom: 18px;
}
