@keyframes mv {
  0% {
    scale: 1 1;
  }
  10% {
    scale: 1.06 1.06;
  }
  20% {
    rotate: 0.5deg;
  }
  30% {
    rotate: -0.5deg;
  }
  40% {
    rotate: 0.5deg;
  }
  50% {
    rotate: -0.5deg;
  }
  60% {
    rotate: 0.5deg;
  }
  70% {
    rotate: -0.5deg;
  }
  80% {
    rotate: 0.5deg;
  }
  90% {
    scale: 1.06 1.06;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes mvbase {
  0% {
    rotate: 0deg;
  }
  10% {
    rotate: 0.5deg;
  }
  30% {
    rotate: -0.5deg;
  }
  50% {
    rotate: 0.5deg;
  }
  70% {
    rotate: -0.5deg;
  }
  90% {
    rotate: 0.5deg;
  }
  100% {
    rotate: 0deg;
  }
}
/*kv
--------------------*/
#kv .container::before {
  display: none;
}

#kv .kv_img_wrap {
  position: relative;
  -webkit-animation: mvbase 16s ease-in-out 0s infinite alternate forwards;
  -ms-animation: mvbase 16s ease-in-out 0s infinite alternate forwards;
  animation: mvbase 16s ease-in-out 0s infinite alternate forwards;
}

#kv .kv_img_wrap figure {
  width: 100%;
  aspect-ratio: unset;
  mix-blend-mode: unset;
}

#kv .kv_img_wrap .kv_img {
  position: static;
}

#kv .kv_img_wrap .kv_parts {
  position: absolute;
  bottom: auto;
  right: auto;
}

#kv .kv_img_wrap .parts01 {
  -webkit-animation: mv 4s ease-in-out 0.1s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.1s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.1s infinite alternate forwards;
}

#kv .kv_img_wrap .parts02 {
  -webkit-animation: mv 4s ease-in-out 0.2s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.2s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.2s infinite alternate forwards;
}

#kv .kv_img_wrap .parts03 {
  -webkit-animation: mv 4s ease-in-out 0.3s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.3s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.3s infinite alternate forwards;
}

#kv .kv_img_wrap .parts04 {
  -webkit-animation: mv 4s ease-in-out 0.4s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.4s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.4s infinite alternate forwards;
}

#kv .kv_img_wrap .parts05 {
  -webkit-animation: mv 4s ease-in-out 0.5s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.5s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.5s infinite alternate forwards;
}

#kv .kv_img_wrap .parts06 {
  -webkit-animation: mv 4s ease-in-out 0.6s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.6s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.6s infinite alternate forwards;
}

#kv .kv_img_wrap .parts07 {
  -webkit-animation: mv 4s ease-in-out 0.7s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.7s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.7s infinite alternate forwards;
}

#kv .kv_img_wrap .parts08 {
  -webkit-animation: mv 4s ease-in-out 0.8s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.8s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.8s infinite alternate forwards;
}

#kv .kv_img_wrap .parts09 {
  -webkit-animation: mv 4s ease-in-out 0.9s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 0.9s infinite alternate forwards;
  animation: mv 4s ease-in-out 0.9s infinite alternate forwards;
}

#kv .kv_img_wrap .parts010 {
  -webkit-animation: mv 4s ease-in-out 1s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1s infinite alternate forwards;
  animation: mv 4s ease-in-out 1s infinite alternate forwards;
}

#kv .kv_img_wrap .parts011 {
  -webkit-animation: mv 4s ease-in-out 1.1s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.1s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.1s infinite alternate forwards;
}

#kv .kv_img_wrap .parts012 {
  -webkit-animation: mv 4s ease-in-out 1.2s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.2s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.2s infinite alternate forwards;
}

#kv .kv_img_wrap .parts013 {
  -webkit-animation: mv 4s ease-in-out 1.3s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.3s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.3s infinite alternate forwards;
}

#kv .kv_img_wrap .parts014 {
  -webkit-animation: mv 4s ease-in-out 1.4s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.4s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.4s infinite alternate forwards;
}

#kv .kv_img_wrap .parts015 {
  -webkit-animation: mv 4s ease-in-out 1.5s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.5s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.5s infinite alternate forwards;
}

#kv .kv_img_wrap .parts016 {
  -webkit-animation: mv 4s ease-in-out 1.6s infinite alternate forwards;
  -ms-animation: mv 4s ease-in-out 1.6s infinite alternate forwards;
  animation: mv 4s ease-in-out 1.6s infinite alternate forwards;
}

#kv .txt_area {
  position: relative;
}

#kv .txt_area::after, #kv .txt_area::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  background-size: 100% 100%;
}

#kv .new_topic_item {
  background: #F5F7FA;
  overflow: hidden;
}

#kv .new_topic_title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background-color: #444;
  color: #fff;
  text-align: center;
}

#kv .new_topic_body {
  position: relative;
}

#kv .new_topic_body::after {
  content: "";
  display: block;
  background-size: 37.5% 33.3333333333%;
  background-image: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  translate: 0 -50%;
}

#kv .kv__bnr::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/top/kv__bnr_parts_ol.svg");
  width: 25%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  margin-top: -9.375%;
  right: -6.94375%;
  display: none;
}

@media print, screen and (min-width: 768px) {
  #kv {
    padding-top: 7.25rem;
    margin-bottom: 5rem;
  }

  #kv .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #kv .kv_img_wrap {
    width: 68.75%;
    order: 1;
    bottom: auto;
    right: -4rem;
  }

  #kv .kv_img_wrap .parts01 {
    width: 21.3636363636%;
    top: 28.8161993769%;
    left: 30.7954545455%;
  }

  #kv .kv_img_wrap .parts02 {
    width: 17.3863636364%;
    top: 34.4236760125%;
    left: 51.0227272727%;
  }

  #kv .kv_img_wrap .parts03 {
    width: 11.5909090909%;
    top: 68.8473520249%;
    left: 32.7272727273%;
  }

  #kv .kv_img_wrap .parts04 {
    width: 8.0681818182%;
    top: 24.4548286604%;
    left: 89.5454545455%;
  }

  #kv .kv_img_wrap .parts05 {
    width: 5.7954545455%;
    top: 77.5700934579%;
    left: 63.75%;
  }

  #kv .kv_img_wrap .parts06 {
    width: 4.7727272727%;
    top: 37.53894081%;
    left: 24.0909090909%;
  }

  #kv .kv_img_wrap .parts07 {
    width: 6.1363636364%;
    top: 20.4049844237%;
    left: 55.6818181818%;
  }

  #kv .kv_img_wrap .parts08 {
    width: 3.9772727273%;
    top: 26.6355140187%;
    left: 73.75%;
  }

  #kv .kv_img_wrap .parts09 {
    width: 12.3863636364%;
    top: 1.7133956386%;
    left: 33.75%;
  }

  #kv .kv_img_wrap .parts010 {
    width: 4.4318181818%;
    top: 55.9190031153%;
    left: 4.0909090909%;
  }

  #kv .kv_img_wrap .parts011 {
    width: 6.7045454545%;
    top: 64.0186915888%;
    left: 13.6363636364%;
  }

  #kv .kv_img_wrap .parts012 {
    width: 9.6590909091%;
    top: 30.2180685358%;
    left: 5.6818181818%;
  }

  #kv .kv_img_wrap .parts013 {
    width: 13.9772727273%;
    top: 24.9221183801%;
    left: 15.6818181818%;
  }

  #kv .kv_img_wrap .parts014 {
    width: 6.8181818182%;
    top: 70.4049844237%;
    left: 87.5%;
  }

  #kv .kv_img_wrap .parts015 {
    width: 7.8409090909%;
    top: 59.5015576324%;
    left: 75.4545454545%;
  }

  #kv .kv_img_wrap .parts016 {
    width: 8.1818181818%;
    top: 71.1838006231%;
    left: 77.1590909091%;
  }

  #kv .txt_area {
    width: 31.25%;
    margin-top: 1.4375rem;
  }

  #kv .txt_area::before {
    background-image: url("../img/top/kv_txt_area_parts01.png");
    width: 7.13rem;
    aspect-ratio: 114.08/97.86;
    bottom: 100%;
    left: -3.34rem;
  }

  #kv .txt_area::after {
    background-image: url("../img/top/kv_txt_area_parts02.png");
    width: 4.19125rem;
    aspect-ratio: 67.06/71;
    top: 10.423125rem;
    right: -2.31625rem;
  }

  #kv .kv__copy {
    white-space: nowrap;
    position: static;
    font-size: 4rem;
    line-height: 1.3125;
    margin-top: calc(0px - (((1em*1.3125) - 1em)/2));
    margin-bottom: calc(1.6875rem - (((1em*1.3125) - 1em)/2));
  }

  #kv .kv__txt {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2.5625rem;
  }

  #kv .new_topic_item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  #kv .new_topic_item:hover {
    background-color: #FFB857;
  }

  #kv .new_topic_title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4285714286;
    width: 6.25rem;
  }

  #kv .new_topic_body {
    width: calc(100% - 6.25rem);
    padding: 1rem 12.75% 1rem 6%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #kv .new_topic_body .cate {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.2727272727;
    margin-top: calc(0px - (((1em*1.2727272727) - 1em)/2));
    margin-bottom: calc(0.6875rem - (((1em*1.2727272727) - 1em)/2));
  }

  #kv .new_topic_body .post_tit {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375;
    margin-top: calc(0px - (((1em*1.375) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.375) - 1em)/2));
  }

  #kv .new_topic_body::after {
    width: 1.5rem;
    right: 5%;
    transition: all 0.3s;
  }

  #kv .new_topic_body:hover::after {
    transform: scale(1.25);
  }

  #kv .kv__bnr::after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-image: url("../img/top/kv__bnr_parts.svg");
    width: 25%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    margin-top: -9.375%;
    right: -6.94375%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: none;
  }

  #kv .kv__bnr:hover::after {
    scale: 1.125 1.125;
  }
}
#kv .kv__txt .fukidashi {
  display: inline-block;
  position: relative;
  background: #FF851F;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 1.1875rem 2.0625rem 1.1875rem 2.4375rem;
  margin-top: 0.9375rem;
  white-space: nowrap;
}

#kv .kv__txt .fukidashi::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/top/fukidashi.svg") no-repeat center/contain;
  position: absolute;
  bottom: 99%;
  left: 1.875rem;
}

@media screen and (max-width: 767px) {
  #kv {
    margin-bottom: 2.5rem;
  }

  #kv .kv_img_wrap {
    width: 100vw;
    margin: 3rem calc(50% - 50vw) -8rem;
  }

  #kv .kv_img_wrap figure {
    margin-top: 0;
  }

  #kv .kv_img_wrap .parts01 {
    width: 24.2666666667%;
    top: 26.9911504425%;
    left: 26.9333333333%;
  }

  #kv .kv_img_wrap .parts02 {
    width: 19.7333333333%;
    top: 31.1946902655%;
    left: 49.8666666667%;
  }

  #kv .kv_img_wrap .parts04 {
    width: 6.5333333333%;
    top: 18.2522123894%;
    left: 80.2666666667%;
  }

  #kv .kv_img_wrap .parts06 {
    width: 4.4%;
    top: 42.3672566372%;
    left: 76.1333333333%;
  }

  #kv .kv_img_wrap .parts07 {
    width: 5.3333333333%;
    top: 23.5619469027%;
    left: 16.4%;
  }

  #kv .kv_img_wrap .parts08 {
    width: 5.6%;
    top: 12.1681415929%;
    left: 54.5333333333%;
  }

  #kv .kv_img_wrap .parts010 {
    width: 5.0666666667%;
    top: 54.314159292%;
    left: 13.0666666667%;
  }

  #kv .kv_img_wrap .parts013 {
    width: 11.8666666667%;
    top: 64.7123893805%;
    left: 63.8666666667%;
  }

  #kv .txt_area .kv__copy {
    text-align: center;
    font-size: 2.2857142857rem;
    line-height: 1.25;
    margin-top: calc(6.6666666667vw - (((1em*1.25) - 1em)/2));
    margin-bottom: calc(5.0666666667vw - (((1em*1.25) - 1em)/2));
  }

  #kv .kv__txt {
    font-size: 1.1428571429rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8vw;
  }

  #kv .kv__txt .fukidashi {
    font-size: 1.5714285714rem;
    padding: 3.9466666667vw 5.68vw 3.7066666667vw 6.64vw;
    width: 52.2666666667vw;
  }

  #kv .kv__txt .fukidashi::before {
    left: 12vw;
  }

  #kv .new_topic_title {
    line-height: 2rem;
    border-radius: .5rem .5rem 0 0;
    font-size: .9;
  }

  #kv .new_topic_body {
    background: #F5F7FA;
    padding: 1rem 4rem 1rem 1.2rem;
  }

  #kv .new_topic_body::after {
    width: 1.7rem;
    height: 1.7rem;
    right: 0.9rem;
  }

  #kv .new_topic_body .cate {
    font-size: .7rem;
    font-weight: 500;
    margin-bottom: .6rem;
  }

  #kv .new_topic_body .post_tit {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.53;
  }
}
/*top_intro
--------------------*/
#top_intro {
  background-image: url("../img/top/top_intro_bg.jpg");
  background-size: 100% 100%;
  width: 100%;
  padding: 13.2rem 0;
}

#top_intro .inner {
  height: 100%;
}

#top_intro .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

#top_intro .intro_copy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.75rem;
}

#top_intro .intro_copy::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img//top/intro_copy_parts01.svg");
  width: 2rem;
  aspect-ratio: 32/10;
  margin: 0 1.0625rem 0 1.25rem;
}

#top_intro .intro_copy .intro_copy_txt {
  width: 16.988125rem;
  order: -1;
  margin-bottom: -1rem;
}

#top_intro .intro_copy .intro_copy_parts_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-end;
  text-align: center;
}

#top_intro .intro_copy .intro_copy_parts_box::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img//top/intro_copy_parts02.svg");
  width: 1.588125rem;
  aspect-ratio: 1/1;
  margin: 0 1.70625rem 0.625rem 1.45625rem;
}

#top_intro .intro_copy .intro_copy_parts_box .jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
}

#top_intro .intro_copy .intro_copy_parts_box .en {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}

#top_intro .intro_copy .intro_copy_parts_box .parts01 {
  order: -1;
}

#top_intro .txt_area {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  margin-top: calc(0px - (((1em*2) - 1em)/2));
  margin-bottom: calc(0px - (((1em*2) - 1em)/2));
}

@media screen and (max-width: 767px) {
  #top_intro {
    aspect-ratio: inherit;
    padding: 7.5rem 2.5rem;
    background: url("../img/top/top_intro_bg-sp.jpg") no-repeat top center/cover;
  }

  #top_intro .inner {
    width: 100%;
  }

  #top_intro .container {
    display: block;
  }

  #top_intro .intro_copy {
    display: block;
    margin-bottom: 2.75rem;
  }

  #top_intro .intro_copy::before {
    display: none;
  }

  #top_intro .intro_copy .intro_copy_txt {
    width: 46.384vw;
    margin: 0 auto 1.5rem;
    align-self: center;
  }

  #top_intro .intro_copy .intro_copy_txt::after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-image: url(../img//top/intro_copy_parts01.svg);
    width: 2rem;
    aspect-ratio: 32 / 10;
    margin: 0 1.0625rem 0 1.25rem;
    transform: rotate(90deg);
    margin: 1rem auto 0;
  }

  #top_intro .intro_copy .intro_copy_parts_box {
    justify-content: center;
  }

  #top_intro .intro_copy .intro_copy_parts_box .jp {
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }

  #top_intro .intro_copy .intro_copy_parts_box .en {
    font-size: 2.4rem;
  }

  #top_intro .txt_area {
    text-align: left;
    letter-spacing: 0.1rem;
    padding: 0px 0.2rem;
  }

  #top_intro .txt_area .intro_txt:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
/*service
--------------------*/
#service {
  position: relative;
  margin-bottom: 10.0625rem;
}

#service::before, #service::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  background-size: 100% 100%;
}

#service::before {
  background-image: url("../img/top/sevice_parts01.png");
  width: 20.5475rem;
  aspect-ratio: 328.76/261.49;
  top: -0.875rem;
  left: -1.6875rem;
}

#service::after {
  background-image: url("../img/top/sevice_parts02.png");
  width: 13.76625rem;
  aspect-ratio: 220.26/232.54;
  top: 6.3125rem;
  right: -2.4375rem;
}

#service .container::before {
  display: none;
}

#service .service__area {
  margin-top: 0;
}

#service .service__list .item .list_img {
  width: 58.59375%;
}

#service .service__list .item.item--01 .list_img {
  margin-right: 1.75rem;
}

#service .service__list .item.item--02 {
  margin-top: -4.396875rem;
  position: relative;
  z-index: 1;
}

#service .service__list .item.item--02 .list_img {
  margin-left: -0.75rem;
}

#service .service__list .item.item--03 {
  margin-top: -2.128125rem;
  margin-right: 1.3125rem;
}

#service .service__list .item:nth-child(odd) .list_text {
  margin-left: 6.25%;
  font-feature-settings: "palt";
}

#service .service__list .item:nth-child(even) .list_text {
  margin-right: 6.25%;
  font-feature-settings: "palt";
}

#service .service__link {
  margin-top: 1.9375rem;
}

#service .note {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #service {
    margin: 6.7rem 0;
    padding-top: 0;
  }

  #service::before {
    top: -4.275rem;
    left: -0.6875rem;
    width: 6rem;
  }

  #service::after {
    top: 3.3125rem;
    right: -0.4375rem;
    width: 4rem;
  }

  #service .title-type01 {
    margin-bottom: 1rem;
  }

  #service .service__list .item.item--02,
  #service .service__list .item.item--03 {
    margin-top: auto;
  }

  #service .service__list .item.item--02 .list_text {
    margin-top: 5.3333333333vw;
  }

  .service__list .item .list_text {
    margin-top: -1.5rem;
  }

  #service .service__list .item.item--01 .list_img,
  #service .service__list .item .list_img {
    margin-left: 0;
    width: 110%;
  }

  #service .service__list .item.item--03 {
    margin-right: 0;
  }

  #service .service__list .item.item--03 .list_text {
    margin-top: 0;
  }

  #service .service__list .item:nth-child(odd) .list_text {
    margin-left: 0;
  }

  .service__list .item .list_text__title {
    margin-top: 0;
  }

  .service__list .item {
    margin-bottom: 2.9rem;
  }

  #service .service__list .item:nth-child(even) .list_text {
    margin-right: 0;
  }
}
/*materials
--------------------*/
#materials {
  position: relative;
  background-color: #F5F7FA;
  padding: 7.5625rem 0 10.125rem;
}

#materials .tit_txt span {
  position: relative;
  display: inline-block;
}

#materials .tit_txt span::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/top/intro_copy_txt_parts.svg");
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 5rem;
  margin-left: 0.625rem;
  margin-bottom: 0.375rem;
}

#materials::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/top/materials_parts.png");
  width: 13.238125rem;
  aspect-ratio: 211.81/208.38;
  top: -3.625rem;
  right: 1.75rem;
}

#materials .title-type01 {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  #materials .title-type01 {
    margin-bottom: 12.5333333333vw;
  }
}
#materials .tit_txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767px) {
  #materials .tit_txt {
    font-size: 1.1428571429rem;
    line-height: 1.8;
    margin-top: calc(0px - (((1em*1.8) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.8) - 1em)/2));
    margin-bottom: 2.2rem;
  }

  #materials .tit_txt span::after {
    width: 17.0666666667vw;
    margin-left: -14.1333333333vw;
    margin-bottom: 0;
  }
}
#materials .materials_list {
  margin-top: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

#materials .materials_list .materials01, #materials .materials_list .materials02 {
  width: 25%;
}

#materials .materials_list .materials01 {
  margin: 0 4.609375% 0 6.25%;
}

#materials .materials_list .materials03 {
  width: 27.70390625%;
}

#materials .materials_list .item__img {
  margin-bottom: 1.5rem;
}

#materials .materials_list .materials_txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #materials {
    padding: 6.6625rem 0 5.725rem;
  }

  #materials::before {
    width: 5.5rem;
    top: 0rem;
    right: 1.3rem;
  }

  #materials .materials_list .materials03 {
    width: 47.103906%;
    margin: 0 10% 1rem;
  }

  #materials .materials_list .materials01 {
    margin: 0 5.8% 0 0;
  }

  #materials .materials_list .materials01, #materials .materials_list .materials02 {
    width: 47.1%;
  }
}
/*contents
--------------------*/
#contents {
  margin-top: 0;
  position: relative;
  background-image: url("../img/top/top_contents_bg.png");
  background-size: 100% 100%;
  background-position: bottom center;
}

#contents .inner::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/top/contents_parts.png");
  width: 22.338125rem;
  aspect-ratio: 357.41/293.18;
  top: -10.3125rem;
  left: -12.890625%;
}

#contents .container::before, #contents .container:after {
  display: none;
}

#contents .contents__btn a {
  background: #fff;
  border: 2px soolid #444;
}

#contents .contents__btn a p {
  color: #444;
}

#contents .contents__btn a p span {
  color: #444;
}

#contents .contents__btn a::after {
  background: #FFB857;
}

#contents .contents__btn a:hover {
  background: #FF851E;
}

#contents .contents__btn a:hover::after {
  background: #fff;
}

#contents .contents__list .item a {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  #contents {
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 4.5rem;
    background-image: url("../img/top/top_contents_bg_sp.png");
  }

  #contents .inner::before {
    width: 9.3rem;
    top: -6.8rem;
    left: -3.2rem;
  }

  #contents .contents__list .item {
    padding: 0 2.6666666667vw;
    background-color: transparent;
  }

  #contents .contents__list .item a {
    display: block;
    background-color: #fff;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
}
/*voice
--------------------*/
#voice {
  padding: 7.5rem 0;
  background-size: 1440px auto;
  position: relative;
  text-align: center;
  margin-top: 0;
}

#voice::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/top/voice_parts.png");
  width: 25rem;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}

#voice .title-type01 {
  margin-bottom: 3.75rem;
}

#voice .tit_txt {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

#voice .voice_txt {
  width: 87.5%;
  margin: 0 auto 3.75rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  height: 7.5rem;
  background-color: #FFF9B0;
  border-radius: 0.5rem;
  position: relative;
}

#voice .voice_txt::before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #FFF9B0;
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  width: 1.714rem;
  height: 1.428rem;
  margin: auto;
}

#voice .note {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

#voice .btn-type01 {
  width: 28.75rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #voice {
    padding: 7.5rem 0 4.3rem;
  }

  #voice::before {
    width: 14.3rem;
  }

  #voice .tit_txt {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2.85rem;
  }

  #voice .voice_txt {
    font-size: 1.7rem;
    line-height: 1.5;
    height: 8.6rem;
    position: relative;
    width: 100%;
    padding: 0 1.7rem;
    margin-bottom: 2rem;
  }

  #voice .voice_txt::before {
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #FFF9B0;
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    width: 1.714rem;
    height: 1.428rem;
    margin: auto;
  }

  #voice .note {
    line-height: 1.5;
  }

  #voice .btn-type01 {
    width: 100%;
    font-size: 1.14rem;
    padding-left: 3.1rem;
    justify-content: flex-start;
  }
}
/*voice
--------------------*/
.news {
  padding: 10rem 0;
  background-size: 100% 100%;
  background-image: url("../img/top/news_bg.png");
  background-position: right bottom;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 5.2rem 0 4.3rem;
  }

  .news__btn .btn-type01 {
    height: 4.572rem;
    justify-content: center;
  }
}
#contents .inner {
  z-index: 1;
}

#contents::after {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #contents::before {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-image: url("../img/top/top_contents_bg_parts.png");
    z-index: -2;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents::before {
    display: none;
  }

  #contents .inner {
    width: 100%;
    max-width: initial;
  }

  #contents .contents__btn {
    width: 89.3333333333vw;
    position: absolute;
    left: 50%;
    z-index: 0;
    translate: -50% 0;
    bottom: 93vw;
    margin-top: 0;
  }
}
#contents .contents__list .list_blur {
  opacity: 0;
}

#contents .contents__btn a p span {
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  #contents .contents__btn a p span {
    margin-top: 0.3125rem;
  }
}
@media print, screen and (min-width: 768px) {
  #voice .questionnaire_box .questionnaire_img {
    width: 43.7086956522%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #voice .questionnaire_box .questionnaire_img {
    width: 32.048vw;
    margin: 0 auto;
  }
}
#top_intro .intro_copy::before {
  opacity: 0;
  translate: -100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.4s;
  -ms-transition: all 0.6s ease-in-out 0.4s;
  transition: all 0.6s ease-in-out 0.4s;
}

#top_intro .intro_copy .intro_copy_parts_box::before {
  opacity: 0;
  translate: 100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.85s;
  -ms-transition: all 0.6s ease-in-out 0.85s;
  transition: all 0.6s ease-in-out 0.85s;
}

#top_intro .intro_copy.scrollActive::before {
  opacity: 1;
  translate: 0 0;
}

#top_intro .intro_copy.scrollActive .intro_copy_parts_box::before {
  opacity: 1;
  translate: 0 0;
}

#service::before, #service:after {
  opacity: 0;
}

#service::before {
  translate: -100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
  -ms-transition: all 0.6s ease-in-out 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}

#service::after {
  translate: 100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.9s;
  -ms-transition: all 0.6s ease-in-out 0.9s;
  transition: all 0.6s ease-in-out 0.9s;
}

#service.scrollActive::before, #service.scrollActive:after {
  opacity: 1;
  translate: 0 0;
}

#materials::before {
  opacity: 0;
}

#materials::before {
  translate: 100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
  -ms-transition: all 0.6s ease-in-out 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}

#materials.scrollActive::before {
  opacity: 1;
  translate: 0 0;
}

#contents .inner::before {
  opacity: 0;
  translate: -100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
  -ms-transition: all 0.6s ease-in-out 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}

#contents.scrollActive .inner::before {
  opacity: 1;
  translate: 0 0;
}

#voice::before {
  opacity: 0;
}

#voice::before {
  translate: -100% 0;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
  -ms-transition: all 0.6s ease-in-out 0.6s;
  transition: all 0.6s ease-in-out 0.6s;
}

#voice.scrollActive::before {
  opacity: 1;
  translate: 0 0;
}

/*kv__program
--------------------------*/
#kv .kv__txt .kv__program {
  font-size: 20px;
  display: inline-block;
}

/*contents__list-title
--------------------------*/
#about .contents__list-title {
  font-family: "Noto Sans JP", serif;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}

#about .contents__list-title + .contents__list {
  margin-top: 0;
}

#about .contents__list-title + .contents__list .contents__swiper {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #about .contents__list-title {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
}

/*#about
--------------------------*/
#about {
  position: relative;
}
#about::after, #about:before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
}
#about .tit_txt span {
  display: inline-block;
}
#about .contents__list .list_view .item {
  overflow: visible;
  border-radius: 0;
}
#about .contents__list .list_view .item.new {
  position: relative;
}
#about .contents__list .list_view .item.new::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 2;
  background-image: url("../img/top/new_icon.svg");
}
#about .contents__list .list_view .item a {
  pointer-events: auto;
  display: block;
  height: 100%;
  background-color: #F7F7F7;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #about {
    padding: 0 0 3.2125rem;
  }
  #about:before {
    background-image: url("../img/top/about_parts01.png");
    width: 21.15375rem;
    aspect-ratio: 338.46/140.16;
    top: 2.175rem;
    left: 6.2152777778%;
  }
  #about:after {
    background-image: url("../img/top/about_parts02.png");
    width: 21.475625rem;
    aspect-ratio: 343.61/185.75;
    top: 0.8125rem;
    right: 4.8263888889%;
  }
  #about .title-type01 {
    margin-bottom: 3.75rem;
  }
  #about .tit_txt {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2;
    margin-top: calc(0px - (((1em*2) - 1em)/2));
    margin-bottom: calc(3.75rem - (((1em*2) - 1em)/2));
    text-align: center;
  }
  #about .contents__list {
    padding: 0 3.1875rem;
    margin-bottom: 3.75rem;
  }
  #about .contents__list .contents__swiper {
    display: block;
    padding: 1.875rem 0.625rem 0;
  }
  #about .contents__list .list_view .item {
    margin-top: 2rem;
  }
  #about .contents__list .list_view {
    flex-wrap: nowrap;
    gap: 0;
  }
  #about .contents__list .list_view .item {
    padding: 0 1.25rem;
  }
  #about .contents__list .list_view .item.new::after {
    width: 5rem;
    top: -1rem;
    left: -0.625rem;
  }
  #about .contents__list .list_view .item a {
    border-radius: 0.5rem;
  }
  #about .contents__list .swiper-button-prev, #about .contents__list .swiper-button-next {
    width: 5rem;
    height: auto;
    aspect-ratio: 1/1;
    bottom: auto;
    top: 50%;
  }
  #about .contents__list .swiper-button-prev .link--arrow, #about .contents__list .swiper-button-next .link--arrow {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
  }
  #about .contents__list .swiper-button-prev .link--arrow::before, #about .contents__list .swiper-button-next .link--arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    translate: -50% -50%;
    right: auto;
    transform: translateY(0);
  }
  #about .contents__list .swiper-button-prev .link--arrow::after, #about .contents__list .swiper-button-next .link--arrow::after {
    width: 100%;
  }
  #about .contents__list .swiper-button-prev {
    left: -1.25rem;
  }
  #about .contents__list .swiper-button-next {
    right: -1.25rem;
    left: auto;
  }
  #about .btn-type01 {
    width: 28.75rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    padding: 6.6666666667vw 0 16vw;
  }
  #about:before {
    background-image: url("../img/top/about_parts01_sp.png");
    width: 19.9146666667vw;
    aspect-ratio: 74.68/61.32;
    top: 1.2533333333vw;
    left: 2.4vw;
  }
  #about:after {
    background-image: url("../img/top/about_parts02_sp.png");
    width: 23.6346666667vw;
    aspect-ratio: 88.63/71.27;
    top: 25.52vw;
    right: 1.0666666667vw;
  }
  #about .title-type01 {
    margin-bottom: 13.3333333333vw;
  }
  #about .tit_txt {
    width: 78.4vw;
    margin: auto;
    font-size: 1.2857142857rem;
    font-weight: 600;
    line-height: 1.8;
    margin-top: calc(0px - (((1em*1.8) - 1em)/2));
    margin-bottom: calc(16vw - (((1em*1.8) - 1em)/2));
  }
  #about .tit_txt span:not(:first-child) {
    margin-top: 1.9444444444em;
  }
  #about .contents__list {
    margin-bottom: 14.1333333333vw;
  }
  #about .contents__list .list_view .item {
    padding: 0 2.6666666667vw;
  }
  #about .contents__list .list_view .item.new::after {
    width: 17.0666666667vw;
    top: -1.5vw;
    left: -1.3333333333vw;
  }
  #about .contents__list .list_view .item a {
    border-radius: 2.1333333333vw;
  }
}
