@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@900&family=Noto+Sans+JP:wght@100..900&display=swap');

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

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.en {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

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

.navy {
    color: var(--main-color);
}

.white {
    color: #fff;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 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;
}

.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-content__title {
    text-align: center;
    margin-bottom: 60px;
}

.top-content__title .en {
    font-size: 104px;
    opacity: .1;
    margin-bottom: -0.9em;
}

.top-content__title .jp {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.035em;
}

.top-strengths-1 .image {
    width: 770px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 10px;
}

.top-strengths-1 .content {
    width: 585px;
    margin-left: auto;
    padding-top: 10px;
}

.top-strengths__en {
    font-size: 20px;
    font-weight: 900;
    color: #D8DADB;
    margin-bottom: 20px;
}

.top-strengths__title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.bg-gray {
    background: #F0F0F0;
    padding: 0 0.3em;
}

.top-strengths__title span {
    white-space: nowrap;
}

.bg-navy {
    background: var(--main-color);
    padding: 0 0.3em;
}

.bg-white {
    background: #fff;
    padding: 0 0.3em;
}

.top-strengths__desc {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.055em;
    margin-bottom: 60px;
}

.top-strengths__item {
    padding-left: 40px;
    border-bottom: 2px solid #EFF0F2;
    padding-bottom: 40px;
    padding-right: 15px;
}

.top-strengths__item + .top-strengths__item {
    margin-top: 40px;
}

.top-strengths__item .label {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.035em;
    position: relative;
    margin-bottom: 5px;
}

.top-strengths__item .label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--main-color);
    left: -22px;
    top: 15px;
}

.top-strengths__item .text {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.top-strengths-1 {
    margin-bottom: 240px;
}

.top-strengths-2 .image {
    width: 590px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: 70px;
}

.top-strengths-2 .content {
    width: 590px;
}

.top-content__bg-gray {
    background: #EAEDF0;
}

.top-strengths-2 {
    position: relative;
    top: -80px;
}

.top-strengths-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50vw - 370px);
    background: #fff;
    height: 980px;
}

.top-network {
    position: relative;
    margin-bottom: 40px;
}

.top-network .image {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-network .text {
    font-size: 144px;
    text-align: center;
    margin-top: -1.6em;
    color: #C6D0D9;
    opacity: .29;
    white-space: nowrap;
}

.top-strengths-3 .content {
    width: 580px;
}

.top-strengths-3 {
    margin-bottom: 110px;
}

.top-strengths-3 .top-strengths__item {
    border-color: #E4E6E8;
}

.top-strengths-4 .image {
    width: 597px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 110px;
}

.top-strengths-4 .content {
    width: 685px;
    margin-left: auto;
}

.top-strengths-4 {
    position: relative;
}

.top-strengths-4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 180px;
    right: 50px;
    bottom: 0;
    background: #fff;
}

section.top-company {
    padding: 195px 0 160px;
}

section.top-company .wrap {
    border: 20px solid #FAFAFA;
    align-items: center;
    padding: 60px 80px;
}

section.top-company .title .en {
    font-size: 64px;
    letter-spacing: 0.035em;
    line-height: 1;
    margin-bottom: 10px;
}

section.top-company .title .jp {
    font-weight: 900;
    color: #D8DADB;
    font-size: 24px;
    letter-spacing: 0.035em;
}

section.top-company .table {
    width: 510px;
}

section.top-company .table th,
section.top-company .table td {
    padding: 17px 20px;
    line-height: 1.75;
}

section.top-company .table th {
    font-weight: bold;
}

section.top-company .table tr + tr th,
section.top-company .table tr + tr td {
    border-top: 2px solid #EFF0F2;
}

section.top-form {
    padding: 168px 0 150px;
    background-image: url(image/form-bg.webp);
    background-size: 1440px;
    background-position: center top;
}

.top-form__wrap {
    width: 940px;
    background: #fff;
    margin: 0 auto;
    padding: 0 100px 80px;
}

.top-form__title {
    text-align: center;
    letter-spacing: 0.14em;
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.top-form__title .en {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 15px;
}

.top-form__title .jp {
    font-size: 24px;
    font-weight: 900;
    color: #D8DADB;
}

.top-form__desc {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.top-form__main .common_contact_form .form_box dl {
    display: block;
}

.top-form__main .common_contact_form .form_box dl dt {
    border: none;
    display: block;
}

.top-form__main .common_contact_form .form_box dl dt.hissu:after {
    content: "*";
    position: static;
    background: no-repeat;
    height: auto;
    width: auto;
    transform: inherit;
    color: #CE1C1C;
}

.top-form__main .common_contact_form .form_box dl+dl {
    margin-top: 20px;
}

.top-form__main .common_contact_form input[type="text"], .top-form__main .common_contact_form input[type="email"], .top-form__main .common_contact_form #zip, .top-form__main .common_contact_form textarea {
    border: 2px solid #EFF0F2;
    border-radius: 0;
    background: #fff;
}

.top-form__main button {
    width: 300px;
    height: 60px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

div#btn_wrap {
    margin-bottom: 50px;
}

.top-form__main .privacy_term_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.top-form__main .privacy_term_detail:after {
    aspect-ratio: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid var(--main-color);
    border-bottom: 0;
    rotate: inherit;
    margin: 0;
}

.top-form__main .privacy_term_text {
    background: #F4F5F7;
    padding: 20px 25px;
    border: 2px solid #EFF0F2;
    height: 150px;
    overflow-y: scroll;
    font-size: 13px;
    font-weight: 500;
}

.top-form__main .privacy_term_text .label {
    font-weight: bold;
    margin: 1.5em 0 0.2em;
    border-left: 4px solid var(--main-color);
    line-height: 1.2;
    padding-left: 9px;
}

footer.site-ft {
    padding: 120px 0 80px;
    background: #E8EAEB;
    text-align: center;
}

.ft-logo {
    margin-bottom: 15px;
}

.ft-company {
    /* margin-bottom: 50px; */
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ft-menu ul {
    justify-content: center;
    gap: 50px;
}

.ft-menu a {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
}

section.site-bottom {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 20px 0;
}

section.site-bottom small {
    font-size: 12px;
    letter-spacing: 0.05em;
}

.mw_wp_form_confirm .privacy_term_text {
    display: none;
}

.common_page_main .title_box .title {
    display: table;
    background: var(--main-color);
    color: #fff;
    padding: 0 0.3em;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 900;
}

@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: 14px;
        padding-top: 80px;
    }

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

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

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

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

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

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

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    header.sp-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        align-items: center;
        height: 80px;
        padding-left: 5vw;
    }

    header.sp-header .logo {
        width: 150px;
    }

    .sp-header__contact {
        width: 100px;
        height: 80px;
        text-align: center;
        color: #fff;
        background: var(--main-color);
    }

    .sp-header__contact a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #fff;
        align-content: center;
    }

    .sp-header__text {
        width: 100%;
        font-weight: 900;
        letter-spacing: 0.05em;
    }

    .top-content__title .en {
        font-size: 10.3vw;
    }

    .top-content__title .jp {
        font-size: 8.2vw;
    }

    .top-strengths-1 .image {
        position: static;
        width: 100%;
    }

    .top-content__title {
        margin-bottom: 2vw;
    }

    .top-strengths-1 .wrap {
        max-width: 100%;
    }

    .top-strengths-1 .content {
        width: 90%;
        margin: 0 auto;
        padding-top: 5vw;
    }

    .top-strengths__en {
        font-size: 3.6vw;
        margin-bottom: 3vw;
    }

    .top-strengths__title {
        font-size: 6.2vw;
        margin-bottom: 4vw;
    }

    .top-strengths__title .bg-navy {
        font-size: 7.7vw;
    }

    .top-strengths__desc {
        font-size: 3.8vw;
        margin-bottom: 5vw;
    }

    .top-strengths__item {
        padding-left: 7vw;
        padding-bottom: 5vw;
    }

    .top-strengths__item + .top-strengths__item {
        margin-top: 5vw;
    }

    .top-strengths__item .label {
        font-size: 4.6vw;
        margin-bottom: 1vw;
    }

    .top-strengths__item .label:before {
        width: 2.6vw;
        height: 2.6vw;
        top: 3vw;
        left: -5vw;
    }

    .top-strengths-1 {
        margin-bottom: 14vw;
    }

    .top-strengths-2 .image {
        position: relative;
        width: 100%;
        margin: 0;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .top-strengths-2 .wrap {
        max-width: 100%;
    }

    .top-strengths-2 {
        top: 0;
        padding-bottom: 18vw;
    }

    .top-strengths-2:before {
        right: 2.5vw;
        height: auto;
        bottom: -33vw;
    }

    .top-strengths-2:after {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        background: #fff;
        height: 39vw;
        width: 3vw;
    }

    .top-strengths-2 .content {
        width: 90%;
        margin: 0 auto;
    }

    .top-network .image {
        width: 100%;
    }

    .top-network .text {
        font-size: 16.4vw;
        text-align: left;
        line-height: 1;
        margin-top: -8vw;
    }

    .top-network .text span:last-child {
        text-align: right;
        display: inline-block;
        width: 100%;
    }

    .top-network {
        margin-bottom: -17vw;
    }

    .top-strengths-3 {
        position: relative;
        margin-bottom: 18vw;
    }

    .top-strengths-3 .content {
        width: 100%;
    }

    .top-strengths-4 .image {
        width: 100%;
        position: static;
        margin-bottom: -3vw;
    }

    .top-strengths-4 .wrap {
        max-width: 100%;
    }

    .top-strengths-4 .content {
        width: 90%;
        margin: auto;
    }

    .top-strengths-4:before {
        left: 2.5vw;
        right: 0;
        top: 115vw;
    }

    section.top-company {
        padding: 18vw 0;
    }

    section.top-company .wrap {
        width: 96vw;
        max-width: 100%;
        border-width: 2vw;
        padding: 10vw 5vw 10vw;
    }

    section.top-company .title .en {
        font-size: 10.3vw;
        margin-bottom: 0;
    }

    section.top-company .title .jp {
        font-size: 4.6vw;
    }

    section.top-company .title {
        width: 100%;
        text-align: center;
    }

    section.top-company .table th,
    section.top-company .table td {
        display: block;
        width: 100%;
        padding: 5vw 0;
    }

    section.top-company .table tr + tr td {
        border: none;
    }

    section.top-company .table th {
        padding-bottom: 0;
    }

    section.top-company .table td {
        padding-top: 0;
    }

    section.top-form {
        padding: 23vw 0 18vw;
        background-size: 300vw;
    }

    .top-form__wrap {
        padding: 0 5vw 12vw;
        width: 90vw;
    }

    .top-form__title .en {
        font-size: 12vw;
        margin-bottom: 0vw;
    }

    .top-form__title {
        top: -5vw;
        margin-bottom: 0vw;
    }

    .top-form__title .jp {
        font-size: 4.6vw;
    }

    .top-form__desc {
        margin-bottom: 9vw;
    }

    .top-form__main .common_contact_form .form_box dl+dl {
        margin-top: 3vw;
    }

    div#btn_wrap {
        margin-bottom: 10vw;
    }

    .top-form__main button {
        display: block;
        width: 100%;
        font-size: 4.6vw;
        height: 15.4vw;
    }

    div#btn_wrap br {
        display: none;
    }

    .top-form__main .privacy_term_text {
        padding: 4vw 3vw;
        height: 40vw;
    }

    footer.site-ft {
        padding: 16vw 0 18vw;
    }

    .ft-logo {
        width: 51vw;
        margin: 0 auto 3vw;
    }

    .ft-company {
        font-size: 3.6vw;
        /* margin-bottom: 10vw; */
    }

    .ft-menu ul {
        gap: 7vw;
    }

    .ft-menu a {
        font-size: 3.6vw;
    }

    section.site-bottom {
        padding: 4vw 0;
    }

    section.site-bottom small {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row;
    }

    .page-top a {
        justify-content: center;
        align-items: center;
        height: 18vw;
        background: #E8EAEB;
        border-bottom: 1px solid #fff;
        color: var(--main-color);
        flex-wrap: wrap;
        display: block;
        text-align: center;
        padding-top: 5vw;
    }

    .page-top a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 8px solid var(--main-color);
        border-top: 0;
        display: block;
        margin: 0 auto 1vw;
    }

}