@charset "UTF-8";

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

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

@font-face {
    font-family: "DIN2014";
    src: url("./fonts/DIN2014_Demi.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN2014";
    src: url("./fonts/DIN2014_Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.font_din {
    font-family: "DIN2014", Arial, sans-serif;
    font-weight: 700;
}

html,
button,
input,
select,
textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}


body {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 120px;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    position: relative;
    background: url(./image/common_fv.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.common_page_main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    opacity: .5;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.common_page_main .wrap {
    position: relative;
    padding-top: 63px;
    padding-bottom: 59px;
}

.common_page_main .illust {
    position: absolute;
    right: -50px;
    top: 57px;
}

.common_page_main .title_box {
    margin-bottom: 26px;
}

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

.common_page_main .title_box .sub_title {
    font-size: 24px;
    letter-spacing: .1em;
    text-transform: capitalize;
    line-height: 1.25;
}

.common_page_wrap {
    padding: 100px 0 140px;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 13px;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    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;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    min-width: 1340px;
}

header#pc_header .head_box {
    padding: 11.105px 0;
    align-items: center;
}

header#pc_header .head_box .logo a {
    display: block;
    width: 315px;
    height: 30px;
}

header#pc_header .head_box .contact_box {
    align-items: center;
    gap: 25px;
}

header#pc_header .head_box .contact_box .tel_box {
    align-items: center;
    gap: 4px;
}

header#pc_header .head_box .contact_box .tel_box .tel {
    align-items: center;
    gap: 6px;
}

header#pc_header .head_box .contact_box .tel_box .tel .text {
    font-size: 34px;
}

header#pc_header .head_box .contact_box .tel_box .time_box .text {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.4;
}

.common_contact_button a {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #1A1A1A;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background-color: #FF9300;
    position: relative;
    background-image: url(./image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 12px;
    letter-spacing: .1em;
    transition: .3s;
}

.common_contact_button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

header#pc_header .header_nav {
    background: #F2F2F2;
}

header#pc_header .header_nav ul li.single,
header#pc_header .header_nav ul li.mulch {
    padding: 7px 0 9.21px;
}

header#pc_header .header_nav ul li a.parent {
    color: #1A1A1A;
    font-weight: 700;
    padding: 0 32.5px;
    position: relative;
    letter-spacing: .1em;
    transition: .3s;
}

header#pc_header .header_nav ul li.mulch a.parent {
    padding-right: 42px;
}

header#pc_header .header_nav ul li:last-child.mulch a.parent {
    padding-right: 22.5px;
}

header#pc_header .header_nav ul li:last-child.mulch a.parent::after {
    right: 0;
}

header#pc_header .header_nav ul li:first-child a.parent {
    padding-left: 0;
}

header#pc_header .header_nav ul li a.parent:before {
    content: "";
    width: 2px;
    height: 16px;
    background: #C6C3C3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header#pc_header .header_nav ul li:last-child a.parent:before {
    display: none;
}

header#pc_header .header_nav ul li.mulch {
    position: relative;
}

header#pc_header .header_nav ul li.mulch a.parent::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 9px solid #3C3C3C;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 solid transparent;
    transform: translateY(1px);
    box-sizing: border-box;
}

header#pc_header .header_nav ul li.mulch .sub_menu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
    padding-top: 15px;
    pointer-events: none;
}

header#pc_header .header_nav ul li.mulch .sub_menu ul {
    width: 240px;
    background: #fff;
    border: 2px solid;
    border-radius: 5px;
    padding: 30px;
    padding-top: 20px;
    transition: .3s;
}

header#pc_header .header_nav ul li.mulch .sub_menu li a {
    display: block;
    color: #1A1A1A;
    border-bottom: 2px dotted;
    padding: 10px;
    position: relative;
    font-weight: 700;
}

header#pc_header .header_nav ul li.mulch .sub_menu li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

header#pc_header .header_nav ul li.mulch:hover .sub_menu {
    opacity: 1;
    pointer-events: auto;
}

.main_visual {
    position: relative;
    background: url(./image/mainvisual.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    padding-top: 94px;
    overflow: hidden;
}

.main_visual:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1A1A1A;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}

.main_visual .illust {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
}

.main_visual .wrap {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.main_visual .lead {
    font-size: 35px;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

.main_visual .lead small {
    font-size: 30px;
}

.main_visual .lead .border {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.main_visual .lead .accent {
    color: #FFDB62;
    font-size: 37px;
}

.main_visual .catch {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.main_visual .catch small {
    font-size: 52px;
}

.main_visual .text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: .1em;
}

.main_visual .common_contact_button a {
    margin: 0 auto;
    width: 350px;
    height: 80px;
    line-height: 75px;
    font-size: 20px;
    background-size: 46px;
    background-position: 19px;
}

.main_visual .common_contact_button a:after {
    right: 32px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

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

.common_title_box .en {
    font-size: 26px;
    color: #E0C15A;
    line-height: 1;
}

.common_title_box .title {
    font-size: 50px;
    font-weight: 900;
    color: #1A1A1A;
    letter-spacing: .1em;
}

.common_title_box .title .num {
    font-size: 78px;
    line-height: 1;
}

.section_problems {
    padding: 150px 0 140px;
}

.section_problems .cont {
    position: relative;
}

.section_problems .cont .pastel {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 1284px;
    top: -60px;
}

.section_problems ul li {
    background: #FFF8E2;
    border-radius: 10px;
    position: relative;
    padding: 20px 25px;
    width: 360px;
    position: relative;
}

.section_problems ul li:nth-child(2) {
    background: #FFF3E2;
    margin-top: 30px;
}

.section_problems ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(318deg, #ffffff, #ffffff 6px, transparent 6px, transparent 12px);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}

.section_problems ul li * {
    position: relative;
}

.section_problems ul li .head_box {
    gap: 17.6px;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
}

.section_problems ul li .head_box .moya {
    position: absolute;
    left: 64px;
    top: -34px;
}

.section_problems ul li .head_box .name {
    font-size: 22px;
    font-weight: 900;
    color: #1A1A1A;
    border-bottom: 2px dotted #7B7B7B;
    padding-bottom: 3px;
    letter-spacing: .05em;
}

.section_problems ul li .head_box .name .accent {
    color: #E68501;
}

.section_problems ul li .hukidashi {
    background: #fff;
    position: relative;
    border: 2px solid #1A1A1A;
    padding: 10px 20px;
    border-radius: 5px;
}

.section_problems ul li .hukidashi:before,
.section_problems ul li .hukidashi:after {
    content: '';
    position: absolute;
    top: -1em;
    left: 19px;
    border-right: 10px solid transparent;
    border-bottom: solid 1em #222;
    border-left: 10px solid transparent;
}

.section_problems ul li .hukidashi:after {
    top: calc(4px - 1em);
    border-bottom: solid 1em #fff;
}

.section_problems ul li .hukidashi .text {
    letter-spacing: .1em;
    font-size: 15px;
    line-height: 1.5;
}

.section_problems ul li .hukidashi .text .accent {
    font-weight: 900;
    font-size: 18px;
    background: linear-gradient(transparent 50%, #FFF0BA 50%);
}

.section_reason {
    padding: 120px 0 138px;
    background: url(./image/dotted_back.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_reason .common_title_box {
    position: relative;
}

.section_reason .common_title_box .cloud {
    position: absolute;
    right: 180px;
    top: 0;
}

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

.section_reason ul li {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    padding: 50px 25px 30px;
    position: relative;
    z-index: 2;
}

.section_reason ul li .pastel {
    position: absolute;
    left: 50%;
    top: 23.7px;
    transform: translateX(-50%);
    z-index: -1;
}

.section_reason ul li .pastel img {
    max-width: none;
}

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

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

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

.section_reason ul li .reason {
    position: absolute;
    left: 50%;
    top: -19px;
    background: #FFE077;
    border: 2px solid #1A1A1A;
    border-radius: 39px;
    width: 140px;
    text-align: center;
    transform: translateX(-50%);
    font-size: 20px;
    color: #1A1A1A;
}

.section_reason ul li .reason:before,
.section_reason ul li .reason:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #222;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.section_reason ul li .reason:after {
    bottom: calc(4px - 11px);
    border-top: solid 10px #FFE077;
}

.section_reason ul li .image {
    text-align: center;
}

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

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

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

.section_reason ul li .title {
    font-size: 22px;
    font-weight: 900;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .05em;
    border-bottom: 2px dashed #808080;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.section_reason ul li .title .accent {
    color: #E68501;
    font-size: 24px;
}

.section_reason ul li .text {
    letter-spacing: .1em;
    line-height: 1.5;
}

.section_reviews {
    padding: 120px 0 180px;
}

.section_reviews .common_title_box {
    margin-bottom: 0;
}

.section_reviews .main_image {
    margin-bottom: 50px;
    margin-top: -20px;
    width: 1182px;
    margin-left: auto;
    margin-right: auto;
}

.section_reviews .cont {
    width: 1040px;
    margin: 0 auto;
    background: #FFFDF7;
    border-radius: 0 0 20px 20px;
    border-top: 2px solid #1A1A1A;
    padding: 56px 49px 58px;
    /* margin-bottom: 50px; */
    position: relative;
}

.section_reviews .cont .review_list li.slide {
    width: 250px;
    position: relative;
}

.section_reviews .cont .review_list li.slide:nth-child(2)::before,
.section_reviews .cont .review_list li.slide:nth-child(2)::after {
    content: "";
    width: 2px;
    height: 100%;
    border-left: 2px dashed #808080;
    position: absolute;
    left: -48px;
    top: 0;
}

.section_reviews .cont .review_list li.slide:nth-child(2)::after {
    left: auto;
    right: -48px;
}

.section_reviews .cont .review_list .slide .head_box {
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.section_reviews .cont .review_list .slide .head_box .name {
    font-size: 20px;
    font-weight: 900;
    color: #1A1A1A;
    letter-spacing: .05em;
    line-height: 1.4;
}

.section_reviews .cont .review_list .slide .text {
    letter-spacing: .1em;
    line-height: 1.52;
}

.common_more_button a {
    display: block;
    width: 280px;
    line-height: 60px;
    background: #303030;
    border-radius: 39px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    transition: .3s;
}

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

.section_reviews .cont .hukidashi {
    position: absolute;
    left: 50%;
    top: -20px;
    background: #FFE077;
    border: 2px solid #1A1A1A;
    border-radius: 39px;
    width: 200px;
    text-align: center;
    transform: translateX(-50%);
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 900;
    line-height: 2;
}

.section_reviews .cont .hukidashi:before,
.section_reviews .cont .hukidashi:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #222;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.section_reviews .cont .hukidashi:after {
    bottom: calc(4px - 11px);
    border-top: solid 10px #FFE077;
}

.section_flow {
    padding-bottom: 120px;
}

.section_flow .common_title_box {
    margin-bottom: 30px;
}

.section_flow .cont {
    /* margin-bottom: 40px; */
}

.section_flow .cont ul {
    width: 954px;
    margin: 0 auto;
    position: relative;
}

.section_flow .cont ul:before {
    content: "";
    width: 2px;
    height: 400px;
    background: #1A1A1A;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

.section_flow .cont ul li:nth-child(even) {
    margin-left: auto;
}

.section_flow .cont ul li {
    width: 350px;
    position: relative;
}

.section_flow .cont ul li:nth-child(2) {
    margin-top: -30px;
}

.section_flow .cont ul li:nth-child(3) {
    margin-top: -45px;
}

.section_flow .cont ul li:nth-child(4) {
    margin-top: -25px;
}

.section_flow .cont ul li:nth-child(5) {
    margin-top: -50px;
}

.section_flow .cont ul li:nth-child(6) {
    margin-top: -30px;
}

.section_flow .cont ul li .illust {
    position: absolute;
}

.section_flow .cont ul li:nth-child(2) .illust {
    right: 45px;
    top: -124px;
    z-index: -1;
}

.section_flow .cont ul li:nth-child(3) .illust {
    left: 170px;
    top: -17.3px;
}

.section_flow .cont ul li:nth-child(5) .illust {
    right: -30px;
    bottom: -85px;
}

.section_flow .cont ul li:nth-child(6) .illust {
    left: 172px;
    top: -9px;
}

.section_flow .cont ul li:before {
    content: "";
    width: 80px;
    height: 2px;
    border-top: 2px dashed #707070;
    position: absolute;
    left: 100%;
    top: 40px;
}

.section_flow .cont ul li:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #FFBC62;
    border: 2px solid #1A1A1A;
    border-radius: 100%;
    position: absolute;
    right: -134.5px;
    top: 32.5px;
}

.section_flow .cont ul li:nth-child(even)::after {
    background: #FFE077;
}

.section_flow .cont ul li:nth-child(even)::before {
    left: -95px;
}

.section_flow .cont ul li:nth-child(2)::before {
    top: 47px;
}

.section_flow .cont ul li:nth-child(2)::after {
    top: 40px;
}

.section_flow .cont ul li:nth-child(even)::after {
    right: auto;
    left: -134.5px;
}

.section_flow .cont ul li .title_box {
    position: relative;
    padding-top: 16px;
    padding-left: 44px;
    padding-bottom: 12px;
    min-height: 80px;
}

.section_flow .cont ul li .title_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

.section_flow .cont ul li .title_box .en {
    font-size: 16px;
    color: #E5CC7A;
    line-height: 1.3;
}

.section_flow .cont ul li .title_box .title {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.22;
}

.section_flow .cont ul li .title_box .num {
    width: 52px;
    height: 52px;
    background: #FFBC62;
    border: 2px solid #1A1A1A;
    border-radius: 100%;
    text-align: center;
    line-height: .9;
    font-size: 24px;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.section_flow .cont ul li:nth-child(even) .title_box .num {
    background: #FFE077;
}

.section_flow .cont ul li .title_box .num small {
    font-size: 12px;
}

.section_flow .cont ul li .lead {
    margin-left: 44px;
    margin-top: 5px;
    letter-spacing: .1em;
    line-height: 1.4;
    color: #5A5A5A;
}

.section_price {
    padding: 120px 0;
    background: url(./image/dotted_back.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_price .common_title_box {
    margin-bottom: 40px;
    position: relative;
}

.section_price .common_title_box .cloud {
    position: absolute;
    left: 300px;
    top: 0;
}

.section_price .cont {
    background: #fff;
    padding: 50px 70px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 50px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.section_price .cont .table_wrap table {
    width: 100%;
    border-spacing: 6px;
    border-collapse: unset;
    color: #1A1A1A;
}

.section_price .cont .table_wrap table th,
.section_price .cont .table_wrap table td {
    text-align: center;
    vertical-align: middle;
    background: #F2F2F2;
    height: 50px;
    letter-spacing: .05em;
}

.section_price .cont .table_wrap table th {
    font-size: 16px;
    font-weight: 700;
}

.section_price .cont .table_wrap table td {
    font-size: 18px;
    font-weight: 700;
}

.section_price .cont .table_wrap table thead th {
    font-size: 26px;
    position: relative;
    background: none;
}

.section_price .cont .table_wrap table thead th .illust {
    position: absolute;
    left: 39px;
    top: -6.9px;
}

.section_price .cont .table_wrap table thead th small {
    font-size: 23px;
}

.section_price .cont .table_wrap table thead th.orange {
    background: #FCAF49;
    border: 2px solid #1A1A1A;
    border-radius: 10px 10px 0 0;
    width: 343px;
    height: 70px;
}

.section_price .cont .table_wrap table thead th.yellow {
    background: #F5CC40;
    border: 2px solid #1A1A1A;
    border-radius: 10px 10px 0 0;
    width: 343px;
    height: 70px;
}

.section_price .cont .table_wrap table th.stripe {
    position: relative;
    background: #F4F4F4;
    z-index: 2;
    height: 100px;
    border: 3px solid #C3C3C3;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.section_price .cont .table_wrap table th.stripe:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(318deg, #ffffff, #ffffff 6px, transparent 6px, transparent 12px);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: -1;
}

.section_price .cont .table_wrap table th.stripe small {
    font-size: 16px;
    font-weight: 700;
}

.section_price .cont .table_wrap table td.orange {
    background: #FFF3E5;
}

.section_price .cont .table_wrap table td.yellow {
    background: #FFF6D8;
    font-size: 20px;
    font-weight: 900;
}

.section_price .cont .table_wrap table td.orange.price .font_din {
    font-size: 30px;
    font-weight: 700;
}

.section_price .cont .table_wrap table td.orange.price small {
    font-size: 18px;
    font-weight: 900;
    margin-left: 5px;
}

.section_price .cont .table_wrap table td.price .font_din {
    font-size: 24px;
    font-weight: 600;
}

.section_price .cont .table_wrap table td.price small {
    font-size: 15px;
    font-weight: 700;
    margin-left: 3px;
}

.section_price .cont .attention {
    text-align: right;
    font-size: 16px;
    color: #838383;
    margin-top: 10px;
}

.section_business {
    padding: 120px 0 160px;
    overflow: hidden;
}

.section_business .common_title_box {
    margin-bottom: 80px;
}

.section_business .cont {
    position: relative;
}

.section_business .cont .pastel {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -78px;
    transform: translateX(-50%);
}

.section_business .cont .pastel img {
    max-width: unset;
}

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

.section_business .cont ul li {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #E68501;
    border-radius: 10px;
}

.section_business .cont ul li a {
    display: block;
    color: initial;
}

.section_business .cont ul li .in_wrap {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    padding: 88px 102.5px 60px;
}

.section_business .cont ul li .in_wrap .back {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF3E2;
    z-index: -1;
    border-radius: 10px;
    transition: .3s;
}

.section_business .cont ul li:nth-child(2) .in_wrap .back {
    background: #FFF8E2;
}

.section_business .cont ul li .in_wrap .back:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(318deg, #ffffff, #ffffff 6px, transparent 6px, transparent 12px);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: -1;
    border-radius: 10px;
}

.section_business .cont ul li .hukidashi {
    position: absolute;
    left: 50%;
    top: -28px;
    background: #FFBC62;
    border: 2px solid #1A1A1A;
    border-radius: 39px;
    width: 310px;
    text-align: center;
    transform: translateX(-50%);
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 900;
    line-height: 2;
    height: 56px;
    letter-spacing: .1em;
    z-index: 3;
}

.section_business .cont ul li .hukidashi .big {
    font-size: 26px;
}

.section_business .cont ul li .hukidashi:before,
.section_business .cont ul li .hukidashi:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #222;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.section_business .cont ul li .hukidashi:after {
    bottom: calc(4px - 11px);
    border-top: solid 10px #FFBC62;
}

.section_business .cont ul li:nth-child(2) .hukidashi {
    background: #FFE077;
}

.section_business .cont ul li:nth-child(2) .hukidashi:after {
    border-top: solid 10px #FFE077;
}

.section_business .cont ul li .title {
    font-size: 32px;
    font-weight: 900;
    color: #1A1A1A;
    line-height: 1.45;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #808080;
    letter-spacing: .1em;
}

.section_business .cont ul li .lead {
    letter-spacing: .1em;
    margin-bottom: 50px;
}

.section_business .cont ul li .button p {
    display: block;
    width: 390px;
    line-height: 46px;
    background: #303030;
    text-align: center;
    color: #fff;
    border-radius: 39px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .1em;
    position: relative;
    transition: .3s;
}

.section_business .cont ul li .button p:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.section_business .cont ul li .illust {
    position: absolute;
    z-index: 3;
}

.section_business .cont ul li:nth-child(1) .illust {
    right: -34.8px;
    bottom: -5px;
}

.section_business .cont ul li:nth-child(2) .illust {
    right: -42.7px;
    bottom: -10px;
}

.section_business .cont ul li .accent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.section_business .cont ul li .accent img {
    max-width: unset;
}

.section_business .cont ul li:nth-child(1) .accent {
    top: 22.2px;
}

.section_business .cont ul li:nth-child(2) .accent {
    top: -37.4px;
}

.section_business .cont ul li .border.black {
    width: 100%;
    height: 100%;
    border: 3px solid #1A1A1A;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
    pointer-events: none;
}

.section_faq {
    padding: 110px 0 137px;
    background: url(./image/dotted_back.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

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

.section_faq .cont dl dt {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    padding: 27px 56px 27px 88px;
    position: relative;
}

.section_faq .cont dl dt:before {
    content: "Q.";
    font-size: 34px;
    font-weight: 700;
    font-family: "DIN2014", Arial, sans-serif;
    background: #E68501;
    width: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 4px;
}

.section_faq .cont dl dt .title {
    font-size: 18px;
    font-weight: 900;
    color: #1A1A1A;
    letter-spacing: .05em;
}

.section_faq .cont dl dt:after {
    content: "";
    width: 26px;
    height: 18px;
    background: url(./image/arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.section_faq .cont dl dt.nowOpen::after {
    transform: translateY(-50%) scale(1, -1);
}

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

.section_faq .cont dl dd {
    padding-left: 88px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 100px;
    letter-spacing: .08em;
}

.section_faq .cont dl dd:before {
    content: "A.";
    font-size: 34px;
    font-weight: 700;
    font-family: "DIN2014", Arial, sans-serif;
    color: #E68501;
    position: absolute;
    left: 33px;
    top: 0;
    line-height: 2;
}

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

.section_faq .cont dl:nth-child(even) dd:before {
    color: #EBB500;
}

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

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

.section_news .flex_box .title_box {
    width: 260px;
}

.section_news .flex_box .title_box .common_title_box {
    margin-bottom: 32px;
    text-align: left;
}

.section_news .flex_box .cont {
    width: 710px;
}

.section_news .flex_box .cont ul li+li {
    margin-top: 10px;
}

.section_news .flex_box .cont ul li a {
    display: block;
    background: #FFFDF4;
    border-radius: 8px;
    padding: 20px 92px 20px 30px;
    position: relative;
    transition: .3s;
}

.section_news .flex_box .cont ul li:nth-child(2) a {
    background: #fff;
}

.section_news .flex_box .cont ul li a .data {
    position: relative;
    color: #E68501;
    font-size: 16px;
}

.section_news .flex_box .cont ul li a .data:before {
    content: "";
    width: 500px;
    height: 2px;
    border-top: 2px dashed #E6D8A8;
    position: absolute;
    right: 0;
    top: 49.5%;
}

.section_news .flex_box .cont ul li a .title {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 900;
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .3s;
}

.section_news .flex_box .cont ul li a .arrow {
    width: 30px;
    height: 30px;
    background: #303030;
    border-radius: 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.section_news .flex_box .cont ul li a .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

footer#main_footer {
    background: #1A1A1A;
    padding: 122.8px 0 62px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

footer#main_footer .accent_illust {
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    z-index: -1;
    margin-left: 35px;
}

footer#main_footer .accent_illust img {
    max-width: unset;
}

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

footer#main_footer .logo a {
    display: block;
    width: 385px;
    height: 36px;
    margin: 0 auto;
}

footer#main_footer .address {
    text-align: center;
    font-size: 13px;
    letter-spacing: .1em;
    margin-bottom: 42px;
}

.common_contact_box {
    width: 920px;
    margin: 0 auto 60px auto;
}

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

.common_contact_box ul li {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #000000;
    position: relative;
}

.common_contact_box ul li .illust {
    position: absolute;
}

.common_contact_box ul li.mail .illust {
    left: -23.9px;
    bottom: -14px;
}

.common_contact_box ul li.tel .illust {
    right: -29px;
    top: -21.3px;
}

.common_contact_box ul li.mail:after {
    content: "";
    width: 2px;
    height: 120px;
    border-left: 2px dashed #9B9B9B;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.common_contact_box ul li .title {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 3px;
    letter-spacing: .1em;
}

.common_contact_box ul li.tel .title {
    margin-bottom: 10px;
}

.common_contact_box ul li .common_contact_button a {
    margin: 0 auto;
    width: 310px;
    height: 70px;
    line-height: 65px;
    font-size: 18px;
    background-size: 40px;
    background-position: 15px;
}

.common_contact_box ul li .common_contact_button a::after {
    right: 25px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.common_contact_box ul li .tel_box {
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.common_contact_box ul li .tel_box .tel {
    align-items: center;
    gap: 9px;
    line-height: 1;
}

.common_contact_box ul li .tel_box .tel .text {
    font-size: 39px;
}

.common_contact_box ul li .tel_box .icon img {
    width: 40px;
}

.common_contact_box ul li .time {
    text-align: center;
    font-size: 12px;
    color: #777474;
    font-weight: 700;
}

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

footer#main_footer .footer_nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.common_other_nav {
    margin-bottom: 20px;
}

.common_other_nav ul {
    gap: 48px;
    justify-content: center;
}

.common_other_nav ul li {
    position: relative;
}

.common_other_nav ul li:before {
    content: "";
    width: 2px;
    height: 17px;
    background: #4B4B4B;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

.common_other_nav ul li:first-child::before {
    display: none;
}

.common_other_nav ul li a {
    color: #A2A2A2;
    font-size: 13px;
    letter-spacing: .1em;
    transition: .3s;
}

.common_copyright {
    text-align: center;
}

.common_copyright small {
    font-size: 12px;
    color: #898989;
}

/* 会社概要（PC） */

.page_company .section_message {
    padding-bottom: 155px;
}

.page_company .section_message .common_title_box {
    margin-bottom: 60px;
}

.page_company .section_message .cont {
    position: relative;
}

.page_company .section_message .cont .flex_box {
    align-items: center;
}

.page_company .section_message .cont .pastel {
    position: absolute;
    left: -85px;
    top: -80px;
    z-index: -1;
}

.page_company .section_message .cont .pastel img {
    max-width: unset;
}

.page_company .section_message .cont .picture_box {
    width: 400px;
    position: relative;
}

.page_company .section_message .cont .picture_box .picture {
    width: 100%;
    height: 490px;
    position: relative;
    z-index: 2;
}

.page_company .section_message .cont .picture_box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.page_company .section_message .cont .picture_box .picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E68501;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    top: 15px;
    left: 15px;
}

.page_company .section_message .cont .picture_box .illust {
    position: absolute;
    z-index: 2;
}

.page_company .section_message .cont .picture_box .illust.cloud {
    left: -25.7px;
    top: -17.3px;
}

.page_company .section_message .cont .picture_box .illust.couple {
    right: -53px;
    bottom: -37px;
}

.page_company .section_message .cont .text_box {
    width: 630px;
}

.page_company .section_message .cont .text_box .catch {
    font-size: 34px;
    color: #1A1A1A;
    font-weight: 900;
    border-bottom: 2px dashed #7B7B7B;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.page_company .section_message .cont .text_box .catch .accent {
    color: #E68501;
}

.page_company .section_message .cont .text_box .in_text {
    margin-right: 40px;
    margin-bottom: 30px;
}

.page_company .section_message .cont .text_box .in_text .text {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.8;
}

.page_company .section_message .cont .text_box .in_text .text+.text {
    margin-top: 2em;
}

.page_company .section_message .cont .text_box .name {
    text-align: right;
    font-size: 26px;
}

.page_company .section_overview {
    padding: 110px 0 130px;
    background: url(./image/dotted_back.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page_company .section_overview .common_title_box {
    margin-bottom: 40px;
}

.page_company .section_overview .picture_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #ADADAD;
}

.page_company .section_overview .picture_wrap .picture_box {
    position: relative;
}

.page_company .section_overview .picture_wrap .picture_box .illust {
    position: absolute;
    z-index: 2;
}

.page_company .section_overview .picture_wrap .picture_box:nth-child(1) .illust {
    left: -62.9px;
    top: 70px;
}

.page_company .section_overview .picture_wrap .picture_box:nth-child(2) .illust {
    right: -13.8px;
    top: -15.2px;
}

.page_company .section_overview .picture_wrap .picture_box:nth-child(3) .illust {
    right: -51px;
    bottom: -13.2px;
}

.page_company .section_overview .picture_wrap .picture_box .picture {
    width: 100%;
    height: 220px;
}

.page_company .section_overview .picture_wrap .picture_box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid #1A1A1A;
}

.page_company .section_overview .table_wrap table {
    width: 100%;
}

.page_company .section_overview .table_wrap table tr:nth-child(odd) {
    background: #fff;
}

.page_company .section_overview .table_wrap table th {
    padding: 20px 20px 20px 40px;
    width: 307px;
    position: relative;
    font-size: 15px;
    font-weight: 900;
}

.page_company .section_overview .table_wrap table th:before {
    content: "";
    width: 2px;
    height: 28px;
    background: #CBCBCB;
    position: absolute;
    right: 0;
    top: 20px;
}

.page_company .section_overview .table_wrap table td {
    padding: 20px 20px 20px 70px;
}

.page_company .section_price {
    background: #fff;
    padding-bottom: 0;
}

/* 用語解説ページ（PC） */

.page_glossary .section_contents .link_nav {
    margin-bottom: 60px;
}

.page_glossary .section_contents .link_nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.page_glossary .section_contents .link_nav ul li a {
    display: block;
    background: #FFE077;
    border: 2px solid;
    border-radius: 39px;
    line-height: 40px;
    text-align: center;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.page_glossary .section_contents .link_nav ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #1A1A1A;
    border-right: 2px solid #1A1A1A;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

.page_glossary .section_contents table {
    width: 100%;
}

.page_glossary .section_contents table tr:nth-child(odd) {
    background: #F8F8F8;
}

.page_glossary .section_contents table th {
    font-size: 18px;
    padding: 1.5em;
    padding-left: 40px;
    position: relative;
    width: 300px;
}

.page_glossary .section_contents table th:before {
    content: "";
    width: 2px;
    height: 28px;
    background: #CBCBCB;
    position: absolute;
    right: 0;
    top: 30px;
}

.page_glossary .section_contents table td {
    font-size: 16px;
    vertical-align: middle;
    padding: 1em;
    padding-left: 70px;
}

.page_glossary .section_contents table td ol {
    margin: 30px 0;
}

.page_glossary .section_contents table td ol li {
    gap: 20px;
    align-items: center;
}

.page_glossary .section_contents table td ol li+li {
    margin-top: 10px;
}

.page_glossary .section_contents table td ol li .num {
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #FF9300;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #1A1A1A;
}

.page_glossary .section_contents table td ol li .text {
    border-bottom: 2px dashed;
}

@media (min-width: 750px) {

    header#pc_header .header_nav ul li a.parent:hover {
        opacity: .7;
    }

    .common_contact_button a:hover {
        background-color: #F5CC40;
    }

    .common_more_button a:hover {
        background: #FF9300;
    }

    .section_news .flex_box .cont ul li a:hover .title {
        color: #E68501;
    }

    .section_news .flex_box .cont ul li a:hover .arrow {
        background: #E68501;
    }

    footer#main_footer .footer_nav ul li a:hover {
        opacity: .7;
    }

    .common_other_nav ul li a:hover {
        opacity: .7;
    }

    .section_business .cont ul li a:hover .border.black {
        transform: scale(.95, .95);
    }

    .section_business .cont ul li a:hover .in_wrap .back {
        transform: scale(.95, .95);
    }

    .section_business .cont ul li a:hover .button p {
        background: #E68501;
    }

}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

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

    body {
        font-size: 3.3vw;
        margin-top: 70px;
        min-width: unset;
        overflow: hidden;
        padding-bottom: 84px;
    }

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

    #sp_header .logo {
        position: absolute;
        left: 5vw;
        top: 23px;
    }

    #sp_header .logo a {
        display: block;
        width: 69vw;
        height: 6vw;
    }

    #sp_header .logo img {
        /* height: 23px; */
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        background: url(./image/common_fv_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 3.8vw;
    }

    .common_page_main .wrap {
        padding-top: 12.2vw;
        padding-bottom: 11.9vw;
    }

    .common_page_main .illust {
        right: -7vw;
        top: auto;
        width: 74.6vw;
        bottom: 0;
    }

    .common_page_main .title_box {
        margin-bottom: 0;
    }

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

    .common_page_main .title_box .sub_title {
        font-size: 5.1vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    .breadcrumb a {
        color: #888888;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */

    .common_contact_button a {
        width: 74.4vw;
        height: 16.9vw;
        line-height: 15.4vw;
        border: 2.5px solid #1A1A1A;
        border-radius: 10.0vw;
        font-size: 4.4vw;
        background-position: 3.8vw;
        background-size: 10.3vw;
    }

    .common_contact_button a::after {
        right: 5.9vw;
        width: 2.3vw;
        height: 2.3vw;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }

    .main_visual {
        background: url(./image/mainvisual_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
        height: 138.5vw;
        padding-top: 25.4vw;
    }

    .main_visual .illust {
        position: absolute;
        bottom: 1.8vw;
        left: -2.6vw;
        transform: translateX(0);
        width: 93.3vw;
    }

    .main_visual .lead {
        font-size: 5.6vw;
        padding-bottom: 4.4vw;
        margin-bottom: 2.6vw;
    }

    .main_visual .lead .border img {
        max-width: unset;
    }

    .main_visual .lead small {
        font-size: 4.6vw;
    }

    .main_visual .lead .accent {
        font-size: 6.2vw;
    }

    .main_visual .catch {
        font-size: 6.7vw;
        margin-bottom: 5.1vw;
    }

    .main_visual .catch small {
        font-size: 5.6vw;
    }

    .main_visual .catch .big {
        font-size: 9.2vw;
    }

    .main_visual .text {
        font-size: 3.8vw;
        margin-bottom: 10.3vw;
    }

    .main_visual .common_contact_button a {
        width: 74.4vw;
        height: 16.9vw;
        line-height: 15.4vw;
        font-size: 4.4vw;
        background-position: 3.8vw;
        background-size: 10.3vw;
    }

    .main_visual .common_contact_button a:after {
        right: 6.4vw;
        width: 3.6vw;
        height: 3.6vw;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
    }

    .common_title_box {
        margin-bottom: 9.0vw;
    }

    .common_title_box .en {
        font-size: 5.1vw;
    }

    .common_title_box .title {
        font-size: 6.7vw;
    }

    .common_title_box .title .num {
        font-size: 10.2vw;
    }

    .section_problems {
        padding: 20.5vw 0;
    }

    .section_problems .common_title_box .title {
        white-space: nowrap;
        transform: translateX(-.3em);
    }

    .section_problems .cont .pastel {
        width: 119.5vw;
        top: -7.1vw;
        margin-left: -2.6vw;
    }

    .section_problems .cont .pastel img {
        max-width: unset;
    }

    .section_problems ul li {
        padding: 3.8vw 5.1vw;
        width: 100%;
    }

    .section_problems ul li:nth-child(2) {
        margin-top: 5.1vw;
    }

    .section_problems ul li+li {
        margin-top: 5.1vw;
    }

    .section_problems ul li .head_box {
        gap: 4.4vw;
        margin-bottom: 3.8vw;
    }

    .section_problems ul li .head_box .icon {
        width: 13.8vw;
    }

    .section_problems ul li .head_box .moya {
        width: 5.9vw;
        left: 14.4vw;
        top: -6.2vw;
    }

    .section_problems ul li .head_box .name {
        font-size: 4.6vw;
        padding-bottom: 1.5vw;
    }

    .section_problems ul li .hukidashi {
        padding: 2.8vw 4.6vw;
    }

    .section_problems ul li .hukidashi .text {
        letter-spacing: .05em;
        font-size: 3.3vw;
    }

    .section_problems ul li .hukidashi .text .accent {
        font-size: 4.1vw;
        letter-spacing: .1em;
    }

    .section_reason {
        padding: 15.4vw 0 20.5vw;
    }

    .section_reason .common_title_box {
        margin-bottom: 9.0vw;
    }

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

    .section_reason ul li {
        padding: 10.3vw 6.4vw 6.4vw;
    }

    .section_reason ul li .pastel {
        top: 3.5vw;
    }

    .section_reason ul li:nth-child(1) .pastel {
        top: 3.5vw;
    }

    .section_reason ul li:nth-child(1) .pastel img {
        width: 47.7vw;
    }

    .section_reason ul li:nth-child(2) .pastel {
        top: -3.6vw;
    }

    .section_reason ul li:nth-child(2) .pastel img {
        width: 43.1vw;
    }

    .section_reason ul li:nth-child(3) .pastel {
        top: 2.9vw;
    }

    .section_reason ul li:nth-child(3) .pastel img {
        width: 48.7vw;
    }

    .section_reason ul li .reason {
        top: -3.8vw;
        border-radius: 10.0vw;
        width: 31.8vw;
        font-size: 4.6vw;
    }

    .section_reason ul li .image {
        text-align: center;
    }

    .section_reason ul li:nth-child(1) .image {
        margin-bottom: 3.4vw;
    }

    .section_reason ul li:nth-child(1) .image img {
        width: 40.8vw;
    }

    .section_reason ul li:nth-child(2) .image {
        margin-bottom: 3.9vw;
    }

    .section_reason ul li:nth-child(2) .image img {
        width: 37.9vw;
    }

    .section_reason ul li:nth-child(3) .image {
        margin-bottom: 4.9vw;
    }

    .section_reason ul li:nth-child(3) .image img {
        width: 38.7vw;
    }

    .section_reason ul li .title {
        font-size: 5.1vw;
        padding-bottom: 2.6vw;
        margin-bottom: 2.6vw;
    }

    .section_reason ul li .title .accent {
        font-size: 5.6vw;
    }

    .section_reviews {
        padding: 15.4vw 0 23.1vw;
    }

    .section_reviews .common_title_box {
        margin-bottom: 5.4vw;
    }

    .section_reviews .main_image {
        margin-bottom: 11.8vw;
        margin-top: 0;
        width: 100%;
    }

    .section_reviews .cont {
        width: 100%;
        padding: 9.7vw 4.9vw 15vw;
        /* margin-bottom: 7.7vw; */
    }

    .section_reviews .cont .review_list {
        border-left: 2px dashed #808080;
        border-right: 2px dashed #808080;
    }

    .section_reviews .cont .review_list li.slide {
        width: 80.0vw;
        padding: 0 6.7vw;
    }

    .section_reviews .cont .review_list li.slide:nth-child(2)::before,
    .section_reviews .cont .review_list li.slide:nth-child(2)::after {
        display: none;
    }

    .section_reviews .cont .review_list .slide .head_box {
        gap: 3.6vw;
        margin-bottom: 2.6vw;
    }

    .section_reviews .cont .review_list .slide .head_box .icon {
        width: 14.4vw;
    }

    .section_reviews .cont .review_list .slide .head_box .name {
        font-size: 4.6vw;
    }

    .section_reviews .slick-dots {
        bottom: -11.5vw;
    }

    .section_reviews .slick-dots li {
        width: auto;
        margin: 0 1.9vw;
    }

    .section_reviews .slick-dots li button {
        padding: 0;
        width: 2.6vw;
    }

    .section_reviews .slick-dots li button:before {
        font-size: 2.6vw;
        color: #D3D3D3;
        width: 2.6vw;
        opacity: 1;
    }

    .section_reviews .slick-dots li.slick-active button:before {
        color: #E68501;
    }

    .section_reviews .slick-arrow {
        width: 7.7vw;
        height: 7.7vw;
        background: url(./image/slick_arrow.svg) no-repeat;
        background-size: contain;
        background-position: center;
        top: calc(100% + 9.2vw);
        z-index: 2;
    }

    .section_reviews .slick-arrow:before {
        display: none;
    }

    .section_reviews .slick-next {
        transform: translate(0, -50%) scale(-1);
        right: 16.7vw;
    }

    .section_reviews .slick-prev {
        left: 16.7vw;
    }

    .common_more_button a {
        width: 56.4vw;
        line-height: 13.3vw;
        border-radius: 10.0vw;
        font-size: 3.8vw;
    }

    .common_more_button a:after {
        right: 5.1vw;
        width: 2.6vw;
        height: 2.6vw;
    }

    .section_reviews .cont .hukidashi {
        top: -4.1vw;
        border-radius: 10.0vw;
        width: 38.5vw;
        font-size: 4.4vw;
    }

    .section_flow {
        padding-bottom: 20.5vw;
    }

    .section_flow .common_title_box {
        margin-bottom: 7.2vw;
    }

    .section_flow .cont {
        /* margin-bottom: 10.3vw; */
    }

    .section_flow .cont ul {
        width: 100%;
        padding-left: 11.0vw;
    }

    .section_flow .cont ul:before {
        height: 148.7vw;
        left: 0;
        top: 10.3vw;
        transform: translateX(0);
    }

    .section_flow .cont ul li:nth-child(even) {
        margin-left: 0;
    }

    .section_flow .cont ul li {
        width: 100%;
    }

    .section_flow .cont ul li+li {
        margin-top: 5.1vw !important;
    }

    .section_flow .cont ul li:nth-child(2) .illust {
        display: none;
    }

    .section_flow .cont ul li:nth-child(3) .illust {
        left: auto;
        right: 14.2vw;
        top: -2.5vw;
    }

    .section_flow .cont ul li:nth-child(3) .illust img {
        width: 11.8vw;
    }

    .section_flow .cont ul li:nth-child(5) .illust {
        display: none;
    }

    .section_flow .cont ul li:nth-child(6) .illust {
        left: 34.9vw;
        top: -1.8vw;
    }

    .section_flow .cont ul li:nth-child(6) .illust img {
        width: 8.7vw;
    }

    .section_flow .cont ul li:before {
        width: 11.0vw;
        left: auto;
        right: 100%;
        top: 8.5vw;
    }

    .section_flow .cont ul li:after {
        width: 3.6vw;
        height: 3.6vw;
        right: auto;
        left: -12.8vw;
        top: 7.1vw;
    }

    .section_flow .cont ul li:nth-child(even)::before {
        left: auto;
        right: 100%;
    }

    .section_flow .cont ul li:nth-child(2)::before {
        top: 12.1vw;
    }

    .section_flow .cont ul li:nth-child(2)::after {
        top: 10.5vw;
    }

    .section_flow .cont ul li:nth-child(even)::after {
        left: -12.8vw;
    }

    .section_flow .cont ul li .title_box {
        padding-top: 3.1vw;
        padding-left: 9.2vw;
        padding-bottom: 3.3vw;
        min-height: 16.4vw;
    }

    .section_flow .cont ul li .title_box .en {
        font-size: 3.6vw;
    }

    .section_flow .cont ul li .title_box .title {
        font-size: 4.6vw;
    }

    .section_flow .cont ul li .title_box .num {
        width: 10.8vw;
        height: 10.8vw;
        font-size: 5.1vw;
        left: -5.4vw;
    }

    .section_flow .cont ul li .title_box .num small {
        font-size: 2.6vw;
    }

    .section_flow .cont ul li .lead {
        margin-left: 9.2vw;
        margin-top: 1.0vw;
        font-size: 3.1vw;
    }

    .section_business {
        padding: 15.4vw 0 20.5vw;
    }

    .section_business .common_title_box {
        margin-bottom: 12.8vw;
    }

    .section_business .cont ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 11.5vw;
    }

    .section_business .cont ul li .in_wrap {
        padding: 13.6vw 7.7vw 7.7vw;
    }

    .section_business .cont ul li .hukidashi {
        top: -4.9vw;
        border-radius: 7.2vw;
        width: 56.4vw;
        font-size: 4.6vw;
        height: 10.8vw;
    }

    .section_business .cont ul li .hukidashi .big {
        font-size: 5.1vw;
    }

    .section_business .cont ul li .title {
        font-size: 5.6vw;
        padding-bottom: 3.1vw;
        margin-bottom: 3.1vw;
    }

    .section_business .cont ul li .lead {
        margin-bottom: 7.9vw;
        font-size: 3.1vw;
    }

    .section_business .cont ul li .button p {
        width: 74.4vw;
        line-height: 10.3vw;
        border-radius: 5.1vw;
        font-size: 3.6vw;
    }

    .section_business .cont ul li .button p:after {
        right: 3.9vw;
        width: 2.1vw;
        height: 2.1vw;
    }

    .section_business .cont ul li:nth-child(1) .illust {
        right: -4.1vw;
        bottom: -0.8vw;
        width: 13.8vw;
    }

    .section_business .cont ul li:nth-child(2) .illust {
        right: -4.1vw;
        bottom: -4.6vw;
        width: 16.9vw;
    }

    .section_business .cont ul li .accent img {
        width: 79.0vw;
    }

    .section_business .cont ul li:nth-child(1) .accent {
        top: -0.2vw;
    }

    .section_business .cont ul li:nth-child(2) .accent {
        top: -6.4vw;
    }

    .section_faq {
        padding: 15.4vw 0 20.5vw;
    }

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

    .section_faq .cont dl dt {
        border-radius: 2.1vw;
        padding: 5.6vw 14.8vw 6.9vw 15.6vw;
    }

    .section_faq .cont dl dt:before {
        font-size: 7.2vw;
        width: 9.7vw;
        line-height: 9.7vw;
        left: 3.1vw;
        padding-left: 1.0vw;
    }

    .section_faq .cont dl dt .title {
        font-size: 3.8vw;
    }

    .section_faq .cont dl dt:after {
        width: 4.1vw;
        height: 3.1vw;
        right: 5.1vw;
    }

    .section_faq .cont dl dd {
        padding-left: 15.6vw;
        padding-top: 3.6vw;
        padding-bottom: 4.1vw;
        padding-right: 0;
        letter-spacing: .2em;
    }

    .section_faq .cont dl dd:before {
        font-size: 7.2vw;
        left: 5.1vw;
    }

    .section_news {
        padding: 15.4vw 0 23.1vw;
    }

    .section_news .flex_box {
        display: block;
    }

    .section_news .flex_box .title_box {
        width: 100%;
    }

    .section_news .flex_box .title_box .common_title_box {
        margin-bottom: 5.1vw;
        text-align: center;
    }

    .section_news .flex_box .cont {
        width: 100%;
    }

    .section_news .flex_box .cont ul {
        margin-bottom: 7.7vw;
    }

    .section_news .flex_box .cont ul li+li {
        margin-top: 0;
    }

    .section_news .flex_box .cont ul li a {
        padding: 4.6vw 5.1vw 4.1vw 5.1vw;
    }

    .section_news .flex_box .cont ul li a .data {
        font-size: 3.6vw;
    }

    .section_news .flex_box .cont ul li a .data:before {
        width: 59.5vw;
    }

    .section_news .flex_box .cont ul li a .title {
        font-size: 3.8vw;
        -webkit-line-clamp: 2;
    }

    .section_news .flex_box .cont ul li a .arrow {
        display: none;
    }

    footer#main_footer {
        padding: 17.5vw 0 13.1vw;
    }

    footer#main_footer .accent_illust {
        left: -2.1vw;
        top: 8.7vw;
        transform: translateX(0);
        margin-left: 0;
    }

    footer#main_footer .accent_illust img {
        width: 97.2vw;
    }

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

    footer#main_footer .logo a {
        width: 73vw;

    }

    footer#main_footer .logo img {
        width: 73.6vw;
        height: 6.9vw;
    }

    footer#main_footer .address {
        font-size: 3.3vw;
        margin-bottom: 9.7vw;
    }

    .common_contact_box {
        width: 84.6vw;
        margin: 0 auto 11.5vw auto;
        background: #fff;
        border-radius: 2.6vw;
        position: relative;
        padding: 4.6vw 5.1vw;
    }

    .common_contact_box ul {
        display: block;
    }

    .common_contact_box ul li {
        background: none;
        border-radius: 0;
        padding: 0;
        position: static;
    }

    .common_contact_box ul li:first-child {
        border-bottom: 2px dashed #808080;
        padding-bottom: 4.6vw;
        margin-bottom: 3.6vw;
    }

    .common_contact_box ul li.mail .illust {
        left: -6.2vw;
        bottom: -4.4vw;
        width: 21.8vw;
    }

    .common_contact_box ul li.tel .illust {
        right: -5.9vw;
        top: -3.7vw;
        width: 16.7vw;
    }

    .common_contact_box ul li.mail:after {
        display: none;
    }

    .common_contact_box ul li .title {
        font-size: 3.8vw;
        margin-bottom: 2.1vw;
    }

    .common_contact_box ul li.tel .title {
        margin-bottom: 2.1vw;
    }

    .common_contact_box ul li .common_contact_button a {
        width: 100%;
        height: 15.4vw;
        line-height: 14.1vw;
        font-size: 4.1vw;
        background-size: 9.7vw;
        background-position: 3.3vw;
    }

    .common_contact_box ul li.tel .common_contact_button a {
        background-color: #FFD445;
        background-image: url(./image/icon_tel_2.svg);
    }

    .common_contact_box ul li .common_contact_button a::after {
        right: 6.2vw;
        width: 3.3vw;
        height: 3.3vw;
    }

    .common_contact_box ul li .time {
        font-size: 3.05vw;
        margin-top: 1.0vw;
    }

    footer#main_footer .common_contact_box ul li .time br {
        display: none;
    }

    .common_other_nav {
        margin-bottom: 4.4vw;
    }

    .common_other_nav ul {
        gap: 10.0vw;
    }

    .common_other_nav ul li:before {
        height: 4.1vw;
        left: -4.9vw;
    }

    .common_other_nav ul li a {
        font-size: 3.1vw;
    }

    .common_copyright small {
        font-size: 3.1vw;
    }

    .section_price {
        padding: 15.4vw 0 20.5vw;
    }

    .section_price .common_title_box {
        margin-bottom: 7.7vw;
    }

    .section_price .cont {
        padding: 7.7vw 5.1vw;
        border-radius: 2.6vw;
        margin-bottom: 7.7vw;
    }

    .section_price .content {
        display: none;
    }

    .section_price .content.show {
        display: block;
    }

    .section_price .tab_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
        border-bottom: 2px solid #1A1A1A;
        margin-bottom: 2.3vw;
    }

    .section_price .tab_container .tab {
        line-height: 12.8vw;
        border-radius: 2.6vw 2.6vw 0 0;
        background: #FCAF49;
        text-align: center;
        font-size: 4.1vw;
        font-weight: 700;
        color: #1A1A1A;
    }

    .section_price .tab_container .tab.yellow {
        background: #FFE793;
    }

    .section_price .tab_container .tab.active {
        border: 2px solid #1A1A1A;
        border-bottom: none;
    }

    .section_price .content table {
        width: 100%;
        border-collapse: unset;
        border-spacing: 0 1.3vw;
    }

    .section_price .content table th,
    .section_price .content table td {
        display: block;
        width: 100%;
        text-align: center;
        color: #1A1A1A;
    }

    .section_price .content table th {
        padding: 3.1vw 5.1vw 1.5vw;
        position: relative;
        color: #717070;
        font-size: 3.3vw;
        font-weight: 700;
    }

    .section_price .content table th:before {
        content: "";
        width: calc(100% - 10.3vw);
        height: 2px;
        border-bottom: 2px dashed #D1D1D1;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .section_price .content table td {
        padding: 1.0vw 1.0vw 2.1vw 1.0vw;
        font-size: 4.4vw;
        font-weight: 700;
    }

    .section_price .content table td.price span {
        font-size: 5.6vw;
        font-weight: 500;
    }

    .section_price .content table td.price small {
        font-size: 3.8vw;
        margin-left: 0.8vw;
    }

    .section_price .cont .content table tr {
        background: #F7F7F7;
    }

    .section_price .cont .content table tr.stripe {
        position: relative;
        background: #FFF3E5;
        z-index: 2;
        line-height: 1.4;
        font-weight: 900;
        display: block;
    }

    .section_price .cont .content table tr.stripe:first-child {
        margin-bottom: 1.3vw;
    }

    .section_price .cont .content.yellow table tr.stripe {
        background: #FFF6D8;
    }

    .section_price .cont .content table tr.stripe:before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: repeating-linear-gradient(318deg,
                #ffffff,
                #ffffff 1.5vw,
                transparent 1.5vw,
                transparent 3.1vw);
        position: absolute;
        left: 0;
        top: 0;
        opacity: .3;
        z-index: -1;
    }

    .section_price .cont .content table tr.stripe:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: 3px solid #E8CEAA;
        z-index: -1;
    }

    .section_price .cont.yellow .content table tr.stripe:after {
        border: 3px solid #FFF6D8;
    }

    .section_price .cont .content table tr.stripe th {
        font-size: 4.1vw;
        padding-top: 3.8vw;
        padding-bottom: 2.1vw;
        color: #2B2B2B;
    }

    .section_price .cont .content table tr.stripe th small {
        font-size: 3.3vw;
        color: #6F6F6F;
    }

    .section_price .cont .content table tr.stripe td {
        padding-bottom: 2.6vw;
        font-size: 5.1vw;
        min-height: 14.4vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_price .cont .content table tr.stripe td span {
        font-size: 7.7vw;
    }

    .section_price .cont .content table tr.stripe td small {
        font-size: 4.6vw;
        font-weight: 700;
    }

    .section_price .cont .attention {
        font-size: 3.1vw;
        margin-top: 2.3vw;
    }

    .fixed_contact {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding: 2.6vw;
        padding-bottom: 0;
    }

    .fixed_contact:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #E68501;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 2.6vw 2.6vw 0 0;
        z-index: -1;
    }

    .fixed_contact .in_box {
        background: #fff;
        border-radius: 2.6vw 2.6vw 0 0;
        padding: 2.6vw 2.6vw 0.5vw 2.6vw;
        border: 2px solid #1A1A1A;
    }

    .fixed_contact ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5.1vw;
        margin-bottom: 1.0vw;
        position: relative;
    }

    .fixed_contact ul:before {
        content: "";
        width: 2px;
        height: 8.5vw;
        border-left: 2px dashed #707070;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .fixed_contact ul li .common_contact_button a {
        width: 100%;
        height: 11.8vw;
        line-height: 11.0vw;
        font-size: 3.6vw;
        background-size: 6.7vw;
        background-position: 2.3vw;
        text-align: left;
        padding-left: 10.5vw;
        letter-spacing: .02em;
    }

    .fixed_contact ul li .common_contact_button a:after {
        display: none;
    }

    .fixed_contact ul li .common_contact_button.tel a {
        background-color: #FFD445;
        background-image: url(./image/icon_tel_2.svg);
    }

    .fixed_contact .time {
        text-align: center;
        font-size: 3.1vw;
        font-weight: 700;
        color: #777474;
        letter-spacing: .05em;
    }

    /* 会社概要（SP） */

    .page_company .section_message {
        padding-bottom: 20vw;
    }

    .page_company .section_message .common_title_box {
        margin-bottom: 10vw;
    }

    .page_company .section_message .cont .picture_box {
        width: 100%;
        margin-bottom: 15vw;
    }

    .page_company .section_message .cont .picture_box .picture {
        width: 100%;
        height: 60vw;
    }

    .page_company .section_message .cont .picture_box .picture:before {
        top: 2.5vw;
        left: 2.5vw;
    }

    .page_company .section_message .cont .picture_box .illust.cloud {
        left: -3vw;
        top: -4vw;
        width: 13vw;
    }

    .page_company .section_message .cont .picture_box .illust.couple {
        right: -3vw;
        bottom: -8vw;
        width: 40vw;
    }

    .page_company .section_message .cont .text_box {
        width: 100%;
    }

    .page_company .section_message .cont .text_box .catch {
        font-size: 5.4vw;
        margin-bottom: 5vw;
        padding-bottom: 3vw;
    }

    .page_company .section_message .cont .text_box .in_text {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .page_company .section_message .cont .text_box .in_text .text {
        font-size: 3.3vw;
    }

    .page_company .section_message .cont .text_box .name img {
        width: 30vw;
    }

    .page_company .section_overview {
        padding: 20vw 0;
    }

    .page_company .section_overview .common_title_box {
        margin-bottom: 4vw;
    }

    .page_company .section_overview .picture_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }

    .page_company .section_overview .picture_wrap .picture_box:nth-child(1) .illust {
        left: -4vw;
        top: -10vw;
        width: 16vw;
    }

    .page_company .section_overview .picture_wrap .picture_box:nth-child(2) .illust {
        right: -3vw;
        top: -3vw;
        width: 12vw;
    }

    .page_company .section_overview .picture_wrap .picture_box:nth-child(3) .illust {
        right: -3vw;
        bottom: -3vw;
        width: 30vw;
    }

    .page_company .section_overview .picture_wrap .picture_box .picture {
        height: 50vw;
    }

    .page_company .section_overview .table_wrap table th,
    .page_company .section_overview .table_wrap table td {
        display: block;
        width: 100%;
    }

    .page_company .section_overview .table_wrap table th {
        padding: 4vw;
        width: 100%;
        font-size: 3.5vw;
    }

    .page_company .section_overview .table_wrap table th:before {
        border-bottom: 2px dashed #CBCBCB;
        width: calc(100% - 8vw);
        height: 2px;
        background: none;
        right: 4vw;
        top: auto;
        bottom: 0;
    }

    .page_company .section_overview .table_wrap table td {
        padding: 4vw;
        padding-top: 2vw;
    }

    /* 用語解説ページ（SP） */

    .page_glossary .section_contents .link_nav {
        margin-bottom: 10vw;
    }

    .page_glossary .section_contents .link_nav ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 3vw;
    }

    .page_glossary .section_contents .link_nav ul li a {
        line-height: 12vw;
        font-size: 3.3vw;
        padding-right: 5vw;
    }

    .page_glossary .section_contents .link_nav ul li a::after {
        right: 4vw;
        width: 2vw;
        height: 2vw;
    }

    .page_glossary .section_contents table th,
    .page_glossary .section_contents table td {
        display: block;
        width: 100%;
    }

    .page_glossary .section_contents table th {
        font-size: 5vw;
        padding: 4vw;
        width: 100%;
    }

    .page_glossary .section_contents table th:before {
        border-bottom: 2px dashed #CBCBCB;
        width: calc(100% - 8vw);
        height: 2px;
        background: none;
        right: 4vw;
        top: auto;
        bottom: 0;
    }

    .page_glossary .section_contents table td {
        font-size: 3.3vw;
        padding: 4vw;
    }

    .page_glossary .section_contents table td ol {
        margin: 7vw 0;
    }

    .page_glossary .section_contents table td ol li {
        gap: 0;
        justify-content: space-between;
        align-items: flex-start;
    }

    .page_glossary .section_contents table td ol li+li {
        margin-top: 3vw;
    }

    .page_glossary .section_contents table td ol li .num {
        width: 7vw;
        height: 7vw;
        line-height: 6.5vw;
    }

    .page_glossary .section_contents table td ol li .text {
        width: calc(100% - 11vw);
        padding-bottom: 2vw;
    }

}