@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: 400;
    font-style: normal;
}

.font_oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.font_inconsolata {
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

@font-face {
    font-family: 'Mplus1p Black';
    src: url('/wp-content/themes/child/fonts/MPLUS1p-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.mplus-black {
    font-family: 'Mplus1p Black', sans-serif;
    font-weight: 900;
}

body {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1340px;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    margin-block: 0 1em;
    background: url(/wp-content/themes/child/image/common_page_main.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 200px;
    padding-bottom: 100px;
}

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

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

.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: 0;
    right: 0;
}

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

/* ラジオボタンを隠す */
.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;
}

#pc_header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 8px;
}

#pc_header .cont {
    align-items: center;
}

#pc_header .logo {
    width: 166px;
    margin-right: 67px;
    margin-left: -3px;
}

#pc_header .header_navi {
    margin-right: 46px;
}

#pc_header .header_navi ul {
    gap: 46px;
}

#pc_header .header_navi ul li a {
    color: initial;
    font-weight: 700;
    transition: .3s;
}

#pc_header .header_navi ul li a:hover {
    color: #D84712;
}

#pc_header .button_box {
    gap: 10px;
}

.common_button a {
    display: block;
    width: 240px;
    line-height: 50px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    font-weight: 700;
}

.common_button a:hover {
    box-shadow: none !important;
    transform: translateY(4px);
}

.common_button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.common_button.download a {
    background-color: #3112d8;
    background-image: url(/wp-content/themes/child/image/icon_download.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 50px;
    box-shadow: 0 5px 0 #360076;
}

.common_button.mail a {
    background-color: #07a300;
    background-image: url(/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 52px;
    box-shadow: 0 5px 0 #066801;
}

.common_button.tel a {
    background-color: #EA8700;
    background-image: url(/wp-content/themes/child/image/icon/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 50px;
    box-shadow: 0 5px 0 #ad680a;
}

.section_main_visual {
    background-color: #FFF8E3;
    /* padding-top: 7.2vw; */
    padding-top: 6.5vw;
    background-image: url(/wp-content/themes/child/image/main_visual.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 1.12vw;
    /* height: 100dvh; */
}

.section_main_visual .wrap {
    position: relative;
    width: 91%;
}

.section_main_visual .mv_illust {
    position: absolute;
    left: -28vw;
    top: -10.2vw;
    pointer-events: none;
    width: 89.4vw;
}

.section_main_visual .mv_illust img {
    width: 100%;
}

.section_main_visual .cont {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0 1.3vw;
}

.section_main_visual .form_area {
    position: relative;
    z-index: 2;
    width: 30.5vw;
    background: #fff;
    border-radius: 6px;
    padding: 1.5vw;
    box-shadow: 0 2px 4px #E0D9C3;
}

.page-id-691 .section_main_visual .form_area,
.page-id-14 .section_main_visual .form_area {
    padding: 30px;
}

.section_main_visual .form_area .title_box {
    text-align: center;
    margin-bottom: 1vw;
}

.section_main_visual .form_area .thanks_textArea .name {
    margin-bottom: 1em;
    font-size: 1.1vw;
    font-weight: 700;
    text-align: center;
}

.section_main_visual .form_area .thanks_textArea .contact_text {
    font-size: 1vw;
    line-height: 2;
}

.section_main_visual .form_area .title_box .title {
    display: inline-block;
    font-size: 1.35vw;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 0 1.8vw;
    background: url(/wp-content/themes/child/image/icon_kira.svg) no-repeat, url(/wp-content/themes/child/image/icon_kira.svg) no-repeat;
    background-position: 0, 100%;
    background-size: 1.1vw;
}

.section_main_visual .form_area .common_contact_form .form_box dl {
    display: block;
}

.section_main_visual .form_area .common_contact_form .form_box dl+dl {
    margin-top: .7vw;
}

.section_main_visual .form_area .common_contact_form .form_box dl dt {
    font-size: 1vw;
    font-weight: 700;
    margin-bottom: .4vw;
}

.section_main_visual .form_area .common_contact_form .form_box dl dt:after {
    display: none;
}

.section_main_visual .form_area .common_contact_form input[type="text"],
.section_main_visual .form_area .common_contact_form input[type="email"],
.section_main_visual .form_area .common_contact_form #zip {
    height: 2.8vw;
    background: #F2F2F2;
    border: 1px solid #CECECE;
    padding-left: 1.2vw;
}

.section_main_visual .form_area .common_contact_form input::placeholder {
    font-size: .88vw;
    font-weight: 600;
}

.section_main_visual .form_area .common_page_btn {
    display: block;
    width: 16.5vw;
    line-height: 3.4vw;
    color: #fff;
    border-radius: 6px;
    position: relative;
    font-weight: 700;
    margin: 0 auto;
    padding-left: 3.5vw;
    font-size: 1.01vw;
}

.page-id-691 .section_main_visual.contact_lp_sec .item,
.page-id-14 .section_main_visual.contact_lp_sec .item {
    flex-wrap: nowrap;
}

.page-id-691 .section_main_visual .form_area .title_box .title,
.page-id-14 .section_main_visual .form_area .title_box .title {
    font-size: 20px;
    padding: 0 30px;
    background-size: 20px;
}

.page-id-691 .section_main_visual .form_area .common_contact_form .form_box dl dt,
.page-id-14 .section_main_visual .form_area .common_contact_form .form_box dl dt {
    font-size: 16px;
}

.page-id-691 .section_main_visual .form_area .common_contact_form input[type="text"],
.page-id-691 .section_main_visual .form_area .common_contact_form input[type="email"],
.page-id-691 .section_main_visual .form_area .common_contact_form #zip {
    height: 40px;
}

.page-id-14 .section_main_visual .form_area .common_contact_form input[type="text"],
.page-id-14 .section_main_visual .form_area .common_contact_form input[type="email"],
.page-id-14 .section_main_visual .form_area .common_contact_form #zip {
    height: 40px;
}

.page-id-691 .section_main_visual .form_area .common_contact_form input::placeholder,
.page-id-14 .section_main_visual .form_area .common_contact_form input::placeholder {
    font-size: 13px;
}

.page-id-691 .section_main_visual .form_area .common_page_btn,
.page-id-14 .section_main_visual .form_area .common_page_btn {
    width: 300px;
    line-height: 55px;
    padding-left: 45px;
    font-size: 16px;
}

.page-id-691 .section_main_visual .form_area .common_page_btn.confirm,
.page-id-14 .section_main_visual .form_area .common_page_btn.confirm {
    background-position: 20px;
    background-size: 18px;
}

.page-id-691 .section_main_visual .form_area .common_contact_form select,
.page-id-14 .section_main_visual .form_area .common_contact_form select {
    padding: 8px 15px;
    font-size: 15px;
    height: 45px;
}

.section_main_visual .form_area .common_page_btn.confirm {
    background-color: #3112d8;
    background-image: url(/wp-content/themes/child/image/icon_download.svg);
    background-repeat: no-repeat;
    background-position: 1.3vw;
    box-shadow: 0 5px 0 #360076;
    background-size: 1.2vw;
}

.section_main_visual .form_area .common_page_btn.send {
    background-color: #D84712;
    box-shadow: 0 5px 0 #762000;
}

.section_main_visual .form_area .common_page_btn.back {
    background-color: #333;
    box-shadow: 0 5px 0 #000;
    margin-top: 20px;
}

.section_main_visual .form_area .common_page_btn:hover {
    box-shadow: none !important;
    transform: translateY(4px);
}

.section_main_visual .form_area .common_page_btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.section_main_visual .form_area .common_contact_form .form_box {
    margin-bottom: 1.8vw;
}

.section_main_visual .form_area .common_contact_form select {
    height: 2.9vw;
    width: 100%;
    background: #fff;
    border: 1px solid #CECECE;
    color: #000;
    font-size: .88vw;
    font-weight: 600;
    padding: 9px 20px 10px 20px;
    padding: .5vw 1.1vw .7vw 1.1vw;
}

.section_main_visual .text_area {
    margin-top: 6.5vw;
    position: relative;
    z-index: 2;
}

.section_main_visual .text_area .catch_box {
    margin-bottom: 3vw;
}

.section_main_visual .text_area .catch_box .lead {
    position: relative;
    line-height: 1;
}

.section_main_visual .text_area .catch_box .lead .text {
    font-size: 2.45vw;
    font-weight: 900;
    letter-spacing: .1em;
}

.section_main_visual .text_area .catch_box .lead .graph {
    position: absolute;
    left: 28.5vw;
    top: -2.5vw;
}

.section_main_visual .text_area .catch_box .lead .graph img {
    width: 9vw;
}

.section_main_visual .text_area .catch_box .lead .text small {
    font-size: 30px;
    letter-spacing: 0;
}

.section_main_visual .text_area .catch_box .lead .text .num {
    color: #EA6500;
    font-size: 4.4vw;
    position: relative;
    font-weight: 900;
}

.section_main_visual .text_area .catch_box .lead .text .num:before {
    content: "";
    width: 2vw;
    height: 2.1vw;
    background: url(/wp-content/themes/child/image/icon_chon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -.7vw;
    top: .3vw;
}

.section_main_visual .text_area .catch_box .catch {
    font-size: 3.3vw;
    letter-spacing: .06em;
}

.section_main_visual .text_area .catch_box .catch small {
    font-size: 3.1vw;
}

.section_main_visual .text_area .catch_box .catch .big {
    font-size: 4.5vw;
}

.section_main_visual .text_area .catch_box .catch .accent {
    color: #EA6500;
    font-size: 4.2vw;
}

.section_main_visual .text_area .catch_box .mini_text {
    font-size: 1.5vw;
    letter-spacing: .1em;
    font-weight: 900;
    color: #272727;
}

.section_main_visual .text_area .catch_box .mini_text .accent {
    border-bottom: 3px dotted;
}

.section_main_visual .text_area .under_box {
    align-items: center;
    gap: 3.4vw;
}

.section_main_visual .text_area .under_box .button_area .lead {
    font-size: 1.09vw;
    font-weight: 900;
    padding-bottom: 1.09vw;
    background: url(/wp-content/themes/child/image/mv_lead_back.svg) no-repeat;
    background-position: center bottom;
    margin-bottom: 7px;
    background-size: contain;
}

.section_main_visual .text_area .under_box .button_area .lead .accent {
    color: #EA6500;
    font-size: 1.23vw;
}

.section_main_visual .common_button.mail a {
    width: 21.8vw;
    line-height: 4.1vw;
    font-size: 1.23vw;
    padding-left: 4.1vw;
    box-shadow: 0 6px 0 #066801;
    background-size: 1.3vw;
    background-position: 1.4vw;
}

.section_main_visual .common_button.mail a::after {
    width: 8px;
    height: 8px;
    right: 18.6px;
}

.section_main_visual .text_area .under_box .medal_box {
    gap: .5vw;
}

.section_main_visual .text_area .under_box .medal_box img {
    width: 9.95vw;
}

.section_about {
    padding: 108px 0 122px 0;
}

.section_about .catch_box {
    text-align: center;
    padding: 5px 0;
    background-image: url(/wp-content/themes/child/image/ribon_left.svg), url(/wp-content/themes/child/image/ribon_right.svg);
    background-repeat: no-repeat;
    background-position: 0, 100%;
    margin-bottom: 40px;
    line-height: 1.6;
}

.section_about .catch_box .lead {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .1em;
}

.section_about .catch_box .title {
    font-size: 58px;
}

.section_about .catch_box .title .accent {
    color: #EA6500;
    margin: 0 -.3em;
}

.section_about ul li {
    width: 550px;
    background: #FFF3EA;
    position: relative;
    line-height: 80px;
    padding-left: 100px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 6px;
}

.section_about ul li .accent {
    font-size: 34px;
    color: #EA6500;
}

.section_about ul li .accent.font_inconsolata {
    font-size: 54px;
    line-height: 1;
}

.section_about ul li:before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: #EA6500;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 13px;
    background-image: url(/wp-content/themes/child/image/icon_check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.section_worries {
    background: #fafafa;
    padding: 90px 0 167px 0;
}

.section_worries .title_box {
    text-align: center;
    margin-bottom: 68px;
}

.section_worries .title_box .lead {
    font-size: 28px;
}

.section_worries .title_box .lead .bold {
    font-weight: 800;
}

.section_worries .title_box .title {
    font-size: 52px;
    font-weight: 900;
    color: #272727;
    letter-spacing: .15em;
}

.section_worries .title_box .title .accent {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0 .2em;
}

.section_worries .title_box .title .accent:before {
    content: "";
    background: #573A19;
    width: 106%;
    height: 90%;
    position: absolute;
    left: -3%;
    top: 6.5%;
    z-index: -1;
}

.section_worries .title_box .title .accent:after {
    content: "";
    width: 37.45px;
    height: 36.47px;
    background-image: url(/wp-content/themes/child/image/icon_moya.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -45px;
    top: -32px;
}

.section_worries .title_box .title small {
    font-size: 34px;
}

.section_worries ul {
    gap: 60px;
    margin-bottom: 83px;
}

.section_worries ul li {
    width: 340px;
    height: 150px;
    background: #F0F0F0;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14)
}

.section_worries ul li .accent {
    font-size: 24px;
    color: #573A19;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.section_worries ul li .dotted {
    position: absolute;
    left: 10px;
    top: -11px;
}

.section_worries .catch_box {
    margin-bottom: 67px;
}

.section_worries .catch_box .under_area {
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.section_worries .catch_box .lead {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
}

.section_worries .catch_box .num_box {
    position: relative;
    padding-left: 70px;
}

.section_worries .catch_box .num_box .text {
    line-height: 1;
    font-size: 36px;
    border: 3px solid;
    padding: 15px 10px;
    color: #C91111;
    position: absolute;
    left: 0;
    bottom: 6px;
    transform: rotate(-6deg);
}

.section_worries .catch_box .num_box .num {
    font-size: 60px;
    line-height: 1;
}

.section_worries .catch_box .num_box .num .pc_none {
    display: none;
}

.section_worries .catch_box .num_box .num .accent {
    color: #C91111;
    font-size: 100px;
    border-bottom: 5px solid #C91111;
}

.section_worries .catch_box .text_box {
    font-size: 56px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .1em;
}

.section_worries .catch_box .text_box small {
    font-size: 33px;
}

.section_worries .catch_box .text_box .color {
    color: #C91111;
    margin-right: -.3em;
}

.section_worries .catch_box .text_box .accent {
    position: relative;
    z-index: 2;
    color: #fff;
}

.section_worries .catch_box .text_box .accent:before {
    content: "";
    background: #272727;
    width: 106%;
    height: 90%;
    position: absolute;
    left: -3%;
    top: 6.5%;
    z-index: -1;
}

.section_worries .graph_area {
    position: relative;
    border: 4px solid #573A19;
    padding: 47.5px 40px 31.5px 30px;
    border-radius: 6px;
}

.section_worries .graph_area .arrow {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    border-top: 50px solid #573A19;
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 150px);
    top: -25px;
}

.section_worries .graph_area .cont {
    align-items: center;
}

.section_worries .graph_area .graph_box {
    width: 600px;
    border-right: 1px dashed #D9D9D9;
    padding-right: 39.5px;
}

.section_worries .graph_area .graph_box .question {
    border: 2px solid #272727;
    padding: 17px 40px 16px 50px;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 30px;
}

.section_worries .graph_area .graph_box .question .en {
    position: absolute;
    left: -30px;
    top: -16px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    background: #272727;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 32px;
}

.section_worries .graph_area .graph_box .question .en:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 15px solid #272727;
    border-bottom: 0;
    position: absolute;
    transform: rotate(-43deg);
    right: 0;
    bottom: 4px;
}

.section_worries .graph_area .graph_box .image {
    margin-bottom: 10px;
}

.section_worries .graph_area .graph_box .information .text {
    color: #848383;
    font-size: 12px;
    line-height: 1.5;
}

.section_worries .graph_area .text_box {
    width: calc(100% - 600px);
    padding-left: 50px;
    text-align: center;
}

.section_worries .graph_area .text_box .top_area {
    margin-bottom: 33px;
}

.section_worries .graph_area .text_box .top_area .text {
    font-size: 18px;
    font-weight: 700;
}

.section_worries .graph_area .text_box .top_area .bold {
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.section_worries .graph_area .text_box .top_area .bold .big {
    font-size: 30px;
}

.section_worries .graph_area .text_box .top_area .bold .accent {
    color: #C91111;
    font-size: 60px;
    vertical-align: sub;
}

.section_worries .graph_area .text_box .top_area .bold small {
    font-size: 14px;
}

.section_worries .graph_area .text_box .top_area .arrow_text {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    height: 82px;
    background: url(/wp-content/themes/child/image/arrow_text_back.svg) no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    padding-top: 12px;
}

.section_worries .graph_area .text_box .under_area {
    position: relative;
}

.section_worries .graph_area .text_box .under_area:before {
    content: "";
    width: 430px;
    height: 220px;
    background: url(/wp-content/themes/child/image/gray_moya_back.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_worries .graph_area .text_box .under_area .text {
    font-size: 24px;
    font-weight: 900;
}

.section_worries .graph_area .text_box .under_area .text .big {
    font-size: 32px;
}

.section_worries .graph_area .text_box .under_area .text .accent {
    color: #fff;
    font-size: 42px;
    position: relative;
    z-index: 2;
    margin: 0 .1em;
    letter-spacing: .05em;
}

.section_worries .graph_area .text_box .under_area .text .accent:before {
    content: "";
    background: #272727;
    width: 106%;
    height: 90%;
    position: absolute;
    left: -3%;
    top: 6.6%;
    z-index: -1;
}

.section_cv {
    background: url(/wp-content/themes/child/image/cv_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0 100px 0;
}

.section_cv.risk_version {
    background: url(/wp-content/themes/child/image/cv_back_2.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 60px 0;
}

.section_cv.simulation_version {
    background: url(/wp-content/themes/child/image/cv_back_3.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 60px 0;
}

.section_cv.limited_version {
    background: url(/wp-content/themes/child/image/cv_back_4.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 34px 0 50px 0;
}

.section_cv.price_version {
    background: url(/wp-content/themes/child/image/cv_back_5.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 70px 0;
}

.section_cv.limited_version .wrap {
    position: relative;
}

.section_cv .text_image {
    text-align: center;
}

.section_cv.limited_version .text_image {
    margin-bottom: 22px;
}

.section_cv.limited_version .info_text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em;
}

.section_cv.limited_version .catch_box {
    margin-bottom: 60px;
}

.section_cv.limited_version .catch_box .month_catch_box {
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}

.section_cv.limited_version .catch_box .month_catch_box .month {
    background: #fff;
    color: #B23E39;
    padding: 18px 8px;
    font-size: 34px;
    line-height: 1.2;
}

.section_cv.limited_version .catch_box .month_catch_box .text {
    font-size: 63px;
    line-height: 1;
    letter-spacing: .1em;
}

.section_cv.limited_version .catch_box .month_catch_box .text small {
    font-size: 44px;
}

.section_cv.limited_version .catch_box .month_catch_box .text .num {
    font-size: 136px;
    vertical-align: sub;
    position: relative;
}

.section_cv.limited_version .catch_box .month_catch_box .text .num img {
    position: absolute;
    right: 0;
    top: 23px;
}

.section_cv.limited_version .catch_box .month_catch_box .text .limited {
    position: relative;
}

.section_cv.limited_version .catch_box .month_catch_box .text .limited:before {
    content: "・・";
    position: absolute;
    left: .3em;
    top: -.6em;
    font-size: 36px;
    letter-spacing: 1em;
}

.section_cv.limited_version .binder {
    position: absolute;
    left: 60px;
    top: 20px;
}

.section_cv.limited_version .illust {
    position: absolute;
    right: 50px;
    top: 52px;
}

.section_cv.simulation_version .catch_box .title {
    font-size: 40px;
}

.section_cv.simulation_version .catch_box .title .accent {
    font-size: 40px;
}

.section_cv.simulation_version .catch_box {
    margin-bottom: 50px;
}

.section_cv.risk_version .catch_box .title {
    font-size: 40px;
}

.section_cv.risk_version .catch_box .title .accent {
    font-size: 40px;
}

.section_cv.risk_version .catch_box {
    margin-bottom: 50px;
}

.section_cv .catch_box {
    margin-bottom: 67px;
    text-align: center;
    font-weight: 900;
    letter-spacing: .2em;
}

.section_cv .catch_box .lead {
    font-size: 35px;
}

.section_cv .catch_box .title {
    font-size: 32px;
}

.section_cv.cost_version .catch_box .title {
    position: relative;
}

.section_cv.cost_version .catch_box .title:before {
    content: "";
    width: 30px;
    height: 37px;
    background: url(/wp-content/themes/child/image/icon_chon_white.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 70px;
}

.section_cv .catch_box .title .big {
    font-size: 56px;
}

.section_cv .catch_box .title .accent {
    color: #fff;
    font-size: 56px;
    position: relative;
    z-index: 2;
    margin: 0 .1em;
}

.section_cv .catch_box .title .accent:before {
    content: "";
    background: #272727;
    width: 106%;
    height: 94%;
    position: absolute;
    left: -3.7%;
    top: 6.8%;
    z-index: -1;
}

.section_cv .button_box {
    justify-content: center;
    gap: 40px;
}

.section_cv .button_box .common_button {
    width: 400px;
}

.section_cv .button_box .common_button a {
    width: 100%;
    line-height: 1;
    height: 70px;
    padding-top: 26px;
    padding-left: 70px;
    background-size: 20px;
    font-size: 20px;
}

.section_cv .button_box .common_button.tel a {
    font-size: 28px;
    line-height: .8;
}

.section_cv .button_box .common_button.mail a {
    background-size: 24px;
}

.section_cv .button_box .common_button.big a {
    height: 90px;
    padding-top: 36px;
    font-size: 22px;
    background-size: 30px;
    padding-left: 80px;
}

.section_cv .button_box .common_button.big.tel a {
    font-size: 32px;
    line-height: 0.6;
}

.common_button a .hukidashi {
    font-size: 14px;
    position: absolute;
    width: 314px;
    height: 29px;
    background: #fff;
    color: initial;
    border-radius: 15px;
    text-align: center;
    left: calc(50% - 157px);
    top: -14.5px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_button a .hukidashi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10.5px solid transparent;
    border-left: 10.5px solid transparent;
    border-top: 11px solid #fff;
    border-bottom: 0;
    position: absolute;
    right: calc(50% - 10.5px);
    bottom: -7px;
}

.common_button.download a .hukidashi {
    border-color: #D84712;
}

.common_button.mail a .hukidashi {
    border-color: #F2A005;
}

.common_button.tel a .hukidashi {
    border-color: #f27d05;
}

.section_cv .button_box .common_button.mail a {
    box-shadow: 0 8px 0 #066801;
}

.section_cv .button_box .common_button.download a {
    box-shadow: 0 8px 0 #360076;
}

.section_cv .button_box .common_button a::after {
    width: 10px;
    height: 10px;
}

.section_service {
    padding: 120px 0 150px 0;
}

.section_service .title_box {
    text-align: center;
    margin-bottom: 38px;
    color: #272727;
}

.section_service .title_box .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
}

.section_service .title_box .title small {
    font-size: 20px;
}

.section_service ul li.slide {
    width: 340px;
    text-align: center;
    background: #FFFCF4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 30px;
}

.section_service ul li.slide .step {
    background: #EA8700;
    color: #fff;
    margin-bottom: 35px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2em;
}

.section_service ul li.slide .step small {
    font-size: 16px;
}

.section_service ul li.slide .illust {
    margin-bottom: 25.5px;
}

.section_service ul li.slide .title {
    font-size: 24px;
    color: #EA6500;
    font-weight: 900;
    margin-bottom: 10px;
}

.section_service ul li.slide .text {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.section_service ul li.arrow {
    display: flex;
    align-items: center;
    width: 45px;
}

.section_service .table_area {
    position: relative;
    border: 4px solid #EA8700;
    padding: 49.3px 40px 40px 40px;
    border-radius: 6px;
}

.section_service .table_area .catch_box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -20px;
}

.section_service .comparison_area {
    padding-top: 130px;
}

.section_works {
    padding: 120px 0;
}

.section_works .wrap {
    width: 1160px;
}

.section_works .title_box {
    text-align: center;
    margin-bottom: 30px;
}

.section_works .title_box .lead {
    width: 284px;
    height: 60px;
    background: url(/wp-content/themes/child/image/hukidashi.svg) no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
}

.section_works .title_box .lead .color {
    color: #EA6500;
}

.section_works .title_box .title {
    font-size: 36px;
    font-weight: 900;
    color: #272727;
    line-height: 1.45;
    letter-spacing: .05em;
}

.section_works .title_box .title .accent {
    color: #EA6500;
    font-size: 40px;
}

.section_works ul li.slide {
    background: #FFFCF4;
    border: 3px solid #7C4A10;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    margin: 0 10px;
}

.section_works .slick-prev,
.section_works .slick-next {
    width: 60px;
    height: 60px;
    z-index: 2;
}

.section_works .slick-prev:after,
.section_works .slick-next:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: url(/wp-content/themes/child/image/arrow_slider.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_works .slick-next:after {
    transform: scale(-1, 1);
}

.section_works ul li.slide .dotted {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.section_works ul li.slide .dotted.left {
    left: 10px;
}

.section_works ul li.slide .dotted.right {
    right: 10px;
}

.section_works ul li.slide .dotted:before,
.section_works ul li.slide .dotted:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #7C4A10;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.section_works ul li.slide .dotted:before {
    top: 10px;
}

.section_works ul li.slide .dotted:after {
    bottom: 10px;
}

.section_works ul li.slide .cont {
    align-items: center;
}

.section_works ul li.slide .picture {
    width: 290px;
    height: 200px;
}

.section_works ul li.slide .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_works ul li.slide .information {
    width: 730px;
}

.section_works ul li.slide .information .name {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #707070;
    padding-bottom: 10px;
    margin-bottom: 22px;
    color: #272727;
}

.section_works ul li.slide .information .num_area {
    align-items: center;
}

.section_works ul li.slide .information .up_box {
    width: 340px;
    background: #FFE200;
    border-radius: 4px;
    padding: 27px 20px 19px 20px;
    background-image: url(/wp-content/themes/child/image/icon_up.svg);
    background-repeat: no-repeat;
    background-position: 95%;
}

.section_works ul li.slide .information .up_box dl {
    display: flex;
    color: #272727;
}

.section_works ul li.slide .information .up_box dl dt {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin-right: 1em;
}

.section_works ul li.slide .information .up_box dl dt:after {
    content: ":";
    position: absolute;
    right: -.7em;
    top: 50%;
    transform: translateY(-50%);
}

.section_works ul li.slide .information .up_box dl dd {
    font-size: 18px;
    font-weight: 700;
}

.section_works ul li.slide .information .up_box dl dd .num {
    font-size: 74px;
    line-height: .6;
}

.section_works ul li.slide .information .long_ver .up_box {
    width: 380px;
    background-size: 50px;
}

.section_works ul li.slide .information .long_ver .check_box {
    width: calc(100% - 380px);
}

.section_works ul li.slide .information .long_ver .up_box dl dd .num {
    font-size: 63px;
}

.section_works ul li.slide .information .check_box {
    width: calc(100% - 340px);
    padding-left: 35px;
}

.section_works ul li.slide .information .check_box .text {
    font-size: 20px;
    font-weight: 700;
    padding-left: 38px;
    position: relative;
    line-height: 1;
}

.section_works ul li.slide .information .check_box .text+.text {
    margin-top: 5px;
}

.section_works ul li.slide .information .check_box .text:before {
    content: "";
    width: 28px;
    height: 28px;
    background-color: #EA6500;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/child/image/icon_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.section_works ul li.slide .information .check_box .text .num {
    color: #EA6500;
    font-size: 40px;
}

.section_works ul li.slide .information .check_box .text .num .dotted_num {
    margin: 0 -.1em;
}

.section_works ul li.slide .information .check_box .text .color {
    color: #EA6500;
}

.section_works ul li.slide .text_area {
    margin-top: 30px;
}

.section_works ul li.slide .text_area .text {
    font-size: 14px;
}

.section_works ul li.slide .text_area .text .accent {
    color: #EA6500;
    font-weight: 700;
}

.section_reason {
    background: #FFF9EA;
    position: relative;
    padding-top: 80px;
    margin-bottom: 130px;
}

.section_reason:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 130px solid #FFF9EA;
    border-bottom: 0;
    position: absolute;
    left: 0;
    bottom: -130px;
}

.section_reason .title_box {
    text-align: center;
    margin-bottom: 45px;
}

.section_reason .title_box .title {
    font-size: 50px;
    color: #EA6500;
    font-weight: 900;
    line-height: 1.2;
}

.section_reason .title_box .title small {
    font-size: 32px;
    color: #272727;
}

.section_reason ul {
    margin-bottom: 66px;
}

.section_reason ul li {
    width: 320px;
    height: 320px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    text-align: center;
}

.section_reason ul li:nth-child(1) {
    padding-top: 54px;
}

.section_reason ul li:nth-child(1) .icon {
    margin-bottom: 25.5px;
}

.section_reason ul li:nth-child(2) {
    padding-top: 68px;
}

.section_reason ul li:nth-child(2) .icon {
    margin-bottom: 30px;
}

.section_reason ul li:nth-child(3) {
    padding-top: 55px;
}

.section_reason ul li:nth-child(3) .icon {
    margin-bottom: 28px;
}

.section_reason ul li .point {
    width: 70px;
    height: 70px;
    background: url(/wp-content/themes/child/image/point_back.svg) no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    position: absolute;
    left: -10px;
    top: -9px;
    line-height: 1;
    font-size: 28px;
}

.section_reason ul li .point small {
    font-size: 14px;
}

.section_reason ul li .title {
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    color: #272727;
    text-decoration: underline;
    text-decoration-thickness: 18px;
    text-underline-offset: -7px;
    text-decoration-color: #FFFF4D;
    margin-bottom: 6px;
}

.section_reason ul li .text {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.section_reason .sales_text {
    text-align: center;
    font-size: 48px;
    color: #EA6500;
    font-weight: 900;
    line-height: 1.3;
}

.section_reason .sales_text small {
    color: initial;
}

.section_price {
    padding: 116px 0 208px 0;
}

.section_price .cont {
    border: 3px solid #E3DEC9;
    padding: 68px 65px 76px 65px;
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.section_price .cont .title_box {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_price .cont .title_box .title {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .05em;
    color: #272727;
}

.section_price .cont:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E3DEC9;
    border-radius: 10px;
    position: absolute;
    left: 13px;
    top: 13px;
    z-index: -1;
    pointer-events: none;
}

.section_price .cont .graph {
    position: absolute;
}

.section_price .cont .graph_1 {
    left: -14px;
    top: -52px;
}

.section_price .cont .graph_2 {
    right: -50px;
    bottom: -48px;
}

.section_price .cont .top_area {
    margin-bottom: 60px;
}

.section_price .cont .top_area .attention {
    color: #C91111;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 21px;
}

.section_price .cont .top_area .formula {
    align-items: center;
}

.section_price .cont .top_area .formula .text {
    font-size: 28px;
    line-height: 80px;
    padding: 0 36px;
    border-radius: 6px;
    font-weight: 700;
}

.section_price .cont .top_area .formula .text.unit {
    background: #EA6500;
    color: #fff;
    width: 420px;
}

.section_price .cont .top_area .formula .text.cv {
    background: #EA8700;
    color: #fff;
    width: 250px;
}

.section_price .cont .top_area .formula .text.amount {
    color: #EA6500;
    border: 3px solid;
    width: 250px;
    text-align: center;
}

.section_price .cont .top_area .formula .symbol {
    margin: 0 9.5px;
    font-size: 28px;
    font-weight: 700;
}

.section_price .cont .under_area .example_text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

.section_price .cont .under_area .formula {
    border: 3px solid #D0D0D0;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.section_price .cont .under_area .formula dl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.section_price .cont .under_area .formula dl dt {}

.section_price .cont .under_area .formula dl dd .num {
    font-size: 40px;
}

.section_price .cont .under_area .formula .symbol {
    font-size: 28px;
    font-weight: 700;
    margin: 0 70px;
}

.section_greeting {
    padding: 140px 0 120px 0;
    background: url(/wp-content/themes/child/image/greeting_back.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_greeting .cont {
    align-items: center;
}

.section_greeting .image {
    width: 390px;
    height: 480px;
    position: relative;
}

.section_greeting .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_greeting .image .kira {
    position: absolute;
}

.section_greeting .image .kira_1 {
    right: -23px;
    top: -26px;
}

.section_greeting .image .kira_2 {
    left: -13px;
    bottom: -26px;
}

.section_greeting .text_area {
    width: calc(100% - 390px);
    padding-left: 110px;
}

.section_greeting .text_area .title {
    display: inline-block;
    background: #272727;
    color: #fff;
    padding: 5px 13px;
    border-radius: 6px;
    letter-spacing: .05em;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.section_greeting .text_area .catch_box {
    font-size: 34px;
    margin-bottom: 22px;
    position: relative;
    line-height: 1.5;
}

.section_greeting .text_area .catch_box .kira {
    position: absolute;
    right: 150px;
    top: -26px;
}

.section_greeting .text_area .catch_box .accent {
    color: #EA6500;
}

.section_greeting .text_area .text {
    font-size: 14px;
    margin-bottom: 57px;
    letter-spacing: .05em;
}

.section_greeting .text_area .name_area {
    display: flex;
    justify-content: flex-end;
}

.section_greeting .text_area .name_text {
    font-size: 16px;
}

.section_flow {
    padding: 140px 0 120px 0;
    background: #FDF8E8;
}

.section_flow .title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.section_faq {
    background: #FFFDF7;
    padding: 110px 0 130px 0;
}

.section_faq .title_box {
    text-align: center;
    margin-bottom: 40px;
}

.section_faq .title_box .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
}

.section_faq .title_box .lead {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
}

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

.section_faq dl dt {
    background: #EA8700;
    color: #fff;
    font-size: 20px;
    padding: 16px 65px 15px 75px;
    position: relative;
    border-radius: 4px;
}

.section_faq dl dt:before {
    content: "Q";
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 30px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.section_faq dl dt:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/child/image/plus-round.svg) no-repeat, #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-position: center;
    transition: .3s;
}

.section_faq dl dt.nowOpen:after {
    transform: translateY(-50%) rotate(-43deg);
}

.section_faq dl dd {
    padding-top: 30px;
    padding-left: 75px;
    position: relative;
}

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

.section_faq dl dd:before {
    content: "A";
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 30px;
    line-height: 1;
    top: 28px;
    font-size: 26px;
    color: #C91111;
}

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

.section_company .image {
    width: 500px;
    height: 420px;
}

.section_company .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_company .text_area {
    width: 580px;
}

.section_company .text_area .title_box {
    color: #272727;
    border-bottom: 3px dotted;
    margin-bottom: 20px;
}

.section_company .text_area .title_box .title {
    font-size: 50px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding: 0 23px;
    letter-spacing: .05em;
}

.section_company .text_area .title_box .title .kira {
    position: absolute;
    top: 30px;
}

.section_company .text_area .title_box .title .kira_1 {
    left: 0;
}

.section_company .text_area .title_box .title .kira_2 {
    right: 0;
}

.section_company .text_area .title_box .title .kira img {
    vertical-align: top;
}

.section_company .text_area .overview table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
}

.section_company .text_area .overview table th {
    background: #FFFAEB;
    color: #EA6500;
    font-weight: 800;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 16px;
    width: 90px;
    padding: 2.5px 0;
}

.section_company .text_area .overview table td {
    padding: 0 0 0 26px;
    font-size: 16px;
    font-weight: 700;
}

#main_footer {
    padding: 14px 0 23px 0;
    margin-bottom: 80px;
}

#main_footer .logo {
    text-align: center;
    margin-bottom: 24px;
}

#main_footer .logo img {
    width: 241px;
}

#main_footer .copyright {
    text-align: center;
}

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

#main_footer .wrap {
    position: relative;
}

#main_footer .top_link {
    position: absolute;
    right: 0;
    bottom: 0;
}

#main_footer .top_link:hover {
    opacity: .7;
    transition: .3s;
}

.fixed_banner {
    background-image: url(/wp-content/themes/child/image/fixed_back.webp);
    background-size: cover;
    background-position: center;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.fixed_banner .text_image {
    margin-right: 20px;
}

.fixed_banner .button_box {
    gap: 20px;
}

.fixed_banner .common_button a {
    width: 300px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 70px;
    background-size: 18px;
    background-position: 31px;
}

.fixed_banner .common_button.tel a {
    font-size: 25px;
}

.fixed_banner .common_button.mail a {
    background-size: 21.4px;
}

.section_cv .catch_box .limited_price_box {
    justify-content: center;
    align-items: flex-end;
}

.section_cv .catch_box .limited_price_box .last {
    width: 100%;
    font-size: 48px;
}

.section_cv .catch_box .limited_price_box .last .accent {
    font-size: 64px;
}

.section_cv .catch_box .limited_price_box .last small {
    font-size: 38px;
}

.section_cv .catch_box .limited_price_box .text_1 {
    font-size: 28px;
    text-align: left;
    line-height: 1.5;
}

.section_cv .catch_box .limited_price_box .text_1 small {
    font-size: 20px;
    letter-spacing: .07em;
}

.section_cv .catch_box .limited_price_box .price {
    align-items: center;
    margin: 0 .4em;
}

.section_cv .catch_box .limited_price_box .price .num {
    font-size: 80px;
    color: #FFF960;
    line-height: 1;
}

.section_cv .catch_box .limited_price_box .price .text {
    font-size: 28px;
    line-height: 1.2;
}

.section_cv .catch_box .limited_price_box .price .text .yellow {
    color: #FFF960;
}

.section_cv .catch_box .limited_price_box .default_text {
    font-size: 38px;
    line-height: 1.2;
}

.section_cv .catch_box .limited_price_box .default_text .sp_text {
    display: none;
}

.section_cv .catch_box .limited_price_box .default_text .accent {
    color: #fff;
    font-size: 70px;
    position: relative;
    z-index: 2;
    margin: 0 .1em;
}

.section_cv .catch_box .limited_price_box .default_text .accent:before {
    content: "";
    background: #272727;
    width: 106%;
    height: 94%;
    position: absolute;
    left: -3.7%;
    top: 6.8%;
    z-index: -1;
}

.page-id-691 .section_main_visual {
    min-height: unset;
    height: unset;
}

.page-id-14 .section_main_visual {
    min-height: unset;
    height: unset;
}

.section_main_visual.contact_lp_sec .cont .sec_ttl .ttl {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: .5em;
}

.section_main_visual.contact_lp_sec .cont .sec_ttl .ttl .color {
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    background-color: #EA6500;
    padding: 0.2em .2em;
    margin-right: .2em;
}

.section_main_visual.contact_lp_sec .item {
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.section_main_visual.contact_lp_sec .item .cont {
    width: 670px;
}

.section_main_visual.contact_lp_sec .item .cont .img_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
    margin-bottom: 35px;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-697 {
    width: 620px;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-697 form {
    width: 100%;
    height: 100%;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-697 form .form_area {
    width: 100%;
    height: 100%;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-690 {
    width: 620px;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-690 form {
    width: 100%;
    height: 100%;
}

.section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-690 form .form_area {
    width: 100%;
    height: 100%;
}

.section_main_visual.contact_lp_sec .text_area .list_box .ttl {
    display: inline-block;
    font-size: 25px;
    color: #EA6500;
    font-weight: 800;
    border-bottom: solid 5px currentColor;
    line-height: 1.25;
    margin-bottom: 0.7em;
}

.section_main_visual.contact_lp_sec .text_area .list_box ul {
    padding: 30px 20px;
    background-color: #FFF;
}

.section_main_visual.contact_lp_sec .item .cont .text_area {
    margin: unset;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .ttl {
    display: inline-block;
    font-size: 25px;
    color: #EA6500;
    font-weight: 800;
    border-bottom: solid 5px currentColor;
    line-height: 1.25;
    margin-bottom: .5em;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box {
    padding: 30px 20px;
    background-color: #FFF;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box .text {
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 0 5px;
    font-size: 17px;
    position: relative;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box .text::before {
    content: "";
    width: 18px;
    aspect-ratio: 20 / 17;
    background: url(/wp-content/themes/child/image/icon_check_orange.svg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    flex-shrink: 0;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box .text+.text {
    margin-top: 0.6em;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .catch {
    font-size: 24px;
}

.section_main_visual.contact_lp_sec .item .cont .text_area .catch .color {
    font-size: 36px;
    font-weight: 700;
    color: #EA6500;
    border-bottom: solid 3px currentColor;
    line-height: 1;
}

@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.2vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }

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

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

    #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-top: 20vw;
        padding-bottom: 10vw;
    }

    .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 {
        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;
        min-height: 52px;
    }

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

    .fixed_banner {
        background: none;
        padding: 0;
    }

    .fixed_banner .wrap {
        max-width: 100%;
    }

    .fixed_banner .cont {
        display: block;
    }

    .fixed_banner .text_image {
        display: none;
    }

    .fixed_banner .button_box {
        gap: 0;
    }

    .fixed_banner .button_box .common_button {
        width: 33.333%;
    }

    .fixed_banner .common_button a {
        width: 100%;
        line-height: 10vw;
        font-size: 3.3vw;
        padding-left: 0;
        padding-top: 12vw;
        background-size: 6vw;
        background-position: center 4.5vw;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .fixed_banner .common_button.mail a {
        background-size: 8vw;
        background-position: center 4.7vw;
    }

    .fixed_banner .common_button.tel a {
        background-size: 7vw;
        background-position: center 3.7vw;
        font-size: 4vw;
    }

    .fixed_banner .common_button a::after {
        display: none;
    }

    .section_main_visual {
        height: auto;
        background-size: cover;
        padding: 0;
        background: none;
    }

    .section_main_visual .wrap {
        max-width: 100%;
        width: 100%;
    }

    .section_main_visual .cont {
        gap: 0;
        display: block;
    }


    .section_main_visual .form_area {
        width: 100%;
        border-radius: 0;
        padding: 5vw;
        box-shadow: none;
        height: auto;
    }

    .section_main_visual .form_area .title_box {
        background-color: #762000;
        color: #fff;
        border-radius: 6px 6px 0 0;
        padding: 3vw;
        margin: 0;
    }

    .section_main_visual .form_area .title_box .title {
        font-size: 4.5vw;
        padding: 0 7vw;
        background: url(/wp-content/themes/child/image/kira_white.svg) no-repeat, url(/wp-content/themes/child/image/kira_white.svg) no-repeat;
        background-position: 0, 100%;
        background-size: 3.2vw;
        letter-spacing: .15em;
    }

    .section_main_visual .form_area .in_cont {
        box-shadow: 0 2px 4px #CECECE;
        padding: 5vw 5vw 10vw 5vw;
        border-radius: 6px;
    }

    .section_main_visual .text_area {
        margin-top: 0;
        padding: 24vh 5vw 7vw 5vw;
        background-image: url(/wp-content/themes/child/image/main_visual_sp.png);
        background-size: cover;
        background-position: center;
    }

    .section_main_visual .text_area .catch_box {
        margin-bottom: 10vw;
    }

    .section_main_visual .text_area .catch_box .lead .text {
        font-size: 5.7vw;
    }

    .section_main_visual .text_area .catch_box .lead .graph {
        position: absolute;
        left: auto;
        right: 0;
        top: -10vh;
        width: 22vw;
        transform: rotate(9deg);
    }

    .section_main_visual .text_area .catch_box .lead .text small {
        font-size: 5.5vw;
    }

    .section_main_visual .text_area .catch_box .lead .text .num {
        font-size: 10vw;
    }

    .section_main_visual .text_area .catch_box .lead .text .num:before {
        width: 5vw;
        height: 10vw;
        right: -3vw;
        top: -1vw;
    }

    .section_main_visual .text_area .catch_box .catch {
        font-size: 10vw;
        line-height: 1.3;
        margin-bottom: 2vw;
    }

    .section_main_visual .text_area .catch_box .lead {
        margin-bottom: 4vw;
    }

    .section_main_visual .text_area .catch_box .catch small {
        font-size: 8vw;
    }

    .section_main_visual .text_area .catch_box .catch .big {
        font-size: 9vw;
    }

    .section_main_visual .text_area .catch_box .catch .accent {
        font-size: 9vw;
    }

    .section_main_visual .text_area .catch_box .mini_text {
        font-size: 4vw;
    }

    .section_main_visual .text_area .under_box {
        gap: 10vw;
    }

    .section_main_visual .text_area .under_box .button_area .lead {
        font-size: 3.6vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
        background-size: 80%;
        background-position: 0 100%;
    }

    .section_main_visual .text_area .under_box .button_area .lead .accent {
        font-size: 4vw;
    }

    .section_main_visual .button_area {
        width: 100%;
    }

    .section_main_visual .common_button.mail a {
        width: 100%;
        line-height: 15vw;
        font-size: 4.5vw;
        padding-left: 16.6vw;
        background-size: 5vw;
        background-position: 6vw;
    }

    .section_main_visual .common_button.mail a::after {
        width: 8px;
        height: 8px;
        right: 18.6px;
    }

    .section_main_visual .text_area .under_box .medal_box {
        gap: 0;
        order: -1;
        justify-content: space-between;
    }

    .section_main_visual .text_area .under_box .medal_box .medal {
        width: 32%;
    }

    .section_about {
        padding: 20vw 0;
    }

    .section_about .catch_box {
        padding: 2vw 0;
        background-position: 0 0, 100% 0;
        background-size: 14vw;
        margin-bottom: 10vw;
        width: 95vw;
        margin-left: -2.5vw;
    }

    .section_about .catch_box .lead {
        font-size: 3vw;
        margin-bottom: 2.5vw;
    }

    .section_about .catch_box .title {
        font-size: 7.6vw;
        line-height: 1.3;
    }

    .section_about ul li {
        width: 100%;
        line-height: 15vw;
        padding-left: 15vw;
        font-size: 4vw;
    }

    .section_about ul li+li {
        margin-top: 4vw;
    }

    .section_about ul li .accent {
        font-size: 6vw;
        color: #EA6500;
    }

    .section_about ul li .accent.font_inconsolata {
        font-size: 10vw;
        line-height: 1;
    }

    .section_about ul li:before {
        width: 8vw;
        height: 8vw;
        left: 4vw;
        top: 4vw;
        background-size: 3.3vw;
    }

    .section_worries {
        padding: 18vw 0 20vw 0;
    }

    .section_worries .title_box {
        margin-bottom: 10vw;
    }

    .section_worries .title_box .lead {
        font-size: 6.5vw;
    }

    .section_worries .title_box .title {
        font-size: 8vw;
        line-height: 1.4;
    }

    .section_worries .title_box .title .accent {
        font-size: 11.5vw;
    }

    .section_worries .title_box .title .accent:after {
        width: 9vw;
        height: 10vw;
        left: auto;
        top: -5vw;
        right: -12vw;
        transform: scale(-1, 1) rotate(-10deg);
    }

    .section_worries .title_box .title small {
        font-size: 34px;
    }

    .section_worries ul {
        gap: 24.5px;
        margin-bottom: 10vw;
    }

    .section_worries ul li {
        width: 100%;
        height: auto;
        font-size: 3.6vw;
        justify-content: flex-start;
        text-align: left;
        padding: 3vw 2vw 5vw 8.5vw;
        line-height: 1.6;
    }

    .section_worries ul li .accent {
        font-size: 5vw;
        text-underline-offset: 5px;
    }

    .section_worries ul li .dotted {
        left: 2vw;
        top: -3.5vw;
    }

    .section_worries ul li .dotted img {
        width: 6.5vw;
    }

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

    .section_worries .catch_box .lead {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .section_worries .catch_box .under_area {
        gap: 3vw;
    }

    .section_worries .catch_box .num_box {
        position: relative;
        padding-left: 11.4vw;
    }

    .section_worries .catch_box .num_box .text {
        font-size: 5vw;
        padding: 1.5vw 2vw;
        bottom: 2vw;
        line-height: 1.3;
    }

    .section_worries .catch_box .num_box .num {
        font-size: 10vw;
    }

    .section_worries .catch_box .num_box .num .pc_none {
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 900;
        font-size: 10vw;
    }

    .section_worries .catch_box .sp_none {
        display: none;
    }

    .section_worries .catch_box .num_box .num .accent {
        font-size: 23vw;
    }

    .section_worries .catch_box .text_box {
        font-size: 7vw;
        text-align: center;
        line-height: 1.4;
    }

    .section_worries .catch_box .text_box small {
        font-size: 5vw;
        margin-left: .2em;
    }

    .section_worries .catch_box .text_box .accent {
        font-size: 7vw;
    }

    .section_worries .graph_area {
        padding: 10vw 2.5vw 15vw 2.5vw;
    }

    .section_worries .graph_area .arrow {
        border-right: 35vw solid transparent;
        border-left: 35vw solid transparent;
        border-top: 10vw solid #573A19;
        left: calc(50% - 35vw);
        top: -6vw;
    }

    .section_worries .graph_area .cont {
        display: block;
    }

    .section_worries .graph_area .graph_box {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 7vw;
    }

    .section_worries .graph_area .graph_box .question {
        padding: 2vw 4vw 2vw 7vw;
        font-size: 4vw;
        line-height: 1.2;
        margin-left: 6vw;
        margin-bottom: 10vw;
        line-height: 1.5;
    }

    .section_worries .graph_area .graph_box .question .en {
        left: -7vw;
        top: -5vw;
        width: 12vw;
        height: 12vw;
        line-height: 12vw;
        font-size: 6.5vw;
    }

    .section_worries .graph_area .graph_box .question .en:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 15px solid #272727;
        border-bottom: 0;
        position: absolute;
        transform: rotate(-43deg);
        right: 0;
        bottom: 4px;
    }

    .section_worries .graph_area .graph_box .image {
        margin-bottom: 3vw;
    }

    .section_worries .graph_area .text_box {
        width: 100%;
        padding-left: 0;
    }

    .section_worries .graph_area .text_box .top_area {
        margin-bottom: 6vw;
    }

    .section_worries .graph_area .text_box .top_area .text {
        font-size: 5vw;
    }

    .section_worries .graph_area .text_box .top_area .bold {
        font-size: 6.2vw;
        margin-bottom: 6vw;
    }

    .section_worries .graph_area .text_box .top_area .bold .big {
        font-size: 8vw;
    }

    .section_worries .graph_area .text_box .top_area .bold .accent {
        font-size: 15vw;
    }

    .section_worries .graph_area .text_box .top_area .bold small {
        font-size: 3vw;
    }

    .section_worries .graph_area .text_box .top_area .arrow_text {
        font-size: 4.5vw;
        height: 17vw;
        padding-top: 2vw;
    }

    .section_worries .graph_area .text_box .under_area:before {
        width: 100%;
        height: 100%;
    }

    .section_worries .graph_area .text_box .under_area .text {
        font-size: 5vw;
    }

    .section_worries .graph_area .text_box .under_area .text .big {
        font-size: 6vw;
    }

    .section_worries .graph_area .text_box .under_area .text .accent {
        font-size: 8vw;
    }

    .section_cv {
        background: url(/wp-content/themes/child/image/cv_back_1_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20vw 0 22vw 0;
    }

    .section_cv .catch_box .lead {
        font-size: 5vw;
    }

    .section_cv .catch_box .title {
        font-size: 6vw;
    }

    .section_cv .catch_box .title .big {
        font-size: 10vw;
    }

    .section_cv .catch_box .title .accent {
        font-size: 10vw;
    }

    .section_cv.cost_version .catch_box .title:before {
        width: 6vw;
        height: 6vw;
        right: 0;
        top: 16vw;
    }

    .section_cv .catch_box {
        margin-bottom: 13vw;
    }

    .section_service {
        padding: 20vw 0;
    }

    .section_service .title_box {
        margin-bottom: 8vw;
    }

    .section_service .title_box .title {
        font-size: 8.5vw;
    }

    .section_service .title_box .title small {
        font-size: 4.5vw;
    }

    .section_service ul li.slide {
        width: 100%;
        padding-bottom: 7vw;
        position: relative;
    }

    .section_service ul li.slide .step {
        margin-bottom: 8vw;
        font-size: 6vw;
    }

    .section_service ul li.slide .step small {
        font-size: 3.5vw;
    }

    .section_service ul li.slide .illust {
        margin-bottom: 0;
        position: absolute;
        left: 5vw;
        top: 15vw;
    }

    .section_service ul li.slide:nth-child(1) .illust img {
        width: 32vw;
    }

    .section_service ul li.slide:nth-child(3) .illust {
        left: 8vw
    }

    .section_service ul li.slide:nth-child(3) .illust img {
        width: 28vw;
    }

    .section_service ul li.slide:nth-child(5) .illust {
        left: 4vw;
    }

    .section_service ul li.slide:nth-child(5) .illust img {
        width: 34vw;
    }

    .section_service ul li.slide .title {
        font-size: 6vw;
        margin-bottom: 12vw;
        padding-left: 43vw;
        text-align: left;
        line-height: 1.5;
    }

    .section_service ul li.slide .text {
        font-size: 4.2vw;
    }

    .section_service ul li.arrow {
        width: 100%;
        justify-content: center;
        margin: 3vw 0;
    }

    .section_service ul li.arrow img {
        transform: rotate(90deg);
    }

    .section_service .table_area {
        padding: 10vw 2.5vw 10vw 2.5vw;
        border-radius: 10px;
    }

    .section_service .table_area .catch_box {
        width: 95%;
        left: 2.5%;
        top: -11vw;
        transform: unset;
    }

    .section_service .comparison_area {
        padding-top: 25vw;
    }

    .section_service .table_area .image {
        overflow: scroll;
    }

    .section_service .table_area .image img {
        width: 170vw;
        max-width: unset;
    }

    .scroll-hint-text {
        font-weight: 900;
        font-size: 14px;
        margin-top: 15px;
    }

    .scroll-hint-icon {
        width: 180px;
        height: 120px;
        top: calc(50% - 45px);
        left: calc(50% - 90px);
    }

    .scroll-hint-icon:before {
        background-image: url(/wp-content/themes/child/image/icon_slide.svg);
        width: 37px;
        height: 46px;
    }

    .scroll-hint-icon:after {
        display: none;
    }

    .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
    }

    .section_cv.risk_version {
        background: url(/wp-content/themes/child/image/cv_back_2_sp.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 20vw 0 22vw 0;
    }

    .section_cv.risk_version .catch_box .title {
        font-size: 5vw;
    }

    .section_cv.risk_version .catch_box .title .accent {
        font-size: 10vw;
    }

    .section_cv.risk_version .catch_box .title .sp_big {
        font-size: 6.5vw;
    }

    .section_cv.risk_version .catch_box {
        margin-bottom: 10vw;
    }

    .section_works {
        padding: 20vw 0;
        overflow: hidden;
    }

    .section_works .title_box {
        margin-bottom: 7vw;
    }

    .section_works .title_box .lead {
        width: 80vw;
        height: 13vw;
        padding-top: 2vw;
        font-size: 3.8vw;
    }

    .section_works .title_box .title {
        font-size: 6vw;
    }

    .section_works .title_box .title .accent {
        font-size: 7.2vw;
    }

    .section_works ul li.slide {
        padding: 5vw 5vw 50px 5vw;
    }

    .section_works ul li.slide .cont {
        display: block;
    }

    .section_works ul li.slide .picture {
        width: 100%;
        height: 40vw;
        margin-bottom: 5vw;
    }

    .section_works ul li.slide .picture img {
        object-position: center 0%;
    }

    .section_works ul li.slide .information {
        width: 100%;
        padding-left: 0;
    }

    .section_works ul li.slide .information .num_area {
        display: block;
    }

    .section_works ul li.slide .information .name {
        font-size: 4.5vw;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .section_works ul li.slide .information .up_box {
        width: auto;
        padding: 4vw 10vw 3.5vw 4vw;
        margin-bottom: 3vw;
        background-size: 10vw;
    }

    .section_works ul li.slide .information .long_ver .up_box {
        width: 100%;
        background-size: 10vw;
    }

    .section_works ul li.slide .information .up_box dl {
        align-items: center;
    }

    .section_works ul li.slide .information .up_box dl dt {
        font-size: 4vw;
    }

    .section_works ul li.slide .information .up_box dl dd {
        font-size: 3.6vw;
        white-space: nowrap;
        line-height: 1;
    }

    .section_works ul li.slide .information .up_box dl dd .num {
        font-size: 15vw;
    }

    .section_works ul li.slide .information .long_ver .up_box dl dd .num {
        font-size: 10vw;
    }

    .section_works ul li.slide .information .check_box {
        width: 100%;
        padding-left: 0;
    }

    .section_works ul li.slide .information .long_ver .check_box {
        width: 100%;
    }

    .section_works ul li.slide .information .check_box .text {
        font-size: 4vw;
        padding-left: 10vw;
    }

    .section_works ul li.slide .information .check_box .text+.text {
        margin-top: 2vw;
    }

    .section_works ul li.slide .information .check_box .text:before {
        width: 7vw;
        height: 7vw;
        background-size: 3.5vw;
    }

    .section_works ul li.slide .information .check_box .text .num {
        font-size: 8vw;
    }

    .section_works ul li.slide .text_area {
        margin-top: 7vw;
    }

    .section_works ul li.slide .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .1em;
    }

    .section_works .slick-list {
        overflow: visible !important;
    }

    .section_works .slick-dots {
        bottom: -40px;
    }

    .section_works .slick-dots li {
        background: #D8D8D8;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        margin: 0 4px;
    }

    .section_works .slick-dots li.slick-active {
        background: #EA6500;
    }

    .section_works .slick-dots li button:before {
        display: none;
    }

    .section_reason {
        padding-top: 15vw;
        padding-bottom: 10vw;
        margin-bottom: 20vw;
    }

    .section_reason:before {
        border-top: 15vw solid #FFF9EA;
        bottom: -15vw;
    }

    .section_reason .title_box {
        margin-bottom: 15vw;
    }

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

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

    .section_reason ul {
        margin-bottom: 12vw;
    }

    .section_reason ul li {
        width: 100%;
        height: auto;
        border-radius: 6px;
        text-align: left;
        padding: 7vw 5vw !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section_reason ul li+li {
        margin-top: 10vw;
    }

    .section_reason ul li .icon {
        margin-bottom: 0 !important;
        width: 30%;
    }

    .section_reason ul li:nth-child(3) .icon {
        padding-top: 5vw;
    }

    .section_reason ul li .icon img {
        width: 100%;
    }

    .section_reason ul li .text_area {
        width: 62%;
    }

    .section_reason ul li .point {
        width: 12vw;
        height: 12vw;
        left: 0;
        top: -5vw;
        font-size: 5.2vw;
        text-align: center;
    }

    .section_reason ul li .point small {
        font-size: 3vw;
    }

    .section_reason ul li .title {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    .section_reason ul li .text {
        font-size: 3.6vw;
    }

    .section_reason .sales_text {
        font-size: 6.5vw;
    }

    .section_reason .sales_text small {
        font-size: 5vw;
    }

    .section_price {
        padding: 16vw 0 25vw 0;
    }

    .section_price .cont {
        padding: 15vw 2.5vw 17vw 2.5vw;
    }

    .section_price .cont .title_box {
        top: -1.5vw;
    }

    .section_price .cont .title_box .title {
        font-size: 9vw;
    }

    .section_price .cont .graph_1 {
        left: auto;
        top: auto;
        bottom: -15vw;
        right: 23vw;
        z-index: 2;
    }

    .section_price .cont .graph_1 img {
        width: 24vw;
    }

    .section_price .cont .graph_2 {
        right: -2.5vw;
        bottom: -13vw;
    }

    .section_price .cont .graph_2 img {
        width: 34vw;
    }

    .section_price .cont .top_area {
        margin-bottom: 10vw;
    }

    .section_price .cont .top_area .formula {
        justify-content: center;
    }

    .section_price .cont .top_area .attention {
        font-size: 3.3vw;
        margin-bottom: 5vw;
    }

    .section_price .cont .top_area .formula .text {
        font-size: 4.3vw;
        line-height: 80px;
        padding: 0 36px;
        border-radius: 6px;
    }

    .section_price .cont .top_area .formula .text.unit,
    .section_price .cont .top_area .formula .text.cv {
        width: 30vw;
        height: 30vw;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

    .section_price .cont .top_area .formula .text.amount {
        width: 73vw;
        line-height: 14vw;
    }

    .section_price .cont .top_area .formula .symbol {
        margin: 0 4vw;
        font-size: 7vw;
    }

    .section_price .cont .top_area .formula .symbol.equal {
        width: 100%;
        text-align: center;
        margin: 0;
        line-height: 1.2;
    }

    .section_price .cont .top_area .formula .symbol.equal span {
        transform: rotate(90deg);
        display: inline-block;
        font-size: 10vw;
    }

    .section_price .cont .under_area .example_text {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .section_price .cont .under_area .formula {
        border: none;
        padding: 0;
    }

    .section_price .cont .under_area .formula dl {
        font-size: 3.2vw;
        background: #F8F8F8;
        border: 2px solid #D0D0D0;
        width: 35vw;
        border-radius: 6px;
        padding: 4vw;
    }

    .section_price .cont .under_area .formula dl:last-child {
        width: 100%;
    }

    .section_price .cont .under_area .formula dl dt {
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_price .cont .under_area .formula dl:last-child dt {
        height: auto;
    }

    .section_price .cont .under_area .formula dl dd .num {
        font-size: 7vw;
    }

    .section_price .cont .under_area .formula .symbol {
        font-size: 6vw;
        margin: 0 2vw;
    }

    .section_price .cont .under_area .formula .symbol.equal {
        width: 100%;
        text-align: center;
        margin: 0;
        line-height: 1.2;
    }

    .section_price .cont .under_area .formula .symbol span {
        transform: rotate(90deg);
        display: inline-block;
        font-size: 10vw;
    }

    .section_cv.simulation_version {
        background: url(/wp-content/themes/child/image/cv_back_3_sp.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 12vw 0 15vw 0;
    }

    .section_cv.simulation_version .catch_box .title {
        font-size: 7vw;
    }

    .section_cv.simulation_version .catch_box .title .accent {
        font-size: 8vw;
    }

    .section_greeting {
        padding: 20vw 0 14vw 0;
        background: url(/wp-content/themes/child/image/greeting_back.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section_greeting .image {
        width: 100%;
        height: 70vw;
        margin-bottom: 12vw;
    }

    .section_greeting .image .picture {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
        object-position: 100% 15%;
    }

    .section_greeting .image .kira_1 {
        right: -2.5vw;
        top: -3.3vw;
    }

    .section_greeting .image .kira_1 img {
        width: 7vw;
    }

    .section_greeting .image .kira_2 {
        left: -5.1vw;
        bottom: -7.6vw;
    }

    .section_greeting .image .kira_2 img {
        width: 13vw;
    }

    .section_greeting .text_area {
        width: 100%;
        padding-left: 0;
    }

    .section_greeting .text_area .title {
        padding: 1vw 3vw;
        margin-bottom: 3vw;
        font-size: 4.5vw;
    }

    .section_greeting .text_area .catch_box {
        font-size: 6.5vw;
        margin-bottom: 6vw;
    }

    .section_greeting .text_area .catch_box .kira {
        right: 0;
        top: -10vw;
    }

    .section_greeting .text_area .catch_box .kira img {
        width: 7vw;
    }

    .section_greeting .text_area .text {
        font-size: 3.35vw;
        margin-bottom: 10vw;
    }

    .section_greeting .text_area .name_text {
        font-size: 3.4vw;
    }

    .section_cv.limited_version {
        background: url(/wp-content/themes/child/image/cv_back_4_sp.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 15vw 0 13vw 0;
    }

    .section_cv.limited_version .binder,
    .section_cv.limited_version .illust {
        display: none;
    }

    .section_cv.limited_version .catch_box .month_catch_box {
        margin-bottom: 8vw;
        position: relative;
        display: block;
    }

    .section_cv.limited_version .catch_box .month_catch_box .month {
        padding: 1.5vw 1vw;
        font-size: 7vw;
        position: absolute;
        left: 5vw;
        top: 3vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text {
        font-size: 13vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text small {
        font-size: 10vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text .num {
        font-size: 24vw;
        padding-left: 10vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text .num img {
        top: 3vw;
        width: 6vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text .limited {
        position: relative;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text .limited:before {
        left: .39em;
        font-size: 7vw;
    }

    .section_cv.limited_version .catch_box .month_catch_box .text .reception {
        font-size: 15vw;
        margin-top: 4vw;
        display: inline-block;
    }

    .section_cv.limited_version .info_text {
        font-size: 3.4vw;
    }

    .section_cv.limited_version .text_image {
        margin-bottom: 7vw;
    }

    .section_cv.limited_version .text_image img {
        width: 90%;
        margin: 0 auto;
    }

    .section_flow {
        padding: 15vw 0 20vw 0;
    }

    .section_flow .title {
        font-size: 7vw;
        margin-bottom: 7vw;
        line-height: 1.4;
    }

    .section_flow .image {
        overflow: scroll;
    }

    .section_flow .image img {
        width: 240vw;
        max-width: unset;
    }

    .section_faq {
        padding: 20vw 0;
    }

    .section_faq .title_box {
        margin-bottom: 7vw;
    }

    .section_faq .title_box .title {
        font-size: 7vw;
    }

    .section_faq .title_box .lead {
        font-size: 3.4vw;
    }

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

    .section_faq dl dt {
        font-size: 4vw;
        padding: 3vw 10vw 3vw 13vw;
    }

    .section_faq dl dt:before {
        left: 4vw;
        font-size: 8vw;
        top: 46%;
    }

    .section_faq dl dt:after {
        width: 6vw;
        height: 6vw;
        right: 3vw;
    }

    .section_faq dl dt.nowOpen:after {
        transform: translateY(-50%) rotate(-43deg);
    }

    .section_faq dl dd {
        padding-top: 5vw;
        padding-left: 13vw;
    }

    .section_faq dl dd:before {
        left: 4vw;
        top: 3vw;
        font-size: 8vw;
    }

    .section_company {
        padding: 20vw 0 30vw 0;
    }

    .section_company .image {
        width: 100%;
        height: 60vw;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 5vw;
    }

    .section_company .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_company .text_area {
        width: 100%;
    }

    .section_company .text_area .title_box {
        margin-bottom: 4vw;
        padding-bottom: 3vw;
    }

    .section_company .text_area .title_box .title {
        font-size: 8vw;
        padding: 0 4vw;
    }

    .section_company .text_area .title_box .title .kira {
        top: 5vw;
    }

    .section_company .text_area .title_box .title .kira img {
        width: 2.5vw;
    }

    .section_company .text_area .overview table {
        border-spacing: 0 10px;
    }

    .section_company .text_area .overview table th {
        font-size: 3.2vw;
        padding: 1vw 0;
    }

    .section_company .text_area .overview table td {
        padding: 0 0 0 4vw;
        font-size: 3.2vw;
    }

    .section_company .text_area .overview table td a {
        color: initial;
    }

    #main_footer {
        padding: 6vw 0 10vw 0;
        margin-bottom: 14vw;
    }

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

    #main_footer .logo img {
        width: 46vw;
    }

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

    .section_cv.price_version {
        background: url(/wp-content/themes/child/image/cv_back_5_sp.webp) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 20vw 0;
    }

    .section_cv.price_version .text_image img {
        width: 100%;
    }

    nav.globalMenuSp .common_button+.common_button {
        margin-top: 44px;
    }

    nav.globalMenuSp .common_button a {
        width: 100%;
        height: 14vw;
        font-size: 4vw;
        padding-left: 60px;
        padding-top: 2.5vw;
        margin: 0 auto;
        background-size: 4.5vw;
    }

    nav.globalMenuSp .common_button.tel a {
        font-size: 5.5vw;
    }

    nav.globalMenuSp .common_button a .hukidashi {
        width: 280px;
        left: calc(50% - 140px);
    }

    .section_main_visual .form_area .common_contact_form input[type="text"],
    .section_main_visual .form_area .common_contact_form input[type="email"],
    .section_main_visual .form_area .common_contact_form #zip {
        height: 52px;
        padding: 0.8em 1em;
    }

    .section_main_visual .form_area .common_contact_form select {
        height: 52px;
        padding: 9px 20px 10px;
        font-size: 3.2vw;
    }

    .section_main_visual .form_area .common_contact_form .form_box dl dt {
        display: block;
        font-size: 3.2vw;
    }

    .section_main_visual .form_area .common_contact_form .form_box dl+dl {
        margin-top: 18px;
    }

    .section_main_visual .form_area .common_page_btn {
        width: 100%;
        line-height: 14vw;
        padding-left: 15vw;
        font-size: 3.7vw;
    }

    .section_main_visual .form_area .common_page_btn.confirm {
        background-position: 5vw;
        background-size: 5vw;
    }

    .section_main_visual .form_area .common_page_btn::after {
        width: 1.8vw;
        height: 1.8vw;
        right: 5vw;
    }

    .section_cv.limited_version .catch_box {
        margin-bottom: 10vw;
    }

    .common_button a:hover {
        transform: none !important;
    }

    .common_button.mail a:hover {
        box-shadow: 0 6px 0 #BE7D01 !important;
    }

    .section_cv .button_box .common_button.mail a:hover {
        box-shadow: 0 8px 0 #BE7D01 !important;
    }

    .common_button.download a:hover {
        box-shadow: 0 6px 0 #762000 !important;
    }

    .section_cv .button_box .common_button.download a:hover {
        box-shadow: 0 8px 0 #762000 !important;
    }

    .section_cv .catch_box .limited_price_box {
        display: block;
    }

    .section_cv .catch_box .limited_price_box .last {
        font-size: 7vw;
    }

    .section_cv .catch_box .limited_price_box .last .accent {
        font-size: 10vw;
    }

    .section_cv .catch_box .limited_price_box .last small {
        font-size: 6.5vw;
    }

    .section_cv .catch_box .limited_price_box .text_1 {
        font-size: 4.5vw;
        text-align: center;
        margin-bottom: 3vw;
    }

    .section_cv .catch_box .limited_price_box .text_1 small {
        font-size: 4.5vw;
        letter-spacing: .1em;
    }

    .section_cv .catch_box .limited_price_box .price {
        align-items: center;
        margin: 0;
    }

    .section_cv .catch_box .limited_price_box .price .num {
        font-size: 19vw;
    }

    .section_cv .catch_box .limited_price_box .price .text {
        font-size: 7vw;
    }

    .section_cv .catch_box .limited_price_box .price .text .pc_text {
        display: none;
    }

    .section_cv .catch_box .limited_price_box .pc_text {
        display: none;
    }

    .section_cv .catch_box .limited_price_box .default_text .sp_text {
        display: inline;
        margin-right: -.3em;
    }

    .section_cv .catch_box .limited_price_box .default_text {
        font-size: 5vw;
        text-align: left;
        line-height: 1.3;
    }

    .section_cv .catch_box .limited_price_box .default_text .accent {
        font-size: 8vw;
    }

    .section_cv .catch_box .limited_price_box .sp_wrap {
        align-items: center;
        gap: 1vw;
        margin-bottom: 3vw;
    }

    .section_main_visual.contact_lp_sec .text_area {
        padding: 10vw 2.5vw;
    }

    .section_main_visual.contact_lp_sec .cont .sec_ttl .ttl {
        font-size: 5.8vw;
        line-height: 1.9;
        margin-bottom: 1em;
    }

    .section_main_visual.contact_lp_sec .cont .sec_ttl .ttl .color {
        font-size: 6.5vw;
    }

    .section_main_visual.contact_lp_sec .item .cont .img_box {
        gap: 3vw;
        margin-bottom: 6.5vw;
    }

    .section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .ttl {
        font-size: 5.4vw;
    }

    .section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box {
        padding: 4vw;
    }

    .section_main_visual.contact_lp_sec .item .cont .text_area .contact_area .text_box .text {
        font-size: 3.8vw;
    }

    .section_main_visual.contact_lp_sec .item div#mw_wp_form_mw-wp-form-690 {
        width: 100%;
    }

    .section_main_visual.contact_lp_sec .item .cont .text_area .catch {
        font-size: 4.6vw;
        line-height: 2;
    }

    .section_main_visual.contact_lp_sec .item .cont .text_area .catch .color {
        font-size: 5.6vw;
        border-bottom: solid 3px currentColor;
    }

    .section_main_visual .text_area .catch_box .lead .graph img {
        width: auto;
    }

    .section_main_visual .text_area .under_box .medal_box img {
        width: auto;
    }

    .section_main_visual .form_area .common_contact_form input::placeholder {
        font-size: 3.2vw;
    }

    .section_main_visual .form_area .common_contact_form .form_box {
        margin-bottom: 10vw;
    }

    .page-id-691 .section_main_visual.contact_lp_sec .item,
    .page-id-14 .section_main_visual.contact_lp_sec .item {
        flex-wrap: wrap;
    }

    .page-id-691 .section_main_visual .form_area .title_box .title,
    .page-id-14 .section_main_visual .form_area .title_box .title {
        font-size: 5vw;
        padding: 0 6vw;
        background-size: 4vw;
    }

    .page-id-691 .section_main_visual .form_area .common_contact_form .form_box dl dt,
    .page-id-14 .section_main_visual .form_area .common_contact_form .form_box dl dt {
        font-size: 3.6vw;
    }

    .page-id-691 .section_main_visual .form_area .common_contact_form input[type="text"],
    .page-id-691 .section_main_visual .form_area .common_contact_form input[type="email"],
    .page-id-691 .section_main_visual .form_area .common_contact_form #zip {
        height: 10vw;
    }

    .page-id-14 .section_main_visual .form_area .common_contact_form input[type="text"],
    .page-id-14 .section_main_visual .form_area .common_contact_form input[type="email"],
    .page-id-14 .section_main_visual .form_area .common_contact_form #zip {
        height: 10vw;
    }

    .page-id-691 .section_main_visual .form_area .common_contact_form input::placeholder,
    .page-id-14 .section_main_visual .form_area .common_contact_form input::placeholder {
        font-size: 3.3vw;
    }

    .page-id-691 .section_main_visual .form_area .common_page_btn,
    .page-id-14 .section_main_visual .form_area .common_page_btn {
        width: 80vw;
        line-height: 13vw;
        padding-left: 12vw;
        font-size: 4vw;
    }

    .page-id-691 .section_main_visual .form_area .common_page_btn.confirm,
    .page-id-14 .section_main_visual .form_area .common_page_btn.confirm {
        background-position: 5vw;
        background-size: 4vw;
    }

    .page-id-691 .section_main_visual .form_area,
    .page-id-14 .section_main_visual .form_area {
        padding: 5vw;
    }

    .page-id-691 .section_main_visual .form_area .common_contact_form select,
    .page-id-14 .section_main_visual .form_area .common_contact_form select {
        padding: 1vw 3vw;
        font-size: 3.6vw;
        height: 10vw;
    }



}