@charset "UTF-8";
html {
  margin-top: 0 !important; }

.section__title {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 834px) {
    .section__title {
      font-size: 24px;
      margin-bottom: 3rem; } }
  .section__title span {
    font-size: 24px;
    display: block;
    line-height: 2; }
    @media screen and (max-width: 834px) {
      .section__title span {
        font-size: 14px; } }

.section__lead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #559F40;
  margin-bottom: 1rem; }
  @media screen and (max-width: 834px) {
    .section__lead {
      font-size: 12px; } }

.section__info {
  font-size: 32px;
  margin-bottom: 3rem;
  line-height: 1.8; }
  @media screen and (max-width: 834px) {
    .section__info {
      font-size: 19px;
      margin-bottom: 2rem; } }

.text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0; }

/*hoverの動き*/
.arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.arrow.before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  transition-duration: .7s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.arrow.after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  transition-duration: .7s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

a:hover .arrow.before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0; }

a:hover .arrow.after {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

.l-bg {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .l-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    backdrop-filter: blur(var(--blur, 0px));
    background-color: rgba(0, 0, 0, var(--darkness, 0));
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
    pointer-events: none; }
  .l-bg picture {
    position: relative;
    z-index: 1;
    display: block;
    height: 100vh; }
  .l-bg img {
    position: relative;
    z-index: 1;
    display: block;
    height: 100vh;
    object-fit: cover;
    width: 100%; }

.l-bg.active {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transition: transform 1.5s ease-in; }

.mv {
  height: 100vh;
  z-index: 1;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }
  .mv__text-wrap {
    position: absolute;
    left: 0%;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 834px) {
      .mv__text-wrap {
        top: 52%; } }
  .mv__title {
    font-size: 120px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .mv__title {
        font-size: clamp(60px, 11vw, 90px); } }
    .mv__title span {
      display: block;
      font-size: 56px; }
      @media screen and (max-width: 834px) {
        .mv__title span {
          font-size: clamp(26px, 7vw, 50px); } }
  .mv__lead {
    font-size: 24px;
    line-height: 3; }
    @media screen and (max-width: 834px) {
      .mv__lead {
        font-size: clamp(15px, 4vw, 30px); } }
  .mv__title.fadein.scroll-activate.active {
    transition-delay: 0.5s; }
  .mv__lead.fadein.scroll-activate.active {
    transition-delay: 0.7s; }

.top-mv {
  overflow: hidden;
  height: 100vh;
  z-index: 1;
  margin: 0 0 0 auto;
  width: 100%;
  padding: 25vh 0 0 10%;
  position: relative; }
  @media screen and (max-width: 834px) {
    .top-mv {
      width: 100%;
      margin: 0;
      padding: 20vh 0 0 10%; } }
  .top-mv .top-mv__title-box {
    position: absolute;
    top: 150px;
    right: 5%;
    width: 43%;
    z-index: 100; }
    @media screen and (max-width: 834px) {
      .top-mv .top-mv__title-box {
        width: 90%;
        top: 94px; } }
    .top-mv .top-mv__title-box .top-mv__title {
      width: 100%; }
    .top-mv .top-mv__title-box .top-mv__lead {
      font-size: 2.4rem;
      font-weight: 300;
      font-family: "Red Hat Display", sans-serif;
      color: #978881;
      line-height: 1;
      text-align: right;
      margin: -35px 110px 0 0; }
      @media screen and (max-width: 834px) {
        .top-mv .top-mv__title-box .top-mv__lead {
          margin: -15px auto 0 22px;
          font-size: 14px;
          text-align: left; } }
  .top-mv .top-mv__title-box.active {
    transition-delay: 1.5s !important;
    transition: all 1.2s; }
  .top-mv .mv-slider {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .top-mv .mv-slider img {
      width: 100%; }

.top-mv.scroll-activate {
  opacity: 0;
  transform: translateY(100px); }

.top-mv.scroll-activate.active {
  animation: showup 1.5s 0.5s forwards; }

@keyframes showup {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.about {
  margin-top: 15rem;
  padding: 16.5rem 0 36rem;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background-color: rgba(3, 37, 8, 0.7); }
  @media screen and (max-width: 834px) {
    .about {
      margin-top: 10rem;
      padding: 6rem 0 18rem; } }
  .about__contents {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .about__contents {
        width: 85%;
        flex-direction: column;
        gap: 5rem 0; } }
  .about__text-wrap {
    width: 43%;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .about__text-wrap {
        width: 100%; } }
  .about__lead {
    margin-bottom: 3.5rem; }
    @media screen and (max-width: 834px) {
      .about__lead {
        margin-bottom: 2.5rem; } }
  .about__picture {
    width: 42%; }
    @media screen and (max-width: 834px) {
      .about__picture {
        width: 65%; } }
  .about__loop {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap; }
    .about__loop .swiper-wrapper {
      transition-timing-function: linear; }
    .about__loop .swiper-slide {
      width: fit-content;
      height: inherit;
      object-fit: cover;
      position: relative;
      cursor: pointer;
      display: inline-block;
      isolation: isolate; }
    .about__loop .loop-slide {
      pointer-events: none;
      background-image: url("../img/top/mv-txt.webp");
      color: transparent;
      background-attachment: fixed;
      background-size: cover;
      background-position: center center;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      z-index: 1;
      display: inline-block;
      flex-shrink: 0;
      opacity: 1;
      padding-right: 5px;
      width: 1500px;
      max-width: unset; }
      @media screen and (max-width: 834px) {
        .about__loop .loop-slide {
          max-width: 600px; } }
  .about__loop1 {
    bottom: 16.7rem; }
    @media screen and (max-width: 834px) {
      .about__loop1 {
        bottom: 10.7rem; } }
    .about__loop1 .loop-slide {
      width: fit-content;
      margin-right: 5rem;
      font-size: clamp(60px, 5vw, 80px);
      font-stretch: semi-expanded;
      letter-spacing: 0.025em;
      font-family: "Red Hat Display", sans-serif;
      line-height: 1.5;
      mix-blend-mode: difference; }
      @media screen and (max-width: 834px) {
        .about__loop1 .loop-slide {
          font-size: 40px; } }
  .about__loop2 {
    bottom: 13rem; }
    @media screen and (max-width: 834px) {
      .about__loop2 {
        bottom: 8rem; } }
    .about__loop2 .loop-slide {
      width: fit-content;
      font-size: 24px;
      font-stretch: semi-expanded;
      letter-spacing: 0.025em;
      line-height: 2.5;
      margin-right: 2rem;
      mix-blend-mode: difference; }
      @media screen and (max-width: 834px) {
        .about__loop2 .loop-slide {
          font-size: 14px;
          margin-right: 0rem; } }

.news {
  padding: 15rem 0;
  background-color: #F6F6F6; }
  @media screen and (max-width: 834px) {
    .news {
      padding: 6rem 0; } }
  .news__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px; }
    @media screen and (max-width: 834px) {
      .news__contents {
        flex-direction: column;
        gap: 3rem 0; } }
  .news__list {
    width: 65%; }
    @media screen and (max-width: 834px) {
      .news__list {
        width: 100%;
        order: 2; } }
  .news__item a {
    padding: 3rem 2rem 3rem 0;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 834px) {
      .news__item a {
        padding: 1.5rem 0; } }
  .news__item--info {
    display: flex;
    align-items: center;
    gap: 0 4.5rem; }
    @media screen and (max-width: 834px) {
      .news__item--info {
        flex-wrap: wrap;
        gap: 2rem 1rem; } }
    .news__item--info .date {
      font-size: 12px;
      color: #999999; }
    .news__item--info .tag {
      padding: 3px 15px;
      border-radius: 3px; }
      .news__item--info .tag p {
        white-space: nowrap;
        font-size: 10px;
        color: #fff; }
    .news__item--info .news__item--title {
      font-size: 16px;
      padding: 1rem 73%; }
      .news__item--info .news__item--title .loop-text {
        text-align: left; }
      @media screen and (max-width: 834px) {
        .news__item--info .news__item--title {
          padding: 1rem 90%;
          font-size: 14px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
  .news .arrow {
    width: 10px;
    height: 8px; }
  .news__title-box {
    width: 20%; }
    @media screen and (max-width: 834px) {
      .news__title-box {
        width: 100%;
        order: 1; } }
  .news .section__lead {
    margin-bottom: 1rem; }
  .news .section__title {
    color: #222222;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .news .section__title {
        margin-bottom: 0rem;
        font-size: 40px; } }
  .news .btn.pc {
    display: flex; }
    @media screen and (max-width: 834px) {
      .news .btn.pc {
        display: none; } }
  .news .btn.sp {
    display: none; }
    @media screen and (max-width: 834px) {
      .news .btn.sp {
        display: flex;
        margin: 0rem auto 0;
        order: 3; } }

.business {
  background-color: #fff;
  padding: 13rem 0 14rem; }
  @media screen and (max-width: 834px) {
    .business {
      padding: 6rem 0; } }
  .business__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business__title-wrap {
        flex-direction: column;
        gap: 3rem 0; } }
  .business__title-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .business__title-box {
        width: 100%; } }
  .business .section__info {
    margin-bottom: 2rem; }
  .business .section__title {
    font-size: clamp(60px, 5vw, 80px);
    color: #2F3742; }
    @media screen and (max-width: 834px) {
      .business .section__title {
        font-size: 40px;
        margin-bottom: 0; } }
  .business__text-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .business__text-box {
        width: 100%; } }
  .business__list {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 560px; }
    @media screen and (max-width: 834px) {
      .business__list {
        flex-direction: column;
        gap: 2rem 0;
        height: auto; } }
  .business__item {
    position: relative;
    width: 33.3%;
    overflow: hidden;
    transition: background-size 0.4s ease-in-out; }
    @media screen and (max-width: 834px) {
      .business__item {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        height: 100%; } }
  .business__item .business__bg {
    position: absolute;
    transform: scale(1);
    transition: 0.4s ease-in-out;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .business__item .business__bg picture {
      display: block;
      height: 100%; }
      .business__item .business__bg picture img {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%; }
  .business__item:hover .business__bg {
    transform: scale(1.1);
    transition: 0.4s ease-in-out; }
  .business__item a {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 70px 5% 20px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .business__item a {
        padding: 40px 5%; } }
  .business .item__title-en {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 2; }
    @media screen and (max-width: 834px) {
      .business .item__title-en {
        font-size: 10px;
        margin-bottom: 0; } }
  .business .item__title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .business .item__title {
        font-size: 20px;
        margin-bottom: 1rem; } }
  .business .item__lead {
    color: #fff; }
  .business .circle {
    position: absolute;
    bottom: 20px;
    right: 5%;
    margin: 0 0 0 auto;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    @media screen and (max-width: 834px) {
      .business .circle {
        width: 45px;
        height: 45px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
    .business .circle img {
      width: 16px;
      height: 12px; }
      @media screen and (max-width: 834px) {
        .business .circle img {
          width: 11px;
          height: 9px; } }
  .business .circle.before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-duration: .7s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 834px) {
      .business .circle.before {
        transition-property: none;
        opacity: 1; } }
  .business .circle.after {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
    opacity: 0;
    transition-duration: .7s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 834px) {
      .business .circle.after {
        display: none;
        opacity: 0; } }
  .business__item:hover .circle.before {
    -webkit-transform: translate(0%, -50%);
    transform: translateY(-50%);
    opacity: 0; }
    @media screen and (max-width: 834px) {
      .business__item:hover .circle.before {
        opacity: 1;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        opacity: 0; } }
  .business__item:hover .circle.after {
    -webkit-transform: translate(0%, -50%);
    transform: translateY(-50%);
    opacity: 1; }
    @media screen and (max-width: 834px) {
      .business__item:hover .circle.after {
        display: none;
        opacity: 0;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        opacity: 1; } }

.research {
  padding: 15rem 0;
  background-image: url(../img/top/research-bg.webp);
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .research {
      padding: 6rem 0; } }
  .research__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 0 0 auto;
    width: 90%; }
    @media screen and (max-width: 834px) {
      .research__contents {
        flex-direction: column;
        margin: 0 auto;
        width: 85%;
        gap: 4rem 0; } }
  .research__text-wrap {
    width: 50%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 834px) {
      .research__text-wrap {
        width: 100%; } }
  .research .section__title {
    font-size: clamp(60px, 5vw, 80px);
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .research .section__title {
        font-size: 38px; } }
  .research .text-wrap {
    margin-bottom: 4rem;
    width: 70%; }
    @media screen and (max-width: 834px) {
      .research .text-wrap {
        width: 100%;
        margin-bottom: 0rem; } }
  .research__picture {
    width: 60%;
    margin-left: -8%; }
    .research__picture picture {
      display: block;
      width: 100%; }
    .research__picture img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 834px) {
      .research__picture {
        width: 95%;
        text-align: center;
        margin: 0 auto; } }
  .research .btn.pc {
    display: flex; }
    @media screen and (max-width: 834px) {
      .research .btn.pc {
        display: none; } }
  .research .btn.sp {
    display: none; }
    @media screen and (max-width: 834px) {
      .research .btn.sp {
        display: flex;
        margin: 3rem auto 0; } }

.product {
  background-color: #fff;
  padding: 14rem 0 15rem;
  /* スライド */
  /* スライド内の画像 */ }
  @media screen and (max-width: 834px) {
    .product {
      padding: 6rem 0; } }
  .product__title-wrap {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .product__title-wrap {
        margin-top: 4rem;
        flex-direction: column;
        gap: 2rem 0; } }
  .product__title-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .product__title-box {
        width: 100%; } }
  .product .section__title {
    color: #2F3742;
    margin-bottom: 1rem;
    font-size: clamp(60px, 5vw, 80px); }
    @media screen and (max-width: 834px) {
      .product .section__title {
        font-size: 40px; } }
  @media screen and (max-width: 834px) {
    .product .section__info {
      margin-bottom: 0; } }
  .product__text-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .product__text-box {
        width: 100%; } }
  .product .btn {
    margin-top: 3rem; }
    @media screen and (max-width: 834px) {
      .product .btn {
        margin: 3rem auto 0; } }
  .product .swiper .swiper-wrapper {
    transition-timing-function: linear; }
  @media screen and (min-width: 835px) {
    .product .swiper .swiper-slide {
      height: 320px !important;
      width: auto !important; } }
  @media screen and (max-width: 834px) {
    .product .swiper .swiper-slide {
      height: 200px !important;
      width: auto !important; } }
  .product .swiper .swiper-slide img {
    width: auto;
    height: 100%; }
  .product .swiper-slide {
    width: fit-content; }

.company {
  padding: 16rem 0 18rem;
  background-image: url(../img/top/company-bg.webp);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .company {
      padding: 6rem 0; } }
  .company__contents {
    display: flex;
    justify-content: space-between;
    max-width: 1100px; }
    @media screen and (max-width: 834px) {
      .company__contents {
        flex-direction: column-reverse; } }
  .company__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 64%; }
    @media screen and (max-width: 834px) {
      .company__list {
        width: 100%;
        gap: 2rem 0; } }
  .company__item {
    width: 48%; }
    @media screen and (max-width: 834px) {
      .company__item {
        width: 100%; } }
  .company__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 20px;
    color: #fff;
    padding: 0 2rem 2rem 0; }
    @media screen and (max-width: 834px) {
      .company__item a {
        font-size: 15px;
        padding: 0 0 2rem 0; } }
    .company__item a img {
      width: 10px;
      height: 8px; }
  .company__title-box {
    width: 25%;
    text-align: right;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .company__title-box {
        width: 30%; } }
    @media screen and (max-width: 834px) {
      .company__title-box {
        width: 100%; } }
    .company__title-box .section__lead {
      color: #fff; }
      @media screen and (max-width: 834px) {
        .company__title-box .section__lead {
          width: 100%;
          text-align: left; } }
    @media screen and (max-width: 834px) {
      .company__title-box .section__title {
        font-size: 30px;
        text-align: left; } }
  .company .hover-loop {
    padding: 1rem 28%; }
    .company .hover-loop .loop-text {
      text-align: left; }
  .company .arrow {
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .company .arrow.before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition-duration: .7s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 834px) {
      .company .arrow.before {
        transition-property: none;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
  .company .arrow.after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0;
    transition-duration: .7s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 834px) {
      .company .arrow.after {
        display: none; } }
  .company__item:hover .arrow.before {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0; }
    @media screen and (max-width: 834px) {
      .company__item:hover .arrow.before {
        opacity: 1;
        transform: none;
        -webkit-transform: none; } }
  .company__item:hover .arrow.after {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
    @media screen and (max-width: 834px) {
      .company__item:hover .arrow.after {
        display: none; } }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.business__project {
  margin-top: 6.7rem; }
  @media screen and (max-width: 834px) {
    .business__project {
      margin-bottom: 4rem; } }
  .business__project .project__title {
    font-size: 32px;
    position: relative;
    margin-bottom: 4.5rem;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .business__project .project__title {
        font-size: 24px;
        margin-bottom: 3rem; } }
    .business__project .project__title span {
      display: block;
      position: relative;
      z-index: 1;
      background-color: #fff;
      width: fit-content;
      padding-right: 2rem; }
    .business__project .project__title::after {
      content: '';
      position: absolute;
      z-index: 0;
      background-color: #CCCCCC;
      width: 80%;
      height: 1px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .business__project .project__sustainable {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .business__project .project__sustainable {
        flex-direction: column; } }
  .business__project .sus__picture-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .business__project .sus__picture-box {
        width: 100%; } }
    .business__project .sus__picture-box img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .business__project .sus__info {
    width: 50%;
    background-color: #F1F1F1;
    padding: 8rem 6%; }
    @media screen and (max-width: 834px) {
      .business__project .sus__info {
        padding: 4rem 6%;
        width: 100%; } }
  .business__project .info_title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .business__project .info_title {
        font-size: 20px;
        margin-bottom: 1rem; } }
  .business__project .btn {
    margin-top: 3rem; }
    @media screen and (max-width: 834px) {
      .business__project .btn {
        margin: 2rem auto 0; } }

.kaginowa {
  display: block;
  margin-top: 8rem; }
  @media screen and (max-width: 834px) {
    .kaginowa {
      margin-top: 4rem; } }

.kaginowa__main {
  background-color: #A6CACA;
  display: flex;
  padding: 28px 7%;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .kaginowa__main {
      background-image: url("../img/top/kaginowa-bg-sp.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 110%;
      padding: 37px 7%; } }

.kaginowa__info {
  width: 41%; }
  @media screen and (max-width: 834px) {
    .kaginowa__info {
      width: 100%; } }

.btn-kaginowa {
  color: #fff;
  display: flex;
  width: 307px;
  background: #A5213F;
  border: 1px solid #A5213F;
  margin: 3rem auto 0; }
  @media screen and (max-width: 834px) {
    .btn-kaginowa {
      width: 95%;
      max-width: 280px;
      font-size: 12px;
      margin: 1.5rem auto 0; } }
  .btn-kaginowa .hover-loop {
    padding: 1rem 11rem; }
    @media screen and (max-width: 834px) {
      .btn-kaginowa .hover-loop {
        padding: 1rem 9.5rem; } }
  .btn-kaginowa .arrow {
    right: 8%; }

.kaginowa__picture-box {
  width: 40%; }
  @media screen and (max-width: 834px) {
    .kaginowa__picture-box {
      display: none; } }

.kaginowa__additional {
  background-color: #C0DDDD;
  padding: 15px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .kaginowa__additional {
      font-size: 12px;
      text-align: left; } }

.materials {
  background-color: #fff;
  padding-top: 12rem; }
  @media screen and (max-width: 834px) {
    .materials {
      padding-top: 4rem; } }
  .materials .btn {
    margin: 3rem auto 0 0; }
    @media screen and (max-width: 834px) {
      .materials .btn {
        margin: 2rem auto  0; } }

.materials__inner {
  background-image: url("../img/top/index-resource-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 76px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .materials__inner {
      flex-direction: column;
      gap: 3rem 0;
      padding: 40px 8%; } }

.materials__picture-box {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .materials__picture-box {
      width: 100%; } }

.materials__info {
  width: 45%; }
  @media screen and (max-width: 834px) {
    .materials__info {
      width: 100%; } }
