@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#footer {
  padding-top: 36px;
}
@media screen and (max-width: 818px) {
  #footer {
    padding-top: 20px;
  }
}
#footer .f_b {
  margin-top: 0;
}
.service_box {
  position: relative;
  z-index: 50;
}
.service_box::after {
  position: absolute;
  content: "";
  width: 89.3%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/contact/other_after.jpg) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service_box::after {
    bottom: 158px;
    width: 100%;
    height: 130px;
    background: url(../img/contact/other_after_sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
}
.service_box .inner {
  padding-top: 90px;
  padding-bottom: 183px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .service_box .inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.service_box .other_sub {
  text-align: center;
  color: #E78338;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .service_box .other_sub {
    font-size: 16px;
  }
}
.service_box .other_sub span {
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .service_box .other_sub span {
    font-size: 13px;
  }
}
.service_box .other_ttl {
  text-align: center;
  color: #3C996D;
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .service_box .other_ttl {
    line-height: 1.2;
    font-size: 25px;
  }
}
.service_box .other_ul {
  display: flex;
  margin: auto;
  margin-top: 25px;
  column-gap: 33px;
}
@media screen and (max-width: 818px) {
  .service_box .other_ul {
    margin-top: 16px;
    display: block;
    max-width: 100%;
  }
}
.service_box .other_ul li {
  width: calc(33.3333% - 22px);
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .service_box .other_ul li {
    width: 100%;
    border-radius: 10px;
  }
  .service_box .other_ul li + li {
    margin-top: 20px;
  }
}
.service_box .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_box .other_ul li .ttl {
    font-size: 18px;
    height: 70px;
  }
}
.service_box .other_ul li:nth-child(2) .ttl {
  background: #A0C916;
}
.service_box .other_ul li .img img {
  border-radius: 0 0 20px 20px;
}
.service_box .other_btn {
  margin: auto;
  margin-top: 45px;
  display: flex;
  column-gap: 33px;
  width: 100%;
  max-width: 793px;
}
@media screen and (max-width: 818px) {
  .service_box .other_btn {
    display: block;
    margin-top: 35px;
  }
}
.service_box .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: calc(50% - 16.5px);
}
@media screen and (max-width: 818px) {
  .service_box .other_btn .btn {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
  .service_box .other_btn .btn + .btn {
    margin-top: 10px;
  }
}
.service_box .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_box .other_btn .btn::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.service_box_top::after {
  bottom: -70px;
}
@media screen and (max-width: 818px) {
  .service_box_top::after {
    bottom: -20px;
  }
}
.service_box_top .inner {
  padding-bottom: 113px;
  padding-top: 60px;
}
@media screen and (max-width: 818px) {
  .service_box_top .inner {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.care .inner {
  padding-top: 68px;
}
@media screen and (max-width: 818px) {
  .care .inner {
    padding-top: 48px;
  }
}
.care .care_sub01_ttl {
  text-align: center;
  color: #3C996D;
  font-size: 30px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.466;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .care .care_sub01_ttl {
    font-size: 18px;
  }
}
.care .care_big_ttl {
  text-align: center;
  color: #3C996D;
  font-size: 46px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.434;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 818px) {
  .care .care_big_ttl {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.care .care_p {
  text-align: center;
  color: #3C996D;
  font-size: 22px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4545;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 818px) {
  .care .care_p {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.care .care_list .care_list_ttl {
  width: 100%;
  background: #A0C916;
  text-align: center;
  color: #ffffff;
  border-radius: 20px 20px 0 0;
  line-height: 1.466;
  padding: 11px 0 15px 0;
  font-size: 30px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .care .care_list .care_list_ttl {
    font-size: 20px;
    padding: 12px 0 12px 0;
    line-height: 1.4;
    border-radius: 12px 12px 0 0;
  }
}
.care .care_list .m_t_30 {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .care .care_list .m_t_30 {
    margin-top: 25px;
  }
}
.care .care_list ul {
  background: #E5F0CD;
  padding: 34px 33px 30px 33px;
  border-radius: 0 0 20px 20px;
  column-gap: 32px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .care .care_list ul {
    border-radius: 0 0 12px 12px;
    display: block;
    padding: 20px;
  }
}
.care .care_list ul li {
  width: calc(33.3333% - 21.3333px);
}
@media screen and (max-width: 818px) {
  .care .care_list ul li {
    width: 100%;
  }
  .care .care_list ul li + li {
    margin-top: 30px;
  }
}
.care .care_list ul li .img img {
  border-radius: 10px;
  aspect-ratio: 35 / 22;
  object-fit: cover;
}
.care .care_list ul li .txt {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
}
@media screen and (max-width: 1300px) {
  .care .care_list ul li .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .care .care_list ul li .txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
.pace {
  padding-top: 50px;
  padding-bottom: 53px;
  background: url(../img/service/pace_bg.jpg) no-repeat bottom;
  background-size: 100% 61%;
}
@media screen and (max-width: 1380px) {
  .pace {
    background: url(../img/service/pace_bg.jpg) no-repeat bottom;
    background-size: 100% 55%;
  }
}
@media screen and (max-width: 818px) {
  .pace {
    padding-bottom: 0;
    padding-top: 30px;
    background: url(../img/service/pace_bg_sp.jpg) no-repeat bottom;
    background-size: 100% 231px;
  }
}
.pace .pace_ttl {
  text-align: center;
  color: #3C996D;
  font-weight: 500;
  font-size: 35px;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 37px;
}
@media screen and (max-width: 818px) {
  .pace .pace_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.pace dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .pace dl {
    align-items: end;
  }
}
@media screen and (max-width: 818px) {
  .pace dl {
    display: block;
  }
}
.pace dl dt {
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  .pace dl dt {
    width: 100%;
    padding-right: 20px;
  }
}
.pace dl dt img {
  border-radius: 0 80px 0 0;
}
.pace dl dd {
  color: #3C996D;
  width: 50%;
  text-align: left;
  max-width: 610px;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .pace dl dd {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd {
    max-width: 100%;
    margin-top: 19px;
    width: 100%;
    line-height: 1.466;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.pace dl dd .dd01 {
  text-align: left;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 22px;
  line-height: 1.59;
  font-weight: 500;
}
@media screen and (max-width: 1380px) {
  .pace dl dd .dd01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .pace dl dd .dd01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .pace dl dd .dd01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd .dd01 {
    font-size: 18px;
  }
}
.pace dl dd .dd02 {
  text-align: left;
  color: #3C996D;
  font-size: 22px;
  line-height: 1.72;
  margin-top: 88px;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .pace dl dd .dd02 {
    margin-top: 48px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .pace dl dd .dd02 {
    margin-top: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .pace dl dd .dd02 {
    font-size: 16px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 900px) {
  .pace dl dd .dd02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd .dd02 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.6;
  }
}
.pace dl dd p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  margin-top: 40px;
}
@media screen and (max-width: 1380px) {
  .pace dl dd p {
    margin-top: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .pace dl dd p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
  }
}
.service {
  position: relative;
  z-index: 10;
}
.sesi {
  position: relative;
  z-index: 20;
  background: url(../img/service/sesi_bg.webp) no-repeat bottom;
  background-size: 100% 100%;
  border-radius: 0 200px 0 200px;
}
@media screen and (max-width: 818px) {
  .sesi {
    border-radius: 0 80px 0 80px;
  }
}
.sesi .inner {
  padding-top: 60px;
  padding-bottom: 55px;
}
.sesi .sesi_ttl {
  margin: auto;
  font-size: 30px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-bottom: 18px;
  padding-top: 84px;
  line-height: 1.466;
}
@media screen and (max-width: 818px) {
  .sesi .sesi_ttl {
    line-height: 1.4;
    font-size: 20px;
    padding-top: 67px;
  }
}
.sesi .sesi_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) {
  .sesi .sesi_ttl::after {
    width: 57px;
    height: 49px;
    left: calc(50% - 28.5px);
  }
}
.sesi .sesi_ttl_b {
  font-size: 35px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 818px) {
  .sesi .sesi_ttl_b {
    font-size: 26px;
  }
}
.sesi .txt_box {
  margin: auto;
  margin-top: 37px;
  border-radius: 20px;
  background: #ffffff;
  max-width: 956px;
  padding: 30px 20px 37px 20px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .sesi .txt_box {
    margin-top: 27px;
    border-radius: 12px;
  }
}
.sesi .txt_box .txt_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #3C996D;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .sesi .txt_box .txt_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sesi .txt_box p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (max-width: 818px) {
  .sesi .txt_box p {
    font-size: 16px;
  }
}
.sesi .sesi_img {
  margin: auto;
  max-width: 975px;
  margin-top: 38px;
}
@media screen and (max-width: 818px) {
  .sesi .sesi_img {
    margin-top: 28px;
    max-width: 100%;
  }
}
.pace02 {
  background: url(../img/service/pace02_bg.webp) no-repeat top;
  background-size: 100% 75.36%;
  margin-top: -200px;
  z-index: 10;
  position: relative;
}
.pace02::after {
  background: #F4E4B0;
  height: 16%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
}
@media screen and (max-width: 818px) {
  .pace02::after {
    height: 40%;
  }
}
@media screen and (max-width: 818px) {
  .pace02 {
    margin-top: -80px;
  }
}
.pace02 .inner {
  position: relative;
  z-index: 20;
  max-width: calc(100% - 160px);
  padding-top: 286px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1200px) {
  .pace02 .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 818px) {
  .pace02 .inner {
    max-width: 100% ;
    padding-top: 160px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.pace02 .pace02_ttl {
  text-align: center;
  color: #3C996D;
  font-weight: 500;
  font-size: 35px;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .pace02 .pace02_ttl {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.pace02 .pace02_p {
  text-align: center;
  color: #3C996D;
  font-size: 22px;
  font-family: "Kiwi Maru", serif;
  line-height: 2.045;
  font-weight: 500;
  margin-bottom: 58px;
}
@media screen and (max-width: 818px) {
  .pace02 .pace02_p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .pace02 .pace02_img {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 818px) {
  .pace02 .pace02_img {
    padding-bottom: 0;
  }
}
.pace02 .pace02_img img {
  border-radius: 200px 200px 0 0;
}
@media screen and (max-width: 818px) {
  .pace02 .pace02_img img {
    border-radius: 80px 80px 0 0 ;
  }
}
.pace02 .pace_txt {
  position: absolute;
  bottom: 0;
  left: 20px;
  border-radius: 0 20px 20px 20px;
  background: #F4E4B0;
  padding: 40px 77px 50px 77px;
}
@media screen and (max-width: 818px) {
  .pace02 .pace_txt {
    position: relative;
    width: calc(100% - 40px);
    margin-top: -80px;
    padding: 15px 20px 0 20px;
    border-radius: 12px 12px 0 0;
  }
}
.pace02 .pace_txt .pace_txt_ttl {
  text-align: left;
  color: #3C996D;
  font-size: 30px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.466;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 818px) {
  .pace02 .pace_txt .pace_txt_ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.pace02 .pace_txt p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 818px) {
  .pace02 .pace_txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}
