@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font_en {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

body {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1340px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* トップ追加css（PC） */

.main_visual {
    background: url(./image/main_visual_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main_visual .wrap {
    position: relative;
    padding-top: 83px;
    padding-bottom: 55px;
}

.main_visual .logo {
    position: absolute;
    left: 0;
    top: 30px;
}

.main_visual .main_catch {
    text-align: center;
    color: #000000;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 15px;
}

.main_visual .main_catch .accent {
    font-size: 74px;
}

.main_visual .main_catch .accent small {
    font-size: 63px;
}

.main_visual .main_catch small {
    font-size: 50px;
    font-weight: 800;
}

.main_visual .main_catch .dotted {
    margin: 0 -.2em;
    font-size: 65px;
}

.main_visual .main_catch .kakko {
    font-weight: 800;
}

.main_visual .main_catch .ml {
    margin-left: -1em;
}

.main_visual .text_label {
    margin-bottom: 16px;
}

.main_visual .text_label .text {
    background: #244588;
    width: 760px;
    color: #FFF9AC;
    font-size: 22px;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: .1em;
    border-radius: 2px;
}

.main_visual .lead_text {
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.main_visual .check_box {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    width: 660px;
    margin: 0 auto;
    padding: 23px 48px 26px 44px;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}

.main_visual .check_box ul li {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: .07em;
    padding-left: 42px;
    background: url(./image/icon_check.svg) no-repeat;
    background-position: 0;
}

.main_visual .check_box ul li+li {
    margin-top: 10px;
}

.main_visual .check_box ul li .accent {
    font-size: 26px;
    font-weight: 900;
    color: #1A3A7C;
    position: relative;
    z-index: 2;
}

.main_visual .check_box ul li .accent::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF4C9 60%);
    filter: blur(4px);
    z-index: -1;
}

.main_visual .ribbon_list {
    position: relative;
    z-index: 2;
}

.main_visual .ribbon_list ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.main_visual .ribbon_list ul li {
    position: relative;
    width: 160px;
}

.main_visual .ribbon_list ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 55px;
    opacity: .8;
    filter: blur(10px);
}

.main_visual .human {
    position: absolute;
    bottom: 0;
}

.main_visual .human.left {
    left: -123px;
    width: 453px;
}

.main_visual .human.right {
    right: -149px;
    width: 579px;
}

.section_worries {
    background: url(./image/worries_back.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 110px 0 100px;
}

.section_worries .catch_box {
    text-align: center;
    margin-bottom: 50px;
    color: #1A1A1A;
    position: relative;
}

.section_worries .catch_box .lead {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding: 0 23px;
}

.section_worries .catch_box .lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #1A1A1A;
    width: 3px;
    height: 36px;
    transform: rotate(-25deg);
}

.section_worries .catch_box .lead::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background: #1A1A1A;
    width: 3px;
    height: 36px;
    transform: rotate(25deg);
}

.section_worries .catch_box .title {
    font-size: 44px;
    font-weight: 900;
}

.section_worries .catch_box .title .accent {
    color: #244588;
    font-size: 60px;
}

.section_worries .catch_box .moya {
    position: absolute;
    right: 115px;
    top: 10px;
}

.section_worries .flex_box {
    margin-bottom: 90px;
}

.section_worries .flex_box .image {
    width: 380px;
    height: 440px;
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 0 #203D76;
    overflow: hidden;
    border-radius: 4px;

}

.section_worries .flex_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.section_worries .flex_box .text_box {
    width: 690px;
}

.section_worries .flex_box .text_box ul li {
    font-size: 22px;
    color: #1A1A1A;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 68px;
    border-bottom: 1px dashed #939393;
    background: url(./image/icon_check.svg) no-repeat;
    background-position: 0;
    background-size: 33px;
    background-position: 20px;
}

.section_worries .flex_box .text_box ul li .accent {
    font-size: 30px;
    font-weight: 900;
    color: #1A3A7C;
    position: relative;
    z-index: 2;
}

.section_worries .flex_box .text_box ul li .accent::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF4C9 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_worries .flex_box .text_box ul li .accent small {
    font-size: 24px;
}

.section_worries .last_box {
    position: relative;
    text-align: center;
}

.section_worries .last_box * {
    position: relative;
    z-index: 2;
    color: #1A1A1A;
    font-weight: 800;
}

.section_worries .last_box .arrow {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
}

.section_worries .last_box .lead {
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 18px;
}

.section_worries .last_box .text {
    font-size: 30px;
    letter-spacing: .05em;
    margin-bottom: 50px;
}

.section_worries .last_box .text .accent {
    color: #C31111;
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 16px;
    background: url(./image/wave_red.svg) no-repeat;
    background-position: center bottom;
    background-size: 94%;
}

.section_worries .last_box .text .accent small {
    font-size: 30px;
    color: #C31111;
}

.section_worries .cta_box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    background: #fff;
    padding: 26px 100px 32px 100px;
    margin-bottom: 15px;
}

.section_worries .cta_box .title_box {
    text-align: center;
}

.section_worries .cta_box .title_box .title {
    font-size: 28px;
    font-weight: 900;
    display: inline-block;
    color: #1A1A1A;
    position: relative;
    padding: 0 46px;
    margin-bottom: 21px;
}

.section_worries .cta_box .title_box .title:before,
.section_worries .cta_box .title_box .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 18px solid #023B77;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section_worries .cta_box .title_box .title:before {
    left: 0;
}

.section_worries .cta_box .title_box .title:after {
    right: 0;
}

.section_worries .cta_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    position: relative;
}

.section_worries .cta_box ul:before {
    content: "";
    width: 2.5px;
    height: 90px;
    background: #B0B8D0;
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section_worries .cta_box ul li {
    background: #F5FAFF;
    border-radius: 4px;
    padding: 16px 45px 20px;
}

.section_worries .cta_box ul li .title {
    color: #1A1A1A;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.section_worries .cta_box ul li .title span {
    position: relative;
}

.section_worries .cta_box ul li .title span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 5px;
    background: #1A1A1A;
    width: 2px;
    height: 19px;
    transform: rotate(-25deg);
}

.section_worries .cta_box ul li .title span::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 5px;
    background: #1A1A1A;
    width: 2px;
    height: 19px;
    transform: rotate(25deg);
}

.section_worries .cta_box ul li.tel .text {
    align-items: center;
    gap: 8px;
}

.section_worries .cta_box ul li.tel .tel_text {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
}

.section_worries .cta_box ul li.tel .icon img {
    vertical-align: middle;
}

.section_worries .cta_area .information {
    text-align: center;
    font-weight: 600;
}

.common_button a {
    width: 330px;
    line-height: 70px;
    background: #012D76;
    background: linear-gradient(0deg, rgba(1, 45, 118, 1) 1%, rgba(0, 124, 204, 1) 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    gap: 14px;
    padding-left: 14px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: .3s;
    position: relative;
}

.common_button a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.common_button a .icon {
    width: 42px;
    height: 42px;
    background: url(./image/icon_stethoscope.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: .3s;
}

.common_button.tel a .icon {
    background: url(./image/icon_tel_2.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.common_button a .icon img {
    display: none;
}

.common_button a * {
    position: relative;
    z-index: 2;
}

.common_button a .arrow {
    position: absolute;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    background-image: url(./image/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.common_button a .arrow img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.section_why {
    overflow: hidden;
    padding-bottom: 122px;
}

.section_why .flex_box {
    margin-left: 100px;
    align-items: center;
    margin-bottom: 64px;
    justify-content: flex-start;
    gap: 45px;
}

.section_why .flex_box .text_box .lead {
    font-size: 22px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 1em;
    position: relative;
}

.section_why .flex_box .text_box .lead:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #707070;
    position: absolute;
    left: -100px;
    top: 50%;
}

.section_why .flex_box .text_box .title {
    font-size: 50px;
    font-weight: 900;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: .02em;
}

.section_why .flex_box .text_box .title small {
    font-size: 42px;
}

.section_why .flex_box .text_box .title .accent {
    color: #244588;
}

.section_why .arrow {
    position: relative;
    margin-bottom: 70px;
}

.section_why .arrow .text {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 2;
}

.section_why .arrow .triangle {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

.section_why .last_text {
    text-align: center;
    letter-spacing: .05em;
}

.section_why .last_text .lead {
    font-size: 36px;
    font-weight: 900;
    color: #1A1A1A;
    display: inline-block;
    padding-bottom: 6px;
    background: url(./image/wave_gray.svg) no-repeat;
    background-position: center bottom;
    background-size: 94%;
    margin-bottom: 14px;
}

.section_why .last_text .label {
    background: linear-gradient(0deg, rgba(1, 45, 118, 1) 1%, rgba(0, 124, 204, 1) 100%);
    display: inline-block;
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
    padding: 0 0 .2em .5em;
    line-height: 1.5;
}

.section_why .last_text .label .accent {
    font-size: 54px;
    color: #FFF586;
}

.section_reason {
    background: #FFFCF4;
    padding: 110px 0 150px;
}

.section_reason .title_box {
    text-align: center;
    color: #1A1A1A;
    position: relative;
    background-image: url(./image/ribon_left.svg), url(./image/ribon_right.svg);
    background-repeat: no-repeat;
    background-position: 190px center, right 190px center;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.section_reason .title_box .title .lead {
    font-size: 24px;
    font-weight: 800;
    font-size: 34px;
}

.section_reason .title_box .title .lead small {
    font-size: 24px;
}

.section_reason .title_box .title .lead .accent {
    font-size: 48px;
    color: #E28110;
    font-weight: 900;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    letter-spacing: .05em;
}

.section_reason .title_box .title .lead .accent::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_reason .title_box .title .lead .accent small {
    font-size: 40px;
}

.section_reason .title_box .title .border {
    display: block;
    margin-top: 15px;
}

.section_reason .title_box .title .big {
    font-size: 78px;
    font-weight: 900;
    line-height: 1;
    margin-right: 40px;
}

.section_reason .title_box .title .big img {
    margin-right: -10px;
}

.section_reason .title_box .icon {
    position: absolute;
    right: 415px;
    bottom: 85px;
}

.section_reason .cont .box {
    background: #fff;
    padding: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.section_reason .cont .box+.box {
    margin-top: 55px;
}

.section_reason .cont .box .flex_box {
    align-items: center;
}

.section_reason .cont .box .flex_box .image {
    width: 470px;
}

.section_reason .cont .box .flex_box .image img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_reason .cont .box:nth-child(even) .flex_box .image {
    order: 2;
}

.section_reason .cont .box .flex_box .text_box {
    width: 590px;
}

.section_reason .cont .box .flex_box .text_box .num {
    color: #244588;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: .05em;
}

.section_reason .cont .box .flex_box .text_box .title {
    font-size: 28px;
    font-weight: 900;
    color: #1A1A1A;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

.section_reason .cont .box .flex_box .text_box .title span {
    position: relative;
    z-index: 2;
}

.section_reason .cont .box .flex_box .text_box .title span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_reason .cont .box .flex_box .text_box .info_text {
    font-size: 15px;
    letter-spacing: .09em;
    color: #5A5A5A;
}

.section_reason .cont .box .flex_box .text_box .info_text a {
    color: #3F79A3;
    text-decoration: underline;
}

.section_reason .cont .box .flex_box .text_box .info_text small {
    font-size: 14px;
}

.section_reason .cont .box .efficacy_box {
    margin-top: 70px;
    position: relative;
}

.section_reason .cont .box .efficacy_box .title {
    background: #244588;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 53px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    border-radius: 2px;
    letter-spacing: .1em;
    background-image: url(./image/icon_stethoscope.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 30px;
}

.section_reason .cont .box .efficacy_box ul {
    background: #F5F7FC;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding-top: 36px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.section_reason .cont .box .efficacy_box ul li {
    padding: 6.4px 50px;
    border-right: 1px dashed #707070;
}

.section_reason .cont .box .efficacy_box ul li:last-child {
    border-right: none;
}

.section_reason .cont .box .efficacy_box ul li .text {
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 900;
    padding-left: 37px;
    background: url(./image/icon_check_2.svg) no-repeat;
    background-position: 0;
}

.section_reason .cont .box .efficacy_box .last {
    text-align: center;
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.9;
}

.section_reason .cont .box .efficacy_box .last .accent {
    color: #D19000;
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: 800;
}

.section_reason .cont .box .efficacy_box .last .accent::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_common_cta {
    background: url(./image/common_cta_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.section_common_cta:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #12346E;
    background: linear-gradient(0deg, rgba(18, 52, 110, 1) 0%, rgba(40, 117, 167, 1) 100%);
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
}

.section_common_cta .wrap {
    position: relative;
    padding-top: 69px;
    padding-bottom: 50px;
}

.section_common_cta .hukidashi_box .catch {
    font-size: 36px;
    font-weight: 900;
    background: #021C55;
    background: linear-gradient(0deg, rgba(2, 28, 85, 1) 0%, rgba(15, 56, 145, 1) 100%);
    border-radius: 140px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0 41px;
    line-height: 72px;
    top: -36px;
}

.section_common_cta .hukidashi_box .catch:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #021C55;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.section_common_cta .hukidashi_box .lead_text {
    text-align: center;
    margin-bottom: 20px;
}

.section_common_cta ul {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 26px 0;
    justify-content: center;
    gap: 90px;
    position: relative;
    margin-bottom: 14px;
}

.section_common_cta ul:before {
    content: "";
    width: 2.5px;
    height: 90px;
    background: #B0B8D0;
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section_common_cta ul li {
    background: #fff;
    width: 420px;
    border-radius: 4px;
    color: initial;
    padding-top: 16px;
    padding-bottom: 20px;
}

.section_common_cta ul li .title {
    color: #1A1A1A;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.section_common_cta ul li .title span {
    position: relative;
}

.section_common_cta ul li .title span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 5px;
    background: #1A1A1A;
    width: 2px;
    height: 19px;
    transform: rotate(-25deg);
}

.section_common_cta ul li .title span::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 5px;
    background: #1A1A1A;
    width: 2px;
    height: 19px;
    transform: rotate(25deg);
}

.section_common_cta ul li.tel .text {
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.section_common_cta ul li.tel .tel_text {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
}

.section_common_cta ul li.tel .icon img {
    vertical-align: middle;
}

.section_common_cta ul li .common_button a {
    margin: 0 auto;
}

.section_common_cta .information {
    text-align: center;
    font-weight: 600;
    line-height: 1.55;
}

.section_report {
    padding: 110px 0 120px;
}

.section_report .head_box {
    margin-bottom: 90px;
}

.section_report .head_box .title_box {
    text-align: center;
    margin-bottom: 55px;
}

.section_report .head_box .title_box .lead {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    position: relative;
}

.section_report .head_box .title_box .lead::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 5px;
    background: #1A1A1A;
    width: 3px;
    height: 36px;
    transform: rotate(-25deg);
}

.section_report .head_box .title_box .lead::after {
    content: "";
    position: absolute;
    right: -1em;
    top: 5px;
    background: #1A1A1A;
    width: 3px;
    height: 36px;
    transform: rotate(25deg);
}

.section_report .head_box .title_box .title {
    font-size: 44px;
    color: #1A1A1A;
    font-weight: 900;
    letter-spacing: .02em;
    margin-bottom: 10px;
}

.section_report .head_box .title_box .title .accent {
    color: #244588;
    font-size: 60px;
}

.section_report .head_box .title_box .text {
    letter-spacing: .07em;
}

.section_report .head_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.section_report .head_box ul li {
    background: #F7F9FF;
    border-radius: 6px;
    align-items: stretch;
    overflow: hidden;
}

.section_report .head_box ul li .icon {
    width: 70px;
    background: #244588;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_report .head_box ul li:nth-child(2) .icon {
    background: #0D5988;
}

.section_report .head_box ul li .text_box {
    padding: 22px 42px 35px 42px;
    position: relative;
}

.section_report .head_box ul li .text_box .en {
    color: #C3C3C3;
    margin-bottom: 17px;
}

.section_report .head_box ul li .text_box .text {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.section_report .head_box ul li .text_box .text .accent {
    color: #244588;
    font-size: 32px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.section_report .head_box ul li .text_box .text .accent:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_report .head_box ul li .text_box .path_start {
    position: absolute;
    left: 28px;
    top: 60px;
}

.section_report .head_box ul li .text_box .path_close {
    position: absolute;
    right: 57px;
    bottom: 27px;
}

.section_report .head_box .source_box dl dt {
    position: relative;
    margin-bottom: 10px;
}

.section_report .head_box .source_box dl dt:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ADADAD;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.section_report .head_box .source_box dl dt span {
    background: #fff;
    margin-left: 30px;
}

.section_report .head_box .source_box dl dd {
    color: #6F6F6F;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .03em;
}

.section_report .case_box .title_box {
    text-align: center;
    margin-bottom: 43px;
}

.section_report .case_box .title_box .title {
    font-size: 40px;
    font-weight: 900;
    display: inline-block;
    color: #1A1A1A;
    position: relative;
    padding: 0 56px;
    line-height: 1;
}

.section_report .case_box .title_box .title .accent {
    font-size: 50px;
    color: #244588;
    position: relative;
    z-index: 2;
}

.section_report .case_box .title_box .title .accent:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_report .case_box .title_box .title:before,
.section_report .case_box .title_box .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 22px solid #023B77;
    border-bottom: 0;
    position: absolute;
    top: 20px;
}

.section_report .case_box .title_box .title:before {
    left: 0;
}

.section_report .case_box .title_box .title:after {
    right: 0;
}

.section_report .case_box .label_text {
    background: #244588;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    line-height: 65px;
    font-weight: 900;
}

.section_report .case_box .label_text small {
    font-size: 26px;
}

.section_report .case_box .label_text .num {
    font-size: 48px;
}

.section_report .case_box ul {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    border-radius: 0 0 6px 6px;
}

.section_report .case_box ul li {
    background: #F7F9FF;
    border-radius: 6px;
    text-align: center;
    padding: 12px 20px 0px 20px;
}

.section_report .case_box ul li:nth-child(2) {
    background: #F5FAFF;
}

.section_report .case_box ul li .title {
    font-size: 24px;
    font-weight: 800;
    border-bottom: 2px dashed #B9B9B9;
    padding-bottom: 6px;
    color: #244588;
}

.section_report .case_box ul li .in_box {
    height: 120px;
    justify-content: center;
    align-items: center;
}

.section_report .case_box ul li .price .num {
    font-size: 42px;
    color: #1A1A1A;
    position: relative;
    z-index: 2;
}

.section_report .case_box ul li .price .num small {
    font-size: 25px;
}

.section_report .case_box ul li .price .num:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_report .case_box ul li .price .tax {
    font-size: 20px;
    color: #6E6E6E;
    font-weight: 600;
}

.section_report .case_box ul li .month {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 1.2;
    margin-top: 10px;
}

.section_report .case_box ul li .month .num {
    font-size: 42px;
    color: #1A1A1A;
    position: relative;
    z-index: 2;
}

.section_report .case_box ul li .month .text {
    font-size: 32px;
    color: #1A1A1A;
    font-weight: 800;
}

.section_report .case_box ul li .month:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_report .case_box ul li .lead_text {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 800;
    line-height: 1.5;
}

.section_report .case_box ul li .lead_text .accent {
    position: relative;
    z-index: 2;
}

.section_report .case_box ul li .lead_text .accent:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.common_title_box {
    text-align: center;
    margin-bottom: 70px;
}

.common_title_box .title {
    font-size: 50px;
    font-weight: 900;
    color: #1A1A1A;
}

.common_title_box .title .accent {
    color: #244588;
}

.common_title_box .title small {
    font-size: 44px;
}

.common_title_box .lead {
    margin-top: 15px;
    line-height: 1.6;
}

.section_flow {
    position: relative;
    background: url(./image/flow_back.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
}

.section_flow ol {
    position: relative;
}

.section_flow ol:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #243C6A;
    position: absolute;
    left: 110px;
    top: 20px;
}

.section_flow ol li {
    align-items: center;
}

.section_flow ol li+li {
    margin-top: 50px;
}

.section_flow ol li .image {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #243C6A;
}

.section_flow ol li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_flow ol li .image .step {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #244588;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
}

.section_flow ol li .text_box {
    width: 840px;
}

.section_flow ol li .text_box .title {
    font-size: 28px;
    color: #1A1A1A;
    font-weight: 900;
    border-bottom: 2px dashed #B9B9B9;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.section_flow ol li .text_box .info_text {
    color: #5A5A5A;
    font-size: 15px;
    letter-spacing: .1em;
}

.section_flow ol li .text_box .button_wrap {
    margin: 17px 0 5px;
    gap: 20px;
}

.section_flow ol li .text_box .button_wrap .tel_text {
    gap: 8px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 10px;
    padding-right: 20px;
    width: 280px;
}

.section_flow ol li .text_box .button_wrap .tel_text .icon {
    width: 36px;
}

.section_flow ol li .text_box .button_wrap .tel_text .num {
    font-size: 30px;
    color: #000000;
}

.section_flow ol li .text_box .button_wrap .common_button a {
    width: 280px;
}

.section_flow ol li .text_box .time {
    font-size: 13px;
}

.section_price {
    padding-top: 120px;
    padding-bottom: 150px;
}

.section_price .common_title_box {
    margin-bottom: 40px;
}

.section_price .table_box {
    width: 980px;
    margin: 0 auto;
}

.section_price .table_box .label_title {
    background: #244588;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    line-height: 63px;
    border-radius: 4px 4px 0 0;
}

.section_price .table_box .label_title small {
    font-size: 28px;
}

.section_price .table_box .label_title .num {
    font-size: 50px;
}

.section_price .table_box .in_box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 7px;
    margin-bottom: 30px;
}

.section_price .table_box .in_box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
}

.section_price .table_box .in_box table th {
    width: 280px;
    padding: 29px 40px;
    font-size: 22px;
    font-weight: 800;
    color: #1A1A1A;
}

.section_price .table_box .in_box table tr:nth-child(odd) th,
.section_price .table_box .in_box table tr:nth-child(odd) td {
    background: #F7FAFF
}

.section_price .table_box .in_box table tr:nth-child(even) th,
.section_price .table_box .in_box table tr:nth-child(even) td {
    background: #FAFAFA;
}

.section_price .table_box .in_box table td {
    vertical-align: middle;
    padding-left: 40px;
}

.section_price .table_box .in_box table td .num_text {
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 700;
}

.section_price .table_box .in_box table td .num_text .num {
    font-size: 42px;
    position: relative;
    z-index: 2;
}

.section_price .table_box .in_box table td .num_text .accent {
    position: relative;
    z-index: 2;
}

.section_price .table_box .in_box table td .num_text .accent:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_price .table_box .in_box table td .text {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 800;
}

.section_price .table_box .in_box table td .text .accent {
    position: relative;
    z-index: 2;
}

.section_price .table_box .in_box table td .text .accent:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #FFF1B5 60%);
    filter: blur(4px);
    z-index: -1;
}

.section_price .table_box .in_box table td .gray {
    color: #6E6E6E;
    font-weight: 600;
    font-size: 18px;
}

.section_price .table_box .risk_box {
    width: 860px;
    margin: 0 auto;
}

.section_price .table_box .risk_box .title_box {
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 2px dashed #B9B9B9;
}

.section_price .table_box .risk_box .title_box .title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 800;
}

.section_faq {
    background: url(./image/flow_back.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.section_faq .cont dl+dl {
    margin-top: 20px;
}

.section_faq .cont dl {
    background: #fff;
    padding: 20px 30px;
}

.section_faq .cont dl dt {
    align-items: center;
    gap: 14px;
    position: relative;
}

.section_faq .cont dl dt .en {
    width: 60px;
    line-height: 60px;
    background: #244588;
    color: #fff;
    font-size: 40px;
    text-align: center;
    border-radius: 100%;
}

.section_faq .cont dl dt .question {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 800;
}

.section_faq .cont dl dt .plus {
    position: absolute;
    right: 0;
    top: 15px;
    transition: .3s;
}

.section_faq .cont dl dt.nowOpen .plus {
    transform: rotate(-45deg);
}

.section_faq .cont dl dd {
    background: #F7FAFF;
    border-radius: 4px;
    padding: 10px 16px 16px 16px;
    gap: 30px;
    margin-top: 10px;
}

.section_faq .cont dl dd .closeBtnHat {
    display: none;
}

.section_faq .cont dl dd .en {
    font-size: 40px;
    color: #E29C00;
    line-height: 1;
}

.section_faq .cont dl dd .text {
    font-size: 17px;
    color: #5A5A5A;
    margin-top: .3em;
    letter-spacing: .05em;
}

.section_message {
    padding: 120px 0 160px;
}

.section_message .text_box {
    width: 610px;
}

.section_message .text_box .lead {
    font-size: 19px;
    font-weight: 900;
    color: #1A1A1A;
    padding-left: 40px;
    position: relative;
}

.section_message .text_box .lead:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 0;
}

.section_message .text_box .catch {
    font-size: 40px;
    font-weight: 900;
    color: #244588;
    line-height: 1.45;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #B9B9B9;
}

.section_message .text_box .text {
    margin-bottom: 34px;
}

.section_message .text_box .name_box .position {
    color: #244588;
    font-weight: 800;
    font-size: 18px;
}

.section_message .text_box .name_box .name .jp {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
}

.section_message .text_box .name_box .name .en {
    color: #7C7C7C;
    margin-left: 8px;
    font-weight: 500;
}

.section_message .image {
    width: 460px;
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 0 #203D76;
    overflow: hidden;
    border-radius: 4px;
}

.section_message .image img {
    border-radius: 4px;
}

footer#main_footer {
    padding-top: 80px;
    padding-bottom: 175px;
    text-align: center;
}

footer#main_footer .shop_name {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

footer#main_footer .logo {
    margin-bottom: 60px;
}

footer#main_footer .logo img {
    width: 324px;
}

footer#main_footer .address {
    color: #747474;
    font-size: 14px;
    margin-bottom: 70px;
}

footer#main_footer .copyright small {
    font-size: 12px;
    color: #A8A8A8;
}

.fixed_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #F4FAFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 18px 50px 17px 50px;
}

.fixed_contact .flex_box {
    align-items: center;
}

.fixed_contact .left {
    padding-right: 60px;
    position: relative;
}

.fixed_contact .left:after {
    content: "";
    width: 2px;
    height: 70px;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixed_contact .left .text {
    font-size: #919191;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.fixed_contact .right {
    align-items: center;
}

.fixed_contact .tel_box {
    padding-left: 60px;
}

.fixed_contact .tel_box .title {
    background: #0050A4;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2.5px 8px;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.fixed_contact .tel_box .in_box {
    gap: 12px;
    align-items: center;
}

.fixed_contact .tel_box .tel {
    font-size: 40px;
    color: #000000;
    line-height: 1;
}

.fixed_contact .tel_box .time {
    font-size: 12px;
    color: #727272;
    line-height: 1.5;
}

.fixed_contact .common_button {
    margin-left: 27px;
}

.fixed_contact .common_button a {
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 11px;
}

.fixed_contact .common_button a small {
    font-size: 13px;
    display: block;
}


@media screen and (min-width: 750px) {

    /* ホバーエフェクト */

    .common_button a:hover::before {
        opacity: 1;
    }

    .common_button a:hover .text,
    .common_button a:hover small {
        color: #244588;
    }

    .common_button a:hover .icon {
        background-image: url(./image/icon_stethoscope_blue.svg);
    }

    .common_button a:hover .arrow {
        background-color: #244588;
        background-image: url(./image/arrow_white.svg);
    }

}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.6vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* トップ追加css（SP） */

    .main_visual {
        background: url(./image/main_visual_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main_visual .wrap {
        padding-top: 29.7vw;
        padding-bottom: 17.9vw;
    }

    .main_visual .logo {
        top: 6.4vw;
    }

    .main_visual .logo img {
        width: 55.6vw;
    }

    .main_visual .main_catch {
        margin-bottom: 2.6vw;
        line-height: 1.1;
    }

    .main_visual .main_catch .accent {
        font-size: 12.1vw;
    }

    .main_visual .main_catch .kakko {
        display: none;
    }

    .main_visual .main_catch .accent small {
        font-size: 10.3vw;
    }

    .main_visual .main_catch small {
        font-size: 6.15vw;
        margin-bottom: 2vw;
        display: inline-block;
    }

    .main_visual .main_catch .dotted {
        font-size: 11vw;
    }

    .main_visual .main_catch .ml {
        font-size: 9.6vw;
        margin-left: 0;
        margin-right: -.6em;
    }

    .main_visual .text_label {
        margin-bottom: 2vw;
    }

    .main_visual .text_label .text {
        width: 100%;
        font-size: 4.6vw;
        line-height: 1.4;
        padding-top: 0.25vw;
        padding-bottom: 1.3vw;
    }

    .main_visual .text_label .text span {
        font-size: 3.8vw;
    }

    .main_visual .lead_text {
        font-size: 3.3vw;
        margin-bottom: 7.7vw;
    }

    .main_visual .sp_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .main_visual .check_box {
        order: 2;
        border-radius: 1vw;
        width: 100%;
        padding: 5.1vw 4.1vw 5.1vw 3.8vw;
        margin-bottom: 0;
    }

    .main_visual .check_box ul li {
        font-size: 3.8vw;
        padding-left: 7.7vw;
        background-size: 5.9vw;
        background-position: 0 1.5vw;
        line-height: 1.47;
    }

    .main_visual .check_box ul li+li {
        margin-top: 2.6vw;
    }

    .main_visual .check_box ul li .accent {
        font-size: 5.3vw;
    }

    .main_visual .ribbon_list {
        margin-bottom: 6.15vw;
        width: 100%;
    }

    .main_visual .ribbon_list ul {
        gap: 2.6vw;
        flex-wrap: wrap;
    }

    .main_visual .ribbon_list ul li {
        width: 28.2vw;
    }

    .section_worries {
        background: url(./image/worries_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 17.9vw 0 19.5vw;
    }

    .section_worries .catch_box {
        margin-bottom: 4.4vw;
    }

    .section_worries .catch_box .lead {
        font-size: 4.1vw;
        padding: 0 5.6vw;
        margin-bottom: 4.1vw;
    }

    .section_worries .catch_box .lead::before {
        top: 1.3vw;
        width: 0.5vw;
        height: 9vw;
    }

    .section_worries .catch_box .lead::after {
        top: 1.3vw;
        width: 0.5vw;
        height: 9vw;
    }

    .section_worries .catch_box .title {
        font-size: 6.7vw;
        line-height: 1.4;
    }

    .section_worries .catch_box .title .accent {
        font-size: 9vw;
    }

    .section_worries .catch_box .moya {
        right: -1.3vw;
        top: 21.8vw;
        width: 9.2vw;
    }

    .section_worries .flex_box {
        margin-bottom: 13.6vw;
    }

    .section_worries .flex_box .image {
        width: calc(100% - 10px);
        height: 48.7vw;
        margin-bottom: 3.8vw;
    }

    .section_worries .flex_box .text_box {
        width: 100%;
    }

    .section_worries .flex_box .text_box ul li {
        font-size: 4.1vw;
        padding-top: 3.8vw;
        padding-bottom: 4.4vw;
        padding-left: 11.3vw;
        background-size: 5.9vw;
        background-position: 2.6vw 6.4vw;
    }

    .section_worries .flex_box .text_box ul li .accent {
        font-size: 5.6vw;
    }

    .section_worries .flex_box .text_box ul li .accent small {
        font-size: 4.6vw;
    }

    .section_worries .last_box .arrow {
        top: -6.4vw;
        width: 53.8vw;
    }

    .section_worries .last_box .lead {
        font-size: 3.8vw;
        margin-bottom: 10.3vw;
    }

    .section_worries .last_box .text {
        font-size: 5.1vw;
        margin-bottom: 9vw;
        line-height: 1.5;
    }

    .section_worries .last_box .text .accent {
        font-size: 7.7vw;
        padding-bottom: 0;
        background: none;
        line-height: 1.1;
        display: inline-block;
        margin-top: 1.3vw;
    }

    .section_worries .last_box .text .accent small {
        font-size: 5.1vw;
        background: url(./image/wave_red_sp.svg) no-repeat;
        background-position: center bottom;
        background-size: 84%;
        padding-bottom: 2.6vw;
        display: inline-block;
        margin-bottom: 1.3vw;
    }

    .section_worries .cta_box {
        padding: 4.6vw 3.8vw 3.8vw 3.8vw;
        margin-bottom: 0;
    }

    .section_worries .cta_box .title_box .title {
        font-size: 5.1vw;
        padding: 0;
        margin-bottom: 3.8vw;
    }

    .section_worries .cta_box .title_box .title:before,
    .section_worries .cta_box .title_box .title:after {
        border-right: 2.6vw solid transparent;
        border-left: 2.6vw solid transparent;
        border-top: 3.6vw solid #023B77;
        top: 11.5vw;
        transform: translateY(0);
    }

    .section_worries .cta_box .title_box .title:before {
        left: 10.3vw;
    }

    .section_worries .cta_box .title_box .title:after {
        right: 10.3vw;
    }

    .section_worries .cta_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        padding: 3.8vw;
        background: #F5FAFF;
        border-radius: 4px;
    }

    .section_worries .cta_box ul:before {
        display: none;
    }

    .section_worries .cta_box ul li {
        border-radius: 1vw;
        padding: 0;
    }

    .section_worries .cta_box ul li.tel {
        order: 2;
        padding-top: 3.8vw;
        position: relative;
        margin-top: 3.8vw;
    }

    .section_worries .cta_box ul li.tel:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #B0B8D0;
        opacity: .6;
        position: absolute;
        left: 0;
        top: 0;
    }

    .section_worries .cta_box ul li.tel .common_button {
        margin-bottom: 2vw;
    }

    .common_button.tel a {
        background: #12689D;
        background: linear-gradient(0deg, rgba(18, 104, 157, 1) 0%, rgba(87, 163, 211, 1) 100%);
    }

    .section_worries .cta_box ul li.tel .information {
        font-size: 3.3vw;
        line-height: 1.55;
    }

    .section_worries .cta_box ul li .title {
        margin-bottom: 2vw;
    }

    .section_worries .cta_box ul li .title span::before {
        left: -3.6vw;
        top: 0.5vw;
        height: 4.6vw;
    }

    .section_worries .cta_box ul li .title span::after {
        right: -3.6vw;
        top: 0.5vw;
        height: 4.6vw;
    }

    .section_worries .cta_box ul li.tel .text {
        align-items: center;
        gap: 2vw;
    }

    .section_worries .cta_box ul li .common_button a {
        width: 100%;
    }

    .common_button a {
        width: 79.5vw;
        line-height: 17.4vw;
        font-size: 4.4vw;
        font-weight: 800;
        gap: 3.1vw;
        padding-left: 3.1vw;
    }

    .common_button a .icon {
        width: 11.3vw;
        height: 11.3vw;
    }

    .common_button a .arrow {
        width: 7.7vw;
        background-size: 2.6vw;
    }

    .common_button.tel a .arrow {
        background-image: url(./image/arrow_2.svg);
    }

    .common_button a .arrow img {
        left: 2.8vw;
        width: 2.6vw;
    }

    .section_why {
        padding: 17.9vw 0;
    }

    .section_why .flex_box {
        margin-left: 0;
        margin-bottom: 0;
        gap: 0;
    }

    .section_why .flex_box .text_box {
        margin-bottom: 13.8vw;
        overflow: hidden;
    }

    .section_why .flex_box .text_box .lead {
        font-size: 4.1vw;
        padding-left: 9.2vw;
    }

    .section_why .flex_box .text_box .lead:before {
        width: 7.2vw;
        height: 0.5vw;
        left: 0;
    }

    .section_why .flex_box .text_box .title {
        font-size: 6.7vw;
        margin-bottom: 0;
    }

    .section_why .flex_box .graph {
        margin-top: -12vw;
        margin-bottom: 4.4vw;
    }

    .section_why .flex_box .graph img {
        width: 93vw;
        max-width: unset;
    }

    .section_why .flex_box .text_box .title small {
        font-size: 6.9vw;
    }

    .section_why .flex_box .text_box .title .accent {
        font-size: 9vw;
    }

    .section_why .flex_box .text_box .text {
        font-size: 3.6vw;
        letter-spacing: .06em;
    }

    .section_why .arrow {
        margin-bottom: 12.3vw;
    }

    .section_why .arrow .text {
        font-size: 4.1vw;
    }

    .section_why .arrow .triangle {
        top: -5.1vw;
        width: 53.8vw;
    }

    .section_why .last_text .lead {
        font-size: 5.6vw;
        margin-bottom: 4.9vw;
    }

    .section_why .last_text .label {
        font-size: 6.7vw;
    }

    .section_why .last_text .label:first-child {
        padding-right: .5em;
        margin-bottom: 2.1vw;
    }

    .section_why .last_text .label .accent {
        font-size: 8.2vw;
    }

    .section_reason {
        padding: 15.4vw 0 25.6vw;
    }

    .section_reason .title_box {
        background-position: left 5.1vw bottom 0, right 5.1vw bottom 0;
        background-size: 8.2vw;
        padding-bottom: 5.1vw;
        margin-bottom: 7.7vw;
    }

    .section_reason .title_box .title .lead {
        font-size: 5.6vw;
    }

    .section_reason .title_box .title .lead small {
        font-size: 4.6vw;
    }

    .section_reason .title_box .title .lead .accent {
        font-size: 7.7vw;
    }

    .section_reason .title_box .title .lead .accent small {
        font-size: 6.7vw;
    }

    .section_reason .title_box .title .border {
        margin: 0 auto 2.8vw auto;
    }

    .section_reason .title_box .title .big {
        font-size: 10.3vw;
        margin-right: 2.6vw;
    }

    .section_reason .title_box .title .big img {
        margin-right: -1.3vw;
        width: 8.5vw;
    }

    .section_reason .title_box .icon {
        right: 16.7vw;
        bottom: 14.1vw;
        width: 6.2vw;
    }

    .section_reason .cont .box {
        padding: 5.1vw;
    }

    .section_reason .cont .box+.box {
        margin-top: 7.7vw;
    }

    .section_reason .cont .box .flex_box .image {
        width: 100%;
        margin-bottom: 3.8vw;
    }

    .section_reason .cont .box .flex_box .image img {
        height: 48vw;
    }

    .section_reason .cont .box:nth-child(2) .flex_box .image img {
        height: auto;
    }

    .section_reason .cont .box:nth-child(even) .flex_box .image {
        order: -1;
    }

    .section_reason .cont .box .flex_box .text_box {
        width: 100%;
    }

    .section_reason .cont .box .flex_box .text_box .num {
        font-size: 4.6vw;
    }

    .section_reason .cont .box .flex_box .text_box .title {
        font-size: 5.6vw;
        margin-bottom: 3.8vw;
    }

    .section_reason .cont .box .flex_box .text_box .info_text {
        font-size: 3.3vw;
        letter-spacing: .06em;
    }

    .section_reason .cont .box .flex_box .text_box .info_text small {
        font-size: 3.1vw;
    }

    .section_reason .cont .box .efficacy_box {
        margin-top: 11.8vw;
    }

    .section_reason .cont .box .efficacy_box .title {
        font-size: 3.8vw;
        line-height: 7.7vw;
        padding-left: 3.1vw;
        padding-right: 9.5vw;
        top: -3.8vw;
        background-position: center right 1.5vw;
        background-size: 5.6vw;
        white-space: nowrap;
    }

    .section_reason .cont .box .efficacy_box ul {
        padding-top: 3.3vw;
        padding-bottom: .8vw;
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 7.7vw;
        display: block;
    }

    .section_reason .cont .box .efficacy_box ul li {
        border-right: none;
        border-bottom: 1px dashed #707070;
        padding: 3.8vw 0;
    }

    .section_reason .cont .box .efficacy_box ul li:last-child {
        border-bottom: none;
    }

    .section_reason .cont .box .efficacy_box ul li .text {
        font-size: 4.4vw;
        padding-left: 8.2vw;
        background-size: 6.2vw;
    }

    .section_reason .cont .box .efficacy_box .last {
        font-size: 4.6vw;
    }

    .section_reason .cont .box .efficacy_box .last .accent {
        font-size: 6.4vw;
        line-height: 1.6;
    }

    .section_common_cta {
        background: url(./image/common_cta_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section_common_cta .wrap {
        padding-top: 17.9vw;
        padding-bottom: 13.8vw;
        position: relative;
    }

    .section_common_cta .hukidashi_box .catch {
        font-size: 5.1vw;
        border-radius: 25.6vw;
        left: 0;
        transform: translateX(0);
        white-space: initial;
        padding: 1.3vw 8.5vw 2.6vw 8.5vw;
        line-height: 1.4;
        top: -9vw;
        text-align: center;
    }

    .section_common_cta .hukidashi_box .catch:before {
        border-right: 10.3vw solid transparent;
        border-left: 10.3vw solid transparent;
        border-top: 7.7vw solid #021C55;
        bottom: -5.1vw;
    }

    .section_common_cta .hukidashi_box .lead_text {
        margin-bottom: 9.7vw;
    }

    .section_common_cta ul {
        padding: 3.8vw 5.1vw;
        gap: 0;
        margin-bottom: 0;
        background: #fff;
        border-radius: 1vw;
        margin: 5.1vw 0;
        position: relative;
    }

    .section_common_cta ul:after {
        content: "";
        width: 100%;
        height: 0.64vw;
        background: #B0B8D0;
        position: absolute;
        left: 0;
        top: -5.1vw;
        opacity: .6;
    }

    .section_common_cta ul:before {
        width: 100%;
        height: 0.64vw;
        background: #B0B8D0;
        opacity: .6;
        left: 0;
        top: auto;
        transform: translate(0);
        bottom: -5.1vw;
    }

    .section_common_cta ul li {
        width: 100%;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section_common_cta ul li.tel {
        order: 2;
        padding-top: 3.6vw;
        margin-top: 3.6vw;
        position: relative;
    }

    .section_common_cta ul li.tel:before {
        content: "";
        width: 100%;
        height: 0.64vw;
        background: #B0B8D0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
    }

    .section_common_cta ul li.tel .common_button {
        margin-bottom: 2.6vw;
    }

    .section_common_cta ul li.tel .information {
        font-size: 3.3vw;
        color: #676767;
        line-height: 1.55;
    }

    .section_common_cta ul li .title {
        margin-bottom: 2.1vw;
        font-size: 3.6vw;
    }

    .section_common_cta ul li .title span::before {
        left: -3.3vw;
        top: 0.8vw;
        width: 0.5vw;
        height: 4.6vw;
    }

    .section_common_cta ul li .title span::after {
        right: -3.3vw;
        top: 0.8vw;
        width: 0.5vw;
        height: 4.6vw;
    }

    .section_report {
        padding: 23.1vw 0 20.5vw;
    }

    .section_report .head_box {
        margin-bottom: 12.8vw;
    }

    .section_report .head_box .title_box {
        margin-bottom: 7.7vw;
    }

    .section_report .head_box .title_box .lead {
        font-size: 4.1vw;
        margin-bottom: 3.5vw
    }

    .section_report .head_box .title_box .lead::before {
        top: 1.3vw;
        width: 0.5vw;
        height: 5.6vw;
    }

    .section_report .head_box .title_box .lead::after {
        top: 1.3vw;
        width: 0.5vw;
        height: 5.6vw;
    }

    .section_report .head_box .title_box .title {
        font-size: 6.2vw;
        margin-bottom: 3.3vw;
        line-height: 1.4;
    }

    .section_report .head_box .title_box .title .accent {
        font-size: 8.7vw;
    }

    .section_report .head_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.8vw;
        margin-bottom: 7.7vw;
    }

    .section_report .head_box ul li {
        position: relative;
    }

    .section_report .head_box ul li .icon {
        width: 10.3vw;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .section_report .head_box ul li .icon img {
        width: 6.7vw;
    }

    .section_report .head_box ul li .text_box {
        padding: 3.3vw 3.3vw 3.8vw 14.9vw;
    }

    .section_report .head_box ul li .text_box .en {
        font-size: 3.3vw;
        margin-bottom: 2.3vw;
    }

    .section_report .head_box ul li .text_box .text {
        font-size: 5.1vw;
    }

    .section_report .head_box ul li .text_box .text .accent {
        font-size: 6.7vw;
    }

    .section_report .head_box .source_box dl dt {
        font-size: 4.1vw;
        margin-bottom: 1.5vw;
    }

    .section_report .head_box .source_box dl dt span {
        margin-left: 5.1vw;
    }

    .section_report .head_box .source_box dl dd {
        font-size: 3.1vw;
    }

    .section_report .case_box .title_box {
        margin-bottom: 4.4vw;
    }

    .section_report .case_box .title_box .title {
        font-size: 5.6vw;
        padding: 0;
        display: block;
    }

    .section_report .case_box .title_box .title .accent {
        font-size: 7.2vw;
        line-height: 2;
    }

    .section_report .case_box .title_box .title:before,
    .section_report .case_box .title_box .title:after {
        border-right: 2.6vw solid transparent;
        border-left: 2.6vw solid transparent;
        border-top: 3.6vw solid #023B77;
        top: 11.8vw;
    }

    .section_report .case_box .title_box .title:before {
        left: 2.3vw;
    }

    .section_report .case_box .title_box .title:after {
        right: 2.3vw;
    }

    .section_report .case_box .label_text {
        font-size: 5.1vw;
        line-height: 1;
        padding-top: 2.8vw;
        padding-bottom: 2.6vw;
    }

    .section_report .case_box .label_text small {
        font-size: 4.1vw;
        display: block;
    }

    .section_report .case_box .label_text .num {
        font-size: 7.9vw;
    }

    .section_report .case_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.1vw;
        padding: 3.8vw;
    }

    .section_report .case_box ul li {
        padding: 2.6vw 3.8vw 5.1vw 3.8vw;
        height: 30.8vw;
    }

    .section_report .case_box ul li:last-child {
        height: 33.3vw;
    }

    .section_report .case_box ul li .title {
        font-size: 5.1vw;
        padding-bottom: 1.8vw;
    }

    .section_report .case_box ul li .in_box {
        height: auto;
        display: block;
    }

    .section_report .case_box ul li .price .num {
        font-size: 8.7vw;
    }

    .section_report .case_box ul li .price .tax {
        font-size: 4.1vw;
    }

    .section_report .case_box ul li .month {
        margin-top: 2vw;
    }

    .section_report .case_box ul li .month .num {
        font-size: 9.2vw;
    }

    .section_report .case_box ul li .month .text {
        font-size: 6.7vw;
    }

    .section_report .case_box ul li .lead_text {
        font-size: 4.6vw;
        margin-top: 3vw;
        line-height: 1.4;
    }

    .common_title_box {
        margin-bottom: 7.7vw;
    }

    .common_title_box .title {
        font-size: 8.7vw;
        line-height: 1.5;
    }

    .common_title_box .title small {
        font-size: 8.7vw;
    }

    .common_title_box .lead {
        margin-top: 2.8vw;
        font-size: 3.6vw;
        letter-spacing: .08em;
    }

    .section_flow {
        background: url(./image/flow_back_sp.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 15.4vw 0 21vw;
    }

    .section_flow ol:before {
        display: none;
    }

    .section_flow ol li {
        display: block;
        position: relative;
        padding-bottom: 6.4vw;
        border-bottom: 0.5vw dashed #B9B9B9;
    }

    .section_flow ol li:before {
        content: "";
        width: 23.1vw;
        height: 7.7vw;
        background: url(./image/arrow_3.svg) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -14.1vw;
    }

    .section_flow ol li:last-child::before {
        display: none;
    }

    .section_flow ol li+li {
        margin-top: 19.2vw;
    }

    .section_flow ol li .image {
        width: 28.2vw;
        height: 28.2vw;
        position: absolute;
        left: 0;
        top: 0;
    }

    .section_flow ol li .image .step {
        font-size: 3.3vw;
        padding-bottom: 0.8vw;
    }

    .section_flow ol li .text_box {
        width: 100%;
    }

    .section_flow ol li .text_box .title_box {
        height: 28.2vw;
        padding-left: 33.3vw;
        display: flex;
        align-items: center;
        margin-bottom: 3.6vw;
    }

    .section_flow ol li .text_box .title {
        font-size: 5.1vw;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .section_flow ol li .text_box .info_text {
        font-size: 3.3vw;
        letter-spacing: 0.27vw;
    }

    .section_flow ol li .text_box .button_wrap {
        margin: 3.8vw 0 2.1vw;
        gap: 2.6vw;
    }

    .section_flow ol li .text_box .button_wrap .tel_text {
        display: none;
    }

    .section_flow ol li .text_box .button_wrap .common_button a {
        width: 43.6vw;
        font-size: 3.6vw;
        line-height: 12.8vw;
    }

    .section_flow ol li .text_box .button_wrap .common_button a .arrow {
        display: none;
    }

    .section_flow ol li .text_box .button_wrap .common_button a .icon {
        width: 7.7vw;
        height: 7.7vw;
    }

    .section_flow ol li .text_box .time {
        font-size: 3.1vw;
        text-align: center;
    }

    .section_price {
        padding-top: 17.9vw;
        padding-bottom: 25.6vw;
    }

    .section_price .common_title_box {
        margin-bottom: 7.15vw;
    }

    .section_price .table_box {
        width: 100%;
    }

    .section_price .table_box .label_title {
        font-size: 6.2vw;
        line-height: 13.3vw;
    }

    .section_price .table_box .label_title small {
        font-size: 4.9vw;
    }

    .section_price .table_box .label_title .num {
        font-size: 9vw;
    }

    .section_price .table_box .in_box {
        box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.06);
        padding: 1.8vw;
        margin-bottom: 7.7vw;
    }

    .section_price .table_box .in_box table {
        border-spacing: 0 2.6vw;
    }

    .section_price .table_box .in_box table th {
        width: 42%;
        padding: 9.5vw 6.7vw;
        font-size: 4.4vw;
    }

    .section_price .table_box .in_box table td {
        padding-left: 0;
        text-align: center;
        padding-right: 7.2vw;
    }

    .section_price .table_box .in_box table td .num_text {
        font-size: 5.4vw;
        position: relative;
    }

    .section_price .table_box .in_box table td .num_text small {
        font-size: 5.4vw;
    }

    .section_price .table_box .in_box table td .num_text .num {
        font-size: 9.5vw;
        margin: 0 .1em;
    }

    .section_price .table_box .in_box table td .num_text .tax {
        position: absolute;
        right: 0;
        top: 2.8vw;
        font-size: 3.1vw;
    }

    .section_price .table_box .in_box table td .text {
        font-size: 5.9vw;
    }

    .section_price .table_box .in_box table td .num_text .gray {
        line-height: 0;
    }

    .section_price .table_box .in_box table td .gray {
        font-size: 4.1vw;
        display: block;
    }

    .section_price .table_box .risk_box {
        width: 100%;
    }

    .section_price .table_box .risk_box .title_box {
        gap: 2.6vw;
        padding-bottom: 2.6vw;
        margin-bottom: 2.6vw;
    }

    .section_price .table_box .risk_box .title_box .icon {
        width: 8.7vw;
    }

    .section_price .table_box .risk_box .title_box .title {
        font-size: 4.6vw;
    }

    .section_price .table_box .risk_box .text {
        font-size: 3.3vw;
        letter-spacing: 0.4vw;
    }

    .section_faq {
        padding: 19vw 0;
    }

    .section_faq .cont dl+dl {
        margin-top: 3.8vw;
    }

    .section_faq .cont dl {
        padding: 3.8vw;
    }

    .section_faq .cont dl dt {
        gap: 3.3vw;
        flex-wrap: nowrap;
        position: relative;
    }

    .section_faq .cont dl dt .en {
        width: 11.8vw;
        line-height: 11.8vw;
        font-size: 7.7vw;
    }

    .section_faq .cont dl dt .question {
        font-size: 4.6vw;
    }

    .section_faq .cont dl dt .plus {
        width: 5.9vw;
        top: 2.5vw;
    }

    .section_faq .cont dl dd {
        padding: 3.8vw 7.9vw 4.1vw 3.3vw;
        gap: 5.1vw;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 3.6vw;
    }

    .section_faq .cont dl dd .en {
        font-size: 7.7vw;
    }

    .section_faq .cont dl dd .text {
        font-size: 3.6vw;
        margin-top: 0;
        letter-spacing: 0.07em;
    }

    .section_message {
        padding: 17.9vw 0 29.5vw;
    }

    .section_message .text_box {
        width: 100%;
        order: 2;
    }

    .section_message .text_box .lead {
        font-size: 4.4vw;
        padding-left: 9.2vw;
        margin-bottom: 4.1vw;
    }

    .section_message .text_box .lead:before {
        width: 6.7vw;
    }

    .section_message .text_box .catch {
        font-size: 6.4vw;
        padding-bottom: 3.3vw;
        margin-bottom: 3.6vw;
    }

    .section_message .text_box .text {
        margin-bottom: 6.7vw;
        font-size: 3.6vw;
        letter-spacing: .05em;
    }

    .section_message .text_box .name_box {
        display: flex;
        align-items: flex-end;
        line-height: 1;
    }

    .section_message .text_box .name_box .position {
        font-size: 4.1vw;
        margin-right: 4.6vw;
    }

    .section_message .text_box .name_box .name .jp {
        font-size: 5.6vw;
    }

    .section_message .text_box .name_box .name .en {
        margin-left: 1.5vw;
        font-size: 3.8vw;
    }

    .section_message .image {
        width: calc(100% - 10px);
        height: 53.8vw;
        margin-bottom: 8.2vw;
    }

    .section_message .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 10%;
    }

    footer#main_footer {
        padding-top: 15.4vw;
        padding-bottom: 44.1vw;
    }

    footer#main_footer .shop_name {
        font-size: 3.3vw;
        font-weight: 400;
        margin-bottom: .5vw;
    }

    footer#main_footer .logo {
        margin-bottom: 10.3vw;
    }

    footer#main_footer .logo img {
        width: 72.3vw;
    }

    footer#main_footer .address {
        font-size: 3.6vw;
        margin-bottom: 10.3vw;
    }

    footer#main_footer .copyright small {
        font-size: 3.1vw;
    }

    .sp_contact_fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #F4FAFF;
        padding: 2.8vw 5vw 1.8vw 5vw;
        z-index: 10;
    }

    .sp_contact_fixed .title {
        text-align: center;
        font-size: 3.8vw;
        font-weight: 900;
        color: #1A1A1A;
        margin-bottom: 1.8vw;
        position: relative;
    }

    .sp_contact_fixed .title:before,
    .sp_contact_fixed .title:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 1.8vw solid transparent;
        border-left: 1.8vw solid transparent;
        border-top: 2.6vw solid #023B77;
        border-bottom: 0;
        position: absolute;
        top: 2.1vw;
    }

    .sp_contact_fixed .title:before {
        left: 0;
    }

    .sp_contact_fixed .title:after {
        right: 0;
    }

    .sp_contact_fixed .button_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
        margin-bottom: 1vw;
    }

    .sp_contact_fixed .common_button a {
        width: 100%;
        font-size: 3.6vw;
        line-height: 11.8vw;
    }

    .sp_contact_fixed .common_button a .icon {
        width: 7.7vw;
        height: 7.7vw;
    }

    .sp_contact_fixed .time {
        font-size: 2.8vw;
        color: #6A6A6A;
        text-align: center;
        line-height: 1.5;
    }

    .section_report .case_box ul li .price .num small {
        font-size: 5.12vw;
    }


}