@charset "UTF-8";

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

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

/* Bebas (旧フォント名) */
@font-face {
  font-family: 'Bebas';
  src: url('/wp/wp-content/themes/child/fonts//wp-content/themes/child/fonts/Bebas.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bebas Neue - Thin */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* Bebas Neue - Light */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Bebas Neue - Book */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Bebas Neue - Regular (OTF) */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Bebas Neue - Regular (TTF, fallback or alt) */
@font-face {
  font-family: 'Bebas Neue Alt';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Bebas Neue - Bold */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/wp/wp-content/themes/child/fonts/BebasNeue Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Holland (Script フォント) */
@font-face {
  font-family: 'Holland';
  src: url('/wp/wp-content/themes/child/fonts/holland.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font_Bebas {
    font-family: 'Bebas Neue';
    font-weight: 500;
}

.font_Holland {
    font-family: 'Holland';
}

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

body {
    color: #4E4E4E;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1400px;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-top: 190px;
}

.common_page_main .cont {
    align-items: center;
}

.common_page_main .common_title {
    justify-content: flex-start;
}

.common_page_main .common_title .title {
    padding-left: 45px;
    padding-right: 45px;
    left: 0;
    transform: translate(0%, -50%);
}

.common_page_wrap {
    padding-top: 50px;
    padding-bottom: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ラジオボタンを隠す */
.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;
}

#pc_header {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 10;
}

#pc_header .logo {
    width: 200px;
}

#pc_header .logo a {
    display: block;
}

#pc_header .header_navi ul {
    gap: 30px;
}

#pc_header .header_navi ul li {
    position: relative;
}

#pc_header .header_navi ul li a:hover {
    opacity: .7;
    transition: .3s;
}

#pc_header .header_navi ul li a.link {
    font-size: 16px;
    color: initial;
}

.home #pc_header .header_navi ul li a.link {
    color: #fff;
}

#pc_header .header_navi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333333;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.home #pc_header .header_navi ul li a::after {
    background:#fff;
}

#pc_header .header_navi ul li a:hover::after {
    visibility: visible;
    bottom: -10px;
    opacity: 1;
}

#pc_header .header_navi ul li a.child_link::after {
    background: #000;
}

#pc_header .header_navi ul li a.child_link:hover::after {
    bottom: -5px
}

#pc_header .header_navi ul li.parent_menu:hover .child_menu {
    height: auto;
    visibility: visible;
}

#pc_header .header_navi ul li a.parent_link {
    font-size: 16px;
    color: initial;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.home #pc_header .header_navi ul li a.parent_link {
    color: #fff;
}

#pc_header .header_navi ul li a.parent_link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

#pc_header .header_navi ul li a.parent_link:hover::before {
    transform: translateY(2px) rotate(315deg);
    transition: transform 0.3s ease; /* スムーズなアニメーション追加 */
}

.home #pc_header .header_navi ul li a.parent_link::before {
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}

#pc_header .header_navi ul li .child_menu {
    position: absolute;
    left: -35px;
    top: 100%;
    width: calc( 100% + 70px );
    padding-top: 20px;
    height: 0;
    visibility: hidden;
}

#pc_header .header_navi ul li .child_menu ul {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 2px #d3d3d3;
}

.home #pc_header .header_navi ul li .child_menu ul {
    box-shadow: none;
}

#pc_header .header_navi ul li a.child_link {
    color: initial;
    font-size: 13px;
    position: relative;
}

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

.main_visual .slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.main_visual .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background:#171102;
    mix-blend-mode: multiply;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.main_visual .slider .slide {
    height: 100%;
}

.main_visual .js_mv_slider {
    height: 100%;
}

.main_visual .slick-list {
    height: 100%;
}

.main_visual .slick-track {
    height: 100%;
}

.main_visual .slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .slider .slick-dots {
    bottom: 30px;
    text-align: right;
    padding-right: calc( ( 100% - 1240px ) / 2 );
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.main_visual .slider .slick-dots li {
    width: auto;
    height: auto;
    display: block;
}

.main_visual .slider .slick-dots li button {
    font-size: 18px;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 100%;
    display: block;
    text-align: center;
    opacity: .5;
    font-family: 'Bebas Neue';
    font-weight: 700;
}

.main_visual .slider .slick-dots li button:before {
    content: "0";
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
}

.main_visual .slider .slick-dots li.slick-active button {
    opacity: 1;
}

.main_visual .wrap {
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
}

.main_visual .text_box {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-top: 253px;
    margin-bottom: 80px;
    color: #fff;
}

.main_visual .text_box .lead {
    font-size: 24px;
    padding-bottom: 23px;
    background: url(/wp/wp-content/themes/child/image/mv_bar.svg) no-repeat;
    background-position: 0 100%;
    letter-spacing: .13em;
    margin-bottom: 12px;
}

.main_visual .text_box .lead .free {
    position: relative;
}

.main_visual .text_box .lead .free:before {
    content: "・・";
    position: absolute;
    left: 0;
    top: -1em;
}

.main_visual .text_box .catch {
    font-size: 40px;
    letter-spacing: .12em;
    line-height: 1.5;
}

.main_visual .button_box {
    gap: 30px;
}

.common_button a {
    display: block;
    color: #fff;
    width: 300px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid;
    position: relative;
}

.common_button.contact a {
    background-image: url(/wp/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    background-color: rgba(39, 37, 23,0.8);
    padding-left: 77px;
}

.common_button.line a {
    background-image: url(/wp/wp-content/themes/child/image/icon_line.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    background-color: rgba(69, 190, 98,0.8);
    padding-left: 82px;
}

.common_button a .arrow {
    width: 38px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(/wp/wp-content/themes/child/image/arrow_white.svg) no-repeat;
    background-position: 0 center;
}

.common_button a .arrow:before {
    content: "";
    width: 27px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp/wp-content/themes/child/image/arrow_black.svg);
    background-position: 0 center;
}

.common_button.line a .arrow:before {
    background-image: url(/wp/wp-content/themes/child/image/arrow_green.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
}

.common_button a:hover .arrow:before {
    width: 10px;
    background-image: none;
    transition: .3s;
}

.common_title {
    text-align: center;
    display: flex;
}

.common_title .in_wrap {
    position: relative;
}

.common_title .en {
    font-size: 147px;
    line-height: 1;
    color: #F4F4F4;
    font-weight: bold;
    display: inline-block;
}

.common_title .title {
    font-size: 40px;
    font-weight: 700;
    color: #141414;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    letter-spacing: .1em;
}

.common_title .title:before,
.common_title .title:after {
    content: "";
    width: 15px;
    height: 70px;
    background: url(/wp/wp-content/themes/child/image/parentheses.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
}

.common_title .title:before {
    left: 0;
}

.common_title .title:after {
    right: 0;
    transform: scale(-1, 1);
}

.common_view_more {
    margin-top: 60px;
}

.common_view_more a {
    display: block;
    width: 280px;
    height: 60px;
    position: relative;
    color: initial;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
    background: #FAED03;
}

.common_view_more a:after {
    content: "";
    width: 310px;
    height: 13.2px;
    background: url(/wp/wp-content/themes/child/image/arrow.svg) no-repeat;
    background-position: center;
    position: absolute;
    left: -14px;
    bottom: 5px;
}

.common_view_more a:hover {
    color: #fff;
    transition: .3s;
    background: #141414;
}

.common_view_more a:hover::after {
    left: -5px;
    transition: .3s;
}

.section_brokerage_fee {
    padding: 120px 0 170px 0;
    position: relative;
}

.section_brokerage_fee .common_title .en {
    color: #fff;
}

.section_brokerage_fee:before {
    content: "";
    width: calc( 1040px + (100vw - 1340px) / 2 );
    height: 420px;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section_brokerage_fee .common_title .title {
    transform: translate(-55%, -50%);
}

.section_brokerage_fee .text_area {
    width: 710px;
}

.section_brokerage_fee .text_area  .text_box {
    margin-top: 70px;
    padding-left: 100px;
}

.section_brokerage_fee .text_area .common_view_more {
    margin-left: 14px;
}

.section_brokerage_fee .text_area  .text_box .text {
    letter-spacing: .1em;
    font-size: 14px;
}

.section_brokerage_fee .text_area  .text_box .text + .text {
    margin-top: 1.8em;
}

.section_brokerage_fee .image {
    width: 500px;
    margin-left: 86px;
    margin-top: 60px;
    height: 632px;
}

.section_brokerage_fee .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_brokerage_fee .accent {
    text-align: center;
}

.section_brokerage_fee .accent.top {
    margin-bottom: 55px;
}

.section_brokerage_fee .accent.bottom {
    margin-top: 60px;
}

.common_title.center {
    justify-content: center;
}

.common_works_list {
    border-top: 2px solid #141414;
    position: relative;
}

.common_works_list:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #141414;
    position: absolute;
    left: calc( (100% - 1440px) / 2 + 480px );
    top: 0;
}

.common_works_list:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #141414;
    position: absolute;
    right: calc( (100% - 1440px) / 2 + 480px  );
    top: 0;
}

.common_works_list .border_beside {
    content:"";
    width: 100%;
    height:1px;
    background:#141414;
    position: absolute;
    left: 0;
    top: 50%;
    pointer-events: none;
}

.common_works_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    width: 1440px;
    margin: 0 auto;
}

.common_works_list ul li {
    padding: 30px 0;
    position: relative;
}

.common_works_list ul li:nth-child(3),
.common_works_list ul li:nth-child(6) {
    border-right: none;
}

.common_works_list ul li .image {
    width: 380px;
    height: 240px;
    margin: 0 auto 25px auto;
    position: relative;
}

.common_works_list ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.common_works_list ul li a:hover .image img {
    transform: scale(.98, .97);
    transition: .3s;
}

.common_works_list ul li a:hover .image:before {
    opacity: 1;
}

.common_works_list ul li a:hover .text_box .title {
    text-decoration: underline;
}

.common_works_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_works_list ul li .text_box {
    width: 380px;
    margin: 0 auto;
}

.common_works_list ul li .text_box .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.common_works_list ul li .text_box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 14px;
}

.common_works_list ul li .text_box table th {
    width: 80px;
    line-height: 30px;
    background: #4E4E4E;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.common_works_list ul li .text_box table td {
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common_works_list ul li .text_box .more {
    position: relative;
    text-align: right;
}

.common_works_list ul li .text_box .more .text {
    font-weight: 700;
    font-size: 20px;
    padding-right: 70px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}

.common_works_list ul li .text_box .more .text:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #FAED03;
    position: absolute;
    right: 15px;
    top: 0;
}

.common_works_list ul li .text_box .more .arrow {
    position: absolute;
    right: 5px;
    top: -3px;
}

.common_works_list ul li a:hover .text_box .more .text:after {
    right: 0;
    transition: .3s;
}

.common_works_list ul li a {
    color: #333333;
}

.common_works_list .border_accent {
    padding-top: 30px;
}

.common_works_list .border_accent.top {
    border-bottom: 1px solid #141414;
}

.common_works_list .border_accent.bottom {
    border-bottom: 2px solid #141414;
}

.common_works_list .border_accent .accent {
    padding-top: 30px;
    border-right: 1px solid #141414;
}

.common_works_list .border_accent.bottom {
    border-top: 1px solid #141414;
}

.common_works_list .border_accent .accent:last-child {
    border-right: none;
}

.section_works .common_view_more a {
    margin: 0 auto;
}

.section_strengths {
    padding-top: 170px;
}

.page_strengths .section_strengths {
    padding: 0;
}

.section_strengths .main_contents {
    margin-bottom: 143px;
}

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

.section_strengths .main_contents ul li .num {
    background: #141414;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    width: 100px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px;
}

.section_strengths .main_contents ul li .image {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 35px;
}

.section_strengths .main_contents ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_strengths .main_contents ul li .image:before {
    content: "";
    width: 370px;
    height: 240px;
    background: url(/wp/wp-content/themes/child/image/strengths_accent.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -20px;
    top: -20px;
}

.section_strengths .main_contents ul li .title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 11px;
    letter-spacing: .12em;
    min-height: 91px;
    line-height: 1.4;
}

.section_strengths .main_contents ul li .text {
    letter-spacing: .1em;
}

.section_strengths .main_contents ul li .text .attention {
    color: #DE2424;
}

.section_strengths .common_view_more a {
    margin: 0 auto;
}

.section_strengths .reason_contents .cont {
    position: relative;
    padding-bottom: 70px;
}

.section_strengths .reason_contents .cont:before {
    content: "";
    width: 1340px;
    height: 1010px;
    background: #F7F7F7;
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -2;
}

.section_strengths .reason_contents .image {
    width: 250px;
    height: 400px;
}

.section_strengths .reason_contents .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_strengths .reason_contents .text_area {
    text-align: center;
}

.section_strengths .reason_contents .text_area .title_box {
    margin-bottom: 30px;
    font-weight: 700;
}

.section_strengths .reason_contents .text_area .title_box .lead {
    font-size: 18px;
    color: #333333;
    padding-bottom: 32px;
    background: url(/wp/wp-content/themes/child/image/strengths_bar.svg) no-repeat;
    background-position: center bottom;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.section_strengths .reason_contents .text_area .title_box .title {
    font-size: 32px;
    color: #141414;
    letter-spacing: .25em;
    line-height: 1.4;
}

.section_strengths .reason_contents .text_area .text {
    letter-spacing: .2em;
}

.section_strengths .reason_contents .text_area .text + .text {
    margin-top: 2em;
}

.section_flow {
    padding: 180px 0 300px 0;
}

.section_flow .cont {
    position: relative;
}

.section_flow .common_title {
    margin-left: 20px;
}

.section_flow .common_view_more {
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0;
}

.section_flow ul li {
    width: 120px;
    height: 390px;
    border: 1px solid #333333;
    padding: 5px;
    position: relative;
}

.section_flow ul li .en {
    color: #FFCF00;
    font-size: 40px;
    line-height: 1;
    transform:rotate(-10deg);
    position: absolute;
    right: -37px;
    bottom: 0;
}

.section_flow ul li:after {
    content: "";
    width: 58px;
    height: 8px;
    background: url(/wp/wp-content/themes/child/image/flow_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -55px;
    top: calc( 50% - 4px )
}

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

.section_flow ul li .step {
    background: #333333;
    color: #fff;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.section_flow ul li .icon {
    width: 60px;
    height: 60px;
    background-color: #F7F7F7;
    border-radius: 100%;
    margin: 0 auto 22px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.section_flow ul li .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.section_flow ul li .text_box {
    display: flex;
    justify-content: center;
}

.section_flow ul li .text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .25em;
}

.section_flow ul li .text .or {
    writing-mode: initial;
}

.section_flow ul li .attention {
    position: absolute;
    width: 170px;
    left: -25px;
    top: calc( 100% + 10px );
    padding-top: 26px;
    background: url(/wp/wp-content/themes/child/image/flow_bar.svg) no-repeat;
    background-position: center top;
    text-align: center;
    color: #DE2424;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.section_flow ul li .attention:before {
    content: "※";
}

.section_faq .common_title {
    margin-bottom: 30px;
}

.common_title.mini .title {
    font-size: 28px;
}

.section_faq .common_title.mini .title {
    top: auto;
    font-size: 28px;
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
}

.common_title.mini .title:before,
.common_title.mini .title:after {
    width: 15px;
    height: 54px;
    top: -2px;
    background: url(/wp/wp-content/themes/child/image/parentheses_mini.svg) no-repeat;
    background-size: contain;
}

.section_faq .cont {
    position: relative;
}

.section_faq .cont:before,
.section_faq .cont:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
}

.section_faq .cont:before {
    left: 40px;
    bottom: -50px;
}

.section_faq .cont:after {
    right: 50px;
    top: -50px;
}

.section_faq .cont .en_title {
    position: absolute;
    height: calc( 100% + 60px );
}

.section_faq .cont .en_title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    left: 58%;
    top: 0;
    z-index: -1;
}

.section_faq .cont .en_title.top {
    left: 0;
    top: 0;
}

.section_faq .cont .en_title.bottom {
    right: 20px;
    top: -60px;
    display: flex;
    align-items: flex-end;
}

.section_faq .cont .en_title span {
    font-size: 100px;
    line-height: .9;
    font-weight: 700;
    color: #F7F7F7;
    writing-mode: vertical-rl;
    background: #fff;
}

.section_faq .cont .en_title.top span {
    padding-bottom: 20px;
}

.section_faq .cont .en_title.bottom span {
    padding-top: 20px;
}

.section_faq .faq_box {
    width: 960px;
    background: #FAFAFA;
    padding: 44px 40px 70px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section_faq .faq_box dl + dl {
    margin-top: 17px;
}

.section_faq .faq_box dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding-left: 50px;
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070;
}

.section_faq .faq_box dl dt:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp/wp-content/themes/child/image/icon_plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
}

.section_faq .faq_box dl dt.nowOpen:after {
    background-image: url(/wp/wp-content/themes/child/image/icon_minus.svg);
}

.section_faq .faq_box dl dt:before {
    content: "Q.";
    font-family: 'Bebas Neue';
    font-size: 32px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: .1em;
}

.section_faq .faq_box dl dd {
    position: relative;
    padding-top: 22px;
    padding-left: 50px;
}

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

.section_faq .faq_box dl dd:before {
    content: "A.";
    font-family: 'Bebas Neue';
    font-size: 32px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 22px;
    color: #FFCF00;
}

.section_faq .faq_box .common_view_more {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}

.section_faq .faq_box .common_view_more a {
    margin: 0 auto;
}

.section_company {
    padding: 190px 0;
    position: relative;
    overflow: hidden;
}

.section_company:before {
    content: "";
    width: calc( ( 100% - 1140px ) / 2 );
    height: 100%;
    background:#fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.section_company .image_slider {
    margin-bottom: 10px;
}

.section_company .image_slider .slick-list {
    overflow: visible;
}

.section_company .image_slider ul li.slide {
    width: 310px;
    height: 320px;
    margin: 0 2.5px;
}

.section_company .image_slider ul li.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_company .common_title {
    text-align: left;
    margin-bottom: -30px;
}

.section_company .common_title .title {
    font-size: 28px;
    left: 0;
    transform: unset;
    top: 35px;
}

.section_company .cont {
    position: relative;
}

.section_company .common_view_more {
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0;
}

.section_company .text_area {
    border-top: 1px solid #E2E2E2;
    padding-top: 30px;
    align-items: center;
}

.section_company .text_area .catch {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    letter-spacing: .1em;
}

.section_company .text_area dl {
    width: 530px;
    letter-spacing: .1em;
}

.section_company .text_area dl dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
}

.section_company .text_area dl dd .text + .text {
    margin-top: 1.5em;
}

.common_contact_box_wrap {
    background: #F7F7F7;
    border-top: 2px solid #141414;
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative;
}

.common_contact_box {
    border-top: 1px solid #141414;
    padding-top: 25px;
}

.common_contact_box .cont {
    align-items: center;
}

.common_contact_box .title_box {
    position: relative;
    margin-top: 30px;
}

.common_contact_box .title_box .en {
    font-size: 140px;
    font-weight: 700;
    color: #141414;
    line-height: 0;
}

.common_contact_box .title_box .yuda {
    color: #FFCF00;
    font-size: 40px;
    transform:rotate(-10deg);
    line-height: 1;
    position: absolute;
    top: 0;
    right: -73px;
}

.common_contact_box .button_box {
    gap: 30px;
}

.common_contact_box .button_box .button a {
    display: block;
    width: 290px;
    height: 160px;
    color: #fff;
    text-align: center;
    padding-top: 74px;
    background-repeat: no-repeat;
    font-size: 20px;
    letter-spacing: .1em;
    position: relative;
    transition: .3s;
}

.common_contact_box .button_box .button.contact a {
    background-color: #272517;
    background-image: url(/wp/wp-content/themes/child/image/icon_mail.svg);
    background-position: center 30px;
}

.common_contact_box .button_box .button.line a {
    background-color: #45BE62;
    background-image: url(/wp/wp-content/themes/child/image/icon_line.svg);
    background-position: center 22px;
}

.common_contact_box .button_box .button a .arrow {
    width: 32px;
    height: 30px;
    background: url(/wp/wp-content/themes/child/image/arrow_white.svg) no-repeat;
    background-position: 0 center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.common_contact_box .button_box .button a .arrow:before {
    content: "";
    width: 18px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/wp/wp-content/themes/child/image/arrow_black.svg);
    background-position: 0 center;
}

.common_contact_box .button_box .button.line a .arrow:before {
    background-image: url(/wp/wp-content/themes/child/image/arrow_green.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
}

.common_contact_box .button_box .button a:hover .arrow:before {
    width: 5px;
    background-image: none;
    transition: .3s;
}

.common_contact_box .button_box .button a:hover {
    opacity: .7;
}

#main_footer {
    position: relative;
    z-index: 10;
}

#main_footer .contents_box {
    border-top: 50px solid #141414;
    border-bottom: 50px solid #141414;
    position: relative;
}

#main_footer .contents_box .footer_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#main_footer .contents_box .footer_image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #141414;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

#main_footer .contents_box .footer_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_footer .contents_box .cont {
    position: relative;
    z-index: 2;
	display: flex;
    justify-content: space-between;
}

#main_footer .contents_box .cont .information {
    padding-top: 100px;
    padding-right: 90px;
    border-right: 1px solid #fff;
    color: #fff;
}

#main_footer .contents_box .cont .information .logo {
    margin-bottom: 35px;
}

#main_footer .contents_box .cont .information .logo img {
    width: 300px;
}

#main_footer .contents_box .cont .information .tel {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 7px 0;
}

#main_footer .contents_box .cont .information .time {
    margin-left: -.5em;
}

#main_footer .contents_box .cont .information .tel small {
    font-size: 15px;
}

#main_footer .contents_box .cont .contents {
    padding-top: 113px;
    padding-left: 68.5px;
    padding-right: 66.5px;
    border-right: 1px solid #fff;
    width: 480px;
    gap: 65px;
}

#main_footer .contents_box .cont .other {
    padding-top: 113px;
    padding-bottom: 165px;
    padding-left: 125px;
}

#main_footer .contents_box .cont .other .copyright {
    margin-top: 105px;
}

#main_footer .contents_box .cont .other .copyright small {
    color: #fff;
    font-size: 12px;
}

#main_footer .contents_box .cont ul li + li {
    margin-top: 20px;
}

#main_footer .contents_box .cont ul.child_menu {
    margin-top: 10px;
}

#main_footer .contents_box .cont ul.child_menu li + li {
    margin-top: 16px;
}

#main_footer .contents_box .cont ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

#main_footer .contents_box .cont ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#main_footer .contents_box .cont ul li a.parent_link::after {
    display: none;
}

#main_footer .contents_box .cont ul li a:hover::after {
    visibility: visible;
    bottom: -10px;
    opacity: 1;
}

#main_footer .contents_box .cont ul li a.child_link {
    font-size: 14px;
}

#main_footer .contents_box .cont ul li a.child_link:before {
    content: "- ";
}

.contact_fixed {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 9;
}

.contact_fixed .button a {
    width: 50px;
    height: 280px;
    writing-mode: vertical-rl;
    color: #fff;
    padding: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: .1em;
    text-orientation: upright;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

.contact_fixed .button.contact a {
    background-color: #272517;
    padding-top: 53px;
    background-image: url(/wp/wp-content/themes/child/image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 23px;
}

.contact_fixed .button.line {
    margin-top: 10px;
}

.contact_fixed .button.line a {
    background-color: #45BE62;
    padding-top: 67px;
    background-image: url(/wp/wp-content/themes/child/image/icon_line.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 32px;
}

.contact_fixed .button a .arrow {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.contact_fixed .button a .arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp/wp-content/themes/child/image/arrow_black_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.contact_fixed .button.line a .arrow:before {
    background-image: url(/wp/wp-content/themes/child/image/arrow_green_2.svg);
}

.contact_fixed .button a .arrow:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}

.contact_fixed .button a:hover .arrow:after {
    width: 55%;
    transition: .3s;
}

.contact_fixed .button a:hover {
    opacity: .7;
}

/* 契約の流れ（PC） */

.page_flow .section_main_visual {
    margin-bottom: 90px;
}

.page_flow .section_main_visual ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.page_flow .section_main_visual ul li {
    height: 489px;
}

.page_flow .section_main_visual ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_flow .section_flow_main .first_text  {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 92px;
}

.page_flow .section_flow_main .table_of_contents {
    margin-bottom: 80px;
}

.page_flow .section_flow_main .table_of_contents ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.page_flow .section_flow_main .table_of_contents ul li a {
    color: initial;
    text-align: center;
    display: block;
    border-right:1px solid #DBDBDB;
    height: 180px;
        background: url(/wp/wp-content/themes/child/image/arrow_under.svg) no-repeat;
    background-position: center 100%;
}

.page_flow .section_flow_main .table_of_contents ul li:first-child a {
    border-left:1px solid #DBDBDB;
}

.page_flow .section_flow_main .table_of_contents ul li a .step {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.page_flow .section_flow_main .table_of_contents ul li a .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.page_flow .section_flow_main .contents ul li {
    align-items: flex-start;
    padding: 50px 0;
    position: relative;
}

.page_flow .section_flow_main .contents ul li:before {
    content: "";
    width: 1020px;
    height: 1px;
    border: 1px dashed #DEDEDE;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page_flow .section_flow_main .contents ul li:last-child::before {
    display: none;
}

.page_flow .section_flow_main .contents ul li .bar {
    position: absolute;
    left: 20px;
    top: 150px;
    width: 1px;
    height: calc( 100% - 150px );
    background: #333333;
}

.page_flow .section_flow_main .contents ul li .bar:before,
.page_flow .section_flow_main .contents ul li .bar:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #333333;
    border-radius: 100%;
    position: absolute;
    left: calc( 50% - 5px );
}

.page_flow .section_flow_main .contents ul li .bar:before {
    top: -5px;
}

.page_flow .section_flow_main .contents ul li .bar:after {
    bottom: -5px;
}

.page_flow .section_flow_main .contents ul li .step {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    color: #333333;
    position: relative;
    font-weight: 600;
}

.page_flow .section_flow_main .contents ul li .step:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #FAED03;
    position: absolute;
    right: -24px;
    bottom: -6px;
    z-index: -1;
}

.page_flow .section_flow_main .contents ul li .step small {
    font-size: 26px;
    display: block;
}

.page_flow .section_flow_main .contents ul li .text_area {
    width: 520px;
}

.page_flow .section_flow_main .contents ul li .text_area .title {
    font-size: 26px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-bottom: 30px;
    font-weight: 700;
}

.page_flow .section_flow_main .contents ul li .text_area .text {
    font-size: 16px;
    letter-spacing: .07em;
}

.page_flow .section_flow_main .contents ul li .text_area .text .attention {
    color: #DE2424;
}

.page_flow .section_flow_main .contents ul li .image {
    width: 450px;
    height: 350px;
    position: relative;
}

.page_flow .section_flow_main .contents ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_flow .section_flow_main .contents ul li .image:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 43px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.page_flow .section_flow_main .contents ul li .image:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 43px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ユダハウスの強み（PC） */

.page_strengths .section_strengths .main_contents ul {
    display: block;
}

.page_strengths .section_strengths .main_contents ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.page_strengths .section_strengths .main_contents ul li + li {
    margin-top: 50px;
}

.page_strengths .section_strengths .main_contents ul li .num {
    position: absolute;
    left: 520px;
    top: 0;
    width: 150px;
    font-size: 20px;
    height: 30px;
    line-height: 35px;
    border-radius: 50px;
}

.page_strengths .section_strengths .main_contents ul li .image {
    width: 450px;
    height: 300px;
}

.page_strengths .section_strengths .main_contents ul li .text_area {
    width: 620px;
    padding-top: 80px;
}

.page_strengths .section_strengths .main_contents ul li .text_area .title {
    font-size: 22px;
}

.page_strengths .section_strengths .main_contents ul li .text_area .text {
    font-size: 16px;
}

.page_strengths .section_strengths .main_contents ul li .image:before {
    width: 570px;
    height: 340px;
    left: -60px;
}

.page_strengths .section_strengths .reason_contents .cont:before {
    height: calc( 100% + 50px );
}

.page_strengths .cta_section {
    padding-top: 150px;
}

.page_strengths .cta_section .cta_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
    color: #fff;
    text-align: center;
}

.page_strengths .cta_section .cta_box a:before {
    content: "";
    width: 100%;
    height: 100%;
    background:#171102;
    mix-blend-mode: multiply;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    transition: .3s;
}

.page_strengths .cta_section .cta_box a:hover::before {
    opacity: .2;
}

.page_strengths .cta_section .cta_box ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page_strengths .cta_section .cta_box ul li {
    width: 25%;
    height: 100%;
}

.page_strengths .cta_section .cta_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_strengths .cta_section .cta_box .cont {
    position: relative;
    z-index: 3;
}

.page_strengths .cta_section .cta_box .cont .title_box .title {
    font-size: 20px;
}

.page_strengths .cta_section .cta_box .cont .title_box .en {
    font-size: 80px;
    line-height: 1.3;
}

.page_strengths .cta_section .cta_box .cont .text {
    font-size: 16px;
    letter-spacing:.1em;
}

/* 仲介手数料について（PC） */

.page_brokerage_fee .section_about {
    margin-bottom: 200px;
    padding-top: 50px;
}

.page_brokerage_fee .section_about .image {
    width: 45%;
    height: 500px;
}

.page_brokerage_fee .section_about .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_brokerage_fee .section_about .text_area {
    width: 50%;
    position: relative;
    padding-right: 50px;
}

.page_brokerage_fee .section_about .text_area:before {
    content: "";
    width: calc( 100% + 100px );
    height: 100%;
    background: #F7F7F7;
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: -1;
}

.page_brokerage_fee .section_about .text_area .title {
    font-size: 35px;
    color: #141414;
    margin-bottom: 1em;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_brokerage_fee .section_about .text_area .text {
    letter-spacing: .1em;
    line-height: 2;
}

.page_brokerage_fee .section_about .text_area dl {
    margin: 30px 0;
    background: #fff;
}

.page_brokerage_fee .section_about .text_area dl dt,
.page_brokerage_fee .section_about .text_area dl dd {
    padding: 1em;
    text-align: center;
}

.page_brokerage_fee .section_about .text_area dl dt {
    background: #141414;
    color: #fff;
}

.page_brokerage_fee .section_about .text_area dl dd {
    font-size: 20px;
}

.page_brokerage_fee .section_point ul li {
    align-items: center;
}

.page_brokerage_fee .section_point ul li + li {
    margin-top: 35px;
}

.page_brokerage_fee .section_point ul li .image {
    width: 35%;
    height: 260px;
    position: relative;
}

.page_brokerage_fee .section_point ul li .image:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 43px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.page_brokerage_fee .section_point ul li .image:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 43px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page_brokerage_fee .section_point ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_brokerage_fee .section_point ul li .text_area {
    width: 60%;
}

.page_brokerage_fee .section_point ul li .text_area .point {
    background: #141414;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    width: 150px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.page_brokerage_fee .section_point ul li .text_area .title {
    font-size: 22px;
    font-weight: 700;
    color: #141414;
    margin-bottom: .4em;
}

.page_brokerage_fee .section_point ul li .text_area .text {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 2;
}

/* サービス概要(PC) */

.page_service .common_service_section .common_title {
    justify-content: center;
    margin-bottom: 40px;
}

.page_service .common_service_section .image {
    width: 35%;
    height: 500px;
}

.page_service .common_service_section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_service .common_service_section .text_area {
    width: 60%;
}

.page_service .common_service_section .text_area .text {
    letter-spacing: .1em;
    margin-bottom: 2em;
    line-height: 2;
}

.page_service .common_service_section .text_area .target_box .title {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

.page_service .common_service_section .text_area .target_box ul li {
    font-weight: 700;
    color: #333;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}

.page_service .common_service_section .text_area .target_box ul li + li {
    margin-top: 1em;
}

.page_service .common_service_section .text_area .target_box ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: calc( 50% - 10px );
}

.page_service .cta_box {
    background: url(/wp/wp-content/themes/child/image/mv_slide_1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.page_service .section_reform .cta_box {
    background-image: url(/wp/wp-content/themes/child/image/mv_slide_2.jpg);
}

.page_service .cta_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background:#171102;
    mix-blend-mode: multiply;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.page_service .cta_box .cont {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page_service .cta_box .cont .text_box {
    text-align: center;
}

.page_service .cta_box .cont .text_box .lead {
    font-size: 30px;
    letter-spacing: .1em;
    background: url(/wp/wp-content/themes/child/image/mv_bar.svg) no-repeat;
    background-position: center bottom;
    display: inline-block;
    background-size: contain;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: .5em;
}

.page_service .section_reform .cta_box .cont .text_box .lead {
    padding-bottom: 20px;
}

.page_service .cta_box .cont .text_box .text {
    margin-bottom: 2em;
    letter-spacing: .1em;
    font-size: 16px;
}

.page_service .cta_box .cont .button_box { 
    justify-content: center;
    gap: 20px;
}

.page_service .section_intermediary {
    margin-bottom: 200px;
}

.page_service .section_reform .text_area .text {
    margin: 0;
}

.page_service .section_reform .text_area .target_box {
    margin: 30px 0;
}

.page_service .section_intermediary .common_title .en {
    font-size: 80px;
}

.page_service .section_reform .common_title .en {
    font-size: 120px;
}

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

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

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

    body {
        font-size: 3.4vw;
        min-width: unset;
        overflow: hidden;
    }

    body.no-scroll {
        position: fixed;
        width: 100%;
    }

    /* SPヘッダー */
    #sp_header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        height: 85px;
    }

    #sp_header .logo {
        position: absolute;
        left: 5vw;
        top: 30px;
        transition: .3s;
    }

    #sp_header .logo img {
        width: 180px;
    }

    #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-top: 25vw;
    }

    .common_page_wrap {
        padding-top: 0;
        padding-bottom: 30vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_page_main .common_title .en {
        font-size: 26vw;
    }

    .common_page_main .common_title .title {
        top: 40%;
        padding: 0 5vw;
        font-size: 6.1vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
        order: -1;
        margin-bottom: 10vw;
        width: 100%;
        text-align: right;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    .main_visual .wrap {
        padding-bottom: 37.8vw;
    }
    
    .main_visual .slider .slick-dots {
        bottom: 5vw;
        padding-right: 5vw;
    }
    
    .main_visual .slider .slick-dots li button {
        font-size: 4vw;
        width: 8vw;
        height: 8vw;
        line-height: 9vw;
    }
    
    .main_visual .slider .slick-dots li button:before {
        font-size: 4vw;
        line-height: 9vw;
    }

    .main_visual .text_box {
        padding-top: 40vw;
        margin-bottom: 12vw;
    }
    
    .main_visual .text_box .lead {
        font-size: 4.7vw;
        padding-bottom: 7vw;
        margin-bottom: 3vw;
    }
    
    .main_visual .text_box .catch {
        font-size: 6.5vw;
    }
    
    .main_visual .button_box {
        gap: 5vw;
    }

    .common_button {
        width: 85%
    }
    
    .common_button a {
        width: 100%;
        line-height: 16vw;
        font-size: 4vw;
    }
    
    .common_button.contact a {
        background-position: 5vw;
        padding-left: 20vw;
        background-size: 7.5vw;
    }
    
    .common_button.line a {
        background-position: 5vw;
        padding-left: 20vw;
    }
    
    .common_button a .arrow {
        width: 10vw;
        height: 14vw;
        top: 1vw;
        right: 1vw;
    }
    
    .common_button a .arrow:before {
        width: 7vw;
        height: 100%;
    }
    
    .common_button a:hover .arrow:before {
        width: 7vw;
        background-image: url(/wp/wp-content/themes/child/image/arrow_black.svg);
    }

    .common_button.line a:hover .arrow:before {
        background-image: url(/wp/wp-content/themes/child/image/arrow_green.svg);
    }

    .contact_fixed {
        top: auto;
        transform: translateY(0);
        bottom: 0;
        background: #141414;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2vw;
        z-index: 11;
    }

    .contact_fixed .button {
        width: 48.5%;
    }
    
    .contact_fixed .button a {
        width: 100%;
        height: 17vw;
        line-height: 1.4;
        writing-mode: initial;
        padding: 0;
        font-size: 4vw;
    }
    
    .contact_fixed .button.contact a {
        padding-top: 0;
        padding-left: 14vw;
        background-position: 3vw;
        background-size: 7vw;
    }
    
    .contact_fixed .button.line {
        margin-top: 0;
    }
    
    .contact_fixed .button.line a {
        padding-top: 0;
        background-position: 5vw;
        background-size: 9vw;
        padding-left: 20vw;
    }

    .contact_fixed .button .text {
    }
    
    .contact_fixed .button a .arrow {
        display: none;
    }

    .common_title .en {
        font-size: 16vw;
    }
    
    .common_title .title {
        font-size: 7.17vw;
        padding: 0 5vw;
        top: 50%;
    }
    
    .common_title .title:before,
    .common_title .title:after {
        width: 3vw;
        height: 12vw;
    }

    .section_brokerage_fee {
        padding: 10vw 0 30vw 0;
    }

    .section_brokerage_fee .wrap {
        max-width: 90%;
    }
    
    .section_brokerage_fee:before {
        width: 95vw;
        height: 47vw;
    }
    
    .section_brokerage_fee .text_area {
        width: 100%;
    }
    
    .section_brokerage_fee .text_area  .text_box {
        margin-top: 3vw;
        padding-left: 0;
    }
    
    .section_brokerage_fee .image {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 5vw;
        height: 46vw;
    }
    
    .section_brokerage_fee .accent {
        text-align: center;
    }
    
    .section_brokerage_fee .accent img {
        width: 23vw;
    }
    
    .section_brokerage_fee .accent.top {
        margin-bottom: 5vw;
    }
    
    .section_brokerage_fee .accent.bottom {
        margin-top: 10vw;
    }
    
    .section_brokerage_fee .common_title .title {
        transform: translate(-50%, -50%);
    }

    .section_brokerage_fee .text_area .text_box .text {
        font-size: 3.5vw;
    }

    .section_brokerage_fee .text_area .common_view_more {
        margin-left: auto;
    }

    .section_brokerage_fee .common_title {
        margin-bottom: 12vw;
    }
    
    .common_view_more {
        margin-top: 10vw;
    }
    
    .common_view_more a {
        width: 74vw;
        height: 16vw;
        font-size: 6vw;
        padding-top: 3vw;
        margin: 0 auto;
        padding-left: 0;
    }
    
    .common_view_more a:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .common_view_more a:after {
        width: 82vw;
        height: 4vw;
        left: -4vw;
        bottom: 1vw;
        background-size: contain;
    }
    
    .common_view_more a:hover {
        color: initial;
        background: #FAED03;
    }
    
    .common_view_more a:hover::after {
        left: -4vw;
    }
    
    .section_works .common_title .en {
        font-size: 26vw;
    }
    
    .section_works .common_title .title {
        top: 40%;
    }
    
    .common_works_list {
        width: 100%;
        margin: 0 auto;
    }

    .section_works .list_wrap {
        overflow: scroll;
    }
    
    .common_works_list ul {
    	display: flex;
        flex-wrap: wrap;
        width: 200vw;
    }

    .post-type-archive-works .common_works_list ul {
        width: 100vw;
    }
    
    .common_works_list ul li {
        padding: 2.5vw;
        width: 50vw;
        border-right:1px solid #141414;
    }

    .common_works_list ul li.bar_bottom {
        border-bottom: 1px solid;
    }

    .common_works_list ul li.bar_top {
        border-bottom: 1px solid;
        border-top: 1px solid;
    }

    .page_works .common_works_list ul li.bar_top {
        border-top: none;
    }
    
    .common_works_list ul li:nth-child(3),
    .common_works_list ul li:nth-child(6) {
        border-right: 1px solid #141414;
    }

    .common_works_list ul li:nth-child(4),
    .common_works_list ul li:nth-child(8) {
        border-right: none;
    }
    
    .common_works_list ul li .image {
        width: 100%;
        height: 45vw;
        margin: 0 auto 3vw auto;
    }

    .common_works_list ul li a:hover .image img {
        transform: scale(1, 1);
    }
    
    .common_works_list ul li a .image:before {
        display: none;
    }
    
    .common_works_list ul li a:hover .text_box .title {
        text-decoration: auto;
    }
    
    .common_works_list ul li .text_box {
        width: 100%;
    }
    
    .common_works_list ul li .text_box .title {
        font-size: 4vw;
        margin-bottom: 18px;
    }
    
    .common_works_list ul li .text_box table {
        font-size: 3.4vw;
        border-spacing: 0 10px;
        margin-bottom: 3vw;
    }
    
    .common_works_list ul li .text_box table th {
        width: 15vw;
        line-height: 6vw;
        border-radius: 15vw;
    }
    
    .common_works_list ul li .text_box table td {
        padding-left: 2vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    .common_works_list ul li .text_box .more .text {
        font-size: 4vw;
        padding-right: 15vw;
        line-height: 1.5;
    }
    
    .common_works_list ul li .text_box .more .text:after {
        width: 5vw;
        height: 5vw;
        right: 1.2vw;
        top: 0;
    }
    
    .common_works_list ul li .text_box .more .arrow {
        right: 0;
        top: -1.5vw;
    }

    .common_works_list ul li .text_box .more .arrow img {
        width: 8vw;
    }
    
    .common_works_list .border_accent .accent {
        padding-top: 5vw;
        width: 50vw;
    }

    .common_works_list .border_accent .accent:nth-child(2) {
        border: none;
    }
    
    .common_works_list .border_accent .accent:last-child {
        display: none;
    }

    .section_strengths {
        padding-top: 30vw;
        position: relative;
    }

    .section_strengths .common_title .en {
        font-size: 23vw;
    }
    
    .section_strengths .common_title .title {
        top: 40%;
    }
    
    .section_strengths .main_contents {
        margin-bottom: 25vw;
    }
    
    .section_strengths .main_contents ul {
    	grid-template-columns: repeat(1, 1fr);
        gap: 15vw;
    }
    
    .section_strengths .main_contents ul li .num {
        font-size: 3.5vw;
        width: 25vw;
        height: 6vw;
        line-height: 7vw;
        margin-bottom: 8px;
    }
    
    .section_strengths .main_contents ul li .image {
        height: 42vw;
        margin-bottom: 5vw;
    }
    
    .section_strengths .main_contents ul li .image:before {
        width: 98vw;
        height: 50vw;
        left: -4vw;
        top: -4vw;
        background: url(/wp/wp-content/themes/child/image/strengths_accent_sp.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .section_strengths .main_contents ul li .title {
        font-size: 4.3vw;
        margin-bottom: 3vw;
        min-height: unset;
    }
    
    .section_strengths .main_contents ul li .text {
        font-size: 3.5vw;
    }

    .section_strengths .reason_contents .wrap {
        max-width: 95%;
    }
    
    .section_strengths .reason_contents .cont {
        position: relative;
        padding-bottom: 18vw;
    }
    
    .section_strengths .reason_contents .cont:before {
        display: none;
    }

    .section_strengths:before {
        content: "";
        width: 100%;
        height: calc( 100% - 80vw );
        background: #F7F7F7;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -2;
    }
    
    .section_strengths .reason_contents .image {
        width: 45vw;
        height: 30vw;
    }

    .section_strengths .reason_contents .image_1 {
        order: 1;
    }

    .section_strengths .reason_contents .image_2 {
        order: 2;
        margin: 7vw 0;
    }

    .section_strengths .reason_contents .text_area {
        order: 3;
    }
    
    .section_strengths .reason_contents .text_area .title_box {
        margin-bottom: 10vw;
    }
    
    .section_strengths .reason_contents .text_area .title_box .lead {
        font-size: 3.8vw;
        padding-bottom: 7vw;
        margin-bottom: 3vw;
        display: inline-block;
    }
    
    .section_strengths .reason_contents .text_area .title_box .title {
        font-size: 5.5vw;
    }
    
    .section_strengths .reason_contents .text_area .text {
        font-size: 3.6vw;
    }

    .section_flow {
        padding: 25vw 0;
    }

    .section_flow .common_title {
        justify-content: center;
        margin-left: 0;
    }
    
    .section_flow .common_title .en {
        font-size: 23vw;
    }
    
    .section_flow .common_title .title {
        top: 40%;
    }
    
    .section_flow .common_view_more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10vw;
    }
    
    .section_flow ul li {
        width: 100%;
        height: 15vw;
        padding: 1vw;
        display: flex;
        align-items: center;
    }

    .section_flow ul li + li {
        margin-top: 10vw;
    }
    
    .section_flow ul li:after {
        width: 12vw;
        height: 3vw;
        right: auto;
        left: -.6vw;
        top: 18.3vw;
        transform: translateY(0) rotate(90deg);
    }
    
    .section_flow ul li .step {
        height: 100%;
        line-height: 1;
        font-size: 4vw;
        margin-bottom: 0;
        padding: 2.5vw 2vw 2vw 2vw;
        margin-right: 5vw;
    }

    .section_flow ul li .step span {
        display: block;
    }
    
    .section_flow ul li .icon {
        width: 12vw;
        height: 12vw;
        margin: 0 5vw 0 0;
    }

    .section_flow ul li:nth-child(1) .icon img {
        max-width: 60%;
    }

    .section_flow ul li:nth-child(2) .icon img {
        max-width: 60%;
    }

    .section_flow ul li:nth-child(3) .icon img {
        max-width: 70%;
    }

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

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

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

    .section_flow ul li:nth-child(7) .icon img {
        max-width: 60%;
    }
    
    .section_flow ul li .text {
        writing-mode: initial;
        font-size: 3.5vw;
    }
    
    .section_flow ul li .attention {
        position: absolute;
        width: auto;
        left: 33vw;
        top: 104%;
        padding-top: 0;
        background: none;
        text-align: left;
        font-size: 3vw;
        line-height: 1.4;
        padding-left: 1em;
    }

    .section_flow ul li .attention:before {
        position: absolute;
        left: 0;
        top: 0;
    }

    .section_flow ul li .en {
        font-size: 8vw;
        right: 2vw;
    }

    .section_faq .common_title {
        margin-bottom: 10vw;
    }
    
    .common_title.mini .title {
        font-size: 5vw;
        top: 6vw;
    }

    .section_faq .common_title.mini {
        margin-bottom: 7vw;
    }
    
    .section_faq .common_title.mini .title {
        font-size: 7.17vw;
    }

    .section_faq .common_title.mini .title:before,
    .section_faq .common_title.mini .title:after {
        height: 12vw;
        background: url(/wp/wp-content/themes/child/image/parentheses.svg) no-repeat;
        background-size: contain;
    }
    
    .common_title.mini .title:before,
    .common_title.mini .title:after {
        width: 4vw;
        height: 10vw;
        top: 0;
    }

    .section_faq .cont:before,
    .section_faq .cont:after {
        display: none;
    }
    
    .section_faq .cont .en_title {
        height: auto;
    }
    
    .section_faq .cont .en_title:before {
        display: none;
    }
    
    .section_faq .cont .en_title.top {
        left: 0;
        top: -19vw;
    }
    
    .section_faq .cont .en_title.bottom {
        right: 0;
        top: -19vw;
        display: block;
    }
    
    .section_faq .cont .en_title span {
        font-size: 10vw;
    }
    
    .section_faq .cont .en_title.top span {
        padding-bottom: 0;
    }
    
    .section_faq .cont .en_title.bottom span {
        padding-top: 0;
        transform:rotate(180deg);
    }
    
    .section_faq .faq_box {
        width: 100%;
        padding: 6vw 4vw 15vw 4vw;
    }
    
    .section_faq .faq_box dl + dl {
        margin-top: 4vw;
    }
    
    .section_faq .faq_box dl dt {
        font-size: 4.5vw;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 4vw;
    }
    
    .section_faq .faq_box dl dt:after {
        width: 5vw;
        height: 5vw;
        top: 0vw;
    }
    
    .section_faq .faq_box dl dt:before {
        font-size: 7vw;
    }
    
    .section_faq .faq_box dl dd {
        padding-top: 4vw;
        padding-left: 10vw;
    }
    
    .section_faq .faq_box dl dd:before {
        top: 4.5vw;
        font-size: 7vw;
    }
    
    .section_faq .faq_box .common_view_more {
        bottom: -8vw;
        width: 100%;
    }
    
    .section_company {
        padding: 35vw 0;
    }

    .page_company .section_company {
        padding-bottom: 20vw;
        padding-top: 10vw;
    }

    .section_company .common_title {
        display: block;
        text-align: right;
    }

    .section_company .common_title .en {
        font-size: 23vw;
    }

    .section_company .common_title .title {
    }
    
    .section_company:before {
        width: 5vw;
    }
    
    .section_company .image_slider {
        margin-bottom: 7.6vw;
    }
    
    .section_company .image_slider ul li.slide {
        width: 60vw;
        height: 60vw;
    }
    
    .section_company .common_title {
        margin-bottom: 0;
        margin-bottom: -2vw;
    }
    
    .section_company .common_title .title {
        font-size: 6vw;
        top: 4vw;
    }
    
    .section_company .common_view_more {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10vw;
    }
    
    .section_company .text_area {
        border-top: none;
        padding-top: 0;
        display: block;
    }
    
    .section_company .text_area .catch {
        font-size: 4.5vw;
        margin-bottom: 1.5em;
    }
    
    .section_company .text_area dl {
        width: 100%;
    }
    
    .section_company .text_area dl dt {
        font-size: 3.8vw;
    }
    
    .common_contact_box_wrap {
        padding-top: 6vw;
        padding-bottom: 10vw;
    }

    .common_contact_box {
        padding-top: 6vw;
    }
    
    .common_contact_box .cont {
        display: block;
    }
    
    .common_contact_box .title_box {
        margin-top: 0;
        text-align: center;
        margin-bottom: 5vw;
    }

    .globalMenuSp .common_contact_box .title_box {
        margin-bottom: 5vw;
    }
    
    .common_contact_box .title_box .en {
        font-size: 18vw;
        line-height: 1.3;
    }
    
    .globalMenuSp .common_contact_box .title_box .en {
        color: #fff;
        font-size: 13.8vw;
    }
    
    .common_contact_box .title_box .yuda {
        font-size: 7vw;
        right: 11vw;
        top: 13vw;
    }

    .globalMenuSp .common_contact_box .title_box .yuda {
        font-size: 5vw;
        right: 20vw;
        top: 9vw;
        z-index: -1;
    }
    
    .common_contact_box .button_box {
        display: block;
    }

    .common_contact_box .button_box .common_button {
        margin: 0 auto;
    }

    .common_contact_box .button_box .common_button + .common_button {
        margin-top: 15px;
    }

    .globalMenuSp .common_contact_box .button_box {
        margin-bottom: 15vw;
    }

    .common_contact_box .button_box .common_button.contact a {
        background-color: #272517;
    }

    .common_contact_box .button_box .common_button.line a {
        background-color: #45BE62;
    }

    #main_footer {
        margin-bottom: 21vw;
    }
    
    #main_footer .contents_box {
        border: 5vw solid #141414;
    }
    
    #main_footer .contents_box .cont {
    	display: block;
    }
    
    #main_footer .contents_box .cont .information {
        padding-top: 20vw;
        padding-right: 0;
        padding-bottom: 6vw;
        margin-bottom: 6vw;
        border-right: none;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-size: 4vw;
    }

    #main_footer .contents_box .cont .information p {
        font-size: 3.5vw;
    }

    #main_footer .contents_box .cont .information .time {
        font-size: 3.2vw;
    }
    
    #main_footer .contents_box .cont .information .logo {
        text-align: center;
        margin: 0 auto 6vw auto;
    }
    
    #main_footer .contents_box .cont .information .logo img {
        width: 56vw;
    }
    
    #main_footer .contents_box .cont .information .tel {
        font-size: 6vw;
        margin: 3vw 0 7px 0;
    }

    #main_footer .contents_box .cont .information .tel a {
        color: #fff;
    }
    
    #main_footer .contents_box .cont .information .tel small {
        font-size: 4vw;
    }
    
    #main_footer .contents_box .cont .contents {
        display: none;
    }
    
    #main_footer .contents_box .cont .other {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-bottom: 12vw;
    }
    
    #main_footer .contents_box .cont .other .copyright {
        margin-top: 5vw;
        text-align: center;
    }
    
    #main_footer .contents_box .cont .other .copyright small {
        font-size: 3vw;
    }

    #main_footer .contents_box .cont ul {
        display: flex;
        justify-content: center;
        gap: 1.5em;
    }
    
    #main_footer .contents_box .cont ul li + li {
        margin-top: 0;
    }
    
    #main_footer .contents_box .cont ul li a {
        font-size: 3.5vw;
    }

    #main_footer .contents_box .cont ul li a::after {
        display: none;
    }

    .scroll-hint-icon {
        padding: 16px 19px 14px 19px;
        width: 160px;
        height: 110px;
        top: calc(50% - 55px);
        left: calc(50% - 80px);
        border-radius: 0;
        background: rgba(20,20,20,0.8)
    }

    .scroll-hint-icon:before {
        background-image: url(/wp/wp-content/themes/child/image/icon_scroll.svg);
        width: 37px;
        height: 42px;
    }

    .scroll-hint-text {
        font-size:13px;
        font-weight: 700;
        margin-top: 13.8px;
    }

    .scroll-hint-icon:after {
        display: none;
    }
    
    /* 契約の流れ（SP） */
    
    .page_flow .section_main_visual {
        margin-bottom: 10vw;
    }
    
    .page_flow .section_main_visual ul {
        gap: 6px;
    }

    .page_flow .section_main_visual ul li {
        height: 51vw;
    }

    .page_flow .section_main_visual ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_flow .section_flow_main .first_text  {
        font-size: 5vw;
        margin-bottom: 14vw;
    }
    
    .page_flow .section_flow_main .table_of_contents {
        margin-bottom: 10vw;
    }
    
    .page_flow .section_flow_main .table_of_contents ul {
    	grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    
    .page_flow .section_flow_main .table_of_contents ul li a {
        text-align: left;
        display: flex;
        border-right: none;
        border-bottom:1px solid #DBDBDB;
        height: auto;
        background-position: 100%;
        align-items: center;
        gap: 5vw;
        padding: 3vw 0 2vw 0;
    }
    
    .page_flow .section_flow_main .table_of_contents ul li:first-child a {
        border-left: none;
    }
    
    .page_flow .section_flow_main .table_of_contents ul li a .step {
        font-size: 7vw;
        margin-bottom: 0;
        color: #BABABA;
        line-height: 1;
        text-align: center;
    }

    .page_flow .section_flow_main .table_of_contents ul li a .step span {
        display: block;
        font-size: 4vw;
    }
    
    .page_flow .section_flow_main .table_of_contents ul li a .title {
        font-size: 4vw;
    }
    
    .page_flow .section_flow_main .contents ul li {
        padding: 50px 0;
        border-bottom: 1px dashed #DEDEDE;
    }

    .page_flow .section_flow_main .contents ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .page_flow .section_flow_main .contents ul li:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7vw 10vw 0 10vw;
        border-color: #333 transparent transparent transparent;
        position: absolute;
        left: calc( 50% - 10vw );
        top: 97.5%;
    }

    .page_flow .section_flow_main .contents ul li:last-child::after {
        display: none;
    }
    
    .page_flow .section_flow_main .contents ul li:before {
        display: none;
    }
    
    .page_flow .section_flow_main .contents ul li:last-child::before {
        display: none;
    }
    
    .page_flow .section_flow_main .contents ul li .bar {
        display: none;
    }
    
    .page_flow .section_flow_main .contents ul li .step {
        font-size: 8vw;
        text-align: center;
        order: -1;
    }
    
    .page_flow .section_flow_main .contents ul li .step:before {
        width: 8vw;
        height: 8vw;
        right: -5vw;
        bottom: auto;
        top: -4vw;
        z-index: -1;
    }
    
    .page_flow .section_flow_main .contents ul li .step small {
        font-size: 4vw;
        display: inline;
        margin-right: .2em;
    }
    
    .page_flow .section_flow_main .contents ul li .text_area {
        width: 100%;
        order: 3;
    }
    
    .page_flow .section_flow_main .contents ul li .text_area .title {
        font-size: 5vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }
    
    .page_flow .section_flow_main .contents ul li .text_area .text {
        font-size: 3.6vw;
    }
    
    .page_flow .section_flow_main .contents ul li .image {
        width: 100%;
        height: 45vw;
        margin-bottom: 5vw;
    }

    .page_flow .section_flow_main .contents ul li .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_flow .section_flow_main .contents ul li:nth-child(5) .image img {
        object-position: 0 0;
    }
    
    .page_flow .section_flow_main .contents ul li .image:before {
        border-width: 6vw 5vw 0 0;
    }
    
    .page_flow .section_flow_main .contents ul li .image:after {
        border-width: 0 0 5vw 6vw;
    }

    /* ユダハウスの強み（SP） */

    .page_strengths .section_strengths .main_contents ul {
        display: grid;
    }
    
    .page_strengths .section_strengths .main_contents ul li {
        display: block;
    }
    
    .page_strengths .section_strengths .main_contents ul li + li {
        margin-top: 0;
    }
    
    .page_strengths .section_strengths .main_contents ul li .num {
        position: relative;
        left: auto;
        top: auto;
        font-size: 3.5vw;
        width: 25vw;
        height: 6vw;
        line-height: 7vw;
    }
    
    .page_strengths .section_strengths .main_contents ul li .image {
        width: 100%;
        height: 42vw;
        margin-bottom: 5vw;
    }
    
    .page_strengths .section_strengths .main_contents ul li .text_area {
        width: 100%;
        padding-top: 0;
    }
    
    .page_strengths .section_strengths .main_contents ul li .text_area .title {
        font-size: 4.3vw;
    }
    
    .page_strengths .section_strengths .main_contents ul li .text_area .text {
        font-size: 3.5vw;
    }
    
    .page_strengths .section_strengths .main_contents ul li .image:before {
        width: 98vw;
        height: 50vw;
        left: -4vw;
    }

    .page_strengths .cta_section {
        padding-top: 10vw;
    }
    
    .page_strengths .cta_section .cta_box a {
        height: 100vw;
    }

    .page_strengths .cta_section .cta_box ul {
        flex-wrap: wrap;
    }
    
    .page_strengths .cta_section .cta_box ul li {
        width: 50%;
        height: 50%;
    }
    
    .page_strengths .cta_section .cta_box .cont .title_box .title {
        font-size: 4vw;
    }
    
    .page_strengths .cta_section .cta_box .cont .title_box .en {
        font-size: 16vw;
    }
    
    .page_strengths .cta_section .cta_box .cont .text {
        font-size: 3.4vw;
    }

    .page_strengths .section_strengths:before {
        display: none;
    }

    /* 仲介手数料について（SP） */
    
    .page_brokerage_fee .section_about {
        margin-bottom: 30vw;
        padding-top: 10vw;
    }
    
    .page_brokerage_fee .section_about .image {
        width: 100%;
        height: 60vw;
        margin-bottom: 7vw;
    }
    
    .page_brokerage_fee .section_about .text_area {
        width: 100%;
        padding-right: 4vw;
    }
    
    .page_brokerage_fee .section_about .text_area .title {
        font-size: 6vw;
        margin-bottom: 1em;
    }

    .page_brokerage_fee .section_about .text_area:before {
        bottom: -13vw;
    }
  
    .page_brokerage_fee .section_about .text_area dl {
        margin: 5vw 0;
    }
    
    .page_brokerage_fee .section_about .text_area dl dd {
        font-size: 4vw;
    }
    
    .page_brokerage_fee .section_point ul li {
        display: block;
    }
    
    .page_brokerage_fee .section_point ul li + li {
        margin-top: 15vw;
    }
    
    .page_brokerage_fee .section_point ul li .image {
        width: 100%;
        height: 50vw;
        margin-bottom: 4vw;
    }
    
    .page_brokerage_fee .section_point ul li .image:before {
        border-width: 6vw 5vw 0 0;
    }
    
    .page_brokerage_fee .section_point ul li .image:after {
        border-width: 0 0 5vw 6vw;
    }
    
    .page_brokerage_fee .section_point ul li .text_area {
        width: 100%;
    }
    
    .page_brokerage_fee .section_point ul li .text_area .point {
        font-size: 4vw;
        border-radius: 10vw;
        width: 25vw;
        height: 7vw;
        line-height: 8vw;
        margin-bottom: 2vw;
    }
    
    .page_brokerage_fee .section_point ul li .text_area .title {
        font-size: 4.5vw;
    }
    
    .page_brokerage_fee .section_point ul li .text_area .text {
        font-size: 3.2vw;
    }

    .page-id-697 .common_page_main .common_title .en {
        font-size: 18vw;
    }

    /* サービス概要(SP) */

    .page_service .common_service_section .common_title {
        margin-bottom: 5vw;
    }
    
    .page_service .common_service_section .image {
        width: 100%;
        height: 60vw;
        margin-bottom: 5vw;
    }
    
    .page_service .common_service_section .text_area {
        width: 100%;
    }
    
    .page_service .common_service_section .text_area .target_box .title {
        font-size: 4.5vw;
    }
    
    .page_service .common_service_section .text_area .target_box ul li {
        padding-left: 7vw;
        font-size: 3.6vw;
    }
    
    .page_service .common_service_section .text_area .target_box ul li:before {
        width: 4vw;
        height: 4vw;
        top: 1.1vw;
    }
    
    .page_service .cta_box {
        height: 100vw;
        margin-top: 15vw;
    }

    .page_service .cta_box .cont {
        padding: 2vw;
    }

    .page_service .section_reform .cta_box {
        height: 120vw;
    }
    
    .page_service .cta_box .cont .text_box .lead {
        font-size: 5vw;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 2vw;
    }
    
    .page_service .section_reform .cta_box .cont .text_box .lead {
        padding-bottom: 4vw;
        font-size: 4.5vw;
    }
    
    .page_service .cta_box .cont .text_box .text {
        font-size: 3.4vw;
    }
    
    .page_service .cta_box .cont .button_box { 
        gap: 10px;
    }
    
    .page_service .section_intermediary {
        margin-bottom: 25vw;
        padding-top: 15vw;
    }

    .page_service .section_reform .text_area .target_box {
        margin: 6.8vw 0;
    }
    
    .page_service .section_intermediary .common_title .en {
        font-size: 15vw;
    }
    
    .page_service .section_reform .common_title .en {
        font-size: 20vw;
    }

    .common_works_list:before,
    .common_works_list:after {
        display: none;
    }

    .page_works .common_works_list .border_beside {
        display: none;
    }
    
    .page_works .common_works_list ul li {
        border-bottom: 1px solid #141414;
    }

    .page-template-page-flow .common_page_main .common_title {
        margin-left: 0;
    }

    
}