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

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

:root {
    --main-color: #088d8b;
}

html,
body,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

body {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    min-width: 1340px;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

img {
    width: 100%;
}

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

.bg_emphasis {
    position: relative;
    z-index: 0;
}

.bg_emphasis::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.monochrome {
    position: relative;
    z-index: 0;
}

.monochrome::before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 0;
}

.monochrome_img {
    filter: grayscale(60%);
    transition: .3s;
}

.arrow {
    position: relative;
}

.arrow::before,
.arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    text-wrap: nowrap;
    top: 50%;
    transition: .3s;
}

.arrow::before {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 5px;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
}

.arrow::after {
    background-color: #ccc;
    height: 1px;
    transform: translateY(-50%);
    width: 30px;
}

.more_btn {
    border-left: 1px solid #525252;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-top: 10px;
    position: relative;
    width: 180px;
    z-index: 0;
}

.more_btn::after {
    background-color: rgba(8, 141, 139, .3);
    border: 1px solid #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    transition: .15s;
    width: 100%;
    z-index: -1;
}

.more_btn .text {
    color: #fff;
    font-size: 14px;
}

.more_btn .arrow::before,
.more_btn .arrow::after {
    right: 18px;
}

.sec_title {
    color: var(--main-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}

/* ローディング */
/* bodyに .is-loading が付いている間はスクロール禁止 */
body.is-loading {
    overflow: hidden;
}

/* ローダー全体 */
.loading {
    background: var(--main-color);
    display: grid;
    inset: 0;
    overflow: hidden;
    place-items: center;
    position: fixed;
    z-index: 10000;
}

/* ロゴ */
.loading .loader_logo {
    animation: logo_enter 1s ease-out forwards;
    height: auto;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 50vw;
    z-index: 5;
}

/* ロゴ登場 */
@keyframes logo_enter {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ロゴ退場 */
.loading.is-exit .loader_logo {
    animation: logo_exit 1s ease-in forwards;
}

@keyframes logo_exit {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading .reveal_layer {
    animation: layer_up 1s cubic-bezier(.65, .01, .2, 1) 1.5s forwards;
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(0);
    z-index: 2;
}

@keyframes layer_up {
    to {
        transform: translateY(-110%);
    }
}

.loading.is-hide {
    opacity: 0;
    transition: .6s;
    visibility: hidden;
}

/*ヘッダー*/

.header {
    background-color: #fff;
    min-width: 1440px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header .header_top {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 50px;
}

.header .header_top .logo {
    display: block;
    width: 200px;
}

.header .header_top .header_contact_box {
    flex-wrap: nowrap;
}

.header .header_top .header_contact_box .tel_box {
    gap: 30px;
    padding-right: 32px;
}

.header .header_top .header_contact_box .tel_box .item {
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header .header_top .header_contact_box .tel_box .item .title {
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42;
    padding: 10px 6px;
}

.header .header_top .header_contact_box .tel_box .item .num_box .num {
    align-items: center;
    gap: 5px;
}

.header .header_top .header_contact_box .tel_box .item .num_box .num .img {
    filter: brightness(0%);
    width: 18px;
}

.header .header_top .header_contact_box .tel_box .item .num_box .num .text {
    color: #333;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.header .header_top .header_contact_box .tel_box .item .num_box .business_hours {
    color: #333;
    font-size: 10px;
}

.header .header_top .header_contact_box .mail_box .item {
    align-items: center;
    border-left: 1px solid rgba(51, 51, 51, .3);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 160px;
}

.header .header_top .header_contact_box .mail_box .item .img {
    display: block;
    transition: .3s;
    width: 20px;
}

.header .header_top .header_contact_box .mail_box .item:first-child .img {
    filter: brightness(0%);
}

.header .header_top .header_contact_box .mail_box .item .text {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
}

.header .header_bottom .header_nav {
    border-top: 1px solid rgba(51, 51, 51, .3);
}

.header .header_bottom .header_nav .list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding-left: 50px;
    padding-right: 50px;
}

.header .header_bottom .header_nav .list .item {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    transition: .3s;
    z-index: 0;
}

.header .header_top .header_contact_box .mail_box .item::after,
.header .header_bottom .header_nav .list .item::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.header .header_bottom .header_nav .list .item .link_text {
    transition: .3s;
}

.header .header_bottom .header_nav .list .item .img {
    margin-left: 10px;
    transition: .3s;
    width: 11px;
}

/*mega-menu*/

.header .header_bottom .header_nav .list .mega-menu {
    position: relative;
}

.header .header_bottom .header_nav .list .mega-menu .item .link_text {
    display: inline-block;
    position: relative;
    transition: .3s;
}

.header .header_bottom .header_nav .list .mega-menu .item .link_text::before,
.header .header_bottom .header_nav .list .mega-menu .item .link_text::after {
    background-color: #333;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.header .header_bottom .header_nav .list .mega-menu .item .link_text::before {
    height: 1px;
    left: calc(100% + 10px);
    width: 8px;
}

.header .header_bottom .header_nav .list .mega-menu .item .link_text::after {
    height: 8px;
    left: calc(100% + 14px);
    width: 1px;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-20px);
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 5;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content.is-active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content .mega-menu_list {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
    width: 100%;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content .mega-menu_list .anchor {
    color: #333;
    display: block;
    font-size: 14px;
    transition: .3s;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content .mega-menu_list .arrow::before {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.header .header_bottom .header_nav .list .mega-menu .mega-menu_content .mega-menu_list .arrow::after {
    background-color: #333;
}


/*TOP コンテンツ*/
.site-main {
    padding-top: 130px;
}

.common_heading {
    background-image: url(image/page_common_heading_bg.webp);
}

.fv {
    height: 41vw;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.fv .video {
    height: 115%;
    object-fit: cover;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fv .text_box {
    bottom: 80px;
    padding-left: 100px;
    position: absolute;
    z-index: 2;
}

.fv .text_box .title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: 16px;
}

.fv_wrap {
    height: 100%;
    margin: 0 auto;
    padding-bottom: 28px;
    padding-top: 90px;
    position: relative;
}

.splide {
    visibility: visible;
    width: 100%;
}

.fv .splide__track,
.fv .splide__slide {
    height: 100%;
    width: 100%;
}

.fv .splide__track img,
.fv .splide__slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.side_box {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}

.side_box .item {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    height: 100px;
    padding-top: 15px;
    transition: .3s;
    width: 100px;
}

.side_box .item .img {
    display: block;
    margin-bottom: 7px;
    width: 28px;
}

.side_box .item:nth-child(2) .img {
    width: 22px;
}

.side_box .item .text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.top_news {
    padding-bottom: 158px;
    padding-top: 171px;
    position: relative;
    z-index: 0;
}

.top_news::after {
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .8) 50%, rgba(32, 32, 32, 1) 80%, rgba(31, 31, 31, 1) 100%);
    content: "";
    display: block;
    height: 670px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: -1;
}

.top_news .news_heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.top_news .news_heading .title_box {
    align-items: baseline;
    display: flex;
    gap: 20px;
    margin-bottom: 34px;
}

.top_news .news_heading .btn {
    margin: 0 0 0 auto;
}

.top_news .news_lists {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(3, 1fr);
}

.top_news .news_lists .item {
    border-top: 1px solid #767676;
    padding-bottom: 22px;
    position: relative;
}

.top_news .news_lists .item .link {
    color: #fff;
    display: block;
    padding-top: 34px;
    position: relative;
}

.top_news .news_lists .item .link::before {
    background-color: #088d8b;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: .3s;
    width: 30px;
}

.top_news .news_lists .item .link .time {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
    transition: .3s;
}

.top_news .news_lists .item .link .time::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 6px;
}

.top_news .news_lists .item .link .title {
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
}


.top_news .news_lists .item .link p {
    -webkit-box-orient: vertical;
    color: #ccc;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top_news .news_lists .item .link h1,
.top_news .news_lists .item .link h2,
.top_news .news_lists .item .link h3,
.top_news .news_lists .item .link h4,
.top_news .news_lists .item .link h5,
.top_news .news_lists .item .link .post_image,
.top_news .news_lists .item .link ul,
.top_news .news_lists .item .link ul li {
    display: none;
}

.top_news .more_btn.sp {
    display: none;
}


.top_about {
    background-color: #1f1f1f;
    padding-bottom: 180px;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.top_about::before {
    background-image: url(image/top_about_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 660px;
    left: 0;
    position: absolute;
    top: 0;
    width: 781px;
    z-index: -1;
}

.top_about .flex {
    flex-wrap: nowrap;
    gap: 80px;
}

.top_about .about_heading {
    margin-top: 110px;
}

.top_about .about_heading .title_box {
    margin-bottom: 26px;
}

.top_about .about_heading .title_box::before {
    color: #fff;
    content: "ABOUT";
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 120px;
    font-weight: 700;
    left: 50px;
    line-height: 1;
    opacity: .05;
    position: absolute;
    top: 13%;
}

.top_about .about_heading .title_box .sub-title {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 55px;
    padding-left: 37px;
    position: relative;
}

.top_about .about_heading .title_box .sub-title::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 12px;
}

.top_about .about_heading .title_box .title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.44;
    padding-left: 1em;
    text-indent: -1em;
}


.top_about .about_heading .text_box .text {
    font-size: 14px;
    line-height: 2;
}

.top_about .box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
    position: relative;
}

.top_about .box .list .item {
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #767676;
    box-sizing: border-box;
    display: block;
    height: 478px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 318px;
}

.top_about .box .list .monochrome.is-active::before {
    opacity: 1;
}

.top_about .box .list .item:nth-child(2) {
    margin-left: -30px;
    margin-top: 60px;
}

.top_about .box .list .item:nth-child(3) {
    margin-left: -30px;
    margin-top: 120px;
}

.top_about .box .list .item::before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    width: 100%;
    opacity: .15;
}

.top_about .box .list .item:first-child::before {
    background-image: url(image/top_about_company.webp);
}


.top_about .box .list .item:nth-child(2)::before {
    background-image: url(image/top_about_greeting.webp);
}

.top_about .box .list .item:nth-child(3)::before {
    background-image: url(image/top_about_history.webp);
}

.top_about .box .list .item .title_box .title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    left: 24px;
    position: absolute;
    top: 20px;
}

.top_about .box .list .item .title_box .title.arrow::before {
    left: 130%;
}

.top_about .box .list .item:nth-child(3) .title_box .title.arrow::before {
    left: 150%;
}

.top_about .box .list .item .title_box .title.arrow::after {
    left: 110%;
}

.top_about .box .list .item .bottom_text {
    bottom: -3px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    opacity: .35;
    position: absolute;
    right: 0;
}

.top_owner {
    background-color: #222;
    padding-bottom: 109px;
    padding-top: 150px;
    position: relative;
    z-index: 0;
}

.top_owner .flex {
    flex-wrap: nowrap;
    gap: 110px;
}

.top_owner .owner_heading {
    padding-left: 4.8%;
    position: relative;
    width: calc(530 / 1440 *100%);
}

.top_owner .owner_heading .title {
    font-size: 120px;
    font-weight: 700;
    left: 18%;
    line-height: 1;
    opacity: .3;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-lr;
    z-index: 1;
}

.top_owner .owner_heading .img_box {
    height: 100%;
    margin-top: 18px;
    position: relative;
    z-index: 0;
}

.top_owner .owner_heading .img_box:after {
    background-image: url(image/top_owner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -1;
}

.top_owner .owner_heading .img_box .img_wrap {
    height: 100%;
    position: relative;
}

.top_owner .owner_heading .img_wrap .img {
    filter: grayscale(100%);
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: .3s;
    width: 100%;
}

.top_owner .owner_heading .img_wrap .img.is-active {
    filter: none;
    opacity: 1;
}

.top_owner .owner_heading .img_wrap .img.is-default {
    filter: grayscale(100%);
}

.top_owner .box {
    width: calc(790 / 1440 *100%);
}

.top_owner .box .box_heading {
    margin-bottom: 50px;
}

.top_owner .box .box_heading .title {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 37px;
    position: relative;
}

.top_owner .box .box_heading .title::before {
    background-color: var(--main-color);
    border-radius: 1px;
    content: "";
    display: block;
    height: 12px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

.top_owner .box .box_heading .text {
    font-size: 14px;
    padding-left: 37px;
}

.top_owner .box .list {
    width: calc(650 / 780 *100%);
}

.top_owner .box .list .item {
    border-top: 1px solid #767676;
    color: #fff;
    display: block;
    padding: 28px 20px;
    transition: .3s;
}

.top_owner .box .list .item.arrow::before,
.top_owner .box .list .item.arrow::after {
    right: 20px;
    top: 80%;
}

.top_owner .box .list .item:last-child {
    padding-bottom: 25px;
}

.top_owner .box .list .item .title_box {
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
}

.top_owner .box .list .item .title_box::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 3px;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -30px;
    transition: .3s;
    width: calc(100% + 40px);
}

.top_owner .box .list .item .title_box .point_box {
    border: 1px solid #fff;
    padding: 5px 9px;
    text-align: center;
    width: 98px;
}

.top_owner .box .list .item .title_box .point_box .point {
    font-size: 13px;
    font-weight: 700;
}

.top_owner .box .list .item_box:first-child .item .title_box .point_box {
    text-align: left;
}

.top_owner .box .list .item .title_box .title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.top_owner .box .list .item .title_box .title::after {
    bottom: 4px;
    color: #525252;
    display: block;
    font-family: "Yellowtail", cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    text-wrap: nowrap;
    transform: rotate(-5deg);
    width: 100%;
}

.top_owner .box .list .item_box:first-of-type .item .title_box .title::after {
    content: "Sublease";
    left: 89%;
}

.top_owner .box .list .item_box:nth-of-type(2) .item .title_box .title::after {
    content: "Management";
    left: 92%;
}

.top_owner .box .list .item_box:nth-of-type(3) .item .title_box .title::after {
    content: "Property Listings";
    left: 86%;
}

.top_owner .box .list .item .text {
    color: #ccc;
    font-size: 14px;
}

.top_owner .scroll_box {
    align-items: center;
    gap: 58px;
    padding-left: 12px;
    position: relative;
}

.top_owner .scroll_box .text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    position: relative;
    text-shadow: 3px 1px 0 rgba(8, 141, 139);
    z-index: 0;
}

.top_owner .scroll_box .text::before {
    content: "";
    background: repeating-linear-gradient(to right, #767676 0 5px, transparent 5px 10px);
    border: none;
    border-top: 1px solid transparent;
    display: block;
    height: 2px;
    right: -84px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 70px;
}

.top_service {
    background-image: url(image/top_service_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 151px;
    padding-top: 98px;
    position: relative;
    z-index: 0;
}

.top_service::after {
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 30%, rgba(31, 31, 31, .7) 70%, rgba(31, 31, 31, .9) 90%, rgba(31, 31, 31, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top_service .service_heading {
    margin-bottom: 94px;
}

.top_service .service_heading .title_box {
    align-items: baseline;
    gap: 11px;
}

.top_service .service_heading .title_box .title {
    margin-bottom: 24px;
}

.top_service .service_heading .text {
    font-size: 14px;
    line-height: 1.78;
}

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

.top_service .lists .item {
    animation-duration: 1s;
    background-color: #1f1f1f;
    border: 1px solid #767676;
    height: 420px;
}

.top_service .lists .item:nth-child(2) {
    animation-delay: .2s;
    margin-top: -50px;
}

.top_service .lists .item:nth-child(3) {
    animation-delay: .4s;
    margin-top: -100px;
}

.top_service .lists .item:nth-child(4) {
    animation-delay: .6s;
    margin-top: -150px;
}

.top_service .lists .link {
    color: #fff;
    display: block;
}

.top_service .lists .link .item_body {
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 25px 20px;
}

.top_service .lists .link .item_body .title_box {
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.top_service .lists .link .item_body .title_box .num {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.top_service .lists .link .item_body .title_box .title {
    font-size: 24px;
    font-weight: 700;
}

.top_service .lists .link .item_body .text {
    color: #ccc;
}

.top_service .lists .link .item_body .more {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-top: auto;
}

.top_area {
    background-color: #1f1f1f;
    padding-bottom: 142px;
    padding-top: 101px;
    position: relative;
    z-index: 0;
}

.top_area .area_heading {
    margin-bottom: 70px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.top_area .area_heading::before,
.top_area .area_heading::after {
    color: rgb(255, 255, 255);
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 120px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    opacity: .05;
    position: absolute;
}

.top_area .area_heading::before {
    content: "COVERAGE";
    top: -50px;
}

.top_area .area_heading::after {
    content: "AREA";
    top: 50px;
}

.top_area .area_heading .title_box {
    margin-bottom: 20px;
}

.top_area .area_heading .title_box .sub-title {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-left: 37px;
    position: relative;
}

.top_area .area_heading .title_box .sub-title::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 12px;
}

.top_area .area_heading .title_box .title {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.45;
    padding-left: 1em;
    text-indent: -1em;
}

.top_area .area_heading .title_box .title .emphasis {
    font-size: 96px;
    letter-spacing: .05em;
    line-height: 1;
}

.top_area .area_heading .text_box .text {
    font-size: 24px;
}

.top_area .area_heading .img {
    position: absolute;
    right: 0;
    top: -102px;
    width: 520px;
    z-index: 0;
}

.ripple {
    height: 300px;
    left: 61%;
    position: absolute;
    top: 26%;
    width: 300px;
}

.ripple::before {
    animation: ripple 1.2s ease-out infinite;
    background-color: var(--main-color);
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(.2);
    width: 100px;
}

@keyframes ripple {
    0% {
        opacity: .8;
        transform: translate(-50%, -50%) scale(.2);
    }

    70% {
        opacity: .25;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3.6);
        /* 広がり具合 */
    }
}

.top_area .box {
    border-top: 1px solid #767676;
    padding-left: 20px;
    padding-top: 30px;
}

.top_area .box .title {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.top_area .box .title::after {
    bottom: 15px;
    color: #525252;
    content: "Managed property";
    display: block;
    font-family: "Yellowtail", cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    left: 92%;
    position: absolute;
    text-wrap: nowrap;
    transform: rotate(-5deg);
    width: 100%;
}

.top_area .area_item .title_box .title::after {
    content: none;
}



.top_area .area_detail {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.top_area .area_detail:first-of-type {
    margin-bottom: 10px;
}

.top_area .area_detail .area_item {
    display: flex;
    gap: 15px;
}

.top_area .area_detail .area_item .title_box {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
}

.top_area .area_detail .area_item .title_box .title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    width: 98px;
}

.top_area .area_detail .area_item .list {
    align-items: center;
    display: flex;
}

.top_area .area_detail .area_item .list .item {
    color: #ccc;
    font-size: 14px;
    line-height: 1.42;
}


.top_case {
    background-color: #222;
    padding-bottom: 130px;
    padding-top: 150px;
    position: relative;
    z-index: 0;
}

.top_case .case_heading {
    margin-bottom: 20px;
    text-align: center;
}

.top_case .case_heading .title_box {
    margin-bottom: 25px;
}

.top_case .case_heading .title_box .title {
    margin-bottom: 10px;
}

.top_case .lists {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 35px;
}

.top_case .lists .item {
    animation-duration: 1s;
    position: relative;
}

.top_case .lists .item:nth-child(2) {
    animation-delay: .2s;
    margin-top: 40px;
}

.top_case .lists .item:nth-child(3) {
    animation-delay: .4s;
}

.top_case .lists .item::before {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    left: 10px;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    z-index: 2;
}

.top_case .lists .item::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 5px;
    background-color: #055C5A;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.top_case .lists .item:first-child:before {
    content: "CASE.01";
}

.top_case .lists .item:nth-child(2)::before {
    content: "CASE.02";
}

.top_case .lists .item:nth-child(3)::before {
    content: "CASE.03";
}

.top_case .lists .item .link {
    position: relative;
}

.top_case .lists .item .link .img {
    display: block;
    height: 180px;
    margin-bottom: 20px;
}

.top_case .lists .item .link .title {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-weight: 700;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
    overflow: hidden;
}

.top_case .lists .item .link p {
    -webkit-box-orient: vertical;
    color: #ccc;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top_case .lists .item .link h1,
.top_case .lists .item .link h2,
.top_case .lists .item .link h3,
.top_case .lists .item .link h4,
.top_case .lists .item .link h5,
.top_case .lists .item .link .post_image,
.top_case .lists .item .link ul,
.top_case .lists .item .link ul li {
    display: none;
}

.common_contact {
    background: linear-gradient(to bottom, #222 0%, #222 55%, #080808 55%, #080808 100%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.common_contact .wrap {
    background-image: url(image/common_contact_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 100px;
}

.common_contact .flex {
    align-items: center;
    flex-wrap: nowrap;
    gap: 67px;
}

.common_contact .contact_heading .title_box .title {
    font-size: 48px;
}

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

.common_contact .box_wrap .boxes .box {
    display: block;
    padding: 43px 30px;
    position: relative;
    width: 400px;
    z-index: 0;
}

.common_contact .box_wrap .boxes .box::before {
    background-color: rgba(8, 141, 139, .3);
    content: "";
    display: block;
    height: calc(100% + 10px);
    left: 50%;
    position: absolute;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%) scale(0, 1);
    transform-origin: left;
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.common_contact .box_wrap .boxes .box:nth-child(2):before {
    background-color: rgba(6, 199, 85, .3);
}

.common_contact .box .border,
.common_contact .box .border:nth-of-type(2) {
    position: absolute;
    transition: .3s;
    z-index: -1;
}

.common_contact .box .border:first-of-type {
    border-top: 1px solid #767676;
    display: block;
    height: calc(100% + 20px);
    left: -10px;
    top: 10px;
    width: 400px;
}

.common_contact .box .border:nth-of-type(2) {
    border-bottom: 1px solid #767676;
    display: block;
    height: calc(100% + 20px);
    left: 10px;
    top: 0;
    width: 400px;
}

.common_contact .box .border:first-of-type:before,
.common_contact .box .border:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    transition: .3s;
}

.common_contact .box .border:first-of-type::before {
    border-right: 1px solid #767676;
    height: 100%;
    right: -10px;
    top: 0;
}

.common_contact .box .border:nth-of-type(2)::before {
    border-left: 1px solid #767676;
    height: 100%;
    left: -10px;
}

.common_contact .box_wrap .boxes .box:first-child {
    margin-bottom: 40px;
}

.common_contact .box_wrap .boxes .box .title_box {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
}

.common_contact .box_wrap .boxes .box .title_box .img_box {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    opacity: 0;
    position: relative;
    transition: .3s;
    visibility: hidden;
    width: 40px;
}

.common_contact .box_wrap .boxes .box .title_box .img_box img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.common_contact .box_wrap .boxes .box:first-child .title_box img {
    width: 18px;
}

.common_contact .box_wrap .boxes .box .title_box .title {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.common_contact .box_wrap .boxes .box .text {
    border-top: 1px solid #767676;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}

.common_contact .box_wrap .tel_box {
    padding: 53px 30px 49px;
    position: relative;
    z-index: 0;
}

.common_contact .box_wrap .tel_box .title_box .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
}

.common_contact .box_wrap .box .tel_detail_box:nth-child(2) {
    border-top: 1px solid #767676;
    margin-bottom: 35px;
    padding-top: 20px;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .title {
    font-weight: 700;
    margin-bottom: 17px;
    padding-left: 19px;
    position: relative;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .title::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 6px;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .num {
    align-items: center;
    display: flex;
    gap: 10px;
    line-height: 1;
    padding-left: 19px;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .num img {
    width: 26px;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .num .text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.common_contact .box_wrap .box .tel_detail_box .tel_detail .business_hours {
    font-size: 13px;
    padding-left: 55px;
}

.footer {
    background-color: #080808;
    min-width: 1340px;
    padding-bottom: 50px;
    padding-top: 150px;
    position: relative;
    z-index: 0;
}

.footer .flex {
    flex-wrap: nowrap;
    gap: 115px;
}

.footer .footer_info .logo_img {
    display: block;
    margin-bottom: 30px;
    width: 280px;
}

.footer .footer_info .text_box {
    margin-bottom: 35px;
}

.footer .footer_info .text_box .name {
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .footer_info .tel .title {
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 24px;
    position: relative;
}

.footer .footer_info .tel .title::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 6px;
}

.footer .footer_info .tel .num {
    align-items: center;
    gap: 10px;
}

.footer .footer_info .tel .num .img {
    width: 22px;
}

.footer .footer_info .tel .num .text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.footer .footer_nav_box .sitemap {
    border-bottom: 1px solid #525252;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 35px;
    margin-top: 24px;
    padding-bottom: 9px;
    padding-left: 30px;
    position: relative;
}

.footer .footer_nav_box .sitemap::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 6px;
}

.footer .footer_nav_box .nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer .footer_nav_box .nav .list {
    padding-left: 28px;
}

.footer .footer_nav_box .nav .list .item .page_link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: underline;
    transition: .3s;
}

.footer .footer_nav_box .nav .list .item .recruit_link {
    position: relative;
}

.footer .footer_nav_box .nav .list .item .recruit_link::after {
    background-image: url(image/site_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    filter: invert(100%);
    height: 11px;
    left: calc(100% + 10px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
}

.footer .footer_nav_box .nav .list .item .anchors .anchor {
    color: #ccc;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    transition: .3s;
}

.footer .footer_nav_box .nav .list .item .anchors .anchor:last-child {
    margin-bottom: 0;
}

.footer .footer_nav_box .nav .list .item .anchors .anchor::before {
    background-image: url(image/footer_anchor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.footer .footer_nav_box .nav .sub-list {
    border-left: 1px solid #707070;
    margin-left: 45px;
    padding-left: 45px;
}

.footer .footer_nav_box .nav .sub-list .item .page_link {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}

.footer .copy {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    margin-top: 143px;
    text-align: center;
}


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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* 下層ページ共通 */
.page_main {
    background-color: #1f1f1f;
}

.page_heading {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 116px;
    padding-top: 81px;
    position: relative;
    z-index: 0;
}

.single .page_heading,
.archive .page_heading,
.contact .page_heading,
.page_sitemap_main .page_heading {
    padding-top: 211px;
}

.page_heading::before,
.page_heading::after {
    content: "";
    display: block;
    position: absolute;
}

.page_heading::before {
    background-color: rgba(34, 34, 34, .3);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page_heading::after {
    background-color: #1f1f1f;
    bottom: 0;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(1340 / 1440 *100%);
    z-index: 1;
}

.page_heading .title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.page_heading .text {
    color: #fff;
    font-size: 14px;
}

.archive_list .item .link .title {
    transition: .3s;
}

.archive_list .item .link .arrow::before,
.archive_list .item .link .arrow::after {
    transition: .3s;
}

.archive_list .item .link .img {
    overflow: hidden;
}

.archive_list .item .link .img img {
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.wp-pagenavi {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.wp-pagenavi a {
    color: #fff;
}

.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    border: none;
}

.wp-pagenavi .page {
    transition: .3s;
}

.wp-pagenavi .page:hover {
    background-color: var(--main-color);
    border-color: #fff;
}

.wp-pagenavi .page,
.wp-pagenavi span.current {
    padding: 5px 10px;
}

.wp-pagenavi span.current {
    background-color: var(--main-color);
    border-color: #fff;
}

/* パンくず */
.breadcrumb {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 77px !important;
    text-align: left !important;
    overflow: scroll;
    white-space: nowrap;
}

.breadcrumb div {
    display: flex;
    gap: 60px;
}

.breadcrumb a {
    color: #ccc;
    position: relative;
    text-decoration: underline;
}

.breadcrumb a::before,
.breadcrumb a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.breadcrumb a::before {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 5px;
    left: calc(100% + 30px);
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
}

.breadcrumb a::after {
    background-color: #ccc;
    height: 1px;
    left: calc(100% + 20px);
    transform: translateY(-50%);
    width: 15px;
}

.breadcrumb .current-item {
    color: #fff;
    text-decoration: none;
}

/* 私たちについて*/
.about {
    background-image: url(image/page_about_bg.webp);
}

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

.about_message_heading .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .08em;
}

.about_message {
    margin-bottom: 100px;
}

.about_message .box {
    align-items: stretch;
    display: grid;
    gap: 30px;
    grid-template-columns: 400px 1fr;
}

.about_message .box .img {
    object-fit: cover;
}

.about_message .box .text_box .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.about_message .box .text_box .text.emphasis {
    background: linear-gradient(transparent 75%, #088d8b 75%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
}

.about_message .box .text_box .signature {
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.about_message .box .text_box .signature .role {
    font-size: 14px;
}

.about_message .box .text_box .signature .name {
    font-size: 20px;
    font-weight: 700;
}

.about_introduce {
    margin-bottom: 100px;
}

.about_introduce .box .video {
    width: 100%;
}

.about_introduce .box .video .img {
    width: 100%;
}

.about_history {
    margin-bottom: 100px;
}

.about_introduce .title,
.about_history .title,
.about_company .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.about_history .box .list {
    align-items: center;
    display: grid;
    grid-template-columns: 260px 1fr;
    margin: 0 auto 24px;
    max-width: 1000px;
    position: relative;
    width: 100%;
}

.about_history .box .list::before {
    background-color: #fff;
    content: "";
    display: block;
    height: calc(100% + 50px);
    left: 8px;
    position: absolute;
    top: 55%;
    width: 1px;
}

.about_history .box .list:last-child {
    margin-bottom: 0;
}

.about_history .box .list .term {
    font-size: 18px;
    padding-left: 34px;
    position: relative;
}

.about_history .box .list .term::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.about_history .box .list .description {
    font-size: 18px;
}

.about_company {
    padding-bottom: 150px;
}

.about_company .info {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.about_company .info .list {
    display: flex;
    width: 100%;
}

.about_company .info .term {
    border-bottom: 1px solid var(--main-color);
    padding: 13px 10px 13px 20px;
    width: calc(270 / 1000 *100%);
}

.about_company .info .description {
    border-bottom: 1px solid #fff;
    padding: 13px 20px 13px 30px;
    width: calc(730 / 1000 *100%);
}


/* 事業内容*/

.page_service .common_page_wrap {
    padding: 100px 0 180px;
}

.service {
    background-image: url(image/page_service_bg.webp);
    background-position: 50% 80%;
}

.service_cont_sec .inner {
    grid-template-columns: 1fr 1000px !important;
}

.service_cont_sec .nav_box {
    top: 250px !important;
}

.service_cont_sec .nav_box .nav_item .anchor {
    color: #fff;
    opacity: 1;
}

.service_cont_sec .cont .item {
    align-items: center;
    flex-wrap: wrap;
}

.service_cont_sec .cont .item .img {
    width: calc(280 / 1000 *100%);
}

.service_cont_sec .cont .item .text_box {
    width: calc(670 / 1000 *100%) !important;
}

.service_cont_sec .cont .item .img img {
    aspect-ratio: auto !important;
}

.service_cont_sec .cont .item .link_box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.service_cont_sec .cont .item .link_box .link_item .link {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 10px 60px 10px 15px;
    transition: .3s;
}

.service_cont_sec .cont .item .link_box .link_item .link.arrow::before,
.service_cont_sec .cont .item .link_box .link_item .link.arrow::after {
    right: 20px;
}

/* サブリース*/

.sublease {
    background-image: url(image/page_sublease_bg.webp);
}

.page_common_heading {
    background-color: #1f1f1f;
}

.page_common_heading .unit {
    margin-bottom: 91px;
    text-align: center;
}

.page_common_heading .unit .title_box {
    margin-bottom: 35px;
}

.sublease_heading .unit .title_box .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 25px;
}

.sublease_heading .unit .title_box .title .bg_emphasis::before {
    width: 90%;
}

.sublease_heading .unit .title_box .sub-title {
    color: var(--main-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
}

.page_common_heading .unit .text_box .text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.sublease_heading .unit .text_box .sub-text {
    color: #ccc;
    line-height: 1.81;
}

.sublease_heading .incase {
    padding-bottom: 98px;
    position: relative;
}

.sublease_heading .incase::after {
    content: "INCASE";
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 120px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: .05;
    position: absolute;
    top: -58px;
    transform: translateX(-50%);
}

.sublease_heading .incase .text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.sublease_heading .incase .img {
    display: block;
    margin: 0 auto;
    width: 750px;
}

.sublease_services {
    background-image: url(image/top_service_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 114px;
    position: relative;
    z-index: 0;
}

.sublease_services::after {
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 30%, rgba(31, 31, 31, .7) 70%, rgba(31, 31, 31, .9) 90%, rgba(31, 31, 31, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.sublease_services .sublease_services_heading {
    text-align: center;
}

.sublease_services .sublease_services_heading .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.sublease_services .sublease_services_heading .text {
    font-size: 14px;
    line-height: 1.79;
    margin-bottom: 35px;
}

.sublease_services .list {
    border-bottom: 1px solid #767676;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 120px;
}

.sublease_services .list .item {
    background-color: rgba(31, 31, 31, .6);
    display: block;
    ;
}

.sublease_services .list .item .title_box {
    padding: 20px 30px 20px 25px;
}

.sublease_services .list .item .title_box .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.sublease_services .list .item .title_box .title::before,
.sublease_services .list .item .title_box .title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: .3s;
}

.sublease_services .list .item .title_box .title::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 5px;
    right: 0;
    top: 75%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
}

.sublease_services .list .item .title_box .title::after {
    background-color: #fff;
    height: 20px;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.sublease_details {
    padding: 100px 0 160px;
    background-color: #1f1f1f;
    position: relative;
    z-index: 0;
}

.sublease_detail .content {
    flex-wrap: nowrap;
    gap: 102px;
    padding-left: 50px;
    padding-right: 50px;
}

.sublease_detail:first-child .content {
    border-bottom: 1px solid #767676;
    padding-bottom: 100px;
}

.sublease_detail:nth-child(2) .content {
    padding-bottom: 100px;
    padding-top: 80px;
}

.sublease_detail:last-child .content {
    border-top: 1px solid #767676;
    padding-top: 80px;
}

.sublease_detail .content .title_box .text {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 3px 10px;
}

.sublease_detail .content .title_box {
    width: calc(288 / 1140 *100%);
}

.sublease_detail:nth-child(2) .content .title_box {
    min-width: 288px;
}

.sublease_detail .content .detail_box {
    width: calc(750 / 1140 *100%);
}

.sublease_detail .content .title_box .title {
    font-size: 32px;
    font-weight: 700;
}

.sublease_detail:nth-child(2) .content .detail_box {
    margin-left: calc(50% - 50vw);
    overflow: visible;
    padding-left: calc(50vw - 50%);
    width: 100vw;
}

.sublease_detail .content .detail_box .detail_box_text {
    font-size: 14px;
    line-height: 1.67;
}

.sublease_detail:first-child .content .detail_box .detail_box_text {
    margin-bottom: 35px;
}

.sublease_detail:first-child .content .detail_box .img {
    display: block;
}

.sublease_detail:first-child .content .detail_box .img:first-of-type {
    margin-bottom: 10px;
}

.sublease_detail:first-child .content .detail_box .img:nth-of-type(2) {
    margin-bottom: 55px;
}

.sublease_detail .content .detail_box .merit_box {
    border: 1px solid #767676;
    padding: 38px 35px 40px;
    position: relative;
}

.sublease_detail .content .detail_box .merit_box .img {
    left: -10px;
    position: absolute;
    top: 20px;
    width: 146px;
}

.sublease_detail .content .detail_box .merit_box .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 27px;
    padding-left: 121px;
}

.sublease_detail .content .detail_box .merit_box .list {
    border-bottom: 1px solid #767676;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 25px;
}

.sublease_detail .content .detail_box .merit_box .attention {
    margin-top: 25px;
}

.sublease_detail .content .detail_box .merit_box .attention .attention_title {
    border: 1px solid rgba(255, 255, 255, .3);
    display: inline-block;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.sublease_detail .content .detail_box .merit_box .attention .attention_text {
    color: #ccc;
    font-size: 13px;
    line-height: 1.7;
}

.sublease_detail .content .detail_box .splide {
    padding-right: 27vw;
}

.sublease_detail .content .detail_box .splide .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.sublease_detail .content .detail_box .splide .text {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.sublease_detail .content .detail_box .splide-progress {
    background: #525252;
    height: 4px;
    margin-top: 50px;
    width: 750px;
}

.sublease_detail .content .detail_box .splide-progress__bar {
    background: #ccc;
    height: 100%;
    transition: width .3s ease;
    width: 247px;
}


.sublease_detail:last-child .content .detail_box .detail_box_text {
    margin-bottom: 55px;
}

.sublease_detail:last-child .content .detail_box .list {
    flex-direction: column;
    margin-bottom: 51px;
    margin-top: 55px;
    row-gap: 10px;
}

.sublease_detail:last-child .content .detail_box .list .item {
    align-items: stretch;
    column-gap: 20px;
    flex-wrap: nowrap;
}

.sublease_detail:last-child .content .detail_box .list .item .item_title_box {
    align-items: center;
    border: 1px solid #525252;
    display: flex;
    justify-content: center;
    width: calc(268 / 750 * 100%);
}

.sublease_detail:last-child .content .detail_box .list .item .item_title_box .title {
    font-size: 16px;
    font-weight: 700;
}

.sublease_detail:last-child .content .detail_box .list .item .item_text {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 15px;
    padding-top: 15px;
    width: calc(462 / 750 * 100%);
}

.sublease_detail:last-child .content .detail_box .box .title_box {
    margin-bottom: 35px;
    width: 100%;
}

.sublease_detail:last-child .content .detail_box .box .title_box .title {
    margin-bottom: 10px;
}

.sublease_detail:last-child .content .detail_box .box .title_box .sub-title {
    color: var(--main-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.sublease_detail:last-child .content .detail_box .box .list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
    margin-top: 0;
}

.sublease_detail:last-child .content .detail_box .box .list .item .unit {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.sublease_detail:last-child .content .detail_box .box .list .item .unit .img {
    width: 36px;
}

.sublease_detail:last-child .content .detail_box .box .list .item .unit .title {
    font-size: 18px;
    font-weight: 700;
}

.sublease_detail:last-child .content .detail_box .box .list .item .text {
    font-size: 14px;
    line-height: 1.67;
}

.sublease_detail:last-child .content .detail_box .box .text {
    font-size: 14px;
    line-height: 1.67;
}


/* 管理委託*/

.outsourcing {
    background-image: url(image/page_outsourcing_bg.webp);
}

.outsourcing_details {
    padding-bottom: 150px;
}

.outsourcing_detail .content .title_box {
    margin-bottom: 35px;
    text-align: center;
}

.outsourcing_detail .content .title_box .title {
    font-size: 32px;
    font-weight: 700;
}

.outsourcing_detail .content .img {
    display: flex;
    justify-content: center;
    margin: 0 auto 35px;
    text-align: center;
    width: 70%;
}

.outsourcing_detail .content .detail_box {
    margin-bottom: 70px;
}

.outsourcing_detail .content .detail_box .list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.outsourcing_detail .content .detail_box .list .item {
    align-items: center;
    border: 1px solid #fff;
    gap: 10px;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.outsourcing_detail .content .detail_box .list .item .num {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.outsourcing_detail .content .detail_box .list .item .title {
    font-size: 18px;
    font-weight: 700;
}

.outsourcing_detail .content .points {
    margin-bottom: 150px;
}

.outsourcing_detail .content .points .points_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.outsourcing_detail .content .points .points_title .bg_emphasis::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.outsourcing_detail .content .points .list {
    flex-direction: column;
    gap: 10px;
}

.outsourcing_detail .content .points .list .item {
    align-items: flex-start;
    border-bottom: 1px solid #525252;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.outsourcing_detail .content .points .list .item .num {
    background-color: var(--main-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    line-height: 1;
    margin-top: 8px;
    padding: 3px 10px;
}

.outsourcing_detail .content .points .list .item .text_box .title {
    background: linear-gradient(transparent 75%, #088d8b 75%);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.outsourcing_detail .content .points .list .item .text_box .text {
    font-size: 14px;
    line-height: 1.7;
}

.outsourcing_detail .content .points .list .item .text_box .text .link {
    color: #fff;
    text-decoration: underline;
}

.outsourcing_detail .content .for_owner .title_box .sub-title {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
}

.outsourcing_detail .content .for_owner .text {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

/*物件紹介*/
.property,
.single_property,
.property-series {
    background-image: url(image/page_property-series_bg.webp);
}


.property-series_details {
    padding-bottom: 150px;
}

.property-series_detail {
    margin-bottom: 120px;
}

.property-series_detail:last-child {
    margin-bottom: 0;
}

.property-series_detail .unit {
    align-items: center;
    flex-wrap: nowrap;
    gap: 100px;
    margin-bottom: 25px;
}

.property-series_detail .unit .img {
    height: 280px;
    object-fit: cover;
    width: calc(400 / 1140 *100%);
}

.property-series_detail .unit .text_box {
    width: calc(640 / 1140 *100%);
}

.property-series_detail .unit .text_box .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 15px;
}

.property-series_detail .unit .text_box .text {
    color: #ccc;
    line-height: 1.7;
}

.property-series_detail .archive_list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 35px;
}

.property-series_detail .archive_list .item .img {
    height: 150px;
    margin-bottom: 10px;
}

.property-series_detail .archive_list .item .text_name {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 18px;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
    overflow: hidden;
}

.property-series_detail .archive_list .item .text_area {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

/* 物件一覧*/


.page_property .common_page_wrap {
    padding-block: 0 170px;
}

.property_cont_sec .list {
    display: grid;
    gap: 50px 50px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 150px;
}

.property_cont_sec .list .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property_cont_sec .list .item .img {
    height: 280px;
    width: 100%;
}

.property_cont_sec .list .item .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.property_cont_sec .list .item .link .title {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .08em;
    -webkit-line-clamp: 1;
    margin-block: .8em .5em;
    overflow: hidden;
    padding: 0 10px;
}

.property_cont_sec .list .item .link .text_box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 10px;
}

.property_cont_sec .list .item .link .text_box .text {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.property_cont_sec .list .item .link .text_box .text_name {
    font-size: 18px;
    margin-bottom: 10px;
}

/*物件紹介　個別ページ*/

.single_property_main {
    padding-block: 15px 0;
    position: relative;
    z-index: 0;
}

.single_property_main::before {
    background: #f8f8f8;
    content: "";
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single_property_detail .common_page_wrap {
    padding-block: 105px 160px;
}

.single_property_detail .common_page_wrap .cont_sec .wrap {
    width: 50%;
}

.single_property_detail .cont_sec .main_title .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 32px;
    font-weight: 700;
    -webkit-line-clamp: 1;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

.single_property_detail .cont_sec .main_title .title::before {
    background-color: var(--main-color);
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.single_property_detail .cont_sec .main_title .cat_box .cat_list li {
    background-color: var(--main-color);
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 3px 8px;
}

.single_property_detail .article .box .img {
    height: 470px;
    margin: 0 auto 20px;
}

.single_property_detail .article .box .img img {
    height: 100%;
    object-fit: cover;
}

.single_property_detail .article .box .text_name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single_property_detail .recommend_sec {
    padding-block: 175px 0;
}

.single_property_detail .recommend_sec .top_box {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    margin-block: 0 45px;
}

.single_property_detail .recommend_sec .top_box .title_box .title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5;
}

.single_property_detail .recommend_sec .link_btn .link {
    align-items: center;
    background: #f5f5f5;
    color: #333;
    color: initial;
    display: flex;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 1.5;
    min-block-size: 65px;
    padding: .5em 2.6em;
    text-align: center;
    transition: .3s;
}

.single_property_detail .recommend_sec .link_btn .link:hover {
    background: var(--main-color);
    color: #fff;
}

.single_property_detail .recommend_sec .recommend_list {
    width: 100vw;
}

.single_property_detail .recommend_sec .recommend_list .item {
    margin-inline: 10px;
    width: 200px;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box {
    aspect-ratio: 7/5;
    background: #f5f5f5;
    margin-block: 0 20px;
    width: 100%;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slider {
    height: 100%;
    margin-bottom: 0;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-list,
.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-track {
    height: 100%;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .img {
    height: 100%;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-dots {
    align-items: center;
    bottom: 16px;
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-inline: .6em;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-dots li {
    height: 9px;
    margin: 0;
    width: 9px;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-dots li button {
    background: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    height: 100%;
    padding: 0;
    transition: .3s;
    width: 100%;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-dots li button::before {
    content: none;
}

.single_property_detail .recommend_sec .recommend_list .item .img_box .slick-dots li.slick-active button {
    background: var(--main-color);
    border-color: var(--main-color);
}

.single_property_detail .recommend_sec .recommend_list .item .text_box {
    padding-inline: 10px;
}

.single_property_detail .recommend_sec .recommend_list .item .text_box .text {
    color: #fff;
    font-size: 14px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.single_property_detail .recommend_sec .recommend_list .item .text_box .text_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
    overflow: hidden;
}

.single_property_detail .recommend_sec .recommend_list .item .text_box .btn .link {
    align-items: center;
    background: #f5f5f5;
    border-radius: 100vmax;
    color: initial;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-inline: auto;
    min-block-size: 65px;
    padding: .5em;
    text-align: center;
    transition: .3s;
    width: 96.3%;
}

.single_property_detail .recommend_sec .recommend_list .item .text_box .btn .link:hover {
    background: var(--main-color);
    color: #fff;
}

/* お知らせ一覧 */
.c-postThumb__cat,
.c-categoryList__link {
    background-color: var(--main-color);
}

.c-categoryList {
    color: var(--main-color);
}

[class*=page-numbers].current,
[class*=page-numbers]:hover {
    background-color: var(--main-color);
}

.p-pnLinks .-prev .p-pnLinks__link {
    border-left: 1.25em solid var(--main-color);
}

.p-pnLinks .-next .p-pnLinks__link {
    border-right: 1.25em solid var(--main-color);
}

.c-secTitle {
    border-left: solid 2px var(--main-color);
}

/* お知らせ詳細 */

.l-content {
    padding-top: 0;
}

/* プライバシーポリシー*/
.page_privacy {
    padding-bottom: 150px;
}

.privacy_heading {
    background-image: url(image/page_privacy_bg.webp);
}


/* PC固定ページ お問い合わせ */
.contact .page_heading {
    background-image: url(image/page_contact_bg.webp);
}


.contact_form_disc {
    color: #fff;
    font-weight: 400;
    letter-spacing: .08em;
    margin-block: 0 3.8em;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dt::after {
    background: #aaa;
    content: "";
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

.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 {
    align-items: center;
    display: flex;
    gap: 5.6em;
    justify-content: center;
    margin-block: 0 3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*　サイトマップ　*/

.page_sitemap_main {
    background-color: #1f1f1f !important;
}

.sitemap_cont_sec .cont {
    grid-template-columns: repeat(2, 1fr) !important;
}

.sitemap_cont_sec .cont .list .item .title {
    display: inline-block;
}

.sitemap_cont_sec .cont .link,
.sitemap_cont_sec .cont .list .item .sub_menu li .link {
    color: #fff !important;
}

@media (hover: hover) {
    .header .header_top .header_contact_box .mail_box .item:first-child:hover .img {
        filter: none;
    }

    .header .header_top .header_contact_box .mail_box .item:hover .text {
        color: #fff;
    }

    .header .header_top .header_contact_box .mail_box .item:hover::after,
    .header .header_bottom .header_nav .list .item:hover::after {
        background-color: var(--main-color);
        top: 0;
    }

    .header .header_top .header_contact_box .mail_box .item:nth-child(2):hover::after {
        background-color: #30eb7f;
    }

    .header .header_bottom .header_nav .list .item:hover .link_text {
        color: #fff;
    }

    .header .header_bottom .header_nav .list .mega-menu:hover .item .link_text::before {
        background-color: #fff;
    }

    .header .header_bottom .header_nav .list .mega-menu:hover .item .link_text::after {
        opacity: 0;
    }

    .header .header_bottom .header_nav .list .item:hover .img {
        filter: invert(100%);
    }

    .header .header_bottom .header_nav .list .mega-menu .mega-menu_content .mega-menu_list .anchor:hover {
        opacity: .7;
        padding-left: 5px;
    }

    .side_box .item:hover {
        width: 110px;
    }

    .side_box .item:first-child:hover {
        background-color: #9f8f63;
    }

    .side_box .item:nth-child(2):hover {
        background-color: #3c5081;
    }


    .more_btn:hover::after {
        right: 0;
    }

    .top_news .news_lists .item .link:hover::before {
        width: 100%;
    }

    .top_news .news_lists .item .link:hover .time,
    .top_news .news_lists .item .link:hover .title {
        color: var(--main-color);
    }

    .top_news .news_lists .item .link:hover .arrow:before,
    .archive_list .item .link:hover .arrow::before {
        border-bottom: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
    }

    .top_news .news_lists .item .link:hover .time:before,
    .top_news .news_lists .item .link:hover .arrow::after,
    .archive_list .item .link:hover .arrow::after {
        background-color: var(--main-color);
    }

    .top_about .box .list .item:hover {
        z-index: 4;
    }

    .top_about .box .list .item:hover::before {
        opacity: 1;
    }

    .monochrome:hover::before {
        opacity: 1;
    }

    .top_owner .box .list .item:hover {
        background-color: rgba(8, 141, 139, .1);
    }

    .top_owner .box .list .item:hover .title_box::before {
        opacity: 1;
    }

    .monochrome_img:hover {
        filter: grayscale(0);
    }

    .common_contact .box_wrap .boxes .box:hover::before {
        transform: translate(-50%, -50%) scale(1, 1);
    }

    .common_contact .box_wrap .boxes .box:hover .title_box .img_box {
        opacity: 1;
        visibility: visible;
    }

    .common_contact .box_wrap .boxes .box:hover .title_box .title {
        left: 50px;
    }


    .common_contact .box_wrap .boxes .box:hover .border:first-of-type {
        border-top: 1px solid #fff;
        width: 420px;
    }

    .common_contact .box_wrap .boxes .box:hover .border:nth-of-type(2) {
        border-bottom: 1px solid #fff;
        left: -10px;
        width: 420px;
    }

    .common_contact .box_wrap .boxes .box:hover .border:first-of-type::before {
        border-right: 1px solid #fff;
        height: calc(100% + 10px);
        right: 10px;
        top: -10px;
    }

    .common_contact .box_wrap .boxes .box:hover .border:nth-of-type(2)::before {
        border-left: 1px solid #fff;
        height: calc(100% + 10px);
        left: 10px;
    }


    .footer .footer_nav_box .nav .list .item .page_link:hover,
    .footer .footer_nav_box .nav .list .item .anchors .anchor:hover {
        opacity: .7;
    }

    .service_cont_sec .cont .item .link_box .link_item .link:hover {
        background-color: var(--main-color);
    }


    .archive_list .item .link:hover .title {
        color: var(--main-color);
    }

    .archive_list .item .link:hover .img img {
        transform: scale(1.1);
    }
}

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

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

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

    body {
        font-size: 3.33vw;
        min-width: auto;
        padding-top: 17.9vw;
    }

    .monochrome::before {
        opacity: 1;
    }

    .monochrome_img {
        filter: none;
    }

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

    #sp_header .logo {
        height: 6.4vw;
        left: 2.56vw;
        line-height: 0;
        position: absolute;
        top: 2.56vw;
        width: 37.18vw;
    }

    .hamburger {
        background-color: #fff;
        border: none;
        z-index: 1000 !important;
    }

    .hamburger .line {
        height: .25vw;
        width: 8.20vw;
    }

    .hamburger .line:nth-child(1) {
        top: 4.10vw;
    }

    .hamburger.active .line:nth-child(1) {
        background: #333;
    }

    .hamburger .line:nth-child(2) {
        top: 6.66vw;
    }

    .hamburger.active .line:nth-child(2) {
        background: #333;
    }

    nav.globalMenuSp {
        background-color: #fff !important;
        color: #333 !important;
        display: block !important;
        left: 50% !important;
        padding: 9.49vw 1.28vw 45.89vw;
        top: 90px !important;
        transform: translateX(-50%);
        width: 90% !important;
    }

    nav.globalMenuSp ul {
        border-bottom: 1px solid #767676;
    }

    nav.globalMenuSp ul li .link {
        align-items: center;
        color: #333;
        display: flex;
        gap: 2.56vw;
        margin-bottom: 7.94vw;
        padding-bottom: 0;
        padding-left: 6.41vw;
        padding-right: 3.85vw;
        padding-top: 0;
        position: relative;
    }


    nav.globalMenuSp ul li .recruit_link:after {
        background-image: url(image/site_link.svg);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 3.84vw;
        position: absolute;
        right: 5.12vw;
        top: 50%;
        transform: translateY(-50%);
        width: 3.84vw;
    }


    nav.globalMenuSp ul li .link.arrow::before,
    nav.globalMenuSp ul li .link.arrow::after {
        right: 5.12vw;
    }

    nav.globalMenuSp ul li .link.arrow::before {
        border-bottom: 1px solid #525252;
        border-right: 1px solid #525252;
    }

    nav.globalMenuSp ul li .link.arrow::after {
        background-color: #525252;
        width: 3.84vw;
    }

    nav.globalMenuSp ul li .title {
        color: #333;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 6.15vw;
        font-weight: 700;
        line-height: 1;
        padding: 0;
        position: relative;
    }

    nav.globalMenuSp ul li .accordion_title {
        position: relative;
        text-align: left;
    }

    nav.globalMenuSp ul li .accordion_title::before,
    nav.globalMenuSp ul li .accordion_title::after {
        background-color: #525252;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    nav.globalMenuSp ul li .accordion_title::before {
        height: 3.84vw;
        right: 6.92vw;
        transition: .3s;
        width: .256vw;
    }

    nav.globalMenuSp ul li .accordion_title.open::before {
        opacity: 0;
    }

    nav.globalMenuSp ul li .accordion_title::after {
        height: .256vw;
        right: 5.12vw;
        width: 3.84vw;
    }

    nav.globalMenuSp ul li .accordion_content {
        display: none;
    }

    nav.globalMenuSp ul li .accordion_content.open {
        display: block;
    }

    nav.globalMenuSp .mail_box {
        display: flex;
        flex-direction: column;
        gap: 2.56vw;
        margin-top: 7.69vw;
    }

    nav.globalMenuSp .mail_box .item {
        gap: 2.56vw;
        margin: 0 auto;
        padding: 5.89vw 5.12vw;
        width: 76.9vw;
    }

    nav.globalMenuSp .mail_box .item.arrow::before,
    nav.globalMenuSp .mail_box .item.arrow::after {
        right: 5.12vw;
    }

    nav.globalMenuSp .mail_box .item.arrow::before {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    nav.globalMenuSp .mail_box .item.arrow::after {
        background-color: #fff;
    }

    nav.globalMenuSp .mail_box .item:first-child {
        background-color: var(--main-color);
    }

    nav.globalMenuSp .mail_box .item:nth-child(2) {
        background-color: #03c755;
    }

    nav.globalMenuSp .mail_box .item .img {
        width: 5.12vw;
    }

    nav.globalMenuSp .mail_box .item .text {
        color: #fff;
    }

    nav.globalMenuSp .tel_box {
        gap: 2.56vw;
        justify-content: center;
        margin-bottom: 8.97vw;
        margin-top: 2.56vw;
    }

    nav.globalMenuSp .tel_box .tel_detail_box,
    nav.globalMenuSp .info .tenant {
        background-color: #333;
        margin: 0 auto;
        width: 76.9vw;
    }

    nav.globalMenuSp .tel_box .tel_detail_box {
        align-items: flex-start;
    }

    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail {
        align-items: center;
        gap: 2.82vw;
        padding: 3.33vw 5.13vw;
    }

    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail::before,
    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail::after,
    nav.globalMenuSp .info .tenant::before,
    nav.globalMenuSp .info .tenant::after {
        right: 5.12vw;
    }

    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail .img {
        width: 4.61vw;
    }

    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail .text_box {
        text-align: left;
    }

    nav.globalMenuSp .tel_box .tel_detail_box .tel_detail .text_box .business_hours {
        font-size: 2.56vw;
    }

    nav.globalMenuSp .info {
        margin-bottom: 8.97vw;
        text-align: center;
    }

    nav.globalMenuSp .info .logo_img {
        margin: 0 auto 10px;
        width: 64.10vw;
    }

    nav.globalMenuSp .info .text_box {
        margin-bottom: 8.97vw;
    }

    nav.globalMenuSp .info .text_box .title {
        font-weight: 700;
        margin-bottom: 2.56vw;
    }

    nav.globalMenuSp .info .text_box .address {
        font-size: 3.59vw;
    }

    nav.globalMenuSp .info .tenant {
        align-items: center;
        gap: 2.56vw;
        padding: 5.89vw 5.12vw;
    }

    nav.globalMenuSp .info .tenant .img {
        width: 4.10vw;
    }

    nav.globalMenuSp .info .tenant .title {
        color: #fff;
        font-size: 3.59vw;
    }

    nav.globalMenuSp .sub-list {
        gap: 5.12vw;
        justify-content: center;
    }

    nav.globalMenuSp .sub-list .item {
        display: inline-block;
        width: auto;
    }

    nav.globalMenuSp .sub-list .item .page_link {
        color: #ccc;
        font-size: 3.08vw;
    }

    /*TOP コンテンツ*/

    .sec_title {
        font-size: 7.18vw;
    }

    .sec_sub-title {
        font-size: 3.33vw;
    }

    .more_btn {
        border: none;
        padding-bottom: 3.84vw;
        padding-left: 5.12vw;
        padding-top: 3.84vw;
        width: 59vw;
    }

    .more_btn .text {
        font-size: 3.59vw;
    }

    .more_btn::after {
        right: 0;
    }

    .fv {
        background-color: #222;
        height: 83.8vw;
    }

    .fv:before {
        background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .5) 30%, rgba(34, 34, 34, 1) 60%, rgba(34, 34, 34, 1) 100%);
        bottom: 0;
        content: "";
        display: block;
        height: 44.8vw;
        position: absolute;
        top: 63%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 1;
    }

    .fv .video {
        height: 100%;
        position: absolute;
        top: -12%;
        z-index: -1;
    }

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

    .fv .text_box {
        bottom: 20%;
        padding-left: 2.56vw;
    }

    .fv .text_box .title {
        font-size: 8.20vw;
        margin-bottom: 0;
    }

    .side_box {
        bottom: 0;
        flex-direction: row;
        gap: 0;
        left: 0;
        right: auto;
        top: auto;
        width: 100%;
        z-index: 999;
    }

    .side_box .item {
        flex-direction: row;
        gap: 2.56vw;
        height: 15.39vw;
        padding-left: 5.12vw;
        padding-top: 0;
        width: 50%;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .side_box .item .text {
        font-size: 3.33vw;
    }

    .side_box .item .img {
        margin-bottom: 0;
        width: 4.61vw;
    }

    .side_box .item:nth-child(2) .img {
        width: 3.08vw;
    }

    .side_box .item:first-child {
        background-color: rgba(159, 143, 99, .8);
    }

    .side_box .item:nth-child(2) {
        background-color: rgba(60, 80, 129, .8);
    }

    .side_box .item:nth-child(2) .img {
        width: 3.08vw;
    }

    .top_news {
        background-color: #222;
        padding-bottom: 23.33vw;
        padding-top: 2.82vw;
    }

    .top_news::after {
        content: none;
    }

    .top_news .news_heading {
        margin-bottom: 6.41vw;
    }

    .top_news .news_heading .title_box {
        gap: 2.56vw;
        margin-bottom: 0;
    }

    .top_news .news_heading .btn.pc {
        display: none;
    }

    .top_news .news_lists {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .top_news .news_lists .item {
        border-top: 3px solid var(--main-color);
        padding-bottom: 5.12vw;
    }

    .top_news .news_lists .item .link {
        padding-top: 3.84vw;
    }

    .top_news .news_lists .item .link::before {
        content: none;
    }

    .top_news .news_lists .item .link .time {
        color: var(--main-color);
        font-size: 3.59vw;
        margin-bottom: 0;
    }

    .top_news .news_lists .item .link .time::before {
        background-color: var(--main-color);
    }

    .top_news .news_lists .item .link .title {
        font-size: 4.10vw;
    }

    .top_news .news_lists .item .link .arrow::before {
        border-bottom: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
        top: -2.56vw;
    }

    .top_news .news_lists .item .link .arrow::after {
        background-color: var(--main-color);
        top: -2.56vw;
    }

    .top_news .news_lists .item .link .text {
        font-size: 3.59vw;
    }

    .top_news .more_btn.sp {
        display: block;
    }

    .top_about {
        padding-bottom: 15.64vw;
        padding-top: 0;
    }

    .top_about::before {
        height: 94.6vw;
        top: -8%;
        width: 100%;
        ;
    }

    .top_about .about_heading .title_box::before {
        font-size: 22.56vw;
        left: 0;
        top: -9.49vw;
    }

    .top_about .flex {
        flex-direction: column;
        gap: 5.12vw;
    }

    .top_about .about_heading {
        margin-top: 0;
    }

    .top_about .about_heading .title_box .sub-title {
        font-size: 4.61vw;
        margin-bottom: 6.41vw;
        padding-left: 6.92vw;
    }

    .top_about .about_heading .title_box .title {
        font-size: 8.20vw;
    }

    .top_about .about_heading .text_box .text {
        font-size: 3.59vw;
    }

    .top_about .box .list {
        display: flex;
        flex-direction: column;
        gap: 5.12vw;
    }

    .top_about .box .list .item {
        height: 41vw;
        position: relative;
        width: 100%;
    }

    .top_about .box .list .item::before {
        opacity: 1;
    }

    .top_about .box .list .item:first-child::before {
        background-position: 50% 37%;
    }

    .top_about .box .list .item:nth-child(2)::before {
        background-position: 50% 76%;
    }

    .top_about .box .list .item:nth-child(3)::before {
        background-position: 50% 68%;
    }

    .top_about .box .list .item:first-child,
    .top_about .box .list .item:nth-child(2),
    .top_about .box .list .item:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
    }

    .top_about .box .list .item:first-child {
        left: 0;
    }

    .top_about .box .list .item .title_box .title {
        font-size: 6.15vw;
        left: 2.56vw;
        top: 5.12vw;
    }

    .top_about .box .list .item .title_box .title.arrow::before {
        left: calc(100% + 12.82vw);
    }

    .top_about .box .list .item .title_box .title.arrow::after {
        left: calc(100% + 6.41vw);
    }

    .top_about .box .list .item:last-child .title_box .title.arrow::before {
        left: calc(100% + 12.82vw);
    }

    .top_about .box .list .item:last-child .title_box .title.arrow::after {
        left: calc(100% + 6.41vw);
    }


    .top_owner {
        padding-bottom: 15.12vw;
        padding-top: 25.64vw;
    }

    .top_owner .flex {
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
        position: relative;
        width: 90%;
    }

    .top_owner .box {
        display: contents;
    }

    .top_owner .owner_heading {
        order: 2;
        padding-left: 0;
        position: static;
        width: 100%;
    }

    .top_owner .owner_heading .img_box {
        display: none;
    }

    .top_owner .owner_heading .title {
        color: rgba(8, 141, 139, .1);
        font-size: 22.56vw;
        left: 0;
        top: -9.49vw;
        transform: none;
        writing-mode: horizontal-tb;
    }

    .top_owner .box .box_heading {
        margin-bottom: 7.69vw;
        order: 1;
    }

    .top_owner .box .box_heading .title {
        font-size: 4.61vw;
        margin-bottom: 6.41vw;
        padding-left: 6.92vw;
    }

    .top_owner .box .box_heading .title::before {
        left: 0;
    }

    .top_owner .box .box_heading .text {
        font-size: 3.59vw;
        padding-left: 0;
    }

    .top_owner .box .list {
        order: 3;
        width: 100%;
    }

    .top_owner .box .list .item_box {
        position: relative;
        z-index: 0;
    }

    .top_owner .box .list .item_box::after {
        background-image: url(image/sp_top_owner_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 62.3vw;
        left: 50%;
        position: absolute;
        top: 16.66vw;
        transform: translateX(-50%);
        width: 94.8vw;
        z-index: -1;
    }

    .top_owner .box .list .img {
        height: 33.33vw;
        margin-bottom: 5.12vw;
        object-fit: cover;
    }

    .top_owner .box .list .img:nth-of-type(3) {
        object-position: 0 94%;
    }

    .top_owner .box .list .item {
        border-top: 1px solid #767676;
        padding: 5.12vw 2.56vw;
        z-index: 0;
    }

    .top_owner .box .list .item.arrow::before,
    .top_owner .box .list .item.arrow::after {
        top: 27%;
    }


    .top_owner .box .list .item .title_box {
        flex-direction: row;
        gap: 2.56vw;
        margin-bottom: 2.56vw;
        width: 100%;
    }

    .top_owner .box .list .item .title_box .point_box {
        text-align: left;
        width: auto;
    }

    .top_owner .box .list .item .title_box .point_box .point {
        font-size: 3.08vw;
    }

    .top_owner .box .list .item .title_box .title {
        font-size: 6.15vw;
    }

    .top_owner .box .list .item:nth-of-type(2) .title_box .title::after {
        bottom: .77vw;
        left: 92%;
    }

    .top_owner .box .list .item:nth-of-type(3) .title_box .title::after {
        bottom: .26vw;
        left: 87%;
    }

    .top_owner .box .list .item .text {
        font-size: 3.59vw;
    }

    .top_owner .scroll_box {
        order: 4;
        padding-left: 0;
        width: 100%;
        margin-top: 8vw;
    }

    .top_owner .scroll_box .text {
        margin-bottom: 7.69vw;
        text-align: center;
    }

    .top_owner .scroll_box .text::before {
        left: 50%;
        top: 11.53vw;
        transform: translate(-50%, -50%) rotate(0deg);
        width: 12vw;
    }

    .top_service {
        background-image: url(image/sp_top_service_bg.webp);
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 25.64vw;
        padding-top: 17.44vw;
    }

    .top_service::after {
        background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, .7) 10%, rgba(34, 34, 34, .9) 25%, rgba(34, 34, 34, 1) 30%);
    }

    .top_service .service_heading {
        margin-bottom: 6.41vw;
    }

    .top_service .service_heading .title_box .title {
        margin-bottom: 5.12vw;
    }

    .top_service .service_heading .text {
        font-size: 3.59vw;
    }

    .top_service .lists {
        gap: 2.82vw;
        grid-template-columns: 1fr;
    }

    .top_service .lists .link {
        display: grid;
        grid-template-columns: 120px 1fr;
    }

    .top_service .lists .link .img {
        height: 100%;
    }

    .top_service .lists .item {
        height: auto;
    }

    .top_service .lists .item:nth-child(2),
    .top_service .lists .item:nth-child(3),
    .top_service .lists .item:nth-child(4) {
        margin-top: 0;
    }

    .top_service .lists .link .item_body {
        min-height: auto;
        padding: 3.08vw 3.84vw;
    }

    .top_service .lists .link .item_body .title_box .num {
        font-size: 4.61vw;
    }

    .top_service .lists .link .item_body .title_box .title {
        font-size: 4.61vw;
    }

    .top_service .lists .link .item_body .text {
        font-size: 3.59vw;
        margin-bottom: 3.33vw;
    }

    .top_service .lists .link .item_body .more {
        font-size: 2.82vw;
    }

    .top_area {
        overflow: hidden;
        padding-bottom: 15.39vw;
        padding-top: 24.53vw;
        position: relative;
        z-index: 0;
    }

    .top_area .area_heading {
        margin-bottom: 70.26vw;
    }

    .top_area .area_heading::before {
        top: -4.61vw;
    }

    .top_area .area_heading::after {
        top: 10.26vw;
    }

    .top_area .area_heading .title_box {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        gap: 1.28vw;
    }

    .top_area .area_heading .title_box .sub-title {
        font-size: 4.61vw;
        margin-bottom: 0;
        width: 100%;
    }

    .top_area .area_heading .title_box .title {
        font-size: 6.15vw;
    }

    .top_area .area_heading .title_box .title .emphasis {
        font-size: 14.36vw;
    }

    .top_area .area_heading::before,
    .top_area .area_heading::after {
        font-size: 16.41vw;
    }

    .top_area .area_heading .text_box .text {
        font-size: 4.10vw;
    }

    .top_area .area_heading .ripple {
        left: 15%;
        top: 100%;
    }

    .top_area .area_img {
        left: 3.33vw;
        min-width: 133.33vw;
        position: absolute;
        top: 15.12vw;
        width: 133.33vw;
        z-index: -1;
    }

    .ripple {
        left: 14%;
        top: 34%;
    }

    .top_area .box {
        padding-left: 2.56vw;
        padding-top: 6.41vw;
    }

    .top_area .box .title {
        font-size: 6.15vw;
        margin-bottom: 5.12vw;
    }

    .top_area .box .title::after {
        bottom: 1.538vw;
        left: 90%;
    }

    .top_area .area_detail {
        gap: 5.12vw;
        grid-template-columns: 1fr;
    }

    .top_area .area_detail .area_item .title_box .title {
        font-size: 3.08vw;
        padding-bottom: 1.03vw;
        padding-top: 1.03vw;
        width: 17.44vw;
    }

    .top_area .area_detail .area_item .list .item {
        font-size: 3.59vw;
    }

    .top_case {
        padding-bottom: 15.39vw;
        padding-top: 17.18vw;
    }

    .top_case .case_heading {
        margin-bottom: 6.41vw;
    }

    .top_case .case_heading .title_box {
        margin-bottom: 5.12vw;
    }

    .top_case .case_heading .title_box .title {
        margin-bottom: 2.56vw;
    }

    .top_case .case_heading .text {
        font-size: 3.59vw;
    }

    .top_case .lists {
        grid-template-columns: 1fr;
        margin-bottom: 7.69vw;
    }

    .top_case .lists .item:nth-child(2) {
        margin-top: 0;
    }

    .top_case .lists .item .link .img {
        margin-bottom: 4.10vw;
        height: 45vw;
    }

    .top_case .lists .item .link .title {
        font-size: 4.10vw;
    }

    .top_case .lists .item .link p {
        font-size: 3.59vw;
    }

    .top_case .lists .item::before {
        font-size: 3vw;
        padding: .5em;
    }

    .common_contact .wrap {
        background-image: url(image/sp_common_contact_bg.webp);
        max-width: 95%;
        padding: 17.17vw 5.13vw 15.38vw;
    }

    .common_contact .flex {
        flex-direction: column;
        gap: 6.41vw;
    }

    .common_contact .contact_heading .title_box .title {
        font-size: 7.18vw;
    }

    .common_contact .contact_heading .title_box {
        text-align: center;
    }

    .common_contact .box_wrap {
        gap: 11.28vw;
        grid-template-columns: 1fr;
        margin: 0 auto;
        width: 88.5%;
    }

    .common_contact .box_wrap .boxes .box {
        padding: 7.69vw 3.84vw;
        width: 100%;
    }

    .common_contact .box_wrap .boxes .box::before {
        transform: translate(-50%, -50%) scale(1, 1);
        width: 100%;
    }


    .common_contact .box_wrap .boxes .box:first-child::before {
        background-color: rgba(8, 141, 139, .3);
    }

    .common_contact .box_wrap .boxes .box:nth-child(2)::before {
        background-color: rgba(6, 199, 85, .3);
    }

    .common_contact .box .border:first-of-type {
        border-top: 1px solid #fff;
        width: calc(100% + 5.12vw);
    }

    .common_contact .box .border:first-of-type::before {
        border-right: 1px solid #fff;
        height: calc(100% + 2.56vw);
        right: 2.56vw;
        top: -2.56vw;
    }

    .common_contact .box .border:nth-of-type(2) {
        border-bottom: 1px solid #fff;
        left: -2.56vw;
        width: calc(100% + 5.12vw);
    }

    .common_contact .box .border:nth-of-type(2)::before {
        border-left: 1px solid #fff;
        height: calc(100% + 2.56vw);
        left: 2.56vw;
    }

    .common_contact .box_wrap .boxes .box .title_box .img_box {
        opacity: 1;
        visibility: visible;
    }

    .common_contact .box_wrap .boxes .box .title_box .title {
        font-size: 6.15vw;
        margin-bottom: 0;
        position: static;
        transform: none;
    }

    .common_contact .box_wrap .boxes .box .text {
        font-size: 3.59vw;
        padding-top: 3.84vw;
    }

    .common_contact .box_wrap .tel_box {
        padding: 7.69vw 3.84vw;
    }

    .common_contact .box_wrap .tel_box .title_box {
        align-items: center;
        display: flex;
        gap: 2.56vw;
        margin-bottom: 3.84vw;
    }

    .common_contact .box_wrap .tel_box .title_box .title {
        font-size: 6.15vw;
        margin-bottom: 0;
    }

    .common_contact .box_wrap .tel_box .title_box .img {
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 2.30vw;
        width: 8.97vw;
    }

    .common_contact .box_wrap .box .tel_detail_box .tel_detail .title::before {
        content: none;
    }

    .tel_detail_box {
        background-color: rgba(51, 51, 51, .3);
        border: 1px solid #fff;
    }

    .common_contact .box_wrap .box .tel_detail_box {
        padding: 3.24vw;
        position: relative;
        width: 100%;
    }

    .common_contact .box_wrap .box .tel_detail_box+.tel_detail_box {
        margin-top: 3vw;
    }

    .tel_detail_box .tel_detail.arrow::before {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .tel_detail_box .tel_detail.arrow::after {
        background-color: #fff;
    }

    .common_contact .box_wrap .box .tel_detail.arrow::after {
        width: 3.84vw;
    }

    .common_contact .box_wrap .box .tel_detail_box .tel_detail {
        display: block;
        width: 100%;
    }

    .tel_detail_box .tel_detail .title {
        color: #fff;
        font-size: 3.59vw;
    }

    .common_contact .box_wrap .box .tel_detail_box .tel_detail .title {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
    }

    .tel_detail_box .tel_detail .business_hours {
        color: #fff;
        font-size: 3.08vw;
    }

    .common_contact .box_wrap .box .tel_detail_box .tel_detail .business_hours {
        display: inline-block;
        font-size: 3.3vw;
        padding-left: 0;
    }

    .footer {
        min-width: auto;
        padding-top: 16.41vw;
    }

    .footer .flex {
        flex-direction: column;
        gap: 17.9vw;
    }

    .footer .footer_info {
        text-align: center;
    }

    .footer .footer_info .logo_img {
        margin: 0 auto 10px;
        width: 59vw;
    }

    .footer .footer_info .text_box {
        font-size: 3.59vw;
    }

    .footer .footer_info .text_box .name {
        font-size: 4.10vw;
    }

    .footer .footer_info .tel {
        align-items: center;
        background-color: rgba(51, 51, 51, .3);
        border: 1px solid #fff;
        display: flex;
        flex-direction: row-reverse;
        gap: 2.56vw;
        justify-content: flex-end;
        margin: 0 auto;
        padding: 5.89vw 5.12vw;
        width: 76.92vw;
    }

    .footer .footer_info .tel .arrow::before {
        left: -1.03vw;
        right: auto;
    }

    .footer .footer_info .tel .title::before {
        content: none;
    }

    .footer .footer_info .tel .arrow {
        display: block;
        margin-left: auto;
    }

    .footer .footer_info .tel .title {
        font-size: 3.59vw;
        margin-bottom: 0;
        padding-left: 0;
    }

    .footer .footer_info .tel .num {
        display: contents;
    }

    .footer .footer_info .tel .num .img {
        width: 4.10vw;
    }

    .footer .sub-list.sp {
        display: flex;
        flex-direction: row;
        gap: 5.12vw;
        justify-content: center;
    }

    .footer .sub-list .item .page_link {
        color: #ccc;
        font-size: 3.08vw;
    }

    .footer .copy {
        font-size: 3.08vw;
        margin-top: 5.39vw;
        padding-bottom: 28.20vw;
    }


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

    .site-main {
        padding-top: 0;
    }

    .page_heading {
        padding-bottom: 15.39vw;
        padding-top: 15.39vw;
    }

    .single .page_heading,
    .archive .page_heading,
    .contact .page_heading,
    .page_sitemap_main .page_heading {
        padding-top: 15.39vw;
    }

    .page_heading::after {
        height: 15.39vw;
    }

    .page_heading .title {
        font-size: 7.18vw;
        margin-bottom: 1.28vw;
    }

    .page_heading .text {
        font-size: 3.33vw;
    }

    .common_page_main {
        padding-block: 20vw;
    }

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3.08vw;
        margin-bottom: 3.07vw !important;
        margin-top: 12.82vw !important;
    }

    .breadcrumb div {
        gap: 7.69vw;
    }

    .breadcrumb a::before {
        left: calc(100% + 3.84vw);
    }

    .breadcrumb a::after {
        left: calc(100% + 1.28vw);
    }

    /* 私たちについて */
    .about_message_heading .title {
        font-size: 6.15vw;
    }

    .about_message {
        margin-bottom: 17.9vw;
    }

    .about_message .box {
        grid-template-columns: 1fr;
    }

    .about_message .box .img {
        height: 71.7vw;
    }

    .about_message .box .text_box .text {
        font-size: 3.59vw;
    }

    .about_message .box .text_box .text.emphasis {
        font-size: 5.12vw;
    }

    .about_message .box .text_box .signature .role {
        font-size: 4.10vw;
    }

    .about_message .box .text_box .signature .name {
        font-size: 6.15vw;
    }

    .about_introduce .title,
    .about_history .title,
    .about_company .title {
        font-size: 6.15vw;
        margin-bottom: 5.12vw;
    }

    .about_history .box .list {
        grid-template-columns: 1fr;
        max-width: 128.20vw;
    }

    .about_history .box .list::before {
        left: 1.28vw;
        top: 30%;
    }

    .about_history .box .list .term {
        font-size: 3.59vw;
    }

    .about_history .box .list .term::before {
        height: 2.56vw;
        width: 2.56vw;
    }

    .about_history .box .list .description {
        font-size: 3.59vw;
        padding-left: 3em;
    }

    .about_company {
        padding-bottom: 25vw;
    }

    .about_company .info {
        max-width: 128.20vw;
    }

    .about_company .info .term {
        padding: 1.8vw 2.56vw;
        width: calc(150 / 500 * 100%);
    }

    .about_company .info .description {
        color: #fff !important;
        padding: 1.8vw 2.56vw;
        width: calc(350 / 500 * 100%);
    }

    /* 事業内容*/
    .page_service .common_page_wrap {
        padding-block: 7vw 26vw !important;
    }

    .service_cont_sec .inner {
        grid-template-columns: 1fr !important;
    }

    .service_cont_sec .nav_box .nav_item .anchor {
        background-color: rgba(8, 141, 139, .3);
    }

    .service_cont_sec .cont .item .text_box {
        width: 100% !important;
    }

    .service_cont_sec .cont .item .link_box {
        flex-direction: column;
        gap: 0;
        margin: 20px auto 0;
    }

    .service_cont_sec .cont .item .link_box .link_item:first-child {
        margin-bottom: 5.12vw;
    }

    .service_cont_sec .cont .item .link_box .link_item .link {
        background-color: var(--main-color);
    }

    .service_cont_sec .cont .item .text_box .title {
        font-size: 6.15vw !important;
    }

    .service_cont_sec .cont .item .text_box .text {
        font-size: 3.56vw !important;
    }

    .service_cont_sec .cont .item .img img {
        height: 51.28vw;
    }

    /*サブリース */

    .page_common_heading .unit {
        margin-bottom: 11.54vw;
    }

    .page_common_heading .unit .title_box {
        margin-bottom: 6.41vw;
    }

    .sublease_heading .unit .title_box .title {
        font-size: 6.15vw;
        line-height: 1.7;
        margin-bottom: 5.12vw;
    }

    .page_common_heading .unit .text_box .text {
        font-size: 4.10vw;
        margin-bottom: 6.41vw;
    }

    .sublease_heading .unit .text_box .sub-text {
        font-size: 3.59vw;
    }

    .sublease_heading .incase {
        padding-bottom: 2.56vw;
    }

    .sublease_heading .incase::after {
        font-size: 16.41vw;
        top: -7.69vw;
    }

    .sublease_heading .incase .text {
        font-size: 6.15vw;
        margin-bottom: 5.12vw;
    }

    .sublease_services {
        padding-bottom: 12.82vw;
        padding-top: 12.82vw;
    }

    .sublease_services .sublease_services_heading .title {
        font-size: 6.15vw;
        margin-bottom: 3.84vw;
    }

    .sublease_services .sublease_services_heading .text {
        font-size: 3.59vw;
        margin-bottom: 3.84vw;
    }

    .sublease_services .list {
        gap: 2.56vw;
        grid-template-columns: 1fr;
        padding-bottom: 20.51vw;
    }

    .sublease_services .list .item .title_box {
        padding: 2.56vw 3.84vw;
    }

    .sublease_services .list .item .title_box .title {
        font-size: 4.61vw;
    }

    .sublease_details {
        padding: 10vw 0 17.9vw;
    }

    .sublease_detail .content {
        flex-direction: column;
        gap: 3.84vw;
        padding-left: 0;
        padding-right: 0;
    }

    .sublease_detail:first-child .content {
        padding-bottom: 17.9vw;
    }

    .sublease_detail:nth-child(2) .content {
        padding-bottom: 17.9vw;
        padding-top: 17.9vw;
    }

    .sublease_detail:last-child .content {
        padding-top: 17.9vw;
    }

    .sublease_detail .content .title_box {
        width: 100%;
    }

    .sublease_detail .content .title_box .text {
        font-size: 3.33vw;
    }

    .sublease_detail .content .title_box .title {
        font-size: 6.15vw;
    }

    .sublease_detail .content .detail_box {
        width: 100%;
    }

    .sublease_detail:last-child .content .detail_box .list .item {
        flex-direction: column;
    }

    .sublease_detail:last-child .content .detail_box .list .item .item_title_box {
        width: 100%;
    }

    .sublease_detail:first-child .content .detail_box .img:nth-of-type(2) {
        margin-bottom: 5.12vw;
    }

    .sublease_detail .content .detail_box .detail_box_text {
        font-size: 3.59vw;
    }

    .sublease_detail .content .detail_box .merit_box {
        padding: 10.25vw 5.12vw 7.69vw;
    }

    .sublease_detail .content .detail_box .merit_box .img {
        left: -1.28vw;
        top: 1.28vw;
        width: 20.51vw;
    }

    .sublease_detail .content .detail_box .merit_box .title {
        font-size: 5.12vw;
        margin-bottom: 2.56vw;
        padding-left: 0;
    }

    .sublease_detail .content .detail_box .merit_box .list {
        padding-bottom: 3.84vw;
    }

    .sublease_detail .content .detail_box .merit_box .attention {
        margin-top: 3.84vw;
    }

    .sublease_detail .content .detail_box .merit_box .attention .attention_text {
        font-size: 3.33vw;
    }

    .sublease_detail .content .detail_box .splide {
        padding-right: 0;
    }

    .sublease_detail .content .detail_box .splide .title {
        font-size: 5.12vw;
    }

    .sublease_detail .content .detail_box .splide .text {
        font-size: 3.59vw;
    }

    .sublease_detail:last-child .content .detail_box .detail_box_text {
        margin-bottom: 5.12vw;
    }

    .sublease_detail:last-child .content .detail_box .list {
        margin-top: 5.12vw;
    }

    .sublease_detail:last-child .content .detail_box .box .list {
        grid-template-columns: 1fr;
    }

    .sublease_detail:last-child .content .detail_box .list .item .item_title_box .title {
        font-size: 3.85vw;
    }

    .sublease_detail:last-child .content .detail_box .list .item .item_text {
        font-size: 3.59vw;
        padding-bottom: 2.56vw;
        padding-top: 2.56vw;
        width: 100%;
    }

    .sublease_detail:last-child .content .detail_box .box .title_box .sub-title {
        font-size: 3.59vw;
    }

    .sublease_detail:last-child .content .detail_box .box .list .item .unit {
        flex-wrap: nowrap;
        margin-bottom: 2.56vw;
        padding: 2.56vw;
    }

    .sublease_detail:last-child .content .detail_box .box .list .item .unit .title {
        font-size: 4.10vw;
    }

    .sublease_detail:last-child .content .detail_box .box .list .item .text {
        font-size: 3.59vw;
    }

    .sublease_detail:last-child .content .detail_box .box .text {
        font-size: 3.59vw;
    }

    /* 管理委託 */
    .outsourcing_details {
        padding-bottom: 25vw;
    }

    .outsourcing_detail .content .title_box .title {
        font-size: 6.15vw;
    }

    .outsourcing_detail .content .img {
        max-width: 153.8vw;
        width: 100%;
    }

    .outsourcing_detail .content .detail_box {
        margin-bottom: 12.82vw;
    }

    .outsourcing_detail .content .detail_box .list {
        gap: 2.56vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .outsourcing_detail .content .detail_box .list .item {
        flex-direction: column;
        gap: 1.28vw;
        padding: 2.56vw 1.28vw;
    }

    .outsourcing_detail .content .detail_box .list .item .num {
        font-size: 3.59vw;
    }

    .outsourcing_detail .content .detail_box .list .item .title {
        font-size: 3.59vw;
        text-align: center;
    }

    .outsourcing_detail .content .points {
        margin-bottom: 17.94vw;
    }

    .outsourcing_detail .content .points .points_title {
        font-size: 5.64vw;
    }

    .outsourcing_detail .content .points .list .item {
        flex-direction: column;
        gap: 3.08vw;
    }

    .outsourcing_detail .content .points .list .item .text_box .title {
        display: inline;
        font-size: 4.66vw;
    }

    .outsourcing_detail .content .points .list .item .num {
        font-size: 3.3vw;
    }

    .outsourcing_detail .content .points .list .item .text_box .text {
        font-size: 3.59vw;
        margin-top: 2.56vw;
    }

    .outsourcing_detail .content .title_box {
        margin-bottom: 5.12vw;
    }

    .outsourcing_detail .content .for_owner .title_box .sub-title {
        font-size: 3.59vw;
    }

    .outsourcing_detail .content .for_owner .text {
        font-size: 3.59vw;
    }

    /* 物件シリーズ紹介 */

    .property-series_details {
        padding-block: 13vw 25vw;
    }

    .property-series_detail {
        margin-bottom: 25.64vw;
    }

    .property-series_detail .unit {
        flex-direction: column;
        gap: 5.12vw;
    }

    .property-series_detail .unit .img {
        height: 71.7vw;
        width: 100%;
    }

    .property-series_detail .unit .text_box {
        width: 100%;
    }

    .property-series_detail .unit .text_box .title {
        font-size: 6.15vw;
        margin-bottom: 2.56vw;
    }

    .property-series_detail .unit .text_box .text {
        font-size: 3.59vw;
    }

    .property-series_detail .archive_list {
        grid-template-columns: 1fr;
        margin-bottom: 6.41vw;
    }

    .property-series_detail .splide {
        margin-bottom: 35px;
    }

    .property-series_detail .splide__list .item {
        width: 34.36vw;
    }

    .property-series_detail .splide__list .item .link .img {
        height: 22.82vw;
        width: 100%;
    }

    .property-series_detail .splide__list .item .link .img img {
        height: 100%;
        object-fit: cover;
    }

    .property-series_detail .splide__list .item .link .text_name {
        -webkit-box-orient: vertical;
        color: #fff;
        display: -webkit-box;
        font-size: 4.10vw;
        font-weight: 700;
        -webkit-line-clamp: 1;
        margin-block: 0 .4em;
        overflow: hidden;
    }

    .property-series_detail .splide__list .item .link .text_area {
        -webkit-box-orient: vertical;
        color: #fff;
        display: -webkit-box;
        font-size: 3.59vw;
        -webkit-line-clamp: 2;
        margin-block: 0 .4em;
        overflow: hidden;
    }


    /* 物件一覧 */
    .page_property .common_page_wrap {
        padding-block: 13vw 25vw;
    }

    .property_cont_sec .list {
        display: block;
        margin-bottom: 17.9vw;
    }

    .property_cont_sec .list .item {
        display: block;
    }

    .property_cont_sec .list .item+.item {
        margin-block: 18vw 0;
    }

    .property_cont_sec .list .item .img {
        height: 71.7vw;
    }

    .property_cont_sec .list .item .link .title {
        font-size: 4.10vw;
    }

    .property_cont_sec .list .item .link .text_box {
        margin-block: 0 5vw;
        padding-inline: .4em;
    }

    .property_cont_sec .list .item .link .text_box .title {
        font-size: 4.6vw;
        -webkit-line-clamp: 2;
        margin-block: 0 .8em;
    }

    .property_cont_sec .list .item .link .text_box .text {
        font-size: 3.6vw;
    }

    /* 物件個別ページ */


    .single_property_main {
        padding-block: 3.5vw 0;
    }

    .single_property_main::before {
        height: 48.7vw;
    }

    .single_property_main .wrap {
        max-width: 95%;
    }

    .single_property_main .cont .main_img {
        margin-block: 0 5vw;
    }

    .single_property_main .cont .main_img img {
        aspect-ratio: 37/31;
    }

    .single_property_main .cont .text_box {
        padding-inline: 2.5vw;
    }

    .single_property_main .cont .text_box .title {
        font-size: 4.6vw;
        margin-block: 0 .9em;
    }

    .single_property_main .cont .text_box .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .single_property .common_page_wrap {
        padding-block: 17vw 23vw;
    }

    .single_property .recommend_sec {
        padding-block: 23vw 0;
    }

    .single_property .recommend_sec .top_box {
        display: block;
        margin-block: 0 6.5vw;
    }

    .single_property .recommend_sec .top_box .title_box {
        text-align: center;
    }

    .single_property .recommend_sec .top_box .title_box .title {
        font-size: 5.1vw;
    }

    .single_property .recommend_sec .link_btn .link {
        font-size: 5.1vw;
        margin: 10vw auto 0;
        min-block-size: 16.7vw;
        padding: .5em;
        width: 77%;
    }

    .single_property .recommend_sec .link_btn .link:hover {
        background: #f5f5f5;
        color: initial;
    }


    .single_property_detail .common_page_wrap {
        padding-block: 13vw 25vw;
    }

    .single_property_detail .common_page_wrap .cont_sec .wrap {
        width: 100%;
    }

    .single_property_detail .cont_sec .main_title .title {
        font-size: 6.15vw;
        margin-bottom: 2.56vw;
        padding-left: 3.84vw;
    }

    .single_property_detail .cont_sec .main_title .title::before {
        height: 6.15vw;
        width: 1.03vw;
    }

    .single_property_detail .cont_sec .main_title .cat_box .cat_list li {
        font-size: 2.82vw;
    }

    .single_property_detail .article .box .img {
        height: 71.7vw;
    }

    .single_property_detail .article .box .text_name {
        font-size: 4.61vw;
    }

    .single_property_detail .recommend_sec {
        padding-block: 15.39vw 0;
    }

    .single_property_detail .recommend_sec .top_box .title_box .title {
        font-size: 5.12vw;
    }


    .single_property .recommend_sec .recommend_list {
        margin-inline: auto;
        max-width: 90%;
        width: 100%;
    }

    .single_property .recommend_sec .recommend_list .item {
        margin-inline: 0;
        width: 100%;
    }

    .single_property .recommend_sec .recommend_list .item+.item {
        margin-block: 5vw 0;
    }

    .single_property .recommend_sec .recommend_list .item .link {
        align-items: center;
        color: initial;
        display: flex;
        gap: 2.5vw;
    }

    .single_property .recommend_sec .recommend_list .item .img_box {
        aspect-ratio: 13/15;
        flex-shrink: 0;
        margin-block: 0;
        width: 33.33vw;
    }

    .single_property .recommend_sec .recommend_list .item .text_box {
        padding-inline: 0;
    }

    .single_property .recommend_sec .recommend_list .item .text_box .title {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: .09em;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        margin-block: 0 .4em;
        overflow: hidden;
    }

    .single_property .recommend_sec .recommend_list .item .text_box .text {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 3.6vw;
        font-weight: 400;
        letter-spacing: .08em;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .single_property_detail .recommend_sec .recommend_list {
        width: 100%;
    }

    .single_property_detail .recommend_sec .recommend_list .item {
        margin: 0 auto 20px;
        width: 100%;
    }

    .single_property_detail .recommend_sec .recommend_list .item .link {
        display: block;
    }

    .single_property_detail .recommend_sec .recommend_list .item .img_box .img {
        height: 71.7vw;
    }

    .single_property_detail .recommend_sec .recommend_list .item .text_box .text {
        font-size: 3.33vw;
    }

    .single_property_detail .recommend_sec .recommend_list .item .text_box .text_name {
        font-size: 4.10vw;
    }

    .single_property_detail .recommend_sec .link_btn .link {
        margin: 0 auto;
        width: 59vw;
    }

    /* お知らせ詳細 */

    .l-content {
        padding-top: 2em;
    }


    /* SP固定ページ お問い合わせ */

    .page_contact .common_page_wrap {
        padding: 0 0 13vw;
    }

    .contact_form_disc {
        margin-block: 0 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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: .3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* SP固定ページ サイトマップ */
    .page_main .page_sitemap .common_page_wrap {
        padding-block: 8vw 26vw !important;
    }

    ul#sitemap_list li {
        margin: 0;
    }

    .page_sitemap_main {
        padding-block: 0vw !important;
    }

    .sitemap_cont_sec .cont .list .item .title {
        padding: 0 .2em .6em !important;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu ul {
        grid-template-columns: 1fr !important;
    }

    .sitemap_cont_sec .cont .list .item .sub_menu li:nth-child(even)::before {
        content: none !important;
    }

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

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

    body #sitemap_list {
        padding: 0;
    }
}