@charset "UTF-8";

:root {
    --main-color: #00B1D1;
    --sub-color: ##fff;
}

/* サイト内のメインフォントはここに追加 */
/* 不要な指定は消す */
body {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    background-color: #fff !important;
    font-family: "Zen Maru Gothic", sans-serif;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-block: 18px 5px;
    margin-block: 0 1em;
    background: url(../image/fv_company.png) no-repeat center bottom/100% 292px;
}

.common_page_main .title_box {
    margin-top: 138px;
    text-align: center;
}

.common_page_main .title_box .title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

.common_page_wrap {
    padding: 60px 0 160px;
}

#page_heya .heya_contact .common_page_wrap {
    padding-bottom: 0;
}

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

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

.page_main #Formbox {
    background: #fff;
}

/* パンくず */
.breadcrumb {
    font-size: 14px;
    color: #6C7E81;
    letter-spacing: 0.08em;
}

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

/* ここから下部にCSSを追加してください */
/* sagasumu様サイト追加CSS */
/* Vision */
@font-face {
    font-family: "Vision";
    src: url("../font/Vision.otf") format("opentype");
    font-weight: 400;
}

/* Vision-Bold */
@font-face {
    font-family: "Vision-Bold";
    src: url("../font/Vision-Bold.otf") format("opentype");
    font-weight: 700;
}

/* Vision-Heavy */
@font-face {
    font-family: "Vision-Heavy";
    src: url("../font/Vision-Heavy.otf") format("opentype");
    font-weight: 800;
}

.inline_block {
    display: inline-block;
}

.line_break {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* 共通設定 */
body {
    min-width: 1440px;
    position: relative;
}

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

.blue {
    color: #5EC2D0;
}

/* 共通パーツ */
.button {
    width: 180px;
}

.button a {
    width: 100%;
    padding: 4px 20px 4px 7px;
    border: 2px solid #5EC2D0;
    border-radius: 100vh;
    font-size: 14px;
    font-weight: 700;
    color: #5EC2D0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button a::before,
.button a::after {
    content: "";
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button a::before {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.button.favorite a::before {
    background: #E7F7FA url(../image/icon_heart.svg) no-repeat center center/13px;
}

.button.property a::before {
    background: #E7F7FA url(../image/icon_time.svg) no-repeat center center/14px;
}

.button a::after {
    margin-left: auto;
    width: 8px;
    aspect-ratio: 1/1;
    border-right: 2px solid #5EC2D0;
    border-bottom: 2px solid #5EC2D0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section_subtitle {
    font-family: "Vision-Bold", sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
}

.section_title {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

.l-articleBottom__section.-author {
    display: none;
}

/* PC_header */
.header {
    background-color: transparent;
    position: relative;
}

.header .wrap {
    width: 1340px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .logo {
    margin: 20px 0;
    width: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .right {
    padding-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}

.header .upper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
}

.header .tel_block .number_block {
    font-family: "Vision-Bold", sans-serif;
    font-weight: 700;
    line-height: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 5px;
}

.header .tel_block .en_text {
    font-size: 16px;
    color: #00B1D1;
}

.header .tel_block a {
    font-size: 30px;
    color: #1A1A1A;
}

.header .tel_block .hour {
    margin: -5px 0 0 -6px;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #333;
}

.header .buttons {
    gap: 10px;
}

.header .lower {
    margin-top: 14px;
}

.header .nav .list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 39px;
}

.header .nav .item a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #1A1A1A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .contact_buttons {
    gap: 10px;
}

.button_header {
    width: 130px;
}

.button_header a {
    padding: 10px 0 14px;
    border-radius: 10px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button_header a .img {
    margin: 0 auto;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button_header a .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.button_header.line a {
    background-color: #1EBA60;
}

.button_header.line a .img img {
    width: 20px;
    aspect-ratio: 1/1;
}

.button_header.contact a {
    background-color: #00B1D1;
}

.button_header.contact a .img img {
    width: 19.3px;
    aspect-ratio: 19.3/18.1;
}

.header.pc.is-fixed {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.header.pc.is-fixed .logo {
    opacity: 0;
    visibility: hidden;
    width: 75.3px;
}

.header.pc.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.header.pc.is-visible .logo {
    opacity: 1;
    visibility: visible;
}

.no-articles {
    margin-top: 4em;
    text-align: center;
}

/* PC_メインビュー */
.sections_bg {
    background: url(../image/sections_bg.png) no-repeat center 37px/100%;
}

.top_fv {
    position: relative;
    z-index: 3;
}

.top_fv .top_mv_note {
    font-size: 14px;
    margin-top: 1em;
    color: #fff;
    text-align: right;
    padding-bottom: 2em;
    padding-right: 1em;
}

.top_fv .wrap {
    padding: 105px 0 43.8px;
    width: 1340px;
    position: relative;
}

.top_fv .title_block {
    margin-left: -70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 56px 20px 56px 70px;
    border-radius: 104px;
    position: relative;
    z-index: 1;
}

.top_fv .title_block::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 104px;
    background-color: rgba(255, 255, 255, 0.94);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    z-index: -1;
}

.top_fv .title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.3;
}

.top_fv .title .strong {
    color: #5EC2D0;
}

.top_fv .text {
    margin-top: 24px;
    font-family: "Vision-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.top_fv .fv_slider {
    width: 88.8%;
    height: 610px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: -27.9px;
    right: 0;
    z-index: -1;
}

.top_fv .fv_slider .img {
    position: relative;
}

.top_fv .fv_slider .img::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(237, 253, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

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

/* PC_Room Search */
.top_search {
    margin-top: 200px;
}

.top_search .wrap {
    width: 1240px;
}

.top_search .contents_outer {
    padding: 55px 50px 55px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top_search .left {
    padding-right: 65.5px;
    max-width: 575.5px;
    width: 100%;
    border-right: 1px dashed #D3D3D3;
}

.top_search .text {
    margin-top: 18px;
    letter-spacing: 0.06em;
    color: #333;
}

.top_search .search_category {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.top_search .area_button a {
    padding: 30px 30px 35px;
    display: block;
    border-radius: 10px;
    background-color: #5EC2D0;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_search .area_button a .img {
    margin: 0 auto;
    width: 80px;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.top_search .area_button a .img::before {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_search .area_button a .en_title {
    margin-top: 17px;
    font-family: "Vision-Bold", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #16545D;
}

.top_search .area_button a .title {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}

.top_search .area_button a .title::before {
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../image/arrow_search.svg) no-repeat center center/contain;
}

.top_search .area_button.area img {
    width: 31.3px;
    aspect-ratio: 31.3/41.5;
    position: relative;
}

.top_search .area_button.station img {
    width: 31.1px;
    aspect-ratio: 31.1/36.7;
    position: relative;
}

.top_search form {
    margin-top: 20px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.top_search form input[type=text] {
    padding: 14.8px 10px;
    width: 100%;
    letter-spacing: 0.04em;
}

.top_search form input::-webkit-input-placeholder {
    color: #818181;
}

.top_search form input::-moz-placeholder {
    color: #818181;
}

.top_search form input:-ms-input-placeholder {
    color: #818181;
}

.top_search form input::-ms-input-placeholder {
    color: #818181;
}

.top_search form input::placeholder {
    color: #818181;
}

.top_search form button {
    width: 58px;
    background-color: #5EC2D0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_search form button img {
    width: 30px;
    aspect-ratio: 1/1;
}

.top_search .right {
    max-width: 500px;
    width: 100%;
}

.top_search .title_commitment {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.top_search .title_commitment::before,
.top_search .title_commitment::after {
    content: "";
    display: inline-block;
    width: 27.2px;
    aspect-ratio: 27.2/28.2;
    background: url(../image/deco_search_title.png) no-repeat center center/contain;
}

.top_search .list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 0;
}

.top_search .item {
    grid-column: span 3;
}

.top_search .item a {
    padding: 153.5px 14px 11px;
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_search .item .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_search .item .img img {
    width: 100%;
    aspect-ratio: 245/190;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_search .item .item_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #16545D;
    position: relative;
    z-index: 2;
}

.top_search .item:nth-child(n+3) {
    grid-column: span 2;
}

.top_search .item:nth-child(n+3) a {
    padding: 113.5px 14px 11px;
}

.top_search .item:nth-child(n+3) .img img {
    aspect-ratio: 16/15;
}

/* PC_Voice */
.top_voice {
    padding: 140px 0 130px;
}

.top_voice .section_title_block {
    text-align: center;
}

.top_voice .list {
    margin-top: 30px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.top_voice .item {
    padding: 22px 30px 19px;
    border-radius: 10px;
    border: 2px solid #5EC2D0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px #5EC2D0;
    box-shadow: 0 2px 1px #5EC2D0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
}

.top_voice .img {
    width: 114px;
    aspect-ratio: 1;
}

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

.top_voice .text_block {
    max-width: 340px;
    width: 100%;
}

.top_voice .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.top_voice .title::before {
    content: "";
    display: inline-block;
    width: 9px;
    aspect-ratio: 9/20;
    background: url(../image/deco_voice_title.svg) no-repeat center center/contain;
}

.top_voice .text {
    margin-top: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333;
}

.top_voice .swiper-pagination,
.top_voice .voice_swiper_button_wrap {
    display: none;
}

/* PC_New Arrival */
.top_new_arrival {
    padding: 140px 0 140px;
    background: url(../image/new_arrival_bg.png) no-repeat center top/100% 968.3px;
}

.top_new_arrival .section_title_block {
    text-align: center;
}

.top_new_arrival .lead {
    margin-top: 21px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.top_new_arrival .tab {
    margin-top: 32px;
}

.top_new_arrival .voice_menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.top_new_arrival .menu_item {
    padding: 12px;
    min-width: 100px;
    border: 2px solid #D9D9D9;
    border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #656565;
    text-align: center;
    cursor: pointer;
}

.top_new_arrival .menu_item.is_active {
    font-size: 14px;
    color: #fff;
    border: 2px solid #5EC2D0;
    background-color: #5EC2D0;
}

.top_new_arrival .content {
    margin-top: 50px;
}

.top_new_arrival .content_item {
    display: none;
}

.top_new_arrival .content_item.is_active {
    display: block;
    -webkit-animation: fade 0.3s;
    animation: fade 0.3s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.top_new_arrival .property_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.top_new_arrival .property_item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.top_new_arrival .property_item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_new_arrival .img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 70% 80%;
    transform-origin: 70% 80%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_new_arrival .img img {
    width: 100%;
    aspect-ratio: 27/18;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_new_arrival .text_block {
    padding: 200px 20px 15px;
    background-color: #fff;
}

.top_new_arrival .detail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
}

.top_new_arrival .detail .icon {
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.top_new_arrival .detail .icon img {
    width: 100%;
    aspect-ratio: 1/1;
}

.top_new_arrival .detail .contents {
    letter-spacing: 0.06em;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top_new_arrival .detail .contents.price {
    font-family: "Vision-Bold", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #1A1A1A;
}

.top_new_arrival .detail .contents.price .unit {
    margin-top: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #333;
}

.top_new_arrival .detail:first-of-type .contents {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #333;
    -webkit-line-clamp: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_new_arrival .detail:nth-of-type(2) {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top_new_arrival .detail:nth-of-type(3) {
    margin-top: 10px;
}

.top_new_arrival .detail:nth-of-type(3) .contents {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #333;
}

.top_new_arrival .detail:nth-of-type(n+4) {
    margin-top: 10px;
}

/* PC_banners */
.top_banners {
    padding-top: 125px;
}

.top_banners .swiper_main .swiper-slide img,
.top_banners .swiper__thumbnail .swiper-slide img {
    width: 100%;
    aspect-ratio: 50/32;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_banners .swiper__thumbnail {
    margin: 30px auto 0;
    max-width: 526px;
    width: 100%;
}

.top_banners .swiper__thumbnail .swiper-slide {
    cursor: pointer;
}

/* PC_News */
.top_news {
    padding-top: 140px;
}

.top_news .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_news .title_block {
    padding: 61px 50px 59px;
    max-width: 320px;
    width: 100%;
    border-radius: 10px;
    background: url(../image/news_bg.png) no-repeat center center/cover;
}

.top_news .section_title_block {
    color: #fff;
    text-align: center;
}

.top_news .button_news {
    margin-top: 56px;
}

.top_news .button_news a {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_news .button_news a .square {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_news .button_news a .arrow {
    width: 15.6px;
    height: 12.3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top_news .button_news a .arrow::before,
.top_news .button_news a .arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.top_news .button_news a .arrow::before {
    background: url(../image/arrow_blue.svg) no-repeat center center/contain;
    top: 0;
    left: 0;
}

@-webkit-keyframes arrow-move-before {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(33px, 0);
        transform: translate(33px, 0);
    }
}

@keyframes arrow-move-before {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(33px, 0);
        transform: translate(33px, 0);
    }
}

.top_news .button_news a .arrow::after {
    background: url(../image/arrow_blue.svg) no-repeat center center/contain;
    top: 0;
    left: -33px;
}

@-webkit-keyframes arrow-move-after {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(33px, 0);
        transform: translate(33px, 0);
    }
}

@keyframes arrow-move-after {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(33px, 0);
        transform: translate(33px, 0);
    }
}

.top_news .button_news a .text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    position: relative;
}

.top_news .button_news a .text::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_news .list {
    max-width: 750px;
    width: 100%;
}

.top_news .item a {
    padding: 19px 0 22px;
    border-bottom: 2px dotted #BEBEBE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.top_news .item:first-of-type a {
    padding-top: 0;
}

.top_news .item a::after {
    content: "";
    display: inline-block;
    width: 15.6px;
    height: 12.3px;
    background: url(../image/arrow_black.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_news .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_news .content .date {
    padding: 5px 20px;
    border-radius: 100vh;
    background-color: #F4F4F4;
    font-family: "Vision-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #16545D;
}

.top_news .content .title {
    margin-top: 17px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* PC_Faq */
.top_faq {
    padding: 180px 0 100px;
}

.top_faq .section_title_block {
    text-align: center;
}

.top_faq .section_title {
    margin-top: 12px;
}

.top_faq .list {
    margin-top: 44px;
}

.top_faq .question_wrap {
    padding: 10px;
    border-radius: 100vh;
    background-color: #E7F7FA;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.top_faq .question_heading,
.top_faq .answer_heading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5EC2D0;
    font-family: "Vision-Bold", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.top_faq .question_contents {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #16545D;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_faq .answer_wrap {
    padding: 14px 96px 26px 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
}

.top_faq .answer_heading {
    background-color: #EB6143;
}

.top_faq .answer_contents {
    max-width: 954px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

/* PC_footer */
.footer {
    width: 100%;
    padding: 110px 0 50px;
    background: url(../image/footer_bg.png) no-repeat left top/100%;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

.footer .wrapper {
    margin-inline: auto;
    width: 100%;
    height: 70.8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer .loop {
    -webkit-animation: loop 28s linear infinite;
    animation: loop 28s linear infinite;
    width: 581.2px;
    line-height: 1;
    position: relative;
}

.footer .loop2 {
    width: 581.2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loop 28s -7s linear infinite;
    animation: loop 28s -7s linear infinite;
}

.footer .loop3 {
    width: 581.2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loop 28s -14s linear infinite;
    animation: loop 28s -14s linear infinite;
}

.footer .loop4 {
    width: 581.2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loop 28s -21s linear infinite;
    animation: loop 28s -21s linear infinite;
}

@-webkit-keyframes loop {
    0% {
        -webkit-transform: translateX(320%);
        transform: translateX(320%);
    }

    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@keyframes loop {
    0% {
        -webkit-transform: translateX(320%);
        transform: translateX(320%);
    }

    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

.footer .wrap {
    margin-top: 42px;
}

.footer .left {
    padding: 20px 20px 30px;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.footer .left .text {
    margin-top: 16px;
    letter-spacing: 0.04em;
}

.footer .map {
    aspect-ratio: 36/25;
    border-radius: 14px;
    overflow: hidden;
}

.footer .map iframe {
    width: 100%;
    height: 100%;
}

.footer .address {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.3;
}

.footer .address .text {
    letter-spacing: 0.04em;
}

.footer .logo {
    margin: 25px auto 0;
    width: 119.4px;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .copyright {
    display: inline-block;
    margin-top: 26px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.footer .right {
    padding: 24px 50px 30px;
    max-width: 720px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
}

.footer .right .text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.footer .contact_buttons {
    margin: 5px 0 22px;
    gap: 20px;
}

.footer .button_footer {
    max-width: 300px;
    width: 100%;
}

.footer .button_footer a {
    padding: 14.5px 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .button_footer a .img {
    width: 51px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .button_footer a .button_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.footer .button_footer.line a {
    background-color: #1EBA60;
}

.footer .button_footer.line a .img img {
    width: 24px;
    aspect-ratio: 1/1;
}

.footer .button_footer.contact a {
    background-color: #00B1D1;
}

.footer .button_footer.contact a .img img {
    width: 24px;
    aspect-ratio: 24/22.5;
}

.footer .tel_block {
    margin-top: 3px;
    padding-bottom: 20px;
}

.footer .tel_block .number_block {
    font-family: "Vision-Bold", sans-serif;
    font-weight: 700;
    line-height: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
}

.footer .tel_block .en_text {
    margin-bottom: 4px;
    font-size: 20px;
    color: #00B1D1;
}

.footer .tel_block a {
    font-size: 40px;
    color: #00B1D1;
}

.footer .tel_block .hour {
    margin: 0 0 13px -3px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #333;
}

.footer .footer_nav {
    padding-top: 29px;
    border-top: 2px dotted #BEBEBE;
}

.footer .footer_nav .nav_wrap {
    max-height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px 60px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.footer .footer_nav .menu_item a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer_nav .menu_item a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.footer .footer_nav .menu_item:nth-of-type(3n+1) a::before {
    background-color: #5EC2D0;
}

.footer .footer_nav .menu_item:nth-of-type(3n+2) a::before {
    background-color: #EB6143;
}

.footer .footer_nav .menu_item:nth-of-type(3n+3) a::before {
    background-color: #F4E862;
}

.footer .footer_nav .menu_item:nth-of-type(n+7) {
    margin-left: 10px;
}

.footer .footer_nav .title_commitment {
    margin-top: 49px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}

.footer .footer_nav .title_commitment::before {
    content: "";
    width: 19.1px;
    height: 19px;
    background: url(../image/icon_house.svg) no-repeat center center/contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer .footer_nav .commitment_list {
    margin-top: 10px;
    gap: 41px;
}

.footer .footer_nav .commitment_item a {
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .internal_link {
    margin-top: 38px;
}

.footer .internal_link a {
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* PC_floating_banner */
.floating_banner {
    width: 240px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

.floating_banner img {
    width: 100%;
    position: relative;
}

.floating_banner img img {
    width: 100%;
    aspect-ratio: 24/15;
    -o-object-fit: cover;
    object-fit: cover;
}

.floating_banner .close_button {
    width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 10;
}

.floating_banner .close_button::before,
.floating_banner .close_button::after {
    content: "";
    width: 8.4px;
    aspect-ratio: 1/1;
    height: 1.5px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
}

.floating_banner .close_button::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.floating_banner .close_button::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* PC下層ページ 共通設定 */
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common_page_main .sub_title {
    font-family: "Vision-Bold", sans-serif;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.header.lower .logo {
    width: 75.3px;
}

/* PC下層ページ 企業理念 */
.page_company {
    position: relative;
}

.page_company .list-wrap {
    width: 100%;
}

.page_company .list {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #333;
    gap: 4px;
}

.page_company .list+.list {
    margin-top: 4px;
}

.page_company .term {
    padding: 18px 30px;
    max-width: 240px;
    width: 100%;
    border-radius: 4px;
    background-color: #E9F2F4;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_company .description {
    padding: 18px 15px;
    border-radius: 4px;
    background-color: #F5F5F5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.7;
}

/* 未公開物件セクション（PC） */

.common_mikoukai_area {
    padding: 20px;
    border: 2px dashed #333;
}

.common_mikoukai_area .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.common_mikoukai_area .txt {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
}

.common_mikoukai_area a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--main-color);
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

/* PC固定ページ エリア・沿線検索 */
#page_search .errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

#page_search .displayNone {
    display: none;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .area_box+.area_box {
    margin-top: 40px;
}

#page_search .search_main_midashi {
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#page_search .areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

#page_search .checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

#page_search .checkboxCheckAll label {
    font-weight: normal;
    font-size: 12px;
}

#page_search div#area_1.table-L,
#page_search div#area_2.table-L,
#page_search div#area_3.table-L,
#page_search div#area_4.table-L,
#page_search div#area_5.table-L,
#page_search div#area_6.table-L,
#page_search div#area_7.table-L,
#page_search div#area_8.table-L,
#page_search div#area_9.table-L,
#page_search div#area_10.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

#page_search .areaListTableCell,
#page_search .railwayAreaListTableCell,
#page_search .railwayLineListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    background: #f6fbf6;
    position: relative;
    transition: 0.2s;
}

#page_search .areaListTableCell:hover span.in_wrap:before,
#page_search .railwayAreaListTableCell:hover span.in_wrap:before,
#page_search .railwayLineListTableCell:hover span.in_wrap:before {
    border: 5px solid #fbdc5a;
}

#page_search .areaListTableCell label input,
#page_search .railwayAreaListTableCell label input,
#page_search .railwayLineListTableCell label input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

#page_search .areaListTableCell input:checked+span.in_wrap,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap,
#page_search .railwayLineListTableCell input:checked+span.in_wrap {
    background: #fff2ba;
}

#page_search .areaListTableCell span.in_wrap,
#page_search .railwayAreaListTableCell span.in_wrap,
#page_search .railwayLineListTableCell span.in_wrap {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

#page_search .areaListTableCell span.in_wrap::before,
#page_search .railwayAreaListTableCell span.in_wrap::before,
#page_search .railwayLineListTableCell span.in_wrap::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    border: 5px solid #dee8de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    transition: 0.2s;
}

#page_search .areaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayLineListTableCell input:checked+span.in_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

#page_search .areaListTableCell>label a,
#page_search .railwayAreaListTableCell>label a,
#page_search .railwayLineListTableCell>label a {
    text-decoration: underline;
}

#page_search .font-AreaLinkText,
#page_search .font-RailwayLineLinkText,
#page_search .font-RailwayAreaLinkText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

#page_search .areaListTableCell span.List_number,
#page_search .railwayAreaListTableCell span.List_number,
#page_search .railwayLineListTableCell span.List_number {
    color: #000;
    font-size: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#page_search .searchButtonArea {
    width: 500px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}

#page_search .searchButtonArea .search_more_btn {
    padding: 0;
    font-weight: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
    transition: 0.2s;
}

#page_search .searchButtonArea .search_more_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    transition: 0.2s;
}

#page_search .searchButtonArea input.search_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

/* 物件アーカイブ（PC） */
#page_butkenArchive .table li {
    font-size: 14px;
    line-height: 2;
}

#page_butkenArchive .table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table li.tbody_archive a {
    color: #146fb5;
}

#page_butkenArchive .table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
}

#page_butkenArchive .table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#page_butkenArchive .tableRow {
    display: table-row;
}

#page_butkenArchive .tableCell {
    display: table-cell;
}

/* PC固定ページ 個人情報保護方針 */

.page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.page_privacy dl {
    margin-bottom: 30px;
}

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

.page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid var(--main-color);
    padding-left: 1em;
}

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

#breadcrumbs li:first-of-type {
    padding-left: 0;
    background: none;
}

.wpcf7-checkbox span.wpcf7-list-item span {
    position: static !important;
}

.heya_contact .mainArea.wrap {
    max-width: 100%;
    width: 100% !important;
}

.confirmButtonArea {
    max-width: 100%;
}

.top_mv_badge_area {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.top_mv_badge_area .badge_img {
    width: 330px;
}

.top_mv_badge_area .badge_img img {
    width: 100%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6));
}

@media (hover: hover) {
    .button a:hover {
        background-color: #5EC2D0;
        color: #fff;
    }

    .button a:hover::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .button.favorite a:hover::before {
        background: #fff url(../image/icon_heart.svg) no-repeat center center/13px;
    }

    .button.property a:hover::before {
        background: #fff url(../image/icon_time.svg) no-repeat center center/14px;
    }

    .header a:hover .logo {
        opacity: 0.7;
    }

    .header .nav .item a:hover {
        color: #5EC2D0;
    }

    .header .nav .item a:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .button_header.line a:hover {
        background-color: #29E97A;
    }

    .button_header.contact a:hover {
        background-color: #00CFF5;
    }

    .top_new_arrival .property_item a:hover .img {
        -webkit-transform: scale(0.92) rotate(-5deg);
        transform: scale(0.92) rotate(-5deg);
        border: 4px solid #5EC2D0;
    }

    .top_new_arrival .property_item a:hover .detail:first-of-type .contents {
        color: #5EC2D0;
    }

    .top_search .area_button a:hover {
        background-color: #3DA6B5;
    }

    .top_search .area_button a:hover .img::before {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .top_search .item a {
        padding: 153.5px 14px 11px;
        border-radius: 10px;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .top_search .item a:hover {
        outline: 3px solid #5EC2D0;
    }

    .top_search .item a:hover .img {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }

    .top_news .button_news a:hover .text::before {
        visibility: visible;
        opacity: 1;
    }

    .top_news .button_news a:hover .arrow::before {
        -webkit-animation: arrow-move-before 0.3s forwards ease-in-out;
        animation: arrow-move-before 0.3s forwards ease-in-out;
    }

    .top_news .button_news a:hover .arrow::after {
        -webkit-animation: arrow-move-after 0.3s forwards ease-in-out;
        animation: arrow-move-after 0.3s forwards ease-in-out;
    }

    .top_news .item a:hover .title {
        color: #5EC2D0;
    }

    .top_news .item a:hover::after {
        background: url(../image/arrow_blue.svg) no-repeat center center/contain;
    }

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

    .footer .button_footer.line a:hover {
        background-color: #29E97A;
    }

    .footer .button_footer.contact a:hover {
        background-color: #00CFF5;
    }

    .footer .menu_item a:hover,
    .footer .commitment_item a:hover {
        color: #5EC2D0;
    }

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

    .button a:hover {
        background-color: #5EC2D0;
        color: #fff;
    }

    .top_voice .item:hover {
        opacity: 0.6;
    }
}

@media (max-width: 750px) {

    /* 弊社のハンバーガーメニュー */
    header#sp_header {
        padding: 0 21.5vw 0 5.1vw;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 9999;
    }

    header#sp_header .logo {
        width: 13.9vw;
        margin: 2.4vw 0;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 17.9vw;
        top: 3.3vw;
        font-size: 6.4vw;
    }

    header#sp_header a.tel {
        right: 28.2vw;
        top: 3.8vw;
        font-size: 5.1vw;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        z-index: 99999;
        right: 5.1vw;
        top: 3.8vw;
        width: 12.8vw;
        height: 12.8vw;
        border-radius: 50%;
        background-color: #16545D;
        cursor: pointer;
        text-align: center;
        position: absolute;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 5.2vw;
        height: 0.6vw;
        left: 3.8vw;
        background: #fff;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 4.4vw;
    }

    .hamburger span:nth-child(2) {
        width: 3.2vw;
        top: 6.2vw;
        left: 5.6vw;
    }

    .hamburger span:nth-child(3) {
        top: 8.2vw;
    }

    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 6.2vw;
        left: 3.8vw;
        -webkit-transform: rotate(320deg);
        transform: rotate(320deg);
    }

    .hamburger.active span:nth-child(3) {
        top: 6.2vw;
        -webkit-transform: rotate(-320deg);
        transform: rotate(-320deg);
    }

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

    /* sideの場合,popup1の場合ここまで */
    /* sideの場合ここから */
    nav.globalMenuSp {
        z-index: 999;
        top: 0;
        left: 0;
        color: #000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 100%;
        background: #E6F2F4;
        height: auto;
        position: absolute;
        padding: 28.2vw 0 5.1vw;
    }

    /* sideの場合ここまで */
    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    /* ここまで弊社のハンバーガーメニュー */
    .wrap,
    .wrap.lr,
    .wrap.mid {
        max-width: 90%;
    }

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

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

    body {
        font-size: 3.3vw;
        line-height: 1.5;
        padding-top: 20.5vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 3vw 0;
        background: url(../image/fv_company_sp.png) no-repeat center top/100%;
    }

    .common_page_main .title_box {
        margin-top: 20.5vw;
        text-align: center;
    }

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

    .common_page_wrap {
        padding: 14vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* ここから下部にCSSを追加してください */
    /* ○○様サイト SP版追加CSS */
    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* 共通設定 */
    body {
        min-width: initial;
    }

    .wrap {
        max-width: 90%;
        width: initial;
    }

    /* 共通パーツ */
    .button {
        width: 46.2vw;
    }

    .button a {
        width: 100%;
        padding: 1vw 5.1vw 1vw 1.8vw;
        border: 0.5vw solid #5EC2D0;
        border-radius: 100vh;
        font-size: 3.6vw;
        font-weight: 700;
        color: #5EC2D0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.1vw;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .button a::before,
    .button a::after {
        content: "";
        display: inline-block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .button a::before {
        width: 7.7vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
    }

    .button.favorite a::before {
        background: #E7F7FA url(../image/icon_heart.svg) no-repeat center center/3.3vw;
    }

    .button.property a::before {
        background: #E7F7FA url(../image/icon_time.svg) no-repeat center center/3.6vw;
    }

    .button a::after {
        margin-left: auto;
        width: 2.1vw;
        aspect-ratio: 1/1;
        border-right: 0.5vw solid #5EC2D0;
        border-bottom: 0.5vw solid #5EC2D0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .section_title_block {
        text-align: center;
    }

    .section_subtitle {
        font-size: 15.4vw;
    }

    .section_title {
        margin-top: 1vw;
        font-size: 4.6vw;
    }

    /* SP_header */
    .sp_header_outer {
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
    }

    .sp_header_outer.active {
        height: 100dvh;
        overflow: scroll;
    }

    html.active {
        overflow: hidden;
    }

    #sp_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #sp_header .buttons {
        gap: 3.6vw;
    }

    #sp_header .button {
        width: 12.8vw;
    }

    #sp_header .button a {
        height: 12.8vw;
        padding: 0;
        border-radius: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #sp_header .button a::before,
    #sp_header .button a::after {
        content: initial;
    }

    #sp_header .button.favorite img {
        width: 4.6vw;
        height: 4.2vw;
    }

    #sp_header .button.property img {
        width: 5.2vw;
        height: 5.2vw;
    }

    nav.globalMenuSp .wrap {
        width: 89.7vw;
    }

    nav.globalMenuSp .menu_title {
        font-size: 4.6vw;
        text-align: center;
    }

    nav.globalMenuSp .search_box {
        margin-top: 3.6vw;
        padding: 2.6vw;
        border-radius: 2.6vw;
        background-color: #fff;
    }

    nav.globalMenuSp .search_category {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
    }

    nav.globalMenuSp .area_button a {
        padding: 3.6vw 3.6vw 4.1vw;
        display: block;
        border-radius: 2.6vw;
        background-color: #5EC2D0;
        text-align: center;
    }

    nav.globalMenuSp .area_button a .img {
        margin: 0 auto;
        width: 17.9vw;
        aspect-ratio: 1/1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    nav.globalMenuSp .area_button a .img::before {
        content: "";
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    nav.globalMenuSp .area_button a .en_title {
        margin-top: 5vw;
        font-family: "Vision-Bold", sans-serif;
        font-size: 3.1vw;
        font-weight: 700;
        line-height: 1;
        color: #16545D;
    }

    nav.globalMenuSp .area_button a .title {
        margin-top: 2.6vw;
        font-size: 4.1vw;
        letter-spacing: 0.04em;
        line-height: 1;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.5vw;
    }

    nav.globalMenuSp .area_button a .title::before {
        content: "";
        width: 4.6vw;
        aspect-ratio: 1/1;
        background: url(../image/arrow_search.svg) no-repeat center center/contain;
    }

    nav.globalMenuSp .area_button.area img {
        width: 6.7vw;
        aspect-ratio: 31.3/41.5;
        position: relative;
    }

    nav.globalMenuSp .area_button.station img {
        width: 7.2vw;
        aspect-ratio: 31.1/36.7;
        position: relative;
    }

    nav.globalMenuSp form {
        margin-top: 5.1vw;
        border: 0.3vw solid #D3D3D3;
        border-radius: 1.3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    nav.globalMenuSp form input[type=text] {
        padding: 4.4vw 2.6vw;
        width: 100%;
        font-size: 3.1vw;
        letter-spacing: 0.04em;
    }

    nav.globalMenuSp form input::-webkit-input-placeholder {
        color: #818181;
    }

    nav.globalMenuSp form input::-moz-placeholder {
        color: #818181;
    }

    nav.globalMenuSp form input:-ms-input-placeholder {
        color: #818181;
    }

    nav.globalMenuSp form input::-ms-input-placeholder {
        color: #818181;
    }

    nav.globalMenuSp form input::placeholder {
        color: #818181;
    }

    nav.globalMenuSp form button {
        width: 14.4vw;
        background-color: #5EC2D0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav.globalMenuSp form button img {
        width: 7.7vw;
        aspect-ratio: 1/1;
    }

    nav.globalMenuSp .commitment_title {
        margin-top: 7.7vw;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.6vw;
    }

    nav.globalMenuSp .commitment_title::before,
    nav.globalMenuSp .commitment_title::after {
        content: "";
        display: inline-block;
    }

    nav.globalMenuSp .commitment_title::before {
        width: 4.9vw;
        height: 4.9vw;
        background: url(../image/icon_house.svg) no-repeat center center/contain;
    }

    nav.globalMenuSp .commitment_title::after {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 0.5vw;
        background-color: #95B2B7;
    }

    nav.globalMenuSp .commitment_list {
        margin-top: 3.6vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
    }

    nav.globalMenuSp .commitment_item a {
        padding: 2.9vw 5.5vw 2.9vw 5.1vw;
        border: 0.4vw solid #5EC2D0;
        border-radius: 100vh;
        background-color: #fff;
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: 0.06em;
        color: #4499A5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav.globalMenuSp .commitment_item a::after {
        content: "";
        display: inline-block;
        margin-left: auto;
        width: 2.1vw;
        aspect-ratio: 1/1;
        border-right: 0.4vw solid #5EC2D0;
        border-bottom: 0.4vw solid #5EC2D0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    nav.globalMenuSp .nav_list {
        margin: 12.8vw 0 10.3vw;
    }

    nav.globalMenuSp .nav_item a {
        padding: 2.6vw 5.1vw;
        border-radius: 2.6vw;
        background-color: #fff;
        font-size: 4.1vw;
        letter-spacing: 0.04em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav.globalMenuSp .nav_item a::after {
        content: "";
        display: inline-block;
        width: 7.7vw;
        height: 7.7vw;
        background: url(../image/arrow_square.svg) no-repeat center center/contain;
    }

    nav.globalMenuSp .nav_item+.nav_item {
        margin-top: 3.6vw;
    }

    nav.globalMenuSp .text {
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-align: center;
    }

    nav.globalMenuSp .button_footer {
        margin: 0 auto;
        width: 84.6vw;
    }

    nav.globalMenuSp .button_footer a {
        padding: 2.6vw 5.1vw;
        border-radius: 2.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4.9vw;
    }

    nav.globalMenuSp .button_footer a .img {
        width: 12.8vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav.globalMenuSp .button_footer a .button_text {
        font-size: 4.6vw;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }

    nav.globalMenuSp .button_footer.line {
        margin-top: 2.6vw;
    }

    nav.globalMenuSp .button_footer.line a {
        background-color: #1EBA60;
    }

    nav.globalMenuSp .button_footer.line a .img img {
        width: 6.2vw;
        aspect-ratio: 1/1;
    }

    nav.globalMenuSp .button_footer.contact {
        margin: 3.1vw auto 5.1vw;
    }

    nav.globalMenuSp .button_footer.contact a {
        background-color: #00B1D1;
    }

    nav.globalMenuSp .button_footer.contact a .img img {
        width: 6.2vw;
        aspect-ratio: 24/22.5;
    }

    nav.globalMenuSp .button_footer.tel {
        margin-top: 2.6vw;
    }

    nav.globalMenuSp .button_footer.tel a {
        background-color: #0097B2;
    }

    nav.globalMenuSp .button_footer.tel a .img img {
        width: 5.9vw;
        aspect-ratio: 24/22.5;
    }

    nav.globalMenuSp .hour {
        margin-top: 2.1vw;
        font-size: 3.1vw;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #333;
        text-align: center;
    }

    nav.globalMenuSp .internal_link {
        text-align: center;
    }

    nav.globalMenuSp .internal_link a {
        margin-top: 12.8vw;
        display: inline-block;
        font-size: 3.3vw;
        letter-spacing: 0.04em;
        color: #5D5D5D;
        text-align: center;
    }

    nav.globalMenuSp .copyright {
        margin-top: 6.4vw;
        font-size: 3.1vw;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #333;
        text-align: center;
        display: block;
    }

    /* SP_メインビュー */
    .sections_bg {
        background: url(../image/sections_bg_sp.png) no-repeat center 40.3vw/100%;
    }

    .top_fv .wrap {
        padding: 44.2vw 0 8.2vw;
        width: initial;
        max-width: 94.9vw;
    }

    .top_fv .title_block {
        margin-left: -5.1vw;
        padding: 3.7vw 5vw 3.7vw 10.3vw;
        border-radius: 0 23.1vw 23.1vw 0;
    }

    .top_fv .title_block::before {
        width: 100%;
        border-radius: 0 23.1vw 23.1vw 0;
        background-color: rgba(255, 255, 255, 0.94);
        -webkit-filter: blur(7.7vw);
        filter: blur(7.7vw);
    }

    .top_fv .title {
        font-size: 7.5vw;
        line-height: 1.35;
    }

    .top_fv .text {
        margin-top: 1em;
        font-size: 3.4vw;
    }

    .top_fv .fv_slider {
        width: 100%;
        height: auto;
        border-radius: 5.1vw;
        top: 2.6vw;
    }

    /* SP_Room Search */
    .top_search {
        margin-top: 11.8vw;
    }

    .top_search .wrap {
        width: initial;
    }

    .top_search .contents_outer {
        padding: 10.8vw 2.6vw 14.1vw;
        border-radius: 5.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15.4vw;
    }

    .top_search .left {
        padding-right: 0;
        max-width: initial;
        border-right: none;
    }

    .top_search .section_subtitle {
        font-size: 10.8vw;
    }

    .top_search .section_title {
        margin-top: 0.5vw;
        font-size: 4.1vw;
    }

    .top_search .text {
        margin-top: 5.6vw;
        text-align: center;
    }

    .top_search .search_category {
        margin-top: 6.2vw;
        gap: 2.6vw;
    }

    .top_search .area_button a {
        padding: 3.6vw 3.6vw 4.1vw;
        border-radius: 2.6vw;
    }

    .top_search .area_button a .img {
        width: 17.9vw;
    }

    .top_search .area_button a .en_title {
        margin-top: 5.4vw;
        font-size: 3.1vw;
    }

    .top_search .area_button a .title {
        margin-top: 2.6vw;
        font-size: 4.1vw;
        gap: 1.5vw;
    }

    .top_search .area_button a .title::before {
        content: "";
        width: 4.6vw;
    }

    .top_search .area_button.area img {
        width: 6.7vw;
    }

    .top_search .area_button.station img {
        width: 7.2vw;
    }

    .top_search form {
        margin-top: 5.1vw;
        border-radius: 1.3vw;
    }

    .top_search form input[type=text] {
        padding: 4.4vw 2.6vw;
        font-size: 3.1vw;
    }

    .top_search form button {
        width: 14.4vw;
    }

    .top_search form button img {
        width: 7.7vw;
    }

    .top_search .right {
        max-width: initial;
    }

    .top_search .title_commitment {
        font-size: 5.1vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5.6vw;
    }

    .top_search .title_commitment::before,
    .top_search .title_commitment::after {
        width: 7vw;
    }

    .top_search .list {
        margin-top: 4.6vw;
        gap: 5.6vw 3.1vw;
    }

    .top_search .item a {
        padding: 33.3vw 0 0;
        border-radius: 2.6vw;
    }

    .top_search .item .img {
        height: auto;
        border-radius: 2.6vw;
        overflow: hidden;
    }

    .top_search .item .img img {
        aspect-ratio: 159/120;
    }

    .top_search .item .item_title {
        font-size: 3.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top_search .item .item_title::after {
        content: "";
        width: 5.1vw;
        height: 5.1vw;
        background: url(../image/arrow_search_sp.svg) no-repeat center center/contain;
    }

    .top_search .item:nth-child(n+3) a {
        padding: 25.9vw 0 0;
    }

    .top_search .item:nth-child(n+3) .img img {
        aspect-ratio: 102/90;
    }

    /* SP_Voice */
    .top_voice {
        padding: 14.6vw 0 0;
    }

    .top_voice .wrap {
        display: contents;
        position: relative;
    }

    .top_voice .list {
        margin-top: 5.9vw;
        padding: 0 5.1vw 1.3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: initial;
    }

    .top_voice .item {
        padding: 2.1vw 4.6vw 4.9vw;
        border-radius: 2.6vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_voice .img {
        width: auto;
        height: 25.6vw;
        margin: 0 auto;
    }

    .top_voice .img img {
        height: 100%;
    }

    .top_voice .text_block {
        max-width: initial;
        width: 100%;
    }

    .top_voice .title {
        margin-top: 5.1vw;
        padding-bottom: 1.5vw;
        border-bottom: 0.5vw dotted #AFAFAF;
        font-size: 3.6vw;
        display: block;
    }

    .top_voice .title::before {
        content: initial;
    }

    .top_voice .text {
        margin-top: 3.8vw;
        line-height: 1.5;
    }

    .top_voice .swiper_pagination_voice {
        bottom: -12vw;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top_voice .swiper_pagination_voice .swiper-pagination-bullet {
        margin: 0 1.3vw;
        width: 2.6vw;
        height: 2.6vw;
        background-color: #D1D1D1;
        opacity: 1;
    }

    .top_voice .swiper_pagination_voice .swiper-pagination-bullet-active {
        background: #16545D;
    }

    .top_voice .voice_swiper_button_wrap {
        margin-top: 9.7vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top_voice .voice_swiper_button_wrap .swiper-button-prev,
    .top_voice .voice_swiper_button_wrap .swiper-button-next {
        position: relative;
        height: 12.8vw;
        width: 12.8vw;
    }

    .top_voice .voice_swiper_button_wrap .swiper-button-next {
        margin-left: 46vw;
    }

    .top_voice .swiper-button-prev::after,
    .top_voice .swiper-button-next::after {
        content: "";
        margin: auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .top_voice .swiper-button-prev::after {
        background: url(../image/arrow_prev_voice.svg) no-repeat center center/contain;
    }

    .top_voice .swiper-button-next::after {
        background: url(../image/arrow_next_voice.svg) no-repeat center center/contain;
    }

    /* SP_New Arrival */
    .top_new_arrival {
        margin-top: 11.8vw;
        padding: 24.9vw 0 35.9vw;
        background: url(../image/new_arrival_bg_sp.png) no-repeat right top/100%;
    }

    .top_new_arrival .section_subtitle {
        font-size: 12.8vw;
    }

    .top_new_arrival .lead {
        margin-top: 6.2vw;
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .top_new_arrival .tab {
        margin-top: 7.2vw;
    }

    .top_new_arrival .voice_menu {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.6vw;
    }

    .top_new_arrival .menu_item {
        padding: 3.6vw 1.3vw;
        min-width: initial;
        border-radius: 1.3vw;
        font-size: 3.3vw;
    }

    .top_new_arrival .menu_item.is_active {
        font-size: 3.3vw;
    }

    .top_new_arrival .content {
        margin-top: 12.8vw;
    }

    .top_new_arrival .property_list {
        grid-template-columns: 1fr;
        gap: 5.1vw;
    }

    .top_new_arrival .property_item {
        border-radius: 2.6vw;
    }

    .top_new_arrival .property_item a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top_new_arrival .img {
        width: 30.8vw;
        border-radius: 0;
        position: static;
    }

    .top_new_arrival .img img {
        height: 100%;
        aspect-ratio: 3 / 4;
    }

    .top_new_arrival .text_block {
        width: 59vw;
        padding: 4.2vw 5.1vw 3.8vw;
    }

    .top_new_arrival .detail {
        gap: 2.6vw;
    }

    .top_new_arrival .detail .icon {
        width: 6.2vw;
    }

    .top_new_arrival .detail .contents {
        font-size: 3.6vw;
    }

    .top_new_arrival .detail .contents.price {
        font-size: 6.7vw;
        line-height: 1;
    }

    .top_new_arrival .detail .contents.price .unit {
        margin-top: 2.1vw;
        font-size: 3.1vw;
    }

    .top_new_arrival .detail:first-of-type .contents {
        font-size: 3.6vw;
        line-height: 1.5;
    }

    .top_new_arrival .detail:nth-of-type(2) {
        margin-top: 3.1vw;
    }

    .top_new_arrival .detail:nth-of-type(3) {
        margin-top: 2.6vw;
    }

    .top_new_arrival .detail:nth-of-type(3) .contents {
        font-size: 3.6vw;
    }

    .top_new_arrival .detail:nth-of-type(n+4) {
        margin-top: 2.6vw;
    }

    /* PC_banners */
    .top_banners {
        padding-top: 7.7vw;
    }

    .top_banners .swiper_main {
        position: relative;
    }

    .top_banners .swiper_main .swiper-slide img {
        width: 100%;
    }

    .top_banners .swiper_main .swiper-slide .img+.img {
        margin-top: 3vw;
    }

    .top_banners .swiper_pagination_banners {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -4.5vw;
    }

    .top_banners .swiper_pagination_banners .swiper-pagination-bullet {
        margin: 0 1.3vw;
        width: 3.1vw;
        height: 3.1vw;
        background-color: #D1D1D1;
        opacity: 1;
    }

    .top_banners .swiper_pagination_banners .swiper-pagination-bullet-active {
        background: #5EC2D0;
    }

    /* SP_top_news */
    .top_news {
        padding-top: 21vw;
    }

    .top_news .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_news .title_block {
        display: contents;
    }

    .top_news .title_block .section_title_block {
        padding: 7.2vw 7.7vw 5.6vw;
        width: 100%;
        border-radius: 2.6vw;
        background: url(../image/news_bg_sp.png) no-repeat center center/cover;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5.1vw;
    }

    .top_news .title_block .section_subtitle {
        font-size: 12.8vw;
        line-height: 0.8;
    }

    .top_news .title_block .section_title {
        font-size: 4.1vw;
    }

    .top_news .button_news {
        margin-top: 9.7vw;
        width: 54.4vw;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .top_news .button_news a .square {
        width: 10.3vw;
        border-radius: 1.5vw;
        background-color: #5EC2D0;
    }

    .top_news .button_news a .arrow {
        width: 4vw;
        height: 3.2vw;
    }

    .top_news .button_news a .arrow::before {
        background: url(../image/arrow_white.svg) no-repeat center center/contain;
    }

    .top_news .button_news a .arrow::after {
        content: initial;
    }

    .top_news .button_news a .text {
        font-size: 4.1vw;
        color: #333;
    }

    .top_news .button_news a .text::before {
        content: initial;
    }

    .top_news .list {
        margin-top: 8.7vw;
    }

    .top_news .list.no-news {
        text-align: center;
    }

    .top_news .item a {
        padding: 4.6vw 1.3vw 4.6vw 0;
        gap: 2.3vw;
    }

    .top_news .item a::after {
        width: 4vw;
        height: 3.2vw;
    }

    .top_news .content .date {
        padding: 1.4vw 3.6vw;
        font-size: 3.1vw;
    }

    .top_news .content .title {
        margin-top: 5.1vw;
        font-size: 3.6vw;
    }

    /* PC_Faq */
    .top_faq {
        padding: 28.7vw 0 1.5vw;
    }

    .top_faq .section_title {
        margin-top: 1vw;
    }

    .top_faq .list {
        margin-top: 8.7vw;
    }

    .top_faq .question_wrap {
        padding: 2.6vw 3.1vw 2.6vw 2.6vw;
        gap: 3.6vw;
    }

    .top_faq .question_heading,
    .top_faq .answer_heading {
        width: 12.8vw;
        height: 12.8vw;
        font-size: 7.7vw;
    }

    .top_faq .question_contents {
        font-size: 3.8vw;
        line-height: 1.4;
    }

    .top_faq .answer_wrap {
        padding: 5.1vw 0 5.1vw 2.6vw;
        gap: 3.6vw;
    }

    .top_faq .answer_contents {
        line-height: 1.55;
    }

    /* SP_footer */
    .footer {
        padding: 23.8vw 0 23.1vw;
        background: url(../image/footer_bg_sp.png) no-repeat left top/100%;
        z-index: 12;
    }

    .footer .wrapper {
        margin-inline: auto;
        width: 230.8vw;
        height: 8.3vw;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .footer .loop {
        -webkit-animation: loop 30s linear infinite;
        animation: loop 30s linear infinite;
        width: 68.4vw;
        line-height: 1;
        position: relative;
    }

    .footer .loop2 {
        width: 68.4vw;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loop 30s -10s linear infinite;
        animation: loop 30s -10s linear infinite;
    }

    .footer .loop3 {
        width: 68.4vw;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loop 30s -20s linear infinite;
        animation: loop 30s -20s linear infinite;
    }

    @-webkit-keyframes loop {
        0% {
            -webkit-transform: translateX(250%);
            transform: translateX(250%);
        }

        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    @keyframes loop {
        0% {
            -webkit-transform: translateX(250%);
            transform: translateX(250%);
        }

        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    .footer .wrap {
        margin-top: 4.4vw;
        max-width: 94.9vw;
    }

    .footer .footer_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .left {
        padding: 5.1vw 2.6vw 4.6vw;
        max-width: initial;
        border-radius: 0 0 5.1vw 5.1vw;
    }

    .footer .left .text {
        margin-top: 4.1vw;
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .footer .map {
        aspect-ratio: 35/13;
        border-radius: 3.6vw;
    }

    .footer .address {
        margin-top: 3.8vw;
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .footer .address .text {
        letter-spacing: 0.04em;
    }

    .footer .logo {
        margin: 8.5vw auto 0;
        width: 28.1vw;
    }

    .footer .copyright {
        margin-top: 9.2vw;
        font-size: 3.1vw;
    }

    .footer .right {
        padding: 7.7vw 5.1vw 6.2vw;
        max-width: 100%;
        border-radius: 5.1vw 5.1vw 0 0;
    }

    .footer .right .text {
        font-size: 3.6vw;
        text-align: center;
    }

    .footer .contact_buttons {
        margin: 2.7vw 0 5.2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3.3vw;
    }

    .footer .button_footer {
        margin: 0 auto;
        max-width: initial;
    }

    .footer .button_footer a {
        padding: 2.4vw 5.1vw;
        border-radius: 2.6vw;
        gap: 4.9vw;
    }

    .footer .button_footer a .img {
        width: 12.8vw;
    }

    .footer .button_footer a .button_text {
        font-size: 4.6vw;
    }

    .footer .button_footer.line a .img img {
        width: 6.2vw;
    }

    .footer .button_footer.contact a .img img {
        width: 6.2vw;
    }

    .footer .button_footer.tel {
        margin-top: 2.6vw;
    }

    .footer .button_footer.tel a {
        background-color: #0097B2;
    }

    .footer .button_footer.tel a .img img {
        width: 5.9vw;
        aspect-ratio: 24/22.5;
    }

    .footer .hour {
        margin-top: 2.1vw;
        font-size: 3.1vw;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #333;
        text-align: center;
    }

    /* SP_floating_banner */
    .floating_banner {
        width: 30.8vw;
        bottom: 74px;
        right: 2.6vw;
    }

    .floating_banner img img {
        aspect-ratio: 1/1;
    }

    .floating_banner .close_button {
        width: 6.2vw;
        top: 0;
        right: 2.6vw;
    }

    .floating_banner .close_button::before,
    .floating_banner .close_button::after {
        width: 2.2vw;
        height: 0.4vw;
    }

    .floating_buttons {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .floating_buttons .grid {
        display: grid;
        grid-template-columns: 1.6fr 1.6fr 0.7fr;
    }

    .floating_buttons .button_floating a {
        display: block;
        padding: 3.1vw 2.6vw;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2.6vw;
    }

    .floating_buttons .button_floating a .img {
        width: 9.2vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .floating_buttons .button_floating a .button_text {
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }

    .floating_buttons .button_floating.line a {
        background-color: #1EBA60;
    }

    .floating_buttons .button_floating.line a .img img {
        width: 5.1vw;
        aspect-ratio: 1/1;
    }

    .floating_buttons .button_floating.contact a {
        background-color: #00B1D1;
    }

    .floating_buttons .button_floating.contact a .img img {
        width: 4.8vw;
        aspect-ratio: 24/22.5;
    }

    .floating_buttons .button_floating.tel a {
        background-color: #0097B2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .floating_buttons .button_floating.tel a .img img {
        width: 4.3vw;
        aspect-ratio: 1/1;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main .sub_title {
        font-size: 10.3vw;
    }

    .header.lower .logo {
        width: 13.9vw;
    }

    /* SP会社案内ページ 企業理念 */
    .page_company .list-wrap {
        max-width: initial;
    }

    .page_company .list {
        font-size: 4.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1vw;
    }

    .page_company .list+.list {
        margin-top: 5.1vw;
    }

    .page_company .term {
        padding: 3.1vw 5.1vw;
        max-width: 100%;
        border-radius: 1vw;
    }

    .page_company .description {
        padding: 3.1vw 5.1vw;
        border-radius: 1vw;
        line-height: 1.7;
    }

    /* 未公開物件セクション（SP） */

    .common_mikoukai_area .ttl {
        font-size: 5vw;
    }

    .common_mikoukai_area .txt {
        font-size: 3.5vw;
    }

    .common_mikoukai_area a {
        font-size: 5vw;
        width: 100%;
    }

    .common_mikoukai_area_bn {
        background-color: #1151aa;
        position: fixed;
        right: 5px;
        bottom: 65px;
        border-radius: 4px;
        z-index: 9999;
    }

    .common_mikoukai_area_bn a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        padding: 5px 20px;
        display: block;
        position: relative;
        padding-top: 8px;
        background-image: url(/penguin/resources/image/_common/arrow_right_w.png);
        background-repeat: no-repeat;
        background-position: 96% center;
        background-size: 8px;
        z-index: 1;
    }

    .common_mikoukai_area_bn a:before {
        content: "タップする";
        background-color: #fff;
        border: 2px solid #4285f4;
        color: #4285f4;
        border-radius: 20px;
        text-align: center;
        width: 80px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -40px;
        font-size: 9px;
        line-height: 15px;
    }

    .common_mikoukai_area_bn p {
        overflow: hidden;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .common_mikoukai_area_bn a span {
        display: block;
        font-size: 16px;
    }

    /* SP固定ページ エリア・沿線検索 */

    #page_search .areaSearchAreaName {
        width: 100%;
        display: block;
    }

    #page_search .checkboxCheckAll {
        width: 100%;
        display: block;
        padding: 0;
        letter-spacing: 0;
    }

    #page_search .areaListTableCell,
    #page_search .railwayAreaListTableCell,
    #page_search .railwayLineListTableCell {
        width: 100%;
        margin: 0%;
    }

    #page_search .searchButtonArea {
        width: 100%;
        display: block;
    }

    #page_search .searchButton_fixed {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 10px;
        z-index: 9999;
    }

    #page_search .searchButton_fixed input#btnTownSearch,
    #page_search .searchButton_fixed input#btnAreaSearch {
        display: block;
        background: #fcc331;
        padding: .7em 1em;
        width: 48%;
        text-align: center;
        border-radius: 30px;
        font-size: 14px;
    }

    #page_search .searchButton_fixed input#btnTownSearch {
        background: #fff;
    }

    #page_search .searchButton_fixed input.search_btn.ont_btn {
        display: block;
        background: #fcc331;
        padding: .7em 1em;
        width: 100%;
        text-align: center;
        border-radius: 30px;
        font-size: 16px;
    }

    #page_search .searchButtonArea input.search_btn.ont_btn {
        width: 80%;
        margin: auto;
    }

    #page_search .searchButtonArea .search_more_btn,
    #page_search .searchButtonArea input.search_btn {
        width: 100%;
    }

    #page_search .searchButtonArea input.search_btn {
        margin-top: 20px;
    }

    /* 物件アーカイブ（SP） */

    #page_butkenArchive .table_wrap {
        overflow: scroll;
    }

    #page_butkenArchive .table {
        width: 1000px;
    }

    #page_butkenArchive .table li {
        font-size: 12px;
    }

    #page_heya .heya_contact .common_page_wrap {
        padding-bottom: 0;
    }

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

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

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

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

    .top_mv_badge_area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 4vw;
        align-items: center;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .top_mv_badge_area .badge_img {
        width: 41vw;
    }

    .top_mv_badge_area .badge_img.lr {
        width: 60vw;
    }

    .top_fv .top_mv_note {
        font-size: 2.5vw;
    }
}