@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  transition: opacity 0.3s ease 0s;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  -webkit-box-shadow: 0 2px 0 #0A6D3D;
          box-shadow: 0 2px 0 #0A6D3D;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

/*----------------------------------------------------------

4つの満足宣言

----------------------------------------------------------*/
/* 共通パーツ */
/* ============================================ */
.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.common_btn_service_400size {
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  padding-block: 21px;
}
@media only screen and (max-width: 768px) {
  .common_btn_service_400size {
    max-width: 280px;
    font-size: 18px;
    padding-block: 26px;
  }
}
.common_btn_service_400size::after {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .common_btn_service_400size::after {
    width: 22px;
    height: 22px;
  }
}

.common_btn_service_280size {
  width: 280px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-block: 14px;
}
.common_btn_service_280size::after {
  width: 18px;
  height: 18px;
}

.common_visit_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #0E9352;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common_visit_nav .common_visit_navBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock {
    display: block;
    width: 100%;
  }
}
.common_visit_nav .common_visit_navBlock:first-child {
  padding-right: 50px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock:first-child {
    padding-right: 0;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.common_visit_nav .common_visit_navBlock:last-child {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlock:last-child {
    padding-left: 0;
    padding-top: 50px;
  }
}
.common_visit_nav .common_visit_navBlockTxt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockTxt {
    font-weight: 700;
  }
}
.common_visit_nav .common_visit_navBlockBtn {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 4px 0 #0A6D3D;
          box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockBtn {
    width: 100%;
  }
}
.common_visit_nav .common_visit_navBlockBtn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.common_visit_nav .common_visit_navBlockBtn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.common_visit_nav .common_visit_navBlockBtn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  -webkit-box-shadow: 0 3px 0 #AAA;
          box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.common_visit_nav .common_visit_navBlockBtn.btn_no_shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.common_visit_nav .common_visit_navBlockBtn_link {
  line-height: 58px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockBtn_link {
    line-height: 58px;
    font-size: 18px;
  }
}
.common_visit_nav .common_visit_navBlockBtn_link .btn_icon,
.common_visit_nav .common_visit_navBlockBtn_link .btn_text {
  vertical-align: middle;
}
.common_visit_nav .common_visit_navBlockBtn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.common_visit_nav .common_visit_navBlockBtn_links {
  line-height: 58px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .common_visit_nav .common_visit_navBlockBtn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .common_visit_nav .common_visit_navBlockBtn_links {
    font-size: 18px;
  }
}
.common_visit_nav .common_visit_navBlockBtn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common_visit_nav .common_visit_navBlockBtn:hover {
  -webkit-box-shadow: 0 2px 0 #0A6D3D;
          box-shadow: 0 2px 0 #0A6D3D;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.common_visit_nav .common_visit_navBlockBtn.btn_grey:hover {
  -webkit-box-shadow: 0 2px 0 #AAA;
          box-shadow: 0 2px 0 #AAA;
}
.common_visit_nav.common_visit_3col {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_visit_nav.common_visit_3col .common_visit_block:first-child {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.common_visit_nav.common_visit_3col .common_visit_block:nth-child(2) {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.common_visit_nav.common_visit_3col .common_visit_block:last-child {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .common_visit_nav.common_visit_3col .common_visit_block:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .common_visit_nav {
    width: 100%;
    margin-top: 0px;
  }
}

/* 見出し */
/* ============================================ */
.service_kv {
  background-color: #eff7f2;
}
.service_kv_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service_kv_img {
  width: 358px;
  margin-right: 7.1666666667%;
}
@media only screen and (max-width: 768px) {
  .service_kv_img {
    width: 130px;
    margin-right: 4px;
  }
}
.service_kv_img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 358/150;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 60px 10px 0px;
}
@media only screen and (max-width: 768px) {
  .service_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.service_main:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 288px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .service_main:after {
    display: none;
  }
}
.service_main_image {
  width: 100%;
  max-width: 288px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .service_main_image {
    width: 146px;
    margin-top: -54px;
    margin-right: auto;
  }
}
.service_main_image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 288/230;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_main_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36.5454545455%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -12px;
  margin-bottom: 70px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_main_head {
    width: min(87.7333333333vw, 329px);
    margin-bottom: 16px;
  }
}
.service_main_head:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 1px 1px, 1px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 1px 1px, 1px 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.service_main_head:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 1px));
          clip-path: polygon(calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 1px));
  position: absolute;
  bottom: 0;
  right: 0;
}
.service_main_head_text {
  font-weight: bold;
  font-size: clamp(20px, 2.0497803807vw, 28px);
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .service_main_head_text {
    font-size: min(5.3333333333vw, 20px);
  }
}

/* アンカーリンク */
/* ============================================ */
.service_anchor {
  background-color: #efefef;
  padding: 50px 20px;
}
@media only screen and (max-width: 768px) {
  .service_anchor {
    padding: 35px min(7.4666666667vw, 28px);
  }
}
.service_anchor_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .service_anchor_items {
    display: grid;
    grid-template-columns: repeat(2, 320px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .service_anchor_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    width: auto;
  }
}
.service_anchor_btn.common_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.4222222222;
  color: #0e9352;
  padding: 12px 36px 12px 18px;
  margin-top: 0;
}
.service_anchor_btn.common_btn::before {
  right: 17px;
}
.service_anchor_btn.common_btn::after {
  right: 10px;
}
.service_anchor_btn_midium {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .service_anchor_btn_midium {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service_anchor_btn_midium {
    width: 100%;
  }
}
.service_anchor_btn_long {
  width: 320px;
}
@media screen and (max-width: 1200px) {
  .service_anchor_btn_long {
    width: 100%;
  }
}
.service_anchor_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  color: #0e9352;
  background-color: #f6e929;
  border-radius: 100vh;
  position: relative;
}
.service_anchor_number:before {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background-color: #f6e929;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  bottom: 2px;
  right: -5px;
}

/* サービスコンテンツ */
/* ============================================ */
.service_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .service_inner {
    padding-inline: 0;
  }
}

.service_declarations {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .service_declarations {
    margin-top: 60px;
  }
}

.service_declaration {
  background-color: #eff7f2;
  padding: 75px min(4.2857142857vw, 60px) 88px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service_declaration {
    padding: 48px 20px;
  }
}
.service_declaration:before {
  content: "";
  display: block;
  width: 67px;
  aspect-ratio: 67/43;
  background: url("/assets/img/service/service_declarations_icon.webp") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .service_declaration:before {
    width: 52px;
  }
}
.service_declaration + .service_declaration {
  margin-top: 80px;
}

.service_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: clamp(24px, 2.5714285714vw, 36px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .service_headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: min(7.4666666667vw, 28px);
    gap: 18px;
  }
}
.service_headline_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .service_headline_wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.service_headline_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(38px, 3.2857142857vw, 46px);
  aspect-ratio: 1/1;
  font-family: Roboto;
  font-weight: bold;
  font-size: clamp(24px, 2.1428571429vw, 30px);
  color: #0e9352;
  border-radius: 100vh;
  position: relative;
  z-index: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_headline_number {
    width: 34px;
    font-size: min(5.8666666667vw, 22px);
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-top: 6px;
  }
}
.service_headline_number:before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background-color: #f6e929;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  bottom: 6px;
  right: -7px;
}
@media only screen and (max-width: 768px) {
  .service_headline_number:before {
    bottom: 3px;
  }
}
.service_headline_number:after {
  content: "";
  display: block;
  width: clamp(38px, 3.2857142857vw, 46px);
  aspect-ratio: 1/1;
  background-color: #f6e929;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .service_headline_number:after {
    top: calc(50% + 3px);
  }
}
.service_headline_green {
  color: #0e9352;
  margin-left: 12px;
}
.service_headline_sub {
  font-weight: 500;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.0666666667;
  word-break: auto-pharse;
}
@media only screen and (max-width: 768px) {
  .service_headline_sub {
    font-size: 18px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_headline_sub.small {
    font-size: 15px;
  }
}

.service_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 960px;
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .service_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    margin: 40px auto 0;
  }
  .service_wrap.sp-margin {
    width: 95%;
  }
}
.service_wrap_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 30px min(4.7142857143%, 66px);
}
@media only screen and (max-width: 768px) {
  .service_wrap_left {
    width: 100%;
    padding: 40px min(8vw, 30px) 30px;
  }
}
.service_wrap_strong {
  font-weight: bold;
  font-size: clamp(22px, 2.1428571429vw, 30px);
  letter-spacing: 0.03em;
  line-height: 1.4933333333;
  color: #0e9352;
  word-break: auto-phrase;
}
@media only screen and (max-width: 768px) {
  .service_wrap_strong {
    font-size: min(6.4vw, 24px);
    text-align: center;
  }
}
.service_wrap_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 30px min(4.7142857143%, 66px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service_wrap_right {
    width: 100%;
    padding: 32px min(6.9333333333vw, 28px);
  }
}
.service_wrap_right:before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .service_wrap_right:before {
    width: 82.0895522388%;
    height: 1px;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.service_wrap_right.button_wrap {
  padding: 30px min(2.8571428571vw, 40px) 40px;
}
.service_wrap_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.service_wrap_button {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service_wrap_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service_wrap.left_large1 .service_wrap_left {
  width: 57.7083333333%;
  padding: 40px min(4.2857142857vw, 60px) 34px;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large1 .service_wrap_left {
    width: 100%;
    letter-spacing: 0.07em;
    padding: 40px min(8vw, 30px);
  }
}
.service_wrap.left_large1 .service_wrap_left > span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.4888888889;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large1 .service_wrap_left > span {
    font-size: 16px;
  }
}
.service_wrap.left_large1 .service_wrap_right {
  width: 42.2916666667%;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large1 .service_wrap_right {
    width: 100%;
  }
}
.service_wrap.left_large1:before {
  left: 57.7083333333%;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large1:before {
    width: 82.0895522388%;
    height: 1px;
    left: 50%;
  }
}
.service_wrap.left_large2 .service_wrap_left {
  width: 53.3333333333%;
  padding: 40px 16px 34px;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large2 .service_wrap_left {
    width: 100%;
  }
}
.service_wrap.left_large2 .service_wrap_left > span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.4888888889;
  text-align: center;
}
.service_wrap.left_large2 .service_wrap_right {
  width: 46.6666666667%;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large2 .service_wrap_right {
    width: 100%;
  }
}
.service_wrap.left_large2:before {
  left: 53.3333333333%;
}
@media only screen and (max-width: 768px) {
  .service_wrap.left_large2:before {
    width: 82.0895522388%;
    height: 1px;
  }
}

.service_items {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.2142857143vw, 45px);
  margin-top: 62px;
}
@media only screen and (max-width: 768px) {
  .service_items {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}

.service_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 2px solid #0e9352;
  border-radius: 12px;
  position: relative;
}
.service_item_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #0e9352;
  border-radius: 100vh;
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service_item_image {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.service_item_image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 326/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_item_title {
  font-weight: bold;
  font-size: clamp(18px, 1.756954612vw, 24px);
  letter-spacing: 0.03em;
  line-height: 1.1666666667;
  text-align: center;
  color: #0e9352;
  padding-inline: 8px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service_item_title {
    font-size: 22px;
  }
}
.service_item_text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 20px 9.696969697% 28px;
}
@media only screen and (max-width: 768px) {
  .service_item_text {
    font-size: 16px;
  }
}

.service_guarantee {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee {
    margin-top: 40px;
    margin-inline: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .service_guarantee + .service_guarantee {
    margin-top: 60px;
  }
}
.service_guarantee_about {
  margin-top: 10px;
  font-size: 13px;
}
.service_guarantee_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
  padding-block: 11px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_headline {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    padding-block: 14px;
    padding-left: 20px;
  }
}
.service_guarantee_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.service_guarantee_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.9259259259%;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #efefef;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    border-right: 1px solid #cccccc;
    padding: 16px 20px;
  }
}
.service_guarantee_title:nth-last-of-type(1) {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_title:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.service_guarantee_detail {
  width: 74.0740740741%;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 22px 30px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_detail {
    width: 100%;
    font-size: 16px;
    padding: 13px 20px;
    border-top: none;
    border-left: 1px solid #cccccc;
  }
}
.service_guarantee_detail:nth-last-of-type(1) {
  border-bottom: 1px solid #cccccc;
}
.service_guarantee_detail_large {
  font-size: 18px;
}
.service_guarantee_detail_small {
  font-size: 13px;
}
.service_guarantee_detail_red {
  font-weight: bold;
  color: #f23a3a;
}
.service_guarantee_detail .service_guarantee_detail_line + .service_guarantee_detail_line {
  margin-top: 10px;
}
.service_guarantee_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_items {
    padding-inline: 10px;
  }
}
.service_guarantee_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 204px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_item {
    width: calc(50% - 7.5px);
    font-size: 16px;
    padding: 8px;
  }
  .service_guarantee_item:nth-last-of-type(1) {
    width: 100%;
  }
}
.service_guarantee_notes {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_notes {
    padding-inline: 10px;
  }
}
.service_guarantee_note {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_note {
    font-size: 16px;
  }
}
.service_guarantee_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  background-color: #fff;
  padding: 12px 28px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_text {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

.service_support_lead {
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #0E9352;
  border-radius: 30px;
  width: 85%;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .service_support_lead {
    padding: 20px;
    width: inherit;
    margin-top: 30px;
  }
}

.service_support_lead_txt {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .service_support_lead_txt {
    font-size: 16px;
  }
}

.service_support_itemsBox {
  margin-top: 15px;
  display: grid;
  gap: 0 min(3.0714285714vw, 43px);
}
@media only screen and (max-width: 768px) {
  .service_support_itemsBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .service_support_items {
    max-width: 710px;
    width: 100%;
    padding-right: 10px;
  }
}

.service_support_item {
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .service_support_item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_support_item:not(:first-child) {
    margin-top: 10px;
  }
}
.service_support_item_nestArrow {
  position: relative;
}

.service_support_itemBox {
  margin-top: -25px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding-block: 30px;
  height: 148px;
  padding-inline: min(2.8571428571vw, 40px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .service_support_itemBox {
    padding: 25px 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 10px;
  }
}

.service_support_itemBox_arrow {
    position: relative;
}
.service_support_itemBox_arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #0E9352;
  border-bottom: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .service_support_itemBox_arrow::after {
    bottom: -12px;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 13px solid #0E9352;
  }
}
.service_support_itemBox_head {
  color: #0E9352;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .service_support_itemBox_head {
    font-size: 20px;
  }
}
.service_support_itemBox_text {
  margin-top: 6px;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .service_support_itemBox_text {
    font-size: 16px;
  }
}
.service_support_itemBox_img {
  width: min(3.5714285714vw, 50px);
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  left: -18px;
}
@media only screen and (max-width: 768px) {
  .service_support_itemBox_img {
    width: 40px;
    left: 0;
  }
}
.service_support_itemBox_img img {
  height: 100%;
  display: block;
}

.service_plan {
  background-color: #fff;
  border: 2px solid #0e9352;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.service_plan + .service_plan {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .service_plan + .service_plan {
    margin-top: 40px;
  }
}
.service_plan_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #0e9352;
  background-color: #efefef;
  border-bottom: 2px solid #0e9352;
  padding: 36px;
}
@media only screen and (max-width: 768px) {
  .service_plan_title {
    font-size: 22px;
    padding: 14px;
  }
}
.service_plan_wrap {
  padding: 60px min(3.7857142857vw, 53px) 54px;
}
@media only screen and (max-width: 768px) {
  .service_plan_wrap {
    padding: 30px min(3.7857142857vw, 53px) 60px;
  }
}
.service_plan .service_plan_container + .service_plan_container {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .service_plan .service_plan_container + .service_plan_container {
    margin-top: 60px;
  }
}
.service_plan_head {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service_plan_head {
    font-size: 20px;
  }
}
.service_plan_head:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .service_plan_head:before {
    height: 3px;
  }
}
.service_plan_head:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background-color: #0e9352;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .service_plan_head:after {
    width: 120px;
    height: 3px;
  }
}
.service_plan_lists {
  padding-bottom: 20px;
}
.service_plan .service_plan_head + .service_plan_lists {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .service_plan .service_plan_head + .service_plan_lists {
    margin-top: 40px;
  }
}
.service_plan_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .service_plan_items {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 16px;
  }
}
.service_plan_item {
  width: 310px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_plan_item {
    width: min(80vw, 300px);
  }
}
.service_plan_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 2px solid #0e9352;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.service_plan_period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  background-color: #0e9352;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .service_plan_period {
    gap: min(4vw, 15px);
    padding: min(4.2666666667vw, 16px);
  }
}
.service_plan_period_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service_plan_period_text {
    font-size: min(5.3333333333vw, 20px);
  }
}
.service_plan_period_large {
  font-family: Roboto;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service_plan_period_large {
    font-size: min(8vw, 30px);
  }
}
.service_plan_period_large.font_size27 {
  font-size: 27px;
}
.service_plan_period_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 42px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #0e9352;
  background-color: #eff7f2;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .service_plan_period_label {
    width: min(21.3333333333vw, 80px);
    font-size: min(8vw, 30px);
  }
}
.service_plan_cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  background-color: #eff7f2;
  padding: 26px;
}
@media only screen and (max-width: 768px) {
  .service_plan_cases {
    gap: min(6.6666666667vw, 25px);
  }
}
.service_plan_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.service_plan_case_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
}
.service_plan_case_result {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #0e9352;
}
.service_plan_body {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .service_plan_body {
    padding: min(8vw, 30px);
  }
}
.service_plan_content {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.service_plan_detail {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.service_plan_detail + .service_plan_content {
  margin-top: 19px;
}
.service_plan_detail_large {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
}
.service_plan_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: 16px;
  text-indent: -16px;
}
.service_plan_note:before {
  content: "※";
}
.service_plan_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.service_box {
  border: 1px solid #333;
  padding: 43px min(3.2142857143vw, 45px) 40px;
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service_box {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    padding: 26px;
    padding-right: 18px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service_box + .service_box {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .service_box.sp-border {
    border: 1px solid #333;
    border-radius: 0px;
  }
}

.service_box + .service_wrap {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .service_box + .service_wrap {
    margin-top: 100px;
  }
}

.service_guarantee_tables + .service_box {
  margin-top: 30px;
}

.service_box_wh {
  background-color: #fff;
}

.service_box_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  text-align: center;
  white-space: nowrap;
  padding-inline: 18px;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .service_box_title {
    text-align: left;
    white-space: inherit;
    position: initial;
    -webkit-transform: none;
            transform: none;
    padding-inline: 0px;
    margin-top: 0;
    margin-inline: 0;
  }
}
.service_box_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eff7f2;
  position: absolute;
  bottom: 50%;
  left: 0%;
  z-index: -1;
}

.service_box_title_large {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service_box_title_large {
    font-size: 18px;
  }
}

.service_box_items {
  margin-top: 0px;
}

.service_box_lists + .service_box_items {
  margin-top: 16px;
}

.service_box_item {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
}
@media only screen and (max-width: 768px) {
  .service_box_item {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
  }
}
.service_box_item:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #0e9352;
  border-radius: 100vh;
  position: absolute;
  top: 12px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service_box_item > a {
  font-weight: bold;
  color: #0e9352;
  text-decoration: underline;
  pointer-events: auto;
}

.service_box_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 768px) {
  .service_box_text {
    line-height: 1.7;
  }
}

.service_box_text + .service_box_items {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .service_box_text + .service_box_items {
    margin-top: 16px;
  }
}

.service_box_list .service_box_list_title {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .service_box_list .service_box_list_title {
    font-size: 16px;
  }
}
.service_box_list .service_box_list_detail {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .service_box_list .service_box_list_detail {
    font-size: 16px;
    margin-top: 4px;
  }
}
.service_box_list + .service_box_list {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .service_box_list + .service_box_list {
    margin-top: 18px;
  }
}

.service_declaration_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6818181818%;
  width: 100%;
  max-width: 880px;
  background-color: #fff;
  border: 2px solid #0e9352;
  border-radius: 12px;
  margin: 60px auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .service_declaration_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    border-radius: 10px;
    margin: 40px auto 0;
  }
}
.service_declaration_column_image {
  width: 45.4545454545%;
}
@media only screen and (max-width: 768px) {
  .service_declaration_column_image {
    width: 100%;
  }
}
.service_declaration_column_image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 400/256;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_declaration_column_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.8636363636%;
  padding-inline: 16px;
}
@media only screen and (max-width: 768px) {
  .service_declaration_column_body {
    width: 100%;
    padding-inline: 26px;
    padding-bottom: 40px;
  }
}
.service_declaration_column_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  word-break: auto-phrase;
}
.service_declaration_column_button {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service_declaration_column_button {
    max-width: 300px;
    margin-inline: auto;
  }
}

.service_declaration_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .service_declaration_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px auto 0;
  }
}
.service_declaration_wrap_image {
  width: 50.6818181818%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .service_declaration_wrap_image {
    width: 100%;
  }
}
.service_declaration_wrap_image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 446/297;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_declaration_wrap_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41.8181818182%;
  margin-left: 16px;
  padding-right: 5.2272727273%;
}
@media only screen and (max-width: 768px) {
  .service_declaration_wrap_body {
    width: 100%;
    padding-right: 0;
  }
}
.service_declaration_wrap_text {
  font-weight: bold;
  font-size: clamp(22px, 1.7142857143vw, 24px);
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .service_declaration_wrap_text {
    text-align: center;
  }
}

/* アコーディオン */
/* ============================================ */
.service_accordion_summary {
  /* 三角アイコン削除 */
}
@media only screen and (max-width: 768px) {
  .service_accordion_summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service_accordion_summary::marker, .service_accordion_summary::-webkit-details-marker {
  content: "";
  display: none;
}

.service_accordion_details {
  pointer-events: none;
  /* コンテンツ（オープン時） */
}
@media only screen and (max-width: 768px) {
  .service_accordion_details {
    pointer-events: auto;
  }
}
.service_accordion_details.is-open > .service_accordion_details_details_contentInner {
  opacity: 1;
  -webkit-transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
  transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
}

/* コンテンツ */
.service_accordion_details_contentInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  opacity: 1;
  min-height: 0.1px;
  /* 高さが0になるとスクリーンリーダーに認識されなくなるため */
  -webkit-transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service_accordion_details_contentInner {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .service_accordion_circle {
    display: block;
    border: 1px solid #0E9352;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    /* アイコン共通 */
    /* アイコン（クローズ時） */
  }
  .service_accordion_circle::before, .service_accordion_circle::after {
    content: "";
    display: block;
    width: 10px;
    border-bottom: 1px solid #0E9352;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .service_accordion_circle::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

/* アイコン（オープン時） */
.is-open .service_accordion_circle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* テーブル型 */
/* ============================================ */
.service_guarantee_tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_tables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    overflow-x: initial;
  }
}
@media screen and (max-width: 500px) {
  .service_guarantee_tables {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.service_guarantee_table {
  width: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_table {
    width: 100%;
  }
  .service_guarantee_table:nth-of-type(3), .service_guarantee_table:nth-of-type(4) {
    display: contents;
  }
}
.service_guarantee_table_body + .service_guarantee_table_body {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_table_body + .service_guarantee_table_body {
    margin-top: 0px;
  }
}
.service_guarantee_table_title {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_table_title {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0px;
  }
}
.service_guarantee_table_title .note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
}
.service_guarantee_table_image {
  border: 1px solid #cccccc;
  background-color: #fff;
}
.service_guarantee_table_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.service_guarantee_table .service_accordion_summary {
  border-bottom: 1px solid #cccccc;
  background-color: #efefef;
  padding: 14px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_table .service_accordion_summary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .service_guarantee_table .service_accordion_details_contentInner {
    padding-top: 0;
  }
}

/* カード型 */
/* ============================================ */
.service_guarantee_lists {
  margin-top: 30px;
  padding-bottom: 20px;
}

.service_guarantee_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_cards {
    gap: 15px;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    padding-bottom: 20px;
  }
}

.service_guarantee_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 430px;
  border: 2px solid #0e9352;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_card {
    width: min(85.3333333333vw, 320px);
  }
}
.service_guarantee_card_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  background-color: #efefef;
  border-bottom: 2px solid #0e9352;
  padding: 35px 16px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_card_title {
    padding: 14px;
  }
}
.service_guarantee_card_title_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_card_title_text {
    font-size: 22px;
  }
}
.service_guarantee_card_body {
  padding: 40px 48px;
}
@media only screen and (max-width: 768px) {
  .service_guarantee_card_body {
    padding: 30px min(6.4vw, 24px);
  }
}
.service_guarantee_card_content {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
}
.service_guarantee_card_detail {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 4px;
}
.service_guarantee_card .service_guarantee_card_detail + .service_guarantee_card_content {
  margin-top: 24px;
}
.service_guarantee_card_detail_large {
  font-size: 18px;
}
.service_guarantee_card_detail_red {
  color: #f23a3a;
}

/* テーブル */
/* ============================================ */
.service_table {
  width: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.service_table + .service_table {
  display: none;
}
@media only screen and (max-width: 768px) {
  .service_table + .service_table {
    display: table;
    margin-top: 30px;
  }
}
.service_table th,
.service_table td {
  border: 1px solid #cccccc;
  word-break: auto-phrase;
}
.service_table thead {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  text-align: center;
  color: #fff;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .service_table thead {
    text-align: left;
  }
}
.service_table thead th {
  padding: 13px 13px 11px;
}
@media only screen and (max-width: 768px) {
  .service_table thead th {
    display: block;
    padding: 12px 20px;
  }
}
.service_table thead th.is-pc {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .service_table thead th.is-pc {
    display: none;
  }
}
.service_table tbody th {
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  background-color: #efefef;
}
@media only screen and (max-width: 768px) {
  .service_table tbody th {
    display: block;
    text-align: left;
    padding: 16px 20px;
  }
}
.service_table tbody th.is-pc {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .service_table tbody th.is-pc {
    display: none;
  }
}
.service_table tbody td {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
  background-color: #fff;
  padding: 16px 25px;
}
@media only screen and (max-width: 768px) {
  .service_table tbody td {
    display: block;
    padding: 11px 25px;
  }
}
.service_table tbody td li {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  position: relative;
  margin-left: 21px;
}
.service_table tbody td li:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #0e9352;
  border-radius: 100vh;
  position: absolute;
  top: 12px;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service_table tbody td .text_large {
  font-size: 18px;
  font-weight: bold;
}
.service_table tbody td.is-pc {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .service_table tbody td.is-pc {
    display: none;
  }
}
.service_table tr > :nth-child(1) {
  width: 24.0740740741%;
}
@media only screen and (max-width: 768px) {
  .service_table tr > :nth-child(1) {
    width: 100%;
  }
}
.service_table tr > :nth-child(2) {
  width: 37.962962963%;
}
@media only screen and (max-width: 768px) {
  .service_table tr > :nth-child(2) {
    width: 100%;
  }
}
.service_table tr > :nth-child(3) {
  width: 37.962962963%;
}
@media only screen and (max-width: 768px) {
  .service_table tr > :nth-child(3) {
    width: 100%;
  }
}

/* 特徴 */
/* ============================================ */
.service_declaration_features {
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .service_declaration_features {
    margin-top: 40px;
    margin-inline: -10px;
  }
}

.service_declaration_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  width: 100%;
  max-width: 880px;
  min-height: 100px;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .service_declaration_feature {
    gap: 10px;
    min-height: 88px;
    padding: 16px 16px 16px 20px;
  }
}
.service_declaration_feature::before {
  content: "";
  display: block;
  width: 31px;
  height: 26px;
  background: url("/assets/img/service/service_declaration_feature_icon.svg") no-repeat center center/cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .service_declaration_feature::before {
    width: 22px;
    height: 18px;
  }
}
.service_declaration_feature_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .service_declaration_feature_text {
    font-size: 16px;
  }
}
.service_declaration_feature_large {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .service_declaration_feature_large {
    font-size: 19px;
  }
}
.service_declaration_feature + .service_declaration_feature {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service_declaration_feature + .service_declaration_feature {
    margin-top: 15px;
  }
}

/*  */
/* ============================================ */
.service_container {
  padding-inline: min(4.2857142857vw, 60px);
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .service_container {
    padding-inline: 0;
    margin-top: 40px;
    margin-inline: -10px;
  }
}

/* スクロールバー */
/* ============================================ */
.service_inner .simplebar-track {
  background-color: #EFEFEF;
}
.service_inner .simplebar-scrollbar.simplebar-visible:before {
  background: #CCCCCC;
  opacity: 1;
}/*# sourceMappingURL=service.css.map */