@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

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

br.sp {
  display: none;
}

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

/* -----------------------------------------------------
  service
----------------------------------------------------- */
.service {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service {
    margin-top: 3.125vw;
  }
}

.service section .sec_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service section .sec_ttl {
    font-size: 4.6875vw;
  }
}

.service section .sec_ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service section .sec_ttl span {
  position: relative;
  z-index: 1;
}

.service section .sec_lead_text {
  font-size: min(1.32vw,20px);
  text-align: center;
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service section .sec_lead_text {
    font-size: 3.64583vw;
    margin-top: 2.08333vw;
  }
}

.service section + section {
  margin-top: min(7.94vw,120px);
}

@media screen and (max-width: 768px) {
  .service section + section {
    margin-top: 15.625vw;
  }
}

.service section .red {
  color: #FF4B4B;
}

.service section .green {
  color: #2FA350;
}

.service section .indent {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service section .indent {
    margin-top: 5.20833vw;
  }
}

.service section .indent li {
  text-indent: -1em;
  margin-left: 1em;
}

.service section .sec_sub_ttl {
  font-size: min(1.12vw,17px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: min(2.65vw,40px);
  padding-left: min(1.06vw,16px);
  border-left: 3px solid #2FA350;
}

@media screen and (max-width: 768px) {
  .service section .sec_sub_ttl {
    font-size: 3.64583vw;
    margin-top: 7.29167vw;
    padding-left: 3.125vw;
    border-left: 0.78125vw solid #2FA350;
  }
}

.service section .sec_sub_ttl span {
  display: block;
  font-size: min(0.93vw,14px);
}

@media screen and (max-width: 768px) {
  .service section .sec_sub_ttl span {
    font-size: 3.125vw;
  }
}

.service section .border_ttl {
  line-height: 1.5;
  font-weight: 700;
}

.service section .border_ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #e1f3e1));
  background: -webkit-linear-gradient(transparent 60%, #e1f3e1 20%);
  background: -o-linear-gradient(transparent 60%, #e1f3e1 20%);
  background: linear-gradient(transparent 60%, #e1f3e1 20%);
}

.service section .border_ttl em {
  font-style: normal;
  background-image: -webkit-radial-gradient(center, circle, #F0F000 20%, transparent 20%);
  background-image: -o-radial-gradient(center, circle, #F0F000 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #F0F000 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service section .border_ttl em {
    padding-top: 1.5625vw;
  }
}

.service section .btn a {
  display: block;
  width: 100%;
  margin-top: min(0.53vw,8px);
  background: #2FA350;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: min(3.17vw,48px);
  border-radius: min(0.33vw,5px);
}

@media screen and (max-width: 768px) {
  .service section .btn a {
    width: 100%;
    margin-top: 2.08333vw;
    line-height: 12.5vw;
    border-radius: 1.30208vw;
  }
}

.service section .btn a.form {
  width: min(33.07vw,500px);
  margin: min(1.59vw,24px) auto 0;
  font-size: min(1.12vw,17px);
}

@media screen and (max-width: 768px) {
  .service section .btn a.form {
    width: 100%;
    margin-top: 2.08333vw;
    font-size: 3.64583vw;
  }
}

.service section .btn a.arrow {
  position: relative;
}

.service section .btn a.arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.59vw,24px);
  width: min(0.79vw,12px);
  height: min(0.79vw,12px);
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .service section .btn a.arrow::after {
    right: 5.20833vw;
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}

.service section .btn a:hover.form {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@media screen and (max-width: 768px) {
  .service section .btn a:hover.form {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.service section .btn a:hover.arrow::after {
  right: min(1.32vw,20px);
}

@media screen and (max-width: 768px) {
  .service section .btn a:hover.arrow::after {
    right: 5.20833vw;
  }
}

.service .wrap_inner {
  background: #fff;
  border-radius: min(0.66vw,10px);
  padding: min(3.7vw,56px) min(1.98vw,30px) min(4.23vw,64px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner {
    border-radius: 1.30208vw;
    padding: 7.29167vw 5.20833vw 10.41667vw;
  }
}

.service .wrap_inner .col2 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 {
    display: block;
  }
}

.service .wrap_inner .col2 .img {
  width: 50.42%;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .img {
    width: 100%;
    margin-top: 3.125vw;
  }
}

.service .wrap_inner .col2 .text {
  width: 46.88%;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .text {
    width: 100%;
    margin: 5.20833vw 0 0;
  }
}

.service .wrap_inner .col2 .text .border_ttl {
  font-size: min(1.46vw,22px);
  letter-spacing: 0.06em;
  margin-bottom: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .text .border_ttl {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
    text-align: center;
    line-height: 2.2;
  }
}

.service .wrap_inner .col2 .text p span {
  font-size: min(1.12vw,17px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .text p span {
    font-size: 3.90625vw;
  }
}

.service .wrap_inner .col2 .text p span.red {
  font-size: min(0.99vw,15px);
  font-weight: 500;
  color: #FF4B4B;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .text p span.red {
    font-size: 3.64583vw;
  }
}

.service .wrap_inner .col2 .text p + p {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col2 .text p + p {
    margin-top: 3.125vw;
  }
}

.service .wrap_inner .col4 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    margin-top: 7.29167vw;
  }
}

.service .wrap_inner .col4 li {
  width: calc(100% / 4 - 18px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li {
    width: 48%;
  }
}

.service .wrap_inner .col4 li:not(:last-child) .img::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(0.53vw,8px) 0px min(0.53vw,8px) min(0.66vw,10px);
  border-color: transparent transparent transparent #2FA350;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li:not(:last-child) .img::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li:nth-child(n+3) {
    margin-top: 5.20833vw;
  }
}

.service .wrap_inner .col4 li .img {
  position: relative;
}

.service .wrap_inner .col4 li .img .num {
  position: absolute;
  top: min(-0.26vw,-4px);
  left: min(-0.26vw,-4px);
  background: #2FA350;
  color: #fff;
  width: min(2.12vw,32px);
  height: min(2.12vw,32px);
  border-radius: 50vh;
  line-height: min(2.12vw,32px);
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li .img .num {
    top: -2.08333vw;
    left: -2.08333vw;
    width: 7.29167vw;
    height: 7.29167vw;
    line-height: 7.29167vw;
  }
}

.service .wrap_inner .col4 li p {
  font-size: min(0.86vw,13px);
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li p {
    font-size: 2.60417vw;
    margin-top: 1.04167vw;
  }
}

.service .wrap_inner .col4 li p.ttl {
  font-size: min(0.99vw,15px);
  font-weight: 700;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .col4 li p.ttl {
    font-size: 3.125vw;
    margin-top: 2.08333vw;
  }
}

.service .wrap_inner .flow {
  padding: 0 min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow {
    padding: 0;
  }
}

.service .wrap_inner .flow .sec_ttl::after {
  width: min(17.53vw,265px);
  height: min(4.35vw,73px);
  background: url(../img/service/ttl_flow.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .sec_ttl::after {
    width: 25.65104vw;
    height: 7.03125vw;
  }
}

.service .wrap_inner .flow .step_img {
  text-align: center;
  margin-top: min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step_img {
    margin-top: 7.29167vw;
  }
}

.service .wrap_inner .flow .step_img img {
  width: auto;
  height: min(6.52vw,98px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step_img img {
    width: 100%;
    height: auto;
  }
}

.service .wrap_inner .flow .step {
  margin-top: min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step {
    margin-top: 7.29167vw;
  }
}

.service .wrap_inner .flow .step .item .col2 .text .step_ttl {
  font-size: min(0.86vw,13px);
  color: #2FA350;
  font-weight: 700;
  margin-bottom: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .col2 .text .step_ttl {
    font-size: 3.64583vw;
    margin-bottom: 3.125vw;
  }
}

.service .wrap_inner .flow .step .item .col2 .text .step_ttl em {
  padding-left: min(0.53vw,8px);
  font-size: min(1.98vw,30px);
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .col2 .text .step_ttl em {
    padding-left: 1.04167vw;
    font-size: 6.25vw;
  }
}

.service .wrap_inner .flow .step .item .col2 .text .step_ttl span {
  font-size: min(1.32vw,20px);
  color: #333;
  display: block;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .col2 .text .step_ttl span {
    font-size: 4.16667vw;
    display: inline-block;
    margin-left: 3.125vw;
  }
}

.service .wrap_inner .flow .step .item .col2 .text.w100 {
  width: 100%;
}

.service .wrap_inner .flow .step .item .request {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request {
    display: block;
    margin-top: 5.20833vw;
  }
}

.service .wrap_inner .flow .step .item .request li {
  background: #f8f8f8;
  width: 49%;
  padding: min(1.59vw,24px) min(2.65vw,40px);
  border-radius: min(0.66vw,10px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request li {
    width: 100%;
    padding: 5.20833vw;
    border-radius: 1.30208vw;
  }
}

.service .wrap_inner .flow .step .item .request li .box {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
}

.service .wrap_inner .flow .step .item .request li .ttl {
  font-weight: 700;
}

.service .wrap_inner .flow .step .item .request li .num {
  font-size: min(1.85vw,28px);
  font-weight: 700;
  line-height: 1.3;
  color: #2FA350;
  margin-top: min(0.53vw,8px);
  padding-left: min(2.12vw,32px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request li .num {
    font-size: 6.25vw;
    margin-top: 2.08333vw;
    padding-left: 7.29167vw;
  }
}

.service .wrap_inner .flow .step .item .request li .num::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(1.59vw,24px);
  height: min(1.59vw,24px);
  background: url(../img/service/img_tel.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request li .num::before {
    width: 5.20833vw;
    height: 5.20833vw;
  }
}

.service .wrap_inner .flow .step .item .request li .cap {
  font-size: min(0.86vw,13px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request li .cap {
    font-size: 2.60417vw;
  }
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .request li + li {
    margin-top: 5.20833vw;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap {
  margin-top: min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap {
    margin-top: 7.29167vw;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 .text {
  width: 52.08%;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap .col2 .text {
    width: 100%;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 .text h5 {
  margin: 0 0 min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap .col2 .text h5 {
    margin-bottom: 3.125vw;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 .img {
  background: #f8f8f8;
  width: 43.75%;
  font-weight: 700;
  padding: min(1.59vw,24px);
  border-radius: min(0.66vw,10px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap .col2 .img {
    width: 100%;
    margin-top: 5.20833vw;
    padding: 5.20833vw;
    border-radius: 1.30208vw;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 .img img {
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap .col2 .img img {
    margin-top: 2.08333vw;
  }
}

.service .wrap_inner .flow .step .item .payment_wrap .col2 .img img.brand {
  width: min(15.87vw,240px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item .payment_wrap .col2 .img img.brand {
    width: 62.36979vw;
  }
}

.service .wrap_inner .flow .step .item + li {
  border-top: 1px solid #ccc;
  margin-top: min(2.65vw,40px);
  padding-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .flow .step .item + li {
    border-top: 0.26042vw solid #ccc;
    margin-top: 7.29167vw;
    padding-top: 7.29167vw;
  }
}

.service .wrap_inner .movie {
  margin: min(3.7vw,56px) 0;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .movie {
    margin: 7.29167vw 0;
  }
}

.service .wrap_inner .movie .movie_ttl {
  font-size: min(1.12vw,17px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .movie .movie_ttl {
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-bottom: 2.08333vw;
  }
}

.service .wrap_inner .movie .youtube {
  width: min(39.68vw,600px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .movie .youtube {
    width: 100%;
  }
}

.service .wrap_inner .movie .youtube iframe {
  width: 100%;
  height: 100%;
}

.service .wrap_inner .contact {
  background: #2FA350;
  padding: min(3.7vw,56px);
  border-radius: min(0.33vw,5px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact {
    padding: 7.29167vw 3.125vw 3.125vw;
    border-radius: 1.30208vw;
  }
}

.service .wrap_inner .contact .sec_ttl {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .sec_ttl {
    font-size: 3.64583vw;
  }
}

.service .wrap_inner .contact .sec_ttl::after {
  width: min(29.56vw,447px);
  height: min(4.35vw,73px);
  background: url(../img/service/ttl_contact.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .sec_ttl::after {
    width: 43.35938vw;
    height: 7.03125vw;
  }
}

.service .wrap_inner .contact .contact_wrap {
  background: #fff;
  margin-top: min(2.65vw,40px);
  padding: min(3.7vw,56px);
  border-radius: min(0.33vw,5px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap {
    margin-top: 5.20833vw;
    padding: 3.125vw;
    border-radius: 1.30208vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price span {
  background: #cbe8d3;
  padding: min(0.26vw,4px) min(1.06vw,16px);
  border-radius: min(0.33vw,5px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .price span {
    padding: 1.04167vw 3.125vw;
    border-radius: 0.65104vw;
    font-size: 2.34375vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price .yen {
  font-size: min(3.17vw,48px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .price .yen {
    font-size: 7.29167vw;
    margin-top: 2.08333vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price .cap {
  font-size: min(0.86vw,13px);
  color: #999;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .price .cap {
    font-size: 2.34375vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price.special span {
  background: #FF4B4B;
  color: #fff;
  padding: min(0.26vw,4px) min(1.06vw,16px);
  border-radius: min(0.33vw,5px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .price.special span {
    padding: 1.04167vw 3.125vw;
    border-radius: 0.65104vw;
    font-size: 2.34375vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price.special .text {
  margin-top: min(0.53vw,8px);
}

.service .wrap_inner .contact .contact_wrap .price.special .text em {
  font-size: min(1.12vw,17px);
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .price.special .text em {
    font-size: 3.90625vw;
  }
}

.service .wrap_inner .contact .contact_wrap .price.special .yen {
  color: #FF4B4B;
}

.service .wrap_inner .contact .contact_wrap .note {
  text-align: center;
  display: inline-block;
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .note {
    margin-top: 2.08333vw;
    font-size: 2.60417vw;
  }
}

.service .wrap_inner .contact .contact_wrap .note li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.service .wrap_inner .contact .contact_wrap .pd_text {
  font-size: min(1.12vw,17px);
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .pd_text {
    font-size: 3.64583vw;
    margin-top: 3.125vw;
  }
}

.service .wrap_inner .contact .contact_wrap .pd_text .red {
  color: #FF4B4B;
  font-weight: 700;
}

.service .wrap_inner .contact .contact_wrap .tel {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .tel {
    margin-top: 5.20833vw;
  }
}

.service .wrap_inner .contact .contact_wrap .tel dt {
  width: min(3.17vw,48px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .tel dt {
    width: 6.25vw;
  }
}

.service .wrap_inner .contact .contact_wrap .tel dd {
  margin-left: min(1.06vw,16px);
  font-size: min(0.86vw,13px);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .tel dd {
    margin-left: 2.08333vw;
    font-size: 2.34375vw;
  }
}

.service .wrap_inner .contact .contact_wrap .tel dd .num {
  font-size: min(2.51vw,38px);
  font-weight: 700;
  line-height: 1;
  color: #2FA350;
  display: block;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .contact .contact_wrap .tel dd .num {
    font-size: 6.25vw;
  }
}

.service .wrap_inner .faq .sec_ttl::after {
  width: min(12.17vw,184px);
  height: min(5.89vw,89px);
  background: url(../img/service/ttl_faq.png) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .sec_ttl::after {
    width: 21.61458vw;
    height: 10.41667vw;
  }
}

.service .wrap_inner .faq .accordion {
  margin-top: min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion {
    margin-top: 7.29167vw;
  }
}

.service .wrap_inner .faq .accordion .item {
  background: #f8f8f8;
}

.service .wrap_inner .faq .accordion .item .q, .service .wrap_inner .faq .accordion .item .a {
  padding: min(2.12vw,32px) 0 min(2.12vw,32px) min(5.29vw,80px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .q, .service .wrap_inner .faq .accordion .item .a {
    padding: 5.20833vw 0 5.20833vw 12.5vw;
  }
}

.service .wrap_inner .faq .accordion .item .q::before, .service .wrap_inner .faq .accordion .item .a::before {
  position: absolute;
  top: 0;
  left: min(2.12vw,32px);
  -webkit-transform: translateY(min(1.98vw,30px));
  -ms-transform: translateY(min(1.98vw,30px));
  transform: translateY(min(1.98vw,30px));
  display: inline-block;
  font-size: min(2.12vw,32px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .q::before, .service .wrap_inner .faq .accordion .item .a::before {
    left: 5.20833vw;
    -webkit-transform: translateY(5.20833vw);
    -ms-transform: translateY(5.20833vw);
    transform: translateY(5.20833vw);
    font-size: 5.20833vw;
  }
}

.service .wrap_inner .faq .accordion .item .q span {
  font-weight: 700;
  padding-right: min(5.29vw,80px);
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .q span {
    padding-right: 10.41667vw;
  }
}

.service .wrap_inner .faq .accordion .item .q span::before, .service .wrap_inner .faq .accordion .item .q span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: min(1.59vw,24px);
  width: min(1.06vw,16px);
  margin-top: min(-0.13vw,-2px);
  border-top: min(0.13vw,2px) solid #333;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .q span::before, .service .wrap_inner .faq .accordion .item .q span::after {
    right: 3.125vw;
    width: 4.16667vw;
    margin-top: -0.52083vw;
    border-top: 0.39063vw solid #333;
  }
}

.service .wrap_inner .faq .accordion .item .q span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.service .wrap_inner .faq .accordion .item .q::before {
  content: 'Q.';
}

.service .wrap_inner .faq .accordion .item .q:hover {
  cursor: pointer;
}

.service .wrap_inner .faq .accordion .item .q.open span::after {
  opacity: 0;
}

.service .wrap_inner .faq .accordion .item .a {
  display: none;
  border-top: 1px solid #ccc;
  padding-right: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .a {
    border-top: 0.26042vw solid #ccc;
  }
}

.service .wrap_inner .faq .accordion .item .a::before {
  content: 'A.';
}

.service .wrap_inner .faq .accordion .item .a span {
  font-weight: 700;
}

.service .wrap_inner .faq .accordion .item .a a {
  color: #2FA350;
  text-decoration: underline;
}

.service .wrap_inner .faq .accordion .item .a .img {
  text-align: center;
  margin-top: min(1.59vw,24px);
  padding: 0 min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .a .img {
    margin-top: 3.125vw;
    padding: 0;
  }
}

.service .wrap_inner .faq .accordion .item .a .img p {
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .a .img p {
    font-size: 2.60417vw;
    margin-top: 1.04167vw;
  }
}

.service .wrap_inner .faq .accordion .item .a .col2 li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item .a .col2 li {
    width: 100%;
  }
  .service .wrap_inner .faq .accordion .item .a .col2 li + li {
    margin-top: 5.20833vw;
  }
}

.service .wrap_inner .faq .accordion .item + .item {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .service .wrap_inner .faq .accordion .item + .item {
    margin-top: 5.20833vw;
  }
}

/* -----------------------------------------------------
  fl_btn
----------------------------------------------------- */
.fl_btn {
  position: fixed;
  right: min(1.59vw,24px);
  bottom: min(1.59vw,24px);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fl_btn {
    right: 1.04167vw;
    bottom: 5.20833vw;
  }
}

.fl_btn img {
  width: min(11.24vw,170px);
}

@media screen and (max-width: 768px) {
  .fl_btn img {
    width: 26.04167vw;
  }
}

.fl_btn a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@media screen and (max-width: 768px) {
  .fl_btn a:hover img {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
