@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

html, body {
  overflow: hidden; /* デフォルトのスクロールバーを非表示 */
}

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;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

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

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
  background: #fff;
}

.wrap {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-inline: auto;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .container {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    padding: 50px;
  }
}
.site-header .container .logo svg {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .logo svg {
    height: 45px;
  }
}
.site-header .container .logo svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.site-header .container .logo .st0 {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.site-header .container .hbg {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  width: 40px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg {
    width: 50px;
    height: 45px;
  }
}
.site-header .container .hbg .line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 3px;
  background: #19B26B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .container .hbg .line:first-child {
  top: 9px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg .line:first-child {
    top: 15px;
  }
}
.site-header .container .hbg .line:nth-child(2) {
  top: 14px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg .line:nth-child(2) {
    top: 21.5px;
  }
}
.site-header .container .hbg .line:nth-child(3) {
  top: 19px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg .line:nth-child(3) {
    top: 28.5px;
  }
}
.site-header .container .is-hbg .line:first-child {
  -webkit-transform: translateX(-50%) translateY(5px) rotate(45deg);
          transform: translateX(-50%) translateY(5px) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .site-header .container .is-hbg .line:first-child {
    -webkit-transform: translateX(-50%) translateY(7px) rotate(45deg);
            transform: translateX(-50%) translateY(7px) rotate(45deg);
  }
}
.site-header .container .is-hbg .line:nth-child(2) {
  opacity: 0;
}
.site-header .container .is-hbg .line:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-5px) rotate(-45deg);
          transform: translateX(-50%) translateY(-5px) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .site-header .container .is-hbg .line:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(-7px) rotate(-45deg);
            transform: translateX(-50%) translateY(-7px) rotate(-45deg);
  }
}

.is-header {
  background: #fff;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.is-header .logo svg path {
  fill: #19B26B;
}
.is-header .logo .st0 {
  stroke: #19B26B;
}
.is-header .hbg {
  background: #19B26B !important;
}
.is-header .hbg .line {
  background: white !important;
}

/*
main
================================*/
.site-main .bg-section {
  position: relative;
}
.site-main .bg-section:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 640px;
  height: 204px;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .site-main .bg-section:before {
    background-size: 75% auto;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .bg-section:before {
    background-size: 100% auto;
  }
}
.site-main .btn-list .btn a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .site-main .btn-list .btn a:hover {
    opacity: 0.8;
  }
}
.site-main__cta {
  background-image: url("image/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__cta .inner {
  max-width: 1000px;
  margin-inline: auto;
  background: #fff;
  padding: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__cta .inner .catch {
  color: #19B26B;
  font-size: clamp(1rem, 0.833rem + 0.71vw, 1.5rem);
}
@media screen and (min-width: 1024px) {
  .site-main__cta .inner .catch {
    text-align: center;
  }
}
.site-main__cta .inner .catch span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .inner .catch span {
    display: inline-block;
  }
}
.site-main__cta .inner .catch span:nth-child(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .inner .catch span:nth-child(2) {
    margin-top: 0;
  }
}
.site-main__cta .inner .btn-list {
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-main__cta .inner .btn-list .btn:first-child {
  margin-right: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__cta .inner .btn-list .btn:first-child a {
  background: #212121;
  border: 2px solid #212121;
  color: #fff;
}
.site-main__cta .inner .btn-list .btn a {
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .inner .btn-list .btn a {
    padding: 25px;
  }
}
.site-main__cta .inner .btn-list .btn a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .inner .btn-list .btn a .icon {
    margin-right: 15px;
  }
}
.site-main__cta .inner .btn-list .btn a .icon img {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}
.site-main__hero .inner {
  padding-top: 90px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner {
    padding-top: 146.117px;
  }
}
.site-main__hero .inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("image/hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__hero .inner .logo {
  text-align: center;
}
.site-main__hero .inner .logo img {
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .logo img {
    height: 45px;
  }
}
.site-main__hero .inner .catch {
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: clamp(1.25rem, 0.938rem + 1.33vw, 2.188rem);
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__hero .inner .catch span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .catch span {
    display: inline-block;
  }
}
.site-main__hero .inner .catch span:nth-child(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .catch span:nth-child(2) {
    margin-top: 0;
  }
}
.site-main__hero .inner .desc {
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .site-main__hero .inner .desc {
    text-align: center;
  }
}
.site-main__hero .inner .desc br {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-main__hero .inner .desc br {
    display: block;
  }
}
.site-main__hero .inner .btn-list {
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  padding-bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .site-main__hero .inner .btn-list {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .btn-list {
    padding-bottom: 270px;
  }
}
.site-main__hero .inner .btn-list .btn:first-child {
  margin-right: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__hero .inner .btn-list .btn:first-child a {
  background: #212121;
  color: #fff;
}
.site-main__hero .inner .btn-list .btn a {
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .btn-list .btn a {
    padding: 25px;
  }
}
.site-main__hero .inner .btn-list .btn a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .inner .btn-list .btn a .icon {
    margin-right: 15px;
  }
}
.site-main__hero .inner .btn-list .btn a .icon img {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}
.site-main__hero .img {
  position: relative;
  margin-top: -103px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-main__hero .img {
    margin-top: -160px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .img {
    margin-top: -220px;
  }
}
.site-main__hero .img img {
  max-width: 375px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-main__hero .img img {
    max-width: 575px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .img img {
    max-width: 800px;
  }
}
.site-main__hero .movie__inner {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin-inline: auto;
}
.site-main__hero .movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-main__about {
  position: relative;
  overflow: hidden;
}
.site-main__about:before {
  right: 0;
  background-image: url("image/about-bg-text.svg");
  background-position: top right;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.site-main__about .column .img {
  padding-top: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .img {
    padding-top: 0;
    width: 50%;
  }
}
.site-main__about .column .desc {
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .desc {
    margin-top: -7px;
    margin-right: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__about .column .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .site-main__about .column .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.site-main__feature {
  position: relative;
  background: #19B26B;
  color: #fff;
}
.site-main__feature:before {
  left: 0;
  background-image: url("image/feature-bg-text.svg");
  background-position: top left;
}
.site-main__feature .title-style1 {
  color: #fff;
}
.site-main__feature .title-style1-ja:before {
  background: #fff;
}
.site-main__feature .catch {
  margin-top: -8px;
  font-size: clamp(0.938rem, 0.521rem + 1.78vw, 2.188rem);
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .site-main__feature .catch {
    text-align: center;
  }
}
.site-main__feature .catch br {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-main__feature .catch br {
    display: block;
  }
}
.site-main__feature .feature-list {
  margin-top: clamp(1.875rem, 1.25rem + 2.67vw, 3.75rem);
}
@media screen and (min-width: 1024px) {
  .site-main__feature .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__feature .feature-list .item {
  overflow: hidden;
  border-radius: 5px;
  padding: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  background: #fff;
  color: #212121;
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
@media screen and (min-width: 1024px) {
  .site-main__feature .feature-list .item {
    margin-top: 0;
    width: calc(33.3% - 33.3px);
    margin-right: 50px;
  }
}
.site-main__feature .feature-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__feature .feature-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__feature .feature-list .item__num {
  text-align: center;
}
.site-main__feature .feature-list .item__num span {
  display: inline-block;
  background: #19B26B;
  color: #fff;
  border-radius: 5px;
  padding: 10px 10px 5px 11px;
  font-family: "Josefin Sans", serif;
  font-size: clamp(1.25rem, 1.042rem + 0.89vw, 1.875rem);
}
@media screen and (min-width: 1024px) {
  .site-main__feature .feature-list .item__num span {
    padding: 15px 15px 10px 16px;
  }
}
.site-main__feature .feature-list .item__img {
  text-align: center;
  margin: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem) 0;
}
.site-main__feature .feature-list .item__img img {
  width: auto;
  height: 180px;
}
.site-main__feature .feature-list .item__title {
  text-align: center;
  color: #19B26B;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
}
.site-main__feature .feature-list .item__desc {
  line-height: 1.6em;
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
.site-main__flow:before {
  right: 0;
  background-image: url("image/flow-bg-text.svg");
  background-position: top right;
}
.site-main__flow .column {
  position: relative;
  font-size: clamp(0.813rem, 0.708rem + 0.44vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-main__flow .column:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #19B26B;
}
.site-main__flow .column .ele {
  position: relative;
  width: 50%;
}
.site-main__flow .column .ele:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 99%;
  background: #19B26B;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .ele:before {
    width: 10px;
  }
}
.site-main__flow .column .ele:first-child {
  margin-right: clamp(1.094rem, 0.417rem + 2.89vw, 3.125rem);
}
.site-main__flow .column .ele:nth-child(2) {
  margin-left: clamp(1.094rem, 0.417rem + 2.89vw, 3.125rem);
}
.site-main__flow .column .ele .user {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 20px;
  border-radius: 5px;
  border: 5px solid #19B26B;
  background: #fff;
  color: #19B26B;
  max-width: 200px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .ele .user {
    padding: 30px;
    border: 10px solid #19B26B;
  }
}
.site-main__flow .column .ele .user .img img {
  width: auto;
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .ele .user .img img {
    height: 100px;
  }
}
.site-main__flow .column .ele .user .text {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .ele .user .text {
    margin-top: 25px;
  }
}
.site-main__flow .column .ele .flow-list {
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__flow .column .ele .flow-list__item {
  padding: 15px;
  text-align: center;
  background: #F7F7F7;
  border-radius: 5px;
  line-height: 1.6em;
}
.site-main__flow .column .ele .flow-list__item:not(:first-child) {
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-main__flow .column .ele .flow-list__item:last-child {
  background: #19B26B;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .ele .flow-list__item {
    padding: 25px;
  }
}
.site-main__flow .column .all-message {
  position: relative;
  z-index: 10;
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  padding: 15px;
  text-align: center;
  background: #19B26B;
  border-radius: 5px;
  color: #fff;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .column .all-message {
    padding: 25px;
  }
}
.site-main__flow .caution {
  margin-top: clamp(0.938rem, 0.729rem + 0.89vw, 1.563rem);
  font-size: clamp(0.75rem, 0.708rem + 0.18vw, 0.875rem);
}
.site-main__flow .caution p {
  position: relative;
  padding-left: 15px;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .caution p {
    padding-left: 20px;
  }
}
.site-main__flow .caution p:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.site-main__flow .caution p:not(:first-child) {
  margin-top: 10px;
}
.site-main__price {
  position: relative;
  background: #19B26B;
  color: #fff;
}
.site-main__price:before {
  left: 0;
  background-image: url("image/price-bg-text.svg");
  background-position: top left;
}
.site-main__price .title-style1 {
  color: #fff;
}
.site-main__price .title-style1-ja:before {
  background: #fff;
}
.site-main__price .title {
  text-align: center;
  background: #fff;
  padding: 15px;
  color: #19B26B;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .title {
    padding: 25px;
  }
}
.site-main__price .price-list {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__price .price-list .item {
  padding: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  background: #fff;
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 5px;
  margin-top: clamp(0.938rem, 0.208rem + 3.11vw, 3.125rem);
}
@media screen and (min-width: 1024px) {
  .site-main__price .price-list .item {
    width: calc(50% - 25px);
    margin-top: 0;
    margin-right: 50px;
  }
}
.site-main__price .price-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__price .price-list .item:nth-child(2) {
    margin-right: 0;
  }
}
.site-main__price .price-list .item:nth-child(2) .item__mainTitle {
  margin-top: clamp(0.813rem, 0.708rem + 0.44vw, 1.125rem);
  font-size: clamp(1.438rem, 1.021rem + 1.78vw, 2.688rem);
}
@media screen and (min-width: 1024px) {
  .site-main__price .price-list .item:nth-child(2) .item__mainTitle {
    margin-top: 17px;
  }
}
.site-main__price .price-list .item__subTitle {
  color: #212121;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
}
.site-main__price .price-list .item__mainTitle {
  font-size: clamp(1.25rem, 0.938rem + 1.33vw, 2.188rem);
  color: #19B26B;
  margin-top: clamp(0.938rem, 0.729rem + 0.89vw, 1.563rem);
}
.site-main__price .price-list .item__note {
  margin-top: 10px;
  color: #212121;
  font-size: clamp(0.75rem, 0.708rem + 0.18vw, 0.875rem);
}
.site-main__price .caution {
  margin-top: clamp(0.938rem, 0.729rem + 0.89vw, 1.563rem);
  font-size: clamp(0.75rem, 0.708rem + 0.18vw, 0.875rem);
}
.site-main__price .caution p {
  position: relative;
  padding-left: 15px;
  line-height: 1.4em;
}
.site-main__price .caution p:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.site-main__price .caution p:not(:first-child) {
  margin-top: 10px;
}
.site-main__faq:before {
  z-index: -1;
  right: 0;
  background-image: url("image/faq-bg-text.svg");
  background-position: top right;
}
.site-main__faq .faq-list {
  position: relative;
  z-index: 10;
}
.site-main__faq .faq-list .item {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}
.site-main__faq .faq-list .item:first-child {
  margin-top: 0;
}
.site-main__faq .faq-list .item .q, .site-main__faq .faq-list .item .a {
  position: relative;
  padding: 15px 40px 15px 40px;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .faq-list .item .q, .site-main__faq .faq-list .item .a {
    padding: 25px 50px 25px 55px;
  }
}
.site-main__faq .faq-list .item .q:before, .site-main__faq .faq-list .item .a:before {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .faq-list .item .q:before, .site-main__faq .faq-list .item .a:before {
    top: 25px;
    left: 25px;
  }
}
.site-main__faq .faq-list .item .q {
  cursor: pointer;
  pointer-events: auto;
  background: #19B26B;
  color: #fff;
}
.site-main__faq .faq-list .item .q:before {
  content: "Q .";
}
.site-main__faq .faq-list .item .q:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("image/icon-add.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .faq-list .item .q:after {
    right: 25px;
  }
}
.site-main__faq .faq-list .item .rotate:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-main__faq .faq-list .item .a {
  display: none;
  background: #F7F7F7;
}
.site-main__faq .faq-list .item .a:before {
  content: "A .";
}
.site-main__contact {
  position: relative;
  background: #19B26B;
  color: #fff;
}
.site-main__contact:before {
  left: 0;
  background-image: url("image/contact-bg-text.svg");
  background-position: top left;
}
.site-main__contact .title-style1 {
  color: #fff;
}
.site-main__contact .title-style1-ja:before {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__contact .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__contact .column .desc {
  margin-top: -5px;
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .site-main__contact .column .desc {
    width: 40%;
    margin-right: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  }
}
.site-main__contact .column .form {
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
@media screen and (min-width: 1024px) {
  .site-main__contact .column .form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.site-main__terms .p-h, .site-main__privacy .p-h {
  padding-top: 90px;
  background: #19B26B;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__terms .p-h, .site-main__privacy .p-h {
    padding-top: 145.867px;
  }
}
.site-main__terms .p-h .inner, .site-main__privacy .p-h .inner {
  padding-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .site-main__terms .p-h .inner, .site-main__privacy .p-h .inner {
    padding-bottom: 60px;
  }
}
.site-main__terms .p-h .inner h1, .site-main__privacy .p-h .inner h1 {
  font-weight: 900;
  font-size: clamp(1.25rem, 1.042rem + 0.89vw, 1.875rem);
}
.site-main__terms .container .block:not(:first-child), .site-main__privacy .container .block:not(:first-child) {
  margin-top: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
.site-main__terms .container .block .h, .site-main__privacy .container .block .h {
  font-size: clamp(0.938rem, 0.875rem + 0.27vw, 1.125rem);
  margin-bottom: 15px;
}
.site-main__terms .container .block .desc, .site-main__privacy .container .block .desc {
  line-height: 1.6em;
}
.site-main__terms .container .block .list, .site-main__privacy .container .block .list {
  margin-top: 10px;
}
.site-main__terms .container .block .list .item, .site-main__privacy .container .block .list .item {
  position: relative;
  line-height: 1.4em;
}
.site-main__terms .container .block .list .item:before, .site-main__privacy .container .block .list .item:before {
  position: absolute;
  top: 0;
  left: 0;
}
.site-main__terms .container .block .list .item:not(:first-child), .site-main__privacy .container .block .list .item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__terms .container .block .list .item:not(:first-child), .site-main__privacy .container .block .list .item:not(:first-child) {
    margin-top: 12px;
  }
}
.site-main__terms .container .block .list-num .item, .site-main__privacy .container .block .list-num .item {
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main__terms .container .block .list-num .item, .site-main__privacy .container .block .list-num .item {
    padding-left: 25px;
  }
}
.site-main__terms .container .block .list-num .item:first-child:before, .site-main__privacy .container .block .list-num .item:first-child:before {
  content: "1 .";
}
.site-main__terms .container .block .list-num .item:nth-child(2):before, .site-main__privacy .container .block .list-num .item:nth-child(2):before {
  content: "2 .";
}
.site-main__terms .container .block .list-num .item:nth-child(3):before, .site-main__privacy .container .block .list-num .item:nth-child(3):before {
  content: "3 .";
}
.site-main__terms .container .block .list-num .item:nth-child(4):before, .site-main__privacy .container .block .list-num .item:nth-child(4):before {
  content: "4 .";
}
.site-main__terms .container .block .list-num .item:nth-child(5):before, .site-main__privacy .container .block .list-num .item:nth-child(5):before {
  content: "5 .";
}
.site-main__terms .container .block .list-num .item:nth-child(6):before, .site-main__privacy .container .block .list-num .item:nth-child(6):before {
  content: "6 .";
}
.site-main__terms .container .block .list-num .item:nth-child(7):before, .site-main__privacy .container .block .list-num .item:nth-child(7):before {
  content: "7 .";
}
.site-main__terms .container .block .list-num .item:nth-child(8):before, .site-main__privacy .container .block .list-num .item:nth-child(8):before {
  content: "8 .";
}
.site-main__terms .container .block .list-num .item:nth-child(9):before, .site-main__privacy .container .block .list-num .item:nth-child(9):before {
  content: "9 .";
}
.site-main__terms .container .block .list-num .item:nth-child(10):before, .site-main__privacy .container .block .list-num .item:nth-child(10):before {
  content: "10 .";
}

/*
footer
================================*/
.site-footer .logo {
  text-align: center;
}
.site-footer .logo svg {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .site-footer .logo svg {
    height: 45px;
  }
}
.site-footer .logo svg path {
  fill: #19B26B;
}
.site-footer .logo svg .st0 {
  stroke: #19B26B;
}
.site-footer .catch {
  margin-top: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
  text-align: center;
  color: #19B26B;
  font-size: clamp(1rem, 0.833rem + 0.71vw, 1.5rem);
}
.site-footer .catch span {
  text-align: center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-footer .catch span {
    display: inline-block;
  }
}
.site-footer .catch span:nth-child(2) {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .site-footer .catch span:nth-child(2) {
    margin-top: 0;
  }
}
.site-footer .btn-list {
  margin: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .btn-list .btn:first-child {
  margin-right: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.site-footer .btn-list .btn:first-child a {
  border: 2px solid #19B26B;
  background: #fff;
  color: #19B26B;
}
.site-footer .btn-list .btn:nth-child(2) a {
  background: #212121;
  border: 2px solid #212121;
  color: #fff;
}
.site-footer .btn-list .btn a {
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .site-footer .btn-list .btn a {
    padding: 25px;
  }
}
.site-footer .btn-list .btn a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .site-footer .btn-list .btn a .icon {
    margin-right: 15px;
  }
}
.site-footer .btn-list .btn a .icon img {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}
.site-footer .other-list {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-footer .other-list .item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-footer .other-list .item:not(:first-child) {
    margin-top: 25px;
  }
}
.site-footer .copyright {
  text-align: center;
  letter-spacing: 0;
  font-family: "Josefin Sans", serif;
  font-size: 12px;
}

/*
bottom-nav
================================*/
.bottom-nav {
  position: fixed;
  z-index: 100;
  bottom: -100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav .item {
  width: 50%;
}
.bottom-nav .item:first-child a {
  background: #19B26B;
}
.bottom-nav .item:nth-child(2) {
  background: #212121;
}
.bottom-nav .item a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.bottom-nav .item a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .bottom-nav .item a .icon {
    margin-right: 15px;
  }
}
.bottom-nav .item a .icon img {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}
.is-bottom-nav {
  bottom: 0;
}

/*
drawer
================================*/
.drawer {
  position: fixed;
  z-index: 150;
  top: 75px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .drawer {
    top: 115px;
    right: 50px;
  }
}
.drawer .inner {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media screen and (min-width: 1024px) {
  .drawer .inner {
    padding: 30px;
  }
}
.drawer .inner .menu__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .drawer .inner .menu__item:not(:first-child) {
    margin-top: 20px;
  }
}
.drawer .inner .btn-list {
  margin-top: 25px;
}
.drawer .inner .btn-list .btn:first-child a {
  border: 2px solid #19B26B;
  background: #fff;
  color: #19B26B;
}
.drawer .inner .btn-list .btn:nth-child(2) {
  margin-top: 15px;
}
.drawer .inner .btn-list .btn:nth-child(2) a {
  background: #212121;
  border: 2px solid #212121;
  color: #fff;
}
.drawer .inner .btn-list .btn a {
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer .inner .btn-list .btn a .icon {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .drawer .inner .btn-list .btn a .icon {
    margin-right: 15px;
  }
}
.drawer .inner .btn-list .btn a .icon img {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}
.is-drawer {
  opacity: 1;
  pointer-events: auto;
}

/*
loading
================================*/
.loading {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: #19B26B;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.loading .logo, .loading .catch {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.9, 0.04, 0.74, 0.39);
  transition: opacity 0.4s cubic-bezier(0.9, 0.04, 0.74, 0.39);
  pointer-events: none;
}
.loading .logo {
  position: absolute;
  z-index: 250;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.loading .logo svg {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .loading .logo svg {
    height: 45px;
  }
}
.loading .logo svg path {
  fill: #19B26B;
}
.loading .logo svg .st0 {
  stroke: #19B26B;
}
.loading .catch {
  position: absolute;
  z-index: 250;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #19B26B;
  font-size: clamp(1.25rem, 0.938rem + 1.33vw, 2.188rem);
}
.loading .catch span {
  text-align: center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .loading .catch span {
    display: inline-block;
  }
}
.loading .catch span:nth-child(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .loading .catch span:nth-child(2) {
    margin-top: 0;
  }
}
.loading .overlay {
  position: fixed;
  z-index: 240;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.is-loading-anim1 .logo {
  opacity: 1;
}

.is-loading-anim2 .logo {
  opacity: 0;
}
.is-loading-anim2 .catch {
  opacity: 1;
}

.is-loading-anim3 .catch {
  opacity: 0;
}

.is-loading-anim4 .overlay {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.is-loading-anim5 {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

/*===============================
module
================================*/
/*
title-style
================================*/
.title-style1 {
  color: #19B26B;
  margin-bottom: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
.title-style1-ja {
  position: relative;
  padding-left: 15px;
}
.title-style1-ja:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #19B26B;
  border-radius: 100vh;
}
.title-style1-en {
  margin-top: 15px;
  font-family: "Josefin Sans", serif;
  letter-spacing: 0;
  font-size: clamp(1.563rem, 1.25rem + 1.33vw, 2.5rem);
}

/*
btn-style
================================*/
/*
page-style
================================*/
/*
news-style
================================*/
/*
space
================================*/
.pad-tb {
  padding: clamp(3.125rem, 2.083rem + 4.44vw, 6.25rem) 0;
}

.pad-t {
  padding-top: clamp(3.125rem, 2.083rem + 4.44vw, 6.25rem);
}

.pad-b {
  padding-bottom: clamp(3.125rem, 2.083rem + 4.44vw, 6.25rem);
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
font
================================*/
.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Josefin Sans", serif;
}

/*
font-weight
================================*/
/*
color
================================*/
/*
paragraph
================================*/
/*
animation
================================*/
.anim-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.anim-blur-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}