@charset "UTF-8";
/** @format */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
dd,
dt {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

/** @format */
/** @format */
/** @format */
/** @format */
/*---------------------------------
  サイト専用
---------------------------------*/
/*---------------------------------
  共通
---------------------------------*/
/** @format */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333;
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

.p-Wrap {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (min-width: 481px) {
  .over-480 {
    display: block;
  }
  .under-480 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .over-480 {
    display: none !important;
  }
  .under-480 {
    display: block;
  }
}
.cta-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .cta-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta-sec.nopt {
  padding-top: 0;
}
.cta-sec .cta-block {
  position: relative;
  display: block;
  background: #f7faf5;
  border: 4px solid #ae9f91;
  border-radius: 20px;
}
.cta-sec .cta-block .bubble {
  position: absolute;
  width: 173px;
  top: -78px;
  right: 22px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .bubble {
    width: 88px;
    top: -39px;
    right: 11px;
  }
}
.cta-sec .cta-block h2 {
  padding: 20px;
  color: #fff;
  line-height: 1;
  background: #ae9f91;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block h2 {
    padding: 10px;
  }
}
.cta-sec .cta-block h2 span {
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block h2 span {
    font-size: 2.4rem;
  }
}
.cta-sec .cta-block .txt {
  padding: 50px 24px 46px;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt {
    padding: 25px 10px 22px;
  }
}
.cta-sec .cta-block .txt .txt01 {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt .txt01 {
    margin-bottom: 18px;
    gap: 0 4px;
  }
}
.cta-sec .cta-block .txt .txt01 figure {
  width: 84px;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt .txt01 figure {
    width: 42px;
  }
}
.cta-sec .cta-block .txt .txt01 .txt01-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
.cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-01 {
  padding: 9px 18px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f7faf5;
  font-size: 2.4rem;
  line-height: 1;
  background: #4b4b4b;
  border-radius: 999px;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-01 {
    font-size: 1.2rem;
  }
}
.cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-02 {
  color: #4b4b4b;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-02 {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
}
.cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-02 span {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt .txt01 .txt01-01 .txt01-01-02 span {
    font-size: 1rem;
  }
}
.cta-sec .cta-block .txt a.cta-btn-box {
  padding: 12px 14px;
  color: #fff;
  background: #ee4a71;
  border-radius: 999px;
  display: block;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt a.cta-btn-box {
    padding: 6px 7px;
  }
}
.cta-sec .cta-block .txt a.cta-btn-box .cta-btn {
  position: relative;
  padding: 28px 0 28px 12%;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 3.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt a.cta-btn-box .cta-btn {
    padding: 14px 0 14px 12%;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.cta-sec .cta-block .txt a.cta-btn-box .cta-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #FFFFFF;
  top: calc(50% - 14px);
  right: 14%;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt a.cta-btn-box .cta-btn::after {
    border-width: 8px 0 8px 10px;
    top: calc(50% - 7px);
    right: 10%;
  }
}
.cta-sec .cta-block .txt a.cta-btn-box .cta-btn span {
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .cta-sec .cta-block .txt a.cta-btn-box .cta-btn span {
    font-size: 2.4rem;
  }
}

/*
.txt_base {
  p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    & + p {
//      padding-top: 1.5em;
    }
  }
}
*/
/*
.more_btn {
  div, a {
    position: relative;
    padding-bottom: 6px;
    padding-right: 24px;
    color: $txt_base;
    @include inter;
    font-size: 1.4rem;
    line-height: 1;
    border-bottom: 1px solid #f3f3f3;
    display: inline-block;
  //  display: inline-block;
    &::before {
      position: absolute;
      content: '';
      width: 18px;
      height: 5px;
      background: url(../img/common/arrow-01.svg) no-repeat 0 0 / contain;
      bottom: 11px;
      right: 0;
      @include animate03;
    }
//    @include breakpoint__max (device_1300) {
//    }
//    @include breakpoint__max (device_sp) {
//    }
    &:hover {
      &::before {
        transform: translateX(5px);
      }
    }
    &.red {
      &::before {
        background: url(../img/common/arrow-01-red.svg) no-repeat 0 0 / contain;
      }
    }
    &.white {
      &::before {
        background: url(../img/common/arrow-01-white.svg) no-repeat 0 0 / contain;
      }
    }
    &.large {
      &::before {
        width: 60px;
        height: 10px;
        background: url(../img/common/arrow-02.svg) no-repeat 0 0 / contain;
        @include breakpoint__max(device_sp) {
          width: 30px;
          height: 5px;
        }
      }
    }
  }
}

.tel_link a {
  color: $txt_base;
}
*/
/*
.gmap {
  margin-bottom: 18px;
  @include mq (under-ipad) {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  iframe {
    width: 100%;
    height: 398px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    @include mq (under-ipad) {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }
  }
}
*/
.main_width {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 750px;
}

ul.triangle {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul.triangle li {
  position: relative;
  padding-left: 1em;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  ul.triangle li {
    font-size: 1.6rem;
  }
}
ul.triangle li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #98B387;
  top: 23px;
  left: 5px;
}
@media screen and (max-width: 480px) {
  ul.triangle li::before {
    border-width: 4px 0 4px 7px;
    top: 12px;
    left: 2px;
  }
}

.sttl {
  margin: 60px auto 40px;
  padding: 7px 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  border: 2px solid #98B387;
}
@media screen and (max-width: 480px) {
  .sttl {
    padding: 5px 10px 6px;
    font-size: 1.6rem;
  }
}

.p-hero {
  position: relative;
  height: 1621px;
}
@media screen and (max-width: 480px) {
  .p-hero {
    height: auto;
  }
}
.p-hero .catch {
  position: absolute;
  top: 744px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-hero .catch {
    top: 46%;
  }
}
.p-hero p {
  position: absolute;
  width: 100%;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  top: 1000px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-hero p {
    top: 62%;
  }
}
.p-hero p sub {
  font-size: 4.8rem;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-hero p sub {
    font-size: 2.4rem;
  }
}

h2.h201 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 4.8rem;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 480px) {
  h2.h201 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 2.4rem;
  }
}
h2.h201::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background: #98b387;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  h2.h201::after {
    width: 75px;
    height: 3px;
  }
}

h3.h301 {
  margin-bottom: 54px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  h3.h301 {
    margin-bottom: 27px;
    font-size: 1.8rem;
  }
}

.bg {
  background: #f8f8f8;
}

.worry-sec .bg {
  padding-top: 68px;
  padding-bottom: 58px;
  background: #f7f7f7;
}
.worry-sec .bg .chk {
  padding-left: 54px;
  padding-right: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px 0;
}
@media screen and (max-width: 480px) {
  .worry-sec .bg .chk {
    padding-left: 20px;
    padding-right: 20px;
    gap: 18px 0;
  }
}
.worry-sec .bg .chk li {
  position: relative;
  padding: 16px 14px 17px 78px;
  font-size: 2.6rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #d6cfca;
}
@media screen and (max-width: 480px) {
  .worry-sec .bg .chk li {
    padding: 10px 10px 10px 45px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.worry-sec .bg .chk li::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 40px;
  background: url(../img/ico-check.png) no-repeat 0 0/contain;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 480px) {
  .worry-sec .bg .chk li::before {
    width: 22px;
    height: 20px;
    left: 15px;
  }
}
.worry-sec .lead01 {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #fff;
  font-size: 3.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .worry-sec .lead01 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
.worry-sec .lead01 span {
  color: #8d4600;
}

.school-sec h2 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .school-sec h2 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.8rem;
  }
}
.school-sec h2 .co1 {
  color: #a77327;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .school-sec h2 .co1 {
    font-size: 3rem;
  }
}
.school-sec h2 .co2 {
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .school-sec h2 .co2 {
    font-size: 2.5rem;
  }
}
.school-sec .mamada_01 {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_01 {
    margin-top: 50px;
    padding-bottom: 25px;
  }
}
.school-sec .mamada_01 .fig03 {
  margin: 16px 35px 0 0;
  width: 292px;
  float: left;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_01 .fig03 {
    margin: 8px 18px 0 0;
    width: 146px;
  }
}
.school-sec .mamada_01 .fig03 figcaption {
  padding-top: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_01 .fig03 figcaption {
    font-size: 1.4rem;
  }
}
.school-sec .mamada_01 p {
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_01 p {
    font-weight: 400;
  }
}
.school-sec .mamada_02 {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_02 {
    padding-bottom: 50px;
  }
}
.school-sec .mamada_02 .fig04 {
  width: 349px;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_02 .fig04 {
    width: 48%;
  }
}
.school-sec .mamada_02 .fig04 figcaption {
  padding-top: 5px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .school-sec .mamada_02 .fig04 figcaption {
    font-size: 1.6rem;
  }
}

.reason-sec {
  padding-top: 100px;
  background: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .reason-sec {
    padding-top: 50px;
  }
}
.reason-sec .main_width {
  max-width: calc(100% - 40px);
}
.reason-sec .h201 {
  margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .reason-sec .h201 {
    margin-bottom: 60px;
  }
}
.reason-sec .h3box {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  border-bottom: 3px solid #98b387;
}
@media screen and (max-width: 480px) {
  .reason-sec .h3box {
    margin-bottom: 25px;
    gap: 0 10px;
    border-bottom: 2px solid #98b387;
  }
}
.reason-sec .h3box::after {
  position: absolute;
  content: "";
  width: 100px;
  line-height: 0;
  display: block;
  border-bottom: 7px solid #98b387;
  bottom: -2px;
}
@media screen and (max-width: 480px) {
  .reason-sec .h3box::after {
    width: 50px;
    border-bottom: 4px solid #98b387;
  }
}
.reason-sec .h3box .num {
  padding-left: 10px;
  width: 100px;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .reason-sec .h3box .num {
    width: 50px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.reason-sec .h3box h3 {
  width: calc(100% - 100px);
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  .reason-sec .h3box h3 {
    width: calc(100% - 50px);
    font-size: 1.8rem;
  }
}
.reason-sec ul {
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .reason-sec ul {
    padding-bottom: 40px;
  }
}
.reason-sec ul li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 20px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .reason-sec ul li {
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
  }
}

.result-sec {
  padding-top: 50px;
}
.result-sec .h201 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .result-sec .h201 {
    margin-bottom: 40px;
  }
}
.result-sec .result-box {
  padding-top: 65px;
  padding-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .result-sec .result-box {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.result-sec .result-box h3 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 4rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .result-sec .result-box h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.result-sec .result-box p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3rem;
  letter-spacing: -0.05em;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .result-sec .result-box p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.result-sec .result-txt {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .result-sec .result-txt {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.result-sec .result-txt p {
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .result-sec .result-txt p {
    font-size: 2.4rem;
  }
}

.level-sec {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .level-sec {
    padding-top: 50px;
  }
}
.level-sec .h201 {
  margin-bottom: 0;
}
.level-sec .main_width {
  max-width: calc(100% - 40px);
}
.level-sec .level-box {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .level-sec .level-box {
    padding-top: 80px;
  }
}
.level-sec .level-box .level {
  margin: 100px auto 34px;
  padding: 7px 40px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  background: #98B387;
}
@media screen and (max-width: 480px) {
  .level-sec .level-box .level {
    margin: 0 auto 18px;
    padding: 3px 20px 4px;
    font-size: 1.6rem;
  }
}

.flow-sec {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .flow-sec {
    padding-top: 50px;
  }
}
.flow-sec dl {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 480px) {
  .flow-sec dl {
    margin-bottom: 25px;
  }
}
.flow-sec dl dt {
  margin-top: 12px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  background: #98B387;
  border-radius: 50%;
  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 (max-width: 480px) {
  .flow-sec dl dt {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}
.flow-sec dl dd {
  width: calc(100% - 40px);
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .flow-sec dl dd {
    font-size: 1.6rem;
  }
}

.price-sec {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .price-sec {
    padding-top: 50px;
  }
}

.schedule-sec {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .schedule-sec {
    padding-top: 50px;
  }
}

.faq-sec {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .faq-sec {
    padding-top: 50px;
  }
}
.faq-sec .main_width {
  max-width: calc(100% - 40px);
}
.faq-sec .h201 {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .faq-sec .h201 {
    margin-bottom: 50px;
  }
}
.faq-sec .faqbox {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 0;
}
@media screen and (max-width: 480px) {
  .faq-sec .faqbox {
    margin-bottom: 30px;
    gap: 14px 0;
  }
}
.faq-sec .faqbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 480px) {
  .faq-sec .faqbox dl {
    gap: 0 8px;
  }
}
.faq-sec .faqbox dl dt {
  width: 72px;
}
@media screen and (max-width: 480px) {
  .faq-sec .faqbox dl dt {
    width: 36px;
  }
}
.faq-sec .faqbox dl dt span {
  width: 53px;
  height: 53px;
  display: block;
}
@media screen and (max-width: 480px) {
  .faq-sec .faqbox dl dt span {
    width: 27px;
    height: 27px;
  }
}
.faq-sec .faqbox dl dt span.q {
  background: url(../img/ico-q.png) no-repeat 0 0/contain;
}
.faq-sec .faqbox dl dt span.a {
  background: url(../img/ico-a.png) no-repeat 0 0/contain;
}
.faq-sec .faqbox dl dd {
  width: calc(100% - 90px);
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .faq-sec .faqbox dl dd {
    width: calc(100% - 45px);
    font-size: 1.6rem;
  }
}

.p-foot {
  margin-bottom: 40px;
}
.p-foot .main_width {
  position: relative;
  padding: 50px 10px 70px 30px;
  max-width: calc(100% - 40px);
  border: 1px solid #535353;
}
@media screen and (max-width: 480px) {
  .p-foot .main_width {
    padding: 15px 5px 60px 15px;
  }
}
@media screen and (max-width: 390px) {
  .p-foot .main_width {
    padding: 15px 5px 35px 15px;
  }
}
.p-foot .main_width p {
  font-size: 3rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p-foot .main_width p {
    font-size: 1.6rem;
  }
}
.p-foot .main_width .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-foot .main_width .box figure {
  position: absolute;
  margin: 20px 20px 0 0;
  width: 351px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .p-foot .main_width .box figure {
    width: 175px;
  }
}
.p-foot .main_width .box p {
  width: 60%;
}
@media screen and (max-width: 390px) {
  .p-foot .main_width .box p {
    width: 50%;
  }
}