@charset "UTF-8";
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  overflow: hidden;
}

div img,
div svg,
div video,
header img,
header svg,
header video,
button img,
button svg,
button video,
a img,
a svg,
a video,
main img,
main svg,
main video,
footer img,
footer svg,
footer video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #505050;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}
body h1,
body h2,
body h3 {
  font-weight: normal;
}
body .f-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  padding: 0 4rem;
}
header.header .logo {
  width: 20rem;
  display: block;
}

@media screen and (max-width: 750px) {
  header.header {
    height: 50px;
  }
  header.header .logo {
    width: 170px;
    margin: 0 auto;
  }
}
.h_btn_box {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5rem;
  position: fixed;
  top: 4rem;
  right: 21rem;
  z-index: 9999;
}
.h_btn_box .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
.h_btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 2rem 0 0;
  position: relative;
}
.h_btn_box a::after {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid rgba(80, 80, 80, 0.5);
  border-right: 1px solid rgba(80, 80, 80, 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h_btn_box .icon {
  width: auto;
  height: 1.8rem;
  display: block;
}
.h_btn_box .btn:hover {
  color: rgba(80, 80, 80, 0.5);
}
.h_btn_box .btn:hover a::after {
  right: -0.5rem;
}
.h_btn_box .btn.res {
  background-image: url("../../build/img/common/res_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  position: fixed;
  top: 2.4rem;
  right: 3.4rem;
}
.h_btn_box .btn.res a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  padding: 2.8rem 0 0;
}
.h_btn_box .btn.res a::after {
  display: none;
}
.h_btn_box .btn.res .icon {
  height: 2.9rem;
  padding: 0 1rem 0 0;
  margin: 0 auto 1.2rem;
}
.h_btn_box .btn.res:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .h_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
    background: #fff;
    top: auto;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .h_btn_box .btn {
    width: 33.3333333333%;
    height: 50px;
    border-radius: 0;
    position: relative;
  }
  .h_btn_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0;
  }
  .h_btn_box a::after {
    display: none;
  }
  .h_btn_box .icon {
    height: 18px;
    display: block;
  }
  .h_btn_box .btn:hover {
    color: #505050;
  }
  .h_btn_box .btn.tel::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1803921569);
  }
  .h_btn_box .btn.res {
    background-image: url("../../build/img/common/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 33.3333333333%;
    height: 50px;
    border-radius: 0;
    position: static;
  }
  .h_btn_box .btn.res a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    padding: 0;
  }
  .h_btn_box .btn.res .icon {
    height: 18px;
    padding: 0;
    margin: 0;
  }
  .h_btn_box .btn.res:hover {
    opacity: 1;
  }
}
footer.footer .footer_wrap {
  background-image: url("../../build/img/common/f_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  text-align: center;
  padding: 17rem 0 1rem;
}
footer.footer .footer_wrap .copy_box .lead {
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #3FB089;
}
footer.footer .footer_wrap .copy_box .txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin: 4rem 0 0;
}
footer.footer .footer_wrap .btn_box {
  width: 49rem;
  margin: 7rem auto 0;
}
footer.footer .footer_wrap .contact_box {
  font-weight: 700;
  margin: 6rem 0 0;
}
footer.footer .footer_wrap .contact_box .p1 {
  font-size: 1.8rem;
}
footer.footer .footer_wrap .contact_box a {
  font-size: 7rem;
  display: block;
  margin: 0.5rem 0 0;
}
footer.footer .footer_wrap .contact_box .p2 {
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
}
footer.footer .footer_wrap .note_box {
  margin: 6rem 0 0;
}
footer.footer .footer_wrap .note_box small {
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  footer.footer {
    padding: 4rem 0 0;
  }
  footer.footer .footer_wrap {
    padding: 0 0 14rem;
  }
  footer.footer .footer_wrap .copy_box .lead {
    font-size: 4.8rem;
  }
  footer.footer .footer_wrap .copy_box .txt {
    font-size: 2.4rem;
  }
  footer.footer .footer_wrap .btn_box {
    width: 100%;
  }
  footer.footer .footer_wrap .contact_box {
    margin: 7rem 0 0;
  }
  footer.footer .footer_wrap .contact_box .p1 {
    font-size: 2.8rem;
  }
  footer.footer .footer_wrap .contact_box a {
    font-size: 10rem;
    margin: 1rem 0 0;
  }
  footer.footer .footer_wrap .contact_box .p2 {
    font-size: 2.6rem;
    margin: 2.6rem 0 0;
  }
  footer.footer .footer_wrap .note_box {
    margin: 8rem 0 0;
  }
  footer.footer .footer_wrap .note_box small {
    font-size: 2rem;
  }
}
.nav_wrap {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 18rem;
  background: #C38A68;
  border-radius: 0 8px 8px 0;
  padding: 2rem 0 2rem 2.4rem;
  overflow: visible;
  position: fixed;
  left: -20rem;
  bottom: 10rem;
  z-index: 9998;
}
.nav_wrap nav {
  width: 100%;
}
.nav_wrap li {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
}
.nav_wrap a {
  display: block;
  padding: 1rem 0;
}
.nav_wrap li.act {
  opacity: 1;
}
.nav_wrap li:hover {
  opacity: 1;
}

.nav_wrap.act {
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 750px) {
  .nav_wrap {
    width: 100%;
    border-radius: 0;
    padding: 15px 10px;
    left: 0;
    bottom: -100px;
  }
  .nav_wrap nav {
    width: 100%;
    overflow-x: auto;
  }
  .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 40px;
    width: 600px;
  }
  .nav_wrap li {
    font-size: 12px;
  }
  .nav_wrap a {
    padding: 5px 0;
  }
  .nav_wrap.act {
    left: 0;
    bottom: 50px;
  }
}
button.nav-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  button.nav-btn {
    width: 33px;
    height: 18px;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
  }
  button.nav-btn,
  button.nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  button.nav-btn span:nth-of-type(1) {
    top: 0;
  }
  button.nav-btn span:nth-of-type(2) {
    top: 8px;
  }
  button.nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  button.nav-btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  button.nav-btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn.act span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  button.nav-btn.act span:nth-of-type(2) {
    opacity: 0;
  }
  button.nav-btn.act span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
}
.com-lead {
  font-size: 4.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #3FB089;
}

.com-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.com_copy {
  text-align: center;
}
.com_copy .com-txt {
  margin: 3rem 0 0;
}

@media screen and (max-width: 750px) {
  .com-txt {
    font-size: 2.8rem;
  }
  .com_copy {
    text-align: center;
  }
  .com_copy .com-txt {
    margin: 3rem 0 0;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com_btn_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem 0;
  width: 49rem;
}

.com-btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 24rem;
  height: 7.6rem;
  border-radius: 100vh;
  overflow: hidden;
  border: 2px solid #F19C4D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-btn a {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  color: #F19C4D;
  position: relative;
}
.com-btn a::after {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  border-top: 1px solid #F19C4D;
  border-right: 1px solid #F19C4D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-btn:hover {
  opacity: 0.7;
}

.com-btn.w100 {
  width: 100%;
  border: 2px solid #fff;
}
.com-btn.w100 a {
  color: #fff;
}
.com-btn.w100 a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .com_btn_outer {
    gap: 1.6rem 0;
    width: 49rem;
  }
  .com-btn {
    width: 33rem;
    height: 10rem;
  }
  .com-btn a {
    font-size: 3rem;
  }
  .com-btn a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .com-btn:hover {
    opacity: 1;
  }
}
.com-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.com_bg {
  background-image: url("../../build/img/common/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.com_circle {
  -webkit-filter: blur(25px);
          filter: blur(25px);
  border-radius: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .com_circle {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
}
.com-fuwa1 {
  -webkit-animation: fuwafuwa1 5s ease-in-out infinite alternate;
          animation: fuwafuwa1 5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(20px, -20px) rotate(-20deg) scale(1.03);
            transform: translate(20px, -20px) rotate(-20deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(20px, 20px) rotate(20deg) scale(1);
            transform: translate(20px, 20px) rotate(20deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(20px, -20px) rotate(-20deg) scale(1.03);
            transform: translate(20px, -20px) rotate(-20deg) scale(1.03);
  }
  60% {
    -webkit-transform: translate(20px, 20px) rotate(20deg) scale(1);
            transform: translate(20px, 20px) rotate(20deg) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-fuwa2 {
  -webkit-animation: fuwafuwa2 8s ease-in-out infinite alternate;
          animation: fuwafuwa2 8s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(15px, 15px) rotate(15deg) scale(1);
            transform: translate(15px, 15px) rotate(15deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0px, -15px) rotate(-15deg) scale(0.9);
            transform: translate(0px, -15px) rotate(-15deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(15px, 15px) rotate(15deg) scale(1);
            transform: translate(15px, 15px) rotate(15deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0px, -15px) rotate(-15deg) scale(0.9);
            transform: translate(0px, -15px) rotate(-15deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-fuwa3 {
  -webkit-animation: fuwafuwa3 7s ease-in-out infinite alternate;
          animation: fuwafuwa3 7s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(25px, -25px) rotate(-25deg) scale(1);
            transform: translate(25px, -25px) rotate(-25deg) scale(1);
  }
  70% {
    -webkit-transform: translate(25px, 0px) rotate(25deg) scale(0.9);
            transform: translate(25px, 0px) rotate(25deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(25px, -25px) rotate(-25deg) scale(1);
            transform: translate(25px, -25px) rotate(-25deg) scale(1);
  }
  70% {
    -webkit-transform: translate(25px, 0px) rotate(25deg) scale(0.9);
            transform: translate(25px, 0px) rotate(25deg) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}

.com-loadwrap.no-act {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.com-mask {
  display: block;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}

.com-mask.act {
  -webkit-animation: mask-animation 1.6s linear forwards;
          animation: mask-animation 1.6s linear forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#pageTop .bg_outer_1 {
  background-image: url("../../build/img/top/bg_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
}
#pageTop .bg_outer_2 {
  background-image: url("../../build/img/top/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  background-size: 100% 100%;
}
#pageTop .bg_outer_2 section {
  overflow: visible;
}
#pageTop .copy_com_box {
  text-align: center;
}
#pageTop .copy_com_box .lead {
  display: inline-block;
  border-bottom: 5px dotted #3FB089;
}
#pageTop .main_wrap {
  width: 100%;
  padding: 9rem 0 0;
}
#pageTop .main_wrap .main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#pageTop .main_wrap .main_area .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../build/img/top/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 9rem);
  z-index: -1;
}
#pageTop .main_wrap .main_area .copy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 46.6%;
  padding: 3.8461538462vw 0 3.0769230769vw;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  opacity: 0;
  position: relative;
  z-index: 1;
}
#pageTop .main_wrap .main_area .copy_box .copy .p1 {
  width: 49%;
  margin: 0 0 0 -3vw;
}
#pageTop .main_wrap .main_area .copy_box .copy .copy_inner {
  display: inline-block;
}
#pageTop .main_wrap .main_area .copy_box .copy .p2 {
  font-size: 3.6923076923vw;
  line-height: 1.3;
  color: #3FB089;
  margin: 0.7692307692vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .copy .p3 {
  font-size: 4vw;
  letter-spacing: 0;
  display: inline-block;
  padding: 1.2vw 0.3vw 1.4vw 1.3vw;
  margin: 1.5384615385vw 0 0;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 600ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#pageTop .main_wrap .main_area .copy_box .copy .p3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  z-index: -1;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  -webkit-transition: all 600ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 600ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#pageTop .main_wrap .main_area .copy_box .copy .p3.act {
  color: #fff;
}
#pageTop .main_wrap .main_area .copy_box .copy .p3.act::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
#pageTop .main_wrap .main_area .copy_box .copy .p4 {
  font-size: 1.1538461538vw;
  font-weight: 700;
  line-height: 1.9;
  margin: 2.6923076923vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .btn_outer {
  width: 38vw;
  margin: 3.4615384615vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .btn_outer .btn {
  width: 48.5%;
  height: auto;
}
#pageTop .main_wrap .main_area .copy_box .btn_outer a {
  font-size: 1.4615384615vw;
  padding: 2.2vw 0;
}
#pageTop .main_wrap .main_area .copy_box .btn_outer .btn.w100 {
  width: 100%;
}
#pageTop .main_wrap .main_area .copy_box .note {
  width: 38.4615384615vw;
  font-weight: 500;
  margin: 1.9230769231vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .price {
  width: 38.4615384615vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  border-radius: 1.6rem;
  font-weight: 700;
  padding: 3.8461538462vw 2.7692307692vw 3.4615384615vw;
  margin: 4.6153846154vw 0 0;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box .price .ttl {
  font-size: 1.3076923077vw;
  color: #fff;
  display: inline-block;
  border-radius: 100vh;
  padding: 1rem 2.7rem;
  position: absolute;
  top: -0.8461538462vw;
  left: 2.3076923077vw;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 .s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6923076923vw;
  height: 4.1538461538vw;
  font-size: 1.2307692308vw;
  line-height: 1.2;
  text-align: center;
  color: #3FB089;
  background: #fff;
  border-radius: 0.3rem;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 .s2 {
  letter-spacing: 0;
  color: #fff;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 .s3 {
  font-size: 7.3076923077vw;
  color: #FFED4B;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 .s4 {
  font-size: 2.4615384615vw;
}
#pageTop .main_wrap .main_area .copy_box .price .p1 .s5 {
  font-size: 1.2307692308vw;
}
#pageTop .main_wrap .main_area .copy_box .price .p2 {
  font-size: 1.3076923077vw;
  line-height: 1.5;
  color: #fff;
  margin: 1.5384615385vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .price .list_outer {
  margin: 2.6923076923vw 0 0;
}
#pageTop .main_wrap .main_area .copy_box .price .list_outer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1vw;
  width: 100%;
  border-radius: 0.8rem;
  background: #fff;
  color: #3FB089;
  font-size: 1.4615384615vw;
  line-height: 1.5;
  padding: 1.1538461538vw 0.7692307692vw;
  margin: 0 0 0.4615384615vw;
}
#pageTop .main_wrap .main_area .copy_box .price .list_outer .icon {
  width: 1.5384615385vw;
  position: relative;
}
#pageTop .main_wrap .main_area .copy_box .price .list_outer .i_2 {
  width: 1.4615384615vw;
  position: absolute;
  top: 25%;
  right: -18%;
}
#pageTop .main_wrap .main_area .img_box {
  width: 53.3%;
  height: calc(100vh - 9rem);
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .main_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
#pageTop .main_wrap .main_area .img_box .img {
  width: 100%;
  display: block;
  -webkit-animation: mask-animation 1s linear forwards;
          animation: mask-animation 1s linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: mask-position;
  position: relative;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
#pageTop .main_wrap .main_area .img_box .img.act {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: 130% 130%;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}
#pageTop .main_wrap .main_area .img_box .img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 29rem;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
#pageTop .main_wrap .main_area .img_box .circle_1 {
  width: 12vw;
  height: 12vw;
  bottom: 39vw;
  left: 1vw;
}
#pageTop .main_wrap .main_area .img_box .circle_2 {
  width: 7vw;
  height: 7vw;
  right: 14vw;
  bottom: 35vw;
}
#pageTop .main_wrap .main_area .img_box .circle_3 {
  width: 12vw;
  height: 12vw;
  bottom: 16vw;
  left: 14vw;
}
#pageTop .main_wrap.act .main_area .copy_box {
  opacity: 1;
}
@media (min-width: 751px) {
  #pageTop .main_wrap.false .br_false_none {
    display: none;
  }
}
#pageTop .main_wrap.false .false_none {
  display: none !important;
}
#pageTop .main_wrap.false .main_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#pageTop .main_wrap.false .main_area .copy_box {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 5rem 0 21rem;
}
#pageTop .main_wrap.false .main_area .copy_box .copy .p1 {
  width: 35rem;
}
#pageTop .main_wrap.false .main_area .copy_box .copy .p2 {
  font-size: 6rem;
}
#pageTop .main_wrap.false .main_area .copy_box .copy .p3 {
  font-size: 5rem;
}
#pageTop .main_wrap.false .main_area .copy_box .copy .p4 {
  font-size: 1.8rem;
}
#pageTop .main_wrap.false .main_area .copy_box .btn_outer {
  width: 85rem;
}
#pageTop .main_wrap.false .main_area .copy_box .btn_outer a {
  font-size: 1.8rem;
}
#pageTop .main_wrap.false .main_area .copy_box .note {
  width: 85rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price {
  width: 85rem;
  padding: 5rem 8rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .ttl {
  font-size: 2rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 2rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p1 .s1 {
  width: 14rem;
  height: 5rem;
  font-size: 1.8rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p1 .s3 {
  font-size: 10rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p1 .s4 {
  font-size: 3rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p1 .s5 {
  font-size: 2rem;
}
#pageTop .main_wrap.false .main_area .copy_box .price .p2 {
  font-size: 1.6rem;
  text-align: center;
}
#pageTop .main_wrap.false .main_area .copy_box .price .list_outer .list {
  font-size: 2rem;
  padding: 1rem 2rem;
}
#pageTop .main_wrap.false .main_area .img_box {
  width: 100%;
}
#pageTop .main_wrap.false .main_area .img_box .main_img::before {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
#pageTop .main_wrap.false .main_area .img_box .main_img.act::before {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  #pageTop .main_wrap.false .main_area,
  #pageTop .main_wrap .main_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #pageTop .main_wrap.false .main_area .copy_box,
  #pageTop .main_wrap .main_area .copy_box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    width: auto;
    padding: 5rem 5rem 16rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .copy .p1,
  #pageTop .main_wrap .main_area .copy_box .copy .p1 {
    width: 42rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .copy .p2,
  #pageTop .main_wrap .main_area .copy_box .copy .p2 {
    font-size: 6rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .copy .p3,
  #pageTop .main_wrap .main_area .copy_box .copy .p3 {
    padding: 1.4rem 2rem 1.5rem 3rem;
    margin: 2rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .copy .p4,
  #pageTop .main_wrap .main_area .copy_box .copy .p4 {
    font-size: 2.8rem;
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .btn_outer,
  #pageTop .main_wrap .main_area .copy_box .btn_outer {
    width: 100%;
    margin: 4rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .btn_outer .btn,
  #pageTop .main_wrap .main_area .copy_box .btn_outer .btn {
    height: 10rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .btn_outer a,
  #pageTop .main_wrap .main_area .copy_box .btn_outer a {
    font-size: 3rem;
    padding: 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .note,
  #pageTop .main_wrap .main_area .copy_box .note {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price,
  #pageTop .main_wrap .main_area .copy_box .price {
    width: 100%;
    padding: 8rem 4rem 5rem;
    margin: 8rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .ttl,
  #pageTop .main_wrap .main_area .copy_box .price .ttl {
    font-size: 2.6rem;
    padding: 2rem 4rem;
    top: -1.8rem;
    left: 5rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p1,
  #pageTop .main_wrap .main_area .copy_box .price .p1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 3rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p1 .s1,
  #pageTop .main_wrap .main_area .copy_box .price .p1 .s1 {
    width: 14rem;
    height: 9rem;
    font-size: 2.8rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p1 .s3,
  #pageTop .main_wrap .main_area .copy_box .price .p1 .s3 {
    font-size: 10rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p1 .s4,
  #pageTop .main_wrap .main_area .copy_box .price .p1 .s4 {
    font-size: 3.4rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p1 .s5,
  #pageTop .main_wrap .main_area .copy_box .price .p1 .s5 {
    font-size: 2.4rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .p2,
  #pageTop .main_wrap .main_area .copy_box .price .p2 {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .list_outer,
  #pageTop .main_wrap .main_area .copy_box .price .list_outer {
    margin: 3rem 0 0;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .list_outer .list,
  #pageTop .main_wrap .main_area .copy_box .price .list_outer .list {
    gap: 0 2rem;
    font-size: 2.6rem;
    padding: 1.4rem 2rem;
    margin: 0 0 2rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .list_outer .icon,
  #pageTop .main_wrap .main_area .copy_box .price .list_outer .icon {
    width: 3.2rem;
  }
  #pageTop .main_wrap.false .main_area .copy_box .price .list_outer .i_2,
  #pageTop .main_wrap .main_area .copy_box .price .list_outer .i_2 {
    width: 2.5rem;
    top: 0.6rem;
    right: -0.5rem;
  }
  #pageTop .main_wrap.false .main_area .img_box,
  #pageTop .main_wrap .main_area .img_box {
    width: 100%;
  }
  #pageTop .main_wrap.false .main_area .img_box .main_img,
  #pageTop .main_wrap .main_area .img_box .main_img {
    padding: 0 0 50px;
  }
  #pageTop .main_wrap.false .main_area .img_box .main_img::before,
  #pageTop .main_wrap .main_area .img_box .main_img::before {
    -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
  }
  #pageTop .main_wrap.false .main_area .img_box .main_img.act::before,
  #pageTop .main_wrap .main_area .img_box .main_img.act::before {
    opacity: 0.8;
  }
  #pageTop .main_wrap.false .main_area .img_box .img,
  #pageTop .main_wrap .main_area .img_box .img {
    height: 58vh;
  }
  #pageTop .main_wrap.false .main_area .img_box .img img,
  #pageTop .main_wrap .main_area .img_box .img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
  #pageTop .main_wrap.false .main_area .img_box .copy_box_sp,
  #pageTop .main_wrap .main_area .img_box .copy_box_sp {
    position: absolute;
    top: 4vh;
    left: 6rem;
    padding: 0;
  }
  #pageTop .main_wrap.false .main_area .img_box .copy_box_sp.none,
  #pageTop .main_wrap .main_area .img_box .copy_box_sp.none {
    opacity: 0;
  }
  #pageTop .main_wrap.false .main_area .img_box .circle_1,
  #pageTop .main_wrap .main_area .img_box .circle_1 {
    width: 17vw;
    height: 17vw;
    bottom: 58vh;
    left: 1vw;
  }
  #pageTop .main_wrap.false .main_area .img_box .circle_2,
  #pageTop .main_wrap .main_area .img_box .circle_2 {
    width: 16vw;
    height: 16vw;
    right: 21vw;
    bottom: 51vh;
  }
  #pageTop .main_wrap.false .main_area .img_box .circle_3,
  #pageTop .main_wrap .main_area .img_box .circle_3 {
    width: 21vw;
    height: 21vw;
    bottom: 30vh;
    left: 17vw;
  }
}
#pageTop .reason_wrap {
  padding: 8rem 0 12rem;
}
#pageTop .reason_wrap .worry_area .worry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageTop .reason_wrap .worry_area .worry_box .worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27rem;
  height: 27rem;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 8px #dbefe2;
          box-shadow: 0px 0px 0px 8px #dbefe2;
  margin-right: -1.4rem;
  position: relative;
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#pageTop .reason_wrap .worry_area .worry_box .worry::after, #pageTop .reason_wrap .worry_area .worry_box .worry::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(231, 228, 228, 0.9098039216);
          box-shadow: 0px 0px 25px 0px rgba(231, 228, 228, 0.9098039216);
  position: absolute;
  bottom: -2rem;
  left: 3rem;
}
#pageTop .reason_wrap .worry_area .worry_box .worry::after {
  width: 3rem;
  height: 3rem;
  bottom: -6rem;
  left: 9rem;
}
#pageTop .reason_wrap .worry_area .worry_box .txt {
  text-align: center;
  font-weight: 700;
}
#pageTop .reason_wrap .worry_area .worry_box .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 4rem;
  font-size: 2rem;
  color: #fff;
  background: #F19C4D;
  border-radius: 100vh;
  margin: 0 auto;
}
#pageTop .reason_wrap .worry_area .worry_box .p2 {
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 2.4rem 0 0;
}
#pageTop .reason_wrap .worry_area .worry_box .worry:nth-of-type(even) {
  margin-top: 4.5rem;
}
#pageTop .reason_wrap .worry_area .copy_box {
  margin: 6rem 0 0;
}
#pageTop .reason_wrap .line_area {
  width: 17rem;
  height: 2rem;
  background-image: radial-gradient(circle, #BADAD0 0.6rem, transparent 0.6rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3rem 1.2rem;
  margin: 8rem auto 0;
}
#pageTop .reason_wrap .reason_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem 1.5rem;
  margin: 9rem 0 0;
}
#pageTop .reason_wrap .reason_area .reason_box {
  width: 50rem;
  height: 33rem;
  opacity: 0;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
#pageTop .reason_wrap .reason_area .reason_box .reason_card {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
#pageTop .reason_wrap .reason_area .reason_box {
  /* 共通 */
}
#pageTop .reason_wrap .reason_area .reason_box .reason_front,
#pageTop .reason_wrap .reason_area .reason_box .reason_back {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 1.6rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#pageTop .reason_wrap .reason_area .reason_box {
  /* 初期に見えてる面 */
}
#pageTop .reason_wrap .reason_area .reason_box .reason_front {
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  position: relative;
}
#pageTop .reason_wrap .reason_area .reason_box {
  /* テキスト面 */
}
#pageTop .reason_wrap .reason_area .reason_box .reason_back {
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  color: #fff;
  padding: 5.5rem 5rem 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#pageTop .reason_wrap .reason_area .reason_box .reason_inner {
  position: relative;
  z-index: 2;
}
#pageTop .reason_wrap .reason_area .reason_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  background: #F19C4D;
  color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 7px 5px -5px rgba(119, 119, 119, 0.9098039216);
          box-shadow: 0px 7px 5px -5px rgba(119, 119, 119, 0.9098039216);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#pageTop .reason_wrap .reason_area .reason_box .num {
  font-size: 8.8rem;
  font-weight: 400;
  opacity: 0.2;
  position: absolute;
  top: 0.6rem;
  right: 2rem;
}
#pageTop .reason_wrap .reason_area .reason_box .lead {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
}
#pageTop .reason_wrap .reason_area .reason_box .txt {
  letter-spacing: 0.05em;
  margin: 2rem 0 0;
}
#pageTop .reason_wrap .reason_area .reason_box .com_circle {
  opacity: 0.4;
}
#pageTop .reason_wrap .reason_area .reason_box .circle_1 {
  width: 16rem;
  height: 16rem;
}
#pageTop .reason_wrap .reason_area .reason_box .circle_2 {
  width: 9rem;
  height: 9rem;
}
#pageTop .reason_wrap .reason_area {
  /* 回転 */
}
#pageTop .reason_wrap .reason_area .reason_box.js_anime_on {
  opacity: 1;
}
#pageTop .reason_wrap .reason_area .reason_box.js_anime_on .reason_card {
  -webkit-transform: translateY(0) rotateY(-180deg);
          transform: translateY(0) rotateY(-180deg);
}
#pageTop .reason_wrap .reason_area .reason_box_1 .circle_1 {
  top: 1rem;
  left: 0;
}
#pageTop .reason_wrap .reason_area .reason_box_1 .circle_2 {
  bottom: 1rem;
  right: 3rem;
}
#pageTop .reason_wrap .reason_area .reason_box_2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#pageTop .reason_wrap .reason_area .reason_box_2 .reason_card {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#pageTop .reason_wrap .reason_area .reason_box_2 .circle_1 {
  top: 0;
  right: 3rem;
}
#pageTop .reason_wrap .reason_area .reason_box_2 .circle_2 {
  bottom: 0;
  right: 2rem;
}
#pageTop .reason_wrap .reason_area .reason_box_3 .circle_1 {
  top: 0;
  right: 4rem;
}
#pageTop .reason_wrap .reason_area .reason_box_3 .circle_2 {
  bottom: 1rem;
  right: 11rem;
}
#pageTop .reason_wrap .reason_area .reason_box_4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#pageTop .reason_wrap .reason_area .reason_box_4 .reason_card {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#pageTop .reason_wrap .reason_area .reason_box_4 .circle_1 {
  bottom: 5rem;
  left: 0;
}
#pageTop .reason_wrap .reason_area .reason_box_4 .circle_2 {
  top: 8rem;
  right: 6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .reason_wrap {
    padding: 5rem 0 12rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box {
    display: block;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry {
    width: 46rem;
    height: 46rem;
    margin-right: 0;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry::after, #pageTop .reason_wrap .worry_area .worry_box .worry::before {
    width: 8rem;
    height: 8rem;
    bottom: -1rem;
    left: 4rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry::after {
    width: 5rem;
    height: 5rem;
    bottom: -8rem;
    left: 10rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .p1 {
    width: 28rem;
    height: 6rem;
    font-size: 3rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .p2 {
    font-size: 2.8rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-of-type(even) {
    margin-top: 0;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(2),
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(3),
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(4) {
    margin: -9rem 0 0 0;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(2)::before,
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(4)::before {
    left: auto;
    right: 4rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(2)::after,
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(4)::after {
    left: auto;
    right: 10rem;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(2) {
    margin-left: auto;
  }
  #pageTop .reason_wrap .worry_area .worry_box .worry:nth-child(4) {
    margin-left: auto;
  }
  #pageTop .reason_wrap .worry_area .copy_box {
    margin: 9rem 0 0;
  }
  #pageTop .reason_wrap .line_area {
    width: 42rem;
    height: 3rem;
    background-image: radial-gradient(circle, #BADAD0 1rem, transparent 1rem);
    background-size: 6rem 2rem;
  }
  #pageTop .reason_wrap .reason_area {
    gap: 8rem 0;
  }
  #pageTop .reason_wrap .reason_area .reason_box {
    width: 60rem;
    height: 57rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box {
    /* 共通 */
  }
  #pageTop .reason_wrap .reason_area .reason_box {
    /* 初期に見えてる面 */
  }
  #pageTop .reason_wrap .reason_area .reason_box {
    /* テキスト面 */
  }
  #pageTop .reason_wrap .reason_area .reason_box .reason_back {
    padding: 7.5rem 5rem 0;
  }
  #pageTop .reason_wrap .reason_area .reason_box .ttl {
    width: 26rem;
    height: 6rem;
    font-size: 2.6rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box .num {
    font-size: 10.8rem;
    top: 1.6rem;
    right: 1.6rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box .lead {
    font-size: 3.6rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box .circle_2 {
    width: 11rem;
    height: 11rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box_1 .circle_2 {
    bottom: 2rem;
    right: 6rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box_2 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .reason_wrap .reason_area .reason_box_2 .reason_card {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .reason_wrap .reason_area .reason_box_2 .circle_1 {
    top: 1rem;
    right: 9rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box_2 .circle_2 {
    bottom: 3rem;
    right: 7rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box_3 .circle_2 {
    bottom: 2rem;
    right: 21rem;
  }
  #pageTop .reason_wrap .reason_area .reason_box_4 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .reason_wrap .reason_area .reason_box_4 .reason_card {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
#pageTop .fun_wrap {
  padding: 13rem 0 0;
}
#pageTop .fun_wrap .com_circle {
  background: #8FDEB2;
  opacity: 0.25;
}
#pageTop .fun_wrap .circle_1 {
  width: 10rem;
  height: 10rem;
  top: -5rem;
  left: 21rem;
}
#pageTop .fun_wrap .circle_2 {
  width: 24rem;
  height: 24rem;
  top: 13rem;
  right: 6rem;
}
#pageTop .fun_wrap .circle_3 {
  width: 15rem;
  height: 15rem;
  top: 76rem;
  left: 0rem;
}
#pageTop .fun_wrap .circle_4 {
  width: 15rem;
  height: 15rem;
  bottom: -11rem;
  left: 27rem;
}
#pageTop .fun_wrap .circle_5 {
  width: 24rem;
  height: 24rem;
  bottom: -16rem;
  right: 5rem;
}
#pageTop .fun_wrap .copy_area {
  margin: 0 0 8rem;
}
#pageTop .fun_wrap .fun_area {
  width: 97rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  border-radius: 1.6rem;
  padding: 3px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}
#pageTop .fun_wrap .fun_area .fun_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1.4rem;
  padding: 4rem 5rem;
}
#pageTop .fun_wrap .fun_area .copy_box {
  width: 40rem;
}
#pageTop .fun_wrap .fun_area .copy_box .p1 {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #3FB089;
  text-align: center;
  padding: 0 0 3.5rem;
  position: relative;
}
#pageTop .fun_wrap .fun_area .copy_box .p1::before {
  content: "";
  width: 26rem;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#pageTop .fun_wrap .fun_area .copy_box .txt {
  letter-spacing: 0;
  margin: 3rem 0 0;
}
#pageTop .fun_wrap .fun_area .copy_box .list_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 4rem 0 0;
}
#pageTop .fun_wrap .fun_area .copy_box .list {
  font-size: 1.5rem;
  font-weight: 700;
  background: #BADAD0;
  border-radius: 0.8rem;
  padding: 1rem 1.5rem;
}
#pageTop .fun_wrap .fun_area .img_box {
  width: 40rem;
  overflow: hidden;
}
#pageTop .fun_wrap .fun_area .note_box {
  width: 100%;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .fun_wrap {
    padding: 12rem 0 0;
  }
  #pageTop .fun_wrap .com_circle {
    opacity: 0.3;
  }
  #pageTop .fun_wrap .circle_1 {
    top: -5rem;
    left: 5rem;
  }
  #pageTop .fun_wrap .circle_2 {
    top: 27rem;
    right: 4rem;
  }
  #pageTop .fun_wrap .circle_3 {
    top: 176rem;
    left: -3rem;
  }
  #pageTop .fun_wrap .circle_4 {
    left: 7rem;
  }
  #pageTop .fun_wrap .circle_5 {
    bottom: -21rem;
    right: 0rem;
  }
  #pageTop .fun_wrap .fun_area {
    width: 100%;
    margin: 0 auto 5rem;
  }
  #pageTop .fun_wrap .fun_area .fun_inner {
    gap: 0;
    padding: 5rem;
  }
  #pageTop .fun_wrap .fun_area .copy_box {
    width: 100%;
  }
  #pageTop .fun_wrap .fun_area .copy_box .p1 {
    font-size: 3.6rem;
    padding: 0 0 3.5rem;
  }
  #pageTop .fun_wrap .fun_area .copy_box .p1::before {
    width: 32rem;
  }
  #pageTop .fun_wrap .fun_area .copy_box .txt {
    line-height: 1.6;
  }
  #pageTop .fun_wrap .fun_area .copy_box .list_outer {
    gap: 1rem;
    margin: 4rem 0 0;
  }
  #pageTop .fun_wrap .fun_area .copy_box .list {
    font-size: 2.6rem;
    padding: 1.4rem 1.7rem;
  }
  #pageTop .fun_wrap .fun_area .img_box {
    width: 100%;
    margin: 4rem 0 0;
  }
  #pageTop .fun_wrap .fun_area .note_box {
    margin: 1.4rem 0 0;
  }
}
#pageTop .price_wrap {
  margin: 13rem 0 0;
}
#pageTop .price_wrap .price_area .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), to(rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 100%);
  border-radius: 1.6rem;
  padding: 3.5rem 5rem;
  margin: 5.6rem auto 0;
}
#pageTop .price_wrap .price_area .price_box .copy {
  width: 41rem;
  text-align: center;
  color: #fff;
}
#pageTop .price_wrap .price_area .price_box .ttl {
  width: 100%;
  font-size: 1.8rem;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 7px 5px -5px rgba(119, 119, 119, 0.45);
          box-shadow: 0px 7px 5px -5px rgba(119, 119, 119, 0.45);
  padding: 1rem 2.7rem;
}
#pageTop .price_wrap .price_area .price_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageTop .price_wrap .price_area .price_box .txt .s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.7rem;
  height: 6.3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: #006C3A;
  background: #fff;
  border-radius: 0.3rem;
}
#pageTop .price_wrap .price_area .price_box .txt .s2 {
  letter-spacing: 0;
}
#pageTop .price_wrap .price_area .price_box .txt .s3 {
  font-size: 9.5rem;
  color: #FFED4B;
}
#pageTop .price_wrap .price_area .price_box .txt .s4 {
  font-size: 3.2rem;
}
#pageTop .price_wrap .price_area .price_box .txt .s5 {
  font-size: 1.6rem;
}
#pageTop .price_wrap .price_area .price_box .note {
  font-size: 2.2rem;
  margin: 2rem 0 0;
}
#pageTop .price_wrap .price_area .note_box {
  width: 60rem;
}
#pageTop .price_wrap .price_area .note_box .note_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  width: 100%;
  height: 9rem;
  background: #fff;
  letter-spacing: 0.02em;
  border-radius: 0.8rem;
  padding: 0 1.5rem;
  margin: 2rem 0 0;
}
#pageTop .price_wrap .price_area .note_box .note_outer:first-child {
  margin: 0;
}
#pageTop .price_wrap .price_area .note_box .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background: #49AF8E;
}
#pageTop .price_wrap .price_area .note_box .p2 {
  width: 35rem;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #49AF8E;
}
#pageTop .price_wrap .price_area .btn_box {
  width: 45rem;
  margin: 4rem auto 0;
}
#pageTop .price_wrap .price_area .btn_box .btn {
  height: 9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .price_wrap {
    margin: 12rem 0 0;
  }
  #pageTop .price_wrap .price_area .price_box {
    width: 100%;
    padding: 4rem 5rem 5rem;
    margin: 5rem auto 0;
  }
  #pageTop .price_wrap .price_area .price_box .copy {
    width: 100%;
  }
  #pageTop .price_wrap .price_area .price_box .ttl {
    font-size: 2.8rem;
    padding: 1.6rem 0;
  }
  #pageTop .price_wrap .price_area .price_box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 2rem;
    margin: 1rem 0 0;
  }
  #pageTop .price_wrap .price_area .price_box .txt .s1 {
    width: 12rem;
    height: 8rem;
    font-size: 2.8rem;
  }
  #pageTop .price_wrap .price_area .price_box .txt .s3 {
    font-size: 10.5rem;
  }
  #pageTop .price_wrap .price_area .price_box .txt .s4 {
    font-size: 4.2rem;
  }
  #pageTop .price_wrap .price_area .price_box .txt .s5 {
    font-size: 2.6rem;
  }
  #pageTop .price_wrap .price_area .price_box .note {
    font-size: 3rem;
    margin: 3rem 0 0;
  }
  #pageTop .price_wrap .price_area .note_box {
    width: 100%;
    margin: 4rem 0 0;
  }
  #pageTop .price_wrap .price_area .note_box .note_outer {
    gap: 2rem 0;
    height: auto;
    padding: 3rem 4rem;
  }
  #pageTop .price_wrap .price_area .note_box .p1 {
    width: 40rem;
    height: 5rem;
    font-size: 2.6rem;
    margin: 0 auto;
  }
  #pageTop .price_wrap .price_area .note_box .p2 {
    width: 100%;
    font-size: 2.6rem;
  }
  #pageTop .price_wrap .price_area .btn_box {
    width: 50rem;
    margin: 5rem auto 0;
  }
  #pageTop .price_wrap .price_area .btn_box .btn {
    height: 11rem;
  }
}
#pageTop .flow_wrap {
  padding: 15rem 0 9rem;
}
#pageTop .flow_wrap .com_circle {
  background: #8FDEB2;
  opacity: 0.25;
}
#pageTop .flow_wrap .circle_1 {
  width: 15rem;
  height: 15rem;
  top: -24rem;
  right: 5rem;
}
#pageTop .flow_wrap .circle_2 {
  width: 24rem;
  height: 24rem;
  top: -16rem;
  left: 11rem;
}
#pageTop .flow_wrap .circle_3 {
  width: 24rem;
  height: 24rem;
  bottom: -2rem;
  right: 3rem;
}
#pageTop .flow_wrap .flow_area {
  position: relative;
  z-index: 1;
}
#pageTop .flow_wrap .flow_area .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.6rem auto 0;
}
#pageTop .flow_wrap .flow_area .flow_box .flow {
  width: 33rem;
  height: 34rem;
  color: #fff;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  padding: 4rem 5rem 0 10.5rem;
  margin: 0 -9rem 0 0;
  position: relative;
  background: #8FDEB2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 222, 178)), color-stop(300%, rgb(50, 164, 128)));
  background: linear-gradient(90deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 300%);
  mask-image: url("../../build/img/top/flow_mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../../build/img/top/flow_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
}
#pageTop .flow_wrap .flow_area .flow_box .num {
  font-size: 12.6rem;
  font-weight: 600;
  opacity: 0.2;
  position: absolute;
  left: 7rem;
  bottom: 1.5rem;
}
#pageTop .flow_wrap .flow_area .flow_box .p1 {
  font-size: 2.4rem;
}
#pageTop .flow_wrap .flow_area .flow_box .p2 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.9;
  margin: 2rem 0 0;
}
#pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(1) {
  padding: 4rem 10rem 0 5.6rem;
  margin: 0 -9.6rem 0 0;
  z-index: 4;
}
#pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(1) .num {
  left: 2rem;
}
#pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(2) {
  z-index: 3;
}
#pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(3) {
  z-index: 2;
}
#pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#pageTop .flow_wrap .flow_area .note_box {
  width: 95rem;
  margin: 2rem auto 0;
}
#pageTop .flow_wrap .flow_area .btn_box {
  width: 45rem;
  margin: 2rem auto 0;
}
#pageTop .flow_wrap .flow_area .btn_box .btn {
  height: 9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .flow_wrap {
    padding: 12rem 0 9rem;
  }
  #pageTop .flow_wrap .circle_1 {
    top: -27rem;
    right: 3rem;
  }
  #pageTop .flow_wrap .circle_2 {
    top: -7rem;
    left: -1rem;
  }
  #pageTop .flow_wrap .circle_3 {
    bottom: 4rem;
  }
  #pageTop .flow_wrap .flow_area .flow_box .flow {
    width: 100%;
    height: 59rem;
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    padding: 19rem 5rem 0;
    margin: -15rem 0 0;
    background: #8FDEB2;
    background: linear-gradient(176deg, rgb(143, 222, 178) 0%, rgb(50, 164, 128) 130%);
    mask-image: url("../../build/img/top/flow_mask_sp.png");
    -webkit-mask-image: url("../../build/img/top/flow_mask_sp.png");
  }
  #pageTop .flow_wrap .flow_area .flow_box .num {
    font-size: 12.6rem;
    left: auto;
    right: 1rem;
    bottom: auto;
    top: 8rem;
  }
  #pageTop .flow_wrap .flow_area .flow_box .p1 {
    font-size: 3.4rem;
    text-align: center;
  }
  #pageTop .flow_wrap .flow_area .flow_box .p2 {
    font-size: 2.8rem;
    margin: 2rem 0 0;
  }
  #pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(1) {
    height: 47rem;
    padding: 5rem 5rem 0;
    margin: 0;
    z-index: 4;
  }
  #pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(1) .num {
    top: 1rem;
    left: auto;
    right: 1rem;
  }
  #pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(2) {
    z-index: 3;
  }
  #pageTop .flow_wrap .flow_area .flow_box .flow:nth-child(3) {
    z-index: 2;
  }
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow.js_anime_on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(1),
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(2),
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(3),
  #pageTop .flow_wrap .flow_area .flow_box.js_anime_on .flow:nth-child(4) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #pageTop .flow_wrap .flow_area .note_box {
    width: 100%;
    margin: 3rem auto 0;
  }
  #pageTop .flow_wrap .flow_area .btn_box {
    width: 50rem;
    margin: 5rem auto 0;
  }
  #pageTop .flow_wrap .flow_area .btn_box .btn {
    height: 11rem;
  }
}
#pageTop .faq_wrap {
  padding: 17rem 0 10rem;
}
#pageTop .faq_wrap .com_circle {
  background: #8FDEB2;
  opacity: 0.25;
}
#pageTop .faq_wrap .circle_1 {
  width: 24rem;
  height: 24rem;
  top: 0;
  right: 1rem;
}
#pageTop .faq_wrap .circle_2 {
  width: 15rem;
  height: 15rem;
  top: 19rem;
  left: 8rem;
}
#pageTop .faq_wrap .circle_3 {
  width: 15rem;
  height: 15rem;
  top: 38rem;
  right: -6rem;
}
#pageTop .faq_wrap .circle_4 {
  width: 24rem;
  height: 24rem;
  left: 0;
  bottom: -6rem;
}
#pageTop .faq_wrap .faq_area {
  width: 82rem;
  margin: 7rem auto 0;
  position: relative;
  z-index: 1;
}
#pageTop .faq_wrap .faq_area .faq_box {
  margin: 3.6rem 0 0;
}
#pageTop .faq_wrap .faq_area .faq_box .q_txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3FB089;
}
#pageTop .faq_wrap .faq_area .faq_box .q_txt .s1 {
  font-size: 3.2rem;
  padding: 0 1.6rem 0 0;
}
#pageTop .faq_wrap .faq_area .faq_box .a_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.6rem;
  border: 3px solid #F2A03D;
  border-radius: 0.8rem;
  background: #fff;
  padding: 2.6rem;
  margin: 1.5rem 0 0;
}
#pageTop .faq_wrap .faq_area .faq_box .a_txt .a_1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #3FB089;
}
#pageTop .faq_wrap .faq_area .faq_box .a_txt .a_2 {
  width: 70rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #pageTop .faq_wrap {
    padding: 12rem 0 18rem;
  }
  #pageTop .faq_wrap .circle_2 {
    top: 37rem;
    left: -3rem;
  }
  #pageTop .faq_wrap .circle_3 {
    top: 59rem;
    right: -3rem;
  }
  #pageTop .faq_wrap .circle_4 {
    bottom: -10rem;
  }
  #pageTop .faq_wrap .faq_area {
    width: 100%;
    margin: 7rem auto 0;
  }
  #pageTop .faq_wrap .faq_area .faq_box .q_txt {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  #pageTop .faq_wrap .faq_area .faq_box .q_txt .s1 {
    font-size: 4.2rem;
    padding: 0 1.6rem 0 0;
  }
  #pageTop .faq_wrap .faq_area .faq_box .a_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 3rem;
    margin: 2rem 0 0;
  }
  #pageTop .faq_wrap .faq_area .faq_box .a_txt .a_1 {
    font-size: 4.2rem;
  }
  #pageTop .faq_wrap .faq_area .faq_box .a_txt .a_2 {
    width: 54rem;
    font-size: 2.6rem;
    letter-spacing: 0.04em;
  }
}
/*# sourceMappingURL=style.css.map */