@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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.font_en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

body {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1240px;
}

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


/* 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: 365px 1fr;
    align-items: center;
}

.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: 20px;
    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: 18px;
    font-weight: 700;
    padding: 0.2em 0.9em;
}

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

.common_contact_form .form_box dl dt .label.ninni {
    background: #9b9b9b;
    color: #fff;
}

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

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

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

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

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

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

.section_contact_form .cont .form_box #btn_wrap button {
    background-color: #c0442a;
    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;
}

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

.section_contact_form .cont .form_box #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 a {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

.section_contact_form .cont .form_box .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

.section_contact_form .cont .form_box .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    font-weight: 500;
}

.section_contact_form .cont .form_box .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;
}

.section_contact_form .cont .form_box .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.section_contact_form .cont .form_box .thanks_textArea .contact_text .space {
    display: block;
}

.section_contact_form .cont .form_box .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;
}

header#main_header {
    height: 110px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

header#main_header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #282d49;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

header#main_header.active:before {
    opacity: 1;
}

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

header#main_header .logo {
    width: 300px;
}

header#main_header .tel_box {
    color: #fff;
    line-height: 1;
    margin-right: 48px;
}

header#main_header .tel_box .tel {
    font-size: 42px;
    margin-bottom: 7px;
}

header#main_header .tel_box .tel small {
    font-size: 30px;
    margin-right: 5px;
}

header#main_header .tel_box .time {
    font-size: 12px;
}

header#main_header .common_button.mail {
    margin-right: 20px;
}

.common_button a {
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    width: 220px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    transition: .3s;
}

.section_common_contact .common_button a {
    width: 300px;
    font-size: 19px;
    justify-content: center;
    padding-right: 50px;
    line-height: 75px;
}

.section_common_contact .common_button.mail a {
    box-shadow: 0 7px 0 #a33423;
}

.section_common_contact .common_button.line a {
    box-shadow: 0 7px 0 #009d40;
}

.section_common_contact .common_button a .arrow {
    width: 18px;
    height: 18px;
}

.section_common_contact .common_button a .arrow:before {
    left: 7px;
    top: 5px;
}

.section_common_contact .common_button.mail a .icon {
    margin-right: 20px;
}

.section_common_contact .common_button.line a .icon {
    margin-right: 10px;
}

.section_common_contact .common_button.mail a .icon img {
    width: 23px;
}

.section_common_contact .common_button.line a .icon img {
    width: 39px;
}

.common_button.mail a {
    background: #c0442a;
    box-shadow: 0 5px 0 #a33423;
}

.common_button.line a {
    background: #10c455;
    box-shadow: 0 5px 0 #009d40;
}

.common_button.mail a .icon img {
    width: 20px;
}

.common_button.mail a .icon {
    margin-right: 10px;
}

.common_button.line a .icon {
    margin-right: 5px;
}

.common_button a .icon img {
    vertical-align: middle;
}

.common_button a .arrow {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.common_button a .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #555555;
    border-right: 0;
    position: absolute;
    left: 6.22px;
    top: 3.7px;
}

.common_button.mail a .arrow:before {
    border-left: 4px solid #c0442a;   
}

.common_button.line a .arrow:before {
    border-left: 4px solid #5ac363;   
}

.section_main_visual {
    height: 830px;
    background: url(/kojin/wp-content/themes/child/image/main_visual.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_main_visual .wrap {
    position: relative;
    padding-top: 155px;
    height: 100%;
}

.section_main_visual .check_list {
    gap: 0;
    margin-bottom: 25px;
    gap: 40px;
}

.section_main_visual .check_list li {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.section_main_visual .check_list li span {
    width: 55px;
    height: 55px;
    line-height: 51px;
    background: #282d49;
    color: #fff;
    display: inline-block;
    border: 1px solid;
}

.section_main_visual .check_list li:nth-child(2) span {
    background: #fff;
    color: #282d49;
    border-width: 2px;
}

.section_main_visual .lead {
    color: #fff;
    width: 520px;
    text-align: center;
    font-size: 23px;
    border-top: 3px solid;
    margin-bottom: 40px;
    background-image: url(/kojin/wp-content/themes/child/image/border_title_white.svg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
    letter-spacing: .1em;
}

.section_main_visual .catch_copy {
    color: #fff;
    font-size: 54px;
    margin-bottom: 54px;
}

.section_main_visual .catch_copy small {
    font-size: 46px;
    margin: 0 -.1em;
}

.section_main_visual .catch_copy .accent {
    color: #d1d471;
    font-size: 64px;
    position: relative;
}

.section_main_visual .catch_copy .accent:before {
    content: "・・・・・";
    position: absolute;
    left: .5em;
    top: -1em;
    font-size: 40px;
    letter-spacing: .5em;
}

.section_main_visual .human {
    width: 424px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(-1,1);
}

.section_main_visual .features_list {
    gap: 27px;
    position: relative;
    z-index: 2;
}

.section_worries {
    padding-bottom: 150px;
}

.section_worries .head_box {
    position: relative;
    margin-bottom: 150px;
    padding-top: 120px;
    padding-bottom: 130px;
    background: #f1f1f1;
    background-image: url(/kojin/wp-content/themes/child/image/polygon_2.webp);
    background-size: cover;
    background-position: center;
}

.section_worries .head_box .title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #282d49;
    margin-bottom: 60px;
}

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

.section_worries .head_box .title .accent {
    background: #282d49;
    color: #fff;
    font-size: 28px;
    padding: .2em .5em;
    display: inline-block;
    margin-left: .5em;
    margin-bottom: .2em;
}

.section_worries .head_box .cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 42px;
}

.section_worries .head_box .cont .box {
    background: #fff;
    border-radius: 10px;
}

.section_worries .head_box .cont .box:nth-child(1) {
    background-image: url(/kojin/wp-content/themes/child/image/illust_victim.svg);
    background-position: bottom 19px right 50px;
    background-repeat: no-repeat;
}

.section_worries .head_box .cont .box:nth-child(2) {
    background-image: url(/kojin/wp-content/themes/child/image/illust_perpetrator.svg);
    background-position: bottom 24px right 36px;
    background-repeat: no-repeat;
}

.section_worries .head_box .cont .box .in_title {
    background: #d0c135;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 21px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.section_worries .head_box .cont .box:nth-child(2) .in_title {
    background: #ac623d;
}

.section_worries .head_box .cont .box .in_title small {
    font-size: 17px;
}

.section_worries .head_box .cont .box .in_title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 18px 0px 18px;
    border-color: #d0c135 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
}

.section_worries .head_box .cont .box:nth-child(2) .in_title:before {
    border-color: #ac623d transparent transparent transparent;
}

.section_worries .head_box .cont .box ul {
    padding: 60px 38px 50px 38px;
    border: 2px solid #d0c135;
    border-radius: 0 0 10px 10px;
}

.section_worries .head_box .cont .box:nth-child(2) ul {
    border-color: #ac623d;
}

.section_worries .head_box .cont .box ul li {
    position: relative;
    padding-left: 20px;
    letter-spacing: .05em;
    font-size: 18px;
}

.section_worries .head_box .cont .box ul li .accent {
    color: #b8bc3c;
    font-size: 20px;
    margin: 0 .3em;
}

.section_worries .head_box .cont .box:nth-child(2) ul li .accent {
    color: #ac623d;
}

.section_worries .head_box .cont .box ul li + li {
    margin-top: 1em;
}

.section_worries .head_box .cont .box ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #1a1a1a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section_worries .head_box .arrow {
    text-align: center;
    margin-top: 50px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.section_worries .bottom_box {
    text-align: center;
}

.section_worries .bottom_box .catch_text {
    margin-bottom: 30px;
}

.section_worries .bottom_box .catch_text .text {
    display: inline-block;
    font-size: 35px;
    color: #282d49;
    font-weight: 900;
    position: relative;
    padding-right: 150px;
    padding-left: 40px;
    padding-bottom: 15px;
}

.section_worries .bottom_box .catch_text .text:before,
.section_worries .bottom_box .catch_text .text:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #282d49;
    position: absolute;
    left: 0;
}

.section_worries .bottom_box .catch_text .text:before {
    bottom: 0;
}

.section_worries .bottom_box .catch_text .text:after {
    bottom: -10px;
}

.section_worries .bottom_box .catch_text .illust {
    position: absolute;
    right: 40px;
    bottom: 0;
}

.section_worries .bottom_box .catch_text .text .accent {
    color: #fff;
    font-size: 28px;
    padding: .1em .5em;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}

.section_worries .bottom_box .catch_text .text .accent.yellow {
    background: #d0c135;
}

.section_worries .bottom_box .catch_text .text .accent.orange {
    background: #ac623d;
}

.section_worries .bottom_box .catch_text .text small {
    font-size: 22px;
}

.section_worries .bottom_box .info_text .text {
    font-size: 18px;
    line-height: 2.2;
    font-weight: 500;
    letter-spacing: .1em;
}

.section_delete {
    padding: 150px 0;
    background-color: #e9ebf5;
    background-image: url(/kojin/wp-content/themes/child/image/polygon_2.webp);
    background-size: cover;
    background-position: center;
}

.section_delete .cont {
    position: relative;
    margin-bottom: 22px;
}

.common_title_box {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.common_title_box .title {
    background: #282d49;
    color: #fff;
    text-align: center;
    line-height: 88px;
    font-size: 35px;
    display: inline-block;
    position: relative;
    width: 960px;
    letter-spacing: .05em;
    clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
}

.common_title_box .title .accent {
    color: #d1d471;
    margin: 0 .2em;
}

/* .common_title_box .title:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 28px 0px 0px;
    border-color: #282d49 transparent transparent transparent;
    position: absolute;
    right: -28px;
}

.common_title_box .title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 88px 28px;
    border-color: transparent transparent #282d49 transparent;
    position: absolute;
    left: -28px;
    top: 0;
} */

.section_delete .cont ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.section_delete .cont ul li {
    background: #fff;
    position: relative;
}

.section_delete .cont ul li .title {
    background: #282d49;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    position: relative;
}

.section_delete .cont ul li .title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0px 9px;
    border-color: #282d49 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.section_delete .cont ul li .image {
    height: 165px;
    position: relative;
    margin: 23px;
}

.section_delete .cont ul li:nth-child(2) .image img {
    width: 75%;
}

.section_delete .cont ul li .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_delete .attention {
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
}

.section_common_contact {
    background: #282d49;
    padding: 110px 0;
    position: relative;
}

.section_common_contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/kojin/wp-content/themes/child/image/polygon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.section_common_contact .cont {
    background: #fff;
    padding: 60px 70px;
    position: relative;
}

.section_common_contact .cont .main_title_box {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1.5px solid #282d49;
}

.section_common_contact .cont .main_title_box .title {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #282d49;
    margin-bottom: .2em;
}

.section_common_contact .cont .main_title_box .title .dotted {
    position: relative;
}

.section_common_contact .cont .main_title_box .title .dotted:before {
    content: "・・・";
    position: absolute;
    top: -1.3em;
    left: 0;
}

.section_common_contact .cont .main_title_box .lead {
    font-weight: 500;
}

.section_common_contact .cont ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
}

.section_common_contact .cont ul li:nth-child(2) {
    padding: 0 43px;
    position: relative;
}

.section_common_contact .cont ul li:nth-child(2)::before,
.section_common_contact .cont ul li:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 100px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section_common_contact .cont ul li:nth-child(2)::before {
    left: 0;
}

.section_common_contact .cont ul li:nth-child(2)::after {
    right: 0;
}

.section_common_contact .cont ul li .in_title_box {
    justify-content: center;
    gap: 13px;
    align-items: center;
    margin-bottom: 30px;
}

.section_common_contact .cont ul li .in_title_box .icon img {
    vertical-align: middle;
}

.section_common_contact .cont ul li .tel {
    font-size: 42px;
    color: #282d49;
    text-align: center;
    line-height: 1.3;
}

.section_common_contact .cont ul li .tel small {
    font-size: 30px;
    margin-right: .1em;
}

.section_common_contact .cont ul li .time {
    font-weight: 500;
    text-align: center;
    font-size: 12px;
}

.section_service {
    padding: 150px 0;
}

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

.common_title_border .lead {
    display: inline-block;
    background-image: url(/kojin/wp-content/themes/child/image/border_title.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 20px;
    padding: 0 1em;;
    padding-bottom: 30px;
    letter-spacing: .1em;
}

.common_title_border .lead .accent {
    color: #c0442a;
}

.common_title_border .title {
    font-size: 45px;
    letter-spacing: .1em;
    color: #282d49;
}

.section_service .cont ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.section_service .cont ul li {
    background-color: #fff;
    border: 3px solid #282d49;
    padding: 30px 30px 20px 30px;
    position: relative;
}

.section_service .cont ul li .num {
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
}

.section_service .cont ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 80px solid #282d49;
    border-bottom: 80px solid transparent;
}

.section_service .cont ul li .icon {
    width: 155px;
    height: 155px;
    position: relative;
    margin-bottom: 10px;
    background: #e9ebf5;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}

.section_service .cont ul li .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 75%;
    max-height: 40%;
}

.section_service .cont ul li .text {
    text-align: center;
    font-size: 20px;
    color: #252d4c;
    line-height: 1.5;
}

.common_ribon_title {
    background: #282d49;
    text-align: center;
    position: relative;
    z-index: 2;
}

.common_ribon_title .title {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    line-height: 152px;
}

.common_ribon_title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 43px 0px 43px;
    border-color: #282d49 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
}

.section_risk {
    padding-bottom: 150px;
}

.section_risk .head_box {
    background: #f1f1f1;
    padding: 125px 0;
    position: relative;
    margin-bottom: 130px;
}

.section_risk .head_box ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
}

.section_risk .head_box ul li {
    background: #fff;
    line-height: 96px;
    border-radius: 20px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.section_risk .head_box ul li:nth-child(1) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_1.svg);
}

.section_risk .head_box ul li:nth-child(2) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_2.svg);
}

.section_risk .head_box ul li:nth-child(3) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_3.svg);
}

.section_risk .head_box ul li:nth-child(4) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_4.svg);
}

.section_risk .head_box ul li:nth-child(5) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_5.svg);
}

.section_risk .head_box ul li:nth-child(6) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_6.svg);
}

.section_risk .head_box ul li:nth-child(7) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_7.svg);
}

.section_risk .head_box ul li:nth-child(8) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_8.svg);
}

.section_risk .head_box ul li:nth-child(9) {
    background-image: url(/kojin/wp-content/themes/child/image/icon_risk_9.svg);
}

.section_risk .head_box ul li .accent {
    color: #7f3634;
    font-size: 20px;
    margin: 0 .2em;
}

.section_risk .head_box .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.section_risk .head_box .arrow img {
    width: 350px;
}

.section_risk .bottom_box {
    text-align: center;
}

.section_risk .bottom_box .catch {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: .6em;
    background: linear-gradient(transparent 60%, #e9eb98 60%);
    padding: 0 .5em;
    letter-spacing: .05em;
}

.section_risk .bottom_box .catch .accent {
    color: #7f3634;
    margin-right: .2em;
    font-size: 33px;
}

.section_risk .bottom_box .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.1;
}

.section_attention .common_ribon_title {
    background: #7f3634;
}

.section_attention .common_ribon_title:before {
    border-color: #7f3634 transparent transparent transparent;
}

.section_attention .common_ribon_title .title {
    padding-left: 94px;
    background: url(/kojin/wp-content/themes/child/image/icon_attention.svg) no-repeat;
    background-position: 0;
}

.section_attention .cont {
    padding-top: 145px;
    padding-bottom: 135px;
}

.section_attention .cont .introduction_box {
    text-align: center;
    margin-bottom: 95px;
}

.section_attention .cont .introduction_box .title_box {
    justify-content: center;
    align-items: center;
    gap: 42px;
    position: relative;
    margin-bottom: 42px;
}

.section_attention .cont .introduction_box .title_box:before,
.section_attention .cont .introduction_box .title_box:after {
    content: "";
    width: 870px;
    height: 3px;
    background: #7f3634;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section_attention .cont .introduction_box .title_box:before {
    top: -20px;
}

.section_attention .cont .introduction_box .title_box:after {
    bottom: 0;
}

.section_attention .cont .introduction_box .title_box .title {
    color: #7f3634;
    font-size: 30px;
    padding-bottom: 15px;
}

.section_attention .cont .introduction_box .text {
    line-height: 2.2;
    font-weight: 500;
    font-size: 18px;
}

.section_attention .cont .introduction_box .text .accent {
    background: linear-gradient(transparent 60%, #d1d471 60%);
    font-weight: 700;
    padding: 0 .4em;
}

.section_attention .cont .table_box {
    margin-bottom: 150px;
}

.section_attention .cont .table_box table {
    width: 100%;
    border-bottom: 3px solid #e9ebf5;
    position: relative;
}

.section_attention .cont .table_box table:before {
    content: "";
    width: 450px;
    height: 100%;
    border: 3px solid #162340;
    position: absolute;
    left: 400px;
    top: 0;
}

.section_attention .cont .table_box table th:first-child {
    width: 400px;
}

.section_attention .cont .table_box table th:nth-child(2) {
    width: 450px;
}

.section_attention .cont .table_box table thead th:nth-child(2) {
    background: #162340;
}

.section_attention .cont .table_box table thead th:nth-child(2) .logo {
    width: 315px;
    margin: 0 auto;
    padding: 37px 0;
}

.section_attention .cont .table_box table thead th:nth-child(3) {
    color: #fff;
    text-align: center;
    padding-top: 70px;
    font-size: 22px;
    position: relative;
}

.section_attention .cont .table_box table thead th:nth-child(3)::after {
    content: "";
    width: 100%;
    height: 115px;
    background: #7f3634;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/kojin/wp-content/themes/child/image/icon_company.svg);
    background-repeat: no-repeat;
    background-position: 70px 40px;
}

.section_attention .cont .table_box table thead th:nth-child(3) .name {
    position: relative;
    z-index: 2;
    padding-left: 50px;
}

.section_attention .cont .table_box table tbody th,
.section_attention .cont .table_box table tbody td {
    vertical-align: middle;
    text-align: center;
    height: 175px;
}

.section_attention .cont .table_box table tbody tr:nth-child(odd) th,
.section_attention .cont .table_box table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #e9ebf5;
}

.section_attention .cont .table_box table tbody tr th {
    background-repeat: no-repeat;
    background-position: center;
}

.section_attention .cont .table_box table tbody tr:nth-child(1) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_1.svg);
}

.section_attention .cont .table_box table tbody tr:nth-child(2) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_2.svg);
}

.section_attention .cont .table_box table tbody tr:nth-child(3) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_3.svg);
}

.section_attention .cont .table_box table tbody tr:nth-child(4) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_4.svg);
}

.section_attention .cont .table_box table tbody tr:nth-child(5) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_5.svg);
}

.section_attention .cont .table_box table tbody tr:nth-child(6) th {
    background-image: url(/kojin/wp-content/themes/child/image/icon_table_6.svg);
}

.section_attention .cont .table_box table tbody tr th {
    font-size: 22px;
    color: #252d4c;
}

.section_attention .cont .table_box table tbody tr td {
    font-size: 17px;
}

.section_attention .cont .table_box table tbody tr td .symbol {
    margin-bottom: 20px;
}

.section_attention .cont .table_box table tbody tr td:nth-child(2) {
    color: #252d4c;
}

.section_attention .cont .table_box table tbody tr:nth-child(odd) td:nth-child(3) {
    background: #ffeeee;
}

.section_attention .cont .table_box table tbody tr td:nth-child(3) {
    color: #7f3634;
}

.section_attention .cont .last_text {
    text-align: center;
    position: relative;
}

.section_attention .cont .last_text .text {
    display: inline-block;
    position: relative;
}

.section_attention .cont .last_text .text .label {
    background: #d1d471;
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    color: #282d49;
    padding: .5em 2em;
    margin-bottom: 36px;
}

.section_attention .cont .last_text .text .label:not(:first-child) {
    padding-right: 100px;
}

.section_attention .cont .last_text .text .illust {
    position: absolute;
    right: 60px;
    bottom: 36px;
}

.section_flow {
    padding: 150px 0;
}

.section_flow .cont ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_flow .cont ul li {
    background: #ffffff;
    padding: 45px 55px;
    align-items: center;
    gap: 65px;
    position: relative;
    width: 1000px;
    margin-left: 100px;
    border: 1.5px solid #4c557a;
}

.section_flow .cont ul li:before {
    content: "";
    width: 2px;
    height: calc( 100% + 65px );
    background: #4c557a;
    position: absolute;
    left: -130px;
    top: 0;
}

.section_flow .cont ul li:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 57px 0px 57px;
    border-color: #4c557a transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
}

.section_flow .cont ul li:last-child::after,
.section_flow .cont ul li:last-child::before {
    display: none;
}

.section_flow .cont ul li + li {
    margin-top: 65px;
}

.section_flow .cont ul li .num {
    width: 80px;
    line-height: 80px;
    background: #282d49;
    text-align: center;
    color: #fff;
    font-size: 34px;
    position: absolute;
    left: -170px;
    top: 0;
    
}

.section_flow .cont ul li .icon {
    width: 140px;
    text-align: center;
}

.section_flow .cont ul li .text_box {
    width: calc( 100% - 140px - 65px );
}

.section_flow .cont ul li .text_box .title_box {
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #282d49;
}

.section_flow .cont ul li .text_box .title_box .title {
    font-size: 23px;
    color: #282d49;
}

.section_flow .cont ul li .text_box .text {
    font-weight: 500;
}

.section_difficult {
    padding-bottom: 90px;
}

.section_difficult .head_box {
    background: #f1f1f1;
    padding-top: 135px;
    padding-bottom: 160px;
    position: relative;
    margin-bottom: 130px;
}

.section_difficult .head_box .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.section_difficult .head_box .arrow img {
    width: 350px;
}

.section_difficult .head_box .flex_box {
    justify-content: center;
    gap: 70px;
}

.section_difficult .head_box .box {
    width: 480px;
}

.section_difficult .head_box .box .title {
    font-size: 22px;
    color: #282d49;
    text-align: center;
    background-image: url(/kojin/wp-content/themes/child/image/border_title.svg);
    background-repeat: no-repeat;
    background-position: center 100%;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.section_difficult .head_box .box ul li {
    background: #ffffff;
    padding: 30px 23px;
    position: relative;
    border-radius: 20px;
}

.section_difficult .head_box .box ul li + li {
    margin-top: 40px;
}

.section_difficult .head_box .box ul li .text {
    font-size: 18px;
}

.section_difficult .head_box .box ul li .text .accent {
    font-size: 22px;
    color: #7f3634;
}

.section_difficult .head_box .box ul li .illust {
    position: absolute;
    bottom: -10px;
    left: 90%;
    width: 200px;
}

.section_difficult .bottom_box {
    text-align: center;
}

.section_difficult .bottom_box .catch {
    background: #d1d471;
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    color: #282d49;
    padding: .5em 2.5em .5em 2em;
    margin-bottom: 36px;
    position: relative;
}

.section_difficult .bottom_box .catch .illust {
    position: absolute;
    right: -30px;
    bottom: 0;
}

.section_difficult .bottom_box .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.1;
}

.section_banner {
    padding: 145px 0;
}

.section_banner .banner {
    width: 1100px;
    margin: 0 auto;
}

.section_banner .banner a {
    transition: .3s;
}

.section_price .cont {
    padding: 165px 0;
}

.section_price .cont .box + .box {
    margin-top: 140px;
}

.section_price .cont .box .box_title {
    text-align: center;
    margin-bottom: 35px;
}

.section_price .cont .box .box_title .title {
    display: inline-block;
    font-size: 22px;
    color: #282d49;
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 550px;
    padding-block: 20px;
}

.section_price .cont .box .table_box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.section_price .cont .box .table_box table th {
    width: 400px;
    background: #282d49;
    color: #fff;
    vertical-align: middle;
    position: relative;
    padding: 40px 85px;
    font-size: 20px;
    border: 1px solid #282d49;
}

.section_price .cont .box .table_box table th .free {
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: 2;
    width: 100px;
}

.section_price .cont .box .table_box table td {
    font-size: 18px;
    padding: 40px 45px;
    border: 1px solid;
    vertical-align: middle;
    font-weight: 500;
}

.section_price .cont .box .table_box table td .price {
    font-weight: 700;
    font-size: 25px;
}

.section_price .cont .box .table_box table td .in_box {
    background: #e9ebf5;
    color: #282d49;
    padding: 50px 35px;
}

.section_price .cont .box .table_box table td .in_box + .in_box {
    margin-top: 40px;
}

.section_price .cont .box .table_box table td .in_box .head_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

.section_price .cont .box .table_box table td .in_box .head_box .title {
    font-size: 20px;
    font-weight: 700;
}

.section_price .cont .box .table_box table td .in_box .bottom_box dl + dl {
    margin-top: 20px;
}

.section_price .cont .box .table_box table td .in_box .bottom_box dl dt {
    margin-bottom: 5px;
}

.section_price .cont .box .table_box table td .in_box .bottom_box dl dd {
    font-size: 16px;
}

.section_price .cont .box .table_box table td .in_box .bottom_box .text {
    font-size: 16px;
}

.section_price .cont .box .attention {
    margin-top: 20px;
}

.section_price .cont .box .attention ul li {
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
}

.section_faq .cont {
    padding: 165px 0 120px;
}

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

.section_faq .cont dl dt {
    background: #e9ebf5;
    color: #282d49;
    position: relative;
    padding: 35px 60px 35px 110px;
    font-size: 20px;
}

.section_faq .cont dl:nth-child(even) dt {
    background: #f1f1f1;
}

.section_faq .cont dl dt:before {
    content: "Q";
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #282d49;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
}

.section_faq .cont dl dt:after {
    content: "";
    width: 20px;
    height: 12px;
    background-image: url(/kojin/wp-content/themes/child/image/arrow_faq.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: calc( 50% - 6px );
}

.section_faq .cont dl dt.nowOpen:after {
    transform: scale(-1)
}

.section_faq .cont dl dd {
    position: relative;
    padding: 40px 35px 35px 35px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    gap: 30px;
}

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

.section_faq .cont dl dd:before {
    content: "A";
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #c0442a;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    display: block;
}

.section_greeting {
    padding: 175px 0;
    background-image: url(/kojin/wp-content/themes/child/image/polygon_2.webp);
    background-size: cover;
    background-position: center;
}

.section_greeting .common_title_border .lead {

}

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

.section_greeting .text_box {
    width: 725px;
}

.section_greeting .text_box .catch {
    font-size: 22px;
    color: #282d49;
    margin-bottom: 40px;
    letter-spacing: .1em;
    line-height: 2;
}

.section_greeting .text_box .text {
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
    line-height: 2.1;
    margin-bottom: 40px;
}

.section_greeting .text_box .name {
    text-align: right;
    font-size: 20px;
    font-family: "Zen Kurenaido", sans-serif;
}

.section_greeting .image {
    width: 430px;
}

.section_greeting .image img {
    transform: scale(-1,1);
}

.section_contact_form {
    background: #e9ebf5;
    padding-bottom: 125px;
}

.section_contact_form .cont {
    position: relative;
    padding: 85px 115px 50px 115px;
    background: #fff;
    border-top: 5px solid #282d49;
    margin-top: 170px;
}

.section_contact_form .cont .head_box {
    margin-bottom: 105px;
    text-align: center;
}

.section_contact_form .cont .head_box .logo {
    width: 420px;
    margin: 0 auto 40px auto;
}

.section_contact_form .cont .head_box .text {
    font-weight: 500;
    line-height: 2;
}

#main_footer {
    background: #282d49;
    padding: 110px 0 55px 0;
    position: relative;
}

#main_footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/kojin/wp-content/themes/child/image/polygon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

#main_footer .wrap {
    position: relative;
}

#main_footer .logo {
    width: 550px;
    margin: 0 auto 80px auto;
}

#main_footer .cont {
    background: #fff;
    padding: 45px 100px 55px 100px;
    margin-bottom: 60px;
}

#main_footer .cont .flex_box {
    justify-content: center;
}

#main_footer .cont .box {
    width: 520px;
}

#main_footer .cont .box:first-child {
    padding-right: 60px;
}

#main_footer .cont .box:nth-child(2) {
    padding-left: 60px;
    position: relative;
}

#main_footer .cont .box:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 290px;
    background: #282d49;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#main_footer .cont .box .en_title {
    font-size: 35px;
    color: #282d49;
    text-align: center;
}

#main_footer .cont .box .box_title {
    text-align: center;
    margin-bottom: 2em;
    font-size: 14px;
    font-weight: 600;
}

#main_footer .cont .box .address {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5em;
}

#main_footer .cont .box .number {
    text-align: center;
    margin-top: 1.5em;
    font-weight: 500;
    font-size: 14px;
}

#main_footer .cont .box .map iframe {
    width: 100%;
    height: 200px;
}

#main_footer .cont .box .title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    background: #e9ebf5;
    padding: .4em;
}

#main_footer .cont .box .in_box + .in_box {
    margin-top: 35px;
}

#main_footer .cont .box .tel {
    text-align: center;
    font-size: 56px;
    color: #282d49;
    line-height: 1.2;
}

#main_footer .cont .box .tel small {
    font-size: 40px;
    margin-right: .2em;
}

#main_footer .cont .box .time {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

#main_footer .bottom_box .copyright small {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

#main_footer .bottom_box .other_link ul {
    gap: 32px;
}

#main_footer .bottom_box .other_link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 21px;
    background-image: url(/kojin/wp-content/themes/child/image/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: 100%;
}

.now_section {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #282d49;
    padding: 40px 0 20px 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    opacity: 1;
    z-index: 100;
}

.now_section.slide-out {
  transform: translateY(100%);
  opacity: 0;
}

.now_section.slide-in {
  transform: translateY(0);
  opacity: 1;
}

.now_section ul {
    position: relative;
}

.now_section ul:before {
    content: "";
    width: calc( 100% - 70px );
    height: 1px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: -6px;
}

.now_section ul li a {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

.now_section ul li a:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.now_section ul li.active a {
    color: #d1d471;
}

.now_section ul li.active a:before {
    background: #d1d471;
}

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

.common_top_title .title {
    font-size: 30px;
    display: inline-block;
    color: #282d49;
    letter-spacing: .05em;
    position: relative;
}

.common_top_title .title .accent {
    font-size: 40px;
}

.common_top_title .title:before {
    content: "[";
    font-size: 100px;
    line-height: 1;
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.common_top_title .title:after {
    content: "]";
    font-size: 100px;
    line-height: 1;
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
}

#page_gate {
    position: relative;
}

#page_gate .logo_box {
    width: 300px;
    height: 200px;
    position: absolute;
    left: calc( (100vw - 1340px) / 2 );
    top: 50px;
}

#page_gate .box {
    height: 100vh;
    width: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 100px;
}

#page_gate .box#kojin {
    background: url(https://m2olaw-lp.jp/kojin/wp-content/themes/child/image/main_visual.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

#page_gate .box#hojin {
    background: url(https://m2olaw-lp.jp/hojin/wp-content/themes/child/image/main_visual.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

#page_gate .box .text_box .title {
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
}

#page_gate .box .text_box .title:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

#page_gate .box .text_box .lead {
    letter-spacing: .1em;
    margin-bottom: 3em;
}

#page_gate .box .text_box .button a {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 2px solid;
    line-height: 60px;
    width: 360px;
    margin: 0 auto;
    transition: .3s;
}

#page_gate .box .text_box .button a:hover {
    background: #fff;
    color: initial;
}

@media (min-width: 750px) {

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

    .section_common_contact .common_button.mail a:hover {
        box-shadow: none;
        transform: translateY(7px);
    }

    .section_common_contact .common_button.line a:hover {
        box-shadow: none;
        transform: translateY(7px);
    }

    .section_banner .banner a:hover {
        opacity: .7;
    }
    
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 3.2vw;
        min-width: unset;
        overflow: hidden;
        padding-top: 0;
        margin-bottom: 24vw;
    }

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

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

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

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

    .section_contact_form .cont .form_box #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;
    }

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

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

    .section_contact_form .cont .form_box .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;
    }

    header#main_header {
        height: 18vw;
        background: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    header#main_header:before {
        display: none;
    }
    
    header#main_header .logo {
        width: 45vw;
    }

    header#main_header .contact_area {
        display: none;
    }

    header#main_header .tel_box {
        display: none;
    }
    
    header#main_header .common_button.mail {
        margin-right: 2.5vw;
    }

    header#main_header .common_button a {
        width: 12vw;
        height: 8vw;
        text-indent: -99999px;
    }

    header#main_header .common_button.mail a {
        background-image: url(/kojin/wp-content/themes/child/image/icon_mail.svg);
        background-size: 4.5vw;
        background-repeat: no-repeat;
        background-position: center;
    }

    header#main_header .common_button.line a {
        background-image: url(/kojin/wp-content/themes/child/image/icon_line.svg);
        background-size: 7vw;
        background-repeat: no-repeat;
        background-position: center;
    }

    header#main_header .common_button.tel a {
        background-image: url(/kojin/wp-content/themes/child/image/icon_tel.svg);
        background-size: 3.3vw;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #d9a22d;
        box-shadow: 0 5px 0 #b28524;
        margin-left: 2.5vw;
    }

    header#main_header .common_button a .arrow {
        display: none;
    }
 
    .common_button a {
        line-height: 14vw;
        width: 90%;
        padding: 0 4vw;
        margin: 0 auto;
        font-size: 4vw;
    }
    
    .section_common_contact .common_button a {
        width: 90%;
        font-size: 4vw;
        padding-right: 10vw;
        line-height: 15vw;
        margin: 0 auto;
    }
    
    .section_common_contact .common_button a .arrow {
        width: 4vw;
        height: 4vw;
    }
    
    .section_common_contact .common_button a .arrow:before {
        left: 50%;
        top: 50%;
        transform: translateX(-30%) translateY(-40%);
    }
    
    .section_common_contact .common_button.mail a .icon {
        margin-right: 4vw;
        margin-left: 0;
    }
    
    .section_common_contact .common_button.line a .icon {
        margin-right: 2vw;
    }
    
    .section_common_contact .common_button.mail a .icon img {
        width: 5vw;
    }
    
    .section_common_contact .common_button.line a .icon img {
        width: 8vw;
    }
    
    .common_button.mail a .icon {
        margin-right: 4vw;
        margin-left: 2vw;
    }
    
    .common_button.line a .icon {
        margin-right: 2vw;
    }
    
    .common_button a .arrow {
        width: 4vw;
        height: 4vw;
        background: #fff;
        border-radius: 100%;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .common_button a .arrow:before {
        left: 50%;
        top: 50%;
        transform: translateX(-30%) translateY(-40%);
    }

    .section_main_visual {
        height: 135vw;
        position: relative;
    }
    
    .section_main_visual .wrap {
        padding-top: 25vw;
    }
    
    .section_main_visual .check_list {
        gap: 4vw;
        margin-bottom: 5vw;
        justify-content: center;
    }
    
    .section_main_visual .check_list li {
        font-size: 4.2vw;
    }

    .section_main_visual .check_list li span {
        width: 8vw;
        height: 8vw;
        line-height: 7vw;
    }

    .section_main_visual .check_list li:nth-child(2) span {
        background: #c0442a;
        color: #fff;
        border-width: 1px;
    }
    
    .section_main_visual .lead {
        width: 90%;
        font-size: 3.9vw;
        border-top: .6vw solid;
        padding: 2vw 0 6.5vw 0;
        margin: 0 auto;
        margin-bottom: 15vw;
    }
    
    .section_main_visual .catch_copy {
        font-size: 7vw;
        margin-bottom: 10vw;
        letter-spacing: .02em;
    }
    
    .section_main_visual .catch_copy small {
        font-size: 5vw;
        margin: 0 -.1em;
    }
    
    .section_main_visual .catch_copy .accent {
        font-size: 8.5vw;
    }
    
    .section_main_visual .catch_copy .accent:before {
        font-size: 5.5vw;
    }
    
    .section_main_visual .human {
        width: 48vw;
        right: -11vw;
    }
    
    .section_main_visual .features_list {
        gap: 0;
        position: absolute;
        left: 0;
        bottom: -8vw;
        z-index: 4;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .section_main_visual .features_list li {
        width: 17vw;
        height: 17vw;
        border-radius: 100%;
    }

    .section_main_visual .features_list li img {
        filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.16));
    }
    
    .section_main_visual .features_list li .icon {
        height: 10vw;
    }
    
    .section_main_visual .features_list li .icon img {
        max-width: 65%;
        max-height: 60%;
    }
    
    .section_main_visual .features_list li .text {
        font-size: 2vw;
    }
    
    .section_worries {
        padding-bottom: 20vw;
    }
    
    .section_worries .head_box {
        margin-bottom: 17vw;
        padding-top: 20vw;
        padding-bottom: 20vw;
        background-image: url(/kojin/wp-content/themes/child/image/polygon_2_sp.webp);
    }
    
    .section_worries .head_box .title {
        font-size: 5.5vw;
        margin-bottom: 10vw;
    }
    
    .section_worries .head_box .title small {
        font-size: 4.2vw;
    }
    
    .section_worries .head_box .title .accent {
        font-size: 4.5vw;
        margin-left: 0;
        margin-bottom: .5em;
        margin-top: .2em;
    }
    
    .section_worries .head_box .cont {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 10vw;
    }
    
    .section_worries .head_box .cont .box:nth-child(1) {
        background-position: bottom 2vw right 6vw;
        background-size: 20vw;
    }
    
    .section_worries .head_box .cont .box:nth-child(2) {
        background-position: bottom 4vw right 2vw;
        background-size: 24vw;
    }
    
    .section_worries .head_box .cont .box .in_title {
        line-height: 12vw;
        font-size: 4vw;
    }
    
    .section_worries .head_box .cont .box .in_title small {
        font-size: 3.3vw;
    }
    
    .section_worries .head_box .cont .box .in_title:before {
        border-width: 3vw 3vw 0px 3vw;
        bottom: -2.9vw;
    }
    
    .section_worries .head_box .cont .box ul {
        padding: 10vw 6vw 10vw 6vw;
    }

    .section_worries .head_box .cont .box ul li {
        font-size: 3.3vw;
        padding-left:15px;
    }

    .section_worries .head_box .cont .box ul li .accent {
        font-size: 3.6vw;
    }
    
    .section_worries .head_box .arrow {
        bottom: -6vw;
    }

    .section_worries .head_box .arrow img {
        width: 50vw;
    }
    
    .section_worries .bottom_box .catch_text {
        margin-bottom: 10vw;
    }
    
    .section_worries .bottom_box .catch_text .text {
        font-size: 6.6vw;
        padding-right: 10vw;
        padding-left: 10vw;
        padding-bottom: 3vw;
        text-align: left;
    }
    
    .section_worries .bottom_box .catch_text .text:before {
        bottom: 0;
    }
    
    .section_worries .bottom_box .catch_text .text:after {
        bottom: -10px;
    }
    
    .section_worries .bottom_box .catch_text .illust {
        right: 4vw;
    }

    .section_worries .bottom_box .catch_text .illust img {
        width: 17vw;
    }
    
    .section_worries .bottom_box .catch_text .text .accent {
        font-size: 4.8vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
    }
    
    .section_worries .bottom_box .catch_text .text small {
        font-size: 4.2vw;
        margin-left: -1vw;
    }
    
    .section_worries .bottom_box .info_text .text {
        font-size: 3.6vw;
        line-height: 2;
    }
    
    .section_delete {
        padding: 20vw 0;
        background-image: url(/kojin/wp-content/themes/child/image/polygon_2_sp.webp);
    }
    
    .section_delete .cont {
        margin-bottom: 3vw;
    }
    
    .common_title_box {
        top: -10vw;
        width: 80vw;
    }
    
    .common_title_box .title {
        line-height: 1.6;
        font-size: 4.5vw;
        width: 100%;
        height: 20vw;
        padding-top: 2.5vw;
    }
    
    .common_title_box .title:after {
        border-width: 20vw 6vw 0px 0px;
        right: -5.8vw;
        top: 0;
    }
    
    .common_title_box .title:before {
        border-width: 0px 0px 20vw 6vw;
        left: -5.8vw;
    }
    
    .section_delete .cont ul {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 3vw;
    }
    
    .section_delete .cont ul li .title {
        font-size: 3.3vw;
        line-height: 10vw;
    }
    
    .section_delete .cont ul li .title:before {
        border-width: 2vw 3vw 0px 3vw;
        bottom: -1.9vw;
    }
    
    .section_delete .cont ul li .image {
        height: 20vw;
        margin: 5vw;
    }

    .section_delete .cont ul li:nth-child(2) .image img {
        width: 75%;
    }
    
    .section_delete .attention {
        font-size: 3vw;
    }
    
    .section_common_contact {
        padding: 10vw 0;
    }

    .section_common_contact:before {
        background-image: url(/kojin/wp-content/themes/child/image/polygon_sp.webp);
    }
    
    .section_common_contact .cont {
        padding: 10vw 5vw 5vw 5vw;
    }
    
    .section_common_contact .cont .main_title_box {
        padding-bottom: 6vw;
        margin-bottom: 3vw;
    }
    
    .section_common_contact .cont .main_title_box .title {
        font-size: 5.5vw;
        margin-bottom: .5em;
    }

    .section_common_contact .cont .main_title_box .lead {
        font-size: 3vw;
    }
    
    .section_common_contact .cont ul {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 0;
    }
    
    .section_common_contact .cont ul li:nth-child(2) {
        padding: 3vw 0;
    }
    
    .section_common_contact .cont ul li:nth-child(2)::before,
    .section_common_contact .cont ul li:nth-child(2)::after {
        display: none;
    }
    
    .section_common_contact .cont ul li:nth-child(2)::before {
        top: 0;
    }
    
    .section_common_contact .cont ul li:nth-child(2)::after {
        top: auto;
        bottom: 0;
    }

    .section_common_contact .cont ul li {
        padding: 3vw 0;
    }
    
    .section_common_contact .cont ul li .in_title_box {
        gap: 2vw;
        margin-bottom: 4vw;
        display: none;
    }
    
    .section_common_contact .cont ul li .in_title_box .icon img {
        width: 6vw;
    }
    
    .section_common_contact .cont ul li .tel {
        font-size: 10vw;
        line-height: 1;
        margin-bottom: 2vw;
    }

    .section_common_contact .cont ul li .tel a {
        color: #282d49;
    }
    
    .section_common_contact .cont ul li .tel small {
        font-size: 7vw;
    }
    
    .section_common_contact .cont ul li .time {
        font-size: 3vw;
    }
    
    .section_service {
        padding: 20vw 0;
    }
    
    .section_service .cont ul {
    	grid-template-columns: repeat(2, 1fr);
    	gap: 3vw;
    }
    
    .section_service .cont ul li {
        border: 1.5px solid #282d49;
        padding: 2vw;
        align-items: center;
        gap: 5vw;
        padding-top: 8vw;
    }

    .section_service .cont ul li .num {
        font-size: 5vw;
        left: 10px;
        top: 0;
    }
    
    .section_service .cont ul li:before {
        border-left: 18vw solid #282d49;
        border-bottom: 17vw solid transparent;
    }
    
    .section_service .cont ul li .icon {
        width: 27vw;
        height: 27vw;
    }
    
    .section_service .cont ul li .text {
        font-size: 3.8vw;
    }

    .common_ribon_title {
        padding: 6vw 5vw;
    }
    
    .common_ribon_title .title {
        font-size: 4.5vw;
        line-height: 1.6;
    }
    
    .common_ribon_title:before {
        border-width: 4vw 4vw 0px 4vw;
        bottom: -3.8vw;
    }
    
    .section_risk {
        padding-bottom: 20vw;
    }
    
    .section_risk .head_box {
        padding: 15vw 0;
        margin-bottom: 15vw;
    }
    
    .section_risk .head_box ul {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 5vw;
    }
    
    .section_risk .head_box ul li {
        line-height: 17vw;
        background-size: 14vw;
        text-align: left;
        padding-left: 26vw;
        background-position: 10.4vw;
        background-size: 7.6vw;
    }

    .section_risk .head_box ul li:first-child {
        background-size: 10vw;
    }

    .section_risk .head_box ul li:nth-child(4) {
        background-size: 8.6vw;
    }

    .section_risk .head_box ul li:nth-child(5) {
        background-size: 8.6vw;
    }
    
    .section_risk .head_box ul li:nth-child(6) {
        background-size: 8vw;
    }

    .section_risk .head_box ul li:nth-child(7) {
        background-size: 8.6vw;
    }

    .section_risk .head_box ul li:nth-child(8) {
        background-size: 9.2vw;
    }

    .section_risk .head_box ul li:nth-child(9) {
        background-size: 8.6vw;
    }

    
    .section_risk .head_box ul li .accent {
        font-size: 4.2vw;
    }
    
    .section_risk .head_box .arrow {
        bottom: -5vw;
    }
    
    .section_risk .head_box .arrow img {
        width: 40vw;
    }
    
    .section_risk .bottom_box .catch {
        font-size: 4.5vw;
    }

    .section_risk .bottom_box .catch .accent {
        font-size: 6vw;
    }
    
    .section_risk .bottom_box .text {
        font-size: 3.3vw;
        line-height: 2;
    }
    
    .section_attention .common_ribon_title .title {
        background-position: center 0;
        background-size: 10vw;
        padding: 0;
        padding-top: 12vw;
        
    }
    
    .section_attention .cont {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }
    
    .section_attention .cont .introduction_box {
        margin-bottom: 10vw;
    }
    
    .section_attention .cont .introduction_box .title_box {
        gap: 4vw;
        margin-bottom: 6vw;
        flex-wrap: nowrap;
        padding: 0 4vw;
    }
    
    .section_attention .cont .introduction_box .title_box:before,
    .section_attention .cont .introduction_box .title_box:after {
        width: 100%;
    }
    
    .section_attention .cont .introduction_box .title_box:before {
        top: -5vw;
    }
    
    .section_attention .cont .introduction_box .title_box .title {
        font-size: 4.5vw;
        padding-bottom: 3vw;
        text-align: left;
    }

    .section_attention .cont .introduction_box .title_box .illust {
        width: 30vw;
    }
    
    .section_attention .cont .introduction_box .text {
        line-height: 2;
        font-size: 3.3vw;
    }
    
    .section_attention .cont .table_box {
        margin-bottom: 20vw;
    }
    
    .section_attention .cont .table_box {
        overflow: scroll;
        padding-bottom: 10px;
    }
    
    .section_attention .cont .table_box table {
        width: 130vw;
    }
    
    .section_attention .cont .table_box table:before {
        width: 50vw;
        left: 30vw;
    }
    
    .section_attention .cont .table_box table th:first-child {
        width: 30vw;
    }
    
    .section_attention .cont .table_box table th:nth-child(2) {
        width: 50vw;
    }
    
    .section_attention .cont .table_box table thead th:nth-child(2) .logo {
        width: 40vw;
        padding: 6vw 0;
    }
    
    .section_attention .cont .table_box table thead th:nth-child(3) {
        padding-top: 10vw;
        font-size: 3.5vw;
    }
    
    .section_attention .cont .table_box table thead th:nth-child(3)::after {
        height: 15vw;
        background-position: 8vw center;
        background-size: 6vw;
    }
    
    .section_attention .cont .table_box table thead th:nth-child(3) .name {
        padding-left: 12vw;
    }
    
    .section_attention .cont .table_box table tbody th,
    .section_attention .cont .table_box table tbody td {
        height: 30vw;
    }
    
    .section_attention .cont .table_box table tbody tr th {
        background-size: 40%;
    }
    
    .section_attention .cont .table_box table tbody tr th {
        font-size: 3.3vw;
    }
    
    .section_attention .cont .table_box table tbody tr td {
        font-size: 3.3vw;
    }
    
    .section_attention .cont .table_box table tbody tr td .symbol {
        width: 10vw;
        margin: 0 auto 2vw auto
    }

    .section_attention .cont .table_box table tbody tr td .symbol.batsu {
        width: 8vw;
    }
    
    .section_attention .cont .last_text .text .label {
        font-size: 4.5vw;
        margin-bottom: 4vw;
        padding: .5em 1em;
    }
    
    .section_attention .cont .last_text .text .label:not(:first-child) {
        padding-right: 16vw;
    }
    
    .section_attention .cont .last_text .text .illust {
        position: absolute;
        right: -5.5vw;
        bottom: 0;
    }

    .section_attention .cont .last_text .text .illust img {
        width: 18vw;
    }
    
    .section_flow {
        padding: 20vw 0;
    }
    
    .section_flow .cont .common_title_box .title {
        padding-top: 6vw;
    }

    .section_flow .cont ul {
        padding: 0;
    }
    
    .section_flow .cont ul li {
        padding: 5vw;
        display: block;
        margin-left: 15vw;
    }
    
    .section_flow .cont ul li .num {
        width: 10vw;
        line-height: 10vw;
        font-size: 5vw;
        left: -15vw;
    }

    .section_flow .cont ul li:before {
        left: -10vw;
    }
    
    .section_flow .cont ul li:after {
        border-width: 4vw 8vw 0px 8vw;
        bottom: -8vw;
    }
    
    .section_flow .cont ul li + li {
        margin-top: 11vw;
    }
    
    .section_flow .cont ul li .icon {
        width: 25vw;
        height: 21vw;
        margin-bottom: 5vw;
        position: relative;
        position: absolute;
        left: 0;
        top: 0;
    }

    .section_flow .cont ul li .icon img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 55%;
        max-height: 55%;
    }

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

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

    .section_flow .cont ul li:nth-child(6) .icon img {
        max-width: 40%;
    }

    .section_flow .cont ul li:nth-child(7) .icon img {
        max-width: 50%;
    }

    .section_flow .cont ul li:nth-child(8) .icon img {
        max-width: 40%;
    }
    
    .section_flow .cont ul li .text_box {
        width: 100%;
    }
    
    .section_flow .cont ul li .text_box .title_box {
        gap: 5vw;
        padding-bottom: 0;
        margin-top: 2vw;
        margin-bottom: 6vw;
        margin-left: 20vw;
        border: none;
    }
    
    .section_flow .cont ul li .text_box .title_box .title {
        font-size: 4.2vw;
    }
    
    .section_flow .cont ul li .text_box .text {
        font-size: 3.3vw;
        border-top: 1px solid;
        padding-top: 4vw;
    }
    
    .section_difficult {
        padding-bottom: 90px;
    }
    
    .section_difficult .head_box {
        padding-top: 20vw;
        padding-bottom: 20vw;
        margin-bottom: 20vw;
    }
    
    .section_difficult .head_box .arrow {
        bottom: -5vw;
    }
    
    .section_difficult .head_box .arrow img {
        width: 40vw;
    }
    
    .section_difficult .head_box .flex_box {
        gap: 15vw;
    }
    
    .section_difficult .head_box .box {
        width: 100%;
    }
    
    .section_difficult .head_box .box .title {
        font-size: 4.2vw;
        background-size: 90%;
        padding-bottom: 6vw;
        margin-bottom: 5vw;
    }
    
    .section_difficult .head_box .box ul li {
        padding: 5vw 6vw 5vw 9vw;
        margin-left: 6vw;
    }
    
    .section_difficult .head_box .box ul li + li {
        margin-top: 8vw;
    }
    
    .section_difficult .head_box .box ul li .text {
        font-size: 3.3vw;
    }
    
    .section_difficult .head_box .box ul li .text .accent {
        font-size: 3.8vw;
    }
    
    .section_difficult .head_box .box ul li .illust {
        right: auto;
        left: -4vw;
    }

    .section_difficult .head_box .box ul li .illust img {
        height: 12vw;
    }
    
    .section_difficult .bottom_box .catch {
        font-size: 5vw;
        padding: .5em 1.5em;
        margin-bottom: 3vw;
    }

    .section_difficult .bottom_box .catch + .catch {
        padding-right: 15vw;
    }

    .section_difficult .bottom_box .catch .illust {
        width: 17vw;
        right: -6vw;
    }
    
    .section_difficult .bottom_box .text {
        font-size: 3.3vw;
        margin-top: 1em;
    }
    
    .section_banner {
        padding: 20vw 0;
    }
    
    .section_banner .banner {
        width: 100%;
    }
    
    .section_price .cont {
        padding: 20vw 0;
    }
    
    .section_price .cont .box + .box {
        margin-top: 15vw;
    }
    
    .section_price .cont .box .box_title {
        margin-bottom: 10vw;
    }
    
    .section_price .cont .box .box_title .title {
        font-size: 4vw;
        width: 100%;
        padding-block: 4vw;
    }
    
    .section_price .cont .box .table_box table {
        border-spacing: 0 4vw;
    }
    
    .section_price .cont .box .table_box table th {
        width: 100%;
        padding: 4vw 7vw;
        font-size: 3.5vw;
        display: block;
    }

    .section_price .cont .box .table_box table th.free {
        padding-left: 18vw;
    }
    
    .section_price .cont .box .table_box table th .free {
        left: -2.5vw;
        top: -6vw;
        z-index: 2;
        width: 17vw;
    }
    
    .section_price .cont .box .table_box table td {
        font-size: 3.3vw;
        padding: 6vw;
        display: block;
    }
    
    .section_price .cont .box .table_box table td .price {
        font-size: 4.2vw;
    }
    
    .section_price .cont .box .table_box table td .in_box {
        padding: 5vw 6vw;
    }
    
    .section_price .cont .box .table_box table td .in_box + .in_box {
        margin-top: 4vw;
    }
    
    .section_price .cont .box .table_box table td .in_box .head_box {
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    
    .section_price .cont .box .table_box table td .in_box .head_box .title {
        font-size: 4vw;
    }
    
    .section_price .cont .box .table_box table td .in_box .bottom_box dl + dl {
        margin-top: 6vw;
    }
    
    .section_price .cont .box .table_box table td .in_box .bottom_box dl dd {
        font-size: 3.2vw;
    }
    
    .section_price .cont .box .table_box table td .in_box .bottom_box .text {
        font-size: 3.2vw;
    }
    
    .section_price .cont .box .attention {
        margin-top: 4vw;
    }
    
    .section_price .cont .box .attention ul li {
        font-size: 3vw;
    }
    
    .section_faq .cont {
        padding: 20vw 0;
    }
    
    .section_faq .cont dl + dl {
        margin-top: 5vw;
    }
    
    .section_faq .cont dl dt {
        padding: 4vw 12vw 4vw 15vw;
        font-size: 3.6vw;
    }
    
    .section_faq .cont dl dt:before {
        width: 8vw;
        height: 8vw;
        line-height: 7.6vw;
        left: 4vw;
        font-size: 5vw;
    }
    
    .section_faq .cont dl dt:after {
        width: 4vw;
        height: 2vw;
        right: 4vw;
        top: calc( 50% - 1vw );
    }
    
    .section_faq .cont dl dd {
        padding: 4vw 4vw 4vw 15vw;
        gap: 4vw;
    }
    
    .section_faq .cont dl dd:before {
        width: 8vw;
        height: 8vw;
        line-height: 7.6vw;
        left: 4vw;
        font-size: 5vw;
        position: absolute;
        left: 4vw;
    }
    
    .section_greeting {
        padding: 20vw 0;
        background-image: url(/kojin/wp-content/themes/child/image/polygon_2_sp.webp);
    }
    
    .section_greeting .text_box {
        width: 100%;
        order: 2;
    }
    
    .section_greeting .text_box .catch {
        font-size: 4.2vw;
        margin-bottom: 1em;
        letter-spacing: .1em;
    }
    
    .section_greeting .text_box .text {
        font-size: 3.3vw;
        margin-bottom: 1.5em;
    }
    
    .section_greeting .text_box .name {
        font-size: 4.2vw;
    }
    
    .section_greeting .image {
        width: 90%;
        margin-left: 2.5vw;
        margin-bottom: 12vw;
        height: 90vw;
        position:relative;
    }
    
    .section_greeting .image:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #e9ebf5;
        position: absolute;
        right:-5vw;
        bottom: -5vw;
    }

    .section_greeting .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
        position: relative;
    }
    
    .section_contact_form {
        padding-bottom: 20vw;
    }
    
    .section_contact_form .cont {
        padding: 5vw 6vw 5vw 6vw;
        margin-top: 20vw;
    }
    
    .section_contact_form .cont .head_box {
        margin-bottom: 20vw;
    }
    
    .section_contact_form .cont .head_box .logo {
        width: 80%;
        margin: 0 auto 5vw auto;
    }
    
    #main_footer {
        padding: 15vw 0 6vw 0;
    }

    #main_footer:before {
        background-image: url(/kojin/wp-content/themes/child/image/polygon_sp.webp);
    }
    
    #main_footer .logo {
        width: 80%;
        margin: 0 auto 10vw auto;
    }
    
    #main_footer .cont {
        padding: 10vw 6vw 55px 6vw;
        margin-bottom: 10vw;
    }
    
    #main_footer .cont .flex_box {
        display: block;
    }
    
    #main_footer .cont .box {
        width: 100%;
    }
    
    #main_footer .cont .box:first-child {
        padding-right: 0;
        margin-bottom: 10vw;
    }
    
    #main_footer .cont .box:nth-child(2) {
        padding-left: 0;
        padding-top: 10vw;
    }
    
    #main_footer .cont .box:nth-child(2)::before {
        width: 100%;
        height: 1px;
        left: 50%;
        top: 0;
        transform: translateY(0) translateX(-50%);
    }
    
    #main_footer .cont .box .en_title {
        font-size: 7vw;
    }

    #main_footer .cont .box .box_title {
        margin-bottom: 4vw;
    }
    
    #main_footer .cont .box .address {
        font-size: 3.3vw;
    }

    #main_footer .cont .box .number {
        font-size: 3.3vw;
    }

    #main_footer .cont .box .number a {
        color: initial;
        pointer-events: none;
    }
    
    #main_footer .cont .box .map iframe {
        height: 50vw;
    }
    
    #main_footer .cont .box .title {
        font-size: 3.3vw;
        margin-bottom: 5vw;
    }

    #main_footer .cont .box .button_box {
        display: block;
    }
    
    #main_footer .cont .box .button_box .common_button + .common_button {
        margin-top: 4vw;
    }
    
    #main_footer .cont .box .in_box + .in_box {
        margin-top: 10vw;
    }
    
    #main_footer .cont .box .tel {
        font-size: 10vw;
    }

    #main_footer .cont .box .tel a {
        color: #282d49;
    }
    
    #main_footer .cont .box .tel small {
        font-size: 7vw;
    }
    
    #main_footer .cont .box .time {
        font-size: 3vw;
    }
    
    #main_footer .bottom_box .copyright {
        order: 2;
        text-align: center;
        width: 100%;
    }
    
    #main_footer .bottom_box .copyright small {
        font-size: 3vw;
    }
    
    #main_footer .bottom_box .other_link {
        margin-bottom: 10vw;
        width: 100%;
    }
    
    #main_footer .bottom_box .other_link ul {
        gap: 4vw;
        justify-content: center;
    }
    
    #main_footer .bottom_box .other_link ul li a {
        font-size: 3vw;
        padding-right: 4vw;
        background-size: 2.6vw;
    }

    .contact_fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    .contact_fixed .head_box .title {
    }

    .contact_fixed .head_box .title.tel {
        width: 33.333%;
    }

    .contact_fixed .head_box .title.web {
        width: 66.6666%;
    }

    .contact_fixed ul {
    	display: grid;
    	grid-template-columns: repeat(3, 1fr);
    }

    .contact_fixed ul li a {
        display: flex;
        align-items: center;
        height: 16vw;
        width: 100%;
        font-weight: 700;
        font-size: 3.4vw;
        background-color: #f1f1f1;
        color: #282d49;
        color: initial;
        border-right: 1px solid #fff;
        position: relative;
        z-index: 2;
        font-weight: 800;
        padding-top: 1.2vw;
        background-image: linear-gradient(rgb(255, 255, 255), rgb(209, 209, 209));
        justify-content: center;
        gap: 2vw;
    }

    .contact_fixed ul li.tel a {
        color: #282d49;
        border-right: 1px solid;
    }

    .contact_fixed ul li.mail a {
        color: #c0442a;
    }

    .contact_fixed ul li.line a {
        border-right: none;
        color: #10c455;
    }

    .contact_fixed ul li a .icon {
        pointer-events: none;
    }

    .contact_fixed ul li.mail a .icon img {
        width: 5vw;
    }

    .contact_fixed ul li.tel a .icon img {
        width: 3.6vw;
    }

    .contact_fixed ul li.line a .icon img {
        width: 5.5vw;
    }

    .page_top_fixed a {
        position: fixed;
        right: 2.5vw;
        bottom: 28vw;
        background: #282d49;
        border-radius: 100%;
        width: 15vw;
        height: 15vw;
        color: #fff;
        text-align: center;
        padding-top: 7.5vw;
        font-size: 3vw;
        font-family: "Oswald", sans-serif;
        background-image: url(/kojin/wp-content/themes/child/image/arrow_top.svg);
        background-repeat: no-repeat;
        background-position: center 3vw;
        background-size: 4vw;
        z-index: 10;
        border: 1px solid;
        opacity: 0;
        transition: .3s;
    }

    .page_top_fixed a.active {
        opacity: 1;
    }

    .common_title_border {
        margin-bottom: 10vw;
    }
    
    .common_title_border .lead {
        font-size: 4vw;
        padding-bottom: 8vw;
        margin-bottom: 3vw;
    }
    
    .common_title_border .title {
        font-size: 7.5vw;
    }

    .contact_fixed .head_box .title {
        text-align: center;
        letter-spacing: .1em;
        position: relative;
        padding: 1.5vw 0;
        color: #fff;
    }

    .contact_fixed .head_box .title:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2vw 2vw 0px 2vw;
        border-color: #282d49 transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -1.8vw;
        transform: translateX(-50%);
        z-index: 3;
    }

    .contact_fixed .head_box .title.tel {
        width: 33.333%;
        background: #282d49;
    }
    
    .contact_fixed .head_box .title.web {
        width: 66.6666%;
        background: #c0442a;
    }

    .contact_fixed .head_box .title.web:before {
        border-color: #c0442a transparent transparent transparent;
    }
    
    #page_gate .logo_box {
        width: 60vw;
        left: 5vw;
        top: 5vw;
    }
    
    #page_gate .box {
        height: auto;
        width: 100%;
        padding: 20vw 10vw 20vw 10vw;
    }

    #page_gate .box#hojin {
        padding-top: 40vw;
    }
    
    #page_gate .box .text_box .title {
        font-size: 6vw;
        margin-bottom: 10vw;
    }
    
    #page_gate .box .text_box .title:before {
        width: 7vw;
        bottom: -4vw;
    }
    
    #page_gate .box .text_box .lead {
        font-size: 3.7vw;
    }
    
    #page_gate .box .text_box .button a {
        font-size: 3.8vw;
        line-height: 14vw;
        width: 60vw;
    }
    
    #page_gate .box .text_box .button a:hover {
        background: none;
        color: #fff;
    }

}