@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

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

@font-face {
    font-family: 'Charter';
    src: url('./fonts/Charter-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.font_en {
    font-family: 'Charter', serif;
}

.font_holland {
    font-family: 'Holland', serif;
}


html,
body,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

body {
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */

.common_page_main {
    position: relative;
    background: url(./image/common_fv.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 172px;
    padding-bottom: 30px;
}

.common_page_main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .58;
    position: absolute;
    left: 0;
    top: 0;
}

.common_page_main .wrap {
    position: relative;
}

.common_page_main .common_title_box {
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    margin-bottom:42px;
}

.common_page_main .common_title_box .en:first-letter {
    color: #fff;
}

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

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

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

/* パンくず */
.breadcrumb {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: .08em;
    text-align: right;
}

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

/* 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.hidden {
    display: none;
}

.mw_wp_form_preview .common_contact_form .form_box dl.hidden {
    display: grid;
}

.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: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form .form_box dl dd .box_wrap {
    align-items: center;
    gap: 10px;
}

.common_contact_form .form_box dl dd .box_wrap .input {
    width: 300px;
}

.common_contact_form .form_box dl dd .box_wrap .input select {
    width: 100%;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip,
.common_contact_form #zip2 {
    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 {
    background-image: url(./image/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-authorBox .avatar {
	display: inline;
}

/* TOP CSS（PC） */

header#pc_header {
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding-top: 19px;
    padding-bottom: 17px;
    transition: .3s;
}

header#pc_header.fixed {
    position: fixed!important;
}

body.single-staff header#pc_header {
    position: relative;
}

header#pc_header.active {
    background: #fff;
    color: #333;
}

header#pc_header .logo {
    padding-top: 15px;
}

header#pc_header .flex_box {
    align-items: center;
}

header#pc_header .link_box .head_box {
    align-items: center;
    gap: 30px;
}

header#pc_header .link_box .head_box .tel_box {
    align-items: center;
}

header#pc_header .link_box .head_box .tel_box .tel {
    font-size: 36px;
    padding-left: 46px;
    background: url(./image/icon_tel.svg) no-repeat;
    background-position: 0;
}

header#pc_header.active .link_box .head_box .tel_box .tel {
    background-image: url(./image/icon_tel_glay.svg);
}

header#pc_header .link_box .head_box .tel_box .time {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .03em;
}

header#pc_header .link_box .head_box .button_box {
    gap: 14px;
}

header#pc_header .link_box .head_box .button_box .button a {
    display: block;
    width: 200px;
    line-height: 40px;
    position: relative;
    color: #fff;
    border: 1px solid;
    font-size: 14px;
    padding-left: 12px;
    letter-spacing: .03em;
    transition: .3s;
    background: rgba(255,255,255,0.3);
}

header#pc_header.active .link_box .head_box .button_box .button a {
    background: #333333;
    border-color: #333333;
}

header#pc_header .link_box .head_box .button_box .button a:hover {
    background: #103584;
}

header#pc_header .link_box .head_box .button_box .button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

header#pc_header .link_box .header_nav ul {
    gap: 80px;
    justify-content: flex-end;
}

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

header#pc_header .link_box .header_nav ul li.mulch:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -14px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

header#pc_header.active .link_box .header_nav ul li.mulch:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}

header#pc_header.active .link_box .header_nav ul li.mulch:hover::after {
    transform: translateY(-2px) rotate(135deg) scale(-1,-1);
    bottom: -6px;
    border-top: 1px solid #103584;
    border-right: 1px solid #103584;
}

header#pc_header .link_box .header_nav ul li a.parent {
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
}

header#pc_header.active .link_box .header_nav ul li a.parent:hover {
    color: #103584;
}

header#pc_header.active .link_box .header_nav ul li a.parent {
    color: #333;
}

header#pc_header .link_box .header_nav .sub_menu {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 400px;
    transform: translateX(-50%);
    padding-top: 30px;
    transition: .3s;
    height: 0;
    visibility: hidden;
}

header#pc_header .link_box .header_nav ul li.mulch:hover .sub_menu {
    height: auto;
    visibility: visible;
}

header#pc_header .link_box .header_nav .sub_menu ul {
    background: rgba(255,255,255,0.9);
    padding: 23.5px 20.5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16.5px 19px;
}

header#pc_header .link_box .header_nav .sub_menu ul li a {
    display: block;
    color: #333333;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 3.5px;
    position: relative;
}

header#pc_header .link_box .header_nav .sub_menu ul li a:hover {
    color: #1E2C48;
}

header#pc_header .link_box .header_nav .sub_menu ul li a .arrow {
    width: 16px;
    height: 16px;
    background: #1E2C48;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    transition: .3s;
}

header#pc_header .link_box .header_nav .sub_menu ul li a .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 5.5px;
    height: 5.5px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

section.section_main_visual {
    position: relative;
    height: 720px;
    overflow: hidden;
}

section.section_main_visual:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #140000;
    background: linear-gradient(133deg,rgba(20, 0, 0, 1) 0%, rgba(25, 34, 49, 1) 26%, rgba(0, 0, 0, 1) 100%);
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

section.section_main_visual .slider_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.section_main_visual .slider_box .slick-list,
section.section_main_visual .slider_box .slick-track,
section.section_main_visual .slider_box .js_fv_slider {
    height: 100%;
}

section.section_main_visual .slider_box .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_main_visual .wrap {
    position: relative;
    z-index: 2;
    padding-top: 208px;
}

section.section_main_visual .lead {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 15px;
}

section.section_main_visual .lead .border {
    border: 1px solid;
    display: inline-block;
    padding: 4px 12px;
}

section.section_main_visual .lead .dotted {
    color: #FFF853;
    position: relative;
    font-size: 34px;
}

section.section_main_visual .lead .dotted:before {
    content: "・・・・・";
    position: absolute;
    left: 0;
    top: -.9em;
    font-size: 27px;
    letter-spacing: .29em;
}

section.section_main_visual .catch {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .23em;
    margin-bottom: 40px;
}

section.section_main_visual .search_box {
    background: rgba(255,255,255,0.8);
    padding: 19px 30px 30px;
    width: 1000px;
    margin: 0 auto;
}

section.section_main_visual .search_box .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: .07em;
}

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

section.section_main_visual .search_box ul li a {
    background: #fff;
    height: 60px;
    align-items: center;
    padding-left: 14px;
    gap: 20px;
    position: relative;
    transition: .3s;
}

section.section_main_visual .search_box ul li a .icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F0F0F0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section_main_visual .search_box ul li a .text {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

section.section_main_visual .search_box ul li a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #103584;
}

section.section_top_banner {
    padding-top: 110px;
    position: relative;
}

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

section.section_top_banner li.slide {
    width: 432px;
    margin: 0 10px;
}

section.section_top_banner .slick-dots {
    bottom: -60px;
    z-index: 3;
}

section.section_top_banner .slick-dots li {
    width: 10px;
    height: 10px;
    background: #A5A5A5;
    border-radius: 100%;
}

section.section_top_banner .slick-dots li.slick-active {
    background: #1E2C48;
}

section.section_top_banner .slick-dots li button,
section.section_top_banner .slick-dots li button:before {
    display: none;
}

section.section_top_banner .slick-list {
    overflow: visible;
}

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

.common_title_box .en {
    font-size: 72px;
    line-height: 1;
}

.common_title_box .en:first-letter {
    color: #103584;
}

.common_title_box .title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .15em;
}

.common_title_box .lead {
    letter-spacing: .1em;
    margin-top: 20px;
    line-height: 1.47;
}

section.section_search {
    padding: 150px 0 335px;
    position: relative;
}

section.section_search:before {
    content: "";
    width: 100%;
    height: 494px;
    background: #1E2C48;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.section_search .common_title_box {
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
}

section.section_search .common_title_box .accent_text {
    font-size: 30px;
    color: #D33231;
    line-height: 1;
    position: absolute;
    right: -36px;
    top: 50px;
    transform: rotate(5deg);
}

section.section_search ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    position: relative;
}

section.section_search ul li a {
    display: block;
    height: 320px;
    position: relative;
}

section.section_search ul li .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section.section_search ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

section.section_search ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

section.section_search ul li .text_box {
    position: relative;
    color: #fff;
    height: 100%;
    padding: 20px;
    z-index: 2;
}

section.section_search ul li .text_box .more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    padding-right: 18.5px;
    background: url(./image/arrow_white.svg) no-repeat;
    background-position: 100%;
    background-size: 8.6px;
    line-height: 1.3;
}

section.section_search ul li .text_box .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .4em;
    line-height: 1;
}

section.section_search ul li:nth-child(4) .text_box .title {
    letter-spacing: 0;
}

section.section_search ul li:nth-child(5) .text_box .title {
    letter-spacing: .1em;
}

section.section_search ul li .text_box .border {
    width: 80px;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 28.5px;
    overflow: hidden;
}

section.section_search ul li .text_box .border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.77,0,.18,1);
}

section.section_features {
    margin-top: -150px;
    position: relative;
    z-index: 2;
    padding-top: 45px;
    padding-bottom: 143px;
}

section.section_features:before {
    content:"";
    width: 780px;
    height: 530px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

section.section_features .common_title_box {
    position: absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
}

section.section_features .common_title_box .en {
    margin-bottom: 16px;
}

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

section.section_features ul li:nth-child(2) {
    margin-top: 60px;
    position: relative;
}

section.section_features ul li:nth-child(2):before {
    content: "";
    width: 420px;
    height: 1px;
    background: #1E2C48;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: -1;
}

section.section_features ul li .image {
    width: 100%;
    height: 200px;
    margin-bottom: 22px;
}

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

section.section_features ul li .text_box .title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0 100%;
    margin-bottom: 13px;
    line-height: 1.3;
    letter-spacing: .1em;
}

section.section_features ul li .text_box .lead {
    line-height: 1.55;
    letter-spacing: .08em;
}

section.section_features ul li .text_box .button {
    margin-top: 30px;
}

section.section_features ul li .text_box .button a {
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 8.5px;
    transition: .3s;
}

section.section_features ul li .text_box .button a .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./image/arrow.svg) no-repeat;
    background-position: 100%;
}

section.section_features ul li .text_box .button a .border {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.section_staff {
    padding-top: 87px;
    padding-bottom: 134.5px;
    position: relative;
}

section.section_staff:before {
    content: "";
    width: calc( (100vw - 1340px) / 2 + 1060px );
    height: 500px;
    background: #F2F3F5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section.section_staff .title_area .common_title_box {
    margin-bottom: 0;
    text-align: left;
}

section.section_staff .title_area .common_title_box .lead {
    margin-top: 50px;
}

section.section_staff .staff_box {
    background: #fff;
    width: 790px;
    padding: 61.5px 0 0 60px;
}

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

body.archive ul.common_staff_list {
	grid-template-columns: repeat(3, 1fr);
}

ul.common_staff_list li a {
    position: relative;
    z-index: 2;
    display: block;
    color: #333;
}

ul.common_staff_list li .picture {
    width: 100%;
    height: 300px;
}

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

ul.common_staff_list li .picture.default {
    margin-bottom: 38.5px;
}

ul.common_staff_list li .square {
    width: 100%;
    height: 300px;
    background: #AD1110;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(-4deg);
    border: 1px solid #AD1110;
}

ul.common_staff_list li:nth-child(2) .square {
    background: #103584;
    border: 1px solid #103584;
}

ul.common_staff_list li .picture.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}

ul.common_staff_list li:hover .picture.hover {
    opacity: 1;
}

ul.common_staff_list li .text_box {
    position: relative;
}

ul.common_staff_list li .text_box .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18.5px;
    position: relative;
}

ul.common_staff_list li .text_box .name .arrow {
    width: 100%;
    height: 100%;
    background: url(./image/arrow.svg) no-repeat;
    background-position: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

ul.common_staff_list li .text_box .en {
    font-size: 42px;
    color: #E67B7B;
    line-height: 1;
    position: absolute;
    right: -6px;
    top: -50px;
    transform: rotate(-6deg);
}

ul.common_staff_list li:nth-child(2) .text_box .en {
    color: #748CC3;
}

ul.common_staff_list li .text_box dl dt {
    position: relative;
    margin-bottom: 10px;
}

ul.common_staff_list li .text_box dl dt:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    left: 0;
    top: 50%;
}

ul.common_staff_list li .text_box dl dt span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 14px;
}

ul.common_staff_list li .text_box dl dd {
    padding-left: 26px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0;
    line-height: 1.4;
}

ul.common_staff_list li .text_box dl dd + dd {
    margin-top: 10px;
}

section.section_voice {
    position: relative;
}

section.section_voice:before {
    content: "";
    width: 100%;
    height: 460px;
    background: #1E2C48;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 165px;
    z-index: -1;
}

section.section_voice .slider_box ul.slider_track {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: sliderScroll 30s linear infinite;
}

section.section_voice .slider_box ul.slider_track li {
    width: 220px;
    height: 300px;
    flex-shrink: 0;
}

section.section_voice .slider_box ul.slider_track li:nth-child(even) {
    margin-top: 30px;
}

section.section_voice .slider_box ul.slider_track li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes sliderScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

section.section_voice .contents .wrap {
    background: #fff;
    margin-top: -140px;
    position: relative;
    z-index: 2;
    padding: 170px 100px 0 100px;
}

section.section_voice .contents .common_title_box {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

section.section_voice .contents .common_title_box:before {
    content: "";
    width: 300px;
    height: 120px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    z-index: -1;
    filter: blur(40px);
}

section.section_voice .contents .common_title_box .en {
    font-size: 100px;
}

.common_reviews_box {
    background: #FAFAFA;
    padding: 40px;
    box-shadow: 0 2px 2px rgba(51, 51, 51,0.1);
}

.common_reviews_box ul {
    height: 370px;
    overflow: scroll;
    margin-bottom: 40px;
    padding-right:39.5px;
}

body.archive .common_reviews_box ul {
    height: auto;
}

body.home .common_reviews_box ul::-webkit-scrollbar {
    background:#DEDEDE;
    height: 0;
    width: 6px;
}

body.home .common_reviews_box ul::-webkit-scrollbar-thumb {
    background: #103584;
}

.common_reviews_box ul li {
    padding: 20px 0;
    border-bottom: 1px solid #B9B9B9;
}

.common_reviews_box ul li:first-child {
    padding-top: 0;
}

.common_reviews_box ul li .head_box {
    align-items: center;
    margin-bottom: 13.5px;
}

.common_reviews_box ul li .head_box .star {
    border-right: 1px solid #D5D5D5;
    padding-right: 20px;
    margin-right: 20px;
    width: 123px;
}

.common_reviews_box ul li .head_box .star .en {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.common_reviews_box ul li .head_box .star .image img {
    display: block;
}

.common_reviews_box ul li .head_box .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .15em;
}

.common_reviews_box ul li .lead_box .text {
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 1.45;
}

body.home .common_reviews_box ul li .lead_box .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.common_more_button a {
    display: block;
    width: 320px;
    line-height: 60px;
    background: #000;
    color: #fff;
    padding-left: 30px;
    background-image: url(./image/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    margin: 0 auto;
    transition: .3s;
    letter-spacing: .1em;
    font-size: 16px;
}

section.section_news {
    padding: 130px 0 136px;
}

section.section_news .head_box {
    align-items: flex-end;
    margin-bottom: 40px;
}

section.section_news .head_box .common_title_box {
    text-align: left;
    margin-bottom: 0;
}

section.section_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

section.section_news ul li a {
    display: block;
    background: #F5F7FA;
    padding: 30px 20px 20px;
    color: #333333;
}

section.section_news ul li .data {
    color: #54617E;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

section.section_news ul li .data:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #54617E;
    position: absolute;
    left: 0;
    top: 50%;
}

section.section_news ul li .title {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 15px;
    transition: .3s;
    position: relative;
}

section.section_news ul li .title:after {
    content: "";
    width: 100%;
    height: 1px;
    background:#103584;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: .3s;
}

section.section_news ul li .lead {
    height: 110px;
    overflow: scroll;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 23px;
    padding-right: 8px;
    letter-spacing: .1em;
}

section.section_news ul li .lead .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

section.section_news ul li .lead::-webkit-scrollbar {
    background:#DEDEDE;
    height: 0;
    width: 2px;
}

section.section_news ul li .lead::-webkit-scrollbar-thumb {
    background: #103584;
}

section.section_news ul li .more {
    text-align: right;
    font-size: 14px;
    padding-right: 18px;
    background: url(./image/arrow.svg) no-repeat;
    background-position: 100%;
    background-size: 8.6px;
}

section.section_blog {
    position: relative;
    padding-top: 74px;
}

section.section_blog:before {
    content: "";
    width: calc( (100vw - 1340px) / 2 + 1155px );
    height: 350px;
    background: #1E2C48;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section.section_blog .contents {
    margin-left: calc( (100vw - 1140px) / 2 );
    gap: 51.3px;
    flex-wrap: nowrap;
}

section.section_blog .no_text {
    color: #fff;
}

section.section_blog .title_area {
    color: #fff;
}

section.section_blog .title_area .common_title_box {
    text-align: left;
    margin-bottom: 162px;
}

section.section_blog .title_area .common_title_box .en {
    margin-bottom: .2em;
}

section.section_blog .title_area .common_title_box .en:first-letter {
    color: #fff;
}

section.section_blog .title_area .common_title_box .lead {
    margin-top: 36px;
}

section.section_blog .title_area .common_more_button a {
    width: 300px;
}

section.section_blog .blog_box .slick-list {
}

section.section_blog .blog_box li.slide {
    width: 270px;
    padding-top: 20px;
    padding-left: 10px;
}

section.section_blog .blog_box li.slide .image {
    width: 100%;
    height: 340px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

section.section_blog .blog_box li.slide .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #666E90;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1;
    transform: rotate(-3deg);
    opacity: 0;
    transition: .3s;
}

section.section_blog .blog_box li.slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_blog .blog_box li.slide .text_box {
    padding-bottom: 12.5px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0 100%;
}

section.section_blog .blog_box li.slide .title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section.section_blog .slick-arrow:before {
    display: none;
}

section.section_blog .slick-arrow {
    width: 60px;
    height: 60px;
    background: #901212;
    border-radius: 100%;
    z-index: 2;
    transition: .3s;
}

section.section_blog .slick-prev {
    left: -350px;
    top: 275px;
}

section.section_blog .slick-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) scale(-1,-1);
    box-sizing: border-box;
}

section.section_blog .slick-next:after {
    transform: rotate(45deg);
    right: auto;
    left: 23px;
}

section.section_blog .slick-next {
    right: auto;
    left: -280px;
    top: 275px;
}

section.section_blog .slick-dots {
    bottom: 105px;
    z-index: 9999;
    display: flex;
    left: -200px;
}

section.section_blog .slick-dots li {
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.5px;
    color: #D6D6D6;
}

section.section_blog .slick-dots li.slick-active,
section.section_blog .slick-dots li.slick-active button {
    color: #333333;
}

section.section_blog .slick-dots li button {
    font-size: 12px;
    color: #D6D6D6;
    width: auto;
    height: auto;
}

section.section_blog .slick-dots li button:before {
    display: none;
}

section.section_external {
    padding-top: 160px;
    padding-bottom: 200px;
}

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

section.section_external ul li a {
    display: block;
    position: relative;
    height: 200px;
    padding: 54px 50.5px 0;
}

section.section_external ul li .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

section.section_external ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000B1F;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: .3s;
}

section.section_external ul li:nth-child(2) .image:before {
    background: #050000;
}

section.section_external ul li .image:after {
    content: "";
    width: 530px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    border: 1px solid;
    transform: translate(-50%,-50%);
}

section.section_external ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

section.section_external ul li a * {
    position: relative;
    z-index: 1;
    color: #fff;
}

section.section_external ul li .en {
    font-size: 13px;
    margin-bottom: 4.5px;
}

section.section_external ul li .title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    border-bottom: 1px solid;
    padding-bottom: 16.5px;
    margin-bottom: 10px;
    letter-spacing: .04em;
}

section.section_external ul li .more {
    text-align: right;
    font-size: 14px;
    padding-right: 22px;
    background: url(./image/arrow_white.svg) no-repeat;
    background-position: 100%;
    background-size: 12px;
}

.common_site_contents {
    background: #262A34;
    padding: 86px 0 30px;
    color: #fff;
}

.common_site_contents .information_box {
    font-size: 14px;
    font-weight: 600;
}

.common_site_contents .site_contents {
    width: 774px;
}

.common_site_contents .information_box .logo {
    margin-bottom: 20px;
}

.common_site_contents .information_box .logo img {
    width: 260px;
}

.common_site_contents .information_box .map {
    margin-bottom: 20px;
}

.common_site_contents .information_box .map iframe {
    width: 270px;
    height: 170px;
}

.common_site_contents .information_box .address {
    line-height: 1.5;
    margin-bottom: 20px;
}

.common_site_contents .information_box dl + dl {
    margin-top: 10px;
}

.common_contact_box {
    position: relative;
}

.common_contact_box .en_title {
    font-size: 40px;
}

.common_contact_box .accent_en {
    font-size: 40px;
    transform: rotate(5deg);
    line-height: 1;
    position: absolute;
    right: -24px;
    top: 20px;
    color: #D1D1D1;
}

.common_contact_box ul {
    display: flex;
    margin-bottom: 18px;
}

.common_contact_box ul li a {
    display: block;
    width: 260px;
    height: 130px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    transition: .3s;
}

.common_contact_box ul li.reserved a {
    background-color: #80302F;
    width: 250px;
}

.common_contact_box ul li.mail a {
    background-color: #49568B;
}

.common_contact_box ul li.line a {
    background-color: #59CC6B;
}

.common_contact_box ul li a .icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    margin: 0 auto 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.common_contact_box ul li a .text {
    font-size: 18px;
    font-weight: 600;
}

.common_contact_box ul li.reserved a .icon {
    background-image: url(./image/icon_reserved.svg);
}

.common_contact_box ul li.mail a .icon {
    background-image: url(./image/icon_mail.svg);
}

.common_contact_box ul li.line a .icon {
    background-image: url(./image/icon_line.svg);
}

.common_contact_box .tel_box {
    padding-bottom:31.5px;
    border-bottom: 1px solid #505562;
    margin-bottom: 30.5px;
}

.common_contact_box .tel_box .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1em;
}

.common_contact_box .tel_box .in_flex {
    align-items: center;
}

.common_contact_box .tel_box .tel {
    font-size: 36px;
    padding-left: 47px;
    background: url(./image/icon_tel_white.svg) no-repeat;
    background-position: 0;
    background-size: 37px;
    margin-right: 20px;
}

.common_contact_box .tel_box .time {
    font-size: 12px;
    font-weight: 600;
}

.common_contact_box .tel_box .time:last-child {
    margin-left: 10px;
}

.common_site_contents .site_links .head_box {
    margin-bottom: 42px;
}

.common_site_contents .site_links .head_box .title {
    font-weight: 600;
    margin-bottom: 10px;
}

.common_site_contents .site_links .head_box ul {
    display: flex;
    gap: 33.5px;
}

.common_site_contents .site_links ul li a {
    position: relative;
}

.common_site_contents .site_links ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -7.5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.common_site_contents .site_links .head_box ul li a::after {
    left: auto;
    right: 0;
    width: 80%;
}

.common_site_contents .site_links ul li a:hover::after {
    transform: scale(1, 1);
}

.common_site_contents .site_links .head_box ul li a {
    color: #fff;
    padding-left: 18.5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.common_site_contents .site_links .head_box ul li a:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.common_site_contents .site_links .bottom_box .list_wrap {
    gap: 60px;
}

.common_site_contents .site_links .bottom_box ul li + li {
    margin-top: 16px;
}

.common_site_contents .site_links .bottom_box ul li a {
    color: #fff;
    font-weight: 600;
}

.common_site_contents .bottom_area {
    margin-top: 60px;
    align-items: center;
}

.common_site_contents .bottom_area .other_links ul li {
    font-size: 13px;
    position: relative;
}

.common_site_contents .bottom_area .other_links ul li:before {
    content: "/";
    margin: 0 1em;
}

.common_site_contents .bottom_area .other_links ul li:first-child::before {
    display: none;
}

.common_site_contents .bottom_area .other_links ul li a {
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.common_site_contents .bottom_area .copyright small {
    font-size: 12px;
    font-weight: 600;
}

.contact_fixed {
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 10;
}

.contact_fixed ul li + li {
    margin-top: 10px;
}

.contact_fixed ul li a {
    display: block;
    color: #fff;
    width: 50px;
    height: 170px;
    text-align: center;
    padding-top: 10px;
    transition: .3s;
}

.contact_fixed ul li.reserved a {
    background-color: #80302F;
}

.contact_fixed ul li.mail a {
    background-color: #49568B;
}

.contact_fixed ul li.line a {
    background-color: #59CC6B;
}

.contact_fixed ul li a .icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    margin: 0 auto 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_fixed ul li.reserved a .icon {
    background-image: url(./image/icon_reserved.svg);
    background-size: 10.6px;
}

.contact_fixed ul li.mail a .icon {
    background-image: url(./image/icon_mail.svg);
    background-size: 13.5px;
}

.contact_fixed ul li.line a .icon {
    background-image: url(./image/icon_line.svg);
    background-size: 16px;
}

.contact_fixed li a .text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    letter-spacing: .1em;
}

/* スタッフ詳細（PC） */

.page_staff_single {
    padding-top: 70px;
    padding-bottom: 170px;
}

.page_staff_single .flex_box {
    align-items: flex-start;
}

.page_staff_single .section_fv .text_box {
    width: 525px;
}

.page_staff_single .section_fv .introduction .en_voice {
    color: #AD1110;
    font-size: 34px;
    transform: translateX(-20px) translateY(-40px) rotate(-10deg);
}

.page_staff_single .section_fv .introduction .catch {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .1em;
    width: 90%;
    margin-bottom: 48px;
}

.page_staff_single .section_fv .image_box {
    width: 540px;
    position: relative;
    z-index: 2;
}

.page_staff_single .section_fv .image_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #AD1110;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(-4deg);
}

.page_staff_single .section_fv .image_box .image {
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 2;
}

.page_staff_single .section_fv .image_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_staff_single .section_fv .staff_data {
    padding-top: 68px;
    padding-bottom: 145px;
    position: relative;
}

.page_staff_single .section_fv .staff_data:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #F2F3F5;
    position: absolute;
    left: calc( (100vw - 1140px) / 2 * -1 );
    top: 0;
    z-index: -1;
}

.page_staff_single .section_fv .staff_data .name_box {
    width: 194px;
}

.page_staff_single .section_fv .staff_data .name_box .jp {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 1.4;
}

.page_staff_single .section_fv .staff_data .table_box {
    width: calc( 100% - 194px );
    border-left: 1px solid #BAC0CC;
    padding-left: 30.5px;
}

.page_staff_single .section_fv .staff_data .table_box table {
    width: 100%;
    font-size: 16px;
}

.page_staff_single .section_fv .staff_data .table_box table th,
.page_staff_single .section_fv .staff_data .table_box table td {
    padding: 14px 0;
}

.page_staff_single .section_fv .staff_data .table_box table tr:first-child th,
.page_staff_single .section_fv .staff_data .table_box table tr:first-child td {
    padding-top: 0;
}

.page_staff_single .section_fv .staff_data .table_box table th {
    padding-right: 10px;
    color: #464646;
    white-space: nowrap;
    vertical-align: middle;
}

.page_staff_single .section_fv .staff_data .table_box table td {
    padding-left: 36px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0 center;
    color: #000000;
}

.page_staff_single .section_fv .staff_data .table_box table tr:first-child td {
    background-position: 0 13px;
}

.page_staff_single .section_career {
    background: #F2F3F5;
}

.page_staff_single .common_title_box .en {
    font-size: 56px;
    color: #1E2C48;
}

.page_staff_single .common_title_box .en:first-letter {
    color: #1E2C48;
}

.page_staff_single .common_title_box .title {
    font-size: 18px;
}

.page_staff_single .section_career .common_title_box {
    text-align: left;
}

.page_staff_single .section_career .text_box {
    width: 920px;
    background: #fff;
    padding: 40px;
    padding-bottom: 0;
}

.page_staff_single .section_career .text_box .text {
    font-size: 16px;
    letter-spacing: .09em;
}

.page_staff_single .section_private {
    padding: 84px 0 150px;
}

.page_staff_single .section_private .common_title_box {
    text-align: right;
    position: relative;
}

.page_staff_single .section_private .common_title_box:before {
    content: "";
    width: 860px;
    height: 1px;
    background: #D0D0D0;
    position: absolute;
    left: 0;
    top: 50%;
}

.page_staff_single .section_private .text_box .text {
    font-size: 16px;
    letter-spacing: .09em;
}

.page_staff_single .section_message .wrap::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #1E2C48;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: calc(50vw - 50%);
    z-index: -1;
}

.page_staff_single .section_message .wrap {
    padding: 94px 50px 50px 50px;
    position: relative;
}

.page_staff_single .section_message .common_title_box {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 50px;
    top: -30px;
}

.page_staff_single .section_message .text_box {
    background: #fff;
    padding: 40px;
}

.page_staff_single .section_message .text_box .text {
    font-size: 16px;
    letter-spacing: .09em;
}

body.single-post .l-content {
    padding-top: 200px;
}

body.category-news .l-content,
body.category-blog .l-content {
    padding-top: 100px;
}

/* オーナー様へ（PC） */

.page_owner .box + .box {
    margin-top: 130px;
}

.page_owner .box .image {
    width: 40%;
    height: 300px;
}

.page_owner .box:nth-child(even) .image {
    order: 2;
}

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

.page_owner .box .text_box {
    width: 55%;
}

.page_owner .box .image_none .text_box {
    width: 100%;
}

.page_owner .box .text_box .common_title .title {
    font-size: 20px;
    padding-bottom: 8px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0 100%;
    margin-bottom: 25px;
    line-height: 1.3;
}

.page_owner .box .text_box .common_title .title:first-letter {
    font-size: 25px;
}

.page_owner .box .text_box .in_text .text + .text {
    margin-top: 1.2em;
}

.page_owner .box .image_none .text_box .title {
    text-align: center;
    background-position: center 100%;
}

.page_owner .box .image_none .text_box .in_text {
    text-align: center;
}

.page_owner .box .voice_box {
    background: #1E2C48;
    padding: 20px;
    margin-top: 50px;
}

.page_owner .box .voice_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page_owner .box .voice_box ul li {
    background: #fff;
    padding: 20px;
}

.page_owner .box .voice_box ul li .head {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.page_owner .box .voice_box ul li .lead {
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    background: url(./image/arrow.svg) no-repeat;
    background-position: 0;
}

.page_owner .box .text_box .preparation_box {
    margin-top: 30px;
}

.page_owner .box .text_box .preparation_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.page_owner .box .text_box .preparation_box ul li {
    background: #F5F7FA;
    padding: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
}

.page_owner .box .text_box .preparation_box ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border-left: 10px solid #103584;
    border-bottom: 10px solid transparent;
}

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

.page_free .box + .box {
    margin-top: 130px;
}

.page_free .box .image {
    width: 40%;
    height: 300px;
}

.page_free .box:nth-child(even) .image {
    order: 2;
}

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

.page_free .box .text_box {
    width: 55%;
}

.page_free .box .image_none .text_box {
    width: 100%;
}

.page_free .box .text_box .common_title .title {
    font-size: 20px;
    padding-bottom: 8px;
    background: url(./image/dotted_accent.svg) no-repeat;
    background-position: 0 100%;
    margin-bottom: 25px;
    line-height: 1.3;
}

.page_free .box .text_box .common_title .title:first-letter {
    font-size: 25px;
}

.page_free .box .text_box .in_text .text + .text {
    margin-top: 1.2em;
}

.page_free .box .text_box .in_text .text.big {
    font-size: 18px;
}

.page_free .box .image_none .text_box .title {
    text-align: center;
    background-position: center 100%;
}

.page_free .box .image_none .text_box .in_text {
    text-align: center;
}

.page_free .box .text_box .in_text ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.page_free .box .text_box .in_text ul li {
    background: #F5F7FA;
    padding: 20px;
    font-weight: 700;
    position: relative;
    border: 1px solid #ccc;
}

.page_free .box .text_box .in_text ul li .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 12px;
    position: relative;
    color: #103584;
}

.page_free .box .text_box .in_text ul li .title span {
    position: relative;
    padding-left: 20px;
}

.page_free .box .text_box .in_text ul li .title span:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #103584;
    position: absolute;
    left: 0;
    top: 7px;
}

.page_free .box .text_box .in_text ul li .lead {
    font-size: 14px;
}

.calendar_box {
    margin-bottom: 50px;
}

.calendar_box .title {
    text-align: center;
}

#datepicker .ui-datepicker {
    width: 50%;
    margin: 0 auto 10px auto;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #103584;
    border-color: #103584;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #e7efff;
    border-color: #e7efff;
}

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

footer#main_footer {
    position: relative;
    z-index: 11;
}

/* ホバーエフェクト */

@media (min-width: 750px) {


    section.section_main_visual .search_box ul li a:hover {
        background: #49568B;
    }
    
    section.section_main_visual .search_box ul li a:hover::before {
        border-bottom: 10px solid #fff;
    }
    
    section.section_main_visual .search_box ul li a:hover .text {
        color: #fff;
        transition: .3s;
    }
    
    section.section_search ul li a:hover .image img {
        transform: scale(1.1,1.1);
    }
    
    section.section_search ul li a:hover .image:before {
        opacity: .5;
    }

    section.section_search ul li a:hover .border::before {
        animation: lineSlide .8s ease;
    }
    
    @keyframes lineSlide {
        0%   { transform: translateX(0); }
        50%  { transform: translateX(100%); }
        51%  { transform: translateX(-100%); }
        100% { transform: translateX(0); }
    }

    section.section_features ul li .text_box .button a:hover {
        color: #103584;
    }

    section.section_features ul li .text_box .button a:hover .icon {
        animation: arrowSlide .7s cubic-bezier(.77,0,.18,1) forwards;

    }

    ul.common_staff_list li a:hover .text_box .name .arrow  {
        animation: arrowSlide .7s cubic-bezier(.77,0,.18,1) forwards;

    }
    
    @keyframes arrowSlide {
        0% {
            background-position: 100% center;
            opacity: 1;
        }
    
        40% {
            background-position: 120% center;
            opacity: 0;
        }
    
        41% {
            background-position: 90% center;
            opacity: 0;
        }
    
        100% {
            background-position: 100% center;
            opacity: 1;
        }
    }

    .common_more_button a:hover {
        background-color: #103584;
    }

    section.section_news ul li a:hover .title {
        color: #103584;
    }

    section.section_news ul li a:hover .title:after {
        opacity: 1;
    }
    
    section.section_blog .blog_box li.slide:hover .image:before {
        opacity: 1;
    }
    
    section.section_external ul li a:hover .image img {
        transform: scale(1.1,1.1);
    }
    
    section.section_external ul li a:hover .image:before {
        opacity: .6;
    }

    .common_site_contents .bottom_area .other_links ul li a:hover {
        opacity: .7;
    }

    .contact_fixed ul li.reserved a:hover {
        background-color: #9F4C4B;
    }
    
    .contact_fixed ul li.mail a:hover {
        background-color: #6A75A3;
    }
    
    .contact_fixed ul li.line a:hover {
        background-color: #79D687;
    }

    .common_contact_box ul li.reserved a:hover {
        background-color: #9F4C4B;
    }
    
    .common_contact_box ul li.mail a:hover {
        background-color: #6A75A3;
    }
    
    .common_contact_box ul li.line a:hover {
        background-color: #79D687;
    }

    header#pc_header .link_box .header_nav .sub_menu ul li a:hover .arrow {
        background: #fff;
    }

    header#pc_header .link_box .header_nav .sub_menu ul li a:hover .arrow:before {
        border-top: 1px solid #103584;
        border-right: 1px solid #103584;
    }

    section.section_blog .slick-arrow:hover {
        background: #fff;
    }
    
    section.section_blog .slick-arrow:hover:after {
        border-top: 1px solid #901212;
        border-right: 1px solid #901212;
    }

    ul.common_staff_list li a:hover .square {
        background: none;
    }


}

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

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

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

    body {
        font-size: 3.5vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        padding-top: 28px;
        padding-left: 5vw;
    }

    #sp_header.active {
        position: fixed;
        background: rgba(255,255,255,0.9);
        padding-top: 12px;
        padding-bottom: 7px;
    }

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

    #sp_header.active .logo img {
        height: 51px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-top: 35vw;
        padding-bottom: 5vw;
    }

    .common_page_main .common_title_box {
        margin-bottom: 7vw;
    }

    .common_page_main .common_title_box .en {
        font-size: 12vw;
    }
    
    .common_page_main .common_title_box .title {
        font-size:4vw;
    }

    .common_page_wrap {
        padding: 20vw 0 28.2vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* 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 .form_box dl dd .box_wrap {
        gap: 2vw;
    }
    
    .common_contact_form .form_box dl dd .box_wrap .input {
        width: 35vw;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip,
    .common_contact_form #zip2 {
        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固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

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

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

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */
    
    section.section_main_visual {
        height: auto;
    }

    section.section_main_visual:before {
        display: none;
    }

    section.section_main_visual .slider_box {
        height: 146.2vw;
    }

    section.section_main_visual .slider_box:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #140000;
        background: linear-gradient(133deg, rgba(20, 0, 0, 1) 0%, rgba(25, 34, 49, 1) 26%, rgba(0, 0, 0, 1) 100%);
        opacity: .7;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    section.section_main_visual .wrap {
        padding-top: 41.5vw;
    }

    section.section_main_visual .lead {
        font-size: 4.1vw;
        margin-bottom: 1.5vw;
    }

    section.section_main_visual .lead .border {
        padding: 0.8vw 1.3vw;
    }

    section.section_main_visual .lead .dotted {
        font-size: 7.2vw;
        display: inline-block;
        margin-top: 3.8vw;
    }

    section.section_main_visual .lead .dotted:before {
        top: -.9em;
        font-size: 7.2vw;
        letter-spacing: 0;
    }

    section.section_main_visual .lead .mark {
        font-size: 7.2vw;
    }

    section.section_main_visual .catch {
        font-size: 8.7vw;
        margin-bottom: 20.5vw;
    }

    section.section_main_visual .search_box {
        padding: 5.9vw 5.1vw 5.1vw;
        width: 100%;
    }

    section.section_main_visual .search_box .title {
        font-size: 5.1vw;
        margin-bottom: 4.4vw;
    }

    section.section_main_visual .search_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.6vw;
    }

    section.section_main_visual .search_box ul li a {
        height: 15.4vw;
        padding-left: 3.6vw;
        gap: 5.1vw;
        box-shadow: 0 0.3vw 1vw rgba(0,0,0,0.16);
    }

    section.section_main_visual .search_box ul li a .icon {
        width: 7.7vw;
        height: 7.7vw;
    }

    section.section_main_visual .search_box ul li a .text {
        font-size: 4.1vw;
    }

    section.section_main_visual .search_box ul li a:before {
        bottom: 2.6vw;
        right: 2.6vw;
        border-left: 2.6vw solid transparent;
        border-bottom: 2.6vw solid #103584;
    }

    section.section_top_banner {
        padding-top: 17.9vw;
    }

    section.section_top_banner:before {
        width: 5vw;
    }

    section.section_top_banner li.slide {
        width: 94.9vw;
        margin: 0 1.3vw;
    }

    section.section_top_banner .slick-dots {
        bottom: -10.3vw;
    }

    section.section_top_banner .slick-dots li {
        width: 2.6vw;
        height: 2.6vw;
    }
    
    .contact_fixed {
        top: auto;
        bottom: 0;
    }

    .contact_fixed ul {
        display: flex;
    }

    .contact_fixed ul li + li {
        margin-top: 0;
    }

    .contact_fixed ul li {
        width: 26.2vw;
    }

    .contact_fixed ul li.line {
        order: -1;
    }

    .contact_fixed ul li.tel {
        width: 21.5vw;
    }

    .contact_fixed ul li a {
        width: 100%;
        height: 20.5vw;
        padding-top: 3.1vw;
    }

    .contact_fixed ul li.tel a {
        background-color: #232427;
    }

    .contact_fixed ul li a .icon {
        width: 7.7vw;
        height: 7.7vw;
        margin: 0 auto 2.1vw;
    }

    .contact_fixed ul li.reserved a .icon {
        background-size: 2.7vw;
    }

    .contact_fixed ul li.mail a .icon {
        background-size: 3.5vw;
    }

    .contact_fixed ul li.line a .icon {
        background-size: 4.1vw;
    }

    .contact_fixed ul li.tel a .icon {
        background-image: url(./image/icon_tel.svg);
        background-size: 7.7vw;
    }

    .contact_fixed li a .text {
        -ms-writing-mode: initial;
        writing-mode: initial;
        text-orientation: initial;
        font-size: 3.3vw;
    }

    .common_title_box {
        margin-bottom: 8.5vw;
    }

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

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

    .common_title_box .lead {
        margin-top: 5.1vw;
    }

    section.section_search {
        padding: 29.5vw 0 26.5vw;
    }

    section.section_search:before {
        height: 239vw;
        bottom: auto;
        top: 112vw;
        pointer-events: none;
    }

    section.section_search .common_title_box {
        margin: 0 auto 8.5vw;
        width: 100%;
    }

    section.section_search .common_title_box .en {
        font-size: 12.3vw;
        margin-bottom: 5.1vw;
    }

    section.section_search .common_title_box .accent_text {
        font-size: 5.1vw;
        right: 0;
        top: 9.4vw;
    }

    section.section_search ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
    }

    section.section_search ul li a {
        height: 43.6vw;
    }

    section.section_search ul li .text_box {
        padding: 5.1vw;
    }

    section.section_search ul li .text_box .more {
        right: 2.6vw;
        bottom: 2.6vw;
        font-size: 3.1vw;
        padding-right: 3.6vw;
        background-size: 2.2vw;
    }

    section.section_search ul li .text_box .title {
        -ms-writing-mode: initial;
        writing-mode: initial;
        text-orientation: initial;
        font-size: 5.1vw;
        letter-spacing: .1em;
        line-height: 1.45;
    }

    section.section_search ul li:nth-child(4) .text_box .title {
        letter-spacing: .1em;
    }

    section.section_search ul li .text_box .border {
        display: none;
    }

    section.section_features {
        margin-top: 0;
        padding-top: 25.6vw;
        padding-bottom: 13.3vw;
    }

    section.section_features:before {
        width: 95vw;
        height: 100%;
    }

    section.section_features .common_title_box {
        position: absolute;
        left: 50%;
        top: -12.3vw;
        transform: translateX(-50%);
    }

    section.section_features .common_title_box .en {
        margin-bottom: 4.1vw;
    }

    section.section_features .common_title_box .en img {
        width: 65.4vw;
        max-width: unset;
    }

    section.section_features ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 9.9vw;
    }

    section.section_features ul li:nth-child(2) {
        margin-top: 0;
    }

    section.section_features ul li:nth-child(2):before {
        display: none;
    }

    section.section_features ul li .image {
        height: 46.2vw;
        margin-bottom: 4.1vw;
    }

    section.section_features ul li .text_box .title {
        font-size: 5.6vw;
        padding-bottom: 2.1vw;
        margin-bottom: 3.1vw;
        background-size: 4.1vw;
    }

    section.section_features ul li .text_box .lead {
        letter-spacing: .1em;
    }

    section.section_features ul li .text_box .button {
        margin-top: 7.2vw;
    }

    section.section_features ul li .text_box .button a {
        padding-bottom: 1.4vw;
        font-size: 4.1vw;
    }
    
    section.section_features ul li .text_box .button a .icon {
        background-size: 5.1vw;
    }

    section.section_staff {
        padding-top: 2.6vw;
        padding-bottom: 22.6vw;
    }

    section.section_staff:before {
        width: 94.9vw;
        height: 128.2vw;
        top: 12.3vw;
    }

    section.section_staff .title_area {
        width: 100%;
        margin-bottom: 7.7vw;
    }

    section.section_staff .title_area .common_title_box .lead {
        margin-top: 12.8vw;
    }

    section.section_staff .staff_box {
        width: 100%;
        padding: 7.4vw 5.1vw 0 7.1vw;
    }

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

    body.archive ul.common_staff_list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 4vw;
    }

    ul.common_staff_list li .picture {
        height: 56.4vw;
    }

    ul.common_staff_list li .picture.hover {
        display: none;
    }

    ul.common_staff_list li .picture.default {
        margin-bottom: 10.1vw;
    }

    ul.common_staff_list li .square {
        height: 56.4vw;
    }

    ul.common_staff_list li .text_box .name {
        font-size: 6.2vw;
        margin-bottom: 3.2vw;
    }

    ul.common_staff_list li .text_box .name .arrow {
        background-size: 3.7vw;
    }

    ul.common_staff_list li .text_box .en {
        font-size: 8.2vw;
        right: -3.9vw;
        top: -12.8vw;
    }

    ul.common_staff_list li .text_box dl dt {
        margin-bottom: 2.6vw;
    }

    ul.common_staff_list li .text_box dl dt span {
        padding-right: 3.7vw;
    }

    ul.common_staff_list li .text_box dl dd {
        padding-left: 6.7vw;
        background-size: 4.1vw;
    }

    ul.common_staff_list li .text_box dl dd + dd {
        margin-top: 2.6vw;
    }

    section.section_voice:before {
        height: 100vw;
        top: 29.5vw;
    }

    section.section_voice .slider_box ul.slider_track {
        gap: 2.6vw;
    }

    section.section_voice .slider_box ul.slider_track li {
        width: 41vw;
        height: 56.4vw;
    }

    section.section_voice .slider_box ul.slider_track li:nth-child(even) {
        margin-top: 7.7vw;
    }

    section.section_voice .contents .wrap {
        margin-top: -15.4vw;
        padding: 46.2vw 2.5vw 0 2.5vw;
        max-width: 95vw;
    }

    section.section_voice .contents .common_title_box {
        top: -9.2vw;
        width: 100%;
        z-index: 2;
    }

    section.section_voice .contents .common_title_box .blur {
        position: absolute;
        top: -25.6vw;
        left: 50%;
        transform: translateX(-50%);
        width: 120vw;
        z-index: -1;
    }

    section.section_voice .contents .common_title_box:before {
        display: none;
    }

    section.section_voice .contents .common_title_box .en {
        font-size: 17.9vw;
    }
    
    .common_reviews_box {
        padding: 5.1vw;
    }

    .common_reviews_box ul {
        height: 102.6vw;
        margin-bottom: 9.7vw;
        padding-right: 0;
    }

    .common_reviews_box ul li {
        padding: 5.1vw 0;
    }

    .common_reviews_box ul li .head_box {
        margin-bottom: 3.1vw;
    }

    .common_reviews_box ul li .head_box .star {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        display: flex;
        align-items: center;
        gap: 2.8vw;
        margin-bottom: 1vw;
        width: 100%;
    }

    .common_reviews_box ul li .head_box .star .en {
        font-size: 3.1vw;
        line-height: 1;
        transform: translateY(1vw);
    }

    .common_reviews_box ul li .head_box .title {
        font-size: 4.6vw;
        letter-spacing: .04em;
    }

    .common_reviews_box ul li .lead_box .text {
        font-size: 3.6vw;
        letter-spacing: 0;
        line-height: 1.45;
    }

    .common_more_button a {
        width: 82.1vw;
        line-height: 15.4vw;
        padding-left: 7.7vw;
        background-position: center right 5.1vw;
        background-size: 5.1vw;
        font-size: 4.1vw;
        letter-spacing: .1em;
    }

    .common_reviews_box .common_more_button a {
        width: 100%;
    }

    section.section_news {
        padding: 17.9vw 0 28.2vw;
    }

    section.section_news .common_title_box .en {
        font-size: 15.4vw;
    }

    section.section_news .head_box {
        margin-bottom: 5.1vw;
        display: block;
    }

    section.section_news ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1vw;
        margin-bottom: 10.3vw;
    }

    section.section_news ul li:nth-child(n+3) {
        display: none;
    }

    section.section_news ul li a {
        padding: 5.1vw;
    }

    section.section_news ul li .data {
        font-size: 3.6vw;
        padding-left: 5.3vw;
        margin-bottom: 1vw;
    }

    section.section_news ul li .data:before {
        width: 2.6vw;
    }

    section.section_news ul li .title {
        font-size: 4.6vw;
        margin-bottom: 4.1vw;
    }

    section.section_news ul li .title:after {
        display: none;
    }

    section.section_news ul li .lead {
        height: 12.8vw;
        font-size: 3.6vw;
        margin-bottom: 7.2vw;
        padding-right: 2.1vw;
    }

    section.section_news ul li .more {
        font-size: 3.6vw;
        padding-right: 4.6vw;
        background-size: 2.2vw;
    }

    section.section_blog {
        padding-top: 7.7vw;
    }

    section.section_blog:before {
        width: 76.9vw;
        height: 97.4vw;
    }

    section.section_blog .contents {
        margin: 0 0 0 5vw;
        display: block;
    }

    section.section_blog .title_area .common_title_box {
        margin-bottom: 10.3vw;
    }

    section.section_blog .blog_box ul.js_blog_slider {
        margin-bottom: 29.7vw;
    }

    section.section_blog .blog_box li.slide {
        width: 43.6vw;
        padding-top: 0;
        padding-left: 0;
        margin: 0 1.3vw;
    }

    section.section_blog .blog_box li.slide .image {
        height: 59vw;
        margin-bottom: 4.1vw;
    }

    section.section_blog .blog_box li.slide .image:before {
        display: none;
    }

    section.section_blog .blog_box li.slide .text_box {
        padding-bottom: 4.1vw;
        background-size: 4.1vw;
    }

    section.section_blog .blog_box li.slide .title {
        font-size: 4.6vw;
        -webkit-line-clamp: 2;
    }

    section.section_blog .slick-arrow {
        width: 15.4vw;
        height: 15.4vw;
        z-index: 10;
    }

    section.section_blog .slick-prev {
        left: 53.8vw;
        top: auto;
        bottom: -28.2vw;
        z-index: 10;
    }

    section.section_blog .slick-arrow:after {
        right: 5.9vw;
        width: 2.6vw;
        height: 2.6vw;
    }

    section.section_blog .slick-next:after {
        left: 5.9vw;
    }

    section.section_blog .slick-next {
        left: auto;
        right: 5vw;
        top: auto;
        bottom: -28.2vw;
    }

    section.section_blog .slick-dots {
        bottom: -15.4vw;
        left: 0;
        z-index: 2;
    }

    section.section_blog .slick-dots li {
        width: 6.2vw;
        height: 6.2vw;
        margin: 0 0.6vw;
    }

    section.section_blog .slick-dots li button {
        font-size: 3.1vw;
    }

    section.section_external {
        padding-top: 23.1vw;
        padding-bottom: 28.2vw;
    }

    section.section_external ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1vw;
    }

    section.section_external ul li a {
        height: 38.5vw;
        padding: 9.5vw 7.7vw 0;
    }

    section.section_external ul li .image:after {
        width: 84.6vw;
        height: 33.3vw;
    }

    section.section_external ul li .en {
        font-size: 3.1vw;
        margin-bottom: 0.5vw;
    }

    section.section_external ul li .title {
        font-size: 5.6vw;
        padding-bottom: 3.3vw;
        margin-bottom: 2.6vw;
    }

    section.section_external ul li .more {
        font-size: 3.1vw;
        padding-right: 5.6vw;
        background-size: 2.7vw;
    }

    .common_site_contents {
        padding: 17.9vw 0 27.2vw;
    }

    .common_site_contents .information_box {
        font-size: 3.6vw;
        width: 100%;
        text-align: center;
        padding-bottom: 7.7vw;
    }

    .common_site_contents .information_box .logo {
        margin-bottom: 4.4vw;
    }

    .common_site_contents .information_box .logo img {
        width: 60.3vw;
    }

    .common_site_contents .information_box .map {
        margin-bottom: 5.1vw;
    }

    .common_site_contents .information_box .map iframe {
        width: 100%;
        height: 38.5vw;
    }

    .common_site_contents .information_box .address {
        margin-bottom: 5.1vw;
    }

    .common_site_contents .information_box dl + dl {
        margin-top: 2.6vw;
    }

    .common_contact_box .en_title {
        font-size: 10.3vw;
        text-align: center;
    }

    .common_contact_box .accent_en {
        font-size: 6.2vw;
        line-height: 1;
        right: 5.1vw;
        top: -5.1vw;
        letter-spacing: -.01em;
    }

    .common_contact_box ul {
        display: flex;
        margin-bottom: 4.1vw;
        flex-wrap: wrap;
        gap: 2.6vw 0;
    }

    .common_contact_box ul li {
        width: 100%;
    }

    .common_contact_box ul li.line {
        order: -1;
    }

    .common_contact_box ul li a {
        width: 100%;
        height: 20.5vw;
        display: flex;
        align-items: center;
        padding: 0 0 0 5.4vw;
        gap: 16.2vw;
    }

    .globalMenuSp_main_menu_box .common_contact_box ul li a {
        height: 15.4vw;
    }

    .common_contact_box ul li.reserved a {
        width: 100%;
    }

    .common_contact_box ul li a .icon {
        width: 12.8vw;
        height: 12.8vw;
        margin: 0;
    }

    .common_contact_box ul li a .text {
        font-size: 4.6vw;
    }

    .common_contact_box ul li.reserved a .icon {
        background-size: 5.4vw;
    }

    .common_contact_box ul li.mail a .icon {
        background-size: 6.7vw;
    }

    .common_contact_box ul li.line a .icon {
        background-size: 5.1vw;
    }

    .common_contact_box .tel_box {
        padding-bottom: 7.1vw;
        margin-bottom: 6.8vw;
        text-align: center;
    }

    .common_contact_box .tel_box .title {
        font-size: 3.8vw;
        margin-bottom: 1.8vw;
    }

    .common_contact_box .tel_box .in_flex {
        display: block;
    }

    .common_contact_box .tel_box .tel {
        font-size: 9.7vw;
        padding-left: 12.1vw;
        background-size: 9.5vw;
        margin-right: 0;
        width: fit-content;
        margin: 0 auto 2.6vw;
        line-height: 1.1;
    }

    .common_contact_box .tel_box .tel a {
        color: #fff;
    }

    .common_contact_box .tel_box .time {
        font-size: 3.1vw;
    }

    .common_contact_box .tel_box .time:last-child {
        margin-left: 0;
    }

    .common_site_contents .site_contents {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 4.6vw 3.8vw 0;
    }

    .common_site_contents .site_contents:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #313540;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .common_site_contents .site_links .head_box {
        margin-bottom: 10.4vw;
    }

    .common_site_contents .site_links .head_box .title {
        margin-bottom: 4.1vw;
        font-size: 4.6vw;
    }

    .common_site_contents .site_links .head_box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 5.3vw;
    }

    .common_site_contents .site_links ul li a {
        display: block;
    }

    .common_site_contents .site_links ul li a::after {
        display: none;
    }

    .common_site_contents .site_links .head_box ul li a {
        padding-left: 0;
        font-size: 3.6vw;
        border-bottom: 1px solid;
        padding: 5.1vw 0;
    }

    .common_site_contents .site_links .head_box ul li:nth-child(-n+2) a {
        padding-top: 0;
    }

    .common_site_contents .site_links .head_box ul li a:before {
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 1.8vw;
        height: 1.8vw;
        margin: auto;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
        background: none;
    }

    .common_site_contents .site_links .bottom_box ul li + li {
        margin-top: 0;
    }

    .common_site_contents .site_links .bottom_box ul li a {
        display: block;
        font-size: 4.1vw;
        border-top: 1px solid #1D2029;
        padding-top: 3.2vw;
        padding-bottom: 3.5vw;
    }

    .common_site_contents .site_links .bottom_box ul li:last-child a {
        border-bottom: 1px solid #1D2029;
    }

    .common_site_contents .bottom_area {
        margin-top: 0;
        display: block;
    }

    .common_site_contents .bottom_area .other_links {
        background: #313540;
        padding: 9.9vw 2.5vw 9.2vw;
        margin-bottom: 7.7vw;
    }

    .common_site_contents .bottom_area .other_links ul {
        justify-content: center;
    }

    .common_site_contents .bottom_area .other_links ul li {
        font-size: 3.3vw;
    }

    .common_site_contents .bottom_area .copyright {
        text-align: center;
        line-height: 1.2;
    }

    .common_site_contents .bottom_area .copyright small {
        font-size: 3.1vw;
    }

    /* スタッフ詳細（SP） */
    
    .page_staff_single {
        padding-top: 25.6vw;
        padding-bottom: 20vw;
    }

    .page_staff_single .section_fv .text_box {
        width: 100%;
        display: contents;
    }

    .page_staff_single .section_fv .introduction {
        order: -1;
    }

    .page_staff_single .section_fv .introduction .en_voice {
        font-size: 6.2vw;
        transform: translateX(0) translateY(-5.1vw) rotate(-10deg);
    }

    .page_staff_single .section_fv .introduction .catch {
        font-size: 5.6vw;
        width: 100%;
        margin-bottom: 7.9vw;
    }

    .page_staff_single .section_fv .image_box {
        width: 84.6vw;
        height: 66.7vw;
        order: -1;
    }

    .page_staff_single .section_fv .image_box .image {
        width: 100%;
        height: 100%;
    }

    .page_staff_single .section_fv .staff_data {
        padding-top: 7.7vw;
        padding-bottom: 17.4vw;
    }

    .page_staff_single .section_fv .staff_data:before {
        left: -5vw;
        height: calc(100% + 33.3vw);
        top: auto;
        bottom: 0;
    }

    .page_staff_single .section_fv .staff_data .name_box {
        width: 100%;
        margin-bottom: 4.6vw;
    }

    .page_staff_single .section_fv .staff_data .name_box .jp {
        font-size: 6.2vw;
        margin-bottom: 0;
        display: inline-block;
    }

    .page_staff_single .section_fv .staff_data .name_box .en {
        display: inline-block;
        margin-left: 5.1vw;
    }

    .page_staff_single .section_fv .staff_data .table_box {
        width: 100%;
        padding-left: 5.1vw;
    }

    .page_staff_single .section_fv .staff_data .table_box table {
        font-size: 4.1vw;
    }

    .page_staff_single .section_fv .staff_data .table_box table th,
    .page_staff_single .section_fv .staff_data .table_box table td {
        padding: 1.8vw 0;
    }

    .page_staff_single .section_fv .staff_data .table_box table th {
        padding-right: 2.6vw;
    }

    .page_staff_single .section_fv .staff_data .table_box table td {
        padding-left: 7.7vw;
        background-size: 4.1vw;
    }

    .page_staff_single .common_title_box .en {
        font-size: 10.3vw;
    }

    .page_staff_single .common_title_box .title {
        font-size: 4.6vw;
    }

    .page_staff_single .section_career .common_title_box {
        margin-bottom: 4.5vw;
    }

    .page_staff_single .section_career .text_box {
        width: 100%;
        padding: 6vw;
        padding-bottom: 0;
    }

    .page_staff_single .section_career .text_box .text {
        font-size: 4.1vw;
    }

    .page_staff_single .section_private {
        padding: 20vw 0 30vw;
    }

    .page_staff_single .section_private .common_title_box {
        text-align: left;
    }

    .page_staff_single .section_private .common_title_box:before {
        width: 25.6vw;
        left: auto;
        right: 0;
    }

    .page_staff_single .section_private .text_box .text {
        font-size: 4.1vw;
    }

    .page_staff_single .section_message .wrap {
        padding: 20vw 4vw 4vw 4vw;
    }

     .page_staff_single .section_message .wrap::before {
        width: 100%;
        margin-right: 0;
    }

    .page_staff_single .section_message .common_title_box {
        left: 0;
        top: -6vw;
        width: 100%;
        text-align: center;
    }

    .page_staff_single .section_message .common_title_box .en img {
        width: 50vw;
    }

    .page_staff_single .section_message .text_box {
        padding: 5vw;
    }

    .page_staff_single .section_message .text_box .text {
        font-size: 4.1vw;
    }

    body.single-post .l-content {
        padding-top: 23.1vw;
    }

    body.category-news .l-content,
    body.category-blog .l-content {
        padding-top: 20vw;
    }

    /* オーナー様へ（SP） */
    
    .page_owner .box + .box {
        margin-top: 20vw;
    }
    
    .page_owner .box .image {
        width: 100%;
        height: 40vw;
        margin-bottom: 4vw;
    }
    
    .page_owner .box:nth-child(even) .image {
        order: -1;
    }
    
    .page_owner .box .text_box {
        width: 100%;
    }
    
    .page_owner .box .text_box .common_title .title {
        font-size: 4.4vw;
        padding-bottom: 3vw;
        margin-bottom: 4vw;
        background-size: 3.3vw;
    }
    
    .page_owner .box .text_box .common_title .title:first-letter {
        font-size: 5vw;
    }
    
    .page_owner .box .voice_box {
        padding: 4vw;
        margin-top: 6vw;
    }
    
    .page_owner .box .voice_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }
    
    .page_owner .box .voice_box ul li {
        padding: 4vw;
    }
    
    .page_owner .box .voice_box ul li .head {
        font-size: 4vw;
        padding-bottom: 1vw;
        margin-bottom: 2vw;
    }
    
    .page_owner .box .voice_box ul li .lead {
        font-size: 3.3vw;
        padding-left: 5vw;
        background-size: 3vw;
    }
    
    .page_owner .box .text_box .preparation_box {
        margin-top: 5vw;
    }
    
    .page_owner .box .text_box .preparation_box ul {
        gap: 4vw;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .page_owner .box .text_box .preparation_box ul li {
        padding: 4vw;
    }

    /* 仲介手数料無料について（PC） */
    
    .page_free .box + .box {
        margin-top: 20vw;
    }
    
    .page_free .box .image {
        width: 100%;
        height: 40vw;
        margin-bottom: 4vw;
    }
    
    .page_free .box:nth-child(even) .image {
        order: -1;
    }
    
    .page_free .box .text_box {
        width: 100%;
    }
    
    .page_free .box .text_box .common_title .title {
        font-size: 4.4vw;
        padding-bottom: 3vw;
        margin-bottom: 4vw;
        background-size: 3.3vw;
    }
    
    .page_free .box .text_box .common_title .title:first-letter {
        font-size: 5vw;
    }
    
    .page_free .box .text_box .in_text ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
        margin: 4vw 0;
    }
    
    .page_free .box .text_box .in_text ul li {
        padding: 4vw;
        text-align: left;
    }
    
    .page_free .box .text_box .in_text ul li .title {
        padding-bottom: 2vw;
        margin-bottom: 3vw;
        text-align: left;
    }

    .page_free .box .text_box .in_text ul li .title span {
        padding-left: 4vw;
    }
    
    .page_free .box .text_box .in_text ul li .title span:before {
        width: 2vw;
        height: 2vw;
    }

    .page_free .box .text_box .in_text .text.big {
        font-size: 3.8vw;
    }
    
    .page_free .box .text_box .in_text ul li .lead {
        font-size: 3.3vw;
    }

    #datepicker .ui-datepicker {
        width: 100%;
        margin: 0 auto 5vw auto;
    }

    footer#main_footer {
        z-index: 2;
    }

    
}