@charset "UTF-8";

.c-mv_bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 552;
  background-image: url(../images/common/sp_aboutus_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 58px;
  z-index: 1;
}

.c-mv_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(85, 101, 26, 0.1) 0%, rgba(85, 101, 26, 0.1) 25%, rgba(85, 101, 26, 0.1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 1) 100%);
  z-index: 2;
}

.section-aboutus .c-ttl {
  padding-left: 39px;
  margin-bottom: 14px;
}

.section-mind .c-ttl {
  padding-left: 39px;
  margin-bottom: 14px;
}

.c-h1 {
  top: 204px;
}

.c-mv_bg h1,
.c-mv_bg .c-mv-content__title {
  position: absolute;
  z-index: 3;
}

.c-mv-content__title {
  display: block;
  margin: 147px auto 0;
  width: 72px;
  height: auto;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.section-aboutus {
  margin-top: -60px;
}

.c-mv__txtBlock {
  padding-top: 146px;
}

.aboutus__description,
.mind__description,
.sign__description {
  margin-bottom: 28px;
  color: #fff;
  font-size: 12px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  line-height: 2.25;
  letter-spacing: 1.4px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aboutus__description {
  margin-bottom: 21px;
}

.aboutus__image {
  width: 100%;
  height: auto;
}

.aboutus__image img {
  width: 100%;
  height: auto;
}

.aboutus__content-wrapper {
  padding-bottom: 36px;
  border-bottom: 1px solid #2d2d2d;
}

.mind__inner {
  padding: 38px 0;
  border-bottom: 1px solid #2d2d2d;
}

.sign__inner {
  padding-top: 40px;
}

.mind__content {
  display: flex;
  flex-direction: column-reverse;
}

.aboutusImg .service_imgArea {
  width: 100%;
}

.service_imgArea--aboutus {
  border: none;
  padding-bottom: 74px;
}

.aboutusImg__allWidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.aboutusImg__allWidth img {
  width: 100%;
  height: auto;
}

.section-service__inner {
  padding: 50px 0 60px;
}

.section-service h2 {
  display: block;
  margin-bottom: 25px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 3.4px;
  color: #fff;
  text-align: center;
}

.section-news__inner {
  padding: 70px 0 111px;
  border-bottom: 1px solid #2d2d2d;
}

.section-media__inner {
  width: 100%;
  padding: 60px 0 53px;
  border-bottom: 1px solid #2d2d2d;
}

.media_wrapper {
  position: relative;
}

.section-media .media-swiper {
  margin-top: 0;
}

.section-media h2 {
  position: relative;
  width: 77%;
  margin: 0 auto 22px;
}

.section-media .custom-swiper-button-prev,
.section-media .custom-swiper-button-next {
  width: 48px;
  top: 25%;
}

.section-media .custom-swiper-button-next {
  right: 25px;
}

.btn_next_border--media {
  /* width: 92%; */
  width: 268px;
}

.service_imgArea .service_img--02 {
  width: 75%;
}

.service_imgArea .service_img--03 {
  width: 77%;
  margin: -50px 0 0 auto;
}

.service_imgArea .service_img--01 {
  width: 77%;
}

.section-sign .c-ttl {
  margin-bottom: 14px;
  padding-left: 41px;
}

.media-slide h3 {
  padding: 30px 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-mv_bg {
    aspect-ratio: 980 / 500;
    background-image: url(../images/common/aboutus_mv.png);
  }

  .aboutus__content-wrapper {
    padding-bottom: 124px;
    margin-top: -310px;
  }

  .aboutus__wrap {
    max-width: 715px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 196px auto 0;
  }

  .aboutus__text-block {
    position: relative;
    width: 445px;
    flex-shrink: 0;
    z-index: 1;
  }

  .aboutus__image {
    position: absolute;
    left: 276px;
    bottom: -67px;
    width: 450px;
    z-index: -1;
    aspect-ratio: 450 / 260;
  }

  .c-mv-content__title {
    position: absolute;
    content: "";
    width: 114px;
    height: 100%;
    height: auto;
    top: 230px;
    right: -33%;
    margin-top: 0;
  }

  .c-mv__txtBlock {
    padding-top: 150px;
  }
  .c-mv_bg::before {
    background: linear-gradient(180deg, rgba(85, 101, 26, 0.1) 0%, rgba(85, 101, 26, 0.1) 25%, rgba(85, 101, 26, 0.1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 1) 100%);
  }

  .aboutus__description,
  .mind__description,
  .sign__description {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 2.46;
    letter-spacing: 0.8px;
  }

  .mind__description {
    letter-spacing: 0.4px;
  }

  .mind__content {
    flex-direction: row;
    gap: 50px;
  }

  .mind__text {
    width: 470px;
    flex-shrink: 0;
  }

  .section-mind .c-ttl {
    margin-bottom: 21px;
  }

  .section-aboutus .c-ttl {
    padding-left: 0px;
    margin-bottom: 21px;
  }

  .mind__image {
    width: 472px;
    height: auto;
    aspect-ratio: 472 / 272;
    margin-left: calc((100vw - 980px) / 2 - 218px);
    margin-top: 94px;
  }

  .mind__image img {
    width: 100%;
    height: 100%;
  }

  .mind__inner {
    padding: 40px 0 100px;
  }

  .section-sign .c-ttl {
    padding-left: 70px;
    margin-bottom: 22px;
  }

  .section-mind .c-ttl {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .section-mind .c-ttl::before {
    width: 64px;
    top: 25px;
    left: -72px;
  }

  .section-sign .c-ttl::before {
    left: 0;
  }

  .sign__description {
    padding-left: 160px;
    letter-spacing: 0.1px;
  }

  .sign__text {
    padding-bottom: 84px;
  }

  .service_imgArea--aboutus {
    display: flex;
    flex-direction: row;
    padding-bottom: 88px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    display: flex;
  }

  .section-news .section_title h2 {
    margin-bottom: 38px;
  }

  .aboutusImg {
    overflow: hidden;
  }

  .aboutusImg .service_img--01 {
    order: inherit;
    margin: inherit;
    border-radius: 0;
    flex-shrink: 0;
  }

  .aboutusImg .service_img--02 {
    order: inherit;
    margin: inherit;
    margin-top: -40px;
    margin-left: 0;
    border-radius: 0;
    flex-shrink: 0;
  }

  .aboutusImg .service_img--03 {
    order: inherit;
    margin: inherit;
    border-radius: 0;
    flex-shrink: 0;
  }

  .aboutusImg .service_imgArea img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .aboutusImg .service_img {
    width: calc(100% / 3);
  }

  .section-service__inner {
    padding: 110px 0 50px;
  }

  .section-news__inner {
    padding: 56px 0 72px;
  }

  .section-service h2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .section-media__inner {
    width: 88%;
    padding: 60px 0;
    display: flex;
  }

  .section-media h2 {
    margin: 0;
    margin-bottom: 30px;
  }

  .section-media .custom-swiper-button-prev,
  .section-media .custom-swiper-button-next {
    top: 27%;
  }

  .section-media .btn_next_border--media {
    width: 190px;
  }

  .sign__inner {
    padding-top: 51px;
  }

  .c-mv_bg h1 {
    top: 195px;
  }

  .section-media .custom-swiper-button-next {
    width: 45px;
    /* right: 30px; */
    right: -23px;
  }

  .media-slide h3 {
    padding: 26px 0 20px;
  }

  .aboutusImg__allWidth {
    position: relative;
    height: 400px;
    background-image: url(../images/common/aboutus04.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    /* -webkit-backface-visibility: hidden; */
  }

}

