@charset "UTF-8";

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

/* (Noto Sans JP)フォント */
@import url('../../../../../fonts.googleapis.com/css2%3Ffamily=Noto+Sans+JP:wght@400%3B500%3B700%3B900&display=swap.css');

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* 追加webフォント */
@font-face {
    font-family: "HelveticaNeueCondensed";
    src: url("../fonts/Helvetica%20Neue%20Condensed%20Bold.ttf") format("truetype");
}

@font-face {
    font-family: "TsunagiGothic";
    src: url("../fonts/TsunagiGothic.otf") format("opentype");
}

@font-face {
    font-family: "ZenKakuGothicNew";
    src: url("../fonts/ZenKakuGothicNew.otf") format("opentype");
}

@font-face {
    font-family: "LaoMN";
    src: url("../fonts/LaoMN.otf") format("opentype");
}

@font-face {
    font-family: "Holland";
    src: url("../fonts/Holland.otf") format("opentype");
}

@font-face {
    font-family: "MPLUS2";
    src: url("../fonts/MPLUS2.ttf") format("truetype");
}

.hel_font {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.hel_cond {
    font-family: 'HelveticaNeueCondensed', 'Helvetica Neue', 'Arial', sans-serif;
}

.ave_font {
    font-family: 'Avenir', 'Arial', sans-serif;
}

.tsuna_font {
    font-family: 'TsunagiGothic', sans-serif;
}

.zen_font {
    font-family: 'ZenKakuGothicNew', sans-serif;
}

.lao_font {
    font-family: 'LaoMN', sans-serif;
}

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

.mp2_font {
    font-family: 'MPLUS2', sans-serif;
}

body {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
}

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

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

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

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

.js_fadeup {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity .5s, transform .8s;
}

.js_fadeup.is-inview {
    opacity: 1;
    transform: translateY(0);
}

/* PC ヘッダー */
#pc_header {
    position: fixed;
    padding-left: 50px;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

#pc_header .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pc_header .cont .logo a .company {
    font-size: 26px;
    color: #1A1A1A;
    letter-spacing: .04em;
}

#pc_header .cont .logo a .company .en {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 800;
}

#pc_header .cont .cta_box {
    display: flex;
    gap: 0 43px;
}

#pc_header .cont .cta_box .inbox .top_box {
    display: flex;
    gap: 0 61px;
    margin-bottom: 14px;
}

#pc_header .cont .cta_box .inbox .top_box .language {
    display: flex;
    gap: 0 15px;
    align-items: center;
}

#pc_header .cont .cta_box .inbox .top_box .language .list ul {
    display: flex;
    gap: 0 23px;
}

#pc_header .cont .cta_box .inbox .top_box .language .ttl {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 11px;
    background-color: #EAEAEA;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li a {
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: .04em;
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li .bogoflags {
    display: none;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li a.current {
    color: #4790C6;
    font-weight: 700;
}

#pc_header .cont .cta_box .inbox .top_box .sns {
    display: flex;
    gap: 0 15px;
    align-items: center;
}

#pc_header .cont .cta_box .inbox .top_box .sns .ttl {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 12px;
    background-color: #EAEAEA;
}

#pc_header .cont .logo a {
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .sns a {
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .sns .insta {
    width: 25px;
    flex-shrink: 1;
}

#pc_header .cont .cta_box .inbox .top_box .sns .xiaohon {
    width: 24px;
    flex-shrink: 1;
}

#pc_header .cont .cta_box .inbox .menu ul {
    display: flex;
    gap: 0 50px;

}

#pc_header .cont .cta_box .inbox .menu li a {
    display: block;
    font-weight: 700;
    color: #1A1A1A;
    letter-spacing: .05em;
    position: relative;
    transition: .3s;
}

#pc_header .cont .cta_box .inbox .menu li a::after {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    background-color: #4790C6;
    border-radius: 50%;
    transition: .3s;
}

#pc_header .cont .cta_box .btn_box {
    display: grid;
    grid-template-columns: repeat(3, 120px);
}

#pc_header .cont .cta_box .btn_box .btn.mail a {
    background-color: #00467B;
}

#pc_header .cont .cta_box .btn_box .btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    height: 100%;
    padding: 22px 0;
    transition: .3s;
}

#pc_header .cont .cta_box .btn_box .btn.mail a .img {
    width: 29px;
}

#pc_header .cont .cta_box .btn_box .btn.line a {
    background-color: #03C755;
}

#pc_header .cont .cta_box .btn_box .btn a .text {
    font-weight: 700;
    line-height: 1;
}

#pc_header .cont .cta_box .btn_box .btn a .img {
    flex-grow: 1;
}

#pc_header .cont .cta_box .btn_box .btn.wechat a {
    background-color: #42525D;
}

#pc_header .cont .cta_box .inbox {
    padding: 18px 0 22px;
}

#pc_header .cont .cta_box .btn_box .btn.mail a .text {
    font-size: 14px;
    letter-spacing: .05em;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li {
    position: relative;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li.ja {
    order: 1;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li.en-US {
    order: 2;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li.zh-CN {
    order: 3;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li.en-US::before,
#pc_header .cont .cta_box .inbox .top_box .language .list li.zh-CN::before {
    content: "";
    position: absolute;
    background-color: #1A1A1A;
    width: 1px;
    height: 14px;
    top: 50%;
    left: -11px;
    translate: 0 -50%;
    rotate: 20deg;
}

#pc_header .cont .cta_box .inbox .menu li a:hover {
    color: #00467B;
}

#pc_header .cont .cta_box .inbox .menu li a:hover::after {
    translate: -50% 6px;
}

#pc_header .cont .cta_box .btn_box .btn.wechat a:hover {
    background-color: #7B848B;
}

#pc_header .cont .cta_box .btn_box .btn.line a:hover {
    background-color: #3ADB7D;
}

#pc_header .cont .cta_box .btn_box .btn.mail a:hover {
    background-color: #3C78A5;
}

/* PC メインビジュアル */
.top_main .wrap {
    width: 1440px;
}

.top_main .inner {
    position: relative;
    padding-left: 100px;
}

.top_main .cont .catch {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
}

.top_main .cont .catch .medium {
    font-size: 50px;
    line-height: 1;
}

.top_main .cont .catch .vertical {
    font-size: 32px;
    font-weight: 800;
    writing-mode: tb-rl;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    line-height: 1;
    margin: 0 8px;

}

.top_main .cont .catch .color {
    font-size: 82px;
    font-weight: 800;
    color: #BC9619;
    letter-spacing: 0;
    line-height: 0.8;
    vertical-align: text-bottom;

}

.top_main .cont .catch .large {
    font-size: 60px;
    font-weight: 800;
    color: #003E6C;
    line-height: 1;
    margin-top: 15px;
}

.top_main .cont .catch span {
    display: inline-block;
}

.top_main .cont .inbox .bg_text {
    font-size: 200px;
    position: absolute;
    right: -17px;
    top: -146px;
    line-height: 1;
    color: #F0F4FA;
    z-index: -1;
}

.top_main .cont .inbox {
    position: relative;
    margin-top: 44px;
}

.top_main {
    padding-top: 87px;
}

.top_main .cont .inbox .scroll {
    position: absolute;
    top: -63px;
    right: 77px;
    rotate: 90deg;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    display: block;
    cursor: pointer;
    color: #1A1A1A;
}

.top_main .cont {
    overflow: hidden;
}

.top_main .inner::after {
    content: "";
    width: 720px;
    aspect-ratio: 144/73;
    bottom: -200px;
    left: 0;
    position: absolute;
    background-color: #F5FBFF;
    z-index: -1;
}

.top_main .cont .inbox .scroll::before {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    position: absolute;
    background-color: #4790C6;
    border-radius: 50%;
    bottom: 50%;
    right: -29px;
    translate: 0 3.5px;
    z-index: 1;
    animation: move-y 2s infinite ease-in-out
}

.top_main .cont .inbox .scroll::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #fff;
    bottom: 50%;
    right: -104px;
    translate: 0 -1px;
}

@keyframes move-y {
    0% {
        translate: 0 3.5px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        translate: 80px 3.5px;
        opacity: 0;
    }
}

.top_main .cont .inbox .img::before {
    content: "";
    background-image: url(../image/top_mv_bg_pc_bottom.svg);
    background-repeat: no-repeat;
    width: calc(100% + 100px);
    height: 100%;
    top: 0;
    left: -100px;
    position: absolute;
    z-index: 10;
    background-size: contain;
    opacity: .3;
}

.top_main .cont .inbox .img {
    position: relative;
}

.top_main .inner::before {
    content: "";
    top: -87px;
    left: 0;
    position: absolute;
    background-image: url(../image/top_mv_bg_pc_top.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

/* PC ココが違う */
.top_difference {
    padding: 172px 0 138px;
}

.top_difference .sec_ttl {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.42;
    margin-bottom: 38px;
}

.top_difference .sec_ttl .color {
    font-size: 42px;
    font-weight: 900;
    color: #06548E;
}

.top_difference .inner {
    display: flex;
    gap: 0 94px;
}

.top_difference .inner .inbox {
    order: -1;
}

.top_difference .inner .img.large {
    width: 480px;
    flex-shrink: 0;
    margin-top: 77px;
    position: relative;
    height: fit-content;
}

.top_difference .inner .inbox .text {
    letter-spacing: .08em;
    line-height: 2;
}

.top_difference .inner .inbox .img {
    width: 240px;
    margin: 120px 0 0 auto;
}

.top_difference .wrap {
    width: 1240px;
    padding-left: 50px;
}

.top_difference .inner .img.large::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #1E2124;
    opacity: .2;
}

.top_about_juichi_sec {
    padding: 78px 0 80px;
    background-image: url(../image/top_about_bg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}

.top_about_juichi_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0d7d57;
    opacity: .9;
    z-index: -1;

}

.top_about_juichi_sec .cont .sec_ttl {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
}

.top_about_juichi_sec .cont .sec_ttl::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
    background-color: #fff;
}

.top_about_juichi_sec p {
    text-align: center;
    line-height: 45px;
}

.top_map_sec {
    padding: 80px 0 20px;
    background-color: #D9E5ED;
}

.top_map_sec::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_property_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.top_map_sec .cont {
    z-index: 1;
}

.top_map_sec .cont .sec_ttl {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
}

.top_map_sec .cont .sec_ttl::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
    background-color: #0d7d57;
}

.top_map_sec .cont .map_wrap {
    width: 100%;
    height: 600px;

}

.top_map_sec .cont .map_wrap iframe {
    width: 100%;
    height: 100%;
}

.top_partner_sec .cont {
    z-index: 1;
}

.top_partner_sec .cont .text_box {
    padding: 65px 70px 75px calc(50vw - 570px);
    background-color: #fff;
    display: inline-block;
}

.top_partner_sec .cont .text_box .sec_ttl {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.top_partner_sec .cont .text_box .sec_ttl::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 50px;
    height: 4px;
    background-color: #4790C6;
}

.top_partner_sec .slider_cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}

.top_partner_sec .slider_cont .slider_wrap .top_partner_slider .slick-slide {
    height: 64px;
    line-height: 1;
}

.top_partner_sec .slider_cont .slider_wrap .top_partner_slider .slick-slide+.slick-slide {
    margin-left: 60px;
}

.top_partner_sec .slider_cont .slider_wrap .top_partner_slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* PC 投資物件一覧 */
.top_property {
    padding: 120px 0 88px;
    background-color: #D9E5ED;
    position: relative;
}

.top_property::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_property_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.top_property .cont {
    position: relative;
}

.top_property .cont .sec_ttl {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .06em;
    position: relative;
    text-align: center;
    margin-bottom: 63px;
}

.top_property .cont .sec_ttl::after {
    content: "";
    background-color: #4790C6;
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: -19px;
    left: 50%;
    translate: -50% 0;
}

.common_property_list li a {
    display: flex;
    padding: 10px;
    background-color: #fff;
    gap: 0 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

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

.common_property_list li .img_box {
    flex-shrink: 0;
    width: 180px;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.common_property_list li .text_box .textarea {
    width: 300px;
    padding: 7px 26px 6px 20px;
    position: relative;
    z-index: 0;
}

.common_property_list li .text_box .text {
    font-size: 18px;
    color: #003E6C;
    line-height: 1.5;
    transition: .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_property_list li .text_box .en {
    font-weight: 800;
}

.common_property_list li .text_box .jp {
    font-weight: 700;
    letter-spacing: .04em;
}

.common_property_list li .text_box .textarea+.textarea {
    margin-top: 10px;
}

.common_property_list li .text_box .detail {
    margin-top: 25px;
}

.common_property_list li .text_box dl {
    display: flex;
    gap: 0 5px;
}

.common_property_list li .text_box dl dt {
    font-size: 14px;
    color: #185AB4;
    font-weight: 700;
    letter-spacing: .04em;
    flex-shrink: 0;
}

.common_property_list li .text_box dl dd {
    font-size: 14px;
    color: #151515;
    letter-spacing: .04em;
}

.common_property_list li .text_box dl+dl {
    margin-top: 10px;
}

.common_property_list li a:hover .text_box .text {
    color: #fff;
}

.common_property_list li a::before {
    content: "";
    position: absolute;
    width: 60px;
    aspect-ratio: 1/1;
    background-color: #003E6C;
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    transition: .3s;
}

.common_property_list li a:hover::before {
    width: 80px;
    bottom: -40px;
    right: -40px;
}

.common_property_list li a:hover .img_box img {
    transform: scale(1.1);
}

.common_property_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.common_property_list li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.common_property_list li:nth-child(even) {
    transition-delay: .2s;
}

.top_property .cont .btn a {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: #003E6C;
    letter-spacing: .06em;
    font-weight: 700;
    display: flex;
    width: 360px;
    gap: 0 44px;
    align-items: center;
    padding: 0 30px;
    margin: 70px auto 0;
    transition: .3s;
}

.top_property .cont .btn a::before {
    background-size: contain;
    content: "";
    display: block;
    background-image: url(../image/top_property_arrow_white.svg);
    width: 20px;
    aspect-ratio: 20/11;
    background-repeat: no-repeat;
    transition: .3s;
}

.top_property .cont .btn a:hover {
    background-color: #fff;
    color: #003E6C;
}

.top_property .cont .btn a:hover::before {
    translate: 280px 0;
    background-image: url(../image/top_property_arrow_blue.svg);
}

.common_property_list li .text_box .textarea::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #003E6C;
    top: 0;
    left: 0;
    position: absolute;
    transition: .3s;
    z-index: -1;
}

.common_property_list li a:hover .text_box .textarea::before {
    width: 100%;
}

.common_property_list li a .text_box {
    width: 100%;
}

/* PC バナー */
.top_banner {
    padding: 180px 0 182px;
}

.top_banner .cont .img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-shrink: 0;
    width: 640px;
}

.top_banner .cont a {
    display: flex;
}

.top_banner .cont .text_box {
    width: 100%;
    background-image: url(../image/top_banner_bg.svg);
    background-color: #74A2C4;
    padding: 96px 67px 0;
    position: relative;
}

.top_banner .cont .text_box .typo {
    font-size: 35px;
    rotate: -10deg;
    line-height: 1;
    color: #F4C117;
    position: absolute;
    top: 58px;
    left: 34px;
}

.top_banner .cont .text_box .catch {
    font-size: 32px;
    letter-spacing: .08em;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top_banner .cont .text_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.top_banner .cont .text_box .arrow {
    width: 220px;
    background-color: #003E6C;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.top_banner .cont .text_box .arrow::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    top: 50%;
    right: 30px;
    position: absolute;
    border: solid 2px #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    translate: 0 -50%;
}

/* PC お問い合わせ */
.top_contact {
    padding: 78px 0 80px;
    background-image: url(../image/top_contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.top_contact .sec_ttl {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.top_contact .outer_text {
    color: #fff;
    text-align: center;
    letter-spacing: .08em;
    margin-bottom: 40px;
}

.top_contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4F575D;
    opacity: .5;
    z-index: -1;
}

.top_contact .btn_box {
    display: flex;
    gap: 0 30px;
    justify-content: center;
}

.top_contact .btn_box .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    gap: 0 30px;
    line-height: 100px;
    width: 300px;
    background-color: rgba(26, 26, 26, .5);
    font-weight: 700;
    transition: .3s;
}

.top_contact .btn_box .btn .mail::before {
    width: 33px;
    aspect-ratio: 33 / 26;
    background-image: url(../image/icon_mail.svg);
}

.top_contact .btn_box .btn .mail {
    letter-spacing: .05em;
}

.top_contact .btn_box .btn {
    border: solid 1px #fff;
}

.top_contact .btn_box .btn:nth-child(3n - 1) {
    transition-delay: .2s;
}

.top_contact .btn_box .btn:nth-child(3n) {
    transition-delay: .4s;
}

.top_contact .btn_box .btn .line::before {
    width: 35px;
    aspect-ratio: 1 / 1;
    background-image: url(../image/icon_line.svg);
}

.top_contact .btn_box .btn .wechat::before {
    width: 40px;
    aspect-ratio: 40 / 33;
    background-image: url(../image/icon_wechat.svg);
}

.top_contact .btn_box .btn .wechat:hover {
    background-color: rgba(66, 82, 93, .5);
}

.top_contact .btn_box .btn .line:hover {
    background-color: rgba(3, 199, 85, .5);
}

.top_contact .btn_box .btn .mail:hover {
    background-color: rgba(0, 62, 108, .5);
}

.top_contact .btn_box .btn a::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.top_affiliated_sec .sec_ttl {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
}

.top_affiliated_sec .sec_ttl::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
    background-color: #4790C6;
}

.top_affiliated_sec .list ul {
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}

.top_affiliated_sec .list ul li .logo {
    width: 260px;
    line-height: 1;
}

.top_affiliated_sec .list ul li .logo img {
    width: 100%;
}

.top_affiliated_sec .list ul li .company {
    font-size: 27px;
    letter-spacing: .04em;
    color: #1A1A1A;
}

.top_affiliated_sec .list ul li .company .en {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 8px;
}

/* PC フッター */
.top_footer {
    padding: 47px 0 49px;
}

.top_footer .box_top {
    display: flex;
    padding-bottom: 80px;
    border-bottom: solid 1px #99A7B2;
    align-items: center;
}

.top_footer .box_top .text_box {
    flex-grow: 1;
}

.top_footer .box_top .text_box .logo a {
    display: block;
}

.top_footer .box_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: baseline;
}

.top_footer .box_bottom .menu {
    display: flex;
    gap: 0 69px;
    align-items: flex-end;
}

.top_footer .box_bottom .menu .list ul {
    display: flex;
    gap: 0 30px;
}

.top_footer .box_bottom .menu .sns {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.top_footer .box_top .text_box .logo {
    margin-bottom: 15px;
}

.top_footer .box_top .text_box .logo a .company {
    font-size: 28px;
    letter-spacing: .04em;
    color: #1A1A1A;
}

.top_footer .box_top .text_box .logo a .company .en {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 10px;
}

.top_footer .box_top .text_box .address .number {
    margin-bottom: 5px;
}

.top_footer .box_top .text_box .address .text {
    letter-spacing: .06em;
}

.top_footer .box_top .text_box .address {
    margin-bottom: 10px;
}

.top_footer .box_top .text_box .tel .number {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 21px;
    line-height: 1;
    margin-bottom: 5px;
    color: #1A1A1A;
}

.top_footer .box_top .text_box .tel .number::before {
    content: "";
    background-image: url();
    background-repeat: no-repeat;
}

.top_footer .box_top .text_box .tel .number::before {
    content: "";
    background-image: url(../image/icon_tel.svg);
    background-repeat: no-repeat;
    width: 32px;
    aspect-ratio: 1/1;
    background-size: contain;
    flex-shrink: 0;
}

.top_footer .box_top .text_box .tel .time {
    font-size: 14px;
    letter-spacing: .04em;
}

.top_footer .box_top .link_block {
    flex-shrink: 0;
    width: 60%;
    margin-left: auto;

}

.top_footer .box_top .link_block .link_list {
    margin-bottom: 31px;
}

.top_footer .box_top .link_block .link_list .label {
    margin-bottom: 15px;
}

.top_footer .box_top .link_block .label {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #ccc;
}

.top_footer .box_top .link_block .label::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #0d7d57;
}

.top_footer .box_top .link_block .logo_list.kanren {
    margin-bottom: 15px;

}

.top_footer .box_top .link_block .logo_list .label {
    margin-bottom: 25px;
}

.top_footer .box_top .link_block .logo_list ul {
    gap: 10px;
    align-items: center;
}

.top_footer .box_top .link_block .logo_list ul li {
    width: calc((100% - 20px) / 3);
}

.top_footer .box_top .link_block .logo_list ul li.hiwin {
    font-size: 20px;
    font-weight: bold;
}

/* .top_footer .box_top .link_block .logo_list ul li:nth-child(3),
.top_footer .box_top .link_block .logo_list ul li:nth-child(4) {
    width: calc((100% - 40px) / 2);
} */

.top_footer .box_top .link_block .logo_list ul li img {
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: contain;
}

.top_footer .box_top .link_block .link_list ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px 100px;
}

.top_footer .box_top .link_block .link_list li {
    border-left: solid 2px #00467B;
    padding: 2px 0 1px 20px;
    line-height: 1;
}

.top_footer .box_top .link_block .link_list li a {
    display: inline-block;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: .05em;
    transition: .3s;
    position: relative;
}

.top_footer .box_top .link_block .link_list li a:hover {
    translate: 10px 0;
}

.top_footer .box_top .link_block .link_list li a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #99A7B2;
    bottom: -1px;
    left: 0;
    transition: .3s;
}

.top_footer .box_top .link_block .link_list li a:hover::before {
    width: 100%;
}

.top_footer .box_bottom .copyright small {
    font-size: 12px;
    font-weight: 500;
}

.top_footer .box_bottom .menu .list li a {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #1A1A1A;
    display: block;
}

.top_footer .box_bottom .menu .sns a {
    display: block;
}

.top_footer .box_bottom .menu .sns .icon {
    flex-shrink: 0;
}

.top_footer .box_bottom .menu .sns .insta a {
    width: 33px;
}

.top_footer .box_bottom .menu .sns .xiaohon a,
.top_footer .box_bottom .menu .sns .line a {
    width: 32px;
}

.top_footer .box_bottom .menu .sns .wechat a {
    width: 41px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    position: relative;
}

.common_page_main .img {
    width: 80%;
    margin-left: auto;
    position: relative;
}

.common_page_main.single_ver .img{
    aspect-ratio: 1152 / 417;
}

.common_page_main.single_ver .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_page_main .img .en {
    font-size: 170px;
    line-height: 1;
    position: absolute;
    bottom: -47px;
    right: 0;
    color: #fff;
    opacity: 0.2;
    pointer-events: none;
}

.common_page_main .title_box {
    position: absolute;
    top: 50%;
    left: 10%;
    translate: 0 -50%;
    z-index: 1;
}

.common_page_main .title_box .title,
.common_page_main .title_box .sub_title {
    width: fit-content;
    background: #003E6C;
    color: #fff;
    padding: 5px 50px;
}

.common_page_main .title_box .title {
    font-size: 36px;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 15px;
}

.common_page_main .title_box .sub_title {
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
}

.common_page_title {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.common_page_title::before {
    content: "";
    width: 50px;
    height: 4px;
    background: #4790C6;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.common_page_title.left {
    text-align: left;
}

.common_page_title.left::before {
    left: 0;
    translate: 0;
}

.common_page_title .en {
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
}

.common_page_title .jp {
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.4;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin: 10px 0 0;
    text-align: right;
}

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

/* PC固定ページ 会社概要 */
#page_company .common_page_title {
    margin-bottom: 40px;
}

#page_company .intro_box {
    margin-bottom: 80px;
}

#page_company .intro_box .sub_text {
    text-align: center;
    font-size: 28px;
    letter-spacing: .05em;
    font-weight: 700;
}

#page_company .group_sec {
    margin-bottom: 120px;
}

#page_company .group_sec .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

#page_company .group_sec .item {
    background: #F5FBFF;
    padding: 2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_company .group_sec .item .logo {
    text-align: center;
    font-size: 26px;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 5px;
}

#page_company .group_sec .item .logo .en {
    font-size: 30px;
    letter-spacing: 0;
}

#page_company .group_sec .item .list .head {
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

#page_company .group_sec .item .list li {
    letter-spacing: .05em;
}

#page_company .group_sec .item .list li+li {
    margin-top: 0.3em;
}

#page_company .greeting_sec {
    margin-bottom: 120px;
}

#page_company .greeting_sec .sec_title {
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#page_company .greeting_sec .sec_title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #0d7d57;
    display: block;
}

#page_company .greeting_sec .content {
    display: flex;
    gap: 0 30px;
}

#page_company .greeting_sec .content .img {
    flex-shrink: 0;
    width: 400px;
}

#page_company .greeting_sec .content .text_box {
    width: 100%;
}

#page_company .greeting_sec .content .text_box .text {
    letter-spacing: .05em;
    line-height: 1.9;
}

#page_company .greeting_sec .content .text_box .text+.text {
    margin-top: 1em;
}

#page_company .greeting_sec .content .text_box .name {
    width: 35%;
    margin: 20px 0 0 auto;
}

#page_company .profile_sec {
    margin-bottom: 120px;
}

#page_company .profile_sec .content .table_box {
    margin-bottom: 30px;
}

#page_company .profile_sec .content .table_box table {
    width: 100%;
}

#page_company .profile_sec .content .table_box table th,
#page_company .profile_sec .content .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_company .profile_sec .content .table_box table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_company .profile_sec .content .banner a {
    width: 550px;
    margin: 0 auto;
    background: url(../image/page_company_hiwin.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    padding: 65px 0;
    position: relative;
    z-index: 0;
    transition: .3s;
}

#page_company .profile_sec .content .banner a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#page_company .profile_sec .content .banner a:hover {
    opacity: 0.7;
}

#page_company .access_sec .content .map {
    width: 100%;
    height: 500px;
    position: relative;
}

#page_company .access_sec .content .map .info {
    width: 30%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

#page_company .access_sec .content .map .info .name {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
}

#page_company .access_sec .content .map .info .text {
    letter-spacing: .05em;
    line-height: 1.5;
}

#page_company .access_sec .content .map .info .text+.text {
    margin-top: 20px;
}

#page_company .access_sec .content .map .info .btn a {
    display: block;
    width: 100%;
    background: #1A1A1A;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 30px 0 0;
    line-height: 45px;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

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

#page_contact #btn_wrap button {
    background-color: #003E6C;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    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;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

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

.contact_form_disc .text {
    margin-bottom: 10px;
}

.contact_form_disc .cta .item+.item {
    margin-top: 20px;
}

.contact_form_disc .cta .item .head {
    font-weight: 700;
    letter-spacing: .05em;
}

.contact_form_disc .cta .item .num {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

.contact_form_disc .cta .item .hours,
.contact_form_disc .cta .item .note {
    letter-spacing: .05em;
}

.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: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 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;
    padding-bottom: 15px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

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


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

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #003E6C;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
    color: #003E6C;
}

.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-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

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

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #003E6C #003E6C;
    border-style: solid;
    width: 20px;
    height: 10px;
    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 {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

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

#page_contact .sec_title {
    width: 74%;
    margin: 0 auto 15px;
    background: #003E6C;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
}

/* サンクスページ */

#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: #003E6C;
    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 {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #003E6C;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.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固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

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

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

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

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

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

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

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -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: #06548E;
    border-color: #06548E;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #06548E;
    border-color: #06548E;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 1.5;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

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

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

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

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(https://andclan.co.jp/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(https://andclan.co.jp/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

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

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(../image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.archive_page.property .tab_box {
    margin-bottom: 50px;
    border-bottom: 5px solid #003E6C;
}

.archive_page.property .tab_box ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 5px;
}

.archive_page.property .tab_box li {
    background: #F8F8F8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0.5em;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.archive_page.property .tab_box li.active {
    background: #003E6C;
    color: #fff;
}


/* 事業内容 */
#page_business .top_text {
    text-align: center;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 70px;
}

#page_business .content .item+.item {
    margin-top: 100px;
}

#page_business .content .item {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

#page_business .content .item .img {
    flex-shrink: 0;
    width: 500px;
    position: relative;
    z-index: 0;
}

#page_business .content .item .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #003E6C;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#page_business .content .item .text_box {
    width: 100%;
}

#page_business .content .item .text_box .title {
    color: #4790C6;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 24px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.2em;
    margin-bottom: 15px;
}

#page_business .content .item .text_box .text {
    letter-spacing: .05em;
    line-height: 1.9;
}

/* 採用情報 */
#page_recruit .intro_box {
    margin-bottom: 100px;
}

#page_recruit .intro_box .movie {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}

#page_recruit .intro_box .movie::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1E2124;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

#page_recruit .intro_box .movie video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page_recruit .intro_box .movie .head {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 30px;
    width: 100%;
}

#page_recruit .job_sec {
    margin-bottom: 120px;
}

#page_recruit .job_sec .content {
    margin-bottom: 50px;
}

#page_recruit .job_sec .content .inbox+.inbox {
    margin-top: 70px;
}

#page_recruit .sec_title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 15px;
}

#page_recruit .sec_title::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #4790C6;
    display: block;
}

#page_recruit .job_sec .content .inbox .table_box table {
    width: 100%;
}

#page_recruit .job_sec .content .inbox .table_box table th,
#page_recruit .job_sec .content .inbox .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_recruit .job_sec .content .inbox .table_box table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_recruit .job_sec .content .inbox .table_box table td .text+.text {
    margin-top: 1em;
}

#page_recruit .job_sec .link_btn a {
    display: block;
    width: 350px;
    margin: 0 auto;
    background: #003E6C;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 55px;
    position: relative;
    transition: .3s;
}

#page_recruit .job_sec .link_btn a::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 30px;
    translate: 0 -50%;
}

#page_recruit .job_sec .link_btn a:hover {
    opacity: 0.7;
}

#page_recruit .faq_sec {
    margin-bottom: 120px;
}

#page_recruit .faq_sec .content dl+dl {
    margin-top: 20px;
}

#page_recruit .faq_sec .content dl dt {
    background: #F5FBFF;
    display: flex;
    align-items: center;
    gap: 0 25px;
    padding: 15px 30px;
    position: relative;
}

#page_recruit .faq_sec .content dl .en {
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
}

#page_recruit .faq_sec .content dl .en.question {
    color: #06548E;
}

#page_recruit .faq_sec .content dl .en.answer {
    color: #BC9619;
}

#page_recruit .faq_sec .content dl dt .text {
    font-size: 18px;
    letter-spacing: .05em;
    width: 100%;
}

#page_recruit .faq_sec .content dl dt::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border: 2px solid #1A1A1A;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    margin-left: auto;
    flex-shrink: 0;
    transition: .6s;
}

#page_recruit .faq_sec .content dl dt.nowOpen::after {
    rotate: 135deg;
}

#page_recruit .faq_sec .content dl dd {
    display: flex;
    gap: 0 30px;
    padding: 15px 30px;
    background: #FAFAFA;
}

#page_recruit .faq_sec .content dl dd .text {
    letter-spacing: .05em;
}

#page_recruit .faq_sec .content dl dd .closeBtnHat {
    display: none;
}

#page_recruit .career_sec {
    margin-bottom: 150px;
}

#page_recruit .career_sec .plan_box {
    margin-bottom: 100px;
}

#page_recruit .career_sec .cont_head {
    margin-bottom: 20px;
    color: #4790C6;
}

#page_recruit .career_sec .cont_head .head {
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
}

#page_recruit .career_sec .cont_head .sub_text {
    letter-spacing: .05em;
    margin-top: 10px;
}

#page_recruit .career_sec .plan_box .inner {
    display: flex;
    gap: 0 50px;
}

#page_recruit .career_sec .plan_box .graph_box {
    flex-shrink: 0;
    width: 550px;
}

#page_recruit .career_sec .plan_box .graph_box ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 30px;
    align-items: flex-end;
    height: 100%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="25"] {
    height: 25%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="40"] {
    height: 40%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="60"] {
    height: 60%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="80"] {
    height: 80%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="90"] {
    height: 90%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="100"] {
    height: 100%;
}

#page_recruit .career_sec .plan_box .graph_box li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#page_recruit .career_sec .plan_box .graph_box li .commission {
    background: #F7AC3C;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .graph_box li .salary {
    background: #003E6C;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .graph_box li .label {
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
}

#page_recruit .career_sec .plan_box .text_box .text {
    letter-spacing: .05em;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .text_box .note {
    font-size: 14px;
    letter-spacing: .05em;
}

#page_recruit .career_sec .case_box .item+.item {
    margin-top: 70px;
}

#page_recruit .career_sec .case_box .item .label {
    background: #003E6C;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    padding: 0.4em 1em;
    margin-bottom: 20px;
}

#page_recruit .career_sec .case_box .item .flex_box {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

#page_recruit .career_sec .case_box .item .flex_box .img {
    flex-shrink: 0;
    width: 190px;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box {
    width: 100%;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text .color {
    color: #BD272D;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text .num {
    font-size: 150%;
}

#page_recruit .welfare_sec .content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

#page_recruit .welfare_sec .content li {
    background: #F5FBFF;
    padding: 20px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_recruit .welfare_sec .content li:nth-child(3n - 1) {
    transition-delay: .2s;
}

#page_recruit .welfare_sec .content li:nth-child(3n) {
    transition-delay: .4s;
}

#page_recruit .welfare_sec .content li .title {
    color: #06548E;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

#page_recruit .welfare_sec .content li .img {
    margin-bottom: 10px;
}

#page_recruit .welfare_sec .content li .text {
    letter-spacing: .05em;
}

/* 物件情報シングル */
.single_page_main {
    background: #F5FBFF;
    padding: 110px 0;
}

.single_page_main .single_title {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 28px;
}

#single_property .intro_box {
    margin-bottom: 120px;
}

#single_property .print_btn_box .print_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    width: 350px;
    background: #06548E;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    line-height: 55px;
}

#single_property .print_btn_box .print_btn::before {
    content: "";
    background: url(../image/copy_icon.png) no-repeat;
    background-size: contain;
    width: 23px;
    aspect-ratio: 1/1;
    display: block;
    translate: 0 2px;
}

#single_property .intro_box .print_btn_box .print_btn {
    margin: 0 0 30px auto;
}

#single_property .intro_box .gallery_box {
    margin-bottom: 30px;
    display: flex;
    gap: 0 30px;
}

#single_property .intro_box .gallery_box .main_img {
    flex-shrink: 0;
    width: 450px;
    background: #E0E0E0;
}

#single_property .intro_box .gallery_box .main_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_property .intro_box .gallery_box .sub_img {
    width: 100%;
}

#single_property .intro_box .gallery_box .sub_img ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#single_property .intro_box .gallery_box .sub_img li {
    width: 100%;
    aspect-ratio: 3/2;
    background: #E0E0E0;
}

#single_property .intro_box .gallery_box .sub_img li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_property .intro_box .textarea .text {
    letter-spacing: .05em;
}

#single_property .about_sec {
    margin-bottom: 130px;
}

#single_property .common_page_title {
    margin-bottom: 30px;
}

#single_property .about_sec .content table {
    width: 100%;
}

#single_property .about_sec .content table th,
#single_property .about_sec .content table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#single_property .about_sec .content table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#single_property .room_sec {
    margin-bottom: 120px;
}

#single_property .room_sec .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

#single_property .access_sec .content {
    display: flex;
    gap: 0 50px;
    margin-bottom: 50px;
}

#single_property .access_sec .content .map {
    flex-shrink: 0;
    width: 550px;
    height: 450px;
}

#single_property .access_sec .content .map iframe {
    width: 100%;
    height: 100%;
}

#single_property .access_sec .content .access {
    width: 100%;
}

#single_property .access_sec .content .access dl {
    padding-bottom: 1em;
}

#single_property .access_sec .content .access dl+dl {
    border-top: 2px dotted #ccc;
    padding-top: 1em;
}

#single_property .access_sec .content .access dl:last-of-type {
    padding-bottom: 0;
}

#single_property .access_sec .content .access dl dt {
    width: fit-content;
    margin-bottom: 10px;
    background: #06548E;
    color: #fff;
    letter-spacing: .05em;
    padding: 0 30px;
    line-height: 30px;
}

#single_property .access_sec .content .access dl dd {
    letter-spacing: .05em;
}

#single_property .access_sec .content .access dl dd .num {
    color: #06548E;
    font-weight: 700;
    font-size: 150%;
    line-height: 1;
}

#single_property .access_sec .print_btn_box .print_btn {
    margin: 0 auto;
}

/* TOP 事業内容 セクション */
.top_business_sec {
    padding: 100px 0 110px;
}

/* TOP 企業情報 セクション */
.top_company_sec {
    padding: 100px 0 130px;
}

/* TOP お知らせ セクション */
.top_news_sec {
    background: #fff;
    padding: 50px 0;
}

.top_news_sec .common_page_title{
    text-align:start;
    display: flex;
    align-items: baseline;
    gap: 0.2em;
    border-left: 4px solid #0d7d57;
    padding: 0 0 0 1em;
    margin-bottom: 1em;
}

.top_news_sec .common_page_title .en{
    font-size: 18px;
    line-height: 1;
}

.top_news_sec .common_page_title::before{
    content: none;
}

.top_news_sec .inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_news_sec .cell {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s ease;
    position: relative;
}

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

.top_news_sec .cell.no_post{
    text-align: center;
    border: none;
    margin: 3em 0;
}

.top_news_sec .cell.no_post:after {
    content: none;
}

.top_news_sec .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em 1em 0;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.top_news_sec .link:hover {
    background: #f9f9f9;
}

.top_news_sec .day {
    font-size: 13px;
    flex-shrink: 0;
    width: 100px;
}

.top_news_sec .text {
    font-size: 15px;
    font-weight: 500;
    flex: 1;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.singleContent_links.flex_sb .next .post_box{
    padding: 0;
}

@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: 13px;
    }

    .js_fadeup {
        transform: translateY(100px);
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 70px;
    }

    #sp_header .logo a {
        display: inline-block;
        color: #1A1A1A;
        position: absolute;
        top: 50%;
        left: 20px;
        translate: 0 -50%;
        font-size: 18px;
        line-height: 1;
    }

    #sp_header .logo a .en {
        font-weight: 700;
        padding-left: 3px;
        font-size: 20px;
    }

    #sp_header .lang_text {
        width: fit-content;
        font-size: 12px;
        font-weight: 700;
        background: #EAEAEA;
        line-height: 20px;
        padding: 0 6px;
        position: absolute;
        top: 50%;
        right: 80px;
        translate: 0 -50%;
    }

    #sp_header .sp_hd_lang {
        position: absolute;
        top: 70px;
        left: 0;
        background: #F5FBFF;
        width: 100vw;
        padding: 10px 20px;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #sp_header .sp_hd_lang ul {
        display: flex;
        justify-content: center;
        gap: 0 40px;
    }

    #sp_header .sp_hd_lang li {
        position: relative;
    }

    #sp_header .sp_hd_lang li.ja {
        order: 1;
    }

    #sp_header .sp_hd_lang li.en-US {
        order: 2;
    }

    #sp_header .sp_hd_lang li.zh-CN {
        order: 3;
    }

    #sp_header .sp_hd_lang li .bogoflags {
        display: none;
    }

    #sp_header .sp_hd_lang li.en-US::before,
    #sp_header .sp_hd_lang li.zh-CN::before {
        content: "";
        width: 1px;
        height: 15px;
        background: #ccc;
        position: absolute;
        left: -20px;
        top: 50%;
        translate: 0 -50%;
    }

    #sp_header .sp_hd_lang li a {
        display: block;
        text-align: center;
        color: #1A1A1A;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .05em;
    }

    #sp_header .sp_hd_lang li a.current {
        color: #4790C6;
    }

    #sp_header .sp_hd_lang.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #sp_header .lang_text::after {
        position: absolute;
        content: "";
        bottom: -10px;
        left: 50%;
        translate: -50% 0;
        width: 8px;
        aspect-ratio: 1/1;
        border: solid 1px #4790C6;
        border-width: 1px 1px 0 0;
        rotate: 135deg;
    }

    /* FV */
    .top_main {
        padding-top: 20vw;
    }

    .top_main .wrap {
        width: 100%;
        max-width: 100%;
    }

    .top_main .inner {
        padding-left: 0;
    }

    .top_main .inner::before {
        content: none;
    }

    .top_main .inner::after {
        width: 100%;
        aspect-ratio: initial;
        height: 66vw;
        bottom: 0;
    }

    .top_main .cont .inbox {
        margin: 16vw 0 0 auto;
        width: 95%;
    }

    .top_main .cont .inbox .img::before {
        background-image: url(../image/mv_bg_sp.svg);
        width: 100%;
        background-size: cover;
        left: auto;
        right: 0;
    }

    .top_main .cont .inbox .bg_text {
        font-size: 22vw;
        right: 50%;
        top: -16vw;
        translate: 50% 0;
    }

    .top_main .cont .inbox .scroll_box {
        display: none;
    }

    .top_main .cont .catch {
        font-size: 5.7vw;
        padding: 0 5vw;
    }

    .top_main .cont .catch .medium {
        font-size: 7.4vw;
        display: block;
        margin-bottom: 4.5vw;
    }

    .top_main .cont .catch .vertical {
        font-size: 4.2vw;
        margin: 0 1vw 0 0;
    }

    .top_main .cont .catch .color {
        font-size: 13vw;
    }

    .top_main .cont .catch .large {
        font-size: 10.6vw;
        margin-top: 3vw;
    }

    /* ココが違う */
    .top_difference {
        padding: 20vw 0;
    }

    .top_difference .wrap {
        width: 100%;
        padding: 0;
    }

    .top_difference .sec_ttl {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .top_difference .sec_ttl .color {
        font-size: 6vw;
    }

    .top_difference .img_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    .top_difference .inner {
        display: block;
    }

    .top_difference .inner .img.large {
        display: none;
    }

    .top_difference .inner .inbox .img {
        display: none;
    }

    .top_difference .inner .inbox .text {
        font-size: 3.5vw;
    }

    .top_map_sec {
        padding: 14vw 0 16vw;
    }

    .top_about_juichi_sec .cont .sec_ttl {
        margin-bottom: 7vw;
        font-size: 6vw;
    }

    .top_about_juichi_sec .cont .sec_ttl::after {
        margin: 2vw auto 0;
        width: 12vw;
        height: 3px;
    }

    .top_about_juichi_sec p {
        text-align: left;
        font-size: 3.6vw;
        line-height: 10vw;

    }

    .top_map_sec .cont .sec_ttl {
        margin-bottom: 7vw;
        font-size: 6vw;
    }

    .top_map_sec .cont .sec_ttl::after {
        margin: 2vw auto 0;
        width: 12vw;
        height: 3px;
    }

    .top_map_sec .cont .map_wrap {
        height: 120vw;

    }

    .top_partner_sec {
        padding: 15vw 0 13vw;
    }

    .top_partner_sec .cont .text_box {
        padding: 0 5vw;
        background-color: transparent;
        display: block;
    }

    .top_partner_sec .cont .text_box .sec_ttl {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .top_partner_sec .cont .text_box .sec_ttl::after {
        margin-top: 2vw;
        width: 12vw;
        height: 3px;
    }

    .top_partner_sec .slider_cont {
        position: inherit;
        top: auto;
        left: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .top_partner_sec .slider_cont .slider_wrap .top_partner_slider .slick-slide {
        height: 22vw;
    }

    .top_partner_sec .slider_cont .slider_wrap .top_partner_slider .slick-slide+.slick-slide {
        margin-left: 7vw;
    }

    /* 物件情報 */
    .top_property {
        padding: 20vw 0;
    }

    .top_property .cont .sec_ttl {
        font-size: 6vw;
        margin-bottom: 12vw;
    }

    .top_property .cont .sec_ttl::after {
        width: 12vw;
        height: 3px;
        bottom: -3vw;
    }

    .common_property_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    .top_property .common_property_list ul {
        display: flex;
        overflow-x: scroll;
        gap: 0 5vw;
    }

    .top_property .common_property_list li {
        min-width: 76vw;
        width: 76vw;
        transition-delay: 0s !important;
    }

    .top_property .common_property_list li.js_fadeup {
        transform: translateY(0);
    }

    .common_property_list li a {
        padding: 3vw 3vw 6vw;
        gap: 0 5vw;
        display: block;
    }

    .common_property_list li a::before {
        width: 10vw;
        bottom: -5vw;
        right: -5vw;
    }

    .common_property_list li .img_box {
        width: 100%;
        height: 55vw;
        aspect-ratio: initial;
        background: #E0E0e0;
        margin-bottom: 4vw;
    }

    .common_property_list li .img_box img {
        object-fit: contain;
    }

    .common_property_list li .text_box .textarea {
        padding: 1.5vw 4vw 1.5vw 4vw;
        width: 100%;
    }

    .common_property_list li .text_box .text {
        font-size: 4.2vw;
    }

    .common_property_list li .text_box .text+.text {
        margin-top: 3vw;
    }

    .common_property_list li .text_box .detail {
        margin-bottom: 5vw;
    }

    .common_property_list li .text_box dl {
        gap: 0 2vw;
    }

    .common_property_list li .text_box dl+dl {
        margin-top: 2vw;
    }

    .common_property_list li .text_box dl dt {
        font-size: 3.5vw;
    }

    .common_property_list li .text_box dl dd {
        font-size: 3.5vw;
    }

    .common_property_list li a:hover .img_box img {
        transform: scale(1);
    }

    .common_property_list li a:hover::before {
        width: 10vw;
        bottom: -5vw;
        right: -5vw;
    }

    .common_property_list li a:hover .text_box .textarea::before {
        width: 4px;
    }

    .common_property_list li a:hover .text_box .text {
        color: #003E6C;
    }

    .top_property .cont .btn a {
        line-height: 13vw;
        width: 90%;
        font-size: 4vw;
        gap: 0;
        padding: 0;
        justify-content: center;
        margin: 10vw auto 0;
        position: relative;
    }

    .top_property .cont .btn a::before {
        background-image: url(../image/top_property_arrow_white.svg);
        width: 5vw;
        position: absolute;
        top: 50%;
        right: 7vw;
        translate: 0 -50%;
    }

    .top_property .cont .btn a:hover {
        background-color: #003E6C;
        color: #fff;
    }

    .top_property .cont .btn a:hover::before {
        translate: 0;
        background-image: url(../image/top_property_arrow_white.svg);
    }

    /* バナー */
    .top_banner {
        padding: 20vw 0;
    }

    .top_banner .cont a {
        display: block;
    }

    .top_banner .cont .img_box {
        width: 100%;
    }

    .top_banner .cont .text_box {
        padding: 12vw 9vw 13vw;
    }

    .top_banner .cont .text_box .arrow {
        width: 50%;
        line-height: 9vw;
        font-size: 4vw;
    }

    .top_banner .cont .text_box .catch {
        font-size: 5.5vw;
        margin-bottom: 2vw;
    }

    .top_banner .cont .text_box .text {
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .top_banner .cont .text_box .typo {
        font-size: 6vw;
        top: 4vw;
        left: 4vw;
    }

    .top_banner .cont .text_box .arrow::after {
        width: 2vw;
        right: 5vw;
    }

    .top_banner .cont .img_box .img:nth-child(n+3) {
        display: none;
    }

    /* お問い合わせ */
    .top_contact {
        padding: 10vw 0;
        background-image: url(../image/top_contact_bg_sp.jpg);
        margin-bottom: 12vw;
    }

    .top_contact .sec_ttl {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }

    .top_contact .outer_text {
        font-size: 3.5vw;
        margin-bottom: 7vw;
    }

    .top_contact .btn_box {
        flex-direction: column;
        gap: 4vw 0;
        align-items: center;
    }

    .top_contact .btn_box .btn {
        transition-delay: 0s !important;
    }

    .top_contact .btn_box .btn a {
        font-size: 4.2vw;
        line-height: 13vw;
        width: 80vw;
        gap: 0 5vw;
    }

    .top_contact .btn_box .btn .mail::before {
        width: 7vw;
    }

    .top_contact .btn_box .btn .line::before {
        width: 7vw;
    }

    .top_contact .btn_box .btn .wechat::before {
        width: 8vw;
    }

    .top_contact .btn_box .btn .mail:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_contact .btn_box .btn .line:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_contact .btn_box .btn .wechat:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_affiliated_sec .sec_ttl {
        margin-bottom: 5vw;
        font-size: 6vw;
    }

    .top_affiliated_sec .sec_ttl::after {
        margin: 2vw auto 0;
        width: 12vw;
        height: 3px;
    }

    .top_affiliated_sec .list ul {
        display: block;
        gap: 0;
    }

    .top_affiliated_sec .list ul li+li {
        margin-top: 2vw;
    }

    .top_affiliated_sec .list ul li .logo {
        width: 42vw;
        margin: 0 auto;
    }

    .top_affiliated_sec .list ul li .company {
        font-size: 4.9vw;
        text-align: center;
    }

    .top_affiliated_sec .list ul li .company .en {
        font-size: 5.5vw;
        margin-left: .5vw;
    }

    .top_footer {
        padding: 10vw 0;
    }

    .top_footer .box_top {
        display: block;
        padding-bottom: 6vw;
    }

    .top_footer .box_top .text_box .logo {
        text-align: center;
        margin-bottom: 1vw;
    }

    .top_footer .box_top .text_box .logo a .company {
        font-size: 6vw;
    }

    .top_footer .box_top .text_box .logo a .company .en {
        font-size: 6.5vw;
        margin-left: 1vw;
    }

    .top_footer .box_top .text_box .address {
        text-align: center;
        margin-bottom: 4vw;
        font-size: 3.5vw;
    }

    .top_footer .box_top .text_box .address .number {
        margin-bottom: 0;
    }

    .top_footer .box_top .text_box .tel .number {
        font-size: 9vw;
        justify-content: center;
        gap: 0 3vw;
        margin-bottom: 1vw;
    }

    .top_footer .box_top .text_box .tel .number::before {
        width: 7vw;
    }

    .top_footer .box_top .text_box .tel .time {
        text-align: center;
        font-size: 3.2vw;
    }

    .top_footer .box_top .link_block .link_list {
        display: none;
    }

    .top_footer .box_bottom {
        margin-top: 5vw;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        gap: 5vw 0;
    }

    .top_footer .box_bottom .copyright small {
        font-size: 3.5vw;
    }

    .top_footer .box_bottom .menu {
        display: block;
    }

    .top_footer .box_bottom .menu .sns {
        justify-content: center;
        gap: 0 6vw;
        margin-top: 4vw;
    }

    .top_footer .box_bottom .menu .sns .insta a {
        width: 8vw;
    }

    .top_footer .box_bottom .menu .sns .xiaohon a,
    .top_footer .box_bottom .menu .sns .line a {
        width: 8vw;
    }

    .top_footer .box_bottom .menu .sns .wechat a {
        width: 10vw;
    }

    .top_footer .box_bottom .menu .list ul {
        gap: 0 5vw;
        justify-content: center;
    }

    .top_footer .box_bottom .menu .list li a {
        font-size: 3.3vw;
    }

    #sp_tuiju {
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    #sp_tuiju ul {
        display: flex;
        justify-content: space-between;
        gap: 0 8px;
    }

    #sp_tuiju .line,
    #sp_tuiju .wechat {
        width: 35%;
    }

    #sp_tuiju .mail,
    #sp_tuiju .tel {
        width: 11%;
    }

    #sp_tuiju li a {
        display: flex;
        height: 100%;
        line-height: 40px;
    }

    #sp_tuiju li.line a {
        background: #03C755;
    }

    #sp_tuiju li.wechat a {
        background: #42525D;
    }

    #sp_tuiju li.mail a {
        background: #06548E;
    }

    #sp_tuiju li.tel a {
        background: #4790C6;
    }

    #sp_tuiju li.line a,
    #sp_tuiju li.wechat a {
        align-items: center;
        gap: 0 10px;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    #sp_tuiju li.mail a,
    #sp_tuiju li.tel a {
        justify-content: center;
        align-items: center;
    }

    #sp_tuiju li a .icon {
        line-height: 1;
    }

    #sp_tuiju li.line a .icon {
        width: 30px;
    }

    #sp_tuiju li.wechat a .icon {
        width: 23px;
    }

    #sp_tuiju li.mail a .icon {
        width: 18px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main .img .en {
        font-size: 14vw;
        bottom: -4vw;
    }

    .common_page_main .title_box {
        left: 5%;
    }

    .common_page_main .title_box .title,
    .common_page_main .title_box .sub_title {
        padding: 0.5vw 5vw;
    }

    .common_page_main .title_box .title {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

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

    .common_page_title {
        padding-bottom: 5vw;
    }

    .common_page_title .en {
        font-size: 4vw;
    }

    .common_page_title .jp {
        font-size: 5.5vw;
    }

    .common_page_title::before {
        width: 12vw;
        height: 3px;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ 会社概要 */
    #page_company .common_page_title {
        margin-bottom: 7vw;
    }

    #page_company .intro_box {
        margin-bottom: 12vw;
    }

    #page_company .intro_box .sub_text {
        font-size: 4.5vw;
        text-align: left;
    }

    #page_company .group_sec {
        margin-bottom: 12vw;
    }

    #page_company .group_sec .inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    #page_company .group_sec .item {
        padding: 1.5em;
    }

    #page_company .group_sec .item .logo {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    #page_company .group_sec .item .logo .en {
        font-size: 5vw;
    }

    #page_company .group_sec .item .list .head {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    #page_company .group_sec .item .list li {
        font-size: 3.7vw;
    }

    #page_company .greeting_sec {
        margin-bottom: 12vw;
    }

    #page_company .greeting_sec .sec_title {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        gap: 0 2vw;
    }

    #page_company .greeting_sec .sec_title::before {
        width: 5vw;
    }

    #page_company .greeting_sec .content {
        flex-direction: column;
        gap: 3vw 0;
    }

    #page_company .greeting_sec .content .img {
        width: 100%;
    }

    #page_company .greeting_sec .content .text_box .text {
        font-size: 3.5vw;
    }

    #page_company .greeting_sec .content .text_box .name {
        width: 45%;
        margin: 2vw 0 0 auto;
    }

    #page_company .profile_sec {
        margin-bottom: 12vw;
    }

    #page_company .profile_sec .content .table_box {
        margin-bottom: 5vw;
    }

    #page_company .profile_sec .content .table_box table th,
    #page_company .profile_sec .content .table_box table td {
        font-size: 3.5vw;
    }

    #page_company .profile_sec .content .banner a {
        width: 100%;
        background: url(../image/page_company_hiwin_sp.jpg) no-repeat;
        background-size: cover;
        font-size: 4.5vw;
        padding: 15vw 0;
    }

    #page_company .profile_sec .content .banner a:hover {
        opacity: 1;
    }

    #page_company .access_sec .content .map {
        height: auto;
    }

    #page_company .access_sec .content .map::before {
        content: none;
    }

    #page_company .access_sec .content .map .info {
        width: 100%;
        position: static;
        display: block;
        height: auto;
        padding: 0;
        margin-top: 3vw;
    }

    #page_company .access_sec .content .map .info .name {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_company .access_sec .content .map .info .text {
        font-size: 3.7vw;
    }

    #page_company .access_sec .content .map .info .text+.text {
        margin-top: 3vw;
    }

    #page_company .access_sec .content .map .info .btn a {
        width: 90%;
        margin: 7vw auto 0;
        font-size: 4vw;
        line-height: 13vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

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

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

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

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    .contact_form_disc .cta .item+.item {
        margin-top: 5vw;
    }

    .contact_form_disc .cta .item .head {
        font-size: 3.8vw;
    }

    .contact_form_disc .cta .item .num {
        font-size: 7.5vw;
    }

    .contact_form_disc .cta .item .hours,
    .contact_form_disc .cta .item .note {
        font-size: 3.5vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #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;
        padding-bottom: 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;
    }

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

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    #page_contact .sec_title {
        width: 100%;
        margin: 0 0 3vw;
        font-size: 4.2vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

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

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

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

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

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

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

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

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

    .archive_page.property .tab_box {
        margin-bottom: 6vw;
        border-bottom: 3px solid #003E6C;
    }

    .archive_page.property .tab_box ul {
        gap: 0 1vw;
    }

    .archive_page.property .tab_box ul li {
        font-size: 3.2vw;
    }

    /* 事業内容 */
    #page_business .top_text {
        font-size: 4.4vw;
        text-align: left;
        margin-bottom: 12vw;
    }

    #page_business .content .item+.item {
        margin-top: 10vw;
    }

    #page_business .content .item {
        display: block;
    }

    #page_business .content .item .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    #page_business .content .item .img::before {
        content: none;
    }

    #page_business .content .item .text_box .title {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_business .content .item .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
        text-align: justify;
    }

    /* 採用情報 */
    #page_recruit .intro_box {
        margin-bottom: 15vw;
    }

    #page_recruit .intro_box .movie .head {
        font-size: 4.2vw;
    }

    #page_recruit .job_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .sec_title {
        font-size: 5vw;
        gap: 0 2vw;
        margin-bottom: 3vw;
    }

    #page_recruit .sec_title::before {
        width: 6vw;
    }

    #page_recruit .job_sec .content {
        margin-bottom: 8vw;
    }

    #page_recruit .job_sec .content .inbox+.inbox {
        margin-top: 10vw;
    }

    #page_recruit .job_sec .content .inbox .table_box table th,
    #page_recruit .job_sec .content .inbox .table_box table td {
        font-size: 3.5vw;
    }

    #page_recruit .job_sec .link_btn a {
        width: 90%;
        font-size: 4vw;
        line-height: 13vw;
    }

    #page_recruit .job_sec .link_btn a::after {
        width: 2.5vw;
        right: 5vw;
    }

    #page_recruit .job_sec .link_btn a:hover {
        opacity: 1;
    }

    #page_recruit .faq_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec .content dl+dl {
        margin-top: 4vw;
    }

    #page_recruit .faq_sec .content dl dt {
        gap: 0 5vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl .en {
        font-size: 6vw;
    }

    #page_recruit .faq_sec .content dl dt .text {
        font-size: 4vw;
    }

    #page_recruit .faq_sec .content dl dt::after {
        width: 2.5vw;
    }

    #page_recruit .faq_sec .content dl dd {
        gap: 0 6vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl dd .text {
        font-size: 3.7vw;
    }

    #page_recruit .career_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec .content dl+dl {
        margin-top: 4vw;
    }

    #page_recruit .faq_sec .content dl dt {
        gap: 0 5vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl .en {
        font-size: 6vw;
    }

    #page_recruit .faq_sec .content dl dt .text {
        font-size: 4vw;
    }

    #page_recruit .faq_sec .content dl dt::after {
        width: 2.5vw;
    }

    #page_recruit .faq_sec .content dl dd {
        gap: 0 6vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl dd .text {
        font-size: 3.7vw;
    }

    #page_recruit .career_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .career_sec .plan_box {
        margin-bottom: 12vw;
    }

    #page_recruit .career_sec .cont_head {
        margin-bottom: 5vw;
    }

    #page_recruit .career_sec .cont_head .head {
        font-size: 4.5vw;
    }

    #page_recruit .career_sec .cont_head .sub_text {
        font-size: 3.7vw;
        margin-top: 2vw;
    }

    #page_recruit .career_sec .plan_box .inner {
        flex-direction: column-reverse;
        gap: 5vw 0;
    }

    #page_recruit .career_sec .plan_box .graph_box {
        width: 100%;
        aspect-ratio: 1/0.7;
    }

    #page_recruit .career_sec .plan_box .graph_box ul {
        gap: 0 3vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .commission {
        font-size: 3.2vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .salary {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .label {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .plan_box .text_box .text {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #page_recruit .career_sec .plan_box .text_box .note {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .case_box .item+.item {
        margin-top: 10vw;
    }

    #page_recruit .career_sec .case_box .item .label {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    #page_recruit .career_sec .case_box .item .flex_box {
        flex-direction: column;
        gap: 3vw 0;
    }

    #page_recruit .career_sec .case_box .item .flex_box .img {
        width: 45%;
    }

    #page_recruit .career_sec .case_box .item .flex_box .text_box .text {
        font-size: 4vw;
        line-height: 1.5;
    }

    #page_recruit .welfare_sec .content ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    #page_recruit .welfare_sec .content li {
        padding: 5vw 3vw;
        transition-delay: 0s !important;
    }

    #page_recruit .welfare_sec .content li .title {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_recruit .welfare_sec .content li .img {
        margin-bottom: 3vw;
    }

    #page_recruit .welfare_sec .content li .text {
        font-size: 3.5vw;
    }

    /* 物件情報シングル */
    .single_page_main {
        padding: 10vw 0;
    }

    .single_page_main .single_title {
        font-size: 5.5vw;
        line-height: 1.5;
    }

    #single_property .intro_box {
        margin-bottom: 12vw;
    }

    #single_property .print_btn_box .print_btn {
        width: 90%;
        gap: 0 2vw;
        font-size: 4vw;
        line-height: 13vw;
    }

    #single_property .print_btn_box .print_btn::before {
        width: 5vw;
        translate: 0 0.5vw;
    }

    #single_property .intro_box .print_btn_box .print_btn {
        margin: 0 auto 5vw;
    }

    #single_property .intro_box .gallery_box {
        margin-bottom: 4vw;
        flex-direction: column;
        gap: 5vw 0;
    }

    #single_property .intro_box .gallery_box .main_img {
        width: 100%;
        height: 55vw;
    }

    #single_property .intro_box .gallery_box .sub_img ul {
        gap: 2vw;
    }

    #single_property .intro_box .textarea .text {
        font-size: 3.5vw;
    }

    #single_property .about_sec {
        margin-bottom: 12vw;
    }

    #single_property .common_page_title {
        margin-bottom: 6vw;
    }

    #single_property .about_sec .content table th,
    #single_property .about_sec .content table td {
        font-size: 3.5vw;
    }

    #single_property .room_sec {
        margin-bottom: 13vw;
    }

    #single_property .room_sec .list ul {
        gap: 0 3vw;
    }

    #single_property .access_sec .content {
        flex-direction: column;
        gap: 5vw 0;
        margin-bottom: 10vw;
    }

    #single_property .access_sec .content .map {
        width: 100%;
        height: 55vw;
    }

    #single_property .access_sec .content .access dl dt {
        margin-bottom: 2vw;
        font-size: 4vw;
        padding: 0 5vw;
        line-height: 8vw;
    }

    #single_property .access_sec .content .access dl dd {
        font-size: 3.8vw;
    }

    /* TOP 事業内容 セクション */
    .top_business_sec {
        padding: 14vw 0;
    }

    /* TOP 企業情報 セクション */
    .top_company_sec {
        padding: 20vw 0;
    }

    /* TOP お知らせ セクション */
    .top_news_sec {
        padding: 12vw 0;
    }

    .top_news_sec .link {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 0.8em 3em 0.8em 0.8em;
    }

    .top_news_sec .day {
        font-size: 3.5vw;
    }

    .top_news_sec .text {
        width: 100%;
        font-size: 3.8vw;
    }

    .top_news_sec .common_page_title .en{
        font-size: 4vw;
    }

    .top_news_sec .link:hover {
        background: #fff;
    }
}

@charset "UTF-8";

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

/* (Noto Sans JP)フォント */
@import url('../../../../../fonts.googleapis.com/css2%3Ffamily=Noto+Sans+JP:wght@400%3B500%3B700%3B900&display=swap.css');

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* 追加webフォント */
@font-face {
    font-family: "HelveticaNeueCondensed";
    src: url("../fonts/Helvetica%20Neue%20Condensed%20Bold.ttf") format("truetype");
}

@font-face {
    font-family: "TsunagiGothic";
    src: url("../fonts/TsunagiGothic.otf") format("opentype");
}

@font-face {
    font-family: "ZenKakuGothicNew";
    src: url("../fonts/ZenKakuGothicNew.otf") format("opentype");
}

@font-face {
    font-family: "LaoMN";
    src: url("../fonts/LaoMN.otf") format("opentype");
}

@font-face {
    font-family: "Holland";
    src: url("../fonts/Holland.otf") format("opentype");
}

@font-face {
    font-family: "MPLUS2";
    src: url("../fonts/MPLUS2.ttf") format("truetype");
}

.hel_font {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.hel_cond {
    font-family: 'HelveticaNeueCondensed', 'Helvetica Neue', 'Arial', sans-serif;
}

.ave_font {
    font-family: 'Avenir', 'Arial', sans-serif;
}

.tsuna_font {
    font-family: 'TsunagiGothic', sans-serif;
}

.zen_font {
    font-family: 'ZenKakuGothicNew', sans-serif;
}

.lao_font {
    font-family: 'LaoMN', sans-serif;
}

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

.mp2_font {
    font-family: 'MPLUS2', sans-serif;
}

body {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

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

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

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

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

.js_fadeup {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity .5s, transform .8s;
}

.js_fadeup.is-inview {
    opacity: 1;
    transform: translateY(0);
}

.tablet {
    display: none;
}

/* PC ヘッダー */
#pc_header {
    position: fixed;
    padding-left: 50px;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

#pc_header .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pc_header .cont .logo a .company {
    font-size: 18px;
    color: #1A1A1A;
    letter-spacing: .04em;
}

#pc_header .cont .logo a .company .en {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 800;
}

#pc_header .cont .cta_box {
    display: flex;
    gap: 0 43px;
}

#pc_header .cont .cta_box .inbox .top_box {
    display: flex;
    gap: 0 61px;
    margin-bottom: 14px;
}

#pc_header .cont .cta_box .inbox .top_box .language {
    display: none;
    gap: 0 15px;
    align-items: center;

}

#pc_header .cont .cta_box .inbox .top_box .language .list ul {
    display: flex;
    gap: 0 23px;
}

#pc_header .cont .cta_box .inbox .top_box .language .ttl {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 11px;
    background-color: #EAEAEA;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li a {
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: .04em;
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li .bogoflags {
    display: none;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li a.current {
    color: #4790C6;
    font-weight: 700;
}

#pc_header .cont .cta_box .inbox .top_box .sns {
    display: flex;
    gap: 0 15px;
    align-items: center;
}

#pc_header .cont .cta_box .inbox .top_box .sns .ttl {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 12px;
    background-color: #EAEAEA;
}

#pc_header .cont .logo a {
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .sns a {
    display: block;
}

#pc_header .cont .cta_box .inbox .top_box .sns .insta {
    width: 25px;
    flex-shrink: 1;
}

#pc_header .cont .cta_box .inbox .top_box .sns .xiaohon {
    width: 24px;
    flex-shrink: 1;
}

#pc_header .cont .cta_box .inbox .menu ul {
    display: flex;
    gap: 0 45px;

}

#pc_header .cont .cta_box .inbox .menu li a {
    display: block;
    font-weight: 700;
    color: #1A1A1A;
    letter-spacing: .05em;
    position: relative;
    transition: .3s;
}

#pc_header .cont .cta_box .inbox .menu li a::after {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    background-color: #0d7d57;
    border-radius: 50%;
    transition: .3s;

}

#pc_header .cont .cta_box .btn_box {
    display: grid;
    grid-template-columns: repeat(3, 120px);
}

#pc_header .cont .cta_box .btn_box .btn.mail a {
    background-color: #f6b527;

}

#pc_header .cont .cta_box .btn_box .btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    height: 100%;
    padding: 22px 0;
    transition: .3s;
}

#pc_header .cont .cta_box .btn_box .btn.mail a .img {
    width: 29px;
}

#pc_header .cont .cta_box .btn_box .btn.line a {
    background-color: #03C755;
}

#pc_header .cont .cta_box .btn_box .btn a .text {
    font-weight: 700;
    line-height: 1;
}

#pc_header .cont .cta_box .btn_box .btn a .img {
    flex-grow: 1;
}

#pc_header .cont .cta_box .btn_box .btn.wechat a {
    background-color: #42525D;
}

#pc_header .cont .cta_box .inbox {
    padding: 18px 0 22px;
}

#pc_header .cont .cta_box .btn_box .btn.mail a .text {
    font-size: 14px;
    letter-spacing: .05em;
}

#pc_header .cont .cta_box .inbox .top_box .language .list li {
    position: relative;
}


#pc_header .cont .cta_box .inbox .menu li a:hover {
    color: #00467B;
}

#pc_header .cont .cta_box .inbox .menu li a:hover::after {
    translate: -50% 6px;
}

#pc_header .cont .cta_box .btn_box .btn.wechat a:hover {
    background-color: #7B848B;
}

#pc_header .cont .cta_box .btn_box .btn.line a:hover {
    background-color: #3ADB7D;
}

#pc_header .cont .cta_box .btn_box .btn.mail a:hover {
    background-color: #fed680;

}

/* PC メインビジュアル */
.top_main .wrap {
    width: 1440px;
}

.top_main .inner {
    position: relative;
    padding-left: 100px;
}

.top_main .cont .catch {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    padding: 25px 30px 30px;
    width: 65%;
    top: 0px;

}

.top_main .cont .catch .medium {
    font-size: 50px;
    line-height: 1;
}

.top_main .cont .catch .vertical {
    font-size: 32px;
    font-weight: 800;
    writing-mode: tb-rl;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    line-height: 1;
    margin: 0 8px;

}

.top_main .cont .catch .color {
    font-size: 82px;
    font-weight: 800;
    color: #BC9619;
    letter-spacing: 0;
    line-height: 0.8;
    vertical-align: text-bottom;

}

.top_main .cont .catch .large {
    font-size: 60px;
    font-weight: 800;
    color: #003E6C;
    line-height: 1;
    margin-top: 15px;
}

.top_main .cont .catch span {
    display: inline-block;
}

.top_main .cont .inbox .bg_text {
    font-size: 200px;
    position: absolute;
    right: -17px;
    bottom: -100px;
    line-height: 1;
    color: #F0F4FA;
    z-index: 1;
    height: auto;
    top: auto;

}

.top_main .cont .inbox {
    position: relative;
    margin-top: 44px;
}

.top_main {
    padding-top: 0;

}

.top_main .cont .inbox .scroll {
    position: absolute;
    top: 100px;
    right: 77px;
    rotate: 90deg;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    display: block;
    cursor: pointer;
    color: #1A1A1A;

}

.top_main .cont {
    overflow: hidden;
}

.top_main .inner::after {
    content: "";
    width: 720px;
    aspect-ratio: 144/73;
    bottom: -200px;
    left: 0;
    position: absolute;
    background-color: #F5FBFF;
    z-index: -1;
}

.top_main .cont .inbox .scroll::before {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    position: absolute;
    background-color: #4790C6;
    border-radius: 50%;
    bottom: 50%;
    right: -29px;
    translate: 0 3.5px;
    z-index: 1;
    animation: move-y 2s infinite ease-in-out
}

.top_main .cont .inbox .scroll::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #fff;
    bottom: 50%;
    right: -104px;
    translate: 0 -1px;
}

@keyframes move-y {
    0% {
        translate: 0 3.5px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        translate: 80px 3.5px;
        opacity: 0;
    }
}

.top_main .cont .inbox .img::before {
    content: "";
    background-image: url(../image/top_mv_bg_pc_bottom.svg);
    background-repeat: no-repeat;
    width: calc(100% + 100px);
    height: 100%;
    top: 0;
    left: -100px;
    position: absolute;
    z-index: 10;
    background-size: contain;
    opacity: .3;
}

.top_main .cont .inbox .img {
    position: relative;
    height: 500px;
}

.top_main .cont .inbox .img .slider_wrap {
    width: 100%;
    height: 100%;
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider {
    width: 100%;
    height: 100%;
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list {
    height: 100%;
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track {
    height: 100%;
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track .slick-slide {
    height: 100%;
    position: relative;
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track .slick-slide .img {
    animation: anime_zoom 5.1s linear infinite;
    transform: scale(1.2);
}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.2);
    }
}

.top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_main .inner::before {
    content: "";
    top: -87px;
    left: 0;
    position: absolute;
    background-image: url(../image/top_mv_bg_pc_top.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

/* PC ココが違う */
.top_difference {
    padding: 200px 0 138px;
    position: relative;

}

.top_difference .bg_text {
    content: "";
    width: 720px;
    aspect-ratio: 144/73;
    top: -0px;
    left: 0;
    position: absolute;
    z-index: -1;
    font-size: 200px;
    line-height: 1;
    color: #F0F4FA;
    z-index: 1;
    height: auto;
    opacity: 0.5;
}

.top_difference .wrap {
    position: relative;
}

.top_difference .sec_ttl {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-bottom: 38px;

}

.top_difference .sec_ttl .color {
    font-size: 42px;
    font-weight: 900;
    color: #0d7d57;
}

.top_difference .inner {
    display: flex;
    gap: 0 94px;
}

.top_difference .inner .inbox {
    order: -1;
}

.top_difference .inner .img.large {
    width: 320px;
    flex-shrink: 0;
    margin-top: 77px;
    position: relative;
    height: fit-content;
    position: absolute;
    right: 0;
    top: -180px;

}

.top_difference .inner .inbox .text {
    letter-spacing: .08em;
    line-height: 2;
}

.top_difference .inner .inbox .img {
    width: 240px;
    margin: 120px 0 0 auto;
}

.top_difference .wrap {
    width: 1240px;
    padding-left: 50px;
}

.top_difference .inner .img.large::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #1E2124;
    opacity: .2;
}

/* PC 投資物件一覧 */
.top_property {
    padding: 80px 0 88px;
    background-color: #D9E5ED;
    position: relative;
}

.top_property::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_property_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.top_property .cont {
    position: relative;
}

.top_property .cont .sec_ttl {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .06em;
    position: relative;
    text-align: center;
    margin-bottom: 63px;
}

.top_property .cont .sec_ttl::after {
    content: "";
    background-color: #0d7d57;
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: -19px;
    left: 50%;
    translate: -50% 0;

}

.top_information {
    padding: 80px 0 0px;
}

.top_information .cont {
    width: 800px;
    margin: auto;
}

.top_information .cont .sec_ttl {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .06em;
    position: relative;
    text-align: center;
    margin-bottom: 63px;
}

.top_information .cont .sec_ttl::after {
    content: "";
    background-color: #4790C6;
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: -19px;
    left: 50%;
    translate: -50% 0;
}

.top_information .cont li {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 15px 0;
}

.top_information .cont li .date {
    font-size: 12px;
    vertical-align: middle;
    color: #787878;
    margin-right: 15px;
}

.common_property_list li a {
    display: flex;
    padding: 10px;
    background-color: #fff;
    gap: 0 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

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

.common_property_list li .img_box {
    flex-shrink: 0;
    width: 180px;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.common_property_list li .text_box .textarea {
    width: 300px;
    padding: 7px 26px 6px 20px;
    position: relative;
    z-index: 0;
}

.common_property_list li .text_box .text {
    font-size: 18px;
    color: #0d7d57;
    line-height: 1.5;
    transition: .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_property_list li .text_box .en {
    font-weight: 800;
}

.common_property_list li .text_box .jp {
    font-weight: 700;
    letter-spacing: .04em;
}

.common_property_list li .text_box .textarea+.textarea {
    margin-top: 10px;
}

.common_property_list li .text_box .detail {
    margin-top: 18px;
}

.common_property_list li .text_box dl {
    display: flex;
    gap: 0 5px;
}

.common_property_list li .text_box dl dt {
    font-size: 14px;
    color: #0d7d57;
    font-weight: 700;
    letter-spacing: .04em;
    flex-shrink: 0;
}

.common_property_list li .text_box dl dd {
    font-size: 14px;
    color: #151515;
    letter-spacing: .04em;
}

.common_property_list li .text_box dl+dl {
    margin-top: 10px;
}

.common_property_list li .text_box .catch_text_box {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 10px 10px;
    position: relative;

}

.common_property_list li .text_box .catch_text_box .ttl {
    background-color: #f6b527;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 2px;
    position: absolute;
    top: -10px;

}

.common_property_list li .text_box .catch_text_box .catch_text {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #151515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.common_property_list li a:hover .text_box .text {
    color: #fff;
}

.common_property_list li a::before {
    content: "";
    position: absolute;
    width: 60px;
    aspect-ratio: 1/1;
    background-color: #0d7d57;
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    transition: .3s;
    z-index: 10;

}

.common_property_list li a:hover::before {
    width: 80px;
    bottom: -40px;
    right: -40px;
}

.common_property_list li a:hover .img_box img {
    transform: scale(1.1);
}

.common_property_list li .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.common_property_list li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.common_property_list li:nth-child(even) {
    transition-delay: .2s;
}

.top_property .cont .btn a {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: #0d7d57;
    letter-spacing: .06em;
    font-weight: 700;
    display: flex;
    width: 360px;
    gap: 0 44px;
    align-items: center;
    padding: 0 30px;
    margin: 70px auto 0;
    transition: .3s;
}

.top_property .cont .btn a::before {
    background-size: contain;
    content: "";
    display: block;
    background-image: url(../image/top_property_arrow_white.svg);
    width: 20px;
    aspect-ratio: 20/11;
    background-repeat: no-repeat;
    transition: .3s;
}

.top_property .cont .btn a:hover {
    background-color: #fff;
    color: #0d7d57;

}

.top_property .cont .btn a:hover::before {
    translate: 280px 0;
    background-image: url(../image/top_property_arrow_blue.svg);
}

.common_property_list li .text_box .textarea::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0d7d57;
    top: 0;
    left: 0;
    position: absolute;
    transition: .3s;
    z-index: -1;
}

.common_property_list li a:hover .text_box .textarea::before {
    width: 100%;
}

.common_property_list li a .text_box {
    width: 100%;
}

/* PC バナー */
.top_banner {
    padding: 180px 0 182px;
}

.top_banner .cont .img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-shrink: 0;
    width: 640px;
}

.top_banner .cont a {
    display: flex;
}

.top_banner .cont .text_box {
    width: 100%;
    background-image: url(../image/top_banner_bg.svg);
    background-color: #74A2C4;
    padding: 95px 60px 0;
    position: relative;

}

.top_banner .cont .text_box .typo {
    font-size: 35px;
    rotate: -10deg;
    line-height: 1;
    color: #F4C117;
    position: absolute;
    top: 58px;
    left: 34px;
}

.top_banner .cont .text_box .catch {
    font-size: 32px;
    letter-spacing: .08em;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}

.top_banner .cont .text_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.top_banner .cont .text_box .arrow {
    width: 220px;
    background-color: #003E6C;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.top_banner .cont .text_box .arrow::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    top: 50%;
    right: 30px;
    position: absolute;
    border: solid 2px #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    translate: 0 -50%;
}

/* PC お問い合わせ */
.top_contact {
    padding: 50px 0 50px;
    background-image: url(../../../uploads/2023/09/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.top_contact .sec_ttl {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;

}

.top_contact .outer_text {
    color: #fff;
    text-align: center;
    letter-spacing: .08em;
    margin-bottom: 40px;
}

.top_contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0d7d57;
    opacity: .9;
    z-index: -1;

}

.top_contact .btn_box {
    display: flex;
    gap: 0 30px;
    justify-content: center;
}

.top_contact .btn_box .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    gap: 0 30px;
    line-height: 100px;
    width: 300px;
    background-color: rgba(26, 26, 26, .5);
    font-weight: 700;
    transition: .3s;
}

.top_contact .btn_box .btn .mail::before {
    width: 33px;
    aspect-ratio: 33 / 26;
    background-image: url(../image/icon_mail.svg);
}

.top_contact .btn_box .btn .mail {
    letter-spacing: .05em;
}

.top_contact .btn_box .btn {
    border: solid 1px #fff;
}

.top_contact .btn_box .btn:nth-child(3n - 1) {
    transition-delay: .2s;
}

.top_contact .btn_box .btn:nth-child(3n) {
    transition-delay: .4s;
}

.top_contact .btn_box .btn .line::before {
    width: 35px;
    aspect-ratio: 1 / 1;
    background-image: url(../image/icon_line.svg);
}

.top_contact .btn_box .btn .wechat::before {
    width: 40px;
    aspect-ratio: 40 / 33;
    background-image: url(../image/icon_wechat.svg);
}

.top_contact .btn_box .btn .wechat:hover {
    background-color: rgba(66, 82, 93, .5);
}

.top_contact .btn_box .btn .line:hover {
    background-color: rgba(3, 199, 85, .5);
}

.top_contact .btn_box .btn .mail:hover {
    background-color: rgba(0, 62, 108, .5);
}

.top_contact .btn_box .btn a::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

/* PC フッター */
.top_footer {
    padding: 40px 0 10px;
}

.top_footer .box_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: solid 1px #99A7B2;
    align-items: center;
}

.top_footer .box_top .text_box .logo a {
    display: block;
}

.top_footer .box_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;

}

.top_footer .box_bottom .menu {
    display: flex;
    gap: 0 69px;
    align-items: center;
}

.top_footer .box_bottom .menu .list ul {
    display: flex;
    gap: 0 30px;
}

.top_footer .box_bottom .menu .sns {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.top_footer .box_top .text_box .logo {
    margin-bottom: 10px;
}

.top_footer .box_top .text_box .logo a .company {
    font-size: 22px;
    letter-spacing: .04em;
    color: #1A1A1A;
}

.top_footer .box_top .text_box .logo a .company .en {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 10px;
}

.top_footer .box_top .text_box .address .number {
    margin-bottom: 5px;
}

.top_footer .box_top .text_box .address .text {
    letter-spacing: .06em;
}

.top_footer .box_top .text_box .address {
    margin-bottom: 30px;
}

.top_footer .box_top .text_box .tel .number {
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0 21px;
    line-height: 1;
    margin-bottom: 5px;
    color: #1A1A1A;
}

.top_footer .box_top .text_box .tel .number::before {
    content: "";
    background-image: url();
    background-repeat: no-repeat;
}

.top_footer .box_top .text_box .tel .number::before {
    content: "";
    background-image: url(../image/icon_tel.svg);
    background-repeat: no-repeat;
    width: 32px;
    aspect-ratio: 1/1;
    background-size: contain;
    flex-shrink: 0;
}

.top_footer .box_top .text_box .tel .time {
    font-size: 14px;
    letter-spacing: .04em;
}

.top_footer .box_top .link_block .link_list ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 21px 100px;
}

.top_footer .box_top .link_block .link_list li {
    border-left: solid 2px #00467B;
    padding: 2px 0 1px 20px;
}

.top_footer .box_top .link_block .link_list li a {
    display: inline-block;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: .05em;
    transition: .3s;
    position: relative;
}

.top_footer .box_top .link_block .link_list li a:hover {
    translate: 10px 0;
}

.top_footer .box_top .link_block .link_list li a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #99A7B2;
    bottom: -1px;
    left: 0;
    transition: .3s;
}

.top_footer .box_top .link_block .link_list li a:hover::before {
    width: 100%;
}

.top_footer .box_bottom .copyright small {
    font-size: 12px;
    font-weight: 500;
}

.top_footer .box_bottom .menu .list li a {
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #1A1A1A;
    display: block;
}

.top_footer .box_bottom .menu .sns a {
    display: block;
}

.top_footer .box_bottom .menu .sns .icon {
    flex-shrink: 0;
}

.top_footer .box_bottom .menu .sns .insta a {
    width: 33px;
}

.top_footer .box_bottom .menu .sns .xiaohon a,
.top_footer .box_bottom .menu .sns .line a {
    width: 32px;
}

.top_footer .box_bottom .menu .sns .wechat a {
    width: 41px;
}

.top_footer .box_top .link_block .link_list {
    flex-shrink: 0;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    position: relative;
}

.common_page_main .img {
    width: 80%;
    margin-left: auto;
    position: relative;
}

.common_page_main .img .en {
    font-size: 170px;
    line-height: 1;
    position: absolute;
    bottom: -47px;
    right: 0;
    color: #fff;
    opacity: 0.2;
    pointer-events: none;
}

.common_page_main .title_box {
    position: absolute;
    top: 50%;
    left: 10%;
    translate: 0 -50%;
    z-index: 1;
}

.common_page_main .title_box .title,
.common_page_main .title_box .sub_title {
    width: fit-content;
    background: #0d7d57;
    color: #fff;
    padding: 5px 50px;

}

.common_page_main .title_box .title {
    font-size: 36px;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 15px;
}

.common_page_main .title_box .sub_title {
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
}

.common_page_title {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.common_page_title::before {
    content: "";
    width: 50px;
    height: 4px;
    background: #0d7d57;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.common_page_title.left {
    text-align: left;
}

.common_page_title.left::before {
    left: 0;
    translate: 0;
}

.common_page_title .en {
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
}

.common_page_title .jp {
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.4;
}

.common_page_wrap {
    padding: 50px 0;

}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin: 10px 0 0;
    text-align: left;
}

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

/* PC固定ページ 会社概要 */
#page_company .common_page_title {
    margin-bottom: 40px;
}

#page_company .intro_box {
    margin-bottom: 80px;
}

#page_company .intro_box .sub_text {
    text-align: center;
    font-size: 28px;
    letter-spacing: .05em;
    font-weight: 700;
}

#page_company .group_sec {
    margin-bottom: 50px;
}

#page_company .group_sec .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

#page_company .group_sec .item {
    background: #F5FBFF;
    padding: 2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_company .group_sec .item .logo {
    text-align: center;
    font-size: 26px;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 5px;
}

#page_company .group_sec .item .logo .en {
    font-size: 30px;
    letter-spacing: 0;
}

#page_company .group_sec .item .list .head {
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

#page_company .group_sec .item .list li {
    letter-spacing: .05em;
}

#page_company .group_sec .item .list li+li {
    margin-top: 0.3em;
}

#page_company .group_pic {
    margin-bottom: 50px;
}

#page_company .group_pic ul {
    display: flex;
    justify-content: space-between;
}

#page_company .group_pic ul li {
    width: 33%;
}

#page_company .greeting_sec {
    margin-bottom: 120px;
}

#page_company .greeting_sec .sec_title {
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#page_company .greeting_sec .sec_title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #4790C6;
    display: block;
}

#page_company .greeting_sec .content {
    display: flex;
    gap: 0 30px;
}

#page_company .greeting_sec .content .img {
    flex-shrink: 0;
    width: 400px;
}

#page_company .greeting_sec .content .text_box {
    width: 100%;
}

#page_company .greeting_sec .content .text_box .text {
    letter-spacing: .05em;
    line-height: 1.9;
    text-align: justify;
}

#page_company .greeting_sec .content .text_box .text+.text {
    margin-top: 1em;
}

#page_company .greeting_sec .content .text_box .name {
    width: 35%;
    margin: 20px 0 0 auto;
}

#page_company .profile_sec {
    margin-bottom: 120px;
}

#page_company .profile_sec .content .table_box {
    margin-bottom: 30px;
}

#page_company .profile_sec .content .table_box table {
    width: 100%;
}

#page_company .profile_sec .content .table_box table th,
#page_company .profile_sec .content .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_company .profile_sec .content .table_box table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_company .profile_sec .content .banner a {
    width: 550px;
    margin: 0 auto;
    background: url(../image/page_company_hiwin.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    padding: 65px 0;
    position: relative;
    z-index: 0;
    transition: .3s;
}

#page_company .profile_sec .content .banner a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#page_company .profile_sec .content .banner a:hover {
    opacity: 0.7;
}

#page_company .access_sec .content .map {
    width: 100%;
    height: 500px;
    position: relative;
    padding-right: 50%;

}


#page_company .access_sec .content .map .info {
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;

}

#page_company .access_sec .content .map .info .name {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
}

#page_company .access_sec .content .map .info .text {
    letter-spacing: .05em;
    line-height: 1.5;
}

#page_company .access_sec .content .map .info .text+.text {
    margin-top: 20px;
}

#page_company .access_sec .content .map .info .btn a {
    display: block;
    width: 100%;
    background: #1A1A1A;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 30px 0 0;
    line-height: 45px;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

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

#page_contact #btn_wrap button {
    background-color: #f6b527;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    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;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

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

.contact_form_disc .text {
    margin-bottom: 10px;
}

.contact_form_disc .cta .item+.item {
    margin-top: 20px;
}

.contact_form_disc .cta .item .head {
    font-weight: 700;
    letter-spacing: .05em;
}

.contact_form_disc .cta .item .num {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

.contact_form_disc .cta .item .hours,
.contact_form_disc .cta .item .note {
    letter-spacing: .05em;
}

.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: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 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;
    padding-bottom: 15px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

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


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

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #003E6C;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
    color: #003E6C;
}

.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-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

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

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #003E6C #003E6C;
    border-style: solid;
    width: 20px;
    height: 10px;
    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 {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

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

#page_contact .sec_title {
    width: 74%;
    margin: 0 auto 15px;
    background: #003E6C;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
}

/* サンクスページ */

#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: #003E6C;
    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 {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0d7d57;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.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固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

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

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

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

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

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

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

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -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: #06548E;
    border-color: #06548E;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #06548E;
    border-color: #06548E;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 1.5;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

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

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

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

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: left;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(https://andclan.co.jp/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(https://andclan.co.jp/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

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

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(../image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

/* 事業内容 */

#page_business .top_text {
    text-align: center;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 70px;
}

#page_business .merit_block {
    margin-bottom: 100px;
}

#page_business .merit_block .sec_ttl,
#page_business .content .sec_ttl {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
}

#page_business .merit_block .sec_ttl::after,
#page_business .content .sec_ttl::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
    background-color: #0d7d57;
}

#page_business .merit_block .list ul {
    justify-content: center;
    gap: 17px;

}

#page_business .merit_block .list ul li {
    width: calc((100% - 54px) / 4);
    padding: 25px 12px 18px;
    border: 1px solid #0d7d57;
    background-color: #e9f4ee;
    border-radius: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;

}

#page_business .merit_block .list ul li:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 200px;
    width: 8px;
    height: 14px;
    background-image: url(../image/right_arrow.png);
    background-size: cover;

}

#page_business .merit_block .list ul li:nth-child(4):after {
    display: none;
}

#page_business .merit_block .list ul li .top_cont {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

#page_business .merit_block .list ul li .top_cont .icon_wrap {
    flex-shrink: 0;
    width: 50px;
    aspect-ratio: 1/1;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #0d7d57;
    align-items: center;
    justify-content: center;

}

#page_business .merit_block .list ul li .top_cont .icon_wrap .icon {
    width: 60%;
    aspect-ratio: 1/1;
    line-height: 1;
}

#page_business .merit_block .list ul li .top_cont .icon_wrap .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_business .merit_block .list ul li .top_cont .ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

#page_business .merit_block .list ul li .text_box {
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #ffff;
    flex-grow: 1;

}

#page_business .merit_block .list ul li .logo_box {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff;
}

#page_business .merit_block .list ul li .logo_box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page_business .merit_block .list ul li .logo_box dd {
    width: 48%;
}

#page_business .merit_block .list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

#page_business .content .item+.item {
    margin-top: 70px;
}

#page_business .content .item {
    display: flex;
    gap: 0 50px;
}

#page_business .content .item .img {
    flex-shrink: 0;
    width: 360px;
    position: relative;
    z-index: 0;

}

#page_business .content .item .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0d7d57;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#page_business .content .item .text_box {
    width: 100%;
}

#page_business .content .item .text_box .title {
    color: #0d7d57;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 24px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.2em;
    margin-bottom: 15px;
}

#page_business .content .item .text_box .text {
    letter-spacing: .05em;
    line-height: 1.9;
}

/* 採用情報 */
#page_recruit .intro_box {
    margin-bottom: 100px;
}

#page_recruit .intro_box .movie {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}

#page_recruit .intro_box .movie::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1E2124;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

#page_recruit .intro_box .movie video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page_recruit .intro_box .movie .head {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 30px;
    width: 100%;
}

#page_recruit .job_sec {
    margin-bottom: 120px;
}

#page_recruit .job_sec .content {
    margin-bottom: 50px;
}

#page_recruit .job_sec .content .inbox+.inbox {
    margin-top: 70px;
}

#page_recruit .sec_title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 15px;
}

#page_recruit .sec_title::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #4790C6;
    display: block;
}

#page_recruit .job_sec .content .inbox .table_box table {
    width: 100%;
}

#page_recruit .job_sec .content .inbox .table_box table th,
#page_recruit .job_sec .content .inbox .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_recruit .job_sec .content .inbox .table_box table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_recruit .job_sec .content .inbox .table_box table td .text+.text {
    margin-top: 1em;
}

#page_recruit .job_sec .link_btn a {
    display: block;
    width: 350px;
    margin: 0 auto;
    background: #003E6C;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 55px;
    position: relative;
    transition: .3s;
}

#page_recruit .job_sec .link_btn a::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 30px;
    translate: 0 -50%;
}

#page_recruit .job_sec .link_btn a:hover {
    opacity: 0.7;
}

#page_recruit .faq_sec {
    margin-bottom: 120px;
}

#page_recruit .faq_sec .content dl+dl {
    margin-top: 20px;
}

#page_recruit .faq_sec .content dl dt {
    background: #F5FBFF;
    display: flex;
    align-items: center;
    gap: 0 25px;
    padding: 15px 30px;
    position: relative;
}

#page_recruit .faq_sec .content dl .en {
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
}

#page_recruit .faq_sec .content dl .en.question {
    color: #06548E;
}

#page_recruit .faq_sec .content dl .en.answer {
    color: #BC9619;
}

#page_recruit .faq_sec .content dl dt .text {
    font-size: 18px;
    letter-spacing: .05em;
    width: 100%;
}

#page_recruit .faq_sec .content dl dt::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border: 2px solid #1A1A1A;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    margin-left: auto;
    flex-shrink: 0;
    transition: .6s;
}

#page_recruit .faq_sec .content dl dt.nowOpen::after {
    rotate: 135deg;
}

#page_recruit .faq_sec .content dl dd {
    display: flex;
    gap: 0 30px;
    padding: 15px 30px;
    background: #FAFAFA;
}

#page_recruit .faq_sec .content dl dd .text {
    letter-spacing: .05em;
}

#page_recruit .faq_sec .content dl dd .closeBtnHat {
    display: none;
}

#page_recruit .career_sec {
    margin-bottom: 150px;
}

#page_recruit .career_sec .plan_box {
    margin-bottom: 100px;
}

#page_recruit .career_sec .cont_head {
    margin-bottom: 20px;
    color: #4790C6;
}

#page_recruit .career_sec .cont_head .head {
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
}

#page_recruit .career_sec .cont_head .sub_text {
    letter-spacing: .05em;
    margin-top: 10px;
}

#page_recruit .career_sec .plan_box .inner {
    display: flex;
    gap: 0 50px;
}

#page_recruit .career_sec .plan_box .graph_box {
    flex-shrink: 0;
    width: 550px;
}

#page_recruit .career_sec .plan_box .graph_box ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 30px;
    align-items: flex-end;
    height: 100%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="25"] {
    height: 25%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="40"] {
    height: 40%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="60"] {
    height: 60%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="80"] {
    height: 80%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="90"] {
    height: 90%;
}

#page_recruit .career_sec .plan_box .graph_box li[data-per="100"] {
    height: 100%;
}

#page_recruit .career_sec .plan_box .graph_box li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#page_recruit .career_sec .plan_box .graph_box li .commission {
    background: #F7AC3C;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .graph_box li .salary {
    background: #003E6C;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .graph_box li .label {
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
}

#page_recruit .career_sec .plan_box .text_box .text {
    letter-spacing: .05em;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

#page_recruit .career_sec .plan_box .text_box .note {
    font-size: 14px;
    letter-spacing: .05em;
}

#page_recruit .career_sec .case_box .item+.item {
    margin-top: 70px;
}

#page_recruit .career_sec .case_box .item .label {
    background: #003E6C;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    padding: 0.4em 1em;
    margin-bottom: 20px;
}

#page_recruit .career_sec .case_box .item .flex_box {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

#page_recruit .career_sec .case_box .item .flex_box .img {
    flex-shrink: 0;
    width: 190px;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box {
    width: 100%;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text .color {
    color: #BD272D;
}

#page_recruit .career_sec .case_box .item .flex_box .text_box .text .num {
    font-size: 150%;
}

#page_recruit .welfare_sec .content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

#page_recruit .welfare_sec .content li {
    background: #F5FBFF;
    padding: 20px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_recruit .welfare_sec .content li:nth-child(3n - 1) {
    transition-delay: .2s;
}

#page_recruit .welfare_sec .content li:nth-child(3n) {
    transition-delay: .4s;
}

#page_recruit .welfare_sec .content li .title {
    color: #06548E;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

#page_recruit .welfare_sec .content li .img {
    margin-bottom: 10px;
}

#page_recruit .welfare_sec .content li .text {
    letter-spacing: .05em;
}

/* 物件情報シングル */
.single_page_main {
    background: #eaf6f0;
    padding: 50px 0;

}

.single_page_main .single_title {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 28px;
    background-image: url(../image/juichi_logo.png);
    background-position: left center;
    background-size: 50px;
    background-repeat: no-repeat;
    padding-left: 70px;

}

#single_property .intro_box {
    margin-bottom: 60px;

}

#single_property .intro_box .rec_comment p {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}

#single_property .intro_box .rec_comment p span {
    background-color: #f6b527;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 5px;

}

#single_property .print_btn_box .print_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    width: 350px;
    background: #06548E;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    line-height: 55px;
}

#single_property .print_btn_box .print_btn::before {
    content: "";
    background: url(../image/copy_icon.png) no-repeat;
    background-size: contain;
    width: 23px;
    aspect-ratio: 1/1;
    display: block;
    translate: 0 2px;
}

#single_property .intro_box .print_btn_box .print_btn {
    margin: 0 0 30px auto;
}

#single_property .intro_box .gallery_box {
    margin-bottom: 30px;
    display: flex;
    gap: 0 30px;
}

#single_property .intro_box .gallery_box .main_img {
    flex-shrink: 0;
    width: 340px;
    background: #E0E0E0;
    height: 522px;
}

#single_property .intro_box .gallery_box .main_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_property .intro_box .gallery_box .sub_img {
    width: 100%;
}

#single_property .intro_box .gallery_box .sub_img ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#single_property .intro_box .gallery_box .sub_img li {
    width: 100%;
    aspect-ratio: 3/2;
    background: #E0E0E0;
}

#single_property .intro_box .gallery_box .sub_img li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_property .intro_box .textarea .text {
    letter-spacing: .05em;
}

#single_property .youtube_block {
    margin-bottom: 120px;
    padding: 50px 8%;
    background-color: #F5FBFF;
}

#single_property .youtube_block .movie_wrap {
    width: 100%;
    aspect-ratio: 16/9;
    line-height: 1;
}

#single_property .youtube_block .movie_wrap iframe {
    width: 100%;
    height: 100%;
}

#single_property .about_sec {
    margin-bottom: 60px;
}

#single_property .common_page_title {
    margin-bottom: 30px;
}

#single_property .about_sec .content table {
    width: 100%;
}

#single_property .about_sec .content table th,
#single_property .about_sec .content table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#single_property .about_sec .content table th {
    white-space: nowrap;
    background: #FAFAFA;
    width: 15%;
}

#single_property .about_sec .content table td {
    width: 35%;
}

#single_property .room_sec {
    margin-bottom: 120px;
}

#single_property .room_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

#single_property .room_madori_sec {
    margin-bottom: 120px;
}

#single_property .room_madori_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

#single_property .access_sec .content {
    display: flex;
    gap: 0 50px;
    margin-bottom: 50px;
}

#single_property .access_sec .content .map {
    flex-shrink: 0;
    width: 550px;
    height: 450px;
}

#single_property .access_sec .content .map iframe {
    width: 100%;
    height: 100%;
}

#single_property .access_sec .content .access {
    width: 100%;
}

#single_property .access_sec .content .access dl {
    padding-bottom: 1em;
}

#single_property .access_sec .content .access dl+dl {
    border-top: 2px dotted #ccc;
    padding-top: 1em;
}

#single_property .access_sec .content .access dl:last-of-type {
    padding-bottom: 0;
}

#single_property .access_sec .content .access dl dt {
    width: fit-content;
    margin-bottom: 10px;
    background: #0d7d57;
    color: #fff;
    letter-spacing: .05em;
    padding: 0 30px;
    line-height: 30px;
}

#single_property .access_sec .content .access dl dd {
    letter-spacing: .05em;
}

#single_property .access_sec .content .access dl dd .num {
    color: #f6b527;
    font-weight: 700;
    font-size: 150%;
    line-height: 1;

}

#single_property .access_sec .print_btn_box .print_btn {
    margin: 0 auto;
}

#top_fv_sec .slider_wrap .swiper-slide .banner .img {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

#top_fv_sec .slider_wrap .swiper-slide .banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#top_fv_sec .slider_wrap .swiper_pagination {
    margin-top: 20px;
    display: flex;
    gap: 0 15px;
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 20px;
    margin-left: 400px;
    width: auto;

}

#top_fv_sec .swiper_button_prev,
#top_fv_sec .swiper_button_next {
    display: none;
}

#top_fv_sec .slider_wrap .swiper_pagination .swiper-pagination-bullet {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    aspect-ratio: 1/1;
    border-radius: 10%;
    background-color: #fefefe;
    opacity: 1;
}

#top_fv_sec .slider_wrap .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b1dec8;
}

#top_fv_sec .slider_wrap .swiper_button_prev {
    left: 19%;
}

#top_fv_sec .slider_wrap .swiper_button_prev .circle .arrow {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#top_fv_sec .slider_wrap .swiper_button_next {
    right: 19%;
}

#top_fv_sec .slider_wrap .swiper_button_next .circle .arrow {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#top_fv_sec .slider_wrap .swiper_button_prev,
#top_fv_sec .slider_wrap .swiper_button_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    -ms-transform: translateY(-50%);
    z-index: 1;
}

#top_fv_sec .slider_wrap .swiper_button_prev .circle,
#top_fv_sec .slider_wrap .swiper_button_next .circle {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #4790C6;
    transition: 0.3s;

}

#top_fv_sec .slider_wrap .swiper_button_prev .circle .arrow,
#top_fv_sec .slider_wrap .swiper_button_next .circle .arrow {
    display: block;
    width: 10px;
    height: 18px;
    background-color: #4790C6;

}

#top_fv_sec .slider_wrap .swiper_button_prev:hover .circle,
#top_fv_sec .slider_wrap .swiper_button_next:hover .circle {
    background-color: #4790C6;
}

#top_fv_sec .slider_wrap .swiper_button_prev:hover .circle .arrow,
#top_fv_sec .slider_wrap .swiper_button_next:hover .circle .arrow {
    background-color: #fff;
}

.top_news_sec .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
    position: relative;
    z-index: 10;
}

.top_news_sec .ichiran_link:hover {
    opacity: .7;
}

@media (min-width: 751px) and (max-width: 1259px) {
    #pc_header .cont .logo a .company{
        font-size: 18px;
    }

    #pc_header .cont .logo a .company .en{
        font-size: 24px;
    }

    #pc_header .cont .cta_box{
        gap: 0 24px;
    }

    #pc_header .cont .cta_box .inbox .menu ul{
        gap: 0 28px;
    }
}

@media (min-width: 751px) and (max-width: 1147px) {
    .tablet {
        display: block;
    }

    #pc_header {
        padding-left: 25px;
    }

    #pc_header .cont{
        padding: 10px 0;
    }

    #pc_header .cont .cta_box {
        display: none;
    }

    .hamburger {
        top: 14px !important;
    }
}

@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: 13px;
        min-width: 100%;
        width: 100%;
        overflow: hidden;
    }

    .js_fadeup {
        transform: translateY(100px);
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 70px;
    }

    #sp_header .logo a {
        display: inline-block;
        color: #1A1A1A;
        position: absolute;
        top: 50%;
        left: 20px;
        translate: 0 -50%;
        font-size: 18px;
        line-height: 1;
    }

    #sp_header .logo a .en {
        font-weight: 700;
        padding-left: 3px;
        font-size: 20px;
    }

    #sp_header .lang_text {
        width: fit-content;
        font-size: 12px;
        font-weight: 700;
        background: #EAEAEA;
        line-height: 20px;
        padding: 0 6px;
        position: absolute;
        top: 50%;
        right: 80px;
        translate: 0 -50%;
        display: none;
    }

    #sp_header .sp_hd_lang {
        position: absolute;
        top: 70px;
        left: 0;
        background: #F5FBFF;
        width: 100vw;
        padding: 10px 20px;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #sp_header .sp_hd_lang ul {
        display: flex;
        justify-content: center;
        gap: 0 40px;
    }

    #sp_header .sp_hd_lang li {
        position: relative;
    }

    #sp_header .sp_hd_lang li .bogoflags {
        display: none;
    }

    #sp_header .sp_hd_lang li a {
        display: block;
        text-align: center;
        color: #1A1A1A;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .05em;
    }

    #sp_header .sp_hd_lang li a.current {
        color: #4790C6;
    }

    #sp_header .sp_hd_lang.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #sp_header .lang_text::after {
        position: absolute;
        content: "";
        bottom: -10px;
        left: 50%;
        translate: -50% 0;
        width: 8px;
        aspect-ratio: 1/1;
        border: solid 1px #4790C6;
        border-width: 1px 1px 0 0;
        rotate: 135deg;
    }

    /* FV */
    .top_main {
        padding-top: 0vw;

    }

    .top_main .wrap {
        width: 100%;
        max-width: 100%;
    }

    .top_main .inner {
        padding-left: 0;
    }

    .top_main .inner::before {
        content: none;
    }

    .top_main .inner::after {
        width: 100%;
        aspect-ratio: initial;
        height: 66vw;
        bottom: 0;
    }

    .top_main .cont .inbox {
        margin: 0vw 0 0 auto;
        width: 100%;

    }

    .top_main .cont .inbox .img {
        position: relative;
        height: 112vw;

    }

    .top_main .cont .inbox .img::before {
        background-image: url(../image/mv_bg_sp.svg);
        width: 100%;
        background-size: cover;
        left: auto;
        right: 0;
    }

    .top_main .cont .inbox .bg_text {
        font-size: 18vw;
        right: 45%;
        bottom: -10vw;
        translate: 50% 0;

    }

    .top_main .cont .inbox .scroll_box {
        display: none;
    }

    .top_main .cont .catch {
        font-size: 5.7vw;
        padding: 0vw 5vw 5vw;
        top: 2vw;
        width: 90%;
    }

    .top_main .cont .catch.lange_small .medium {
        margin-bottom: 0vw;
    }

    .top_main .cont .catch .medium {
        font-size: 6.4vw;
        display: block;
        margin-bottom: 4.5vw;

    }

    .top_main .cont .catch .vertical {
        font-size: 4.2vw;
        margin: 0 1vw 0 0;
    }

    .top_main .cont .catch .color {
        font-size: 9vw;

    }

    .top_main .cont .catch .large {
        font-size: 5vw;
        margin-top: 3vw;

    }

    /* ココが違う */
    .top_difference {
        padding: 20vw 0;
    }

    .top_difference .wrap {
        width: 100%;
        padding: 0;
    }

    .top_difference .sec_ttl {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .top_difference .sec_ttl .color {
        font-size: 6vw;
    }

    .top_difference .img_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 3vw;
        margin-bottom: 4vw;
    }

    .top_difference .inner {
        display: block;
    }

    .top_difference .inner .img.large {
        display: none;
    }

    .top_difference .inner .inbox .img {
        display: none;
    }

    .top_difference .inner .inbox .text {
        font-size: 3.5vw;
    }

    /* 物件情報 */
    .top_property {
        padding: 5vw 0 20vw;

    }

    .top_property .cont .sec_ttl {
        font-size: 6vw;
        margin-bottom: 12vw;
    }

    .top_property .cont .sec_ttl::after {
        width: 12vw;
        height: 3px;
        bottom: -3vw;
    }

    .common_property_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    .top_property .common_property_list ul {
        display: flex;
        overflow-x: scroll;
        gap: 0 5vw;
    }

    .top_property .common_property_list li {
        min-width: 76vw;
        width: 76vw;
        transition-delay: 0s !important;
    }

    .top_property .common_property_list li.js_fadeup {
        transform: translateY(0);
    }

    .common_property_list li a {
        padding: 3vw 3vw 6vw;
        gap: 0 5vw;
        display: block;
    }

    .common_property_list li a::before {
        width: 10vw;
        bottom: -5vw;
        right: -5vw;
    }

    .common_property_list li .img_box {
        width: 100%;
        height: 55vw;
        aspect-ratio: initial;
        background: #E0E0e0;
        margin-bottom: 4vw;
    }

    .common_property_list li .img_box img {
        object-fit: contain;
    }

    .common_property_list li .text_box .textarea {
        padding: 1.5vw 4vw 1.5vw 4vw;
        width: 100%;
    }

    .common_property_list li .text_box .text {
        font-size: 4.2vw;
    }

    .common_property_list li .text_box .text+.text {
        margin-top: 3vw;
    }

    .common_property_list li .text_box .detail {
        margin-bottom: 6vw;

    }

    .common_property_list li .text_box dl {
        gap: 0 2vw;
    }

    .common_property_list li .text_box dl+dl {
        margin-top: 2vw;
    }

    .common_property_list li .text_box dl dt {
        font-size: 3.5vw;
    }

    .common_property_list li .text_box dl dd {
        font-size: 3.5vw;
    }

    .common_property_list li .text_box .catch_text_box {
        margin-top: 0;
    }

    .common_property_list li .text_box .catch_text_box .catch_text {
        font-size: 3.3vw;
    }

    .common_property_list li a:hover .img_box img {
        transform: scale(1);
    }

    .common_property_list li a:hover::before {
        width: 10vw;
        bottom: -5vw;
        right: -5vw;
    }

    .common_property_list li a:hover .text_box .textarea::before {
        width: 4px;
    }

    .common_property_list li a:hover .text_box .text {
        color: #114a2e;
    }

    .top_property .cont .btn a {
        line-height: 13vw;
        width: 90%;
        font-size: 4vw;
        gap: 0;
        padding: 0;
        justify-content: center;
        margin: 10vw auto 0;
        position: relative;
    }

    .top_property .cont .btn a::before {
        background-image: url(../image/top_property_arrow_white.svg);
        width: 5vw;
        position: absolute;
        top: 50%;
        right: 7vw;
        translate: 0 -50%;
    }

    .top_property .cont .btn a:hover {
        background-color: #0d7d57;
        color: #fff;
    }

    .top_property .cont .btn a:hover::before {
        translate: 0;
        background-image: url(../image/top_property_arrow_white.svg);
    }

    /* バナー */
    .top_banner {
        padding: 20vw 0;
    }

    .top_banner .cont a {
        display: block;
    }

    .top_banner .cont .img_box {
        width: 100%;
    }

    .top_banner .cont .text_box {
        padding: 12vw 9vw 13vw;
    }

    .top_banner .cont .text_box .arrow {
        width: 50%;
        line-height: 9vw;
        font-size: 4vw;
    }

    .top_banner .cont .text_box .catch {
        font-size: 5.5vw;
        margin-bottom: 2vw;
    }

    .top_banner .cont .text_box .text {
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .top_banner .cont .text_box .typo {
        font-size: 6vw;
        top: 4vw;
        left: 4vw;
    }

    .top_banner .cont .text_box .arrow::after {
        width: 2vw;
        right: 5vw;
    }

    .top_banner .cont .img_box .img:nth-child(n+3) {
        display: none;
    }

    /* お問い合わせ */
    .top_contact {
        padding: 10vw 0;
        background-image: url(../image/top_contact_bg_sp.jpg);
    }

    .top_contact .sec_ttl {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }

    .top_contact .outer_text {
        font-size: 3.5vw;
        margin-bottom: 7vw;
    }

    .top_contact .btn_box {
        flex-direction: column;
        gap: 4vw 0;
        align-items: center;
    }

    .top_contact .btn_box .btn {
        transition-delay: 0s !important;
    }

    .top_contact .btn_box .btn a {
        font-size: 4.2vw;
        line-height: 13vw;
        width: 80vw;
        gap: 0 5vw;
    }

    .top_contact .btn_box .btn .mail::before {
        width: 7vw;
    }

    .top_contact .btn_box .btn .line::before {
        width: 7vw;
    }

    .top_contact .btn_box .btn .wechat::before {
        width: 8vw;
    }

    .top_contact .btn_box .btn .mail:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_contact .btn_box .btn .line:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_contact .btn_box .btn .wechat:hover {
        background-color: rgba(26, 26, 26, .5);
    }

    .top_footer {
        padding: 10vw 0;
    }

    .top_footer .box_top {
        display: block;
        padding-bottom: 6vw;
    }

    .top_footer .box_top .text_box {
        margin-bottom: 5vw;
    }

    .top_footer .box_top .text_box .logo {
        text-align: center;
        margin-bottom: 1vw;
    }

    .top_footer .box_top .text_box .logo a .company {
        font-size: 6vw;
    }

    .top_footer .box_top .text_box .logo a .company .en {
        font-size: 6.5vw;
        margin-left: 1vw;
    }

    .top_footer .box_top .text_box .address {
        text-align: center;
        margin-bottom: 4vw;
        font-size: 3.5vw;
    }

    .top_footer .box_top .text_box .address .number {
        margin-bottom: 0;
    }

    .top_footer .box_top .text_box .tel .number {
        font-size: 9vw;
        justify-content: center;
        gap: 0 3vw;
        margin-bottom: 1vw;
    }

    .top_footer .box_top .text_box .tel .number::before {
        width: 7vw;
    }

    .top_footer .box_top .text_box .tel .time {
        text-align: center;
        font-size: 3.2vw;
    }

    .top_footer .box_top .link_block {
        width: 100%;
    }

    .top_footer .box_top .link_block .label {
        font-size: 3.7vw;
        padding-bottom: 1vw;
        border-bottom: 1px solid #ccc;
    }

    .top_footer .box_top .link_block .label::after {
        bottom: -1px;
        width: 8vw;
        height: 1px;
    }

    .top_footer .box_top .link_block .logo_list .label {
        margin-bottom: 2vw;
    }

    .top_footer .box_top .link_block .link_list {
        display: none;
    }

    .top_footer .box_bottom {
        margin-top: 5vw;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        gap: 5vw 0;
    }

    .top_footer .box_bottom .copyright small {
        font-size: 3.5vw;
    }

    .top_footer .box_bottom .menu {
        display: block;
    }

    .top_footer .box_bottom .menu .sns {
        justify-content: center;
        gap: 0 6vw;
        margin-top: 4vw;
    }

    .top_footer .box_bottom .menu .sns .insta a {
        width: 8vw;
    }

    .top_footer .box_bottom .menu .sns .xiaohon a,
    .top_footer .box_bottom .menu .sns .line a {
        width: 8vw;
    }

    .top_footer .box_bottom .menu .sns .wechat a {
        width: 10vw;
    }

    .top_footer .box_bottom .menu .list ul {
        gap: 0 5vw;
        justify-content: center;
    }

    .top_footer .box_bottom .menu .list li a {
        font-size: 3.3vw;
    }

    #sp_tuiju {
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    #sp_tuiju ul {
        display: flex;
        justify-content: space-between;
        gap: 0 8px;
    }

    #sp_tuiju .line,
    #sp_tuiju .wechat {
        width: 35%;
    }

    #sp_tuiju .mail,
    #sp_tuiju .tel {
        width: 11%;
    }

    #sp_tuiju li a {
        display: flex;
        height: 100%;
        line-height: 40px;
    }

    #sp_tuiju li.line a {
        background: #03C755;
    }

    #sp_tuiju li.wechat a {
        background: #42525D;
    }

    #sp_tuiju li.mail a {
        background: #06548E;
    }

    #sp_tuiju li.tel a {
        background: #4790C6;
    }

    #sp_tuiju li.line a,
    #sp_tuiju li.wechat a {
        align-items: center;
        gap: 0 10px;
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    #sp_tuiju li.mail a,
    #sp_tuiju li.tel a {
        justify-content: center;
        align-items: center;
    }

    #sp_tuiju li a .icon {
        line-height: 1;
    }

    #sp_tuiju li.line a .icon {
        width: 30px;
    }

    #sp_tuiju li.wechat a .icon {
        width: 23px;
    }

    #sp_tuiju li.mail a .icon {
        width: 18px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main .img .en {
        font-size: 14vw;
        bottom: -4vw;
    }

    .common_page_main .title_box {
        left: 5%;
    }

    .common_page_main .title_box .title,
    .common_page_main .title_box .sub_title {
        padding: 0.5vw 5vw;
    }

    .common_page_main .title_box .title {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

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

    .common_page_title {
        padding-bottom: 5vw;
    }

    .common_page_title .en {
        font-size: 4vw;
    }

    .common_page_title .jp {
        font-size: 5.5vw;
    }

    .common_page_title::before {
        width: 12vw;
        height: 3px;
    }

    .common_page_wrap {
        padding: 12vw 0;

    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ 会社概要 */
    #page_company .common_page_title {
        margin-bottom: 7vw;
    }

    #page_company .intro_box {
        margin-bottom: 12vw;
    }

    #page_company .intro_box .sub_text {
        font-size: 4.5vw;
        text-align: left;
    }

    #page_company .group_sec {
        margin-bottom: 12vw;
    }

    #page_company .group_sec .inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    #page_company .group_sec .item {
        padding: 1.5em;
    }

    #page_company .group_sec .item .logo {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    #page_company .group_sec .item .logo .en {
        font-size: 5vw;
    }

    #page_company .group_sec .item .list .head {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    #page_company .group_sec .item .list li {
        font-size: 3.7vw;
    }

    #page_company .greeting_sec {
        margin-bottom: 12vw;
    }

    #page_company .greeting_sec .sec_title {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        gap: 0 2vw;
    }

    #page_company .greeting_sec .sec_title::before {
        width: 5vw;
    }

    #page_company .greeting_sec .content {
        flex-direction: column;
        gap: 3vw 0;
    }

    #page_company .greeting_sec .content .img {
        width: 100%;
    }

    #page_company .greeting_sec .content .text_box .text {
        font-size: 3.5vw;
    }

    #page_company .greeting_sec .content .text_box .name {
        width: 45%;
        margin: 2vw 0 0 auto;
    }

    #page_company .profile_sec {
        margin-bottom: 12vw;
    }

    #page_company .profile_sec .content .table_box {
        margin-bottom: 5vw;
    }

    #page_company .profile_sec .content .table_box table th,
    #page_company .profile_sec .content .table_box table td {
        font-size: 3.5vw;
    }

    #page_company .profile_sec .content .banner a {
        width: 100%;
        background: url(../image/page_company_hiwin_sp.jpg) no-repeat;
        background-size: cover;
        font-size: 4.5vw;
        padding: 15vw 0;
    }

    #page_company .profile_sec .content .banner a:hover {
        opacity: 1;
    }

    #page_company .access_sec .content .map {
        height: auto;
        padding-right: 0;
    }

    #page_company .access_sec .content .map::before {
        content: none;
    }

    #page_company .access_sec .content .map .info {
        width: 100%;
        position: static;
        display: block;
        height: auto;
        padding: 0;
        margin-top: 3vw;
    }

    #page_company .access_sec .content .map .info .name {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_company .access_sec .content .map .info .text {
        font-size: 3.7vw;
    }

    #page_company .access_sec .content .map .info .text+.text {
        margin-top: 3vw;
    }

    #page_company .access_sec .content .map .info .btn a {
        width: 90%;
        margin: 7vw auto 0;
        font-size: 4vw;
        line-height: 13vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

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

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

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

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    .contact_form_disc .cta .item+.item {
        margin-top: 5vw;
    }

    .contact_form_disc .cta .item .head {
        font-size: 3.8vw;
    }

    .contact_form_disc .cta .item .num {
        font-size: 7.5vw;
    }

    .contact_form_disc .cta .item .hours,
    .contact_form_disc .cta .item .note {
        font-size: 3.5vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #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;
        padding-bottom: 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;
    }

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

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    #page_contact .sec_title {
        width: 100%;
        margin: 0 0 3vw;
        font-size: 4.2vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

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

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

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

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

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

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

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 100%;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 2vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

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

    /* 事業内容 */
    #page_business .top_text {
        font-size: 4.4vw;
        text-align: left;
        margin-bottom: 12vw;
    }

    #page_business .merit_block {
        margin-bottom: 12vw;
    }

    #page_business .merit_block .sec_ttl,
    #page_business .content .sec_ttl {
        margin-bottom: 7vw;
        font-size: 6vw;
    }

    #page_business .merit_block .sec_ttl::after,
    #page_business .content .sec_ttl::after {
        margin: 2vw auto 0;
        width: 12vw;
        height: 3px;
    }

    #page_business .merit_block .list ul {
        display: block;
    }

    #page_business .merit_block .list ul li {
        width: 100%;
        padding: 5vw 3.5vw;
        display: block;
    }

    #page_business .merit_block .list ul li+li {
        margin-top: 10vw;

    }

    #page_business .merit_block .list ul li .top_cont {
        margin-bottom: 3vw;
    }

    #page_business .merit_block .list ul li .top_cont .icon_wrap {
        width: 14vw;
        margin-right: 3.5vw;
    }

    #page_business .merit_block .list ul li .top_cont .icon_wrap .icon {
        width: 60%;
    }

    #page_business .merit_block .list ul li .top_cont .ttl {
        font-size: 4vw;
    }

    #page_business .merit_block .list ul li .text_box {
        padding: 3.5vw 3.5vw;
    }

    #page_business .merit_block .list ul li .text_box .text {
        font-size: 3.3vw;
    }

    #page_business .content .item+.item {
        margin-top: 10vw;
    }

    #page_business .content .item {
        display: block;
    }

    #page_business .content .item .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    #page_business .content .item .img::before {
        content: none;
    }

    #page_business .content .item .text_box .title {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_business .content .item .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
        text-align: justify;
    }

    /* 採用情報 */
    #page_recruit .intro_box {
        margin-bottom: 15vw;
    }

    #page_recruit .intro_box .movie .head {
        font-size: 4.2vw;
    }

    #page_recruit .job_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .sec_title {
        font-size: 5vw;
        gap: 0 2vw;
        margin-bottom: 3vw;
    }

    #page_recruit .sec_title::before {
        width: 6vw;
    }

    #page_recruit .job_sec .content {
        margin-bottom: 8vw;
    }

    #page_recruit .job_sec .content .inbox+.inbox {
        margin-top: 10vw;
    }

    #page_recruit .job_sec .content .inbox .table_box table th,
    #page_recruit .job_sec .content .inbox .table_box table td {
        font-size: 3.5vw;
    }

    #page_recruit .job_sec .link_btn a {
        width: 90%;
        font-size: 4vw;
        line-height: 13vw;
    }

    #page_recruit .job_sec .link_btn a::after {
        width: 2.5vw;
        right: 5vw;
    }

    #page_recruit .job_sec .link_btn a:hover {
        opacity: 1;
    }

    #page_recruit .faq_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec .content dl+dl {
        margin-top: 4vw;
    }

    #page_recruit .faq_sec .content dl dt {
        gap: 0 5vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl .en {
        font-size: 6vw;
    }

    #page_recruit .faq_sec .content dl dt .text {
        font-size: 4vw;
    }

    #page_recruit .faq_sec .content dl dt::after {
        width: 2.5vw;
    }

    #page_recruit .faq_sec .content dl dd {
        gap: 0 6vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl dd .text {
        font-size: 3.7vw;
    }

    #page_recruit .career_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .faq_sec .content dl+dl {
        margin-top: 4vw;
    }

    #page_recruit .faq_sec .content dl dt {
        gap: 0 5vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl .en {
        font-size: 6vw;
    }

    #page_recruit .faq_sec .content dl dt .text {
        font-size: 4vw;
    }

    #page_recruit .faq_sec .content dl dt::after {
        width: 2.5vw;
    }

    #page_recruit .faq_sec .content dl dd {
        gap: 0 6vw;
        padding: 4vw;
    }

    #page_recruit .faq_sec .content dl dd .text {
        font-size: 3.7vw;
    }

    #page_recruit .career_sec {
        margin-bottom: 15vw;
    }

    #page_recruit .career_sec .plan_box {
        margin-bottom: 12vw;
    }

    #page_recruit .career_sec .cont_head {
        margin-bottom: 5vw;
    }

    #page_recruit .career_sec .cont_head .head {
        font-size: 4.5vw;
    }

    #page_recruit .career_sec .cont_head .sub_text {
        font-size: 3.7vw;
        margin-top: 2vw;
    }

    #page_recruit .career_sec .plan_box .inner {
        flex-direction: column-reverse;
        gap: 5vw 0;
    }

    #page_recruit .career_sec .plan_box .graph_box {
        width: 100%;
        aspect-ratio: 1/0.7;
    }

    #page_recruit .career_sec .plan_box .graph_box ul {
        gap: 0 3vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .commission {
        font-size: 3.2vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .salary {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .plan_box .graph_box li .label {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .plan_box .text_box .text {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #page_recruit .career_sec .plan_box .text_box .note {
        font-size: 3.5vw;
    }

    #page_recruit .career_sec .case_box .item+.item {
        margin-top: 10vw;
    }

    #page_recruit .career_sec .case_box .item .label {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    #page_recruit .career_sec .case_box .item .flex_box {
        flex-direction: column;
        gap: 3vw 0;
    }

    #page_recruit .career_sec .case_box .item .flex_box .img {
        width: 45%;
    }

    #page_recruit .career_sec .case_box .item .flex_box .text_box .text {
        font-size: 4vw;
        line-height: 1.5;
    }

    #page_recruit .welfare_sec .content ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    #page_recruit .welfare_sec .content li {
        padding: 5vw 3vw;
        transition-delay: 0s !important;
    }

    #page_recruit .welfare_sec .content li .title {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #page_recruit .welfare_sec .content li .img {
        margin-bottom: 3vw;
    }

    #page_recruit .welfare_sec .content li .text {
        font-size: 3.5vw;
    }

    /* 物件情報シングル */
    .single_page_main {
        padding: 10vw 0;
    }

    .single_page_main .single_title {
        font-size: 5.5vw;
        line-height: 1.5;
        background-size: 34px;
        background-repeat: no-repeat;
        padding-left: 50px;

    }

    #single_property .intro_box {
        margin-bottom: 12vw;
    }

    #single_property .print_btn_box .print_btn {
        width: 90%;
        gap: 0 2vw;
        font-size: 4vw;
        line-height: 13vw;
    }

    #single_property .print_btn_box .print_btn::before {
        width: 5vw;
        translate: 0 0.5vw;
    }

    #single_property .intro_box .print_btn_box .print_btn {
        margin: 0 auto 5vw;
    }

    #single_property .intro_box .gallery_box {
        margin-bottom: 4vw;
        flex-direction: column;
        gap: 5vw 0;
    }

    #single_property .intro_box .gallery_box .main_img {
        width: 100%;
        height: 80vw;
    }

    #single_property .intro_box .gallery_box .sub_img ul {
        gap: 2vw;
    }

    #single_property .intro_box .textarea .text {
        font-size: 3.5vw;
    }

    #single_property .youtube_block {
        margin-bottom: 12vw;
        padding: 0;
        background-color: transparent;
    }

    #single_property .about_sec {
        margin-bottom: 12vw;
    }

    #single_property .common_page_title {
        margin-bottom: 6vw;
    }

    #single_property .about_sec .content table th,
    #single_property .about_sec .content table td {
        font-size: 3.5vw;
    }

    #single_property .room_sec {
        margin-bottom: 13vw;
    }

    #single_property .room_sec .list ul {
        gap: 0 3vw;
        grid-template-columns: repeat(1, 1fr);
    }

    #single_property .room_madori_sec .list ul {
        gap: 0 3vw;
        grid-template-columns: repeat(1, 1fr);
    }

    #single_property .access_sec .content {
        flex-direction: column;
        gap: 5vw 0;
        margin-bottom: 10vw;
    }

    #single_property .access_sec .content .map {
        width: 100%;
        height: 55vw;
    }

    #single_property .access_sec .content .access dl dt {
        margin-bottom: 2vw;
        font-size: 4vw;
        padding: 0 5vw;
        line-height: 8vw;
    }

    #single_property .access_sec .content .access dl dd {
        font-size: 3.8vw;
    }

    #single_property .about_sec .content table {
        display: block;
    }

    #single_property .about_sec .content table tr {
        display: flex;
        flex-wrap: wrap;
    }

    #single_property .about_sec .content table th {
        display: block;
        width: 45%;
    }

    #single_property .about_sec .content table td {
        display: block;
        width: 55%;
    }

    #page_company .group_pic ul {
        display: block;
    }

    #page_company .group_pic ul li {
        width: 100%;
        margin-bottom: 5px;
    }

    .top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track .slick-slide {
        padding-top: 0;

    }

    #single_property .intro_box .rec_comment p span {
        background-color: #333;
        color: #fff;
        font-size: 12px;
        margin-right: 20px;
        padding: 2px 10px;
        border-radius: 5px;
        display: block;
        width: 120px;
        text-align: center;
        margin-bottom: 5px;
    }

    #page_business .merit_block .list ul li:nth-child(3):after {
        display: block;
    }

    #page_business .merit_block .list ul li:nth-child(4):after {
        top: auto;
    }

    #page_business .merit_block .list ul li:after {
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: -24px;
        background-image: url(../image/down_arrow.png);
        background-size: cover;
        width: 20px;
        height: 11px;
    }

    .top_information .cont {
        width: 100%;
        margin: auto;
    }

    .top_information .cont .sec_ttl {
        font-size: 6vw;
        margin-bottom: 12vw;
    }

    .top_information .cont .sec_ttl::after {
        width: 12vw;
        height: 3px;
        bottom: -3vw;
    }

    .top_main .cont .inbox .img .slider_wrap .top_fv_slider .slick-list .slick-track .slick-slide img {
        animation: anime_zoom 5.1s linear infinite;
        transform: scale(1.1);
    }

    @keyframes anime_zoom {
        0% {
            transform: scale(1.0);
        }

        100% {
            transform: scale(1.05);
        }
    }

    .top_difference .bg_text {
        font-size: 20vw;
    }

    .top_footer .box_top .link_block .logo_list.kanren ul li {
        width: calc((100% - 40px) / 2);
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }
}
/* === 西和グループ: 差し替え画像の表示統一 === */
#page_business .content .item .img { aspect-ratio: 16 / 10; overflow: hidden; }
#page_business .content .item .img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
#page_company .group_pic ul li { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; }
#page_company .group_pic ul li img { width: 100%; height: 100%; object-fit: cover; display: block; }
