@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: #0281cc;
    --sub-color: #fff;
}

body {
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    color: #1A1A1A;
    font-family: "Noto Sans JP", sans-serif;
}

.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="number"],
.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;
}


/* -----------------------------------------------------------------------------------
↓↓↓↓↓ エムエフホーム CSS (pc)
----------------------------------------------------------------------------------- */


@font-face {
    src: url("/wp-content/themes/child/font/KhmerMN.woff") format("woff");
    font-family: "KhmerMN";
}

.font_khmer {
    font-family: "KhmerMN", sans-serif;
}

.font_noto_serif {
    font-family: "Noto Serif JP", serif;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */

span,
a {
    display: inline-block;
    font-weight: inherit;
}

body figure {
    margin: 0;
}

img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* btn (pc) */

a.common_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: background 0.3s, color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 225/55;
    width: 225px;
    border: 2px solid #0281CC;
    border-radius: 28px;
    background-color: #0281CC;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: background 0.3s, color 0.3s ease 0s;
}

a.common_btn:hover {
    background-color: #FFF;
    color: #0281CC;
}

/* common_fv (pc) */

.common_fv {
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
}

.common_fv::before,
.common_fv::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    transform: translateX(-50%);
    content: "";
}

.common_fv::before {
    bottom: 70px;
    background-color: #FFF;
}

.common_fv::after {
    bottom: 0;
    background-color: #1A1A1A;
}

.common_fv .common_fv_wrapper {
    position: relative;
}

.common_fv .common_fv_wrapper::before {
    z-index: -10;
    position: absolute;
    top: -70px;
    right: 0;
    aspect-ratio: 666/471;
    width: 666px;
    background-image: url(/wp-content/themes/child/image/common_fv_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_fv .common_fv_wrapper::after {
    position: absolute;
    content: "";
    z-index: -10;
    top: 380px;
    right: 0;
    width: 666px;
    height: 100px;
    background-color: #FFF;
    filter: blur(20px);
}

.common_fv .common_fv_heading_en {
    color: #0281CC;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}

.common_fv .common_fv_heading_ja {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.14em;
}

.common_fv .common_fv_bread {
    margin-top: 50px;
}

.common_fv .common_fv_items {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
}

.common_fv .common_fv_items span a span {
    -webkit-transition: color 0.3s ease 0s;
    color: #909090;
    transition: color 0.3s ease 0s;
    font-size: 13px
}

.common_fv .common_fv_items span a span:hover {
    color: #0281CC;
}

.common_fv .common_fv_items span>span {
    color: #0281CC;
    font-size: 13px
}

.common_fv .common_fv_img {
    height: 280px;
    margin-top: 20px;
    margin-left: min(50% - 50vw, -150px);
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */

.header {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    padding: 0 50px;
    padding-top: 4px;
    background-color: #FFF;
}

.header.under_page {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0281cc), to(#014166));
    background: linear-gradient(#0281cc 0%, #014166 100%);
    content: "";
}

.header .header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.header .header_logo:hover {
    opacity: 0.7;
}

.header .header_nav {
    margin-left: auto;
    height: 100%;
}

.header .header_items {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    column-gap: 60px;
    align-items: center;
    height: 100%;
}

.header .header_item {
    position: relative;
    height: 100%;
}

.header .header_item::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -30px;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    background-color: #EBEBEB;
    content: "";
}

.header .header_item::before {
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -webkit-transform-origin: center left;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center left;
    background-color: #0281CC;
    content: "";
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header .header_item:hover .header_trigger {
    color: #0281CC;
}

.header .header_item:hover::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.header .header_item:last-child::after {
    display: none;
}

.header .header_trigger {
    -webkit-transition: color 0.3s ease 0s;
    position: relative;
    padding: 5px 0;
    color: #1A1A1A;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease 0s;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .header_outer {
    position: absolute;
    background-color: #FFF;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    top: 100%;
    border-bottom: 4px solid #0281CC;
    padding: 15px 0;
    display: none;
}

.header .header_item:nth-child(2) .header_outer {
    width: 260px;
}

.header .header_link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
    color: #1A1A1A;
    text-align: center;
    transition: color 0.3s ease 0s;
}

.header .header_link:hover {
    color: #0281CC;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */

.footer {
    padding: 100px 0;
    background-color: #00325F;
}

.footer .footer_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 504px;
    align-items: center;
    color: #FFF;
}

.footer .footer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_logo:hover {
    opacity: 0.7;
}

.footer .footer_lead {
    margin-top: 40px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.21em;
}

.footer .footer_text {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.16em;
}

.footer .footer_img {
    aspect-ratio: 504/380;
}

.footer .footer_links {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 70px;
    margin-top: 60px;
}

.footer .footer_title {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.12em;
}

.footer a.footer_title {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.footer a.footer_title:hover {
    opacity: 0.7;
}

.footer .footer_items+.footer_title {
    margin-top: 40px;
}

.footer .footer_items {
    margin-top: 20px;
}

.footer .footer_item+.footer_item {
    margin-top: 7px;
}

.footer .footer_item a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_item a:hover {
    opacity: 0.7;
}

.footer .footer_outer {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
}

.footer .footer_outer .footer_item a {
    position: relative;
    width: 100%;
    padding-right: 25px;
}

.footer .footer_outer .footer_item a::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 1/1;
    width: 11px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/child/image/footer_icon_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    padding-top: 60px;
    border-top: 1px solid #FFF;
}

.footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.footer .footer_copy {
    color: #FFF;
    font-size: 12px;
}

.footer .footer_copy small {
    font-size: 100%;
}

.footer .footer_others {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    margin-left: auto;
}

.footer .footer_other a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other a:hover {
    opacity: 0.7;
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_fv {
    position: relative;
    overflow: hidden;
}

.top_fv::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 0%, #0281cc 150%, #0281cc 100%);
    content: "";
}

.top_fv .fv_wrapper {
    -webkit-transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 1340px;
    height: 100%;
    padding-bottom: 70px;
    transform: translateX(-50%);
    color: #FFF;
}

.top_fv .fv_lead {
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.21em;
}

.top_fv .fv_text {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.16em;
}

.top_fv .fv_scroll {
    -webkit-animation: scroll_text 90s linear infinite;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 150px;
    height: 140px;
    text-transform: uppercase;
    white-space: nowrap;
    animation: scroll_text 90s linear infinite;
    opacity: 0.2;
}

/* top_about (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_about {
    position: relative;
    padding-top: 178px;
}

.top_about::before {
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 666/471;
    width: 666px;
    background-image: url(/wp-content/themes/child/image/top_about_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    z-index: -10;
}

.top_about::after {
    position: absolute;
    content: "";
    z-index: -5;
    top: 430px;
    right: 0;
    width: 666px;
    height: 80px;
    background-color: #FFF;
    filter: blur(20px);
}

.top_about .wrap {
    width: 1240px;
}

.top_about .about_wrapper {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: grid;
    grid-template-columns: 1fr 480px;
    column-gap: 80px;
    align-items: flex-end;
}

.top_about .about_body {
    padding-bottom: 70px;
    padding-left: 50px;
}

.top_about .about_heading {
    color: #0281CC;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.top_about .about_lead {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.top_about .about_lead span.size {
    font-size: 30px;
    letter-spacing: 0.05em;
}

.top_about .about_lead span.color {
    color: #0281CC;
}

.top_about .about_text {
    margin-top: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.top_about .about_text+.about_text {
    margin-top: 20px;
}

.top_about .about_btn {
    margin-top: 60px;
}

.top_about .about_img {
    aspect-ratio: 480/550;
    position: relative;
    z-index: 10;
}

/* top_service (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_service {
    padding-top: 130px;
    padding-bottom: 166px;
}

.top_service .service_wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    margin-right: calc(50% - 50vw);
}

.top_service .service_heading_en {
    color: #0281CC;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
}

.top_service .service_heading_ja {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.18em;
}

.top_service .service_items {
    margin-top: 40px;
}

.top_service .service_item {
    -webkit-transition: color 0.3s ease 0s;
    color: #838383;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.18em;
    cursor: pointer;
    transition: color 0.3s ease 0s;
}

.top_service .service_item span {
    -webkit-transition: color 0.3s ease 0s;
    margin-right: 20px;
    font-size: 20px;
    letter-spacing: 0;
    transition: color 0.3s ease 0s;
}

.top_service .service_item:not(:first-child) {
    margin-top: 10px;
}

.top_service .service_item.is_active,
.top_service .service_item:hover {
    color: #0281CC;
}

.top_service .service_item.is_active span,
.top_service .service_item:hover span {
    color: #1A1A1A;
}

.top_service .service_swiper {
    margin-top: 30px;
}

.top_service .swiper-slide {
    width: 480px;
}

.top_service .service_img {
    aspect-ratio: 480/270;
}

.top_service .service_lead {
    margin-top: 25px;
    color: #0281CC;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.top_service .service_message {
    margin-top: 10px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.top_service .service_text {
    min-height: 120px;
    margin-top: 25px;
    color: #033333;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.top_service .service_tag {
    margin-top: 20px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.top_service .service_more {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -webkit-transition: opacity 0.15s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: fixed;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 150px;
    transform: translate(-50%, -50%) rotate(-20deg);
    border-radius: 50%;
    background-color: rgba(2, 129, 204, 0.1);
    color: #0281CC;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    padding-top: 5px;
}

.top_service .service_more::after {
    -webkit-transform: translate(-50%, -50%);
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 1/1;
    width: 120px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #FFF;
    content: "";
}

.top_service .service_more.is_active {
    opacity: 1;
}

/* top_links (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_links .links_items {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.top_links .links_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 1/1;
    padding-bottom: 40px;
    overflow: hidden;
    color: #FFF;
}

.top_links .links_item::after {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(#004167));
    background: linear-gradient(transparent 0%, transparent 50%, #004167 100%);
    content: "";
}

.top_links .links_img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_links .links_lead {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.top_links .links_lead::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #FFF;
    content: "";
}

.top_links .links_heading {
    margin-top: 5px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.15em;
}

.top_links .links_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 120/32;
    width: 120px;
    margin-top: 15px;
    padding-top: 6px;
    line-height: 1;
    border: 1px solid #FFF;
    border-radius: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

.top_links .links_item:hover .links_btn {
    border: 1px solid #0281CC;
    background-color: #0281CC;
    color: #FFF;
}

.top_links .links_item:hover .links_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* top_store (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_store {
    padding-top: 140px;
}

.top_store .store_heading_en {
    color: #0281CC;
    font-size: 70px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_store .store_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}

.top_store .store_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px 15px;
}

.top_store .store_item {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.top_store .store_item::before {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 2px 15px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
}

.top_store .store_item:nth-child(1)::before,
.top_store .store_item:nth-child(2)::before,
.top_store .store_item:nth-child(3)::before,
.top_store .store_item:nth-child(4)::before {
    background-color: #0281CC;
    content: "大阪エリア";
}

.top_store .store_item:nth-child(5)::before,
.top_store .store_item:nth-child(6)::before,
.top_store .store_item:nth-child(7)::before {
    background-color: #0248CC;
    content: "奈良エリア";
}

.top_store .store_item:nth-child(8)::before,
.top_store .store_item:nth-child(9)::before {
    background-color: #1202CC;
    content: "兵庫エリア";
}

.top_store .store_item::after {
    position: absolute;
    right: 15px;
    bottom: 20px;
    aspect-ratio: 1/1;
    width: 19px;
    background-image: url(/wp-content/themes/child/image/top_store_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_store .store_item:hover .store_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_store .store_img {
    aspect-ratio: 370/220;
    overflow: hidden;
}

.top_store .store_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_store .store_body {
    padding: 20px;
}

.top_store .store_title {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.top_store .store_address {
    margin-top: 15px;
    color: #818181;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
}

/* top_recruit (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_recruit {
    position: relative;
    padding: 140px 0 180px;
}

.top_recruit::before {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 666/471;
    width: 666px;
    background-image: url(/wp-content/themes/child/image/top_recruit_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    z-index: -10;
}

.top_recruit::after {
    position: absolute;
    content: "";
    z-index: -5;
    bottom: 420px;
    left: 0;
    width: 666px;
    height: 80px;
    background-color: #FFF;
    filter: blur(20px);
}

.top_recruit .recruit_img {
    z-index: 10;
    position: relative;
}

.top_recruit .recruit_text {
    margin-top: 40px;
    padding-left: 450px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.top_recruit .recruit_text+.recruit_text {
    margin-top: 20px;
}

.top_recruit .recruit_btn {
    margin-top: 45px;
    margin-left: 450px;
}

/* page_newbrokerage (pc) ------------------------------------------------------------------------------------------------------ */

.common_business {
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

#page_usedbrokerage .common_business .business_lead {
    font-size: 38px;
}

.common_business .business_lead {
    color: #C6EAFF;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.common_business .business_message {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}

.common_business .lead {
    text-align: center;
    margin-top: 2em;
    line-height: 2;
}

.common_business .business_items {
    margin-top: 80px;
}

.common_business .business_item {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 480px 1fr;
    column-gap: 70px;
    align-items: center;
}

.common_business .business_item:nth-child(2n) {
    grid-template-columns: 1fr 480px;
}

.common_business .business_item:nth-child(2n) .business_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.common_business .business_item:nth-child(2n) .business_img::before {
    right: 20px;
}

.common_business .business_item:not(:first-child) {
    margin-top: 90px;
}

.common_business .business_img {
    position: relative;
    aspect-ratio: 480/310;
}

.common_business .business_img::before {
    z-index: -10;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #1A1A1A;
    content: "";
}

.common_business .business_heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.common_business .en_text {
    color: #C6EAFF;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.common_business .business_heading::first-letter,
.common_business .business_heading .accent {
    color: #0281CC;
    font-size: 52px;
}

.common_business .business_heading small {
    font-size: 25px;
}

#page_usedbrokerage .common_business .business_heading:first-letter {
    color: initial;
    font-size: 25px;
}

.common_business .business_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
}

#page_newbrokerage .gallery .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

#page_newbrokerage .gallery .swiper-slide {
    width: 350px;
    height: 210px;
    margin-right: 30px !important;
}

#page_newbrokerage .gallery .swiper-slide:nth-child(2n) {
    margin-top: 50px;
    margin-right: 30px !important;
}

#page_newbrokerage .commitment {
    padding-top: 140px;
}

#page_newbrokerage .commitment .commitment_heading_en {
    color: #C6EAFF;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_newbrokerage .commitment .commitment_heading_ja {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
}

#page_newbrokerage .commitment .commitment_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    margin-top: 40px;
}

#page_newbrokerage .commitment .commitment_item {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 50px 20px 30px;
    border-top: 4px solid #0281CC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_newbrokerage .commitment .commitment_img {
    height: 90px;
}

#page_newbrokerage .commitment .commitment_img img {
    -o-object-fit: contain;
    object-fit: contain;
}

#page_newbrokerage .commitment .commitment_lead {
    margin-top: 30px;
    color: #0281CC;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

#page_newbrokerage .commitment .commitment_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: center;
}

#page_newbrokerage .record {
    padding-top: 120px;
}

#page_newbrokerage .record .record_heading_en {
    color: #C6EAFF;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

#page_newbrokerage .record .record_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_newbrokerage .record .record_swiper {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 70px;
}

#page_newbrokerage .record .swiper-slide {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: 340px 1fr;
    width: 960px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

#page_newbrokerage .record .record_img {
    aspect-ratio: 340/290;
}

#page_newbrokerage .record .record_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 40px 30px 30px;
}

#page_newbrokerage .record .record_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}

#page_newbrokerage .record .record_old {
    margin-top: auto;
    font-weight: 700;
    font-size: 16px;
}

#page_newbrokerage .record .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

#page_newbrokerage .record .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 6px;
    margin: 0 !important;
    border-radius: 0;
    background-color: #D6D6D6;
    opacity: 1;
}

#page_newbrokerage .record .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background-color: #0281CC;
}

#page_newbrokerage .record .swiper-button-prev,
#page_newbrokerage .record .swiper-button-next {
    top: 10px;
    width: 150px;
    height: 290px;
    margin: 0;
    background-color: #0281CC;
    opacity: 0.8;
}

#page_newbrokerage .record .swiper-button-prev::after,
#page_newbrokerage .record .swiper-button-next::after {
    display: none;
}

#page_newbrokerage .record .swiper-button-prev::before,
#page_newbrokerage .record .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 1/1;
    width: 20px;
    border: 2px solid #FFF;
    border-bottom: none;
    border-left: none;
    content: "";
}

#page_newbrokerage .record .swiper-button-prev {
    left: 0;
}

#page_newbrokerage .record .swiper-button-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

#page_newbrokerage .record .swiper-button-next {
    right: 0;
}

#page_newbrokerage .record .swiper-button-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#page_newbrokerage .live {
    position: relative;
    padding: 160px 0 130px;
}

#page_newbrokerage .live::before {
    z-index: -10;
    position: absolute;
    top: -5%;
    left: 22%;
    aspect-ratio: 1300/800;
    width: 1700px;
    background-image: url(/wp-content/themes/child/image/business_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_newbrokerage .live .live_lead {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_newbrokerage .live .live_lead span {
    color: #0281CC;
    font-size: 39px;
}

#page_newbrokerage .live .live_text {
    margin-top: 50px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_newbrokerage .live .live_text+.live_text {
    margin-top: 30px;
}

/* page_group (pc) ------------------------------------------------------------------------------------------------------ */

#page_group {
    padding: 100px 0;
}

#page_group .store_wrapper+.store_wrapper {
    margin-top: 100px;
}

#page_group .store_wrapper:nth-child(1) .store_area {
    background-color: #0281CC;
}

#page_group .store_wrapper:nth-child(2) .store_area {
    background-color: #0248CC;
}

#page_group .store_wrapper:nth-child(3) .store_area {
    background-color: #1202CC;
}

#page_group .store_area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 600;
    font-size: 28px;
}

#page_group .store_item {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 500px 1fr;
    column-gap: 80px;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #1A1A1A;
}

#page_group .store_item:first-child {
    padding-top: 0;
}

#page_group .store_thumbnail {
    position: relative;
    aspect-ratio: 10/7;
}

#page_group .store_thumbnail::before {
    z-index: -10;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #1A1A1A;
    content: "";
}

#page_group .store_img {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    margin-top: 30px;
}

#page_group .store_heading {
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    color: #0281CC;
}

#page_group .store_lists {
    margin-top: 15px;
}

#page_group .store_list {
    display: grid;
    grid-template-columns: 120px 1fr;
}

#page_group .store_list dt,
#page_group .store_list dd {
    color: #818181;
    font-weight: 500;
    font-size: 16px;
}

#page_group .store_list dd a {
    color: #818181;
}

#page_group .store_list:not(:first-child) {
    margin-top: 10px;
}

#page_group .store_map {
    height: 220px;
    margin-top: 20px;
}

#page_group .store_map img {
    -o-object-fit: contain;
    -o-object-position: center left;
    object-fit: contain;
    object-position: center left;
}

#page_group .store_btns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 250px 250px;
    column-gap: 20px;
    margin-top: 20px;
}

#page_group .store_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: color 0.3s, background 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 250/50;
    padding-left: 5px;
    border: 1px solid #6FBA2C;
    background-color: #FFF;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
    transition: color 0.3s, background 0.3s ease 0s;
}

#page_group .store_btn::before {
    z-index: -10;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #1A1A1A;
    content: "";
}

#page_group .store_btn::after {
    -webkit-transition: background 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 18px;
    margin-left: 10px;
    background-image: url(/wp-content/themes/child/image/group_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

#page_group .store_btn span {
    -webkit-transition: color 0.3s ease 0s;
    margin-right: 2px;
    color: #6FBA2C;
    transition: color 0.3s ease 0s;
}

#page_group .store_btn:hover {
    background-color: #6FBA2C;
    color: #FFF;
}

#page_group .store_btn:hover span {
    color: #FFF;
}

#page_group .store_btn:hover::after {
    background-image: url(/wp-content/themes/child/image/group_icon_hover.svg);
}

/* page_company (pc) ------------------------------------------------------------------------------------------------------ */

#page_company {
    padding-top: 100px;
}

#page_company .company .company_heading_en {
    color: #0281CC;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_company .company .company_heading_ja {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
}

#page_company .company .company_outer {
    margin-top: 50px;
    padding-bottom: 300px;
    position: relative;
}

#page_company .company .company_outer::after {
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1440/1019;
    width: 100vw;
    background-image: url(/wp-content/themes/child/image/philosophy_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.5;
}

#page_company .company .company_outer:last-child:after {
    display: none;
}

#page_company .company .company_outer:last-child {
    padding-bottom: 0;
}

#page_company .company .company_outer+.company_outer {
    margin-top: -200px;
}

#page_company .company .company_lead {
    font-weight: 600;
    font-size: 24px;
    color: #0281CC;
}

#page_company .company .company_items {
    margin-top: 10px;
}

#page_company .company .company_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    position: relative;
    grid-template-columns: 200px 1fr;
    align-items: center;
    border-bottom: 1px solid #707070;
}

#page_company .company .company_item:first-child {
    border-top: 1px solid #707070;
}

#page_company .company .company_item dt {
    padding-left: 15px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    background-color: #F8F8F8;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

#page_company .company .company_item dd {
    font-size: 16px;
    color: #1A1A1A;
    padding: 15px;
    border-right: 1px solid #707070;
    background-color: #FFF;
}

#page_company .company .company_item dd a {
    color: #1A1A1A;
}

#page_company .history {
    padding: 100px 0;
    position: relative;
}

#page_company .history::before {
    z-index: -10;
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 713 / 508;
    width: 713px;
    background-image: url(/wp-content/themes/child/image/business_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    height: fit-content;
}

#page_company .history .history_heading_en {
    color: #0281CC;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_company .history .history_heading_ja {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
}

#page_company .history .history_text {
    margin-top: 30px;
    font-size: 16px;
}

#page_company .history .history_items {
    margin-top: 30px;
}

#page_company .history .history_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    position: relative;
    grid-template-columns: 160px 1fr;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #1A1A1A;
}

#page_company .history .history_item::before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: #0281CC;
    content: "";
}

#page_company .history .history_item:first-child {
    border-top: 1px solid #1A1A1A;
}

#page_company .history .history_item:last-child::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: #0281CC;
    content: "";
}

#page_company .history .history_item dt {
    padding-left: 15px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}

#page_company .history .history_item dd {
    font-size: 16px;
}

#page_company .history .history_message {
    margin-top: 80px;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

/* page_philosophy (pc) ------------------------------------------------------------------------------------------------------ */

#page_philosophy .philosophy {
    position: relative;
    padding-top: 100px;
    padding-bottom: 400px;
}

#page_philosophy .philosophy::after {
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 1440/1019;
    width: 100%;
    background-image: url(/wp-content/themes/child/image/philosophy_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.5;
}

#page_philosophy .philosophy .philosophy_item {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 50px 30px;
    background-color: #FFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#page_philosophy .philosophy .philosophy_item:not(:first-child) {
    margin-top: 40px;
}

#page_philosophy .philosophy .philosophy_heading_en {
    color: #0281CC;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

#page_philosophy .philosophy .philosophy_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

#page_philosophy .philosophy .philosophy_text {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

#page_philosophy .message {
    position: relative;
    margin-top: -100px;
    padding-bottom: 100px;
}

#page_philosophy .message::before {
    z-index: -10;
    position: absolute;
    top: 15%;
    left: 22%;
    aspect-ratio: 1300/800;
    width: 1700px;
    background-image: url(/wp-content/themes/child/image/business_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_philosophy .message .message_heading_en {
    color: #0281CC;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

#page_philosophy .message .message_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

#page_philosophy .message .message_lead {
    margin-top: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #0281CC
}

#page_philosophy .message .message_text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
}

#page_philosophy .message .message_text+.message_text {
    margin-top: 20px;
}

#page_philosophy .message .message_img {
    width: 500px;
    height: 360px;
    flex-shrink: 0;
    position: relative;
}

/* page_recruit (pc) ------------------------------------------------------------------------------------------------------ */

#page_recruit .common_fv::after,
#page_recruit .common_fv::before {
    display: none;
}

#page_recruit .fv .wrap {
    width: 1440px;
}

#page_recruit .fv .fv_wrapper {
    margin-right: min(50% - 50vw, 0px);
    position: relative;
    padding-left: 40px;
}

#page_recruit .fv .fv_text {
    position: absolute;
    white-space: nowrap;
    font-size: 33px;
    font-weight: 600;
    line-height: 3;
    top: 50%;
    transform: translateY(-50%);
}

#page_recruit .fv .fv_img {
    aspect-ratio: 922/614;
    margin-left: auto;
    width: calc(922/1440*100%);
    min-width: 922px;
}

#page_recruit .message {
    position: relative;
    padding: 120px 0 400px;
}

#page_recruit .message::after {
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 1440/1019;
    width: 100%;
    background-image: url(/wp-content/themes/child/image/philosophy_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.5;
}

#page_recruit .message .message_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
}

#page_recruit .photo {
    margin-top: -200px;
}

#page_recruit .photo .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

#page_recruit .photo .swiper-slide {
    width: 350px;
    height: 210px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6)
}

#page_recruit .photo .swiper-slide:nth-child(2n) {
    margin-top: 50px;
}

#page_recruit .business {
    padding-top: 100px;
}

#page_recruit .business .business_heading_en {
    color: #0281CC;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_recruit .business .business_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#page_recruit .business .business_text {
    margin-top: 40px;
    font-weight: 400;
}

#page_recruit .business .business_text+.business_text {
    margin-top: 20px;
}

#page_recruit .business .business_img {
    margin-top: 40px;
}

#page_recruit .recruitment {
    padding: 100px 0;
}

#page_recruit .recruitment .recruitment_heading_en {
    color: #0281CC;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_recruit .recruitment .recruitment_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#page_recruit .recruitment .recruitment_items {
    margin-top: 40px;
}

#page_recruit .recruitment .recruitment_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    position: relative;
    grid-template-columns: 160px 1fr;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #1A1A1A;
}

#page_recruit .recruitment .recruitment_item::before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: #0281CC;
    content: "";
}

#page_recruit .recruitment .recruitment_item:first-child {
    border-top: 1px solid #1A1A1A;
}

#page_recruit .recruitment .recruitment_item:last-child::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: #0281CC;
    content: "";
}

#page_recruit .recruitment .recruitment_item dt {
    padding-left: 15px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}

#page_recruit .recruitment .recruitment_item dd {
    font-size: 16px;
}

#page_recruit .recruitment .recruitment_btn {
    margin: 80px auto 0;
    width: 320px;
    font-size: 18px;
    aspect-ratio: 320/70;
    border-radius: 5px;
}

/* page_contact (pc) ------------------------------------------------------------------------------------------------------ */

.page_contact .common_contact_form dl.date dd {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
}

.page_contact .common_contact_form dl.date dd span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: grid;
    grid-template-columns: 100px 20px;
    column-gap: 5px;
    align-items: center;
}

.page_contact .common_contact_form dl.date dd span:not(:first-child) {
    grid-template-columns: 75px 20px;
}

/* page_customization (pc) ------------------------------------------------------------------------------------------------------ */

#page_customization .feature {
    padding: 100px 0;
}

#page_customization .feature .feature_lead {
    color: #0281CC;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

#page_customization .feature .feature_message {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#page_customization .feature .feature_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

#page_customization .custom {
    position: relative;
    padding-top: 80px;
    padding-bottom: 200px;
    background-image: url(/wp-content/themes/child/image/customization_deco.webp);
    background-size: cover;
}

#page_customization .custom .custom_lead {
    color: #0281CC;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

#page_customization .custom .custom_message {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#page_customization .custom .custom_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

#page_customization .custom .custom_items+.custom_text {
    margin-top: 50px;
}

#page_customization .custom .custom_items {
    margin-top: 50px;
    position: relative;
}

#page_customization .custom .custom_items::after,
#page_customization .custom .custom_items::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #707070;
}

#page_customization .custom .custom_items::after {
    width: 30px;
    height: 3px;
}

#page_customization .custom .custom_items::before {
    width: 3px;
    height: 30px;
}

#page_customization .custom .custom_outer {
    display: flex;
    justify-content: center;
    column-gap: 300px;
    margin: 20px 0;
}

#page_customization .custom .custom_item {
    padding: 20px 10px;
    width: 300px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

#page_customization .images {
    margin-top: -100px;
}

#page_customization .images .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

#page_customization .images .swiper-slide {
    width: 350px;
    height: 210px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

#page_customization .images .swiper-slide:nth-child(2n) {
    margin-top: 50px;
}

#page_customization .needs {
    padding-top: 100px;
}

#page_customization .needs .needs_lead {
    color: #0281CC;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

#page_customization .needs .needs_message {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#page_customization .needs .needs_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    display: grid;
    grid-template-columns: 550px 1fr;
    column-gap: 60px;
    align-items: center;
    margin-top: 40px;
}

#page_customization .needs .needs_img {
    aspect-ratio: 5/3;
    position: relative;
    margin-bottom: 3vw;
}

#page_customization .needs .needs_text {
    font-weight: 500;
    font-size: 17px;
    padding-left: 2.5em;
}

#page_customization .needs .needs_text+.needs_text {
    margin-top: 20px;
}

#page_customization .flow {
    padding: 100px 0;
    background-color: #f5fafc;
    margin-top: 100px;
}

#page_customization .flow .flow_lead {
    color: #0281CC;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

#page_customization .flow .flow_message {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#page_customization .flow .flow_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

#page_customization .flow .flow_items {
    -webkit-column-gap: 1.25%;
    -moz-column-gap: 1.25%;
    display: grid;
    grid-template-columns: repeat(5, 19%);
    column-gap: 1.25%;
    margin-top: 40px;
}

#page_customization .flow .flow_item {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    padding: 30px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

#page_customization .flow .item_number {
    font-size: 21px;
    text-align: center;
}

#page_customization .flow .item_img {
    height: 60px;
    margin-top: 20px;
    opacity: 0.8;
}

#page_customization .flow .flow_item:nth-child(4) .item_img {
    height: 50px;
}

#page_customization .flow .item_img img {
    -o-object-fit: contain;
    object-fit: contain;
}

#page_customization .flow .item_heading {
    min-height: 70px;
    margin-top: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

#page_customization .flow .item_text {
    font-size: 14px;
}

#page_customization .step {
    padding: 150px 0;
    position: relative;
}

#page_customization .step::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/child/image/customization_bg.webp);
    background-size: cover;
    opacity: 0.1;
}


#page_customization .step .step_message {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: .1em;
    text-align: center;
}

#page_customization .step .step_text {
    margin-top: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    letter-spacing: .1em;
}

/* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */

.page_sitemap .wrap {
    width: 1240px;
}

.page_sitemap .sitemap_cont_sec .cont .list .sub_menu {
    padding-inline: 0;
}

.page_sitemap .sitemap_cont_sec .cont .list .sub_menu ul {
    grid-template-columns: repeat(2, 1fr);
}



/* page_error (pc) ------------------------------------------------------------------------------------------------------ */

#page_error {
    padding: 120px 0;
}

#page_error .error_text {
    font-size: 18px;
}

#page_error .common_btn.error_btn {
    margin-top: 30px;
}

/* オプション・カスタマイズ工事 */
#page_customization .needs .needs_wrapper .needs_body .list {
    margin-bottom: 20px;
}

#page_customization .needs .needs_wrapper .needs_body .list li {
    font-weight: 600;
    letter-spacing: .08em;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    border-bottom: dashed 1px #6fa7c8;
    padding-bottom: 0.5em;
    padding-left: 1em;
}

#page_customization .needs .needs_wrapper .needs_body .list li+li {
    margin-top: 0.6em;
}

#page_customization .needs .needs_wrapper .needs_body .list li::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #0281CC;
    rotate: 45deg;
    flex-shrink: 0;
}

#page_customization .step .step_message .color {
    font-size: 134.4%;
    display: inline-block;
    color: #0281CC;
}

#page_philosophy .message .cont {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    align-items: unset;
    letter-spacing: .01em;
}

#page_philosophy .message .message_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

#page_philosophy .message .img {
    width: 350px;
    margin: 30px 0 0 auto;
}

#page_philosophy .message .img img {
    width: 100%;
}

#page_philosophy .message .message_img::before {
    content: "";
    position: absolute;
    background: #0281CC;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    z-index: 0;
}


#page_customization .feature {
    position: relative;
}

#page_customization .feature::after {
    bottom: 0;
    left: 0px;
    rotate: 180deg;
}

#page_customization .feature::before {
    top: 0;
    right: 0;
}

#page_customization .feature::after,
#page_customization .feature::before {
    aspect-ratio: 410 / 410;
    width: 410px;
    background-image: url(/wp-content/themes/child/image/top_about_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    z-index: -10;
    position: absolute;
}

#page_recruit .fv .fv_text .color {
    color: #0281CC;
    font-size: 1.3em;
}

#page_recruit .business::after {
    z-index: -10;
    position: absolute;
    top: 245px;
    right: -112px;
    aspect-ratio: 666 / 471;
    width: 756px;
    background-image: url(/wp-content/themes/child/image/common_fv_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    rotate: 90deg;
}

#page_newbrokerage .gallery .swiper {
    padding-bottom: 20px;
}

#page_newbrokerage .gallery .swiper-slide img {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

#page_recruit .photo .swiper {
    padding-bottom: 20px;
}

#page_recruit .photo .swiper-slide img {
    position: relative;
    z-index: 1;
}

#page_customization .images .swiper {
    padding-bottom: 20px;
}

#page_customization .images .swiper-slide img {
    position: relative;
    z-index: 1;
}

#page_customization .needs .needs_img::before {
    z-index: -10;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #1A1A1A;
    content: "";
}

#page_philosophy .message .cont .text_box .message_text {
    margin-top: 0.5em;
}

#page_general-insurance .flow {
    padding-bottom: 150px;
    position: relative;
}

#page_general-insurance .flow .wave {
    position: absolute;
    left: -300px;
    bottom: 0;
    width: 866px;
    z-index: -1;
}

#page_general-insurance .flow .common_page_title .en_title {
    color: #0281CC;
}

#page_general-insurance .flow .business_flow {
    margin-top: 30px;
}

#page_general-insurance .flow .business_flow ul li {
    width: 1000px;
    display: flex;
    gap: 0 40px;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-inline: auto;
    position: relative;
}

#page_general-insurance .flow .business_flow ul li:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    top: -35%;
    left: 50%;
    translate: -50% 0%;
    background-color: #C6EAFF;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#page_general-insurance .flow .business_flow ul li+li {
    margin-top: 65px;
}

#page_general-insurance .flow .business_flow ul li .num {
    background-color: var(--main-color);
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
    display: grid;
    place-content: center;
    width: 160px;
    padding: 1em 1em .6em;
    flex-shrink: 0;
}

#page_general-insurance .flow .business_flow ul li .title_box {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 100%;
}

#page_general-insurance .flow .business_flow ul li .title_box .title {
    color: var(--main-color);
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    width: 35%;
    flex-shrink: 0;
}

#page_general-insurance .flow .business_flow ul li .title_box .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .1em;
    font-weight: 500;
}


@media (max-width: 1440px) {
    .wrap {
        width: 79vw;
    }

    .wrap.mid {
        width: 86vw;
    }

    .wrap.lr {
        width: 93vw;
    }

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

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

    .common_page_wrap {
        padding: 6.94vw 0;
    }

    .reserve_text {
        font-size: 2vw;
    }

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

    /* PC固定ページ お問い合わせ */
    .contact_form_disc .text {
        font-size: 1.1vw;
    }

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

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

    .common_contact_form .form_box dl {
        grid-template-columns: 26.5% 1fr;
        gap: 5.5vw;
    }

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

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

    .common_contact_form .form_box dl dt::after {
        width: 0.06vw;
        height: 2.08vw;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="number"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        border-radius: 0.27vw;
        font-size: 0.97vw;
    }

    .common_contact_form textarea {
        height: 12.5vw;
        border-radius: 0.27vw;
        font-size: 0.97vw;
    }

    .common_contact_form select {
        border-radius: 0.27vw;
        font-size: 0.97vw;
    }

    .page_contact #btn_wrap button {
        width: 21.52vw;
        line-height: 4.16vw;
        font-size: 1.25vw;
    }

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

    .privacy_term_outer .privacy_term_inner {
        height: 24vw;
    }

    .privacy_term_outer .privacy_term_inner .privacy_index {
        font-size: 0.97vw;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 0.9vw;
        margin-bottom: 1.73vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 0.9vw;
        margin-bottom: 0.34vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 0.9vw;
    }

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

    .privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
        width: 0.55vw;
    }

    .privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
        border-radius: 0.69vw;
    }

    .privacy_term_outer {
        padding: 2vw 0;
    }

    .privacy_check_list .error {
        font-size: 1vw;
    }

    .privacy_term_detail {
        font-size: 0.9vw;
        margin: 1.38vw 0;
    }

    .privacy_term_detail::after {
        width: 0.69vw;
    }

    /* spanの左側にボタンを配置するスペースを作る */
    .radio_btns .radio_btns__item+span {
        font-size: 1vw;
    }

    /* 各パーツを作成 */
    .radio_btns .radio_btns__item+span::before,
    .radio_btns .radio_btns__item+span::after {
        width: 1.38vw;
    }

    /* after上書き */
    .radio_btns .radio_btns__item+span::after {
        width: 0.69vw;
        left: 0.34vw;
    }

    /*
  checked状態
  文字のcolorとボタンのopacityを変更
*/

    .mwform-checkbox-field-text {
        font-size: 1.04vw;
        padding: 0 0 0 2.08vw;
    }

    .mwform-checkbox-field-text::before {
        width: 1.38vw;
    }

    .mwform-checkbox-field-text::after {
        width: 1.38vw;
    }

    /* サンクスページ */

    .page_contact .thanks_textArea .name {
        font-size: 1.1vw;
        margin-bottom: 1.38vw;
    }


    /* ステップバー デザイン */

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

    .page_contact .progressbar .item+.item::before {
        width: 3.472vw;
        height: 0.069vw;
    }

    .page_contact .progressbar .item .mark {
        width: 2.5vw;
    }

    .privacy_check_list {
        margin-bottom: 1.736vw;
    }

    .privacy_check_list .hissu {
        padding: 0.139vw 1.042vw;
        font-size: 0.69vw;
    }

    /* PC固定ページ 404ページ */
    #page_404 .num {
        font-size: 6.94vw;
    }

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

    /* PC固定ページ アーカイブページ */
    /* 投稿リスト表示 */
    .archive_page_list>article {
        padding-bottom: 1.042vw;
        padding-top: 1.042vw;
        padding-right: 2.083vw;
    }

    .archive_page_list>article:after {
        width: 0.694vw;
        height: 0.694vw;
        right: 0.347vw;
    }

    .archive_page_list>article .date {
        width: 6.944vw;
    }

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

    /* -----------------------------------------------------------------------------------
↓↓↓↓↓ エムエフホーム CSS (pc)
----------------------------------------------------------------------------------- */

    /* btn (pc) */
    a.common_btn {
        width: 15.625vw;
        font-size: 1.042vw;
    }

    /* common_fv (pc) */

    .common_fv {
        padding-top: 10.417vw;
        padding-bottom: 4.861vw;
    }

    .common_fv::before,
    .common_fv::after {
        width: 0.069vw;
        height: 4.861vw;
    }

    .common_fv::before {
        bottom: 4.861vw;
    }

    .common_fv .common_fv_wrapper::before {
        top: -4.861vw;
        width: 46.25vw;
    }

    .common_fv .common_fv_wrapper::after {
        top: 26.389vw;
        width: 46.25vw;
        height: 6.944vw;
    }

    .common_fv .common_fv_heading_en {
        font-size: 5.556vw;
    }

    .common_fv .common_fv_heading_ja {
        font-size: 1.528vw;
    }

    .common_fv .common_fv_bread {
        margin-top: 3.472vw;
    }

    .common_fv .common_fv_items {
        -webkit-column-gap: 0.347vw;
        -moz-column-gap: 0.347vw;
        column-gap: 0.347vw;
        font-size: 0.833vw;
    }

    .common_fv .common_fv_img {
        height: 19.444vw;
        margin-top: 1.389vw;
    }

    /* header (pc) ------------------------------------------------------------------------------------------------------ */

    .header {
        height: 5.556vw;
        padding: 0 3.472vw;
        padding-top: 0.278vw;
    }

    .header::before {
        height: 0.278vw;
    }

    .header .header_items {
        -webkit-column-gap: 4.167vw;
        -moz-column-gap: 4.167vw;
        column-gap: 4.167vw;
    }

    .header .header_item::after {
        right: -2.083vw;
        width: 0.069vw;
        height: 1.042vw;
    }

    .header .header_item::before {
        height: 0.278vw;
    }

    .header .header_trigger {
        padding: 0.347vw 0;
        font-size: 0.972vw;
    }

    .header .header_outer {
        width: 12.5vw;
        padding: 1.042vw 0;
    }

    .header .header_item:nth-child(2) .header_outer {
        width: 18.056vw;
    }

    .header .header_link {
        font-size: 0.972vw;
        padding: 0.278vw 0;
    }


    /* footer (pc) ------------------------------------------------------------------------------------------------------ */

    .footer {
        padding: 6.944vw 0;
    }

    .footer .footer_head {
        grid-template-columns: 1fr 35vw;
    }

    .footer .footer_lead {
        margin-top: 2.778vw;
        font-size: 1.806vw;
    }

    .footer .footer_text {
        margin-top: 1.389vw;
        font-size: 1.1vw;
    }

    .footer .footer_links {
        -webkit-column-gap: 4.861vw;
        -moz-column-gap: 4.861vw;
        column-gap: 4.861vw;
        margin-top: 4.167vw;
    }

    .footer .footer_title {
        font-size: 1.25vw;
    }

    .footer .footer_items+.footer_title {
        margin-top: 2.778vw;
    }

    .footer .footer_items {
        margin-top: 1.389vw;
    }

    .footer .footer_item+.footer_item {
        margin-top: 0.486vw;
    }

    .footer .footer_item a {
        font-size: 0.972vw;
    }

    .footer .footer_outer {
        -webkit-column-gap: 2.778vw;
        -moz-column-gap: 2.778vw;
        column-gap: 2.778vw;
    }

    .footer .footer_outer .footer_item a {
        padding-right: 1.736vw;
    }

    .footer .footer_outer .footer_item a::after {
        width: 0.764vw;
    }

    .footer .footer_bottom {
        margin-top: 2.431vw;
        padding-top: 4.167vw;
    }

    .footer .footer_copy {
        font-size: 0.833vw;
    }

    .footer .footer_others {
        -webkit-column-gap: 1.389vw;
        -moz-column-gap: 1.389vw;
        column-gap: 1.389vw;
    }

    .footer .footer_other a {
        font-size: 0.833vw;
    }

    /* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */
    .top_fv .fv_wrapper {
        max-width: 93.056vw;
        padding-bottom: 4.861vw;
    }

    .top_fv .fv_lead {
        font-size: 2.639vw;
    }

    .top_fv .fv_text {
        margin-top: 1.389vw;
        font-size: 1.25vw;
    }

    .top_fv .fv_scroll {
        font-size: 10.41vw;
        height: 9.72vw;
    }

    /* top_about (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_about {
        padding-top: 12.361vw;
    }

    .top_about::before {
        width: 46.25vw;
    }

    .top_about::after {
        top: 29.861vw;
        width: 46.25vw;
        height: 5.556vw;
    }

    .top_about .wrap {
        width: 86.111vw;
    }

    .top_about .about_wrapper {
        -webkit-column-gap: 5.5vw;
        -moz-column-gap: 5.5vw;
        grid-template-columns: 1fr 33.3vw;
        column-gap: 5.5vw;
    }

    .top_about .about_body {
        padding-bottom: 4.861vw;
        padding-left: 3.472vw;
    }

    .top_about .about_heading {
        font-size: 2.083vw;
    }

    .top_about .about_lead {
        font-size: 3.056vw;
    }

    .top_about .about_lead span.size {
        font-size: 2.083vw;
    }

    .top_about .about_text {
        margin-top: 3.472vw;
        font-size: 0.972vw;
    }

    .top_about .about_text+.about_text {
        margin-top: 1.389vw;
    }

    .top_about .about_btn {
        margin-top: 4.167vw;
    }

    /* top_service (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_service {
        padding-top: 9.028vw;
        padding-bottom: 11.528vw;
    }

    .top_service .service_wrapper {
        grid-template-columns: 25vw 1fr;
    }

    .top_service .service_heading_en {
        font-size: 4.861vw;
    }

    .top_service .service_heading_ja {
        font-size: 1.389vw;
    }

    .top_service .service_items {
        margin-top: 2.778vw;
    }

    .top_service .service_item {
        font-size: 1.1vw;
    }

    .top_service .service_item span {
        margin-right: 1.389vw;
        font-size: 1.389vw;
    }

    .top_service .service_item:not(:first-child) {
        margin-top: 0.694vw;
    }

    .top_service .service_swiper {
        margin-top: 2.083vw;
    }

    .top_service .swiper-slide {
        width: 33vw;
    }

    .top_service .service_lead {
        margin-top: 1.736vw;
        font-size: 0.972vw;
    }

    .top_service .service_message {
        margin-top: 0.694vw;
        font-size: 1.806vw;
    }

    .top_service .service_text {
        min-height: 8.3vw;
        margin-top: 1.736vw;
        font-size: 0.972vw;
    }

    .top_service .service_tag {
        margin-top: 1.389vw;
        font-size: 0.972vw;
    }

    .top_service .service_more {
        width: 10.417vw;
        font-size: 1.6vw;
        padding-top: 0.347vw;
    }

    .top_service .service_more::after {
        width: 8.3vw;
    }

    /* top_links (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_links .links_item {
        padding-bottom: 2.778vw;
    }

    .top_links .links_lead {
        font-size: 1.1vw;
    }

    .top_links .links_lead::before {
        width: 4.167vw;
        height: 0.069vw;
    }

    .top_links .links_heading {
        margin-top: 0.347vw;
        font-size: 1.528vw;
    }

    .top_links .links_btn {
        width: 8.3vw;
        margin-top: 1.042vw;
        padding-top: 0.417vw;
        font-size: 0.972vw;
    }

    /* top_store (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_store {
        padding-top: 9.72vw;
    }

    .top_store .store_heading_en {
        font-size: 4.861vw;
    }

    .top_store .store_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.389vw;
    }

    .top_store .store_items {
        margin-top: 2.778vw;
        gap: 1.389vw 1.042vw;
    }

    .top_store .store_item::before {
        top: 0.694vw;
        left: 1.042vw;
        padding: 0.139vw 1.042vw;
        color: #FFF;
        font-size: 0.972vw;
    }

    .top_store .store_item::after {
        right: 1.042vw;
        bottom: 1.389vw;
        width: 1.319vw;
    }

    .top_store .store_body {
        padding: 1.389vw;
    }

    .top_store .store_title {
        font-size: 1.1vw;
    }

    .top_store .store_address {
        margin-top: 1.042vw;
        font-size: 0.903vw;
    }

    /* top_recruit (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_recruit {
        padding: 9.722vw 0 12.5vw;
    }

    .top_recruit::before {
        width: 46.25vw;
    }

    .top_recruit::after {
        bottom: 29.167vw;
        width: 46.25vw;
        height: 5.5vw;
    }

    .top_recruit .recruit_text {
        margin-top: 2.778vw;
        padding-left: 31.25vw;
        font-size: 1.111vw;
    }

    .top_recruit .recruit_text+.recruit_text {
        margin-top: 1.389vw;
    }

    .top_recruit .recruit_btn {
        margin-top: 3.125vw;
        margin-left: 31.25vw;
    }

    /* page_newbrokerage (pc) ------------------------------------------------------------------------------------------------------ */

    .common_business {
        padding-top: 4.167vw;
        padding-bottom: 10vw;
    }

    .common_business .business_lead {
        font-size: 4.167vw;
    }

    .common_business .business_message {
        margin-top: 0.694vw;
        font-size: 1.667vw;
    }

    .common_business .business_items {
        margin-top: 5.556vw;
    }

    .common_business .business_item {
        -webkit-column-gap: 4.861vw;
        -moz-column-gap: 4.861vw;
        grid-template-columns: 33.3vw 1fr;
        column-gap: 4.861vw;
    }

    .common_business .business_item:nth-child(2n) {
        grid-template-columns: 1fr 33.3vw;
    }

    .common_business .business_item:nth-child(2n) .business_img::before {
        right: 1.389vw;
    }

    .common_business .business_item:not(:first-child) {
        margin-top: 6.25vw;
    }

    .common_business .business_img::before {
        top: 1.389vw;
        right: -1.389vw;
    }

    .common_business .business_heading {
        font-size: 2.2vw;
    }

    .common_business .business_heading::first-letter {
        font-size: 3.611vw;
    }

    .common_business .business_text {
        margin-top: 1.389vw;
        font-size: 1.042vw;
    }

    #page_newbrokerage .gallery .swiper-slide {
        width: 24.306vw;
        height: 14.583vw;
        position: relative;
        margin-right: 30px !important;
    }

    #page_newbrokerage .gallery .swiper-slide::before {
        z-index: -10;
        position: absolute;
        top: 20px;
        right: -20px;
        width: 100%;
        height: 100%;
        border: 1px solid #1A1A1A;
        top: 1.389vw;
        right: -1.389vw;
    }


    #page_newbrokerage .gallery .swiper-slide:nth-child(2n) {
        margin-top: 3.47vw;
        position: relative;
        margin-right: 30px !important;
    }

    #page_newbrokerage .commitment {
        padding-top: 9.72vw;
    }

    #page_newbrokerage .commitment .commitment_heading_en {
        font-size: 4.167vw;
    }

    #page_newbrokerage .commitment .commitment_heading_ja {
        font-size: 1.667vw;
    }

    #page_newbrokerage .commitment .commitment_items {
        -webkit-column-gap: 1.042vw;
        -moz-column-gap: 1.042vw;
        column-gap: 1.042vw;
        margin-top: 2.778vw;
    }

    #page_newbrokerage .commitment .commitment_item {
        padding: 3.472vw 1.389vw 2.083vw;
    }

    #page_newbrokerage .commitment .commitment_img {
        height: 6.25vw;
    }

    #page_newbrokerage .commitment .commitment_lead {
        margin-top: 2.083vw;
        font-size: 1.389vw;
    }

    #page_newbrokerage .commitment .commitment_text {
        margin-top: 1.389vw;
        font-size: 0.972vw;
    }

    #page_newbrokerage .record {
        padding-top: 8.333vw;
    }

    #page_newbrokerage .record .record_heading_en {
        font-size: 4.167vw;
    }

    #page_newbrokerage .record .record_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.667vw;
    }

    #page_newbrokerage .record .record_swiper {
        margin-top: 2.083vw;
        padding-top: 0.694vw;
        padding-bottom: 4.861vw;
    }

    #page_newbrokerage .record .swiper-slide {
        grid-template-columns: 23.6vw 1fr;
        width: 66.6vw;
    }

    #page_newbrokerage .record .record_body {
        padding: 2.778vw 2.083vw 2.083vw;
    }

    #page_newbrokerage .record .record_text {
        font-size: 1.042vw;
    }

    #page_newbrokerage .record .record_old {
        font-size: 1.1vw;
    }

    #page_newbrokerage .record .swiper-pagination {
        -webkit-column-gap: 0.694vw;
        -moz-column-gap: 0.694vw;
        column-gap: 0.694vw;
    }

    #page_newbrokerage .record .swiper-pagination-bullet {
        width: 1.389vw;
        height: 0.417vw;
    }

    #page_newbrokerage .record .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3.472vw;
    }

    #page_newbrokerage .record .swiper-button-prev,
    #page_newbrokerage .record .swiper-button-next {
        top: 0.694vw;
        width: 10.417vw;
        height: 20.139vw;
    }

    #page_newbrokerage .record .swiper-button-prev::before,
    #page_newbrokerage .record .swiper-button-next::before {
        width: 1.389vw;
    }

    #page_newbrokerage .live {
        padding: 11.1vw 0 9.028vw;
    }

    #page_newbrokerage .live::before {
        width: 118.05vw;
    }

    #page_newbrokerage .live .live_lead {
        font-size: 2.014vw;
    }

    #page_newbrokerage .live .live_lead span {
        font-size: 2.708vw;
    }

    #page_newbrokerage .live .live_text {
        margin-top: 3.472vw;
        font-size: 1.042vw;
    }

    #page_newbrokerage .live .live_text+.live_text {
        margin-top: 2.083vw;
    }

    /* page_group (pc) ------------------------------------------------------------------------------------------------------ */

    #page_group {
        padding: 6.944vw 0;
    }

    #page_group .store_wrapper+.store_wrapper {
        margin-top: 6.944vw;
    }

    #page_group .store_area {
        margin-bottom: 2.083vw;
        padding: 0.347vw 1.042vw;
        font-size: 1.944vw;
    }

    #page_group .store_item {
        -webkit-column-gap: 5.5vw;
        -moz-column-gap: 5.5vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: grid;
        grid-template-columns: 34.7vw 1fr;
        column-gap: 5.5vw;
        padding: 3.472vw 0;
    }

    #page_group .store_thumbnail::before {
        top: 0.694vw;
        right: -0.694vw;
    }

    #page_group .store_img {
        margin-top: 2.083vw;
    }

    #page_group .store_heading {
        font-size: 1.458vw;
        color: #0281CC;
    }

    #page_group .store_lists {
        margin-top: 1.042vw;
    }

    #page_group .store_list {
        grid-template-columns: 8.3vw 1fr;
    }

    #page_group .store_list dt,
    #page_group .store_list dd {
        font-size: 1.1vw;
    }

    #page_group .store_list:not(:first-child) {
        margin-top: 0.694vw;
    }

    #page_group .store_map {
        height: 15.278vw;
        margin-top: 1.389vw;
    }

    #page_group .store_btns {
        -webkit-column-gap: 1.389vw;
        -moz-column-gap: 1.389vw;
        grid-template-columns: 17.361vw 17.361vw;
        column-gap: 1.389vw;
        margin-top: 1.389vw;
    }

    #page_group .store_btn {
        padding-left: 0.347vw;
        font-size: 1.1vw;
    }

    #page_group .store_btn::before {
        top: 0.347vw;
        right: -0.347vw;
    }

    #page_group .store_btn::after {
        width: 1.25vw;
        margin-left: 0.694vw;
    }

    #page_group .store_btn span {
        margin-right: 0.139vw;
    }

    /* page_company (pc) ------------------------------------------------------------------------------------------------------ */

    #page_company {
        padding-top: 6.944vw;
    }

    #page_company .company .company_heading_en {
        font-size: 4.167vw;
    }

    #page_company .company .company_heading_ja {
        font-size: 1.389vw;
    }

    #page_company .company .company_outer {
        margin-top: 3.472vw;
        padding-bottom: 20.833vw;
    }

    #page_company .company .company_outer+.company_outer {
        margin-top: -13.889vw;
    }

    #page_company .company .company_lead {
        font-size: 1.6vw;
        color: #0281CC;
    }

    #page_company .company .company_items {
        margin-top: 0.694vw;
    }

    #page_company .company .company_item {
        grid-template-columns: 13.8vw 1fr;
    }

    #page_company .company .company_item dt {
        padding-left: 1.042vw;
        font-size: 1.25vw;
        padding-left: 1.042vw;
    }

    #page_company .company .company_item dd {
        font-size: 1.1vw;
        padding: 1.042vw;
    }

    #page_company .history {
        padding: 6.94vw 0;
    }

    #page_company .history::before {
        width: 90vw;
    }

    #page_company .history .history_heading_en {
        font-size: 4.167vw;
    }

    #page_company .history .history_heading_ja {
        font-size: 1.389vw;
    }

    #page_company .history .history_text {
        margin-top: 2.083vw;
        font-size: 1.1vw;
    }

    #page_company .history .history_items {
        margin-top: 2.083vw;
    }

    #page_company .history .history_item {
        grid-template-columns: 11.1vw 1fr;
        padding: 1.042vw 0;
    }

    #page_company .history .history_item::before {
        top: -0.139vw;
        width: 8.3vw;
        height: 0.208vw;
    }

    #page_company .history .history_item:last-child::after {
        bottom: -0.139vw;
        width: 8.3vw;
        height: 0.208vw;
    }

    #page_company .history .history_item dt {
        padding-left: 1.042vw;
        font-size: 1.25vw;
    }

    #page_company .history .history_item dd {
        font-size: 1.1vw;
    }

    #page_company .history .history_message {
        margin-top: 5.556vw;
        font-size: 1.458vw;
    }

    /* page_philosophy (pc) ------------------------------------------------------------------------------------------------------ */

    #page_philosophy .philosophy {
        padding-top: 6.94vw;
        padding-bottom: 27.778vw;
    }

    #page_philosophy .philosophy .philosophy_item {
        padding: 3.472vw 2.083vw;
    }

    #page_philosophy .philosophy .philosophy_item:not(:first-child) {
        margin-top: 2.778vw;
    }

    #page_philosophy .philosophy .philosophy_heading_en {
        font-size: 3.472vw;
    }

    #page_philosophy .philosophy .philosophy_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.389vw;
    }

    #page_philosophy .philosophy .philosophy_text {
        margin-top: 2.083vw;
        font-size: 1.1vw;
    }

    #page_philosophy .message {
        margin-top: -6.94vw;
        padding-bottom: 6.94vw;
    }

    #page_philosophy .message::before {
        width: 118.056vw;
    }

    #page_philosophy .message .message_heading_en {
        font-size: 3.472vw;
    }

    #page_philosophy .message .message_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.389vw;
    }

    #page_philosophy .message .message_lead {
        margin-top: unset;
        font-size: 1.506vw;
        color: #0281CC;
    }

    #page_philosophy .message .message_text {
        margin-top: 0.778vw;
        font-size: 1vw;
        text-align: left;
        line-height: 1.9;
    }

    #page_philosophy .message .message_text+.message_text {
        margin-top: 1.389vw;
    }

    /* page_recruit (pc) ------------------------------------------------------------------------------------------------------ */
    #page_recruit .fv .fv_wrapper {
        padding-left: 2.778vw;
    }

    #page_recruit .fv .fv_text {
        font-size: 2.292vw;
    }

    #page_recruit .fv .fv_img {
        min-width: 64.028vw;
    }

    #page_recruit .message {
        padding: 8.333vw 0 27.778vw;
    }

    #page_recruit .message .message_text {
        font-size: 1.389vw;
    }

    #page_recruit .photo {
        margin-top: -13.889vw;
    }

    #page_recruit .photo .swiper-slide {
        width: 24.306vw;
        height: 14.583vw;
        margin-right: 30px !important;
    }

    #page_recruit .photo .swiper-slide:nth-child(2n) {
        margin-top: 3.472vw;
        margin-right: 30px !important;
    }

    #page_recruit .business {
        padding-top: 6.944vw;
        position: relative;
    }

    #page_recruit .business .business_heading_en {
        font-size: 4.167vw;
    }

    #page_recruit .business .business_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.389vw;
    }

    #page_recruit .business .business_text {
        margin-top: 2.778vw;
    }

    #page_recruit .business .business_text+.business_text {
        margin-top: 1.389vw;
    }

    #page_recruit .business .business_img {
        margin-top: 2.778vw;
    }

    #page_recruit .recruitment {
        padding: 6.944vw 0;
    }

    #page_recruit .recruitment .recruitment_heading_en {
        font-size: 4.167vw;
    }

    #page_recruit .recruitment .recruitment_heading_ja {
        margin-top: 0.694vw;
        font-size: 1.389vw;
    }

    #page_recruit .recruitment .recruitment_items {
        margin-top: 2.778vw;
    }

    #page_recruit .recruitment .recruitment_item {
        grid-template-columns: 11.1vw 1fr;
        padding: 1.042vw 0;
    }

    #page_recruit .recruitment .recruitment_item::before {
        top: -0.139vw;
        width: 8.333vw;
        height: 0.208vw;
    }

    #page_recruit .recruitment .recruitment_item:last-child::after {
        bottom: -0.139vw;
        width: 8.3vw;
        height: 0.208vw;
    }

    #page_recruit .recruitment .recruitment_item dt {
        padding-left: 1.042vw;
        font-size: 1.25vw;
    }

    #page_recruit .recruitment .recruitment_item dd {
        font-size: 1.1vw;
    }

    #page_recruit .recruitment .recruitment_btn {
        width: 22.2vw;
        font-size: 1.25vw;
        border-radius: 0.347vw;
    }

    /* page_contact (pc) ------------------------------------------------------------------------------------------------------ */

    .page_contact .common_contact_form dl.date dd {
        -webkit-column-gap: 0.694vw;
        -moz-column-gap: 0.694vw;
        column-gap: 0.694vw;
    }

    .page_contact .common_contact_form dl.date dd span {
        -webkit-column-gap: 0.347vw;
        -moz-column-gap: 0.347vw;
        grid-template-columns: 6.94vw 1.389vw;
        column-gap: 0.347vw;
    }

    .page_contact .common_contact_form dl.date dd span:not(:first-child) {
        grid-template-columns: 5.208vw 1.389vw;
    }

    /* page_customization (pc) ------------------------------------------------------------------------------------------------------ */

    #page_customization .feature {
        padding: 6.944vw 0;
    }

    #page_customization .feature .feature_lead {
        font-size: 2.778vw;
    }

    #page_customization .feature .feature_message {
        margin-top: 1.389vw;
        font-size: 1.667vw;
    }

    #page_customization .feature .feature_text {
        margin-top: 2.083vw;
        font-size: 1.1vw;
    }

    #page_customization .custom {
        padding-top: 5.556vw;
        padding-bottom: 13.889vw;
    }

    #page_customization .custom .custom_lead {
        font-size: 2.778vw;
    }

    #page_customization .custom .custom_message {
        margin-top: 1.389vw;
        font-size: 1.667vw;
    }

    #page_customization .custom .custom_text {
        margin-top: 2.083vw;
        font-size: 1.1vw;
    }

    #page_customization .custom .custom_items+.custom_text {
        margin-top: 3.472vw;
    }

    #page_customization .custom .custom_items {
        margin-top: 3.472vw;
    }

    #page_customization .custom .custom_items::after {
        width: 2.083vw;
        height: 0.208vw;
    }

    #page_customization .custom .custom_items::before {
        width: 0.208vw;
        height: 2.083vw;
    }

    #page_customization .custom .custom_outer {
        column-gap: 20.833vw;
        margin: 1.389vw 0;
    }

    #page_customization .custom .custom_item {
        padding: 1.389vw 0.694vw;
        width: 20.833vw;
        font-size: 1.1vw;
    }

    #page_customization .images {
        margin-top: -6.944vw;
    }

    #page_customization .images .swiper-slide {
        width: 24.306vw;
        height: 14.583vw;
        margin-right: 30px !important;
    }

    #page_customization .images .swiper-slide:nth-child(2n) {
        margin-top: 3.472vw;
        margin-right: 30px !important;
    }

    #page_customization .needs {
        padding-top: 6.944vw;
    }

    #page_customization .needs .needs_lead {
        font-size: 2.778vw;
    }

    #page_customization .needs .needs_message {
        margin-top: 0.694vw;
        font-size: 1.667vw;
    }

    #page_customization .needs .needs_wrapper {
        -webkit-column-gap: 5.556vw;
        -moz-column-gap: 5.556vw;
        grid-template-columns: 38.2vw 1fr;
        column-gap: 4.166vw;
        margin-top: 2.778vw;
    }

    #page_customization .needs .needs_text {
        font-size: 1.2vw;
    }

    #page_customization .needs .needs_text+.needs_text {
        margin-top: 1.389vw;
    }

    #page_customization .flow {
        padding-top: 6.94vw;
    }

    #page_customization .flow .flow_lead {
        font-size: 2.778vw;
    }

    #page_customization .flow .flow_message {
        font-size: 1.667vw;
    }

    #page_customization .flow .flow_text {
        margin-top: 1.389vw;
        font-size: 1.1vw;
    }

    #page_customization .flow .flow_items {
        margin-top: 2.7vw;
    }

    #page_customization .flow .flow_item {
        padding: 2.083vw 0.694vw;
    }

    #page_customization .flow .item_number {
        font-size: 1.458vw;
    }

    #page_customization .flow .item_img {
        height: 4.167vw;
        margin-top: 1.389vw;
    }

    #page_customization .flow .flow_item:nth-child(4) .item_img {
        height: 3.472vw;
        margin-top: 2.1vw;
    }

    #page_customization .flow .item_heading {
        min-height: 4.861vw;
        margin-top: 1.736vw;
        font-size: 1.25vw;
    }

    #page_customization .flow .item_text {
        font-size: 0.972vw;
    }

    #page_customization .step {
        margin-top: 6.94vw;
        padding: 8.417vw 0;
    }

    #page_customization .step .step_message {
        font-size: 2.014vw;
    }

    #page_customization .step .step_text {
        margin-top: 3.472vw;
        font-size: 1.2vw;
    }

    /* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */

    .page_sitemap .wrap {
        width: 86.1vw;
    }

    /* page_error (pc) ------------------------------------------------------------------------------------------------------ */

    #page_error {
        padding: 8.3vw 0;
    }

    #page_error .error_text {
        font-size: 1.25vw;
    }

    #page_error .common_btn.error_btn {
        margin-top: 2.083vw;
    }

    /* オプション・カスタマイズ工事 */
    #page_customization .needs .needs_wrapper .needs_body .list {
        margin-bottom: 1.38vw;
    }

    #page_customization .needs .needs_wrapper .needs_body .list li {
        letter-spacing: .08em;
        font-size: 1.31vw;
    }

    #page_customization .needs .needs_wrapper .needs_body .list li::before {
        width: .83vw;
    }


    #page_newbrokerage .gallery .swiper {
        padding-bottom: 20px;
    }

    #page_newbrokerage .gallery .swiper-slide img {
        position: relative;
        z-index: 1;
        #page_newbrokerage .gallery .swiper-slide: nth-child(2n):: before;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    }

    #page_recruit .photo .swiper {
        padding-bottom: 20px;
    }

    #page_recruit .photo .swiper-slide img {
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    }

    #page_customization .images .swiper {
        padding-bottom: 20px;
    }

    #page_customization .images .swiper-slide img {
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    }

    #page_customization .needs .needs_img::before {}

}

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

.common_page_title .en_title {
    color: #C6EAFF;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.common_page_title .ja_title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}

.common_page_title .lead {
    margin-top: 1em;
    letter-spacing: .1em;
}


#page_usedbrokerage .service {
    padding-bottom: 150px;
    position: relative;
}

#page_usedbrokerage .service .image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

#page_usedbrokerage .service ul {
    width: 700px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 40px 40px 30px;
    border-top: 4px solid #0281CC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
    background: #fff;
}

#page_usedbrokerage .service ul li {
    padding-left: 30px;
    position: relative;
}

#page_usedbrokerage .service ul li:before {
    content: "●";
    color: #94EEFF;
    position: absolute;
    left: 0;
    top: 1px;
}

#page_usedbrokerage .service .last {
    text-align: center;
    line-height: 2;
    letter-spacing: .1em;
}

#page_usedbrokerage .flow {
    background: #D7F5FA;
    padding: 150px 0;
}

#page_usedbrokerage .flow .common_page_title .en_title {
    color: #0281CC;
}

#page_usedbrokerage .flow ol {
    padding-left: 140px;
    position: relative;
}

#page_usedbrokerage .flow ol:before {
    content: "";
    width: 4px;
    height: calc(100% + 100px);
    border-left: 3px dotted #0C0C0C;
    position: absolute;
    left: 60px;
    bottom: 0;
    opacity: .28;
}

#page_usedbrokerage .flow ol:after {
    content: "";
    width: 110px;
    height: 3px;
    border-bottom: 3px dotted #0C0C0C;
    position: absolute;
    left: 66px;
    top: -100px;
    opacity: .28;
}

#page_usedbrokerage .flow ol li {
    background: #fff;
    padding: 50px;
    position: relative;
}

#page_usedbrokerage .flow ol li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 22px solid #CCCCCC;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

#page_usedbrokerage .flow ol li+li {
    margin-top: 60px;
}

#page_usedbrokerage .flow ol li .icon {
    width: 170px;
    position: relative;
}

#page_usedbrokerage .flow ol li .icon img {
    width: auto;
    height: auto;
    object-fit: unset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#page_usedbrokerage .flow ol li .text_box .title_box {
    color: #0281CC;
    align-items: first baseline;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

#page_usedbrokerage .flow ol li .text_box .title_box .num {
    font-size: 35px;
    line-height: .5;
}

#page_usedbrokerage .flow ol li .text_box .title_box .title {
    font-size: 22px;
    line-height: 1;
}

#page_usedbrokerage .flow ol li .text_box .text {
    line-height: 2;
}

#page_usedbrokerage .flow ol li:last-child::before {
    display: none;
}

#page_usedbrokerage .future {
    text-align: center;
    padding: 190px 0 180px;
    background-image: url(/wp-content/themes/child/image/usedbrokerage_future.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#page_usedbrokerage .future .catch {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_usedbrokerage .future .catch span {
    color: #0281CC;
    font-size: 39px;
}

#page_usedbrokerage .future .text {
    margin-top: 50px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    line-height: 2.2;
}

#page_general-insurance .future {
    text-align: center;
    padding: 190px 0 180px;
    background-image: url(/wp-content/themes/child/image/general-insurance_future.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#page_general-insurance .future .catch {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_general-insurance .future .catch span {
    color: #0281CC;
    font-size: 39px;
}

#page_general-insurance .future .text {
    margin-top: 50px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    line-height: 2.2;
}

#page_general-insurance .support {
    margin-top: 80px;
}

#page_general-insurance .support ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

#page_general-insurance .support ul li {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_general-insurance .support ul li .image {
    height: 180px;
}

#page_general-insurance .support ul li .text {
    padding: 20px;
    text-align: center;
}

#page_general-insurance .support .last {
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
}

#page_general-insurance .business .wave {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    z-index: -1;
}

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

    .wrap.mid {
        width: 90vw;
    }

    .wrap.lr {
        width: 90vw;
    }

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

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

    body {
        font-size: 13px;
        min-width: initial;
        padding-top: 0;
    }

    /* 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="number"],
    .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;
    }

    /* spanの左側にボタンを配置するスペースを作る */
    .radio_btns .radio_btns__item+span {
        font-size: 3.8vw;
    }

    /* 各パーツを作成 */
    .radio_btns .radio_btns__item+span::before,
    .radio_btns .radio_btns__item+span::after {
        width: 5vw;
    }

    /* after上書き */
    .radio_btns .radio_btns__item+span::after {
        width: 3vw;
        left: 1vw;
    }

    /*
  checked状態
  文字のcolorとボタンのopacityを変更
*/

    .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding: 0 0 0 6vw;
    }

    .mwform-checkbox-field-text::before {
        width: 4vw;
    }

    .mwform-checkbox-field-text::after {
        width: 5vw;
    }


    /* サンクスページ */
    .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;
    }


    /* -----------------------------------------------------------------------------------
    ↓↓↓↓↓ エムエフホーム CSS (sp)
    ----------------------------------------------------------------------------------- */

    /* btn (sp) */

    a.common_btn {
        aspect-ratio: 200/50;
        width: 50vw;
        border-radius: 7vw;
        font-size: 3.5vw;
    }

    a.common_btn:hover {
        background-color: #0281CC;
        color: #FFF;
    }

    /* common_fv (sp) */

    .common_fv {
        padding-top: 35vw;
        padding-bottom: 10vw;
    }

    .common_fv::before,
    .common_fv::after {
        height: 10vw;
    }

    .common_fv::before {
        bottom: 15vw;
    }

    .common_fv .common_fv_wrapper::before {
        top: -20vw;
        width: 100%;
    }

    .common_fv .common_fv_wrapper::after {
        display: none;
    }

    .common_fv .common_fv_heading_en {
        font-size: 12vw;
    }

    .common_fv .common_fv_heading_ja {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .common_fv .common_fv_bread {
        margin-top: 10vw;
    }

    .common_fv .common_fv_items {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
        font-size: 3vw;
    }

    .common_fv .common_fv_items span a span:hover {
        color: #909090;
    }

    .common_fv .common_fv_img {
        height: 45vw;
        margin-top: 3vw;
        margin-left: min(50% - 50vw, -150px);
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */

    .header {
        min-width: initial;
        height: 15vw;
        padding: 0 5vw;
    }

    .header .header_logo {
        width: 30vw;
    }

    .header .header_logo:hover {
        opacity: 1;
    }

    .header .header_menu {
        margin-left: auto;
        font-size: 3.5vw;
        text-transform: uppercase;
        padding-top: 2vw;
    }

    .header .header_btn {
        position: relative;
        width: 8vw;
        height: 4vw;
        margin-left: 2.5vw;
    }

    .header .header_btn span {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        position: absolute;
        right: 0;
        height: 2px;
        background-color: #1A1A1A;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .header .header_btn span:nth-child(1) {
        top: 0;
        width: 100%;
    }

    .header .header_btn span:nth-child(2) {
        top: 40%;
        width: 50%;
    }

    .header .header_btn span:nth-child(3) {
        bottom: 0;
        width: 70%;
    }

    .header .header_btn.active span:nth-child(1) {
        -webkit-transform: rotate(155deg);
        top: 40%;
        transform: rotate(155deg);
    }

    .header .header_btn.active span:nth-child(2) {
        display: none;
    }

    .header .header_btn.active span:nth-child(3) {
        -webkit-transform: rotate(-155deg);
        top: 40%;
        bottom: auto;
        width: 100%;
        transform: rotate(-155deg);
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */

    .drawer {
        -webkit-transition: opacity 0.3s ease 0s;
        visibility: hidden;
        z-index: 15;
        position: fixed;
        top: 15vw;
        right: 0;
        left: 0;
        height: calc(100dvh - 15vw);
        height: calc(100vh - 15vw);
        padding: 10vw 0 15vw;
        overflow: scroll;
        background-color: rgba(2, 129, 204, 0.9);
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }

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

    .drawer::-webkit-scrollbar {
        display: none;
    }

    .drawer .drawer_item+.drawer_item {
        margin-top: 10vw;
    }

    .drawer .drawer_trigger {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding-bottom: 2vw;
        border-bottom: 1px solid #FFF;
        color: #FFF;
        font-weight: 700;
        font-size: 4.8vw;
    }

    .drawer .drawer_trigger::after {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        aspect-ratio: 2/2;
        width: 3vw;
        margin-right: 2.5vw;
        margin-left: auto;
        margin-bottom: 1vw;
        transform: rotate(45deg);
        border: 2.5px solid #FFF;
        border-bottom: none;
        border-left: none;
        content: "";
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .drawer .drawer_trigger.active {
        border-bottom: 1px solid #5BB6EB;
    }

    .drawer .drawer_trigger.js_drawer_trigger::after {
        -webkit-transform: translateY(0) rotate(135deg);
        transform: translateY(0) rotate(135deg);
        margin-right: 2vw;
    }

    .drawer .drawer_trigger.js_drawer_trigger.active::after {
        -webkit-transform: translateY(2vw) rotate(-45deg);
        transform: translateY(2vw) rotate(-45deg);
    }

    .drawer .drawer_outer {
        display: none;
        margin-top: 5vw;
    }

    .drawer .drawer_links {
        display: grid;
        grid-template-columns: calc((100% - 2.5vw) / 2) calc((100% - 2.5vw) / 2);
        gap: 4vw 2.5vw;
    }

    .drawer .drawer_link a {
        width: 100%;
        padding-bottom: 1.5vw;
        border-bottom: 1px solid #FFF;
        color: #FFF;
        font-weight: 500;
        font-size: 3.7vw;
    }

    .drawer .drawer_link.size a {
        font-size: 3.1vw;
    }

    .drawer .drawer_links.store .drawer_link a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .drawer .drawer_links.store .drawer_link a::after {
        aspect-ratio: 1/1;
        width: 2.8vw;
        margin-left: auto;
        background-image: url(/wp-content/themes/child/image/footer_icon_link.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .drawer .drawer_img {
        aspect-ratio: 350/264;
        margin-top: 10vw;
    }

    .drawer .drawer_copy {
        margin-top: 6vw;
        padding-bottom: 5vw;
        border-bottom: 1px solid #FFF;
        color: #FFF;
        text-align: center;
    }

    /* footer (pc) ------------------------------------------------------------------------------------------------------ */

    .footer {
        padding: 18vw 0;
    }

    .footer .footer_head {
        grid-template-columns: 1fr;
    }

    .footer .footer_logo:hover {
        opacity: 1;
    }

    .footer .footer_lead {
        margin-top: 6vw;
        font-size: 5vw;
        text-align: center;
    }

    .footer .footer_body {
        display: contents;
    }

    .footer .footer_logo {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 56vw;
        margin: 0 auto;
    }

    .footer .footer_text {
        margin-top: 5vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 7vw;
    }

    .footer .footer_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 6vw;
        padding-top: 0;
        border-top: none;
    }

    .footer .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer .footer_copy {
        width: 100%;
        margin-top: 4vw;
        padding-top: 4vw;
        border-top: 1px solid #FFF;
        font-size: 3vw;
        text-align: center;
    }

    .footer .footer_others {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        margin-left: 0;
        justify-content: center;
    }

    .footer .footer_other a {
        font-size: 3vw;
    }

    .footer .footer_other a:hover {
        opacity: 1;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_fv {
        height: 170vw;
    }

    .top_fv::before {
        background: radial-gradient(circle, transparent 0%, #0281cc 250%, #0281cc 100%);
    }

    .top_fv .fv_wrapper {
        padding: 0 3vw 10vw 3vw;
    }

    .top_fv .fv_lead {
        font-size: 6.3vw;
        line-height: 1.4;
    }

    .top_fv .fv_text {
        margin-top: 6vw;
        font-size: 3.3vw;
    }

    .top_fv .fv_scroll {
        -webkit-animation: scroll_text 90s linear infinite;
        font-size: 18vw;
        height: 17vw;
        animation: scroll_text 90s linear infinite;
    }

    /* top_about (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_about {
        padding-top: 24vw;
    }

    .top_about::before {
        aspect-ratio: 272/192;
        width: 68vw;
    }

    .top_about::after {
        display: none;
    }

    .top_about .about_wrapper {
        grid-template-columns: 1fr;
        position: relative;
    }

    .top_about .about_wrapper::after {
        position: absolute;
        content: "";
        width: 82vw;
        height: 66%;
        background-color: #FAFCFE;
        bottom: -25vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: -10;
    }

    .top_about .about_body {
        margin-top: 10vw;
        padding-bottom: 0;
        padding-left: 0;
    }

    .top_about .about_heading {
        font-size: 5vw;
    }

    .top_about .about_lead {
        margin-top: 2vw;
        font-size: 7.5vw;
    }

    .top_about .about_lead span.size {
        font-size: 5vw;
    }

    .top_about .about_text {
        margin-top: 8vw;
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .top_about .about_text+.about_text {
        margin-top: 5vw;
    }

    .top_about .about_btn {
        margin-top: 15vw;
    }

    .top_about .about_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        z-index: 10;
        position: relative;
        order: -1;
        aspect-ratio: 300/350;
        width: 76vw;
    }

    /* top_service (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_service {
        padding-top: 20vw;
        padding-bottom: 18vw;
    }

    .top_service .service_wrapper {
        grid-template-columns: 1fr;
        margin-right: calc(50% - 50vw);
    }

    .top_service .service_heading_en {
        font-size: 12vw;
        text-align: center;
    }

    .top_service .service_heading_ja {
        font-size: 3.5vw;
        text-align: center;
    }

    .top_service .service_swiper {
        margin-top: 5vw;
        /* margin-left: 9vw; */
        padding-bottom: 15vw;
    }

    .top_service .swiper-slide {
        width: 75vw;
    }

    .top_service .service_img {
        aspect-ratio: 300/170;
    }

    .top_service .service_lead {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .top_service .service_message {
        margin-top: 1vw;
        font-size: 4.8vw;
    }

    .top_service .service_text {
        min-height: 40vw;
        margin-top: 5vw;
        font-size: 3.3vw;
        text-align: justify;
    }

    .top_service .service_tag {
        margin-top: 6vw;
        font-size: 3vw;
    }

    .top_service .swiper-pagination {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 2.5vw;
        margin-left: 8vw;
    }

    .top_service .swiper-pagination-bullet {
        display: block;
        width: 5vw;
        height: 3px;
        margin: 0 !important;
        border-radius: 0;
        background-color: #D6D6D6;
        opacity: 1;
    }

    .top_service .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12vw;
        background-color: #0281CC;
    }

    /* top_links (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_links {
        padding: 0 5vw;
    }

    .top_links .links_items {
        grid-template-columns: 1fr;
        row-gap: 2.5vw;
    }

    .top_links .links_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        aspect-ratio: 350/130;
        padding-bottom: 6vw;
        padding-left: 5vw;
    }

    .top_links .links_item::after {
        background: -webkit-gradient(linear, left top, right top, from(#004167), color-stop(50%, transparent), to(transparent));
        background: linear-gradient(90deg, #004167 0%, transparent 50%, transparent 100%);
    }

    .top_links .links_lead {
        font-size: 3.5vw;
    }

    .top_links .links_lead::before {
        display: none;
    }

    .top_links .links_heading {
        margin-top: 0;
        font-size: 4.5vw;
        line-height: 1;
    }

    .top_links .links_item:hover .links_img {
        -webkit-transform: initial;
        transform: initial;
    }

    /* top_store (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_store {
        padding-top: 20vw;
    }

    .top_store .store_heading_en {
        font-size: 9vw;
    }

    .top_store .store_heading_ja {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .top_store .store_text {
        margin-top: 5vw;
        font-weight: 500;
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    .top_store .store_links {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        display: grid !important;
        grid-template-columns: repeat(3, 28vw);
        column-gap: 3vw;
        margin-top: 3vw;
    }

    .top_store .store_link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 110/34;
        color: #FFF;
        font-size: 3.5vw;
        cursor: pointer;
    }

    .top_store .store_link:nth-child(1) {
        background-color: #0281CC;
    }

    .top_store .store_link:nth-child(2) {
        background-color: #0248CC;
    }

    .top_store .store_link:nth-child(3) {
        background-color: #1202CC;
    }

    .top_store .store_items {
        grid-template-columns: 1fr;
        margin-top: 7vw;
        gap: 2.5vw 0;
    }

    .top_store .store_item {
        display: none;
        grid-template-columns: 28vw 1fr;
    }

    .top_store .store_item.is_active {
        display: grid;
    }

    .top_store .store_item::before {
        display: none;
    }

    .top_store .store_item::after {
        display: none;
    }

    .top_store .store_item:hover .store_img img {
        -webkit-transform: initial;
        transform: initial;
    }

    .top_store .store_img {
        aspect-ratio: 110/130;
    }

    .top_store .store_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 5vw;
    }

    .top_store .store_title {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .top_store .store_address {
        margin-top: 3vw;
        font-size: 3vw;
    }

    /* top_recruit (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_recruit {
        padding: 12vw 0 30vw;
    }

    .top_recruit::before {
        aspect-ratio: 306/216;
        width: 77vw;
    }

    .top_recruit .recruit_img {
        width: calc(100% + 5vw);
        margin-left: -5vw;
    }

    .top_recruit .recruit_text {
        z-index: 10;
        position: relative;
        margin-top: 10vw;
        padding-left: 0;
        font-size: 3.5vw;
        letter-spacing: 0;
    }

    .top_recruit .recruit_text+.recruit_text {
        margin-top: 5vw;
    }

    .top_recruit .recruit_btn {
        z-index: 10;
        position: relative;
        margin-top: 9vw;
        margin-left: 0;
    }

    /* page_newbrokerage (sp) ------------------------------------------------------------------------------------------------------ */

    .common_business {
        padding-top: 8vw;
        padding-bottom: 10vw;
    }

    .common_business .business_lead {
        font-size: 5vw;
    }

    .common_business .business_message {
        margin-top: 3vw;
        font-size: 5vw;
    }

    .common_business .business_items {
        margin-top: 12vw;
    }

    .common_business .business_item {
        grid-template-columns: 1fr;
    }

    .common_business .business_item:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .common_business .business_item:nth-child(2n) .business_img {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .common_business .business_item:nth-child(2n) .business_img::before {
        right: 2.5vw;
    }

    .common_business .business_item:not(:first-child) {
        margin-top: 15vw;
    }

    .common_business .business_img::before {
        top: 2.5vw;
        right: -2.5vw;
    }

    .common_business .business_heading {
        margin-top: 4vw;
        font-size: 6vw;
        text-align: center;
    }

    .common_business .en_text {
        font-size: 6vw;
        margin-top: 2em;
        text-align: center;
    }

    #page_usedbrokerage .common_business .business_heading:first-letter {
        font-size: 4vw;
    }

    .common_business .business_heading small {
        font-size: 4vw;
    }

    .common_business .business_heading::first-letter,
    .common_business .business_heading .accent {
        font-size: 8vw;
    }

    .common_business .business_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_newbrokerage .gallery .swiper-slide {
        width: 40vw;
        height: 28vw;
        margin-right: 4.5vw !important;
    }

    #page_newbrokerage .gallery .swiper-slide:nth-child(2n) {
        margin-top: 6vw;
        margin-right: 4.5vw !important;
    }

    #page_newbrokerage .commitment {
        padding-top: 10vw;
    }

    #page_newbrokerage .commitment .commitment_heading_en {
        font-size: 9vw;
    }

    #page_newbrokerage .commitment .commitment_heading_ja {
        font-size: 5vw;
    }

    #page_newbrokerage .commitment .commitment_items {
        grid-template-columns: 1fr;
        margin-top: 8vw;
    }

    #page_newbrokerage .commitment .commitment_item {
        padding: 6vw 2.5vw;
    }

    #page_newbrokerage .commitment .commitment_item:not(:first-child) {
        margin-top: 6vw;
    }

    #page_newbrokerage .commitment .commitment_img {
        height: 15vw;
    }

    #page_newbrokerage .commitment .commitment_lead {
        margin-top: 6vw;
        font-size: 5vw;
    }

    #page_newbrokerage .commitment .commitment_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_newbrokerage .record {
        padding-top: 20vw;
    }

    #page_newbrokerage .record .record_heading_en {
        font-size: 10vw;
    }

    #page_newbrokerage .record .record_heading_ja {
        margin-top: 2vw;
        font-size: 5.5vw;
    }

    #page_newbrokerage .record .record_swiper {
        margin-top: 5vw;
        padding-top: 2vw;
        padding-bottom: 15vw;
    }

    #page_newbrokerage .record .swiper-slide {
        grid-template-columns: 1fr;
        width: 75vw;
        border-radius: 2vw;
    }

    #page_newbrokerage .record .record_img {
        aspect-ratio: 5/3;
    }

    #page_newbrokerage .record .record_body {
        min-height: 95vw;
        padding: 5vw;
    }

    #page_newbrokerage .record .record_text {
        font-size: 3.5vw;
    }

    #page_newbrokerage .record .record_old {
        font-size: 3.5vw;
    }

    #page_newbrokerage .record .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 10px;
        justify-content: center;
    }

    #page_newbrokerage .record .swiper-pagination-bullet {
        width: 5vw;
    }

    #page_newbrokerage .record .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12vw;
    }

    #page_newbrokerage .record .swiper-button-prev,
    #page_newbrokerage .record .swiper-button-next {
        top: 44%;
        width: 10vw;
        height: 12vw;
    }

    #page_newbrokerage .record .swiper-button-prev::before,
    #page_newbrokerage .record .swiper-button-next::before {
        width: 3vw;
    }

    #page_newbrokerage .record .swiper-button-prev::before {
        left: calc(50% + 0.5vw);
    }

    #page_newbrokerage .record .swiper-button-next::before {
        left: calc(50% - 0.5vw);
    }

    #page_newbrokerage .live {
        padding: 20vw 0 15vw;
    }

    #page_newbrokerage .live::before {
        top: 0;
        left: -20%;
        width: 200vw;
    }

    #page_newbrokerage .live .live_lead {
        font-size: 6vw;
    }

    #page_newbrokerage .live .live_lead span {
        font-size: 8vw;
    }

    #page_newbrokerage .live .live_text {
        margin-top: 10vw;
        font-size: 3.5vw;
    }

    #page_newbrokerage .live .live_text+.live_text {
        margin-top: 5vw;
    }

    /* page_group (sp) ------------------------------------------------------------------------------------------------------ */

    #page_group {
        padding: 15vw 0;
    }

    #page_group .store_wrapper+.store_wrapper {
        margin-top: 15vw;
    }

    #page_group .store_area {
        margin-bottom: 4vw;
        padding: 1vw 3vw;
        font-size: 5vw;
    }

    #page_group .store_item {
        display: block;
        padding: 10vw 0;
    }

    #page_group .store_thumbnail::before {
        top: 2.5vw;
        right: -2.5vw;
    }

    #page_group .store_img {
        margin-top: 5vw;
    }

    #page_group .store_heading {
        margin-top: 5vw;
        font-size: 4.5vw;
    }

    #page_group .store_lists {
        margin-top: 4vw;
    }

    #page_group .store_list {
        grid-template-columns: 1fr;
    }

    #page_group .store_list dt,
    #page_group .store_list dd {
        font-size: 3.5vw;
    }

    #page_group .store_list:not(:first-child) {
        margin-top: 3vw;
    }

    #page_group .store_map {
        height: 50vw;
        margin-top: 4vw;
    }

    #page_group .store_btns {
        grid-template-columns: 1fr;
        row-gap: 3vw;
        margin-top: 4vw;
    }

    #page_group .store_btn {
        aspect-ratio: 250/40;
        width: 80vw;
        margin: 0 auto;
        padding-left: 5px;
        font-size: 4vw;
    }

    #page_group .store_btn::before {
        top: 1.5vw;
        right: -1.5vw;
    }

    #page_group .store_btn::after {
        width: 4vw;
        margin-left: 2vw;
    }

    #page_group .store_btn:hover {
        background-color: #FFF;
        color: #1A1A1A;
    }

    #page_group .store_btn:hover span {
        color: #8DFC8D;
    }

    #page_group .store_btn:hover::after {
        background-image: url(/wp-content/themes/child/image/group_icon.svg);
    }

    /* page_company (sp) ------------------------------------------------------------------------------------------------------ */

    #page_company {
        padding-top: 15vw;
    }

    #page_company .company .company_heading_en {
        font-size: 8vw;
    }

    #page_company .company .company_heading_ja {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_company .company .company_outer {
        margin-top: 10vw;
        padding-bottom: 20vw;
    }

    #page_company .company .company_outer+.company_outer {
        margin-top: -10vw;
    }

    #page_company .company .company_lead {
        font-size: 4.5vw;
    }

    #page_company .company .company_items {
        margin-top: 2vw;
    }

    #page_company .company .company_item {
        grid-template-columns: 1fr;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }

    #page_company .company .company_item dt {
        padding: 2vw 3vw;
        font-size: 4vw;
        border-bottom: 1px solid #707070;
        border-right: none;
        border-left: none;
    }

    #page_company .company .company_item dd {
        font-size: 3.5vw;
        line-height: 1.4;
        border-right: none;
        padding: 3vw;
    }

    #page_company .history {
        padding: 15vw 0;
    }

    #page_company .history .history_heading_en {
        font-size: 10vw;
    }

    #page_company .history .history_heading_ja {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_company .history .history_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_company .history .history_items {
        margin-top: 5vw;
    }

    #page_company .history .history_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    #page_company .history .history_item dt {
        padding-left: 0;
        font-size: 4vw;
    }

    #page_company .history .history_item dd {
        margin-top: 3vw;
        font-size: 3.5vw;
        line-height: 1.4;
    }

    #page_company .history .history_message {
        margin-top: 15vw;
        font-size: 4.5vw;
    }

    /* page_philosophy (sp) ------------------------------------------------------------------------------------------------------ */

    #page_philosophy .philosophy {
        padding-top: 15vw;
        padding-bottom: 30vw;
    }

    #page_philosophy .philosophy .philosophy_item {
        padding: 8vw 3vw;
    }

    #page_philosophy .philosophy .philosophy_item:not(:first-child) {
        margin-top: 5vw;
    }

    #page_philosophy .philosophy .philosophy_heading_en {
        font-size: 7.5vw;
    }

    #page_philosophy .philosophy .philosophy_heading_ja {
        margin-top: 2vw;
        font-size: 4vw;
    }

    #page_philosophy .philosophy .philosophy_text {
        margin-top: 6vw;
        font-size: 3.5vw;
    }

    #page_philosophy .message {
        margin-top: 0;
        padding-bottom: 15vw;
    }

    #page_philosophy .message::before {
        top: 20%;
        left: -20%;
        width: 200vw;
    }

    #page_philosophy .message .message_heading_en {
        font-size: 10vw;
    }

    #page_philosophy .message .message_heading_ja {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_philosophy .message .message_lead {
        margin: 6vw 0 2vw;
        font-size: 5vw;
        text-align: center;
    }

    #page_philosophy .message .message_text {
        margin-top: 2vw;
        font-size: 3.3vw;
    }

    #page_philosophy .message .message_text+.message_text {
        margin-top: 4vw;
    }

    #page_philosophy .message .message_img {
        width: 100%;
        margin: 5vw auto 0;
        height: 63vw;
    }

    /* page_recruit (pc) ------------------------------------------------------------------------------------------------------ */

    #page_recruit .fv .fv_wrapper {
        margin-right: 0;
        padding-left: 0;
    }

    #page_recruit .fv .fv_text {
        font-size: 4.8vw;
        position: static;
        line-height: 2;
        transform: translateY(-19px);
    }

    #page_recruit .fv .fv_img {
        width: 100%;
        min-width: initial;
        margin-top: -5vw;
        height: 45vw;
    }

    #page_recruit .fv .fv_img img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

    #page_recruit .message {
        padding-top: 9vw;
        padding-bottom: 30vw;
    }

    #page_recruit .message .message_text {
        font-size: 4vw;
        line-height: 2;
    }

    #page_recruit .photo {
        margin-top: 0;
    }

    #page_recruit .photo .swiper-slide {
        width: 40vw;
        height: 28vw;
        margin-right: 4.5vw !important;
    }

    #page_recruit .photo .swiper-slide:nth-child(2n) {
        margin-top: 6vw;
        margin-right: 4.5vw !important;
    }

    #page_recruit .business {
        padding-top: 15vw;
    }

    #page_recruit .business .business_heading_en {
        font-size: 10vw;
    }

    #page_recruit .business .business_heading_ja {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_recruit .business .business_text {
        margin-top: 8vw;
        font-size: 3.5vw;
    }

    #page_recruit .business .business_text+.business_text {
        margin-top: 4vw;
    }

    #page_recruit .business .business_img {
        margin-top: 8vw;
    }

    #page_recruit .recruitment {
        padding: 15vw 0;
    }

    #page_recruit .recruitment .recruitment_heading_en {
        font-size: 10vw;
    }

    #page_recruit .recruitment .recruitment_heading_ja {
        margin-top: 1vw;
        font-size: 4.5vw;
    }

    #page_recruit .recruitment .recruitment_items {
        margin-top: 8vw;
    }

    #page_recruit .recruitment .recruitment_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    #page_recruit .recruitment .recruitment_item dt {
        padding-left: 0;
        font-size: 4vw;
    }

    #page_recruit .recruitment .recruitment_item dd {
        margin-top: 2vw;
        font-size: 3.3vw;
        line-height: 1.4;
    }

    #page_recruit .recruitment .recruitment_btn {
        margin: 12vw auto 0;
        width: 60vw;
        font-size: 4vw;
    }

    /* page_contact (sp) ------------------------------------------------------------------------------------------------------ */

    .page_contact .common_contact_form dl.date dd {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        column-gap: 2.5vw;
    }

    .page_contact .common_contact_form dl.date dd span {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        grid-template-columns: 25vw 5vw;
        column-gap: 1vw;
        font-size: 4vw;
    }

    .page_contact .common_contact_form dl.date dd span:not(:first-child) {
        grid-template-columns: 15vw 5vw;
    }

    /* page_customization (sp) ------------------------------------------------------------------------------------------------------ */

    #page_customization .feature {
        padding: 15vw 0 10vw;
    }

    #page_customization .feature .feature_lead {
        font-size: 7vw;
        line-height: 1.1;
    }

    #page_customization .feature .feature_message {
        margin-top: 4vw;
        font-size: 4.5vw;
        line-height: 1.4;
    }

    #page_customization .feature .feature_text {
        margin-top: 4vw;
        font-size: 3.3vw;
    }

    #page_customization .custom {
        padding-top: 10vw;
        padding-bottom: 25vw;
    }

    #page_customization .custom .custom_lead {
        font-size: 7vw;
        line-height: 1.1;
    }

    #page_customization .custom .custom_message {
        margin-top: 4vw;
        font-size: 4.3vw;
        line-height: 1.4;
    }

    #page_customization .custom .custom_text {
        margin-top: 5vw;
        font-size: 3.3vw;
    }

    #page_customization .custom .custom_items+.custom_text {
        margin-top: 8vw;
    }

    #page_customization .custom .custom_items {
        margin: 8vw auto 0;
    }

    #page_customization .custom .custom_items::after,
    #page_customization .custom .custom_items::before {
        display: none;
    }

    #page_customization .custom .custom_outer {
        flex-direction: column;
        row-gap: 3vw;
        margin: 3vw 0;
    }

    #page_customization .custom .custom_item {
        padding: 3vw 2vw;
        width: 80%;
        font-size: 3.5vw;
    }

    #page_customization .images {
        margin-top: -12vw;
    }

    #page_customization .images .swiper-slide {
        width: 40vw;
        height: 28vw;
        margin-right: 4.5vw !important;
    }

    #page_customization .images .swiper-slide:nth-child(2n) {
        margin-top: 6vw;
        margin-right: 4.5vw !important;
    }

    #page_customization .needs {
        padding-top: 15vw;
    }

    #page_customization .needs .needs_lead {
        font-size: 8vw;
        line-height: 1.1;
    }

    #page_customization .needs .needs_message {
        margin-top: 4vw;
        font-size: 5vw;
        line-height: 1.4;
    }

    #page_customization .needs .needs_wrapper {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 8vw;
    }

    #page_customization .needs .needs_text {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 4vw auto 0;
        font-size: 3.6vw;
        padding-left: 0;
    }

    #page_customization .needs .needs_text+.needs_text {
        margin: 3vw auto 0;
    }

    #page_customization .flow {
        padding: 15vw 0;
        margin-top: 15vw;
    }

    #page_customization .flow .flow_lead {
        font-size: 7vw;
    }

    #page_customization .flow .flow_message {
        font-size: 5vw;
    }

    #page_customization .flow .flow_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_customization .flow .flow_items {
        grid-template-columns: 1fr;
        row-gap: 4vw;
        margin-top: 8vw;
    }

    #page_customization .flow .flow_item {
        padding: 3vw 2.5vw 5vw;
    }

    #page_customization .flow .item_number {
        font-size: 4.5vw;
    }

    #page_customization .flow .item_img {
        height: 15vw;
        margin-top: 3vw;
    }

    #page_customization .flow .flow_item:nth-child(4) .item_img {
        height: 12vw;
    }

    #page_customization .flow .item_heading {
        min-height: initial;
        margin-top: 4vw;
        font-size: 4vw;
    }

    #page_customization .flow .item_text {
        margin-top: 3vw;
        font-size: 3.3vw;
    }

    #page_customization .step {
        padding: 20vw 0;
    }

    #page_customization .step::before {
        top: 0;
        left: -20%;
        width: 200vw;
    }

    #page_customization .step .step_message {
        font-size: 5vw;
    }

    #page_customization .step .step_text {
        margin-top: 12vw;
        font-size: 3.5vw;
    }

    /* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */

    .page_sitemap .sitemap_cont_sec .cont .list .sub_menu {
        padding-inline: 5vw;
    }

    .page_sitemap .sitemap_cont_sec .cont .list .sub_menu ul {
        grid-template-columns: 1fr;
    }

    .page_sitemap .sitemap_cont_sec .cont .list .sub_menu li:nth-child(even)::before {
        display: none;
    }

    /* page_error (sp) ------------------------------------------------------------------------------------------------------ */

    #page_error {
        padding: 15vw 0;
    }

    #page_error .error_text {
        font-size: 4vw;
    }

    #page_error .error_btn {
        margin: 8vw auto 0;
    }

    /* オプション・カスタマイズ工事 */
    #page_customization .needs .needs_wrapper .needs_body .list {
        width: fit-content;
        margin: 4.5vw auto 0;
    }

    #page_customization .needs .needs_wrapper .needs_body .list li {
        font-size: 3.8vw;
        line-height: 1.3;
        padding-bottom: 0.8em;
    }

    #page_philosophy .message .img {
        width: 80%;
        margin: 5vw auto 0;
    }

    #page_philosophy .message .cont {
        flex-direction: column-reverse;
        gap: unset;
        margin-top: 0;
        align-items: unset;
    }

    #page_philosophy .message .message_img::before {
        bottom: -2.5vw;
        right: -2.5vw;
    }

    .drawer .drawer_item.small {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 33px;
    }

    .drawer .drawer_item.small .drawer_trigger {
        font-size: 3.4vw;
        align-items: center;
        justify-content: center;
    }

    .drawer .drawer_item.small .drawer_trigger::after {
        width: 2vw;
        margin-bottom: 0;
        margin-right: 2.5vw;
    }

    #page_customization .feature::after,
    #page_customization .feature::before {
        width: 45vw;
    }

    #page_recruit .business::after {
        top: 73vw;
        width: 102vw;
        right: -21vw;
    }

    #page_newbrokerage .gallery .swiper-slide::before {
        top: 1.5vw;
        left: 1.5vw;
    }

    #page_newbrokerage .gallery .swiper-slide:nth-child(2n)::before {
        left: 1.5vw;
        top: 1.5vw;
    }

    #page_recruit .photo .swiper-slide::before {
        top: 1.5vw;
        left: 1.5vw;
    }

    #page_recruit .photo .swiper-slide:nth-child(2n)::before {
        left: 1.5vw;
        top: 1.5vw;
    }

    #page_customization .images .swiper-slide::before {
        top: 1.5vw;
        left: 1.5vw;
    }

    #page_customization .images .swiper-slide:nth-child(2n)::before {
        left: 1.5vw;
        top: 1.5vw;
    }

    #page_customization .needs .needs_img::before {
        top: 2.5vw;
        right: -2.5vw;
    }

    #page_philosophy .message .cont .text_box .message_text {
        margin-top: 4vw;
    }

    .footer .footer_bottom .footer_wrapper .cont li {
        list-style: none;
        text-align: center;
    }

    .footer .footer_bottom .footer_wrapper .cont li::marker {
        display: none;
    }

    .footer .footer_bottom .footer_wrapper .cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 2vw;
    }

    .footer .footer_bottom .footer_wrapper .footer_list {
        width: 70%;
    }

    .footer .footer_bottom .footer_wrapper .cont .footer_box {
        border-left: 1px solid #fff;
    }

    .footer .footer_bottom .footer_wrapper .cont li a {
        font-size: 3.4vw;
    }

    .footer .footer_bottom .footer_wrapper .cont li+li {
        margin-top: 2vw;
    }

    .privacy_check_list .error {
        font-size: 3.4vw;
    }

    .common_page_title {
        margin-bottom: 10vw;
    }

    .common_page_title .en_title {
        font-size: 10vw;
    }

    .common_page_title .ja_title {
        margin-top: 2vw;
        font-size: 5.5vw;
    }

    #page_usedbrokerage .common_business .business_lead {
        font-size: 5vw;
    }

    #page_usedbrokerage .service {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    #page_usedbrokerage .service ul {
        width: 100%;
        padding: 4vw;
        padding-top: 6vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
        margin-bottom: 5vw;
    }

    #page_usedbrokerage .service ul li {
        padding-left: 5vw;
        width: 68%;
        margin-inline: auto;
    }

    #page_usedbrokerage .service ul li:before {
        top: 1.5vw;
        font-size: 2vw;
    }

    #page_usedbrokerage .flow {
        padding: 20vw 0;
    }

    #page_usedbrokerage .flow ol {
        padding-left: 0;
        position: relative;
    }

    #page_usedbrokerage .flow ol:before {
        display: none;
    }

    #page_usedbrokerage .flow ol:after {
        display: none;
    }

    #page_usedbrokerage .flow ol li {
        padding: 6vw;
    }

    #page_usedbrokerage .flow ol li:before {
        border-right: 4vw solid transparent;
        border-left: 4vw solid transparent;
        border-top: 3vw solid #CCCCCC;
        bottom: -6vw;
    }

    #page_usedbrokerage .flow ol li+li {
        margin-top: 10vw;
    }

    #page_usedbrokerage .flow ol li .icon {
        width: 25vw;
        height: 17vw;
        position: absolute;
        left: 4vw;
        top: 2vw;
    }

    #page_usedbrokerage .flow ol li .icon img {
        max-width: 65%;
        max-height: 65%;
    }

    #page_usedbrokerage .flow ol li .text_box .title_box {
        gap: 0;
        margin-top: 3vw;
        margin-bottom: 10vw;
        margin-left: 25vw;
    }

    #page_usedbrokerage .flow ol li .text_box .title_box .num {
        font-size: 7vw;
        position: absolute;
        left: -2vw;
        top: -1vw;
    }

    #page_usedbrokerage .flow ol li .text_box .title_box .title {
        font-size: 4vw;
    }

    #page_usedbrokerage .flow ol li:last-child .text_box .title_box {
        margin-bottom: 6vw;
    }

    #page_general-insurance .future {
        padding: 30vw 0 20vw;
    }

    #page_general-insurance .future .catch {
        font-size: 5vw;
    }

    #page_general-insurance .future .catch span {
        font-size: 8vw;
    }

    #page_general-insurance .future .text {
        margin-top: 10vw;
        font-size: 3.5vw;
    }

    #page_general-insurance .future {
        padding: 30vw 0 20vw;
    }

    #page_general-insurance .future .catch {
        font-size: 5vw;
    }

    #page_general-insurance .future .catch span {
        font-size: 8vw;
    }

    #page_general-insurance .future .text {
        margin-top: 10vw;
        font-size: 3.5vw;
    }

    #page_general-insurance .flow {
        padding: 20vw 0;
    }


    #page_general-insurance .support {
        margin-top: 12vw;
    }

    #page_general-insurance .support ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        margin-bottom: 10vw;
    }

    #page_general-insurance .support ul li .image {
        height: 30vw;
    }

    #page_general-insurance .support ul li .text {
        padding: 4vw;
    }

    #page_general-insurance .support .last {
        font-size: 4vw;
    }

    #page_general-insurance .business .wave {
        bottom: -10vw;
    }

    #page_general-insurance .flow .wave {
        left: -30vw;
        width: 100vw;
    }

    #page_general-insurance .flow .business_flow {
        margin-top: 6vw;
    }

    #page_general-insurance .flow .business_flow ul li {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    #page_general-insurance .flow .business_flow ul li:not(:first-child)::after {
        width: 22vw;
        height: 8vw;
        top: -28%;
    }

    #page_general-insurance .flow .business_flow ul li+li {
        margin-top: 12vw;
    }

    #page_general-insurance .flow .business_flow ul li .num {
        font-size: 7vw;
        width: 100%;
        padding: .6em 1em 0em;
    }

    #page_general-insurance .flow .business_flow ul li .title_box {
        flex-direction: column;
        gap: 2vw 0;
        padding: 5vw 4vw;
    }

    #page_general-insurance .flow .business_flow ul li .title_box .title {
        font-size: 4.5vw;
        text-align: center;
        width: 100%;
    }

    #page_general-insurance .flow .business_flow ul li .title_box .text {
        font-size: 3.5vw;
        text-align: center;
    }


}

@media screen and (min-width: 751px) {

    .pc_tel {
        pointer-events: none;
    }

}

@-webkit-keyframes scroll_text {

    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

@keyframes scroll_text {

    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: tr
    }
}