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

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

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dd .input_box+.input_box {
    margin-top: 10px;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #fff;
    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: #fff;
    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: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #fff;
    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: #fff;
    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;
}

/* TOP CSS（PC） */

section.section_fv {
    padding: 53px 0 118px;
    background: url(./image/fv_picture.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

section.section_fv .logo {
    margin-bottom: 100px;
}

section.section_fv .catch {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

section.section_fv .catch .accent {
    color: #FFC239;
}

section.section_fv .lead {
    font-size: 22px;
    margin-bottom: 70px;
    letter-spacing: .1em;
}

.common_contact_box {
    width: fit-content;
}

.common_contact_box .title {
    text-align: center;
    font-size: 22px;
    position: relative;
    width: fit-content;
    margin: 0 auto 9px auto;
    padding: 0 21.5px;
    letter-spacing: .1em;
}

.common_contact_box .title:before,
.common_contact_box .title:after {
    content: "";
    width: 2px;
    height: 27px;
    background: #fff;
    position: absolute;
    bottom: .2em;
}

.common_contact_box .title:before {
    left: 0;
    transform: rotate(-15deg);
}

.common_contact_box .title:after {
    right: 0;
    transform: rotate(15deg);
}

.common_contact_box .button a {
    display: block;
    width: 484px;
    line-height: 82px;
    background: #FFC239;
    color: #000000;
    border-radius: 17px;
    font-size: 26px;
    font-weight: 700;
    padding-left: 146px;
    background-image: url(./image/icon_satei.svg);
    background-repeat: no-repeat;
    background-position: 78px;
}

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

.common_title_box .title {
    font-size: 42px;
    position: relative;
    font-weight: 900;
    padding-bottom: 21px;
    line-height: 1.5;
}

.common_title_box .title:before {
    content: "";
    width: 51px;
    height: 7px;
    background: #FFC239;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.common_title_box .lead {
    margin-top: 45px;
    font-size: 22px;
    letter-spacing: .1em;
}

.common_title_box .label {
    background: #FFC239;
    width: 360px;
    margin: 0 auto 16px auto;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;

}

section.section_worries {
    padding: 120px 0;
}

section.section_worries .worries_list .illust {
    text-align: center;
}

section.section_worries .worries_list ul {
    background: #0C3770;
    width: 1000px;
    margin: 0 auto 60px auto;
    transform: translateY(-2px);
    padding: 37px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px 39px;
    border-radius: 16px;
}

section.section_worries .worries_list ul li {
    background: #fff;
    border-radius: 16px;
    padding: 21px 30px;
}

section.section_worries .worries_list ul li .catch {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
}

section.section_worries .worries_list ul li .catch .accent {
    border-bottom: 4px dashed #FFC239;
    padding-bottom: 5px;
}

section.section_worries .sales_text {
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
}

section.section_worries .sales_text .accent {
    border-bottom: 4px dashed #FFC239;
    padding-bottom: 5px;
}

section.section_common_cta {
    background: #0C3770;
    background-image: url(./image/contact_illust.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
}

section.section_common_cta .wrap {
    position: relative;
    padding: 47px 0 58px;
}

section.section_common_cta .catch {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1em;
    letter-spacing: .05em;
}

section.section_common_cta .catch .accent {
    color: #FFC239;
}

section.section_common_cta .human {
    position: absolute;
    width: 324px;
    right: 0;
    bottom: 0;
}

section.section_common_cta .flex_box {
    gap: 60px;
    align-items: flex-end;
}

section.section_common_cta .tel_box {
    background: url(./image/icon_tel.svg) no-repeat;
    background-position: 0;
    padding-left: 63px;
    line-height: 1.2;
}

section.section_common_cta .tel_box .tel {
    font-size: 42px;
}

section.section_risk {
    padding: 105px 0 110px;
    background: url(./image/grid.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

section.section_risk .risk_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 31px;
    margin-bottom: 50px;
}

section.section_risk .risk_list ul li {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 14px;
    padding: 24px 21px;
    align-items: center;
}

section.section_risk .risk_list ul li .picture {
    width: 190px;
}

section.section_risk .risk_list ul li .picture img {
    border-radius: 14px;
}

section.section_risk .risk_list ul li .text_box {
    width: calc(100% - 190px);
    padding-left: 33px;
}

section.section_risk .risk_list ul li .text_box .title {
    font-size: 20px;
    font-weight: 700;
}

section.section_risk .risk_list ul li .text_box .lead .accent {
    color: #AC1818;
}

section.section_risk .sales_text {
    text-align: center;
}

section.section_risk .sales_text .catch {
    font-size: 32px;
    font-weight: 700;
}

section.section_risk .sales_text .catch .accent {
    border-bottom: 4px dashed #FFC239;
    padding-bottom: 5px;
}

section.section_risk .sales_text .lead {
    font-size: 22px;
    margin-top: 29px;
}

section.section_solution {
    background: #EDF3FA;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

section.section_solution:after {
    content: "";
    width: 100vw;
    height: 283px;
    background: #EDF3FA;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -141px;
    transform: translateX(-50%);
    z-index: -1;
}

section.section_solution .solution_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px;
}

section.section_solution .solution_box .box {
    background: #F7F7F7;
    position: relative;
    padding: 35px 53px 48px 42px;
    border-radius: 14px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

section.section_solution .solution_box .box:nth-child(2) {
    background: #fff;
}

section.section_solution .solution_box .box .illust {
    position: absolute;
    left: 30px;
    top: -121px;
}

section.section_solution .solution_box .box:nth-child(2) .illust {
    top: -125px;
    left: auto;
    right: 10px;
}

section.section_solution .solution_box .box .title {
    font-size: 28px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto 23px;
    background: #0C3770;
    border-radius: 7px;
    color: #fff;
    padding: 0 32.5px;
    line-height: 53px;
    margin-bottom: 23px;

}

section.section_solution .solution_box .box:nth-child(2) .title {
    background: #FFC239;
    color: #000000;
}

section.section_solution .solution_box .box .lead {
    text-align: center;
    margin-bottom: 28px;
}

section.section_solution .solution_box .box ul {
    margin-bottom: 35px;
}

section.section_solution .solution_box .box ul li {
    text-align: center;
    border-bottom: 4px dashed #FFC239;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 2px;
}

section.section_solution .solution_box .box ul li+li {
    margin-top: .4em;
}

section.section_solution .solution_box .box .point_box {
    align-items: center;
}

section.section_solution .solution_box .box .point_box dl {
    width: calc(100% - 134px);
    padding-left: 35px;
    font-size: 19px;
    font-weight: 700;
}

section.section_solution .solution_box .box .point_box dl dt {
    background: #484848;
    width: 210px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 10px;
}

section.section_reason {
    padding: 256px 0 80.5px;
    background: url(./image/reason_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

section.section_reason .contents {
    background: #fff;
    padding: 53px 61px 70px;
    border-radius: 16px;
    width: 1000px;
    margin: 0 auto;
}

section.section_reason .contents .head_box {
    margin-bottom: 67px;
}

section.section_reason .contents .head_box .title {
    text-align: center;
    font-weight: 700;
}

section.section_reason .contents .head_box .title small {
    font-size: 32px;
    margin-bottom: 10px;
    display: inline-block;
}

section.section_reason .contents .head_box .title .square {
    width: 71px;
    height: 71px;
    line-height: 67px;
    background: #0C3770;
    display: inline-block;
    font-size: 50px;
    color: #fff;
    margin: 0 4px;
}

section.section_reason .contents .head_box .title .square.yellow {
    color: #FFC239;
}

section.section_reason .contents .list_box ol li+li {
    margin-top: 70px;
}

section.section_reason .contents .list_box ol li .picture {
    width: 337px;
}

section.section_reason .contents .list_box ol li:nth-child(even) .picture {
    order: -1;
}

section.section_reason .contents .list_box ol li .picture img {
    border-radius: 14px;
}

section.section_reason .contents .list_box ol li .text_box {
    width: calc(100% - 397px);
}


section.section_reason .contents .list_box ol li .text_box .title_box {
    position: relative;
}

section.section_reason .contents .list_box ol li .text_box .title_box .catch {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

section.section_reason .contents .list_box ol li .text_box .title_box .catch span {
    background: #FFC239;
    padding: 0 20px;
    line-height: 64px;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: .05em;
}

section.section_reason .contents .list_box ol li .text_box .title_box .catch span:first-child {
    margin-top: 0;
}

section.section_reason .contents .list_box ol li .text_box .title_box .num_text {
    color: #F5F5F5;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}

section.section_reason .contents .list_box ol li .text_box .title_box .num_text .jp {
    font-size: 32px;
}

section.section_reason .contents .list_box ol li .text_box .title_box .num_text .num {
    font-size: 122px;
    margin-left: 20px;
}

section.section_works {
    padding: 100px 0 200px;
    overflow: hidden;
}

section.section_works .slider_box .slick-list {
    overflow: visible;
    padding: 14px 0;
}

section.section_works .slider_box li.slide {
    width: 314px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 16px;
    border-radius: 14px;
    margin: 0 14px;
}

section.section_works .slider_box li.slide .picture {
    margin-bottom: 13px;
}

section.section_works .slider_box li.slide .picture img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 14px;
}

section.section_works .slider_box li.slide .text_box .label {
    font-size: 14px;
    font-weight: 700;
    color: #FFC239;
    border: 1px solid;
    border-radius: 1em;
    width: fit-content;
    padding: 3px 29px;
    margin-bottom: 10px;
}

section.section_works .slider_box li.slide .text_box .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.section_works .slider_box li.slide .text_box table {
    width: 100%;
    border-collapse: revert;
    border-spacing: 0 5px;
    font-size: 14px;
}

section.section_works .slider_box li.slide .text_box table th {
    width: 62px;
    background: #0C3770;
    color: #fff;
    text-align: center;
}

section.section_works .slider_box li.slide .text_box table td {
    padding-left: 10px;
}

section.section_works .slider_box .slick-dots {
    bottom: -80px;
}

section.section_works .slider_box .slick-dots li {
    margin: 0 3.5px;
}

section.section_works .slider_box .slick-dots li button {
    background: #707070;
    border-radius: 100%;
}

section.section_works .slider_box .slick-dots li.slick-active button {
    background: #FFC239;
}

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

section.section_works .slider_box .slick-arrow {
    top: calc(100% + 70px);
    background-size: cover;
    width: 65px;
    height: 65px;
    z-index: 2;
}

section.section_works .slider_box .slick-arrow:before {
    display: none;
}

section.section_works .slider_box .slick-prev {
    background: url(./image/arrow_prev.svg) no-repeat;
    left: 350px;
}

section.section_works .slider_box .slick-next {
    background: url(./image/arrow_next.svg) no-repeat;
    right: 350px;
}

section.section_form {
    padding: 100px 0;
}

section.section_form .campaignBox{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.section_form .contents {
    background: #F4F4F4;
    width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 50px 70px;
}

footer#main_footer {
    background: #0C3770;
    text-align: center;
    padding: 100px 0 50px;
}

footer#main_footer .logo{
    width: 360px;
    margin: auto;
    margin-bottom: 50px;
}

footer#main_footer .companyInfo {
    color: #fff;
    font-size: 12px;
    margin-bottom: 50px;
}

footer#main_footer .companyInfo h2{
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;x
}

footer#main_footer .companyInfo li {
    margin-bottom: 5px;
}

footer#main_footer .companyInfo li a{
    color: #fff;
    text-decoration: underline ;
    padding: 15px 0;
    display: block ;
}

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

section.section_faq {
    padding: 100px 0;
}

section.section_faq .contents {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 70px;
}

section.section_faq .contents dl{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
}

section.section_faq .contents dt{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}


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

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

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

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

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

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

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

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */

    section.section_fv {
        padding: 10vw 0 20vw;
    }

    section.section_fv .logo {
        margin-bottom: 20vw;
    }

    section.section_fv .logo img {
        width: 70vw;
    }

    section.section_fv .catch {
        font-size: 6.4vw;
        margin-bottom: 3vw;
    }

    section.section_fv .lead {
        font-size: 3.5vw;
        margin-bottom: 20vw;
    }

    .common_contact_box {
        margin: 0 auto;
    }

    .common_contact_box .title {
        font-size: 4vw;
        margin: 0 auto 2vw auto;
        padding: 0 4vw;
    }

    .common_contact_box .title:before,
    .common_contact_box .title:after {
        height: 5vw;
    }

    .common_contact_box .button a {
        width: 80vw;
        line-height: 13vw;
        font-size: 4.5vw;
        padding-left: 20vw;
        background-position: 10vw;
        background-size: 7vw;
    }

    .common_title_box {
        margin-bottom: 15vw;
    }

    .common_title_box .title {
        font-size: 5.2vw;
        padding-bottom: 6vw;
    }

    .common_title_box .title:before {
        width: 10vw;
        height: 2vw;
    }

    .common_title_box .lead {
        margin-top: 10vw;
        font-size: 3.5vw;
    }

    .common_title_box .label {
        width: 62vw;
        margin: 0 auto 3vw auto;
        font-size: 4vw;
        line-height: 10vw;
    
    }

    section.section_worries {
        padding: 20vw 0;
    }

    section.section_worries .worries_list .illust img {
        width: 70vw;
    }

    section.section_worries .worries_list ul {
        width: 100%;
        margin: 0 auto 10vw auto;
        padding: 5vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }

    section.section_worries .worries_list ul li {
        padding: 4vw;
    }

    section.section_worries .worries_list ul li .catch {
        font-size: 4.2vw;
        text-align: center;
    }

    section.section_worries .worries_list ul li .catch .accent,
    section.section_worries .sales_text .accent {
        padding-bottom: 1px;
        font-size: 4.8vw;
    }

    section.section_worries .sales_text {
        font-size: 4.5vw;
        text-align: center;
    }

    section.section_common_cta .wrap {
        padding: 10vw 0;
    }

    section.section_common_cta .catch {
        font-size: 5.5vw;
        text-align: center;
    }

    section.section_common_cta .human {
        display: none;
    }

    section.section_common_cta .flex_box {
        gap: 10vw;
        justify-content: center;
    }

    section.section_common_cta .tel_box {
        padding-left: 15vw;
        background-size: 10vw;
    }

    section.section_common_cta .tel_box .tel {
        font-size: 9vw;
    }

    section.section_common_cta .tel_box .time {
        font-size: 3vw;
    }

    section.section_risk {
        padding: 20vw 0;
        background-repeat: repeat;
        background-size: 200%;
    }

    section.section_risk .risk_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
        margin-bottom: 10vw;
    }

    section.section_risk .risk_list ul li {
        padding: 4vw;
    }

    section.section_risk .risk_list ul li .picture {
        width: 100%;
        margin-bottom: 4vw;
    }

    section.section_risk .risk_list ul li .picture img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    section.section_risk .risk_list ul li .text_box {
        width: 100%;
        padding-left: 0;
    }

    section.section_risk .risk_list ul li .text_box .title {
        font-size: 4.5vw;
        margin-bottom: .5em;
    }

    section.section_risk .sales_text .catch {
        font-size: 5vw;
    }

    section.section_risk .sales_text .catch .accent {
        padding-bottom: 1px;
        font-size: 5.3vw;
    }

    section.section_risk .sales_text .lead {
        font-size: 4vw;
        margin-top: 5vw;
    }

    section.section_solution {
        padding-top: 20vw;
    }

    section.section_solution:after {
        height: 30vw;
        bottom: -15vw;
    }

    section.section_solution .solution_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 30vw;
        margin-top: 30vw;
    }

    section.section_solution .solution_box .box {
        padding: 6vw 4vw;
    }

    section.section_solution .solution_box .box .illust {
        left: 50%;
        top: -22vw;
        transform: translateX(-50%);
    }

    section.section_solution .solution_box .box:nth-child(1) .illust img {
        width: 20vw;
    }

    section.section_solution .solution_box .box:nth-child(2) .illust img {
        width: 26vw;
    }

    section.section_solution .solution_box .box:nth-child(2) .illust {
        top: -23vw;
        left: 50%;
        right: auto;
    }

    section.section_solution .solution_box .box .title {
        font-size: 4.8vw;
        padding: 0 6vw;
        line-height: 13vw;
        margin-bottom: 4vw;
    }

    section.section_solution .solution_box .box .lead {
        margin-bottom: 8vw;
    }

    section.section_solution .solution_box .box ul {
        margin-bottom: 10vw;
    }

    section.section_solution .solution_box .box ul li {
        font-size: 4.5vw;
    }

    section.section_solution .solution_box .box ul li+li {
        margin-top: .4em;
    }

    section.section_solution .solution_box .box .point_box {
        align-items: center;
    }

    section.section_solution .solution_box .box .point_box .point_illust img {
        width: 20vw;
    }

    section.section_solution .solution_box .box .point_box dl {
        width: calc(100% - 20vw);
        padding-left: 4vw;
        font-size: 3.5vw;
    }

    section.section_solution .solution_box .box .point_box dl dt {
        width: auto;
        line-height: 10vw;
        margin-bottom: 2vw;
    }

    section.section_reason {
        padding: 30vw 0 20vw;
    }

    section.section_reason .contents {
        padding: 6vw 4vw;
        width: 100%;
    }

    section.section_reason .contents .head_box {
        margin-bottom: 12vw;
    }

    section.section_reason .contents .head_box .title small {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    section.section_reason .contents .head_box .title .square {
        width: 10vw;
        height: 10vw;
        line-height: 9.6vw;
        font-size: 6vw;
        margin: 1vw;
    }

    section.section_reason .contents .list_box ol li+li {
        margin-top: 15vw;
    }

    section.section_reason .contents .list_box ol li .picture {
        width: 100%;
        order: -1;
        margin-bottom: 4vw;
    }

    section.section_reason .contents .list_box ol li .picture img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
    
    section.section_reason .contents .list_box ol li:last-child .picture img {
        height: 100vw;
    }

    section.section_reason .contents .list_box ol li .text_box {
        width: 100%;
    }

    section.section_reason .contents .list_box ol li:last-child {
        margin-top: 30vw;
    }

    section.section_reason .contents .list_box ol li:last-child .text_box {
        width: 100%;
        text-align: center;
    }

    section.section_reason .contents .list_box ol li:last-child .text_box .title_box .num_text {
        top: -25vw;
    }

    section.section_reason .contents .list_box ol li .text_box .title_box .catch {
        font-size: 5.3vw;
        margin-bottom: 4vw;
    }

    section.section_reason .contents .list_box ol li .text_box .title_box .catch span {
        padding: 0 5vw;
        line-height: 12vw;
        margin-top: 1vw;
    }

    section.section_reason .contents .list_box ol li .lead {
        font-size: 3.6vw;
    }

    section.section_reason .contents .list_box ol li .text_box .title_box .num_text .jp {
        font-size: 6vw;
    }

    section.section_reason .contents .list_box ol li .text_box .title_box .num_text .num {
        font-size: 25vw;
        margin-left: 4vw;
    }

    section.section_works {
        padding: 20vw 0 30vw 0;
    }

    section.section_works .slider_box li.slide {
        width: 80vw;
        padding: 4vw;
        margin: 0 3vw;
    }

    section.section_works .slider_box li.slide .picture {
        margin-bottom: 4vw;
    }

    section.section_works .slider_box li.slide .picture img {
        height: 40vw;
    }

    section.section_works .slider_box li.slide .text_box .label {
        font-size: 3.3vw;
        padding: 1vw 3vw;
        margin-bottom: 2vw;
    }

    section.section_works .slider_box li.slide .text_box .title {
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    section.section_works .slider_box li.slide .text_box table {
        border-spacing: 0 1vw;
        font-size: 3.2vw;
    }

    section.section_works .slider_box li.slide .text_box table th {
        width: 15vw;
    }

    section.section_works .slider_box li.slide .text_box table td {
        padding-left: 3vw;
    }

    section.section_works .slider_box .slick-dots {
        bottom: -14vw;
    }

    section.section_works .slider_box .slick-dots li {
        margin: 0 3.5px;
    }

    section.section_works .slider_box .slick-dots li,
    section.section_works .slider_box .slick-dots li button {
        width: 3vw;
        height: 3vw;
    }

    section.section_works .slider_box .slick-arrow {
        top: 50%;
        width: 10vw;
        height: 10vw;
    }

    section.section_works .slider_box .slick-prev {
        left: 0;
        background-size: cover;
    }

    section.section_works .slider_box .slick-next {
        right: 0;
        background-size: cover;
    }

    section.section_form {
        padding: 20vw 0;
    }

    section.section_form .contents {
        width: 100%;
        padding: 6vw 4vw;
    }

    footer#main_footer {
        padding: 20vw 0;
    }
    
    footer#main_footer .logo {
        width: 80%;
    }
    
    section.section_faq {
        padding: 20vw 0 0;
    }
    
    section.section_faq .contents {
        width: 100%;
        padding: 6vw 4vw;
    }
    
    section.section_faq .contents dt {
        font-size: 4.5vw;
        margin-bottom: .5em;
    }
    
    section.section_form .campaignBox{
        width: 100%;
        margin-bottom: 10vw;
    }

}