@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.mv {
  position: relative;
}
.mv .mv_flex {
  position: absolute;
  z-index: 20;
  right: 102px;
  bottom: 182px;
  border-radius: 100%;
  background: #EC670F;
  width: 197px;
  height: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex {
    width: 117px;
    height: 117px;
    right: 20px;
    bottom: 308px;
  }
}
.mv .mv_flex .mv_flex_item .t01 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex .mv_flex_item .t01 {
    font-size: 23px;
  }
}
.mv .mv_flex .mv_flex_item .t02 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  display: flex;
  align-items: end;
  line-height: 1;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex .mv_flex_item .t02 {
    margin-top: -2px;
    font-size: 21px;
  }
}
.mv .mv_flex .mv_flex_item .t02 .t1 {
  margin-right: 7px;
  font-size: 79px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex .mv_flex_item .t02 .t1 {
    margin-right: 5px;
    font-size: 46px;
  }
}
.mv .mv_flex .mv_flex_item .t02 .t2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex .mv_flex_item .t02 .t2 {
    padding-bottom: 4px;
  }
}
.mv .mv_flex .mv_flex_item .t03 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex .mv_flex_item .t03 {
    margin-top: 6px;
    font-size: 7px;
  }
}
.mv .mv_flex_bg {
  position: absolute;
  z-index: 19;
  right: 95px;
  bottom: 175px;
  border-radius: 100%;
  background: #ffffff;
  width: 211px;
  height: 211px;
  opacity: 0.6;
}
@media screen and (max-width: 818px) {
  .mv .mv_flex_bg {
    width: 125px;
    height: 125px;
    right: 16px;
    bottom: 304px;
  }
}
.mv .mv_item {
  position: relative;
}
.mv .mv_item::after {
  position: absolute;
  z-index: 10;
  content: "YUKI no SATO";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1.2;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  width: 100%;
  height: fit-content;
  bottom: 49px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item::after {
    bottom: 30px;
    font-size: 15px;
    line-height: 2;
  }
}
.mv .mv_item .mv_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: end;
}
.mv .mv_item .mv_txt .inner {
  margin-bottom: 0;
  padding-bottom: 155px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .inner {
    padding-bottom: 153px;
  }
}
.mv .mv_item .mv_txt .mv_ttl {
  text-align: left;
  color: #3C996D;
  font-size: 35px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0;
  margin-left: 6px;
  margin-bottom: 33px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_ttl {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 14px;
  }
}
.mv .mv_item .mv_txt .mv_ttl span {
  font-size: 80px;
  display: block;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_ttl span {
    font-size: 38px;
  }
}
.mv .mv_item .mv_txt .mv_btn {
  margin-left: 25px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_btn {
    margin-left: 0;
  }
}
.mv .mv_item .mv_txt .mv_btn a {
  display: block;
  width: 100%;
  max-width: 460px;
}
.mv .mv_item .mv_txt .mv_btn a + a {
  margin-top: 10px;
}
.mv .mv_item .mv_txt .mv_btn .mv_about {
  background: #E78338;
  color: #ffffff;
  border-radius: 100px;
  line-height: 60px;
  padding-left: 72px;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_btn .mv_about {
    line-height: 44px;
    max-width: 100%;
    font-size: 14px;
    padding-left: 52px;
  }
}
.mv .mv_item .mv_txt .mv_btn .mv_about::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_org.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_btn .mv_about::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.mv .mv_item .mv_txt .mv_btn .mv_contact {
  background: #3C996D;
  color: #ffffff;
  border-radius: 100px;
  line-height: 60px;
  padding-left: 72px;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_btn .mv_contact {
    line-height: 44px;
    max-width: 100%;
    font-size: 14px;
    padding-left: 52px;
  }
}
.mv .mv_item .mv_txt .mv_btn .mv_contact::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_green.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .mv_txt .mv_btn .mv_contact::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.service {
  position: relative;
  z-index: 50;
}
.service::after {
  position: absolute;
  content: "";
  width: 88.125%;
  height: 100%;
  left: 0;
  bottom: -9px;
  z-index: 1;
  background: url(../img/top/service_after.png) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service::after {
    bottom: 158px;
    width: 100%;
    height: 130px;
    background: url(../img/contact/other_after_sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
}
.service .inner {
  padding-top: 0;
  padding-bottom: 68px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .service .inner {
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
.service .other_sub {
  text-align: left;
  color: #E78338;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .service .other_sub {
    font-size: 16px;
  }
}
.service .other_sub span {
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .service .other_sub span {
    font-size: 13px;
  }
}
.service .other_ttl {
  text-align: left;
  color: #3C996D;
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .service .other_ttl {
    line-height: 1.2;
    font-size: 25px;
  }
}
.service .other_ul {
  display: flex;
  margin: auto;
  margin-top: 25px;
  column-gap: 33px;
}
@media screen and (max-width: 818px) {
  .service .other_ul {
    margin-top: 16px;
    display: block;
    max-width: 100%;
  }
}
.service .other_ul li {
  width: calc(33.3333% - 22px);
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .service .other_ul li {
    width: 100%;
    border-radius: 10px;
  }
  .service .other_ul li + li {
    margin-top: 20px;
  }
}
.service .other_ul li .ttl {
  border-radius: 20px 20px 0 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.25;
  text-align: center;
  background: #3C996D;
}
@media screen and (max-width: 818px) {
  .service .other_ul li .ttl {
    font-size: 18px;
    height: 70px;
  }
}
.service .other_ul li:nth-child(2) .ttl {
  background: #A0C916;
}
.service .other_ul li .img img {
  border-radius: 0 0 20px 20px;
}
.service .other_btn {
  margin: auto;
  margin-top: 45px;
  display: flex;
  column-gap: 33px;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 818px) {
  .service .other_btn {
    display: block;
    margin-top: 35px;
  }
}
.service .other_btn .btn {
  max-width: 380px;
  line-height: 60px;
  border-radius: 60px;
  position: relative;
  display: block;
  background: #E78338;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  padding-left: 72px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .service .other_btn .btn {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
  .service .other_btn .btn + .btn {
    margin-top: 10px;
  }
}
.service .other_btn .btn::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service .other_btn .btn::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.about {
  position: relative;
  z-index: 30;
  background: url(../img/top/about_bg.webp) no-repeat top;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .about {
    background: url(../img/top/about_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.about::after {
  position: absolute;
  content: "";
  width: 541px;
  height: 254px;
  right: 0;
  top: 561px;
  z-index: 1;
  background: url(../img/top/about_after.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .about::after {
    top: 175px;
    width: 229px;
    height: 85px;
    background: url(../img/top/about_after_sp.png) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.about .inner {
  position: relative;
  z-index: 10;
  padding-bottom: 85px;
}
@media screen and (max-width: 818px) {
  .about .inner {
    padding-top: 15px;
    padding-bottom: 53px;
  }
}
.about .about_sp_slide {
  display: none;
}
@media screen and (max-width: 818px) {
  .about .about_sp_slide {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}
.about .about_sp_slide .swiper-button-prev-about {
  position: absolute;
  top: 18px;
  right: 66px;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.about .about_sp_slide .swiper-button-next-about {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.about .about_sp_slide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #3C996D;
  opacity: 1;
}
.about .about_sp_slide .swiper-horizontal > .swiper-pagination-bullets,
.about .about_sp_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.about .about_sp_slide .swiper-pagination-custom,
.about .about_sp_slide .swiper-pagination-fraction {
  margin-top: 18px;
}
@media screen and (max-width: 818px) {
  .about .about_sp_slide .swiper-horizontal > .swiper-pagination-bullets,
  .about .about_sp_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .about .about_sp_slide .swiper-pagination-custom,
  .about .about_sp_slide .swiper-pagination-fraction {
    margin-top: 13px;
  }
}
.about .about_sp_slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.about .about_sp_slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.about .about_sp_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E78338;
}
.about .about_sp_slide .slide_item .txt {
  width: 100%;
}
.about .about_sp_slide .slide_item .txt .list_ttl span {
  display: block;
  font-size: 60px;
  line-height: 1.01;
  font-weight: 300;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: left;
  margin-bottom: 20px;
}
.about .about_sp_slide .slide_item .txt .list_ttl .sub {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.166;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 10px;
}
.about .about_sp_slide .slide_item .txt .txt_item .big {
  text-align: left;
}
.about .about_sp_slide .slide_item .txt .txt_item .big span {
  text-align: left;
  color: #ffffff;
  background: #AEBA19;
  font-weight: 500;
  padding: 0 3px;
  line-height: 1.6666;
}
.about .about_sp_slide .slide_item .txt .txt_item .m_t_35 {
  margin-top: 35px;
}
@media screen and (max-width: 818px) {
  .about .about_sp_slide .slide_item .txt .txt_item .m_t_35 {
    margin-top: 15px;
  }
}
.about .about_sp_slide .slide_item .txt .txt_item p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6666;
}
.about .about_sp_slide .slide_item .txt .txt_item p span {
  text-align: left;
  color: #ffffff;
  background: #AEBA19;
  font-weight: 500;
  padding: 0 3px;
}
.about .about_sp_slide .slide_item .img {
  width: 100%;
  margin-top: 30px;
}
.about .about_sp_slide .slide_item .img img {
  border-radius: 30px;
}
@media screen and (max-width: 818px) {
  .about ul {
    display: none;
  }
}
.about ul li {
  display: flex;
  align-items: center;
}
.about ul li + li {
  margin-top: 124px;
}
.about ul li .txt {
  width: 46.5%;
  padding-right: 30px;
}
.about ul li .txt .list_ttl span {
  display: block;
  font-size: 120px;
  line-height: 1.01;
  font-weight: 300;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: left;
  margin-bottom: 25px;
}
.about ul li .txt .list_ttl .sub {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.457;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 20px;
}
.about ul li .txt .txt_item .big {
  text-align: left;
}
.about ul li .txt .txt_item .big span {
  text-align: left;
  color: #ffffff;
  background: #AEBA19;
  font-weight: bold;
  padding: 0 3px;
}
.about ul li .txt .txt_item .m_t_35 {
  margin-top: 35px;
}
.about ul li .txt .txt_item p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.about ul li .txt .txt_item p span {
  text-align: left;
  color: #ffffff;
  background: #AEBA19;
  font-weight: bold;
  padding: 0 3px;
}
.about ul li .img {
  width: 53.5%;
}
.about ul li .img img {
  border-radius: 50px;
}
@media screen and (max-width: 818px) {
  .about ul li .img img {
    border-radius: 30px;
  }
}
.about ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.about ul li:nth-child(even) .txt {
  padding-right: 0;
  padding-left: 30px;
}
.about .btn_org {
  margin-top: 70px;
}
@media screen and (max-width: 818px) {
  .about .btn_org {
    margin-top: 35px;
  }
}
.btn_org {
  margin: auto;
  line-height: 60px;
  border-radius: 60px;
  position: relative;
  display: block;
  background: #E78338;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  padding-left: 72px;
  padding-right: 28px;
  text-align: left;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .btn_org {
    width: 100%;
    max-width: 100%;
    line-height: 44px;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
  }
}
.btn_org::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .btn_org::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.h2_ttl {
  margin: auto;
  font-size: 46px;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-bottom: 60px;
  padding-top: 60px;
  line-height: 1.43;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 25px;
    padding-top: 57px;
  }
}
.h2_ttl span {
  font-size: 25px;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    font-size: 18px;
  }
}
.h2_ttl::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 60px;
  left: calc(50% - 35.5px);
  top: 0;
  z-index: 1;
  background: url(../img/common/h2_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .h2_ttl::after {
    width: 57px;
    height: 49px;
    left: calc(50% - 28.5px);
  }
}
.point {
  background: #F8DAC4;
  padding-top: 50px;
}
@media screen and (max-width: 818px) {
  .point {
    padding-top: 25px;
  }
}
.point dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .point dl {
    align-items: end;
  }
}
@media screen and (max-width: 818px) {
  .point dl {
    display: block;
  }
}
.point dl dt {
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  .point dl dt {
    width: 100%;
    padding-right: 20px;
  }
}
.point dl dt img {
  border-radius: 0 80px 0 0;
}
.point dl dd {
  color: #3C996D;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  max-width: 610px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .point dl dd {
    line-height: 1.4;
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .point dl dd {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 818px) {
  .point dl dd {
    max-width: 100%;
    margin-top: 19px;
    width: 100%;
    line-height: 1.466;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.voice {
  background: #3C996D;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .voice {
    padding-top: 26px;
    padding-bottom: 28px;
  }
}
.voice .h2_ttl {
  color: #ffffff;
}
.voice .h2_ttl::after {
  background: url(../img/common/h2_after_w.png);
  background-size: 100% 100%;
}
.voice .voice_slide {
  position: relative;
  padding-left: 130px;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice .voice_slide::after {
  content: "VOICE";
  color: #A0C916;
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.5em;
  font-size: 25px;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: sideways-lr;
  text-orientation: sideways;
  position: absolute;
  top: -10%;
  height: 100%;
  text-align: center;
  left: 50px;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide::after {
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    top: -80px;
  }
}
.voice .voice_slide .swiper-slide {
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-slide {
    position: relative;
    height: auto;
    min-height: 100%;
  }
  .voice .voice_slide .swiper-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    content: "";
    border-radius: 20px;
  }
}
.voice .voice_slide .swiper-button-prev-voice {
  position: absolute;
  bottom: -20px;
  right: 213px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-button-prev-voice {
    bottom: auto;
    top: -47px;
    right: 70px;
    width: 36px;
    height: 36px;
  }
}
.voice .voice_slide .swiper-button-next-voice {
  position: absolute;
  bottom: -20px;
  right: 130px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-button-next-voice {
    bottom: auto;
    top: -47px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}
.voice .voice_slide .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.voice .voice_slide .swiper-horizontal > .swiper-pagination-bullets,
.voice .voice_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice .voice_slide .swiper-pagination-custom,
.voice .voice_slide .swiper-pagination-fraction {
  margin-top: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-horizontal > .swiper-pagination-bullets,
  .voice .voice_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice .voice_slide .swiper-pagination-custom,
  .voice .voice_slide .swiper-pagination-fraction {
    margin-top: 15px;
  }
}
.voice .voice_slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.voice .voice_slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.voice .voice_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E78338;
}
.voice .voice_item {
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  padding: 30px 30px 20px 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .voice .voice_item {
    height: auto;
    min-height: 100%;
    padding: 22px 25px;
  }
}
.voice .voice_item dl {
  display: flex;
}
.voice .voice_item dl dt {
  width: 114px;
}
@media screen and (max-width: 1100px) {
  .voice .voice_item dl dt {
    width: 70px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_item dl dt {
    width: 114px;
  }
}
.voice .voice_item dl dd {
  width: calc(100% - 114px);
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 55px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.555;
}
@media screen and (max-width: 1400px) {
  .voice .voice_item dl dd {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .voice .voice_item dl dd {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .voice .voice_item dl dd {
    width: calc(100% - 70px);
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_item dl dd {
    width: calc(100% - 114px);
    padding-left: 45px;
    font-size: 18px;
  }
}
.voice .voice_item p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.5625;
  min-height: 180px;
}
@media screen and (min-width: 1500px) {
  .voice .voice_item p {
    min-height: 150px;
  }
}
@media screen and (min-width: 1800px) {
  .voice .voice_item p {
    min-height: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .voice .voice_item p {
    min-height: 170px;
  }
}
@media screen and (max-width: 1300px) {
  .voice .voice_item p {
    min-height: 200px;
  }
}
@media screen and (max-width: 1110px) {
  .voice .voice_item p {
    min-height: 220px;
    font-size: 15px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_item p {
    min-height: fit-content;
    font-size: 15px;
    line-height: 1.6666;
  }
}
.news .inner {
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 818px) {
  .news .inner {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }
}
.news .news_ttl {
  width: 330px;
}
@media screen and (max-width: 818px) {
  .news .news_ttl {
    width: 100%;
  }
}
.news .news_ttl .news_h2 {
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  line-height: 1.434;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news .news_ttl .news_h2 {
    font-size: 25px;
    line-height: 1.44;
  }
}
.news .btn_org {
  margin-left: 0;
  width: 100%;
  max-width: 210px;
  margin-top: 145px;
}
@media screen and (max-width: 818px) {
  .news .btn_org {
    margin-left: auto;
    max-width: 200px;
    margin-top: 23px;
  }
  .news .btn_org::after {
    display: none;
  }
  .news .btn_org span {
    position: relative;
    padding-left: 36px;
  }
  .news .btn_org span::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/yellow_after_big.png);
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
}
.news .news_txt {
  width: calc(100% - 330px);
}
@media screen and (max-width: 818px) {
  .news .news_txt {
    margin-top: 20px;
    width: 100%;
  }
}
.news .news_txt .news_list {
  display: block;
}
.news .news_txt .news_list li {
  width: 100%;
  background: #ffffff;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #3C996D;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li {
    padding-bottom: 15px;
    width: 100%;
  }
}
.news .news_txt .news_list li + li {
  margin-top: 18px;
}
.news .news_txt .news_list li a {
  display: block;
}
.news .news_txt .news_list li .txt_item {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
.news .news_txt .news_list li .txt_item .ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li .txt_item .ttl {
    font-size: 15px;
  }
}
.news .news_txt .news_list li .txt_item .tag_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li .txt_item .tag_box {
    margin-bottom: 7px;
  }
}
.news .news_txt .news_list li .txt_item .tag_box .tag_item {
  width: fit-content;
}
.news .news_txt .news_list li .txt_item .tag_box .tag_item li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 12px 11px 12px;
  color: #ffffff;
  background: #A0C916;
  border-radius: 5px;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li .txt_item .tag_box .tag_item li {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 3px;
  }
}
.news .news_txt .news_list li .txt_item .tag_box .date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  margin-left: 18px;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li .txt_item .tag_box .date {
    font-size: 12px;
    margin-left: 10px;
  }
}
.news .news_txt .news_list li .img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .news .news_txt .news_list li .img {
    margin-bottom: 10px;
  }
}
.news .news_txt .news_list li .img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.faq {
  position: relative;
  z-index: 30;
  background: url(../img/top/faq_bg.webp) no-repeat top;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .faq {
    background: url(../img/top/faq_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.faq .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-bottom: 50px;
  }
}
.faq .faq_item {
  position: relative;
  z-index: 10;
}
.faq .faq_item .list li {
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #3C996D 3px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li {
    padding-bottom: 11px;
  }
}
.faq .faq_item .list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li + li {
    margin-top: 14px;
  }
}
.faq .faq_item .list li .q_txt {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.44;
  align-items: self-start;
  display: flex;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    padding-right: 0;
    display: block;
    padding-top: 6px;
    min-height: 35px;
    font-size: 15px;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/add.png) no-repeat center / contain;
  width: 12px;
  height: 12px;
  right: 17px;
  top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt:after {
    right: 2px;
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.faq .faq_item .list li .q_txt p {
  width: calc(100% - 35px);
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt p {
    margin-top: 6px;
    width: 100%;
  }
}
.faq .faq_item .list li .q_txt span {
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  width: 46px;
  display: block;
  line-height: 1.2;
  color: #3C996D;
  letter-spacing: 0.05em;
  margin-top: -6px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt span {
    line-height: 1.01;
    font-size: 25px;
    width: 30px;
  }
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/mai.png) no-repeat center / contain;
  width: 12px;
  height: 12px;
  right: 17px;
  top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .faqactive:after {
    right: 2px;
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
.faq .faq_item .list li .a_txt {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.5;
  align-items: center;
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    margin-top: 10px;
  }
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faq .faq_item .list li .a_txt .a_item {
  text-align: left;
  margin-left: 46px;
  width: calc(100% - 46px);
  background: #ffffff;
  padding: 23px 30px 30px 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  line-height: 1.75;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_item {
    width: 100%;
    margin-left: 0;
    padding: 14px 11px;
    font-size: 12px;
    line-height: 1.66;
  }
}
.faq .faq_item .list li .a_txt .a_item .link_list {
  margin-top: 20px;
  display: block;
}
.faq .faq_item .list li .a_txt .a_item .link_list a {
  display: block;
  background: #E78338;
  color: #ffffff;
  width: fit-content;
  padding: 8px 28px 8px 45px;
  position: relative;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_item .link_list a {
    padding: 8px 20px 8px 34px;
    font-size: 10px;
  }
}
.faq .faq_item .list li .a_txt .a_item .link_list a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  left: 14px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_item .link_list a::after {
    width: 19px;
    height: 18px;
    left: 10px;
  }
}
.faq .faq_item .list li .a_txt .a_item .link_list a + a {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_item .link_list a + a {
    margin-top: 7px;
  }
}
.slide_box {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 818px) {
  .slide_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.slide_box img {
  border-radius: 50px;
}
@media screen and (max-width: 818px) {
  .slide_box img {
    border-radius: 20px;
  }
}
.slide_box .swiper-wrapper {
  transition-timing-function: linear;
}
.slide_box .slid01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .slide_box .slid01 {
    margin-bottom: 20px;
  }
}
