@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 100%;
  color: #605346;
  background-color: #C3D82D;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.ctext {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.menu-toggle {
  position: relative;
  z-index: 1002;
  width: 140px;
  height: 142px;
  border: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
}
.menu-toggle img {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: #C3D82D;
  padding: 0;
  overflow-y: auto;
}
.menu-panel.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu-panel ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 960px;
}
.menu-panel ul li {
  flex-basis: 33%;
  margin-bottom: 50px;
}
.menu-panel ul li a {
  font-size: 24px;
  font-weight: 700;
  color: #00913A;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding-left: 50px;
}
.menu-panel ul li a span {
  font-size: 18px;
  font-weight: 500;
  color: #00913A;
  line-height: 1;
  text-decoration: none;
  margin-left: 20px;
}
.menu-panel ul li a:before {
  content: "";
  display: block;
  width: 26px;
  height: 35px;
  background-image: url(../img/menu_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 40px;
}
.menu-panel h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 120px auto 30px;
  display: block;
  text-align: center;
}
.menu-panel .menu_btn {
  margin: 0 auto;
  max-width: 560px;
}
.menu-panel .menu_btn img {
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wrapper .kv {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 858px;
  position: relative;
}
.wrapper .kv .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.wrapper .kv .logo img {
  max-width: 132px;
}
.wrapper .kv .kv_img {
  background-image: url(../img/kv.png);
  background-image: image-set(url(../img/kv.png) 1x, url(../img/kv@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/kv.png) 1x, url(../img/kv@2x.png) 2x);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  height: 858px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wrapper .base_wrap {
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
  background-position: center;
  width: 100%;
  height: 100%;
}
.wrapper .base_wrap .w_base {
  background: radial-gradient(circle, rgb(188, 120, 24) 15%, rgb(218, 193, 86) 63%, rgb(188, 120, 24) 85%);
  border-radius: 16px;
  padding: 2px;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.wrapper .base_wrap .w_base .wbase_inner {
  background: #fff;
  border-radius: 14px;
  padding: 3px;
  padding: 0 55px 30px;
}
.wrapper .base_wrap .w_base .wbase_inner .ttl {
  width: 100%;
  max-width: 266px;
  margin: 0 auto;
}
.wrapper .base_wrap .w_base .wbase_inner .ttl img {
  max-width: 100%;
  margin-top: -38px;
}
.wrapper .base_wrap .w_base .wbase_inner h5 {
  font-size: 22px;
  font-weight: 700;
  color: #605346;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 15px auto 35px;
}
.wrapper .base_wrap .w_base .wbase_inner h5:before,
.wrapper .base_wrap .w_base .wbase_inner h5:after {
  background-color: #605346;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.wrapper .base_wrap .w_base .wbase_inner h5::before {
  margin-right: 15px;
  /* 文字との余白 */
}
.wrapper .base_wrap .w_base .wbase_inner h5::after {
  margin-left: 15px;
  /* 文字との余白 */
}
.wrapper .base_wrap .w_base .wbase_inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px;
}
.wrapper .base_wrap .w_base .wbase_inner ul li {
  margin-bottom: 20px;
  text-align: left;
}
.wrapper .base_wrap .w_base .wbase_inner ul li img {
  max-width: 280px;
}
.wrapper .base_wrap .w_base .wbase_inner ul li h3 {
  font-size: 38px;
  font-weight: 900;
  color: #605346;
  line-height: 1;
  margin: 0 0 40px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.wrapper .base_wrap .w_base .wbase_inner ul li h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #C3D82D;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.wrapper .base_wrap .w_base .wbase_inner ul li h4 {
  font-size: 30px;
  font-weight: 700;
  color: #605346;
  line-height: 1;
  margin: 0 0 10px;
}
.wrapper .base_wrap .w_base .wbase_inner ul li h4 .price {
  font-size: 50px;
  font-weight: 900;
  color: #00913A;
  line-height: 1;
}
.wrapper .base_wrap .w_base .wbase_inner ul li h4 .comma {
  font-size: 34px;
  font-weight: 500;
  color: #605346;
  line-height: 1;
}
.wrapper .base_wrap .s1 {
  width: 100%;
  padding: 70px 0 0;
}
.wrapper .base_wrap .s2 {
  width: 100%;
  padding: 75px 0 0;
}
.wrapper .base_wrap .s2 .s2_img {
  margin: 0 auto;
  text-align: center;
}
.wrapper .base_wrap .s2 .s2_img img {
  max-width: 425px;
}
.wrapper .base_wrap .s2 p {
  font-size: 16px;
  font-weight: 500;
  color: #605346;
  line-height: 1.9;
  text-align: left;
  margin: 25px 0 0;
}
.wrapper .base_wrap .s3 {
  width: 100%;
  padding: 75px 0 0;
}
.wrapper .base_wrap .s3 .s3_img {
  margin: 0 auto;
  text-align: center;
}
.wrapper .base_wrap .s3 .s3_img img {
  max-width: 750px;
}
.wrapper .base_wrap .s3 .wbtn {
  border: 1px solid #605346;
  background-color: #fff;
  border-radius: 60px;
  padding: 10px 20px;
  width: 384px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.wrapper .base_wrap .s3 .wbtn p {
  font-size: 17px;
  font-weight: 900;
  color: #605346;
  line-height: 1;
  margin: 0 auto;
}
.wrapper .base_wrap .s4 {
  width: 100%;
  padding: 75px 0 0;
}
.wrapper .base_wrap .s4 .sttl {
  width: 100%;
  max-width: 238px;
  height: auto;
  margin: 0 auto -30px;
  position: relative;
  z-index: -1;
}
.wrapper .base_wrap .s4 .sttl img {
  max-width: 100%;
}
.wrapper .base_wrap .s4 .sttl:before {
  content: "";
  background-image: url(../img/s4_ttl_before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 934px;
  height: 114px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wrapper .base_wrap .s4 .wbase_inner {
  padding: 25px 0;
}
.wrapper .base_wrap .s4 .step_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.wrapper .base_wrap .s4 .step_flex .num {
  flex-basis: 90px;
}
.wrapper .base_wrap .s4 .step_flex .num img {
  max-width: 84px;
  margin-left: -20px;
}
.wrapper .base_wrap .s4 .step_flex .step_item {
  flex-basis: 730px;
}
.wrapper .base_wrap .s4 .step_flex .step_item h4 {
  font-size: 22px;
  font-weight: 900;
  color: #605346;
  line-height: 1;
  margin: 15px 0 15px;
}
.wrapper .base_wrap .s4 .step_flex .step_item p {
  font-size: 16px;
  font-weight: 700;
  color: #605346;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 0;
}
.wrapper .base_wrap .s4 .step_flex .step_item p .under {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.wrapper .base_wrap .s4 .step_flex .step_item p .under:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFF100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wrapper .base_wrap .s4 .step_flex .step_item p .under .green {
  color: #00913A;
}
.wrapper .base_wrap .s4 .step_flex .step_item p .under .price {
  font-size: 29px;
}
.wrapper .base_wrap .s4 .step_flex .step_img {
  flex-basis: 138px;
  text-align: center;
}
.wrapper .base_wrap .s4 .step_flex .step_img img {
  margin-top: 15px;
}
.wrapper .base_wrap .s4 .step_flex .step_img .step01_img {
  max-width: 83px;
}
.wrapper .base_wrap .s4 .step_flex .step_img .step02_img {
  max-width: 47px;
}
.wrapper .base_wrap .s4 .step_flex .step_img .step03_img {
  max-width: 49px;
}
.wrapper .base_wrap .s4 .arrow {
  text-align: center;
  margin: 10px auto;
}
.wrapper .base_wrap .s4 .arrow img {
  max-width: 27px;
}
.wrapper .base_wrap .s5 {
  width: 100%;
  padding: 75px 0 0;
}
.wrapper .base_wrap .s5 .sttl {
  width: 100%;
  max-width: 238px;
  height: auto;
  margin: 0 auto -30px;
  position: relative;
  z-index: -1;
}
.wrapper .base_wrap .s5 .sttl img {
  max-width: 100%;
}
.wrapper .base_wrap .s5 .sttl:before {
  content: "";
  background-image: url(../img/s5_ttl_before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 934px;
  height: 114px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wrapper .base_wrap .s5 .wbase_inner {
  padding: 25px;
}
.wrapper .base_wrap .s5 .wbase_inner .kiyaku {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
}
.wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner {
  overflow-y: auto;
  height: 230px;
  padding-right: 15px;
}
.wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner h6 {
  font-size: 18px;
  font-weight: 700;
  color: #605346;
  line-height: 1;
  margin: 0 0 10px;
  text-align: left;
}
.wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #605346;
  line-height: 1.6;
  margin: 0 0 40px;
}
.wrapper .base_wrap .s5 h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 60px 0 20px;
}
.wrapper .base_wrap .s5 .s5_btn {
  margin: 0 auto;
  max-width: 430px;
}
.wrapper .base_wrap .s5 .s5_btn img {
  max-width: 100%;
}
.wrapper .base_wrap .s6 {
  width: 100%;
  padding: 75px 0 0;
}
.wrapper .base_wrap .s6 .sttl {
  width: 100%;
  max-width: 309px;
  height: auto;
  margin: 0 auto -30px;
  position: relative;
  z-index: -1;
}
.wrapper .base_wrap .s6 .sttl img {
  max-width: 100%;
}
.wrapper .base_wrap .s6 .sttl:before {
  content: "";
  background-image: url(../img/s6_ttl_before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 866px;
  height: 201px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wrapper .base_wrap .s7 {
  padding: 75px 0 0;
  text-align: center;
}
.wrapper .base_wrap .s7 .s7_bx {
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #00913A;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.wrapper .base_wrap .s7 .s7_bx h3 {
  background-color: #00913A;
  color: #fff;
  line-height: 1;
  margin: 0 0 0;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.wrapper .base_wrap .s7 .s7_bx h4 {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin: 20px auto 15px;
}
.wrapper .base_wrap .s7 .s7_bx h5 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 15px;
}
.wrapper .base_wrap .s7 .s7_bx h5 a {
  text-decoration: underline;
  color: #605346;
}
.wrapper .base_wrap .s7 .s7_bx p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
}
.wrapper .base_wrap .s7 .s7_bx span {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.wrapper .base_wrap .s7 .copy {
  margin: 30px auto 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #605346;
  line-height: 1.7;
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .menu-toggle {
    position: relative;
    z-index: 1002;
    width: 20vw;
    height: 18vw;
    border: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    top: -1vw;
    right: -1vw;
  }
  .menu-toggle img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .menu-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: #C3D82D;
    padding: 0;
    overflow-y: auto;
  }
  .menu-panel.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .menu-panel ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 65vw;
  }
  .menu-panel ul li {
    flex-basis: 100%;
    margin-bottom: 10vw;
  }
  .menu-panel ul li a {
    font-size: 4.8717948718vw;
    font-weight: 700;
    color: #00913A;
    line-height: 1;
    text-decoration: none;
    position: relative;
    padding-left: 7.6923076923vw;
  }
  .menu-panel ul li a span {
    font-size: 3.5897435897vw;
    font-weight: 500;
    color: #00913A;
    line-height: 1;
    text-decoration: none;
    margin-left: 3vw;
  }
  .menu-panel ul li a:before {
    content: "";
    display: block;
    width: 5vw;
    height: 6.7948717949vw;
    background-image: url(../img/menu_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 1.2820512821vw;
  }
  .menu-panel h6 {
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin: 10vw auto 3vw;
    display: block;
    text-align: center;
  }
  .menu-panel .menu_btn {
    margin: 0 auto;
    max-width: 90vw;
  }
  .menu-panel .menu_btn img {
    max-width: 100%;
  }
  body.menu-open {
    overflow: hidden;
  }
  .wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .wrapper .kv {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 117.794vw;
    position: relative;
  }
  .wrapper .kv .logo {
    display: none;
  }
  .wrapper .kv .kv_img {
    background-image: url(../img/kv-s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .wrapper .base_wrap {
    background-image: url(../img/bg-s.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .wrapper .base_wrap .w_base {
    background: radial-gradient(circle, rgb(188, 120, 24) 15%, rgb(218, 193, 86) 63%, rgb(188, 120, 24) 85%);
    border-radius: 16px;
    padding: 2px;
    box-sizing: border-box;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .base_wrap .w_base .wbase_inner {
    background: #fff;
    border-radius: 14px;
    padding: 3px;
    padding: 0 5vw 5vw;
  }
  .wrapper .base_wrap .w_base .wbase_inner .ttl {
    width: 100%;
    max-width: 55.641025641vw;
    margin: 0 auto;
  }
  .wrapper .base_wrap .w_base .wbase_inner .ttl img {
    max-width: 100%;
    margin-top: -8vw;
  }
  .wrapper .base_wrap .w_base .wbase_inner h5 {
    font-size: 4.4871794872vw;
    font-weight: 700;
    color: #605346;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 3vw auto 5vw;
    max-width: 54vw;
  }
  .wrapper .base_wrap .w_base .wbase_inner h5:before,
  .wrapper .base_wrap .w_base .wbase_inner h5:after {
    background-color: #605346;
    content: "";
    flex-grow: 1;
    height: 1px;
  }
  .wrapper .base_wrap .w_base .wbase_inner h5::before {
    margin-right: 2.5vw;
    /* 文字との余白 */
  }
  .wrapper .base_wrap .w_base .wbase_inner h5::after {
    margin-left: 2.5vw;
    /* 文字との余白 */
  }
  .wrapper .base_wrap .w_base .wbase_inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li img {
    max-width: 53.0769230769vw;
    margin-bottom: 4vw;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li h3 {
    font-size: 7.1794871795vw;
    font-weight: 900;
    color: #605346;
    line-height: 1;
    margin: 0 0 5vw;
    position: relative;
    display: inline-block;
    z-index: 2;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 3.2051282051vw;
    background-color: #C3D82D;
    position: absolute;
    bottom: -1.5vw;
    left: 0;
    z-index: -1;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li h4 {
    font-size: 5.7692307692vw;
    font-weight: 700;
    color: #605346;
    line-height: 1;
    margin: 0 0 10px;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li h4 .price {
    font-size: 9.358974359vw;
    font-weight: 900;
    color: #00913A;
    line-height: 1;
  }
  .wrapper .base_wrap .w_base .wbase_inner ul li h4 .comma {
    font-size: 6.4102564103vw;
    font-weight: 500;
    color: #605346;
    line-height: 1;
  }
  .wrapper .base_wrap .s1 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s2 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s2 .s2_img {
    margin: 0 auto;
    text-align: center;
  }
  .wrapper .base_wrap .s2 .s2_img img {
    max-width: 72.3076923077vw;
  }
  .wrapper .base_wrap .s2 p {
    font-size: 2.9487179487vw;
    font-weight: 500;
    color: #605346;
    line-height: 1.9;
    text-align: left;
    margin: 4vw 0 0;
  }
  .wrapper .base_wrap .s3 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s3 .s3_img {
    margin: 0 auto;
    text-align: center;
  }
  .wrapper .base_wrap .s3 .s3_img img {
    max-width: 80vw;
  }
  .wrapper .base_wrap .s3 .wbtn {
    border: 1px solid #605346;
    background-color: #fff;
    border-radius: 60px;
    padding: 10px 20px;
    width: 80vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
  }
  .wrapper .base_wrap .s3 .wbtn p {
    font-size: 3.5897435897vw;
    font-weight: 900;
    color: #605346;
    line-height: 1;
    margin: 0 auto;
  }
  .wrapper .base_wrap .s4 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s4 .sttl {
    width: 100%;
    max-width: 49.7435897436vw;
    height: auto;
    margin: 0 auto -5vw;
    position: relative;
    z-index: -1;
  }
  .wrapper .base_wrap .s4 .sttl img {
    max-width: 100%;
  }
  .wrapper .base_wrap .s4 .sttl:before {
    content: "";
    background-image: url(../img/s4_ttl_before-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 85.7692307692vw;
    height: 29.2307692308vw;
    position: absolute;
    top: -14vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .wrapper .base_wrap .s4 .wbase_inner {
    padding: 5vw 0;
  }
  .wrapper .base_wrap .s4 .step_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80vw;
  }
  .wrapper .base_wrap .s4 .step_flex .num {
    flex-basis: 10vw;
  }
  .wrapper .base_wrap .s4 .step_flex .num img {
    max-width: 17.6923076923vw;
    margin-left: -8vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item {
    flex-basis: 50vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item h4 {
    font-size: 4.6153846154vw;
    font-weight: 900;
    color: #605346;
    line-height: 1.5;
    margin: 3vw 0 3vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item p {
    font-size: 16px;
    font-weight: 700;
    color: #605346;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 0;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item p .under {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 3;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item p .under:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #FFF100;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item p .under .green {
    color: #00913A;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item p .under .price {
    font-size: 29px;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp {
    flex-basis: 100%;
    margin-top: 3vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp p {
    font-size: 3.3333333333vw;
    font-weight: 700;
    color: #605346;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 0;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp p .under {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 3;
    display: inline;
    background: linear-gradient(transparent 80%, #FFF100 20%);
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp p .under:before {
    content: none;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp p .under .green {
    color: #00913A;
  }
  .wrapper .base_wrap .s4 .step_flex .step_item_sp p .under .price {
    font-size: 6.0256410256vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_img {
    flex-basis: 10vw;
    text-align: center;
  }
  .wrapper .base_wrap .s4 .step_flex .step_img img {
    margin-top: 15px;
  }
  .wrapper .base_wrap .s4 .step_flex .step_img .step01_img {
    max-width: 11.0256410256vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_img .step02_img {
    max-width: 9.8717948718vw;
  }
  .wrapper .base_wrap .s4 .step_flex .step_img .step03_img {
    max-width: 10.1282051282vw;
  }
  .wrapper .base_wrap .s4 .arrow {
    text-align: center;
    margin: 1.5vw auto;
  }
  .wrapper .base_wrap .s4 .arrow img {
    max-width: 3.4615384615vw;
  }
  .wrapper .base_wrap .s5 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s5 .sttl {
    width: 100%;
    max-width: 49.7435897436vw;
    height: auto;
    margin: 0 auto -5vw;
    position: relative;
    z-index: -1;
  }
  .wrapper .base_wrap .s5 .sttl img {
    max-width: 100%;
  }
  .wrapper .base_wrap .s5 .sttl:before {
    content: "";
    background-image: url(../img/s5_ttl_before-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 85.7692307692vw;
    height: 29.2307692308vw;
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .wrapper .base_wrap .s5 .wbase_inner {
    padding: 4vw;
  }
  .wrapper .base_wrap .s5 .wbase_inner .kiyaku {
    width: 100%;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner {
    overflow-y: auto;
    height: 40vh;
    padding-right: 3vw;
  }
  .wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner h6 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #605346;
    line-height: 1;
    margin: 0 0 1.5vw;
    text-align: left;
  }
  .wrapper .base_wrap .s5 .wbase_inner .kiyaku .kiyaku_inner p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #605346;
    line-height: 1.6;
    margin: 0 0 6vw;
  }
  .wrapper .base_wrap .s5 h6 {
    font-size: 18pxpv 30;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 8vw 0 2vw;
  }
  .wrapper .base_wrap .s5 .s5_btn {
    margin: 0 auto;
    max-width: 90vw;
  }
  .wrapper .base_wrap .s5 .s5_btn img {
    max-width: 100%;
  }
  .wrapper .base_wrap .s6 {
    width: 100%;
    padding: 15vw 0 0;
  }
  .wrapper .base_wrap .s6 .sttl {
    width: 100%;
    max-width: 64.4871794872vw;
    height: auto;
    margin: 0 auto -5vw;
    position: relative;
    z-index: -1;
  }
  .wrapper .base_wrap .s6 .sttl img {
    max-width: 100%;
  }
  .wrapper .base_wrap .s6 .sttl:before {
    content: "";
    background-image: url(../img/s6_ttl_before-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 85.7692307692vw;
    height: 29.2307692308vw;
    position: absolute;
    top: -13vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .wrapper .base_wrap .s7 {
    padding: 15vw 0 0;
    text-align: center;
  }
  .wrapper .base_wrap .s7 .s7_bx {
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #00913A;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3vw;
  }
  .wrapper .base_wrap .s7 .s7_bx h3 {
    background-color: #00913A;
    color: #fff;
    line-height: 1;
    margin: 0 0 0;
    padding: 4vw 0;
    font-size: 3.8461538462vw;
    font-weight: 700;
    text-align: center;
    border-radius: 12px 12px 0 0;
  }
  .wrapper .base_wrap .s7 .s7_bx h4 {
    font-size: 3.8461538462vw;
    font-weight: 900;
    text-align: left;
    margin: 3vw 3vw 3vw;
  }
  .wrapper .base_wrap .s7 .s7_bx h5 {
    font-size: 3.3333333333vw;
    font-weight: 700;
    text-align: left;
    margin: 0 3vw 3vw;
  }
  .wrapper .base_wrap .s7 .s7_bx p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    text-align: left;
    margin: 0 3vw 2vw;
  }
  .wrapper .base_wrap .s7 .s7_bx span {
    font-size: 3.0769230769vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
    margin: 0 3vw 0;
    display: block;
  }
  .wrapper .base_wrap .s7 .copy {
    margin: 7vw auto 5vw;
    font-size: 2.8205128205vw;
    font-weight: 400;
    text-align: center;
    color: #605346;
    line-height: 1.7;
  }
}/*# sourceMappingURL=common.css.map */