@charset "utf-8";

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

  body {
    margin: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1rem;
}

p{
    color: #2f2f2f;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

img {
    width: 100%;
}

a {
    display: inline-block;
    width: 100%;
}

.header {
    display: flex;
    background: #fff;
    padding: 1% 2%;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: fixed;
    z-index: 2;
}

div.header-logo {
    width: 35%;
}

ul.menu_list {
    padding: 0 3% 0 0;
    display: flex;
    list-style: none;
    font-size: 1vw;
    text-align: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    justify-content: end;
}

a.menu_list_button {
    font-size: 0.8vw;
    color: #fff;
}

p.small {
    font-size: 1vw;
    color: #000;
}

li.menu_list {
    padding: 0 1.5%;
}

.menu1 {
    display: flex;
    width: 100%;
    transform: none;
    z-index: 1;
    align-items: center;

}

.menu {
    display: none;
}

ul.list-btn {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 25%;
    gap: 3%;
    margin-left: 1%;
}

li.btn {
    width: 100%;
}

a.b-btn {
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.1vw;
    background-image: linear-gradient(90deg, rgba(45, 145, 124, 1), rgba(29, 116, 99, 1));
    padding: 7% 0;
    border-radius: 100px;
    text-align: center;
}

.fv {
    background-image: url(../img/fv.jpg);
    background-size: cover;
    height: 51vw;
    position: relative;
}

.fv2 {
    background-image: url(../img/fv2.png);
    background-size: cover;
    height: 25vw;
}

h1 {
    font-size: 3vw;
    font-weight: 600;
    color: #1f7766;
    line-height: 1.2;
    position: absolute;
    top: 19%;
    left: 10%;
    letter-spacing: 0.2rem;
    z-index: 1;
}

p.sub-title {
    font-size: 1.3vw;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    position: absolute;
    top: 38%;
    left: 10%;
}

.strong-box01 {
    display: flex;
    width: 15%;
    position: absolute;
    left: 8%;
    bottom: 13%;
}

img.fv-btn {
    position: absolute;
    top: 49%;
    left: 9%;
    width: 35%;
}

img.strong{
    padding: 0 5%;
}

img.fv-check01 {
    width: 2%;
    position: absolute;
    top: 18%;
    left: 22.5%;
}

img.fv-check02 {
    width: 2%;
    position: absolute;
    top: 18%;
    left: 33.5%;
}

.fv-btn {
    display: flex;
    width: 28%;
    position: absolute;
    top: 48%;
    left: 9%;
    gap: 1%;
}

.wrap{
    padding: 0 15%;
}

div#onayami {
    padding: 10% 0;
    position: relative;
}

p.small-txt {
    color: #a4c7c3;
    text-align: center;
    font-family: "futura";
}

h2 {
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    color: #333333;
    letter-spacing: 0.1rem;
    padding-bottom: 2%;
    line-height: 1.5;
}

img.onayami-arrow {
    position: absolute;
    width: 7%;
    bottom: 5%;
    left: 45%;
}

.onayami-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    border: solid 1px #cbe0dd;
    border-radius: 15px;
    padding: 5%;
    margin: 5% 0;
}

p.onayami-ttl {
    font-size: 1.8vw;
    font-weight: 600;
    color: #1f7766;
    padding-bottom: 5%;
    border-bottom: solid 1px #a8d6db;
}

ul.onayami-list {
    padding: 6% 0;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.5;
}

li.onayami-list {
    padding-bottom: 4%;
    display: flex;
    align-items: center;
}

li.onayami-list::before {
    content: "";
    display: block;
    background-image: url(../img/check.png);
    width: 19px;
    height: 16px;
    background-size: contain;
    margin-right: 3%;
}

li.onayami-list:last-child {
    padding-bottom: 0;
}

span.kadai {
    background: #1f7766;
    color: #fff;
    padding: 0.5% 5% 1%;
    border-radius: 100px;
    margin-left: 1%;
}

.onayami-item {
    width: 50%;
}

img.onayami {
    width: 30%;
}

div#kaiketsu {
    background-image: url(../img/kaiketsu-back.jpg);
    background-size: cover;
    padding: 5% 0;
}

p.kaiketsu-sub-ttl {
    background: #fff;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    padding: 1%;
    font-weight: bold;
    border-radius: 100px;
    font-size: 1.5vw;
}

p.kaiketsu-ttl {
    font-size: 3vw;
    text-align: center;
    padding-top: 2%;
    font-weight: bold;
    color: #1f7766;
}

div#point {
    background-image: url(../img/point-back.png);
    background-size: cover;
    padding: 4% 0;
    position: relative;
}

p.point-sub-ttl {
    text-align: center;
    color: #fff;
    font-size: 1.5vw;
    font-weight: bold;
}

p.point-ttl {
    font-weight: bold;
    font-size: 2vw;
    color: #fff;
    padding-top: 1%;
    text-align: center;
}

.point01 {
    background-image: url(../img/kaiketsu-back.png);
    background-size: cover;
    padding: 5% 15% 7%;
}

.point02 {
    background:#f5fcff;
    background-size: cover;
    padding: 5% 15% 7%;
}

img.badge {
    width: 30%;
}

h2.kaiketsu01 {
    display: flex;
    justify-content: center;
    gap: 3%;
    align-items: center;
    font-size: 1.5vw;
}

p.kaiketsu01 {
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
}

.kaiketsu01-box {
    display: flex;
    padding: 10% 0 0;
    justify-content: center;
    gap: 3%;
}

div.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2d8e85;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6vw;
    font-weight: bold;
    position: absolute;
    top: -10%;
    left: 35%;
}

.kaiketsu01-card {
    background: #e5f4f3;
    border-radius: 20px;
    padding: 3%;
    width: 33%;
    position: relative;
}

p.kaiketsu-card-ttl {
    position: relative;
    font-size: 1.5vw;
    text-align: center;
    padding-top: 10%;
    font-weight: bold;
    color: #2d8e85;
}

img.circle {
    width: 70%;
    margin: 5% auto;
    display: block;
}

p.kaiketsu-card-txt {
    background: #fff;
    padding: 5%;
    border-radius: 10px;
    text-align: center;
}

.kaiketsu02-box {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.kaiketsu02-card {
    width: 40%;
    margin: 5% 0;
    background: #e5f4f3;
}

.kaiketsu02-card {
    width: 40%;
    margin: 5% 0;
    background: #e5f4f3;
    padding: 3%;
    border-radius: 20px;
}

p.kaiketsu02-card-txt {
    text-align: center;
    padding: 5% 0 0;
}

p.point-hukidashi {
    background: #fff;
    width: 50%;
    font-size: 1.6vw;
    border-radius: 100px;
    padding: 1%;
    text-align: center;
    color: #1e766f;
    font-weight: bold;
    border: solid 2px #1e766f;
    position: absolute;
    top: -15%;
    left: 25%;
}

.point-hukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
  }

  .point-hukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.before {
    color: #1f7766;
    background: #fff;
    padding: 1%;
    width: 13%;
    text-align: center;
    font-size: 1.3vw;
    font-weight: 600;
    border: solid 2px #1f7766;
    border-radius: 100px;
    margin: 0 auto 3%;
}

.after {
    color: #fff;
    background: #1f7766;
    padding: 0.8% 0 1%;
    width: 20%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 600;
    border: solid 2px #1f7766;
    border-radius: 100px;
    margin: 0 auto 3%;
}

img.table {
    margin-bottom: 5%;
}

span.marker {
    background: linear-gradient(transparent 70%, #e9ff90 70%);
}

div#cta {
    background-image: url(../img/cta-back.png);
    background-size: cover;
    padding: 5% 0;
}

.cta-btn {
    display: flex;
    width: 55%;
    gap: 2%;
    margin: 0 auto;
}

img.cta-btn01 {
    width: 100%;
}

img.cta-btn02 {
    width: 100%;
}

p.cta-ttl {
    text-align: center;
    font-size: 1.8vw;
    font-weight: 600;
    padding: 3% 0;
}

.strong-box02 {
    display: flex;
    width: 15%;
    justify-content: center;
    margin: 0 auto;
}

div#simulation {
    padding: 10% 0;
    position: relative;
}

.case {
    background: #f8f8f8;
    width: 60%;
    text-align: center;
    margin: 5% auto 3%;
    padding: 2% 0;
    line-height: 2;
    position: relative;
    border-radius: 20px;
    font-size: 1.3vw;
}

p.number {
    font-family: "Avenir";
    color: #2d8e85;
    font-size: 1.8vw;
    position: absolute;
    top: -13%;
    left: 44%;
}

img.case-table {
    width: 60%;
    margin: 2% auto;
    display: block;
}

.case-a {
    font-size: 1.3vw;
    padding: 0.5% 2%;
    border: solid 2px #2d8e85;
    width: 10%;
    border-radius: 100px;
    text-align: center;
    margin: 0 0 0 20%;
    color: #2d8e85;
    font-weight: bold;
}

.case-b {
    font-size: 1.5vw;
    padding: 0.8% 0;
    width: 35%;
    border-radius: 100px;
    border: solid 2px #2d8e85;
    text-align: center;
    margin: 0 0 0 20%;
    color:#fff;
    font-weight: bold;
    background: #2d8e85;
}

img.figure {
    width: 47%;
    margin-left: 45.5%;
}

img.arrow02 {
    width: 8%;
    margin: 5% auto;
    display: block;
}

p.example-txt {
    text-align: center;
    padding: 3%;
    font-size: 1.3vw;
    line-height: 2;
}

.example-box {
    display: flex;
    justify-content: center;
    margin: 0 10%;
    gap:3%;
}

p.example-card-ttl {
    font-weight: 600;
    padding-top: 4%;
}

.example-card-txt {
    position: relative;
    max-height: 100px; /* 初期表示時にテキストの高さを制限 */
    overflow: hidden; /* 超えた部分を隠す */
    padding-bottom: 20px;
    line-height: 1.5;
}

.example-card-txt .more-text {
    display: none; /* 初期状態では隠す */
}

.example-card-txt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(232, 244, 243, 0.95) 90%);
    pointer-events: none; /* グラデーションがクリックを受け取らないようにする */
}

.read-more-btn {
    cursor: pointer;
    display: block;
    text-align: center;
    background: #ffffff;
    width: 40%;
    margin: 5% auto 0;
    border-radius: 100px;
    font-size: 0.9vw;
    padding: 2.5% 0;
    color: #373737;
}

.example-card-txt.expanded {
    max-height: none; /* 展開された状態では高さ制限を解除 */
}

.example-card-txt.expanded .more-text {
    display: inline; /* 詳細なテキストを表示 */
}

.example-card-txt.expanded::after {
    display: none; /* 展開後はグラデーションを非表示にする */
}


img.example-img {
    border-radius: 10px;
}

p.example-card-txt {
    font-size: 0.9vw;
    padding-top: 3%;
}

.example-card {
    width: 35%;
    background: #e8f4f3;
    padding: 2%;
    border-radius: 15px;
}

div#example {
    padding: 0% 0 5%;
}

div#reason {
    padding: 10% 0;
}

p.reason-txt {
    padding: 3% 0;
    text-align: center;
    font-size: 1.3vw;
    line-height: 2;
}

.reason-column {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 0 15%;
}

.reason-box {
    width: 50%;
    background: #e5f4f3;
    padding: 2%;
    border-radius: 20px;
}

.reason-box {
    background: #e5f4f3;
    padding: 2% 3%;
    border-radius: 20px 20px 0 20px;
    margin: 1%;
    width: 45%;
}

.reason-box-ttl {
    display: flex;
    align-items: center;
}

.reason-number {
    font-size: 1.5vw;
    background: #fff;
    border-radius: 50%;
    padding: 4%;
    text-align: center;
    color: #2d8e85;
    font-family: "futura";
    font-style: normal;
    font-weight: 300;
    margin-right: 6%;
}

p.reason-ttl {
    font-size: 1.6vw;
    color: #2e8a73;
    border-left: solid 1px #2e8a73;
    padding-left: 6%;
    font-weight: 500;
}

p.reason-box-txt {
    padding-top: 3%;
    line-height: 1.8;
}

img.kaiketsu-flow {
    width: 60%;
    display: block;
    margin: 0 auto;
}

div#kaiketsu-flow {
    background: #f5fcff;
    padding: 10% 0;
}

div#plan {
    padding: 10% 0;
}

img.plan-img01 {
    width: 70%;
    padding: 5% 0 3%;
    margin: 0 auto;
    display: block;
}

img.plan-img02 {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.consultation-box {
    width: 60%;
    border: solid 1px #d5d5d5;
    margin: 3% auto 0;
    padding: 3%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    gap: 3%;
    justify-content: start;
}

p.consultation-number {
    font-size: 1.5vw;
    text-align: center;
    color: #1e7770;
    font-family: "futura";
    border-right: solid 1px #1e7770;
    padding-right: 3%;
    height: 5vw;
}

.consultation-ttl {
    font-size: 1.3vw;
    font-weight: bold;
}

.consultation-txt {
    font-size: 1vw;
    padding-top: 3%;
    line-height: 1.5;
}

.flow-cta-btn {
    display: flex;
    padding-top: 3%;
    align-items: center;
    gap: 1%;
}

img.consultation-icon {
    width: 13%;
    height: 13%;
}

img.arrow03 {
    width: 3%;
    margin: 0 auto;
    display: block;
}

div#faq {
    background: #f5fcff;
    background-size: cover;
    padding: 5% 15% 7%;
}

div#consultation-flow {
    padding: 0% 0 10%;
}

.question {
    display: flex;
    padding: 3% 0 2%;
    border-bottom: solid 1px #a4c7c3;
    width: 70%;
    margin: 0 auto;
    align-items: flex-start;
}

p.Q {
    color: #a4c7c3;
    font-family: futura;
    font-size: 1.5vw;
    padding-right: 2%;
}

p.question-txt {
    font-weight: 600;
}

p.A {
    color: #c48787;
    font-family: futura;
    font-size: 1.5vw;
    padding-right: 2%;
}

div#contact {
    padding: 5% 0;
}

.p-form__table p {
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
    padding-left: 3rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.p-form__table p .required {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #DF0000;
    padding: 0.267rem 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
}

.p-form__table input, .p-form__table textarea {
    outline: none;
    border: none;
    border-radius: 0.3rem;
    background: #f1f1f1;
    padding: 0.8% 1%;
    width: 100%;
    font-weight: 400;
    font-size: 1vw;
    line-height: 2;
    letter-spacing: 0.04em;
}

.p-form__table {
    position: relative;
    margin: 3% auto;
    padding: 0 20%;
    width: 100%;
}

.p-form__table input[type=submit] {
    border-radius: 2.1875rem;
    background-image: linear-gradient(90deg, rgba(45, 145, 124, 1), rgba(29, 116, 99, 1));
    padding: 1.1rem 0;
    width: 35%;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: 2.08px 2.08px 5.21px 0px rgba(37, 50, 144, 0.2);
    display: block;
    margin: 5% auto 0;
}

.row {
    margin-top: 3%;
}

.p-form__table p .any {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #8d8d8d;
    padding: 0.267rem 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
}

div#footer {
    background: #2e8a73;
    padding: 5% 0;
    color: #fff;
}

ul.footer-list {
    display: block;
    padding-bottom: 3%;
    text-align: center;
    line-height: 3;
}

p.copy-right {
    color: #fff;
    text-align: center;
    font-size: 0.8vw;
}

h1.contact-ttl {
    position: unset;
    padding: 10% 0 3%;
    text-align: center;
    font-size: 2.5vw;
}

p.contact-txt {
    text-align: center;
    font-weight: bold;
}

a.g-c-btn.g-c-btn--return {
    font-size: 1.3vw;
    padding: 1% 0;
    border: solid 2px #2e8a73;
    width: 20%;
    margin: 3% auto 5%;
    text-align: center;
    display: block;
    color: #2e8a73;
    font-weight: bold;
    border-radius: 100px;
}


p.answer-txt {
    font-size: 1vw;
}

button.read-more {
    text-align: center;
    margin: 4% auto;
    width: 30%;
    padding: 2%;
    background: #fff;
    display: block;
    border-radius: 100px;
    font-size: 1.1vw;
    border: solid 0.5px #bbb;
}

@media screen and (max-width:768px) {
.fv-sp {
    background-image: url(../img/fv-sp.png);
    background-size: cover;
    height: 120vw;
}

div.header-logo {
    width: 50%;
    padding: 1%;
}

.header {
    padding: 2% 3%;
}

.burger {
    width: 8%;
    background-image: url(../img/burger.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: scroll;
    height: 3vh;
}


.burger.is-active {
    background-image: url(../img/910_x_h.png);
}

ul.menu_list {
    line-height: 2.5;
    display: block;
    padding: 20% 0 0;
    list-style: none;
    margin: 0;
}

a.menu_list_button {
    font-size: 2vw;
    color: #828282;
}

p.small {
    font-size: 4vw;
    color: #2f2f2f;
    position: relative;
}

li.menu_list {
    margin: 5% 0;
    font-size: 4vw;
    border-bottom: solid 1px #ddd;
    padding: 0 0 5%;
}

li.menu_list:last-child {
    border-bottom:none;
}

.menu1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    display: none;
    width: 100%;
    transform:none;
}

.menu1.is-active {
    display: block;
    background: #fff;
    overflow: auto;
    position: fixed;
    top: 0%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.161);
    height: 100%;
    margin: 0px 0px 0px 36px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 80%;
    left: 11%;
    background: rgba(255, 255, 255, 0.9);
}


.fv-sp {
    background-image: url(../img/fv-sp.png);
    background-size: cover;
    height: 165vw;
}

h1 {
    font-size: 5vw;
    font-weight: 600;
    color: #1f7766;
    line-height: 1.5;
    position: absolute;
    top: 11%;
    left: 7%;
    letter-spacing: 0.2rem;
    z-index: 1;
    text-align: center;
}

p.sub-title {
    font-size: 2.8vw;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    position: absolute;
    top: 20%;
    left: 9%;
    text-align: center;
}

.fv-btn {
    display: block;
    width: 65%;
    position: absolute;
    top: 32%;
    left: 18%;
}

.strong-box01 {
    display: flex;
    width: 32%;
    position: absolute;
    left: 2%;
    bottom: 25%;
}

img.fv-check02 {
    width: 5%;
    position: absolute;
    top: 10.5%;
    left: 49%;
}

.strong-box01 {
    display: flex;
    width: 32%;
    position: absolute;
    left: 2%;
    bottom: 25%;
}

h2 {
    font-size: 4.5vw;
}

.wrap {
    padding: 0 5%;
}

p.small-txt {
    font-size: 3vw;
}


.onayami-box {
    display: block;
    border: solid 1px #cbe0dd;
    border-radius: 15px;
    padding: 5%;
    margin: 10% 0;
}

img.onayami {
    width: 50%;
    display: block;
    margin: 0 auto;
}

p.onayami-ttl {
    font-size: 4.5vw;
    padding: 5% 0;
    border-bottom: solid 1px #a8d6db;
    text-align: center;
    font-weight: bold;
}

.onayami-item {
    width: 100%;
}

ul.onayami-list {
    padding: 5% 0;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1;
}

li.onayami-list {
    padding-bottom: 4%;
    font-size: 3.8vw;
    font-weight: 500;
}

span.kadai {
    padding: 1% 4% 1%;
}

li.onayami-list::before {
    content: "";
    display: block;
    background-image: url(../img/check.png);
    width: 15px;
    height: 12px;
    background-size: contain;
    margin-right: 3%;
}

img.onayami-arrow {
    position: absolute;
    width: 15%;
    bottom: 4%;
    left: 42%;
}

div#onayami {
    padding: 10% 0 20%;
    position: relative;
}

p.kaiketsu-sub-ttl {
    width: 50%;
    padding: 2%;
    font-size: 3.5vw;
    padding-top: 3%;
    font-weight: bold;
}

p.kaiketsu-ttl {
    font-size: 6vw;
}

div#kaiketsu {
    padding: 10% 0;
}

p.point-sub-ttl {
    font-size: 3.5vw;
}

p.point-ttl {
    font-size: 4vw;
}

div#point {
    padding: 7% 0;
}

h2.kaiketsu01 {
    font-size: 3.5vw;
    padding-bottom: 3%;
}

img.badge {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.point01 {
    padding: 7% 5%;
}

p.kaiketsu01 {
    font-size: 3.5vw;
    padding-top: 5%;
}

.kaiketsu01-box {
    display: block;
    padding: 0;
}

.kaiketsu01-card {
    padding: 5%;
    width: 90%;
    margin: 15% auto;
}

.kaiketsu01-card:last-child{
    margin-bottom: 0;
}

div.circle {
    width: 60px;
    height: 60px;
    font-size: 5vw;
    top: -7%;
    left: 40%;
}

.point01 {
    padding: 10% 5%;
    background: #f5fcff;
}

p.kaiketsu-card-ttl {
    font-size: 4.5vw;
}

p.kaiketsu01 {
    font-size: 3.5vw;
    padding: 3% 0;
    font-weight: bold;
}

img.circle {
    width: 60%;
}

.kaiketsu02-box {
    display: block;
}

.kaiketsu02-card {
    width: 100%;
    margin: 5% auto;
    padding: 5%;
}

p.kaiketsu02-card-txt {
    font-size: 3.5vw;
}

p.point-hukidashi {
    width: 90%;
    font-size: 3.3vw;
    padding: 1.5% 0;
    top: -15%;
    left: 5%;
}

.point-hukidashi:before {
    top: 85%;
    left: 52%;
}

.before {
    padding: 2% 0;
    width: 30%;
    font-size: 3vw;
}

.after {
    padding: 2% 0;
    width: 35%;
    font-size: 3.3vw;
    margin-top: 5%;
}

.point02 {
    background: #f5fcff;
    background-size: cover;
    padding: 10% 5%;
}

div#cta {
    padding: 7% 0;
}

.strong-box02 {
    display: flex;
    width: 30%;
}

p.cta-ttl {
    font-size: 3.5vw;
    padding: 5% 0;
}

.cta-btn {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.case {
    width: 90%;
    border-radius: 10px;
    font-size: 3vw;
    line-height: 1.8;
    padding: 5% 3%;
    margin: 7% auto;
}

p.number {
    font-size: 4vw;
    top: -7%;
    left: 41%;
}

.case-a {
    font-size: 3vw;
    padding: 1% 0;
    width: 20%;
    margin: 0 0 0 5%;
}

img.case-table {
    width: 90%;
    margin: 3% auto 5%;
    display: block;
}

.case-b {
    font-size: 3vw;
    padding: 1.5% 0;
    width: 25%;
    margin: 0 0 0 5%;
}

p.example-txt {
    font-size: 3vw;
    line-height: 1.5;
    padding: 0 5%;
    margin: 5% 0;
}

.example-box {
    display: block;
    margin: 0 5%;
}

.example-card {
    width: 100%;
    background: #e8f4f3;
    padding: 5%;
    border-radius: 10px;
    margin-bottom: 5%;
}

p.example-card-txt {
    font-size: 3vw;
    padding-top: 3%;
}

span.read-more-btn {
    font-size: 3vw;
}

p.reason-txt {
    padding: 5%;
    font-size: 3vw;
    line-height: 1.5;
}

.reason-column {
    display: block;
    margin: 0 5%;
}

.reason-box {
    padding: 5%;
    border-radius: 20px 20px 0 20px;
    margin: 5% 0;
    width: 100%;
}

.reason-box:last-child{
    margin: 0;
}

.reason-number {
    font-size: 4vw;
}

p.reason-ttl {
    font-size: 4vw;
    font-weight: 600;
}

p.reason-box-txt {
    font-size: 3vw;
    padding-top: 2%;
}

img.kaiketsu-flow {
    width: 500px;
}

img.plan-img01 {
    width: 90%;
}

img.plan-img02 {
    width: 90%;
}

.consultation-box {
    width: 90%;
    margin: 5% auto 0;
    padding: 5%;
    border-radius: 10px;
}

p.consultation-number {
    font-size: 4vw;
    height: 12vw;
    padding-right: 5%;
}

.consultation-ttl {
    font-size: 3.5vw;
    line-height: 1.5;
}

.consultation-txt {
    font-size: 2.5vw;
    padding-top: 5%;
    line-height: 1.5;
}

.flow-cta-btn {
    display: block;
    padding-top: 5%;
    align-items: center;
}

img.arrow03 {
    width: 7%;
}

div#faq {
    padding: 10% 5%;
}

.question {
    width: 100%;
    font-size: 3vw;
}

p.Q {
    font-size: 4vw;
}

p.A {
    font-size: 4vw;
}

div#contact {
    padding: 10% 0;
}

.p-form__table {
    position: relative;
    margin: 5% auto;
    padding: 0 5%;
    width: 100%;
}

.p-form__table input, .p-form__table textarea {
    padding: 1% 2%;
    font-size: 3.5vw;
}

.row {
    margin-top: 5%;
}

.p-form__table input[type=submit] {
    width: 70%;
}

div#footer {
    padding: 10% 0;
}

ul.footer-list {
    display: block;
    padding-bottom: 10%;
    text-align: center;
}

li {
    padding: 0%;
}

p.copy-right {
    color: #fff;
    text-align: center;
    font-size: 3vw;
}

div#consultation-flow {
    padding: 10% 0;
}

h1.contact-ttl {
    position: unset;
    padding: 30% 0 5%;
    text-align: center;
    font-size: 6vw;
}

a.g-c-btn.g-c-btn--return {
    font-size: 5vw;
    padding: 3% 0;
    border: solid 2px #2e8a73;
    width: 55%;
    margin: 10% auto 15%;
    text-align: center;
    display: block;
    color: #2e8a73;
    font-weight: bold;
    border-radius: 100px;
}

p.kaiketsu-card-txt {
    background: #fff;
    padding: 4%;
    border-radius: 10px;
    text-align: center;
    font-size: 3.5vw;
}

img.table {
    margin-bottom: 5%;
    width: 500px;
}

img.plan-img01 {
    width: 500px;
}

img.plan-img02 {
    width: 500px;
    margin-top: 5%;
}

div#plan {
    padding: 10% 5%;
}

div#kaiketsu-flow {
    background: #f5fcff;
    padding: 10% 5%;
}

p.answer-txt {
    font-size: 2.7vw;
}

button.read-more {
    font-size: 3vw;
    padding: 3%;
    width: 50%;
    margin-top: 10%;
}

.scroll {
    overflow: scroll;
}

}