@charset "UTF-8";

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

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    scroll-behavior: smooth;
}


body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

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_lr {
    width: 1340px;
    margin: 0 auto;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 60px 0;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

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

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

#page_contact #next_area {
    height: 0;
    overflow: hidden;
}

#page_contact #next_area.active,
#page_contact .mw_wp_form_preview #next_area,
#page_contact .mw_wp_form_error #next_area {
    height: auto;
    overflow: visible;
}

.mw_wp_form_preview #next_btn,
#page_contact .mw_wp_form_error #next_btn {
    display: none;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 85%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    /* border-right: solid 1px #dfdfdf; */
}


#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 15px;
    /* border-top: solid 1px #dfdfdf; */
    /* border-bottom: solid 1px #dfdfdf; */
    /* border-left: solid 1px #dfdfdf; */
    vertical-align: middle;
}

#page_contact table th {
    width: 35%;
    /* background: #f7f7f7; */
    /* white-space: nowrap; */
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #CBB26D;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    /* border: 1.2px solid #a4a4a4; */
    border-radius: 4px;
    padding: 2em;
    background-color: #E8E8E8;
}

#page_contact input.tel {
    padding: 2em 1em;
    width: 27%;
    /* border: 1.2px solid #a4a4a4; */
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 2em;
    height: 200px;
    /* border: 1.2px solid #a4a4a4; */
    background-color: #E8E8E8;
    border-radius: 4px;
}

#page_contact .attention {
    font-size: 12px;
}

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

#page_contact #btn_wrap button {
    background-color: #CBB26D;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 60px;
    border-radius: 45px;
    font-weight: 600;
    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;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

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

.contact_form_disc .text {
    margin-bottom: 10px;
}

.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: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 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;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

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


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

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.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-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

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

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    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;
    height: 10px;
    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 {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

#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: #ff8001;
    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 {
    margin-bottom: 40px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

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


.hd_logo {
    width: 120px;
}

.hd_tel p.txt01 {
    font-size: 14px;
    padding-left: 40px;
}

.hd_tel p.txt02 {
    font-size: 40px;
    font-weight: bold;
    color: #CB6D8B;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    background-image: url(/wp-content/uploads/2023/05/tel_icon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
}

.hd_tel p.txt02 span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    position: relative;
    bottom: 7px;
}

.hd_mail a {
    color: #CBB26D;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 250px;
    border: solid 2px #CBB26D;
    text-align: center;
    line-height: 60px;
    border-radius: 35px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.hd_area {
    align-items: center;
    padding: 8px 40px;
}

.mv_video video {
    width: 100%;
}

section.sec_about {
    padding-top: 150px;
    padding-bottom: 100px;
    /* background-image: url(/wp-content/uploads/2023/05/about_bg.png); */
    background-size: cover;
    position: relative;
}

.sec_about .h2_ttl h2 {
    width: 600px;
    margin: auto;
}

.sec_why .h2_ttl h2 {
    width: 880px;
    margin: auto;
}

.sec_reason .h2_ttl h2 {
    width: 990px;
    margin: auto;
}

.h2_ttl {
    text-align: center;
    margin-bottom: 50px;
}

p.about_txt01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

p.about_txt01 span {
    font-size: 32px;
    color: #CBB26D;
    background-image: radial-gradient(circle at center, #CBB26D 20%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1em 0.3em;
    /* 点の間隔とサイズ調整 */
    padding-top: .4em;
    /* 縦方向の位置調整 */
}

ul.nayami_ul li {
    width: 370px;
    border: solid 2px #FFE3EA;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    align-items: center;
    background-color: #fff;
}

ul.nayami_ul li .image {
    width: 40%;
}

ul.nayami_ul li .txt_box {
    width: 55%;
}

ul.nayami_ul li .txt_box p.txt {
    font-size: 18px;
    font-weight: bold;
}

ul.nayami_ul li .txt_box p.txt span {
    font-size: 22px;
    color: #CB6D8B;
    background-image: url(/wp-content/uploads/2023/05/underline01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 4px;
}

ul.nayami_ul {
    margin-bottom: 60px;
}

p.about_txt02 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

p.about_txt03 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

p.about_txt03 span {
    color: #CB6D8B;
    font-size: 28px;
    background-image: url(/wp-content/uploads/2023/05/underline01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 4px;
}

.about_txt04 {
    background: linear-gradient(to bottom, #D9BF76, #CBB26D);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
}

.about_txt04 span {
    font-size: 40px;
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    padding-top: 0.4em;
}

.hd_tel {
    margin-left: auto;
    margin-right: 30px;
}

.about_txt04 .woman_icon {
    width: 120px;
    position: absolute;
    left: 30px;
    bottom: -10px;
}

.sec_contact01 {
    background-image: url(/wp-content/uploads/2023/05/contact_bg.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_contact02 {
    background-color: #FAF8F0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec_contact01 .txt01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1.5px 1.5px 0 #CB6D8B, -1.5px -1.5px 0 #CB6D8B, -1.5px 1.5px 0 #CB6D8B, 1.5px -1.5px 0 #CB6D8B, 0px 1.5px 0 #CB6D8B, 0-1.5px 0 #CB6D8B, -1.5px 0 0 #CB6D8B, 1.5px 0 0 #CB6D8B;
    margin-bottom: 20px;
}

ul.contact_btn_ul li.mail_btn_li a {
    color: #CBB26D;
    background-color: #fff;
    font-weight: bold;
    font-size: 22px;
    display: block;
    width: 340px;
    border: solid 2px #CBB26D;
    text-align: center;
    line-height: 90px;
    border-radius: 55px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

ul.contact_btn_ul li.mail_btn_li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #CBB26D;
    border-right: 2px solid #CBB26D;
    transform: rotate(45deg);
    position: absolute;
    top: 40px;
    right: 20px;
}

li.sindan_btn_li p.txt02 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

li.sindan_btn_li p.txt02 span {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFDF86 30%);
}

a.sindan_btn {
    color: #fff;
    background-color: #CBB26D;
    font-weight: bold;
    font-size: 22px;
    display: block;
    width: 340px;
    padding: 14.5px;
    border: solid 2px #CBB26D;
    text-align: center;
    line-height: 90px;
    border-radius: 55px;
    position: relative;
}

.sindan_btn_flex {
    padding: 0 17px;
    align-items: center;
    line-height: initial;
}

.sindan_btn_flex_01 .span01 {
    color: #CBB26D;
    background-color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    border-radius: 20px;
}

.sindan_btn_flex_01 .span02 {
    font-size: 24px;
    margin-right: 2px;
}

.sindan_btn_flex_01 {
    font-size: 14px;
}

.sindan_btn_flex_02 {
    width: 9px;
    margin-left: 12px;
    margin-right: 12px;
}

ul.contact_btn_ul {
    align-items: flex-end;
    width: 770px;
    margin: auto;
}

li.sindan_btn_li a.sindan_btn:hover:after {
    border-top: 2px solid #CBB26D;
    border-right: 2px solid #CBB26D;
}

li.sindan_btn_li a.sindan_btn:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 40px;
    right: 20px;
}

li.sindan_btn_li {
    position: relative;
}

li.sindan_btn_li:before {
    content: "";
    display: block;
    width: 28px;
    height: 44px;
    background-image: url(/wp-content/uploads/2023/05/dot_L.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: -40px;
}

li.sindan_btn_li:after {
    content: "";
    display: block;
    width: 28px;
    height: 44px;
    background-image: url(/wp-content/uploads/2023/05/dot_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: -40px;
}

.sec_contact02 .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.sec_contact02 .txt03 {
    font-size: 40px;
    font-weight: bold;
    color: #CB6D8B;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    background-image: url(/wp-content/uploads/2023/05/tel_icon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    width: 350px;
    margin: auto;
}

.sec_contact02 .txt04 {
    font-size: 14px;
    text-align: center;
}

section.sec_contact {
    position: relative;
}

.sec_contact_woman {
    position: absolute;
    width: 190px;
    bottom: 0;
    left: calc(50% - 590px);
}

.sec_contact_man {
    position: absolute;
    width: 200px;
    bottom: 0;
    right: calc(50% - 610px);
}

section.sec_why {
    background-image: url(/wp-content/uploads/2023/05/reason_bg.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why_image {
    width: 160px;
    margin-left: 0px;
    margin-bottom: -40px;
}

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

.why_arrow img {
    width: 80px;
}

.why_txt {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.why_txt .txt01 {
    font-weight: bold;
    font-size: 32px;
}

.why_txt .txt01 span {
    font-size: 40px;
    color: #CBB26D;
    background-image: radial-gradient(circle at center, #CBB26D 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.4em;
}

.why_txt .txt03 {
    font-size: 40px;
    font-weight: bold;
    color: #CB6D8B;
    text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, 0-1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
}

.why_txt .txt03 span {
    background-image: url(/wp-content/uploads/2023/05/yellow_underline.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
}

.why_txt:before {
    content: "";
    display: block;
    width: 60px;
    height: 65px;
    background-image: url(/wp-content/uploads/2023/05/star_icon.png);
    background-size: cover;
    position: absolute;
    left: 140px;
}

.why_txt:after {
    content: "";
    display: block;
    width: 40px;
    height: 45px;
    background-image: url(/wp-content/uploads/2023/05/star_icon.png);
    background-size: cover;
    position: absolute;
    top: -50px;
    right: 200px;
}

section.sec_flow {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_flow_area {
    position: relative;
}

.flow_woman {
    position: absolute;
    width: 190px;
    bottom: 0;
    right: -50px;
}

section.sec_reason {
    background-image: url(/wp-content/uploads/2023/05/bg_reason02.png);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;
}

.sub_ttl {
    width: 420px;
    margin: 0 auto 20px;
}

.sub_ttl img {
    width: 100%;
}

ul.reason_ul li {
    width: 550px;
    background-color: #fff;
    border: solid 2px #FFE3EA;
    border-radius: 10px;
    padding: 0 50px 40px;
}

ul.reason_ul li .num {
    background-color: #CB6D8B;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    margin: -50px auto 0;
}

ul.reason_ul li .num span {
    font-size: 30px;
    display: block;
    line-height: 1;
}

ul.reason_ul li .image img {
    height: 120px;
}

ul.reason_ul li .image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3.reason_h3 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    height: 110px;
}

h3.reason_h3 span {
    background-image: url(/wp-content/uploads/2023/05/yellow_underline.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 3px;
}

ul.reason_ul li:nth-child(2) h3 {
    padding-top: 30px;
}

ul.reason_ul li p.txt {
    font-size: 18px;
}

ul.reason_ul li p.txt span {
    font-size: 22px;
    font-weight: bold;
    color: #CB6D8B;
}

section.sec_voice {
    padding-top: 100px;
}

section.sec_voice .h2_ttl h2 {
    width: 1000px;
    margin: auto;
}

p.voice_txt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

ul.voice_ul li {
    width: 550px;
    height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    padding: 50px 55px 30px 250px;
}

ul.voice_ul li:nth-child(1) {
    background-image: url(/wp-content/uploads/2023/05/voice01.png);
}

ul.voice_ul li:nth-child(2) {
    background-image: url(/wp-content/uploads/2023/05/voice02.png);
}

ul.voice_ul li:nth-child(3) {
    background-image: url(/wp-content/uploads/2023/05/voice03.png);
}

ul.voice_ul li:nth-child(4) {
    background-image: url(/wp-content/uploads/2023/05/voice04.png);
}

ul.voice_ul li h3.ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #CB6D8B;
}

ul.voice_ul li p.txt {
    font-size: 15px;
}

section.sec_hikaku {
    background-image: url(/wp-content/uploads/2023/05/bg_hikaku.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.sec_hikaku .h2_ttl h2 {
    width: 590px;
    margin: auto;
}

table.hikaku_table {
    width: 100%;
    border-collapse: separate;
}

table.hikaku_table th {
    position: relative;
    text-align: center;
    padding: 30px 15px;
}

table.hikaku_table th h3 {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
}

table.hikaku_table th p.txt {
    font-size: 13px;
    color: #fff;
}

table.hikaku_table th.th01:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 13px solid #88b2d0;
}

table.hikaku_table th.th02:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 13px solid #5fa05e;
}

table.hikaku_table th.th03:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 13px solid #9a87bc;
}

table.hikaku_table th.th01 {
    background-color: #89B2D0;
    width: 315px;
    border-radius: 10px 0 0 0;
}

table.hikaku_table th.th02 {
    background-color: #5EA05E;
    width: 315px;
}

table.hikaku_table th.th03 {
    background-color: #9A87BC;
    width: 315px;
    border-radius: 0 10px 0 0;
}

table.hikaku_table td {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    padding: 28px 0;
    font-size: 16px;
}

table.hikaku_table tr:nth-child(2n) td {
    background-color: #F7F0DC;
}

table.hikaku_table tr:nth-child(2n+1) td {
    background-color: #FAF8F0;
}

td.bg_sankaku {
    background-image: url(/wp-content/uploads/2023/05/sankaku_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
}

td.bg_maru {
    background-image: url(/wp-content/uploads/2023/05/maru_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
}

td.bg_batu {
    background-image: url(/wp-content/uploads/2023/05/batu_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
}

td.bg_line {
    background-image: url(/wp-content/uploads/2023/05/line_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
}

section.sec_faq {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.sec_faq .h2_ttl h2 {
    width: 590px;
    margin: auto;
}

dl.faq_dl {
    box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.05);
    border: solid 2px #FFE3EA;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

dl.faq_dl dt span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #F0B9C7;
    margin-right: 30px;
}

dl.faq_dl dt {
    color: #F0B9C7;
    font-size: 23px;
    border-bottom: solid 2px #DBDBDB;
    margin-bottom: 20px;
    align-items: center;
}

dl.faq_dl dd span {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #CBB26D;
    margin-right: 30px;
}

dl.faq_dl dd {
    align-items: flex-end;
}

dl.faq_dl dd .R {
    width: 93%;
}

section.sec_form {
    background-image: url(/wp-content/uploads/2023/05/bg_contact.png);
    padding-top: 100px;
    padding-bottom: 100px;
}

section.sec_form h2 {
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 35px;
    border-radius: 10px;
    position: relative;
    width: 580px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #F0B9C7;
    margin: -160px auto 60px;
}

section.sec_form h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 17px solid #ffffff;
}

footer#top_footer {
    background-image: url(/wp-content/uploads/2023/05/bg_footer.png);
    background-size: cover;
    padding-top: 70px;
    position: relative;
    padding-bottom: 170px;
}

.ft_info {
    width: 315px;
}

.ft_info .ft_logo {
    width: 150px;
    margin-bottom: 10px;
}

.ft_info .txt01 {
    font-size: 14px;
    margin-bottom: 10px;
}

.ft_info .txt02 {
    font-size: 40px;
    font-weight: bold;
    color: #CB6D8B;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    background-image: url(/wp-content/uploads/2023/05/tel_icon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    margin-bottom: 10px;
}

.ft_info .txt03 {
    font-size: 12px;
    margin-left: 36px;
}

.ft_contact {
    margin-right: 40px;
}

.ft_woman {
    position: absolute;
    width: 120px;
    bottom: 0;
    right: calc(50% - 630px);
}

address.ft_address {
    background-color: #D69EAC;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

.fix_contact {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    border: solid 2px #cbb26d;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 12px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.fix_contact .image {
    width: 80%;
    margin: -40px auto 10px;
    padding: 0px;
}

.fix_contact a.sindan_btn {
    width: 290px;
    margin: 0 auto 20px;
}

.fix_contact.fixed {
    display: block;
    transition: 1s;
}

.hikaku_table_area {
    position: relative;
}

.building_img {
    position: absolute;
    width: 120px;
    top: 20px;
    left: 40px;
}

.why_txt .txt02 {
    font-size: 19px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec_contact02 .txt03 a {
    color: #CB6D8B;
}

.hd_mail a:hover {
    background-color: #CBB26D;
    color: #fff;
    transition: 0.2s;
}

ul.contact_btn_ul li.mail_btn_li a:hover {
    background-color: #CBB26D;
    color: #fff;
    transition: 0.2s;
}

ul.contact_btn_ul li.mail_btn_li a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 0.2s;
}

ul.voice_ul li .image {
    overflow: hidden;
    border-radius: 10px;
    width: 70%;
    margin: 0 auto 20px;
}

.hd_area {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.mv_video {
    /* padding-top: 80px; */
}

a.sindan_btn:hover {
    background-color: #fff;
    color: #CBB26D;
    transition: 0.2s;
}

a.sindan_btn:hover .sindan_btn_flex_01 .span01 {
    color: #fff;
    background-color: #CBB26D;
    transition: 0.2s;
}

li.sindan_btn_li a:hover .sindan_btn:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

a.sindan_btn:hover .sindan_btn_flex_02 img {
    opacity: 0;
}

a.sindan_btn:hover .sindan_btn_flex_02 {
    background-image: url(/wp-content/uploads/2023/05/sindan_btn_arrow_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.2s;
}

.contact_box {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

div#sec_form {
    padding-top: 200px;
    margin-top: -200px;
}

.common_page_main {
    padding-top: 120px;
}

h1.title {
    background-color: #CB6D8B;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 35px;
    border-radius: 10px;
    position: relative;
    width: 580px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin: auto;
}

h1.title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 17px solid #CB6D8B;
}

#next_btn a {
    background-color: #CBB26D;
    color: #fff;
    font-weight: bold;
    width: 400px;
    margin: auto;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    line-height: 2.5;
    margin-bottom: 60px;
    display: block;
}

p.closeBtnHat {
    display: none;
}

.page-id-473 .switchDetail {
    display: block !important;
}

.page-id-473 .next_btn {
    display: none !important;
}

.page-id-471,
.page-id-473 {
    background-color: #ffedf3;
}

.page-id-473 .table_02 {
    margin-top: -50px !important;
}

/* 追加CSS PC */

.page-id-536 #pc_header {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.page-id-536 #pc_header.active {
    opacity: 1;
    visibility: visible;
}

.fix_contact .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -13px;
    left: -12px;
    border-radius: 50%;
    background: #cbb26d;
    z-index: 1;
}

.fix_contact.active {
    opacity: 1;
    visibility: visible;
}

.fix_contact .close::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 2px;
    height: 15px;
    margin: auto;
    transform: rotate(45deg);
}

.fix_contact .close::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 2px;
    height: 15px;
    margin: auto;
    transform: rotate(-45deg);
}

.ft_info .txt02 a {
    color: #cb6d8b;
}

/* メインビジュアル　PC */

#top_mv .inner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#top_mv .text_area {
    width: fit-content;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

#top_mv .price_area {
    width: 250px;
}

#top_mv {
    position: relative;
    padding: 120px 0 0;
    background: url(/wp-content/uploads/2023/09/mv_bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#top_mv .text_area .caremane {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative;
    width: fit-content;
    margin: auto;
}

#top_mv .text_area .free_ask {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .1em;
    background: #cbb26d;
    padding: 20px 80px;
    color: #fff;
    border-radius: 61px;
    line-height: 1.3;
    margin-top: 5px;
}

#top_mv .text_area .free_ask .color {
    font-size: 40px;
    color: #ffebb4;
}

#top_mv .text_area .leave {
    margin-top: 27px;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #cb6d8b;
    line-height: 1;
}

#top_mv .text_area .leave img {
    width: 123px;
    margin-right: 10px;
}

#top_mv .inner_wrap .contents_area .text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .08em;
}

#top_mv .inner_wrap .contents_area .text .bg {
    background: #cb6d8b;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
}

#top_mv .inner_wrap .contents_area .text+.text {
    margin-top: 14px;
}

#top_mv .inner_wrap .contents_area .size {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 10px;
}

#top_mv .text_area::before {
    content: "";
    position: absolute;
    left: -37px;
    right: 0;
    margin: auto;
    bottom: -144px;
    width: 650px;
    height: 650px;
    background: url(/wp-content/uploads/2023/09/mv_text_area_bg.png) center no-repeat;
    background-size: contain;
}

#top_mv .text_area>* {
    position: relative;
}

#top_mv .wrap_lr {
    position: relative;
}

#top_mv .img {
    width: 565px;
    position: absolute;
    left: 16px;
    bottom: 0;
}

#top_mv .img.man {
    left: auto;
    right: 17px;
    width: 350px;
}

#top_mv .text_area .free_ask::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 15px 0 15px;
    border-color: #cbb26d transparent transparent transparent;
    bottom: -21px;
}

.free_banner {
    position: absolute;
    right: 50px;
    top: -21px;
    width: 330px;
    background: #CBB26D;
    border-radius: 60px;
    transition: .3s;
}

.free_banner a {
    display: flex;
    color: #fff;
    font-size: 22px;
    justify-content: center;
    font-weight: 600;
    line-height: 1.5;
    column-gap: 35px;
    padding: 20px 0;
    letter-spacing: .08em;
    text-align: center;
    align-items: center;
    transition: .3s;
}

.free_banner .easy {
    font-size: 15px;
    background: #fff;
    border-radius: 40px;
    color: #cbb26d;
    margin-bottom: 2px;
}

.free_banner a::before {
    content: "";
    position: absolute;
    left: 120px;
    background: url(/wp-content/uploads/2023/09/deco_line.png) center no-repeat;
    background-size: contain;
    width: 10px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.free_banner:hover {
    opacity: .8;
}

#top_mv .text_area .caremane::before,
#top_mv .text_area .caremane::after {
    content: "";
    position: absolute;
    left: -27px;
    width: 3px;
    height: 31px;
    background: #000;
    transform: rotate(-45deg);
    top: 5px;
}

#top_mv .text_area .caremane::after {
    left: auto;
    right: -27px;
    transform: rotate(45deg);
}

@media (max-width: 750px) {

    .wrap,
    .wrap_lr {
        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: 13px;
        line-height: 1.5;
        padding-top: 55px;
        overflow: hidden;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 10vw 0 20vw;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_btn {
        width: 80%;
        line-height: 12vw;
    }

    .common_btn:hover {
        opacity: 1;
    }

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

    /* 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: 12px;
        line-height: 0;
    }

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

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

    #sp_header .mail {
        right: 10px;
        top: 8px;
        font-size: 25px;
        width: 40px;
    }

    #sp_header .tel {
        right: 60px;
        top: 8px;
        font-size: 20px;
        width: 40px;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    /* 追記 */
    #page_contact .catch {
        border: .8vw solid #CB6D8B;
        border-radius: 10px;
        background-color: #fff;
        padding: 4vw 0;
    }

    #page_contact .catch .text {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: .05em;
        font-weight: 700;
        text-align: center;
    }

    #page_contact .catch .text:nth-child(1) {
        text-decoration: underline;
        text-decoration-color: #FFDF86;
        text-decoration-thickness: 1.5vw;
        font-size: 4.8vw;
        line-height: 1.8;
        letter-spacing: .05em;
    }

    #page_contact .detail_area {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin: 5vw 0;
    }

    #page_contact .detail_area .img {
        width: 43vw;
    }

    #page_contact .detail_area .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page_contact .detail_area .text_box {
        width: 43vw;
        text-align: center;
    }

    #page_contact .detail_area .text_box .text {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: .05em;
        font-weight: 700;
    }

    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 6vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw 6vw 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }


    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

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

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
        margin-left: 12px;
    }

    #page_contact table {
        /* border-bottom: solid 1px #dfdfdf; */
    }

    #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;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

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

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

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }


    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2vw;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        background: #333;
        margin: auto;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;


    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

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



    .sec_about .h2_ttl h2 {
        width: 100%;
    }

    section.sec_about {
        padding-top: 30vw;
        padding-bottom: 50px;
    }

    ul.nayami_ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.nayami_ul li .txt_box p.txt {
        font-size: 4.1vw;
    }

    ul.nayami_ul li .txt_box p.txt span {
        font-size: 5vw;
    }

    ul.nayami_ul {
        margin-bottom: 20px;
    }

    p.about_txt02 {
        font-size: 3.5vw;
        margin-bottom: 10px;
    }

    p.about_txt03 {
        font-size: 6vw;
    }

    p.about_txt03 span {
        font-size: 6.5vw;
    }

    .about_txt04 {
        font-size: 4.6vw;
        padding: 6%;
    }

    .about_txt04 .woman_icon {
        display: none;
    }

    .about_txt04 span {
        font-size: 7vw;
        line-height: 2;
    }

    p.about_txt01 {
        font-size: 5vw;
    }

    p.about_txt01 span {
        font-size: 7vw;
        line-height: 1.8;
    }

    li.sindan_btn_li:before {
        left: 0;
    }

    li.sindan_btn_li:after {
        right: 0;
    }

    .sec_contact01 {
        padding-bottom: 10px;
    }

    section.sec_why {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .sec_why .h2_ttl h2 {
        width: 100%;
    }

    .why_image {
        width: 30%;
        margin-bottom: 10px;
    }

    .h2_ttl {
        margin-bottom: 30px;
    }

    .why_txt:before {
        top: -50px;
        left: 0;
        width: 30px;
        height: 30px;
    }

    .why_txt:after {
        right: 0;
    }

    .why_txt .txt01 {
        font-size: 7.3vw;
        margin-bottom: 10px;
    }

    .why_txt .txt01 span {
        font-size: 8.8vw;
    }

    .why_txt .txt02 {
        text-align: left;
        font-size: 15px;
        line-height: 2;
    }

    .why_txt .txt03 {
        font-size: 8.9vw;
    }

    section.sec_flow {
        padding-top: 0;
        padding-bottom: 0;
    }

    .flow_woman {
        display: none;
    }

    section.sec_flow .wrap {
        max-width: 100%;
    }

    section.sec_reason {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .sub_ttl {
        width: 100%;
    }

    .sec_reason .h2_ttl h2 {
        width: 100%;
        margin-bottom: 70px;
    }

    ul.reason_ul li {
        width: 100%;
        padding: 0 30px 30px;
        margin-bottom: 80px;
    }

    h3.reason_h3 {
        font-size: 6.5vw;
        margin-bottom: 20px;
        height: initial;
    }

    ul.reason_ul li p.txt {
        font-size: 16px;
    }

    ul.reason_ul li p.txt span {
        font-size: 18px;
    }

    .fix_contact {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .fix_contact .image {
        width: 62%;
        margin-bottom: 5px;
    }

    .fix_contact a.sindan_btn {
        width: 92%;
        padding: 9px;
        margin-bottom: 10px;
    }

    .fix_contact .sindan_btn_flex_01 .span01 {
        font-size: 12px;
    }

    .fix_contact .sindan_btn_flex_01 .span02 {
        font-size: 16px;
    }

    .fix_contact .sindan_btn_flex_02 {
        width: 6px;
    }

    .fix_contact .sindan_btn_flex_03 {
        font-size: 21px;
    }

    ul.reason_ul li:nth-child(2) h3 {
        padding-top: 0;
    }

    section.sec_voice {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.sec_voice .h2_ttl h2 {
        width: 100%;
    }

    ul.voice_ul li {
        width: 100%;
        background-image: none !important;
        height: auto;
        border: solid 2px #FFE3EA;
        border-radius: 10px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        padding: 15px;
        margin-bottom: 20px;
    }

    section.sec_hikaku {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.sec_hikaku .h2_ttl h2 {
        width: 100%;
    }

    .js-scrollable {
        overflow-x: scroll;
    }

    table.hikaku_table {
        width: 205vw;
    }

    table.hikaku_table th.th01 {
        width: 60vw;
    }

    table.hikaku_table th.th02 {
        width: 60vw;
    }

    table.hikaku_table th.th03 {
        width: 60vw;
    }

    table.hikaku_table th p.txt br {
        display: none;
    }

    table.hikaku_table td {
        padding: 20px 5px;
        font-size: 13px;
    }

    table.hikaku_table td br {
        display: none;
    }

    section.sec_faq {
        padding-top: 50px;
    }

    section.sec_faq .h2_ttl h2 {
        width: 100%;
    }

    dl.faq_dl {
        padding: 20px;
    }

    dl.faq_dl .L {
        width: 100%;
        text-align: center;
    }

    dl.faq_dl dd .R {
        width: 100%;
    }

    dl.faq_dl dd span {
        margin-right: 0;
    }

    dl.faq_dl dt span {
        margin-right: 0;
    }

    section.sec_form h2 {
        width: 80%;
        font-size: 5vw;
    }

    .ft_info {
        width: 100%;
    }

    .ft_info .ft_logo {
        width: 30%;
        margin: 0 auto 20px;
    }

    .ft_info .txt01 {
        text-align: center;
    }

    .ft_info .txt03 {
        margin-left: 0;
        text-align: center;
    }

    .ft_contact {
        display: none;
    }

    .sec_contact01 .txt01 {
        font-size: 5.4vw;
    }

    ul.contact_btn_ul {
        width: 100%;
    }

    ul.contact_btn_ul li.mail_btn_li a {
        width: 100%;
    }

    ul.contact_btn_ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    a.sindan_btn {
        width: 100%;
    }

    .sindan_btn_flex {
        justify-content: center;
    }

    ul.voice_ul li .image {
        overflow: hidden;
        border-radius: 10px;
        width: 70%;
        margin: 0 auto 20px;
    }

    div#sec_form {
        padding-top: 80px;
        margin-top: -80px;
    }

    .sec_contact_woman {
        display: none;
    }

    .sec_contact_man {
        display: none;
    }

    .ft_woman {
        display: none;
    }

    h1.title {
        width: 90%;
        font-size: 4vw;
    }

    .common_page_main {
        padding-top: 70px;
    }

    #next_btn a {
        width: 80%;
    }

    .mv_video {
        padding-top: 0px;
    }

    .sec_contact02 .txt03 {
        font-size: 10.3vw;
        background-size: 10%;
    }

    dl.faq_dl dt {
        padding-bottom: 10px;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .ft_info .txt02 {
        font-size: 9vw;
        text-align: center;
        padding-left: 0;
        background-position: 8vw;
        background-size: 8vw;
    }

    .fix_contact .close {
        left: auto;
        right: 0;
    }

    .ft_info .txt02 {
        font-size: 30px;
        text-align: center;
        padding-left: 0;
    }

    /* メインビジュアル SP */

    #top_mv {
        padding: 17vw 0 22vw;
    }

    #top_mv .text_area .caremane {
        font-size: 5vw;
    }

    #top_mv .text_area .free_ask {
        font-size: 5vw;
        letter-spacing: .05em;
        padding: 2vw;
    }

    #top_mv .text_area .free_ask .color {
        font-size: 6vw;
    }


    #top_mv .price_area {
        width: 40vw;
        margin: auto;
    }

    #top_mv .inner_wrap .contents_area .text {
        font-size: 4vw;
    }

    #top_mv .inner_wrap .contents_area .text .bg {
        margin-right: 1vw;
        padding: 2vw;
    }

    #top_mv .inner_wrap {
        /* display: block; */
        margin-top: 1vw;
    }

    #top_mv .inner_wrap .contents_area .size {
        font-size: 6vw;
        line-height: 1;
    }

    #top_mv .inner_wrap .contents_area .text+.text {
        margin-top: 4vw;
    }

    #top_mv .text_area .leave {
        font-size: 5vw;
        letter-spacing: .02em;
        margin-top: 4vw;
    }

    #top_mv .text_area .leave img {
        width: 24vw;
        margin-right: 1vw;
    }

    #top_mv .text_area .free_ask::before {
        border-width: 18px 10px 0 10px;
        bottom: -4vw;
    }

    #top_mv .text_area .free_ask::before {
        border-width: 18px 10px 0 10px;
        bottom: -4vw;
    }

    #top_mv .text_area::before {
        width: 95vw;
        left: -5vw;
        height: 95vw;
        bottom: 0;
    }

    #top_mv .img {
        width: 41vw;
        left: -7vw;
        bottom: -26vw;
    }

    #top_mv .img.man {
        width: 27vw;
        right: -10vw;
        bottom: -27vw;
    }

    .free_banner {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .free_banner a {
        font-size: 5vw;
        column-gap: 14vw;
        letter-spacing: .1em;
        padding: 3vw 0;
    }

    .free_banner .easy,
    .free_banner .seconds {
        font-size: 4.6vw;
        display: inline-block;
    }

    .free_banner .easy {
        padding: 1vw 2vw;
        font-size: 3.5vw;
    }

    .free_banner a::before {
        left: 45vw;
        height: 11vw;
        width: 2vw;
    }

    #top_mv .text_area .caremane::before,
    #top_mv .text_area .caremane::after {
        height: 7vw;
        width: 2px;
        top: 0;
        left: -5vw;
    }

    #top_mv .text_area .caremane::after {
        right: -5vw;
        left: auto;
    }



}