@charset "UTF-8";
/* CSS Document */
/* mv */
.mv {
  padding: 50px 0 80px;
  background-image: url("../img/top/mv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:899px) {
  .mv {
    padding: 100px 0 50px;
    background-image: url("../img/top/mv_sp.png");
    background-position: top 170px center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.mv .inner {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
.mv .inner > .flex {
  margin-left: calc(50% - 50vw);
  padding: 0 20px;
}
@media screen and (max-width:899px) {
  .mv .inner > .flex {
    flex-direction: column;
    margin-left: 0;
    row-gap: 24vw;
  }
}
.main-copy-ttl {
  font-size: 4.0rem;
  margin-left: 40px;
}
@media screen and (max-width:1259px) {
  .main-copy-ttl {
    margin-left: 30px;
  }
}
@media screen and (max-width:899px) {
  .main-copy-ttl {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: clamp(1.0rem, 7.47vw, 4.0rem);
  }
}
.main-copy {
  flex-direction: row-reverse;
}
@media screen and (max-width:1259px) {
  .main-copy {
    margin-left: -18.2vw;
  }
}
@media screen and (max-width:899px) {
  .main-copy {
    margin-left: 0;
  }
}
.main-copy-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width:1259px) {
  .main-copy-txt {
    line-height: 1.8;
    font-size: clamp(0.8rem, 3.7vw, 1.8rem);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:899px) {
  .main-copy-txt {
    writing-mode: horizontal-tb;
  }
}
.main-copy-txt span {
  letter-spacing: normal;
}
.mv .swiper-container {
  width: 49.65vw;
  aspect-ratio: 715 / 654;
  height: auto;
}
@media screen and (max-width:899px) {
  .mv .swiper-container {
    width: 72vw;
    margin-left: -15px;
    position: relative;
    aspect-ratio: 27 / 29;
  }
}
/* お知らせ */
.newsList {
  max-width: 1000px;
  width: 100%;
  border-top: solid 1px #7F91B5;
}
.newsList li {
  column-gap: 100px;
  padding: 40px 0;
  border-bottom: solid 1px #7F91B5;
}
@media screen and (max-width:768px) {
  .newsList li {
    grid-row-gap: 10px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .newsList li .date {
    font-size: 1.6rem;
  }
}
/* 強み */
.company-strength {
  position: relative;
}
.company-strength::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background-color: var(--mura);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .company-strength::before {
    height: 85%;
  }
}
.strength-wrap {
  max-width: 1000px;
}
@media screen and (max-width:768px) {
  .strength-wrap {
    grid-row-gap: 40px;
  }
}
.strength-item {
  width: calc(100%/3 - 30px);
}
@media screen and (max-width:768px) {
  .strength-item {
    width: 100%;
  }
}
.strength-item .img-wrap {
  border-radius: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .strength-item .img-wrap {
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.strength-item .strength-item-ttl {
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .strength-item .strength-item-ttl {
    margin-bottom: 16px;
  }
}
/* 事業内容・会社情報 */
.top-slide-contents {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width:899px) {
  .top-slide-contents {
    width: calc(100% - 30px);
  }
}
.top-slide-contents.top-business-overview {
  padding-left: 20px;
}
@media screen and (max-width:899px) {
  .top-slide-contents.top-business-overview {
    padding-left: 30px;
    margin: 0;
    margin-right: auto;
  }
}
.top-slide-contents.top-business-overview .inner {
  margin-right: calc(50% - 50vw);
}
.top-slide-contents.top-company {
  padding-right: 20px;
}
@media screen and (max-width:899px) {
  .top-slide-contents.top-company {
    padding-right: 30px;
    margin: 0;
    margin-left: auto;
  }
}
.top-slide-contents.top-company .inner {
  margin-left: calc(50% - 50vw);
}
.top-slide-contents__inner_wrap {
  column-gap: 5.2vw;
}
@media screen and (max-width:899px) {
  .top-slide-contents__inner_wrap {
    flex-direction: column;
    width: 77.3vw;
  }
}
.top-slide-contents .swiper-wrapper {
  position: relative;
}
.top-slide-contents .swiper-container {
  position: relative;
  max-width: 1000px;
  width: 56.25vw;
  aspect-ratio: 135 / 89;
  height: auto;
}
@media screen and (max-width:899px) {
  .top-slide-contents .swiper-container {
    width: 100%;
    margin-bottom: 20px;
    max-width: calc(100vw - 50px - 5.2vw);
  }
}
.top-slide-contents .swiper-container .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-slide-contents .swiper-container .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width:899px) {
  .top-slide-contents.top-business-overview .top-slide-contents__inner_txt {
    padding-right: 30px;
  }
}
@media screen and (max-width:899px) {
  .top-slide-contents.top-company .top-slide-contents__inner_txt {
    padding-left: 30px;
  }
}
.top-slide-contents__inner_txt .txt {
  margin-bottom: 40px;
}
@media screen and (max-width:899px) {
  .top-slide-contents__inner_txt .txt {
    margin-bottom: 30px;
  }
}
.top-slide-contents .business-swiper {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width:899px) {
  .top-slide-contents .business-swiper {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.top-slide-contents .company-swiper {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width:899px) {
  .top-slide-contents .company-swiper {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  border-radius: 12px;
  opacity: 1;
}
@media screen and (max-width:899px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination-bullet-active {
  background-color: var(--sky);
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -60px);
}
@media screen and (max-width:899px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 10px);
  }
}
@media screen and (max-width:899px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
  }
}
/* mv */
.mv .swiper-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-bullets.swiper-pagination-horizontal, .mv .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
}
@media screen and (max-width:899px) {
  .mv .swiper-horizontal > .swiper-pagination-bullets, .mv .swiper-pagination-bullets.swiper-pagination-horizontal, .mv .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -40px);
    left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mv .swiper-pagination-bullet {
  background-color: #ffffff;
}
.mv .swiper-pagination-bullet-active {
  background-color: var(--sky);
}
/* バナー */
.banner {
  padding-top: 120px;
}
@media screen and (max-width:768px) {
  .banner {
    padding-top: 20px;
  }
}