@charset "UTF-8";

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

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Extra-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Demi.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Extra-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

.font_din {
    font-family: 'DIN2014', sans-serif;
}

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

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1340px;
    margin-top: 91.8px;
}

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;
    margin: 0 auto;
}

.wrap.lr {
    width: 1340px;
    margin: 0 auto;
}

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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 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: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
    height: 55px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F8F8F8 url(/wp-content/themes/child/image/arrow_under.svg) no-repeat right 20px center;
    padding-right: 20px;
}

.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固定ページ 個人情報保護方針 */
.page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.page_privacy dl {
    margin-bottom: 50px;
}

.page_privacy dl:last-child {
    margin-bottom: 0;
}

.page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

.page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* 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;
}

#main_header {
    padding: 12px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    width: 100%;
}

#main_header .logo .text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

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

#main_header .link_area {
    gap: 60px;
    align-items: center;
}

#main_header .header_navi ul {
    gap: 40px;
}

#main_header .header_navi ul li a {
    color: #000;
    font-weight: bold;
    transition: .3s;
}

#main_header .header_navi ul li a:hover {
    color: #28621E;
}

.common_button a {
    display: block;
    width: 300px;
    background: #28621E;
    color: #fff;
    line-height: 56px;
    border-radius: 5px;
    padding-left: 30px;
    box-shadow: 0px 5px 0px #041202;
    position: relative;
    font-weight: bold;
}

.common_button a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
}

#main_header .common_button a {
    box-shadow: none;
    padding-left: 60px;
    background-image: url(/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    width: 260px;
    transition: .3s;
}

#main_header .common_button a:hover {
    opacity: .7;
}

#main_header .common_button a:before {
    right: 15px;
}

.common_title {
    text-align: center;
    margin-bottom: 38px;
}

.common_title .title {
    font-size: 38px;
    font-weight: bold;
    padding-top: 18px;
    background: url(/wp-content/themes/child/image/common_title_accent.svg) no-repeat;
    background-position: center top;
}

.common_title .title small {
    font-size: 24px;
}

.top_section_carrier .common_title .title {
    line-height: 1.2;

}

.common_title .lead {
    margin-top: 29px;
}

.top_section_mainvisual {
    position: relative;
}

.top_section_mainvisual .contact_area {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 2;
    padding: 20px 30px;
    overflow: scroll;
}

.top_section_mainvisual .contact_area .common_title .title {
    font-size: 27px;
    background: url(/wp-content/themes/child/image/common_title_accent_min.svg) no-repeat;
    background-position: center bottom;
    padding-top: 0;
    padding-bottom: 8px;
    letter-spacing: .2em;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl {
    display: block;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl+dl {
    margin-top: 10px;
}

.top_section_mainvisual .contact_area .common_contact_form textarea {
    height: 100px;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box {
    margin-bottom: 23px;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl dt {
    display: none;
    margin-bottom: 10px;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl dt:after {
    display: none;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl dt.type,
.top_section_mainvisual .contact_area .mw_wp_form_preview .common_contact_form .form_box dl dt {
    display: flex;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl dt .label {
    border-radius: 0;
    background: #414141;
    color: #fff;
}

.top_section_mainvisual .contact_area .common_contact_form .form_box dl dt .label.hissu {
    background: #C62B2B;
}

.top_section_mainvisual .contact_area .radio_btns .radio_btns__item+span::before,
.top_section_mainvisual .contact_area .radio_btns .radio_btns__item+span::after {
    background: #fff;
}

.top_section_mainvisual .contact_area .radio_btns .radio_btns__item+span::after {
    background: #28621E;
}

.top_section_mainvisual .contact_area .common_page_btn {
    display: block;
    width: 260px;
    background: #28621E;
    color: #fff;
    line-height: 60px;
    border-radius: 5px;
    padding-left: 30px;
    box-shadow: 0px 5px 0px #041202;
    position: relative;
    margin: 0 auto;
    background-image: url(/wp-content/themes/child/image/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    margin-bottom: 20px;
    font-weight: bold;
    transition: .3s;
}

.top_section_mainvisual .contact_area .common_page_btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.top_section_mainvisual .contact_area [name="submitBack"] {
    background-color: #666666;
}

.top_section_mainvisual .contact_area .radio_btns .radio_btns__item+span::after {
    background: #28621E;
}

.top_section_mainvisual .contact_area .thanks_textArea .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}

.top_section_mainvisual .contact_area .thanks_textArea .contact_text {
    font-size: .9rem;
    line-height: 2;
}

.top_section_mainvisual .contents_area {
    padding-top: 30px;
    position: relative;
}

.top_section_mainvisual .contents_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F3F5F9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.top_section_mainvisual .contents_area:after {
    content: "";
    width: calc(100% - 400px);
    height: 100%;
    background: url(/wp-content/themes/child/image/mainvisual_arrow.svg) no-repeat;
    background-size: contain;
    background-position: center 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.top_section_mainvisual .contents_area .cont {
    padding-top: 140px;
    padding-bottom: 280px;
    position: relative;
    background: url(/wp-content/themes/child/image/mainvisual_Illust.svg) no-repeat;
    background-position: left bottom;
}

.top_section_mainvisual .contents_area .cont .lead_box {
    align-items: center;
    gap: 30px;
    margin-bottom: 26px;
}

.top_section_mainvisual .contents_area .cont .lead_box .lead {
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 13.5px 0;
}

.top_section_mainvisual .contents_area .cont .label_box {
    gap: 10px;
}

.top_section_mainvisual .contents_area .cont .label_box .label {
    background: #242724;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px 15px;
    letter-spacing: .1em;
}

.top_section_mainvisual .contents_area .cont .catch_copy {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: .08em;
}

.top_section_mainvisual .contents_area .cont .catch_copy small {
    font-size: 30px;
}

.top_section_mainvisual .contents_area .cont .catch_copy .accent {
    font-size: 42px;
    color: #2F7126;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #D6FDD0;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    padding: 0 .2em;
    margin: 0 -.3em;
}

.top_section_worries {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.top_section_worries .catch_title .title {
    text-align: center;
    margin-bottom: 50px;
}

.top_section_worries .catch_title .title {
    font-size: 32px;
    font-weight: bold;
}

.top_section_worries .catch_title .title small {
    font-size: 30px;
}

.top_section_worries .catch_title .title .accent {
    background: #333333;
    color: #fff;
    font-size: 50px;
    padding: 0 .2em;
    margin: 0 .1em;
}

.top_section_worries ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
}

.top_section_worries ul li {
    background: #F5F5F5;
    position: relative;
    padding-left: 100px;
    height: 75px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.top_section_worries ul li:before {
    content: "";
    width: 70px;
    height: 100%;
    background-color: #63845D;
    background-image: url(/wp-content/themes/child/image/icon_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.top_section_worries ul li .huklidashi {
    position: absolute;
    right: 0px;
    bottom: -18px;
    width: 30px;
}

.top_section_worries ul li .huklidashi:before {
    content: "";
    width: 30px;
    height: 10px;
    background: #F5F5F5;
    position: absolute;
    left: -5px;
    top: 2px;
}

.top_section_worries ul li .text {
    font-weight: bold;
    line-height: 1.5;
}

.top_section_worries ul li .text .accent {
    font-size: 25px;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #C2DBBE;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    padding: 0 .2em;
}

.top_section_worries .arrow {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.top_section_worries .solution_text {
    text-align: center;
}

.top_section_worries .solution_text .text {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background: #FFFCA8;
    display: inline-block;
    padding: 0 .5em;
}

.top_section_worries .solution_text .text small {
    font-size: 28px;
}

.top_section_worries .solution_text .text .accent {
    color: #28621E;
    margin: 0 -.1em;
}

.top_section_feature {
    background: #F3F5F9;
    padding: 85px 0 225px 0;
    margin-top: -30px;
}

.top_section_feature .service_box {
    background: #fff;
    padding: 90px 0 80px 0;
    border-radius: 5px;
    margin-bottom: 160px;
}

.top_section_feature .service_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
}

.top_section_feature .service_box ul li {
    position: relative;
}

.top_section_feature .service_box ul li .image {
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.top_section_feature .service_box ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_section_feature .service_box ul li .accent {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #28621E;
    font-style: italic;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 0px 5px 0px 0px;
    font-size: 20px;
}

.top_section_feature .service_box ul li .text_area .lead_box {
    margin-bottom: 25px;
}

.top_section_feature .service_box ul li .text_area .text {
    font-size: 15px;
    letter-spacing: .05em;
}

.top_section_feature .service_box ul li .text_area .lead_box .lead {
    background: #28621E;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 7px 20px;
}

.top_section_feature .company_box .cont {
    position: relative;
}

.top_section_feature .company_box .cont:before {
    content: "";
    width: 905px;
    height: 190px;
    background: #E7EBF2;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
}

.top_section_feature .company_box .image {
    width: 500px;
    position: relative;
    z-index: 2;
}

.top_section_feature .company_box .text_area {
    width: 520px;
    position: relative;
    z-index: 2;
    margin-right: 50px;
}

.top_section_feature .company_box .text_area .text {
    line-height: 2;
}

.top_section_feature .company_box .common_title {
    text-align: left;
}

.top_section_feature .company_box .common_title .title {
    background-position: left top;
}

.top_section_contact {
    background-color: #5C8455;
    color: #fff;
    background-image: url(/wp-content/themes/child/image/contact_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_section_contact .wrap {
    position: relative;
    padding: 37px 0 57px 0;
}

.top_section_contact .men {
    position: absolute;
    left: -50px;
    bottom: 0;
}

.top_section_contact .woman {
    position: absolute;
    right: 0;
    bottom: 0;
}

.top_section_contact .catch_copy {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.top_section_contact .catch_copy .accent {
    color: #FFF84D;
    font-size: 64px;
}

.top_section_contact .text {
    text-align: center;
    margin-bottom: 35px;
}

.top_section_contact .common_button a {
    margin: 0 auto;
    background-image: url(/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 70px;
    width: 350px;
    line-height: 70px;
    transition: .3s;
}

.top_section_contact .common_button a:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.top_section_price {
    padding: 120px 0 140px 0;
}

.top_section_price ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    margin-bottom: 30px;
}

.top_section_price ul li {
    border-radius: 5px;
    padding: 24px;
    text-align: center;
}

.top_section_price ul li:nth-child(1) {
    background: #EFFDEB;
}

.top_section_price ul li:nth-child(2) {
    background: #DEF5DF;
    position: relative;
}

.top_section_price ul li:nth-child(3) {
    background: #DEF2E9;
}

.top_section_price ul li:nth-child(2):before,
.top_section_price ul li:nth-child(2):after {
    content: "+";
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 10px);
}

.top_section_price ul li:nth-child(2):before {
    left: -55px;
}

.top_section_price ul li:nth-child(2):after {
    right: -52px;
}

.top_section_price ul li .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.top_section_price ul li .text {
    font-size: 14px;
    line-height: 2;
}

.top_section_price .dl_box dl {
    width: 220px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.top_section_price .dl_box dl dt {
    background: #28621E;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    letter-spacing: .1em;
}

.top_section_price .dl_box dl dd {
    background: #F7F7F7;
    padding: 33px;
    line-height: 1;
    font-weight: bold;
}

.top_section_price .dl_box dl dd .accent {
    font-size: 50px;
    color: #278118;
    font-weight: 500;
}

.top_section_carrier {
    background: #F3F5F9;
    padding: 90px 0 110px 0;
}

.top_section_carrier ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    width: 1000px;
    margin: 0 auto;
}

.top_section_carrier ul li {
    background: #fff;
    border-radius: 5px;
    padding-right: 10px;
}

.top_section_carrier ul li .image {
    height: 300px;
    border-right: 10px solid #28621E;
    border-bottom: 10px solid #28621E;
    border-radius: 0 0 5px 0;
    position: relative;

}

.top_section_carrier ul li .image .name {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #28621E;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 0 1em;
    border-radius: 5px 0px 0px 5px;
}

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

.top_section_carrier ul li .text_area {
    padding: 20px 30px 30px 30px;
}

.top_section_carrier ul li .text_area .text {
    font-size: 15px;
    line-height: 2;
}

.top_section_flow {
    padding: 150px 0 170px 0;
}

.top_section_flow ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    position: relative;
}

.top_section_flow ul:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #28621E;
    position: absolute;
    left: 5%;
    top: 14px;
    z-index: -1;
}

.top_section_flow ul li {
    position: relative;
}

.top_section_flow ul li .flow {
    border: 1px solid #28621E;
    border-radius: 20px;
    color: #28621E;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    width: 170px;
    margin: 0 auto 20px auto;
    background: #fff;
}

.top_section_flow ul li .text {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    min-height: 75px;
}

.top_section_flow ul li .icon {
    background: #F2F7EF;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_section_flow ul li .icon:after {
    content: "";
    width: 36px;
    height: 95px;
    background: url(/wp-content/themes/child/image/arrow_gray.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -60px;
    top: calc(50% - 49px);
}

.top_section_flow ul li:last-child .icon:after {
    display: none;
}

.top_section_form {
    background: #F7F7F4;
    padding: 110px 0 200px 0;
    position: relative;
    z-index: 5;
}

.top_section_form .cont {
    background: #fff;
    border-radius: 5px;
    padding: 43px 50px;
}

.top_section_form .cont .common_contact_form .form_box dl {
    gap: 20px;
    margin-top: 30px;
}

.top_section_form .cont .common_contact_form .form_box dl:first-child {
    margin-top: 0;
}

.common_contact_form .form_box dl.start dt {
    padding-top: 10px;
}

.top_section_form .cont .common_contact_form .form_box dl dt {
    width: 280px;
    font-size: 18px;
}

.top_section_form .cont .common_contact_form .form_box dl dd {
    width: 740px;
}

.top_section_form .cont .common_contact_form .form_box dl dt::after {
    display: none;
}

.top_section_form .cont .common_contact_form .form_box dl dt .label {
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 0;
    width: 61px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    background: #414141;
    color: #fff;
    padding-left: .2em;
}

.top_section_form .cont .common_contact_form .form_box dl.start dt .label {
    top: 10px;
}

.top_section_form .cont .common_contact_form .form_box dl dt .label.hissu {
    background: #C62B2B;
}

.top_section_form .cont .common_contact_form input[type="text"],
.top_section_form .cont .common_contact_form input[type="email"],
.top_section_form .cont .common_contact_form #zip {
    background: #fff;
    height: 60px;
}

.top_section_form .cont .common_contact_form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/wp-content/themes/child/image/arrow_under.svg) no-repeat right 20px center;
}

select.initial-placeholder {
    color: #C7C4C4;
}

.top_section_form .cont input[type="checkbox"] {
    display: none;
}

.top_section_form .cont .radio_btns .radio_btns__item+span {
    padding-left: 40px;
}

.top_section_form .cont .radio_btns .radio_btns__item+span::before,
.top_section_form .cont .radio_btns .radio_btns__item+span::after {
    width: 30px;
    background: #fff;
}

.top_section_form .cont .radio_btns .radio_btns__item+span::after {
    background: #28621E;
    width: 14px;
    left: 8px;
}

.top_section_form .cont .common_contact_form textarea {
    background: #fff;
}

.top_section_form .cont .common_page_btn {
    display: block;
    width: 300px;
    background: #28621E;
    color: #fff;
    line-height: 56px;
    border-radius: 5px;
    padding-left: 30px;
    box-shadow: 0px 5px 0px #041202;
    position: relative;
    margin: 0 auto;
    background-image: url(/wp-content/themes/child/image/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    margin-bottom: 20px;
    font-weight: bold;
    transition: .3s;

}

.top_section_form .cont .common_page_btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.top_section_form .cont [name="submitBack"] {
    background-color: #666666;
}

.top_section_form .cont .thanks_textArea {
    text-align: center;
}

.top_section_form .cont .thanks_textArea .name {
    font-size: 20px;
    margin-bottom: 1em;
}

.top_section_form .cont .thanks_textArea .contact_text {
    line-height: 2;
}

#main_footer {
    background: #667E73;
    padding: 70px 0 40px 0;
}

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

#main_footer .logo a {
    color: #fff;
}

#main_footer .logo .image {
    margin-bottom: 10px;
}

#main_footer .logo .text {
    font-weight: bold;
    font-size: 20px;
}

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

#main_footer .common_button a {
    margin: 0 auto;
    width: 320px;
    line-height: 75px;
    font-size: 18px;
    transition: .3s;
}

#main_footer .common_button a:hover {
    box-shadow: none;
    transform: translateY(5px);
}

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

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

.top_word_area {
    padding-top: 110px;
}

.top_word_area .word_block {
    background-color: #DEF5DF;
    padding: 25px;
    border-radius: 5px;
}

.top_word_area .word_block+.word_block {
    margin-top: 20px;
}

.top_word_area .word_block:nth-child(even) {
    background-color: #DEF2E9;
}

.top_word_area .word_block .word_ttl {
    font-size: 22px;
    font-weight: 700;
    color: #2F7126;
    letter-spacing: .04em;
    display: flex;
    align-items: flex-start;
    gap: .5em;
    line-height: 1.5;
    margin-bottom: .5em;
}

.top_word_area .word_block .word_ttl::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url(/wp-content/themes/child/image/icon_q.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.top_word_area .word_block .detail_text {
    font-size: 16px;
    letter-spacing: .02em;
}

@media (max-width: 1340px) and (min-width: 751px) {
    .top_section_mainvisual .contents_area:after {
        width: calc(100% - 27.8vw);
        background-position: center 2.08vw;
    }

    .top_section_mainvisual .contents_area .cont {
        background-size: 26.8vw 16.6vw;
    }

    #main_header .cont .logo {
        width: 11vw;
    }

    #main_header .cont .logo a {
        display: block;
    }

    #main_header .cont .logo a img {
        width: 100%;
    }

    body {
        font-size: 1.1vw;
        min-width: unset;
        margin-top: 6.86vw;
    }

    a[href $='.pdf']::before {
        width: 2.06vw;
        height: 2.63vw;
        margin-right: 1.03vw;
    }

    .wrap {
        width: 79.17vw;
    }

    .wrap.mid {
        width: 86.11vw;
    }

    .wrap.lr {
        width: 93.75vw;
    }

    .common_page_main {
        padding-block: 9.72vw;
        margin-block: 0 0.69vw;
    }

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

    .common_page_wrap {
        padding: 6.94vw 0;
    }

    .reserve_text {
        font-size: 2.08vw;
    }

    .breadcrumb {
        font-size: 0.83vw;
    }

    .contact_form_disc {
        margin-block: 0 2.64vw;
    }

    .contact_form_disc .text {
        font-size: 1.1vw;
        margin-block: 0 0.69vw;
    }

    .contact_form_disc .caution {
        font-size: 0.97vw;
    }

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

    .common_contact_form .form_box dl {
        gap: 5.56vw;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.11vw 0;
    }

    .common_contact_form .form_box dl dt {
        font-size: 1.1vw;
        padding-inline: 0 0.35vw;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 0.83vw;
        padding: 0.14vw 0.63vw;
    }

    .common_contact_form .form_box dl dt::after {
        width: 0.07vw;
        height: 2.08vw;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        padding: 0.56vw 0.69vw;
    }

    .common_contact_form textarea {
        height: 12.5vw;
        padding: 0.69vw;
    }

    .common_contact_form select {
        padding: 0.76vw 0.69vw;
        height: 3.82vw;
        background: #F8F8F8 url(/wp-content/themes/child/image/arrow_under.svg) no-repeat right 1.39vw center;
        padding-right: 1.39vw;
    }

    .page_contact #btn_wrap {
        width: 51.39vw;
    }

    .page_contact #btn_wrap button {
        width: 21.53vw;
        line-height: 4.17vw;
        font-size: 1.25vw;
    }

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

    .privacy_term_outer .privacy_term_inner {
        height: 9.58vw;
    }

    .privacy_term_outer .privacy_term_inner .privacy_index {
        font-size: 0.97vw;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 0.9vw;
        margin-bottom: 1.74vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 0.9vw;
        padding-left: 0.69vw;
        margin-bottom: 0.35vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 0.9vw;
    }

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

    .privacy_term_outer {
        padding: 2.08vw 0;
        width: 41.67vw;
        margin: 0 auto 3.47vw;
    }

    .privacy_term_detail {
        font-size: 0.9vw;
        margin: 1.39vw 0;
    }

    .privacy_term_detail::after {
        width: 0.69vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 3.47vw 10.42vw;
    }

    .radio_btns .radio_btns__item+span {
        font-size: 1.04vw;
        padding-left: 13.89vw;
    }

    .radio_btns .radio_btns__item+span::before,
    .radio_btns .radio_btns__item+span::after {
        width: 1.39vw;
    }

    .radio_btns .radio_btns__item+span::after {
        width: 0.69vw;
        left: 0.35vw;
    }

    .mwform-checkbox-field-text {
        font-size: 1.04vw;
        padding-left: 20.83vw;
    }

    .mwform-checkbox-field-text::before {
        width: 1.39vw;
    }

    .mwform-checkbox-field-text::after {
        width: 1.39vw;
    }

    .page_contact .thanks_textArea .name {
        font-size: 1.1vw;
        margin-bottom: 1.39vw;
    }

    .page_contact .thanks_textArea .contact_text {
        margin: 0 auto 3.47vw;
        width: 43.06vw;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 20.83vw;
        line-height: 3.47vw;
        font-size: 1.1vw;
    }

    .page_contact .progressbar {
        gap: 38.89vw;
        margin-block: 0 20.83vw;
    }

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

    .page_contact .progressbar .item+.item::before {
        width: 3.47vw;
    }

    .page_contact .progressbar .item .mark {
        width: 2.5vw;
    }

    .privacy_check_list {
        margin-bottom: 1.74vw;
    }

    .privacy_check_list .hissu {
        padding: 0.14vw 1.04vw;
        font-size: 0.69vw;
    }

    .page_privacy .main_text {
        font-size: 1.1vw;
        margin-bottom: 6.25vw;
    }

    .page_privacy dl {
        margin-bottom: 3.47vw;
    }

    .page_privacy dl dt {
        font-size: 1.1vw;
        margin-bottom: 0.35vw;
        padding-left: 0.69vw;
    }

    .page_privacy dl dd {
        font-size: 0.97vw;
    }

    #page_404 .num {
        font-size: 6.94vw;
    }

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

    .archive_page_list>article {
        padding-bottom: 1.04vw;
        padding-top: 1.04vw;
        padding-right: 2.08vw;
    }

    .archive_page_list>article:after {
        width: 0.69vw;
        height: 0.69vw;
        right: 0.35vw;
    }

    .archive_page_list>article .date {
        font-size: 0.88vw;
        width: 6.94vw;
    }

    .wp-pagenavi {
        margin-top: 3.47vw;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 0.55vw 1.04vw;
    }

    #main_header {
        padding: 0.83vw 0;
    }

    #main_header .logo .text {
        font-size: 0.97vw;
        margin-top: 0.21vw;
    }

    #main_header .link_area {
        gap: 4.17vw;
    }

    #main_header .header_navi ul {
        gap: 2.78vw;
    }

    .common_button a {
        width: 20.83vw;
        line-height: 3.89vw;
        border-radius: 0.35vw;
        padding-left: 2.08vw;
        box-shadow: 0px 0.35vw 0px #041202;
    }

    .common_button a:before {
        width: 0.69vw;
        height: 0.69vw;
        right: 2.08vw;
        top: calc(50% - 0.35vw);
    }

    #main_header .common_button a {
        padding-left: 4.17vw;
        width: 18.06vw;
        background-position: 1.39vw;
        background-size: 1.6vw;
    }

    #main_header .common_button a:before {
        right: 1.04vw;
    }

    .common_title {
        margin-bottom: 2.64vw;
    }

    .common_title .title {
        font-size: 2.64vw;
        padding-top: 1.25vw;
    }

    .common_title .title small {
        font-size: 1.67vw;
    }

    .common_title .lead {
        margin-top: 2.01vw;
    }

    .top_section_mainvisual .contact_area {
        width: 27.78vw;
        padding: 1.39vw 2.08vw;
    }

    .top_section_mainvisual .contact_area .common_title .title {
        font-size: 1.88vw;
        padding-bottom: 0.55vw;
    }

    .top_section_mainvisual .contact_area .common_contact_form textarea {
        height: 6.94vw;
    }

    .top_section_mainvisual .contact_area .common_contact_form .form_box {
        margin-bottom: 1.6vw;
    }

    .top_section_mainvisual .contact_area .common_page_btn {
        width: 18.06vw;
        line-height: 4.17vw;
        border-radius: 0.35vw;
        padding-left: 2.08vw;
        margin-bottom: 1.39vw;
    }

    .top_section_mainvisual .contact_area .thanks_textArea .name {
        font-size: 1.39vw;
        margin-bottom: 0.69vw;
    }

    .top_section_mainvisual .contents_area {
        padding-top: 2.08vw;
    }

    .top_section_mainvisual .contents_area .cont {
        padding-top: 9.72vw;
        padding-bottom: 19.44vw;
    }

    .top_section_mainvisual .contents_area .cont .lead_box {
        gap: 2.08vw;
        margin-bottom: 1.8vw;
    }

    .top_section_mainvisual .contents_area .cont .lead_box .lead {
        font-size: 1.25vw;
        padding: 0.94vw 0;
    }

    .top_section_mainvisual .contents_area .cont .label_box {
        gap: 0.69vw;
    }

    .top_section_mainvisual .contents_area .cont .label_box .label {
        padding: 0.55vw 1.04vw;
        font-size: 1.04vw;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy {
        font-size: 2.15vw;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy small {
        font-size: 2.08vw;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy .accent {
        font-size: 2.92vw;
        padding: 0 0.14vw;
        margin: 0 -0.21vw;
    }

    .top_section_worries {
        padding-top: 5.56vw;
    }

    .top_section_worries .catch_title .title {
        margin-bottom: 3.47vw;
        font-size: 2.22vw;
    }

    .top_section_worries .catch_title .title small {
        font-size: 2.08vw;
    }

    .top_section_worries .catch_title .title .accent {
        font-size: 3.47vw;
        padding: 0 0.14vw;
        margin: 0 0.07vw;
    }

    .top_section_worries ul {
        gap: 1.74vw 2.78vw;
    }

    .top_section_worries ul li {
        padding-left: 6.94vw;
        height: 5.21vw;
        border-radius: 0.35vw;
    }

    .top_section_worries ul li:before {
        width: 4.86vw;
        border-radius: 0.35vw 0 0 0.35vw;
    }

    .top_section_worries ul li .text {
        font-size: 1.1vw;
    }

    .top_section_worries ul li .text .accent {
        font-size: 1.74vw;
    }

    .top_section_worries .arrow {
        margin: 0 auto;
        margin-top: 3.47vw;
        margin-bottom: 2.08vw;
        width: 22vw;
    }

    .top_section_worries .solution_text .text {
        font-size: 2.78vw;
        padding: 0 0.35vw;
    }

    .top_section_worries .solution_text .text small {
        font-size: 1.94vw;
    }

    .top_section_feature {
        padding: 5.9vw 0 15.63vw 0;
        margin-top: -2.08vw;
    }

    .top_section_feature .service_box {
        padding: 6.25vw 0 5.56vw 0;
        margin-bottom: 11.11vw;
        border-radius: 0.35vw;
    }

    .top_section_feature .service_box ul {
        gap: 3.47vw 4.17vw;
    }

    .top_section_feature .service_box ul li .image {
        height: 17.36vw;
        border-radius: 0.35vw;
        margin-bottom: 2.08vw;
    }

    .top_section_feature .service_box ul li .accent {
        padding: 0.49vw 1.39vw;
        font-size: 1.39vw;
        border-radius: 0 0.35vw 0 0;
    }

    .top_section_feature .service_box ul li .text_area .lead_box {
        margin-bottom: 1.74vw;
    }

    .top_section_feature .service_box ul li .text_area .text {
        font-size: 1.04vw;
    }

    .top_section_feature .service_box ul li .text_area .lead_box .lead {
        font-size: 1.67vw;
        padding: 0.49vw 1.39vw;
        border-radius: 0.28vw;
    }

    .top_section_feature .company_box .cont:before {
        width: 62.85vw;
        height: 13.19vw;
        bottom: -2.78vw;
        border-radius: 0.35vw;
    }

    .top_section_feature .company_box .image {
        width: 34.72vw;
    }

    .top_section_feature .company_box .text_area {
        width: 36.11vw;
        margin-right: 3.47vw;
    }

    .top_section_contact .wrap {
        padding: 2.57vw 0 3.96vw 0;
    }

    .top_section_contact .catch_copy {
        font-size: 3.33vw;
        margin-bottom: 1.39vw;
    }

    .top_section_contact .catch_copy .accent {
        font-size: 4.44vw;
    }

    .top_section_contact .text {
        margin-bottom: 2.43vw;
    }

    .top_section_contact .common_button a {
        padding-left: 4.86vw;
        width: 24.31vw;
        line-height: 4.86vw;
    }

    .top_section_price {
        padding: 8.33vw 0 9.72vw 0;
    }

    .top_section_price ul {
        gap: 6.25vw;
        margin-bottom: 2.08vw;
    }

    .top_section_price ul li {
        padding: 1.67vw;
        border-radius: 0.35vw;
    }

    .top_section_price ul li:nth-child(2):before,
    .top_section_price ul li:nth-child(2):after {
        font-size: 1.81vw;
        top: calc(50% - 0.69vw);
    }

    .top_section_price ul li:nth-child(2):before {
        left: -3.82vw;
    }

    .top_section_price ul li:nth-child(2):after {
        right: -3.61vw;
    }

    .top_section_price ul li .title {
        font-size: 1.39vw;
        margin-bottom: 0.69vw;
    }

    .top_section_price ul li .text {
        font-size: 0.97vw;
    }

    .top_section_price .dl_box dl {
        width: 15.28vw;
        border-radius: 0.35vw;
    }

    .top_section_price .dl_box dl dt {
        font-size: 1.25vw;
        padding: 0.83vw;
    }

    .top_section_price .dl_box dl dd {
        padding: 2.29vw;
    }

    .top_section_price .dl_box dl dd .accent {
        font-size: 3.47vw;
    }

    .top_section_carrier {
        padding: 6.25vw 0 7.64vw 0;
    }

    .top_section_carrier ul {
        gap: 4.17vw;
        width: 69.44vw;
        margin: 0 auto;
    }

    .top_section_carrier ul li {
        border-radius: 0.35vw;
        padding-right: 0.69vw;
    }

    .top_section_carrier ul li .image {
        height: 20.83vw;
        border-right: 0.69vw solid #28621E;
        border-bottom: 0.69vw solid #28621E;
        border-radius: 0 0 0.35vw 0;
    }

    .top_section_carrier ul li .image .name {
        bottom: 0.69vw;
        font-size: 1.53vw;
        padding: 0 0.69vw;
        border-radius: 0.35vw 0 0 0.35vw;
    }

    .top_section_carrier ul li .text_area {
        padding: 1.39vw 2.08vw 2.08vw 2.08vw;
    }

    .top_section_carrier ul li .text_area .text {
        font-size: 1.04vw;
        line-height: 2;
    }

    .top_section_flow {
        padding: 10.42vw 0 11.81vw 0;
    }

    .top_section_flow ul {
        gap: 3.47vw;
    }

    .top_section_flow ul:before {
        width: 62.5%;
        height: 0.07vw;
        left: 3.47vw;
        top: 0.97vw;
    }

    .top_section_flow ul li .flow {
        border-radius: 1.39vw;
        width: 11.81vw;
        margin: 0 auto 1.39vw auto;
    }

    .top_section_flow ul li .text {
        font-size: 1.04vw;
        margin-bottom: 1.04vw;
        min-height: 5.21vw;
    }

    .top_section_flow ul li .icon {
        width: 10.42vw;
        height: 10.42vw;
    }

    .top_section_flow ul li .icon img {
        width: 6.25vw;
        height: 6.25vw;
    }

    .top_section_flow ul li .icon:after {
        width: 2.5vw;
        height: 6.6vw;
        right: -4.17vw;
        top: calc(50% - 3.4vw);
    }

    .top_section_form {
        padding: 7.64vw 0 13.89vw 0;
    }

    .top_section_form .cont {
        border-radius: 0.35vw;
        padding: 2.99vw 3.47vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl {
        gap: 1.39vw;
        margin-top: 2.08vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl dt {
        width: 19.44vw;
        font-size: 1.25vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl dd {
        width: 51.39vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl dt .label {
        width: 4.24vw;
        height: 2.78vw;
        line-height: 2.64vw;
        font-size: 1.25vw;
    }

    .top_section_form .cont .common_contact_form input[type="text"],
    .top_section_form .cont .common_contact_form input[type="email"],
    .top_section_form .cont .common_contact_form #zip {
        height: 4.17vw;
    }

    .top_section_form .cont .radio_btns .radio_btns__item+span {
        padding-left: 2.78vw;
    }

    .top_section_form .cont .radio_btns .radio_btns__item+span::before,
    .top_section_form .cont .radio_btns .radio_btns__item+span::after {
        width: 2.08vw;
    }

    .top_section_form .cont .radio_btns .radio_btns__item+span::after {
        width: 0.97vw;
        left: 0.56vw;
    }

    .top_section_form .cont .common_page_btn {
        width: 20.83vw;
        line-height: 3.89vw;
        border-radius: 0.35vw;
        padding-left: 2.08vw;
        margin-bottom: 1.39vw;
    }

    .top_section_form .cont .thanks_textArea .name {
        font-size: 1.39vw;
        margin-bottom: 0.69vw;
    }

    .top_section_form .cont .thanks_textArea .contact_text {
        line-height: 2;
    }

    #main_footer {
        background: #667E73;
        padding: 4.86vw 0 2.78vw 0;
    }

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

    #main_footer .logo .image {
        margin: 0 auto;
        margin-bottom: 0.69vw;
        width: 18.3vw;
    }

    #main_footer .logo .text {
        font-size: 1.39vw;
    }

    #main_footer .common_button {
        margin-bottom: 4.17vw;
    }

    #main_footer .common_button a {
        width: 22.22vw;
        line-height: 5.21vw;
        font-size: 1.25vw;
    }

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

    .top_word_area {
        padding-top: 7.64vw;
    }

    .top_word_area .word_block {
        padding: 1.74vw;
        border-radius: 0.35vw;
    }

    .top_word_area .word_block+.word_block {
        margin-top: 1.39vw;
    }

    .top_word_area .word_block .word_ttl {
        font-size: 1.53vw;
        gap: 0.35vw;
        margin-bottom: 0.35vw;
    }

    .top_word_area .word_block .word_ttl::before {}

    .top_word_area .word_block .detail_text {
        font-size: 1.11vw;
    }

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

    .top_section_contact .men {
        width: 14.6vw;
        left: -3.47vw;
    }
    
    .top_section_contact .woman {
        width: 9.4vw;
    }

}

@media (max-width: 750px) {

    .wrap,
    .wrap.mid {
        max-width: 90%;
        width: 90%;
    }

    .wrap.lr {
        width: 94%;
        max-width: 96%;
    }

    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;
        margin-top: 60px;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        padding: 13px 20px;
        z-index: 3;
    }

    #sp_header .logo {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #sp_header .logo img {
        width: 135px;
    }

    #sp_header .logo .text {
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
        padding: 0.2em 0.8em 0.2em 1em;
    }

    .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;
        background-color: #fff;
    }

    .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固定ページ 個人情報保護方針 */
    .page_privacy .main_text {
        font-size: 3.5vw;
    }

    .page_privacy dl {
        margin-bottom: 10vw;
    }

    .page_privacy dl dt {
        font-size: 4vw;
    }

    .page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* 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;
    }

    .common_button a {
        width: 80vw;
        line-height: 13vw;
        padding-left: 10vw;
        font-size: 4vw;
    }

    .common_button a:before {
        right: 5vw;
    }

    .common_title {
        margin-bottom: 10vw;
    }

    .common_title .title {
        font-size: 7vw;
        padding-top: 5vw;
        background-size: 15vw;
    }

    .top_section_feature .company_box .common_title .title {
        font-size: 8vw;
    }

    .common_title .title small {
        font-size: 4vw;
    }

    .common_title .lead {
        margin-top: 6vw;
        font-size: 3.8vw;
    }

    .top_section_mainvisual {
        display: flex;
        flex-wrap: wrap;
    }

    .top_section_mainvisual .contact_area {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 15vw 5vw 0;
        order: 2;
    }

    .top_section_mainvisual .contact_area .cont {
        background: #F7F7F4;
        padding: 5vw;
    }

    .top_section_mainvisual .contact_area .common_contact_form input[type="text"],
    .top_section_mainvisual .contact_area .common_contact_form input[type="email"],
    .top_section_mainvisual .contact_area .common_contact_form #zip {
        background: #fff;
    }

    .top_section_mainvisual .contact_area .common_title .title {
        font-size: 6vw;
        background: url(/wp-content/themes/child/image/common_title_accent.svg) no-repeat;
        background-position: center top;
        padding-top: 5vw;
        padding-bottom: 0;
        letter-spacing: 0;
    }

    .top_section_mainvisual .contact_area .common_contact_form .form_box dl+dl {
        margin-top: 15px;
    }

    .top_section_mainvisual .contact_area .common_contact_form textarea {
        height: 120px;
        background: #fff;
    }

    .top_section_mainvisual .contact_area .common_contact_form .form_box {
        margin-bottom: 40px;
    }

    .top_section_mainvisual .contact_area .common_page_btn {
        width: 70vw;
        line-height: 15vw;
        padding-left: 7vw;
        margin-bottom: 10vw;
        font-size: 4vw;
    }

    .top_section_mainvisual .contact_area .common_contact_form .form_box dl dt {
        display: flex;
        flex-direction: unset;
        justify-content: flex-start;
    }

    .top_section_mainvisual .contents_area {
        padding-top: 0;
    }

    .top_section_mainvisual .contents_area:after {
        width: 100%;
        height: 98%;
        background: url(/wp-content/themes/child/image/mainvisual_arrow_sp.svg) no-repeat;
        background-size: cover;
        background-position: center top;
        top: 2%;
    }

    .top_section_mainvisual .contents_area .cont {
        padding-top: 10vw;
        padding-bottom: 60vw;
        background: url(/wp-content/themes/child/image/mainvisual_Illust.svg) no-repeat;
        background-position: right 96%;
        background-size: 72vw;
    }

    .top_section_mainvisual .contents_area .cont .lead_box {
        gap: 8.2vw;
        margin-bottom: 10vw;
    }

    .top_section_mainvisual .contents_area .cont .lead_box .lead {
        font-size: 4.8vw;
        padding: 2vw 0;
    }

    .top_section_mainvisual .contents_area .cont .label_box {
        gap: 2vw;
    }

    .top_section_mainvisual .contents_area .cont .label_box .label {
        padding: 1.5vw 2.5vw;
        font-size: 3.6vw;
        letter-spacing: .05em;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy {
        font-size: 4.2vw;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy small {
        font-size: 5vw;
    }

    .top_section_mainvisual .contents_area .cont .catch_copy .accent {
        font-size: 7vw;
    }

    .top_section_worries {
        padding-top: 9vw;
    }

    .top_section_worries .catch_title .title {
        margin-bottom: 7vw;
    }

    .top_section_worries .catch_title .title {
        font-size: 5vw;
    }

    .top_section_worries .catch_title .title small {
        font-size: 4.5vw;
    }

    .top_section_worries .catch_title .title .accent {
        font-size: 7vw;
    }

    .top_section_worries ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
    }

    .top_section_worries ul li {
        padding-left: 20vw;
        height: 22vw;
    }

    .top_section_worries ul li:before {
        width: 15vw;
        background-size: 7vw;
    }

    .top_section_worries ul li .text {
        font-size: 4vw;
        line-height: 1.6;
    }

    .top_section_worries ul li .text .accent {
        font-size: 5.5vw;
    }

    .top_section_worries .arrow {
        margin-top: 12vw;
        margin-bottom: 10vw;
    }

    .top_section_worries .arrow img {
        width: 65%;
    }

    .top_section_worries .solution_text .text {
        font-size: 6vw;
        padding: 3vw 5vw;
        display: block;
    }

    .top_section_worries .solution_text .text small {
        font-size: 4vw;
    }

    .top_section_feature {
        padding: 30vw 0 30vw 0;
        margin-top: -18vw;
    }

    .top_section_feature .service_box {
        padding: 15vw 0 10vw 0;
        margin-bottom: 20vw;
    }

    .top_section_feature .service_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10vw;
    }

    .top_section_feature .service_box ul li .image {
        height: 45vw;
        margin-bottom: 6vw;
    }

    .top_section_feature .service_box ul li .accent {
        padding: 2vw 4vw;
        font-size: 4vw;
    }

    .top_section_feature .service_box ul li .text_area .lead_box {
        margin-bottom: 4vw;
    }

    .top_section_feature .service_box ul li .text_area .lead_box .lead {
        font-size: 5.5vw;
        padding: 2vw 4vw;
    }

    .top_section_feature .service_box ul li .text_area .lead_box .lead.min {
        padding-right: 2vw;
    }

    .top_section_feature .service_box ul li .text_area .lead_box .sp .lead:last-child {
        margin-top: 1.5vw;
    }

    .top_section_feature .service_box ul li .text_area .text {
        line-height: 2;
    }

    .top_section_feature .company_box .common_title {
        margin-bottom: 5vw;
    }

    .top_section_feature .company_box .cont:before {
        width: 110%;
        left: -5%;
        bottom: -10vw;
        height: 80vw;
    }

    .top_section_feature .company_box .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    .top_section_feature .company_box .text_area {
        width: 100%;
        margin-right: 0;
    }

    .top_section_feature .company_box .text_area .text {
        font-size: 3.5vw;
    }

    .top_section_contact {
        background-image: url(/wp-content/themes/child/image/contact_back.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .top_section_contact .wrap {
        padding: 20vw 0 15vw 0;
    }

    .top_section_contact .catch_copy {
        font-size: 8vw;
        margin-bottom: 4vw;
    }

    .top_section_contact .catch_copy .accent {
        font-size: 12vw;
    }

    .top_section_contact .text {
        margin-bottom: 10vw;
        font-size: 4vw;
    }

    .top_section_contact .common_button a {
        width: 100%;
        line-height: 18vw;
        font-size: 4vw;
    }

    .top_section_price {
        padding: 20vw 0 25vw 0;
    }

    .top_section_price ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 12vw;
        margin-bottom: 10vw;
    }

    .top_section_price ul li {
        padding: 4vw 4vw 6vw 4vw;
    }

    .top_section_price ul li:nth-child(2):before,
    .top_section_price ul li:nth-child(2):after {
        font-size: 10vw;
    }

    .top_section_price ul li:nth-child(2):before {
        top: -11.5vw;
        left: calc(50% - 2.5vw);
    }

    .top_section_price ul li:nth-child(2):after {
        top: auto;
        bottom: -10.5vw;
        right: calc(50% - 2.5vw);
    }

    .top_section_price ul li .title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .top_section_price ul li .text {
        font-size: 3.4vw;
    }

    .top_section_price .dl_box {
        gap: 4vw 0;
    }

    .top_section_price .dl_box dl {
        width: 30%;
    }

    .top_section_price .dl_box dl:nth-child(n+4) {
        width: 48%
    }

    .top_section_price .dl_box dl dt {
        font-size: 4vw;
        padding: 2vw;
        letter-spacing: .01em;
    }

    .top_section_price .dl_box dl dd {
        padding: 8vw 0;
    }

    .top_section_price .dl_box dl dd .accent {
        font-size: 10vw;
        margin: 0 .1em;
    }

    .top_section_price .dl_box dl:nth-child(n+4) dd .accent {
        font-size: 13vw;
    }

    .top_section_carrier {
        padding: 20vw 0;
    }

    .top_section_carrier ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10vw;
        width: 100%;
    }

    .top_section_carrier ul li {
        padding-right: 3vw;
    }

    .top_section_carrier ul li .image {
        height: 65vw;
        border-right: 3vw solid #28621E;
        border-bottom: 3vw solid #28621E;

    }

    .top_section_carrier ul li .image .name {
        bottom: 5vw;
        font-size: 5vw;
        padding: .2em 1em;
    }

    .top_section_carrier ul li .text_area {
        padding: 4vw 6vw 8vw 6vw;
    }

    .top_section_carrier ul li .text_area .text {
        font-size: 3.7vw;
    }

    .top_section_flow {
        padding: 20vw 0;
    }

    .top_section_flow ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10vw;
    }

    .top_section_flow ul:before {
        width: 1px;
        height: 90%;
        left: 17.5vw;
        top: 0;
    }

    .top_section_flow ul li {
        display: flex;
        align-items: center;
    }

    .top_section_flow ul li .flow {
        border-radius: 12vw;
        width: auto;
        margin: 0;
        position: absolute;
        left: 2vw;
        top: -5vw;
        font-size: 5vw;
        padding: .1em 1.5em 0 1.5em;
        z-index: 2;
    }

    .top_section_flow ul li .text {
        font-size: 3.7vw;
        margin-bottom: 0;
        min-height: unset;
        width: calc(100% - 35vw);
        text-align: left;
        padding-left: 2em;
    }

    .top_section_flow ul li .icon {
        width: 35vw;
        height: 35vw;
        margin: 0;
        order: -1;
    }

    .top_section_flow ul li:nth-child(1) .icon img {
        width: 60%;
    }

    .top_section_flow ul li:nth-child(2) .icon img {
        width: 36%;
    }

    .top_section_flow ul li:nth-child(3) .icon img {
        width: 55%;
    }

    .top_section_flow ul li:nth-child(4) .icon img {
        width: 45%;
    }

    .top_section_flow ul li:nth-child(5) .icon img {
        width: 50%;
    }

    .top_section_flow ul li .icon:after {
        display: none;
    }

    .top_section_form {
        padding: 20vw 0 25vw 0;
    }

    .top_section_form .cont {
        padding: 7vw 4vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl {
        gap: 4vw;
        margin-top: 5vw;
    }

    .common_contact_form .form_box dl.start dt {
        padding-top: 5vw;
    }

    .top_section_form .cont .common_contact_form .form_box dl dt {
        width: 100%;
        font-size: 4vw;
        flex-direction: unset;
        justify-content: flex-start;
    }

    .top_section_form .cont .common_contact_form .form_box dl dd {
        width: 100%;
    }

    .top_section_form .cont .common_contact_form .form_box dl dt .label {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: 10vw;
        line-height: 9.5vw;
        font-size: 4vw;
        padding: 0 .9em 0 1.1em;
        order: -1;
    }

    .top_section_form .cont .common_contact_form .form_box dl.start dt .label {
        top: auto;
    }

    .top_section_form .cont .common_contact_form input[type="text"],
    .top_section_form .cont .common_contact_form input[type="email"],
    .top_section_form .cont .common_contact_form #zip {
        height: 55px;
    }

    .top_section_form .cont .radio_btns,
    .checkboxes {
        gap: 5vw;
    }

    .top_section_form .cont .common_page_btn {
        width: 70vw;
        line-height: 15vw;
        padding-left: 7vw;
        margin-bottom: 10vw;
        font-size: 4vw;
    }

    #main_footer {
        padding: 20vw 0 35vw 0;
    }

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

    #main_footer .logo .image {
        width: 65%;
        margin: 0 auto 2vw auto;
    }

    #main_footer .logo .text {
        font-size: 4vw;
    }

    #main_footer .common_button {
        margin-bottom: 20vw;
    }

    #main_footer .common_button a {
        width: 70vw;
        line-height: 15vw;
        font-size: 4vw;
    }

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

    .contact_fixed .button {
        display: block;
        width: 100%;
        background: #28621E;
        color: #fff;
        line-height: 18vw;
        box-shadow: 0px 5px 0px #041202;
        font-weight: bold;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 3;
        background-image: url(/wp-content/themes/child/image/icon_mail.svg), url(/wp-content/themes/child/image/arrow_white.svg);
        background-repeat: no-repeat;
        background-size: 7vw, 4vw;
        background-position: 4vw, 94%;
        font-size: 4.5vw;
        text-align: center;
    }

    .top_word_area {
        padding-top: 20vw;
    }

    .top_word_area .word_block {
        padding: 4vw;
    }

    .top_word_area .word_block+.word_block {
        margin-top: 4vw;
    }

    .top_word_area .word_block .word_ttl {
        font-size: 4vw;
    }

    .top_word_area .word_block .detail_text {
        font-size: 3.6vw;
    }

}