@charset "utf-8";
/*----- topHero -----*/
.topHero {
  padding-top: 6rem;
}
@media screen and (768px <= width) {
  .topHero {
    padding-top: 8rem;
  }
}

.topHeroSlider {
  position: relative;
}

.topHeroSlider-item {
  position: relative;
}

.topHeroSlider-imgArea img {
  min-height: min(160vw,1200px);
  object-fit: cover;
}
@media screen and (768px <= width) {
  .topHeroSlider-imgArea img {
    min-height: auto;
    width: 100%;
    aspect-ratio: 25/12;
  }
}

/* 画像位置を上に調整する */
.topHeroSlider-img04Area img {
    min-height: min(160vw,1200px);
    object-fit: cover !important;
    object-position: center 15% !important;
}

@media screen and (768px <= width) {
    .topHeroSlider-img04Area img {
        min-height: auto;
        width: 100%;
        aspect-ratio: 25/12;
        object-position: center 15% !important;
    }
}

.topHeroSlider-item[data-swiper-slide-index="0"] img {
  object-position: left 30% bottom 0;
}

.topHeroSlider-item[data-swiper-slide-index="1"] img {
  object-position: left 47% bottom 0;
}

.topHeroSlider-item[data-swiper-slide-index="2"] img {
  object-position: right 34% bottom 0%;
}

.topHeroSlider-item[data-swiper-slide-index="3"] img {
  object-position: right 41% bottom 0%;
}

.topHeroSlider-txtArea {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 100%;
  padding: 0 min(4.67vw,35px);
}
@media screen and (768px <= width) {
  .topHeroSlider-txtArea {
    max-width: 1280px;
    padding: 0 40px;
  }
}

.topHeroSlider-txt {
  color: var(--txt-color-sub);
  font-size: clamp(1.5rem,4vw,3rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0,0,0,.6), 2px -2px 6px rgba(0,0,0,.6), -2px 2px 6px rgba(0,0,0,.6), -2px -2px 6px rgba(0,0,0,.6);
}
@media screen and (768px <= width) {
  .topHeroSlider-txt {
    font-size: clamp(1.2rem, 2.344vw - 0.6rem, 1.8rem);
    line-height: 2.2;
  }
}

.topHeroSlider-txt._large {
  font-size: clamp(2.4rem,6.4vw,4.8rem);
  font-weight: 700;
}
@media screen and (768px <= width) {
  .topHeroSlider-txt._large {
    font-size: clamp(3rem, 6.024vw - 1.627rem, 5rem);
    line-height: 1.3;
  }
}

.topHeroSlider-txtArea * + * {
  margin-top: 20px;
}

.topHeroSlider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.topHeroSlider .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: auto;
  border-radius: 50%;
  background-color: #333;
  aspect-ratio: 1;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}
@media screen and (768px <= width) {
  .topHeroSlider .swiper-pagination-bullet {
    width: 16px;
  }
}

.topHeroSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent-color-main);
}

/*----- topSection -----*/
.topSectionWrap[data-color="gray"] {
  background-color: #f0f0f0;
}

.topSectionWrap-inner {
  display: grid;
  gap: min(5.33vw,40px) 0;
  padding: min(5.33vw,80px) min(4vw,30px);
}
@media screen and (768px <= width) {
  .topSectionWrap-inner {
    grid-template-columns: minmax(300px,385px) minmax(300px,770px);
    gap: 0 3.75%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}

.topSection[data-color="white"] {
  background-color: #fff;
}

.topSection-header._horizon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topSection-ttl {
  font-size: clamp(2.5rem,6.67vw,5rem);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}
@media screen and (768px <= width) {
  .topSection-ttl {
    font-size: 5rem;
  }
}

.topSection-ttl[data-en] {
  position: relative;
  margin-bottom: min(5.87vw,44px);
  padding-bottom: min(5.87vw,44px);
}
@media screen and (768px <= width) {
  .topSection-ttl[data-en] {
    padding-bottom: 3.6rem;
  }
}

.topSection-ttl[data-en]::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  color: var(--accent-color-main);
  font-size: clamp(1.2rem,3.2vw,2.4rem);
  font-weight: 500;
  content: attr(data-en);
}
@media screen and (768px <= width) {
  .topSection-ttl[data-en]::before {
    font-size: 1.8rem;
  }
}

.topSection-header._horizon .topSection-ttl {
  font-size: clamp(2.5rem,6.67vw,5rem);
}
@media screen and (768px <= width) {
  .topSection-header._horizon .topSection-ttl {
    font-size: 3.6rem;
  }
}

.topSection-lead {
  max-width: 69rem;
  margin: 0 auto;
  font-size: clamp(1.5rem,4vw,3rem);
  line-height: 1.93;
}
@media screen and (768px <= width) {
  .topSection-lead {
    font-size: unset;
    line-height: 2;
  }
}

/*----- introduction -----*/
.topSection._introduction .topSection-inner {
  padding: min(16vw,120px) 0 min(10.7vw,80px);
}
@media screen and (768px <= width) {
  .topSection._introduction .topSection-inner {
    padding: 75px 0 120px;
  }
}

.introduction {
  margin-top: min(8vw,60px);
  overflow: hidden;
}
@media screen and (768px <= width) {
  .introduction {
    margin-top: 40px;
  }
}

@media screen and (768px <= width) {
  .introduction:is(.introduction + *) {
    margin-top: 80px;
  }
}

.introduction-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: min(57.3vw,430px);
  padding-left: min(4vw,30px);
}
@media screen and (768px <= width) {
  .introduction-inner {
    max-width: 1340px;
    padding-bottom: 160px;
    padding-left: 0;
  }
}

.introduction._reverse .introduction-inner {
  padding-right:  min(4vw,30px);
  padding-left: 0;
}
@media screen and (768px <= width) {
  .introduction._reverse .introduction-inner {
    padding-right: 0;
  }
}

.topSection-header {
  padding: 0 20px;
}
@media screen and (768px <= width) {
  .topSection-header {
    padding: 0;
  }
}

.introduction-txtArea {
  position: relative;
  z-index: 10;
  display: block;
  width: min(80vw,60rem);
  min-height: min(5.2vw,39rem);
  padding: min(5.33vw,40px) min(5.87vw,44px);
  background-color: #e9f5f4;
}
@media screen and (768px <= width) {
  .introduction-txtArea {
    width: 44.5rem;
    min-height: 30rem;
    padding: 40px 50px;
    outline: 15px solid transparent;
    outline-offset: 0;
    transition: all .3s;
  }
}

.introduction-txtArea:hover {
  outline-color: var(--accent-color-main);
  outline-offset: -15px;
}

.introduction._reverse .introduction-txtArea {
  margin: 0 0 0 auto;
}

.introduction-imgArea {
  position: absolute;
  bottom: min(6.67vw,50px);
  left: 0;
  translate: min(12vw,90px) 0;
  width: 100%;
  height: min(57.3vw,430px);
}
@media screen and (768px <= width) {
  .introduction-imgArea {
    bottom: 0;
    translate: 310px 0;
    width: calc(950px + (100vw - 1200px)/2);
    height: 400px;
  }
}

.introduction-imgArea img {
  width: 100%;
  height: min(57.3vw,430px);
  object-fit: cover;
  object-position: left center;
}
@media screen and (768px <= width) {
  .introduction-imgArea img {
    height: 100%;
  }
}
.introduction-imgArea._img01 img {
  object-position: left 40%;
}

.introduction._reverse .introduction-imgArea {
  right: 0;
  left: auto;
  translate: max(-12vw,-90px) 0;
  text-align: right;
}
@media screen and (768px <= width) {
  .introduction._reverse .introduction-imgArea {
    translate: -85px 0;
    width: 100vw;
  }
}

.introduction-ttl {
  color: var(--accent-color-main);
  font-size: clamp(2rem,5.33vw,4rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (768px <= width) {
  .introduction-ttl {
    font-size: 2.8rem;
    line-height: 1.29;
  }
}

.introduction-ttl span {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: clamp(3rem,8vw,6rem);
  font-weight: 400;
  line-height: 1;
}
@media screen and (768px <= width) {
  .introduction-ttl span {
    font-size: 5rem;
  }
}

.introduction-txt {
  color: var(--txt-color-main);
  font-size: clamp(1.5rem,4vw,3rem);
  line-height: 1.67;
}
@media screen and (768px <= width) {
  .introduction-txt {
    margin-top: 10px;
    font-size: unset;
    line-height: 1.75;
  }
}

/*----- company -----*/
.topSection._company {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: min(94.7vw,71rem);
  overflow: hidden;
}
@media screen and (768px <= width) {
  .topSection._company {
    min-height: auto;
  }
}

.topSection._company .topSection-header._horizon {
  position: relative;
  z-index: 1;
  min-height: min(17.3vw,13rem);
  margin-top: auto;
  padding: 0 15px;
  background-color: rgba(0,0,0, .2);
}
@media screen and (768px <= width) {
  .topSection._company .topSection-header._horizon {
    min-height: 10rem;
    padding: 0 30px;
  }
}

.topSection._company .topSection-ttl {
  color: var(--txt-color-sub);
}

.topSection._company .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(33.3vw,25rem);
  min-height: min(8vw,6rem);
  border: 2px solid var(--color-white);
  color: var(--txt-color-sub);
  font-size: clamp(1.1rem,2.93vw,2.2rem);
  font-weight: 700;
}
@media screen and (768px <= width) {
  .topSection._company .btn {
    max-width: 12rem;
    min-height: 3.6rem;
    font-size: 1.4rem;
  }
}

.topSection._company .topSection-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/top/img_company_01.png) no-repeat left top/cover;
  transition: scale .3s;
}

.topSection._company:hover .topSection-bg {
  scale: 1.15;
}

/*----- pressRelease -----*/
.topSection._pressRelease .topSection-inner {
  padding: min(6.67vw,50px) min(4vw,30px);
}
@media screen and (768px <= width) {
  .topSection._pressRelease .topSection-inner {
    padding: 30px 35px 30px 60px;
  }
}

.topSection._pressRelease .topSection-header {
  align-items: flex-start;
  flex-direction: column;
  gap: min(5.33vw,40px) 0;
  padding: 0;
}
@media screen and (768px <= width) {
  .topSection._pressRelease .topSection-header {
    flex-direction: unset;
    gap: 20px 0;
  }
}

.topSection._pressRelease .topSection-body {
  margin-top: 27px;
}

.pressRelease-list > * + * {
  border-top: none;
}

/*----- other -----*/
.topSection._other .topSection-inner {
  padding: min(5.33vw,80px) min(4vw,30px);
}
@media screen and (768px <= width) {
  .topSection._other .topSection-inner {
    padding: 80px 0 70px;
  }
}

.topCard-list {
  display: grid;
  gap: min(5.33vw,40px) 0;
}
@media screen and (768px <= width) {
  .topCard-list {
    gap: 0 2px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.topCard {
  display: grid;
  gap: min(1.6vw,12px);
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (768px <= width) {
  .topCard {
    gap: 16px 0;
  }
}

.topCard-inner {
  display: contents;
}

.topCard-img {
  overflow: hidden;
}

.topCard-img img {
  width: 100%;
  transition: transform .3s;
}

.topCard:hover .topCard-img img {
  transform: scale(1.15);
}

.topCard-ttl {
  margin-top: min(1.07vw,8px);
  padding: 0 30px;
  color: var(--txt-color-main);
  font-size: clamp(2rem,5.33vw,4rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (768px <= width) {
  .topCard-ttl {
    font-size: 2.2rem;
  }
}

.topCard-txt {
  padding: 0 30px;
  color: var(--txt-color-main);
  font-size: clamp(1.4rem,3.73vw,2.8rem);
  line-height: 1.75;
  text-align: center;
}
@media screen and (768px <= width) {
  .topCard-txt {
    font-size: 1.5rem;
  }
}
