/* WordPress Gallery
------------------------------------------ */

.gallery:not(body) {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:not(body):after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: left;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    /*margin: 5px 20px 20px 0;*/
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.logged-in.admin-bar .l-header,
.logged-in.admin-bar .c-slidebar-button,
.logged-in.admin-bar .c-slidebar-menu {
    margin-top: var(--wp-admin--admin-bar--height) !important;
}

.mw_wp_form_input .u-hidden-mw-wp-input,
.mw_wp_form_confirm .u-hidden-mw-wp-confirm,
.mw_wp_form_complete .u-hidden-mw-wp-complete {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
    display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: none !important;
}

.wp-embedded-content {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* tinymce / l-post-content
-------------------------------------------------------------- */

/* アコーディオン */
#tinymce .c-accordion-monthly__head::after {
    content: "expand_less" !important;
}

#tinymce .c-accordion-monthly__body {
    display: block !important;
}

.l-post-content.is-forms ul,
.l-post-content.is-forms ol {
    font-size: 14px;
}

.l-post-content.is-forms ul li::marker,
.l-post-content.is-forms ol li::marker {
    color: #387eaf;
}

#tinymce.post-type-forms,
.l-post-content.is-forms h2 {
    margin-top: 40px;
}

/* Print
-------------------------------------------------------------- */
@media print {
    .gm-style-moc {
        display: none !important;
    }
}

/* Empty
-------------------------------------------------------------- */

.c-pagination:empty {
    display: none;
}

/* Link
-------------------------------------------------------------- */

a.is-blank {
    position: relative;
    padding-right: 1rem;
}

a.is-blank:after {
    content: "navigate_next";
    font-family: "Material Icons Outlined";
    content: "open_in_new";
    font-size: .875rem;
    margin-left: 0.25rem;
    position: absolute;
    top: 0;
    right: 0;
}

a.is-disabled,
a.is-link-disabled {
    cursor: default;
    pointer-events: none;
}

a.is-disabled:hover,
a.is-link-disabled:hover {
    opacity: 1;
}

/* Breadcrumb
-------------------------------------------------------------- */

.l-page-header-manager .l-container {
    max-width: 100%;
}

.c-breadcrumb__inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-breadcrumb.is-absolute {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 10;
}

/* c-slidebar-menu
-------------------------------------------------------------- */

.c-slidebar-menu__children li a[target=_blank] {
    display: block;
}

.c-slidebar-menu__children li a[target=_blank]::after {
    position: relative;
    top: 3px;
}

.c-slidebar-menu__list a[target=_blank] {
    display: block;
}

.c-slidebar-menu__list a[target=_blank]::after {
    content: "open_in_new";
    position: relative;
    top: 3px;
    font-family: "Material Icons Outlined";
    color: #387eaf;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 0.5rem;
}

.c-slidebar-menu__list a, .c-slidebar-menu__list span {
    font-size: .9rem;
}


.c-slidebar-menu .c-button.is-xlg {
    font-size: 1.05rem;
}

/* l-header
-------------------------------------------------------------- */

.l-header__link a.is-blank:after {
    font-size: .825rem;
}

/* l-footer
-------------------------------------------------------------- */
.l-footer__logo.is-disabled {
    cursor: default;
    pointer-events: none;
}

.l-footer__logo:last-child:after {
    content: "";
}

.l-footer__logo:nth-child(7n):after {
    content: none;
}

.l-footer__images .l-footer__image:nth-child(n + 4) {
    margin-top: 2.25rem;
}

.l-footer__item > a.is-blank:after {
    position: static;
}

/* 物件情報 */

.c-block-property__image {
    display: block;
}

.c-block-property__info.is-free {
    align-items: flex-start;
}

.c-block-property__info.is-free .material-icons {
    margin-top: 0.1rem;
}

.c-block-property__info.is-free p {
    display: block;
}

.c-block-property__btns {
    display: inline-flex;
}

.c-block-property__btns .c-block-property__change:not(:last-child) {
    margin-right: 1rem;
}

.c-block-information__map .acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* c-heading */

.c-heading.is-nowrap {
    white-space: nowrap;
}

.c-block-page__head .c-heading.is-lg {
    margin-bottom: 0;
    margin-right: 3rem;
}

.c-block-page__title.c-heading.is-xxs {
    font-weight: 400;
}

.c-block-page__main-image .bg-img {
    /*background-size: auto;*/
}

.c-table tbody td .is-inline-flex,
.c-table-sm tbody td .is-inline-flex {
    display: inline-flex;
    flex-wrap: wrap;
}

.c-table tbody td .is-inline-flex > span:not(:last-child),
.c-table-sm tbody td .is-inline-flex > span:not(:last-child) {
    margin-right: .75rem;
}


/* loaded
-------------------------------------------------------------- */

.c-main-visual {
    opacity: 0;
    visibility: hidden;
    transition: opacity .75s .5s;
}

body.loaded .c-main-visual {
    opacity: 1;
    visibility: visible;
}

/* modal
-------------------------------------------------------------- */

/* c-block-modal */
.c-block-modal {
    z-index: -1;
}

.c-block-modal.is-block {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
}

.c-block-modal.is-block .modaal-close {
    display: none;
}

.c-block-modal__wrapper.is-block {
    max-height: 100%;
}

.c-block-modal__head.is-hide {
    display: none !important;
}

.modaal-gallery-item img {
    max-width: 1200px;
}

.c-block-modal__prefecture.is-disabled:after {
    display: none;
}

.c-block-modal__city li {
    position: relative;
}

.c-block-modal__city li a[target="_blank"]:after {
    content: "open_in_new";
    font-family: "Material Icons Outlined";
    position: absolute;
    top: 50%;
    right: -1.1rem;
    transform: translateY(-50%) translateX(0);
    color: #387eaf;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 1px;
}

/* front
-------------------------------------------------------------- */

.c-main-visual__main.is-full {
    width: 100%;
}

.c-search__item a[target="_blank"]:after {
    content: "open_in_new";
    font-size: .875rem;
    transform: translateY(-50%) translateX(0) !important;
}

/* 最新のsafari用 */
::-webkit-full-page-media, _:future, :root .l-section.is-feature:after {
    display: none;
}

/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, .l-section.is-feature:after {
        display: none;
    }
}

/* thumbnail
-------------------------------------------------------------- */

.c-post-thumbnail {
    margin-bottom: 1.5rem;
}

.c-post-thumbnail img {
    width: 100%;
}

/* news
-------------------------------------------------------------- */

div.c-news__block:after {
    display: none;
}

/* column
-------------------------------------------------------------- */
.c-post-bottom__banner{
	margin-top: 50px;
	display: block;
}

/* search
-------------------------------------------------------------- */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block-shataku__iframe {
        padding-top: 75%;
    }
}

/* map
-------------------------------------------------------------- */

.c-googletooltip {
    padding: 12px;
}

.c-googletooltip__name {
    font-weight: bold;
    margin-bottom: .15em;
}

.c-googletooltip__main {
    display: flex;
}

.c-googletooltip__image {
    width: 30%;
    background: #ececec;
    height: 70px;
    text-align: center;
}

.c-googletooltip__image img {
    max-width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.c-googletooltip__content {
    padding-left: 10px;
}

.c-googletooltip__address {
    font-size: .7rem;
}

.c-googletooltip .c-label {
    font-size: .5rem;
}

.c-googletooltip .c-label img {
    max-width: 0.9375rem !important;
}

.c-googletooltip.is-tips .c-block-property__labels {
    display: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 59.3125em) {
    .c-googletooltip.is-tips .c-block-property__labels {
        display: none;
        /*overflow: hidden;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 1;*/
    }
}

.gm-style .gm-style-iw-c {
    width: 100% !important;
    max-width: 300px !important;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

@media screen and (max-width: 59.3125em) {
    .gm-style .gm-style-iw-c {
        max-width: 240px !important;
    }
}

.gm-style .gm-style-iw-d {
    /*padding: 12px;*/
}

.c-map__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c-map__labels {
    height: 28px;
    overflow: hidden;
}

.c-label.is-yellow {
    border-color: #e5971a;
}

.c-label.is-blue {
    border-color: #71acd1;
}

.c-label.is-pink {
    border-color: #de89a3;
}

.c-map__list {
    margin-top: 0.125rem;
}

.c-map__item:first-child {
    padding-top: 1.125rem;
}

.c-map__item.is-selected {
    background: rgba(10, 75, 120, .2);
}

@media screen and (max-width: 59.3125em) {
    .c-map__iframe {
        padding-top: 90%;
    }
}

.c-map__wrapper {
    background: #f2f5f7;
}

.c-map__scroll {
    padding-top: 0 !important;
}

.c-map__head {
    padding: 1.25rem 0 1.125rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #f2f5f7;
}

.c-map__item:first-child {
    padding-top: 0;
}

@media screen and (max-width: 749px) {
    .c-map__scroll {
        /*display: none !important;*/
    }

    /*.c-map__scroll {*/
    /*	margin-top: 15px;*/
    /*}*/
    /*.c-map__head {*/
    /*	top: -1px;*/
    /*	padding: .5rem 0 1rem;*/
    /*}*/
    /*.c-map__scroll {*/
    /*	max-height: 20rem;*/
    /*	padding: 0 1rem 0 1.5rem;*/
    /*}*/
}

/* contact
-------------------------------------------------------------- */
.c-block-contact-tel__list li.is-disabled a {
    pointer-events: none;
    cursor: default;
}

.c-block-contact-tel__list li.is-disabled a:hover {
    opacity: 1;
}

.c-block-contact-tel__box:not(.is-first) {
    margin-top: 1.25rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block-contact-tel__box:not(.is-first) {
        margin-top: 1rem;
    }
}

/* download
-------------------------------------------------------------- */
.c-card-download__block {
    max-width: 552px;
    flex-grow: inherit;
}

/*.c-card-download__blocks.is-three-col .c-card-download__block {*/
/*	width: calc(33.3% - 36px);*/
/*}*/

/* reset */
.c-card-download__block:nth-child(n+3) {
    margin-top: 0;
}

.c-card-download__blocks.is-default .c-card-download__block {
    width: calc(50% - 36px);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card-download__blocks.is-default .c-card-download__block {
        width: 100%;
    }
}

.c-card-download__blocks.is-default .c-card-download__block:nth-child(n+3) {
    margin-top: 2rem;
}

/* monthly
-------------------------------------------------------------- */
.c-hero-block-top__text-note.is-center,
.c-hero-block-top__button.is-center {
    text-align: center;
}


/* placeall
-------------------------------------------------------------- */
.c-block-information__item.is-disabled {
    opacity: .65;
    background-color: #f2f5f7;
    filter: grayscale(1);
}

.c-block-information__table-wrap {
    display: inline-flex;
}

.c-block-table__item:nth-child(n+5) {
    margin-top: 1.5rem;
}

/* properties
-------------------------------------------------------------- */

.c-block-page__label:not(:last-child),
.c-block-property__label:not(:last-child) {
    margin-right: .375rem;
}

.c-block-property__label.c-label {
    margin-top: .375rem;
}

.c-block-example__sum.is-border b {
    font-family: 'Roboto', sans-serif;
}

@media print {
    body.single-properties .l-header,
    body.single-properties .l-footer,
    body.single-properties .c-breadcrumb,
    body.single-properties #section02,
    body.single-properties .l-offer,
    body.single-properties .c-banner-single,
    body.single-properties .c-block-page__buttons,
    body.single-properties .c-button.is-map-icon {
        display: none;
    }

    body.single-properties #facilities-basic-terms {
        margin-top: 1000px;
    }

}

/* /refre-f/service/
-------------------------------------------------------------- */

.c-card-sauna__button {
    text-align: center;
    margin-top: 4rem;
}

@media screen and (max-width: 46.8125em) {
    .c-card-sauna__button {
        margin-top: 3rem;
    }
}

/* c-card-voice
-------------------------------------------------------------- */

.c-card-voice__blocks.is-center {
    justify-content: center;
}


/* seminar
-------------------------------------------------------------- */

.c-block-seminar__label {
    margin-left: 6px;
}

/* 20230807_iwauchi_マンスリーキャンペーンフォーム
-------------------------------------------------------------- */
.c-accordion__table .js-responsive-table.is-scrollable:before {
    z-index: 1;
}

.c-accordion__table .c-table, .c-accordion__table .l-post-content table, .c-accordion__table #growp-editor-wrapper.post-type-post table, .c-accordion__table #tinymce.mce-content-body.acf_content table, .c-accordion__table #tinymce.post-type-post table, .c-accordion__table #tinymce.post-type-voices table, .c-accordion__table #tinymce.post-type-events table, .c-accordion__table #tinymce.post-type-campaigns table, .c-accordion__table #tinymce.post-type-columns table, .l-post-content .c-accordion__table table, #growp-editor-wrapper.post-type-post .c-accordion__table table, #tinymce.mce-content-body.acf_content .c-accordion__table table, #tinymce.post-type-post .c-accordion__table table, #tinymce.post-type-voices .c-accordion__table table, #tinymce.post-type-events .c-accordion__table table, #tinymce.post-type-campaigns .c-accordion__table table, #tinymce.post-type-columns .c-accordion__table table {
    margin: 0
}

.c-accordion__table .c-table tbody th, .c-accordion__table .l-post-content table tbody th, .c-accordion__table #growp-editor-wrapper.post-type-post table tbody th, .c-accordion__table #tinymce.mce-content-body.acf_content table tbody th, .c-accordion__table #tinymce.post-type-post table tbody th, .c-accordion__table #tinymce.post-type-voices table tbody th, .c-accordion__table #tinymce.post-type-events table tbody th, .c-accordion__table #tinymce.post-type-campaigns table tbody th, .c-accordion__table #tinymce.post-type-columns table tbody th, .l-post-content .c-accordion__table table tbody th, #growp-editor-wrapper.post-type-post .c-accordion__table table tbody th, #tinymce.mce-content-body.acf_content .c-accordion__table table tbody th, #tinymce.post-type-post .c-accordion__table table tbody th, #tinymce.post-type-voices .c-accordion__table table tbody th, #tinymce.post-type-events .c-accordion__table table tbody th, #tinymce.post-type-campaigns .c-accordion__table table tbody th, #tinymce.post-type-columns .c-accordion__table table tbody th, .c-accordion__table .c-table tbody td, .c-accordion__table .l-post-content table tbody td, .c-accordion__table #growp-editor-wrapper.post-type-post table tbody td, .c-accordion__table #tinymce.mce-content-body.acf_content table tbody td, .c-accordion__table #tinymce.post-type-post table tbody td, .c-accordion__table #tinymce.post-type-voices table tbody td, .c-accordion__table #tinymce.post-type-events table tbody td, .c-accordion__table #tinymce.post-type-campaigns table tbody td, .c-accordion__table #tinymce.post-type-columns table tbody td, .l-post-content .c-accordion__table table tbody td, #growp-editor-wrapper.post-type-post .c-accordion__table table tbody td, #tinymce.mce-content-body.acf_content .c-accordion__table table tbody td, #tinymce.post-type-post .c-accordion__table table tbody td, #tinymce.post-type-voices .c-accordion__table table tbody td, #tinymce.post-type-events .c-accordion__table table tbody td, #tinymce.post-type-campaigns .c-accordion__table table tbody td, #tinymce.post-type-columns .c-accordion__table table tbody td {
    padding: 1rem 1.25rem
}

@media screen and (max-width: 46.8125em) {
    .c-accordion__table .c-table tbody th, .c-accordion__table .l-post-content table tbody th, .c-accordion__table #growp-editor-wrapper.post-type-post table tbody th, .c-accordion__table #tinymce.mce-content-body.acf_content table tbody th, .c-accordion__table #tinymce.post-type-post table tbody th, .c-accordion__table #tinymce.post-type-voices table tbody th, .c-accordion__table #tinymce.post-type-events table tbody th, .c-accordion__table #tinymce.post-type-campaigns table tbody th, .c-accordion__table #tinymce.post-type-columns table tbody th, .l-post-content .c-accordion__table table tbody th, #growp-editor-wrapper.post-type-post .c-accordion__table table tbody th, #tinymce.mce-content-body.acf_content .c-accordion__table table tbody th, #tinymce.post-type-post .c-accordion__table table tbody th, #tinymce.post-type-voices .c-accordion__table table tbody th, #tinymce.post-type-events .c-accordion__table table tbody th, #tinymce.post-type-campaigns .c-accordion__table table tbody th, #tinymce.post-type-columns .c-accordion__table table tbody th, .c-accordion__table .c-table tbody td, .c-accordion__table .l-post-content table tbody td, .c-accordion__table #growp-editor-wrapper.post-type-post table tbody td, .c-accordion__table #tinymce.mce-content-body.acf_content table tbody td, .c-accordion__table #tinymce.post-type-post table tbody td, .c-accordion__table #tinymce.post-type-voices table tbody td, .c-accordion__table #tinymce.post-type-events table tbody td, .c-accordion__table #tinymce.post-type-campaigns table tbody td, .c-accordion__table #tinymce.post-type-columns table tbody td, .l-post-content .c-accordion__table table tbody td, #growp-editor-wrapper.post-type-post .c-accordion__table table tbody td, #tinymce.mce-content-body.acf_content .c-accordion__table table tbody td, #tinymce.post-type-post .c-accordion__table table tbody td, #tinymce.post-type-voices .c-accordion__table table tbody td, #tinymce.post-type-events .c-accordion__table table tbody td, #tinymce.post-type-campaigns .c-accordion__table table tbody td, #tinymce.post-type-columns .c-accordion__table table tbody td {
        padding: .75rem
    }
}

.c-accordion.is-icon-none .c-accordion__head {
    border-bottom: 1px solid #abcee6
}

.c-accordion.is-icon-none .c-accordion__head::after {
    content: "expand_more"
}

.c-accordion.is-icon-none .c-accordion__block {
    padding: 0
}

.c-accordion.is-icon-none .c-accordion__block.is-open .c-accordion__head::after {
    content: "expand_less"
}

.c-accordion.is-icon-none .c-accordion__title {
    text-decoration: none
}

.c-accordion.is-icon-none .c-accordion__content {
    border-top: none;
    padding-left: 0
}

.c-table tbody td a.c-label, .l-post-content table tbody td a.c-label, #growp-editor-wrapper.post-type-post table tbody td a.c-label, #tinymce.mce-content-body.acf_content table tbody td a.c-label, #tinymce.post-type-post table tbody td a.c-label, #tinymce.post-type-voices table tbody td a.c-label, #tinymce.post-type-events table tbody td a.c-label, #tinymce.post-type-campaigns table tbody td a.c-label, #tinymce.post-type-columns table tbody td a.c-label {
    text-decoration: none;
    font-size: .8125rem;
    display: block
}

.c-table.is-border, .l-post-content table.is-border, #growp-editor-wrapper.post-type-post table.is-border, #tinymce.mce-content-body.acf_content table.is-border, #tinymce.post-type-post table.is-border, #tinymce.post-type-voices table.is-border, #tinymce.post-type-events table.is-border, #tinymce.post-type-campaigns table.is-border, #tinymce.post-type-columns table.is-border {
    border-left: 1px solid #cacfdb
}

.c-table.is-border th, .l-post-content table.is-border th, #growp-editor-wrapper.post-type-post table.is-border th, #tinymce.mce-content-body.acf_content table.is-border th, #tinymce.post-type-post table.is-border th, #tinymce.post-type-voices table.is-border th, #tinymce.post-type-events table.is-border th, #tinymce.post-type-campaigns table.is-border th, #tinymce.post-type-columns table.is-border th, .c-table.is-border td, .l-post-content table.is-border td, #growp-editor-wrapper.post-type-post table.is-border td, #tinymce.mce-content-body.acf_content table.is-border td, #tinymce.post-type-post table.is-border td, #tinymce.post-type-voices table.is-border td, #tinymce.post-type-events table.is-border td, #tinymce.post-type-campaigns table.is-border td, #tinymce.post-type-columns table.is-border td {
    border-right: 1px solid #cacfdb
}

.c-heading.is-border-none {
    padding-bottom: 0;
    border-bottom: 0;
}

/* voice */

.c-voice-members {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #387eaf;
    border-bottom: 1px solid #387eaf;
    padding: 1rem 0;
    margin: 4rem 0;
}

.c-voice-members-item {
    text-align: center;
    margin: 10px 20px;
    width: 100%;
    max-width: 25%;
}

@media screen and (max-width: 46.8125em) {
    .c-voice-members-item {
        margin: 10px;
    }

    .c-voice-members-item__name {
        font-size: .7rem;
    }
}

.c-voice-members-item__image {
    aspect-ratio: 1/1;
}

.c-voice-members-item__image > img {
    border: 2px solid #387eaf;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: initial;
    object-fit: cover;
}

.c-voice-block {
    display: flex;
}

.c-voice-block__face {
    width: 100%;
    max-width: 3rem;
    margin-right: 0.75rem;
}

.c-voice-block__face > img {
    border: 2px solid #387eaf;
    border-radius: 100%;
}

.c-voice-block__text {
    width: 100%;
    max-width: calc(100% - 4.75rem);
    padding-top: .6em;
}

@media screen and (max-width: 46.8125em) {
    .c-voice-block__face {
        max-width: 2.25rem;
        margin-right: 0.55rem;
    }

    .c-voice-block__face > img {
        border: 1px solid #387eaf;
    }

    .c-voice-block__text {
        max-width: calc(100% - 2.8rem);
        padding-top: .45em;
    }
}

/* add 20230821 voice */

.c-company-profile {
    background: #f2f5f7;
    padding: 0 2rem 2rem;
    margin: 5rem 0 3rem;
}

.c-company-profile__head {
    margin: 0;
    color: #387eaf;
    position: relative;
    top: -1.6rem;
    font-size: 1.6rem;
}

.c-company-profile__inner {
    display: flex;
    justify-content: space-between;
}

.c-company-profile__logo {
    width: 170px;
    height: 170px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.c-company-profile__content {
    width: calc(100% - 220px);
    font-size: .9rem;
}

.c-company-profile__content dl {
    display: flex;
}

.c-company-profile__content dl:not(:last-child) {
    margin-bottom: .35rem;
}

.c-company-profile__content dl > dt {
    min-width: 6em;
}

.c-company-profile__content dl > dd {
    padding-left: 1em;
}

.c-company-profile__content dl > dd {
    word-break: break-all;
}

@media screen and (max-width: 949px) {
    .c-company-profile {
        padding: 0 1.5rem 1.5rem;
        margin: 4rem 0 2rem;
    }

    .c-company-profile__head {
        top: -1.3rem;
        font-size: 1.3rem;
    }

    .c-company-profile__inner {
    }

    .c-company-profile__logo {
        width: 100px;
        height: 100px;
    }

    .c-company-profile__content {
        width: calc(100% - 120px);
        font-size: .85rem;
    }
}

@media screen and (max-width: 46.8125em) {
    .c-company-profile {
        padding: 0 1rem 1rem;
        margin: 4rem 0 1rem;
    }

    .c-company-profile__head {
        top: -1.1rem;
        font-size: 1.1rem;
    }

    .c-company-profile__logo {
        width: 80px;
        height: 80px;
        padding: .5rem;
    }

    .c-company-profile__content {
        width: calc(100% - 100px);
        font-size: .7rem;
    }
}


.c-forms__input input {
    padding-top: .725rem;
    padding-bottom: .725rem;
}

.c-forms__select select {
    height: 3.275rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-forms__select select {
        height: 3.3rem;
    }
}

.c-forms__radio {
    font-size: .95rem;
}

.c-block-page .c-heading.is-lg.is-border-bottom {
    margin-bottom: 24px;
}

.c-block-page__labels.is-single {
    padding-left: 0;
    margin-bottom: 2em;
}

/* 20240401 */

/* 物件一覧 */

.c-block-property__info__btns {
    display: flex;
}

.c-block-property__btn.is-personal {
    margin-left: 1rem;
}

@media screen and (max-width: 500px) {
    .c-block-property__info__btns {
        display: block;
        width: 100%;
    }

    .c-block-property__btn.is-personal {
        margin-top: .5rem;
        margin-left: 0;
    }

    .c-block-property__btn .c-button {
        max-width: 100%;
    }
}

/* 物件詳細 */

.c-block-page__buttons-flex {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: .5rem;
}

.c-block-page__buttons-flex .c-block-page__button {
    margin-top: 0;
}

.c-block-page__buttons-flex .c-block-page__button .c-button {
    line-height: 1.6;
    padding: 1rem;
    max-width: 100%;
}

.c-block-page__buttons-flex .c-block-page__button .c-button .material-icons-outlined,
.c-block-page__buttons-flex .c-block-page__button .c-button::after {
    display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block-page__buttons-flex {
        grid-gap: .5rem;
    }

    .c-block-page__buttons-flex .c-block-page__button .c-button {
        font-size: .9rem;
        padding: .75rem;
    }
}

#js-form-area.is-block {
    max-width: 46.75rem;
    margin: 0 auto
}

#js-form-area.is-block .c-forms__checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

#js-form-area.is-block .c-forms__checkbox > span {
    margin: 0 !important;
}

#js-form-area.is-block .c-forms__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    row-gap: .5rem
}

#js-form-area.is-block .c-forms__block:not(:last-child) {
    margin-bottom: 1rem
}

#js-form-area.is-block .c-forms__title {
    justify-content: flex-start;
    font-weight: 400;
    margin: 0;
    max-width: 100%;
}

#js-form-area.is-block .c-forms__title br {
    display: none
}

#js-form-area.is-block .c-forms__input input {
    padding: .625rem 1rem
}

#js-form-area.is-block .c-forms__radio.is-border label, #js-form-area.is-block .c-forms__checkbox.is-border label {
    padding: .625rem .75rem
}

#js-form-area.is-block .c-forms__privacy {
    margin-top: 12px;
}

.c-forms:has(#js-form-area.is-block) {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #js-form-area.is-block .c-forms__checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 20240507 */

/* 物件一覧 */
.c-block-property__block {
    position: relative;
    text-decoration: none;
    color: #2b2c31;
}

.c-block-property__title {
    text-decoration: underline;
}

.c-label.is-border {
    font-weight: 400;
    background-color: #ffffff;
    color: #2b2c31;
    border: 1px solid #CACFDB;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-block-property__index {
        padding-top: 4px;
    }

    .c-block-property__head {
        display: flex;
        align-items: flex-start;
    }

    .c-block-property__image {
        max-width: calc(84 / 295 * 100%);
        margin-right: 14px;
        margin-bottom: 0;
    }
}

.c-cta__buttons {
    display: flex;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.c-cta__button {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5971a;
    padding: 1.25rem;
    border: 1px solid #e5971a
}

.c-cta__button span {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.25;
    font-weight: 700;
    margin-right: 1.25rem
}

.c-cta__button span em {
    font-style: normal;
    font-size: 1.125rem
}

.c-cta__button b {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 700
}

.c-cta__button b i {
    font-size: 1.75rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-right: .375rem;
    margin-top: .125rem
}

.c-cta__button:after {
    content: "chevron_right";
    font-family: "Material Icons Outlined";
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-left: .75rem
}

.c-cta__button:hover {
    opacity: 1;
    color: #e5971a;
    background-color: #fff
}

.c-cta__button.is-accent {
    background-color: #e0722e;
    border-color: #e0722e
}

.c-cta__button.is-accent:hover {
    color: #e0722e;
    background-color: #fff
}

.c-block-property__open {
    content: "";
    position: absolute;
    top: .125rem;
    left: .125rem;
    width: 7.25rem;
    aspect-ratio: 116/91;
    background-image: url("https://dormybiz-wp.grgr.blue/wp-content/themes/dormybiz-html/dist/assets/images/bg-search-open.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #35467c;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: .25rem
}

.c-block-property__open small {
    font-size: .8125rem;
    font-weight: 700;
}

.c-block-property__open b {
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(53, 70, 124, .35);
    margin-bottom: .25rem
}

.c-block-property__open span {
    font-size: .8125rem;
    font-weight: 700
}


.c-block-property__open em {
    display: none;
}

@media screen and (max-width: 46.8125em) {
    .c-cta.is-contact {
        width: 100%
    }

    .c-cta__buttons {
        border-left: none
    }

    .c-cta__button {
        padding: .625rem .75rem
    }

    .c-cta__button span {
        font-size: .8125rem;
        margin-right: .75rem
    }

    .c-cta__button span em {
        font-size: 1rem
    }

    .c-cta__button b {
        font-size: 1.1875rem
    }

    .c-cta__button b i {
        font-size: 1.3125rem
    }

    .c-cta__button:after {
        content: none
    }

    .c-block-property__open {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 18px;
        flex-direction: row;
        aspect-ratio: auto;
        background-image: none;
        background-color: #FFF360;
        margin-left: -20px;
        margin-bottom: 12px;
        justify-content: flex-start;
    }

    .c-block-property__open em {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
        width: 5px;
        height: calc(100% - 8px);
    }

    .c-block-property__open em:before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .c-block-property__open em:after {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .c-block-property__open:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(100%);
        border-style: solid;
        border-width: 20px 0 20px 12px;
        border-color: transparent transparent transparent #FFF360;
    }

    .c-block-property__open span {
        font-size: 14px;
    }

    .c-block-property__open b {
        font-size: 14px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .c-block-property__open b:after {
        content: "｜";
    }

    .c-block-property__open small {
        font-size: 14px;
    }

    .c-block-property__open small:after {
        content: "｜";
    }
}

/* 物件詳細 */
.c-block-page__main-image .bg-img {
    background-color: #F2F5F7;
}

.modaal-gallery-item img {
    max-height: 90vh;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    background-color: #387eaf;
}

/* セミナー */
.c-button.is-max {
    max-width: 100%;
}

body.corporate-dormitory .privacy-text-master {
    max-width: 470px;
}

/* 20240507*/
.c-search__list.is-wide {
    .c-search__icon {
        flex-grow: 1;
        margin-top: 12px;

        b {
            font-size: 12px;

            span {
                font-size: 16px;
            }
        }
    }
}

/* 20240522*/
.c-main-visual-feature__top {
    position: relative;
    padding: 1rem 0 4rem
}

.c-main-visual-feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.c-main-visual-feature__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#52b0f5 0%, #005593 100%);
    opacity: .88;
    mix-blend-mode: screen
}

.c-main-visual-feature__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 149, 185, .63)
}

.c-main-visual-feature__image {
    width: 100%
}

.c-main-visual-feature__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-main-visual-feature__inner {
    position: relative
}

.c-main-visual-feature__content {
    max-width: 31.875rem;
    margin: 1.5rem auto 0
}

.c-main-visual-feature__bottom {
    position: relative;
    padding-bottom: 3.25rem
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__bottom {
        padding-bottom: 2rem
    }
}

.c-main-visual-feature__bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 24px);
    background: linear-gradient(to left, #4895cc 0%, #396aa3 45.32%, #35467c 100%)
}

.c-main-visual-feature__bubbles {
    display: flex;
    gap: 2rem;
    margin: -1.5rem 0 1.75rem
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual-feature__bubbles {
        flex-direction: column;
        gap: 1.5rem
    }
}

.c-main-visual-feature__bubble {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.25rem 1rem 1.5rem;
    border-radius: .625rem
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__bubble {
        padding: .75rem .75rem 1rem
    }
}

.c-main-visual-feature__bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-style: solid;
    border-width: 12px 10.5px 0 10.5px;
    border-color: #fff transparent transparent transparent
}

.c-main-visual-feature__text {
    text-align: center;
    color: #707070;
    font-size: 1.4375rem;
    letter-spacing: 0.05em;
    line-height: 1.5217391304;
    font-weight: 700
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__text {
        font-size: 1.125rem
    }
}

.c-main-visual-feature__text span {
    color: #387eaf;
    font-size: 1.75rem
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__text span {
        font-size: 1.375rem
    }
}

.c-main-visual-feature__labels {
    position: relative;
    display: flex;
    gap: .5rem
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual-feature__labels {
        flex-direction: column
    }
}

.c-main-visual-feature__label {
    text-align: center;
    color: #35467c;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-weight: 700;
    background-color: #fff360;
    padding: 1rem .75rem;
    border-radius: .25rem;
    width: 100%
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__label {
        font-size: 1.25rem;
        padding: .75rem .5rem
    }
}

.c-main-visual-feature__label span {
    font-size: 2.0625rem
}

@media screen and (max-width: 46.8125em) {
    .c-main-visual-feature__label span {
        font-size: 1.5rem
    }
}

/* 20240523*/
.c-forms__input {
    position: relative;
}

.is-required.is-error {
    border-color: #F2545B;
}

.c-forms__input:has(.is-required.is-error):after {
    content: "close";
    font-family: "Material Icons Outlined";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #F2545B;
    line-height: 1;
    letter-spacing: 0;
}

.c-block-document__input {
    position: relative;
}

.c-block-document__input:has(.is-required.is-error):after {
    content: "close";
    font-family: "Material Icons Outlined";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #F2545B;
    line-height: 1;
    letter-spacing: 0;
}

/* 20240528_リフレフォーラム_料金修正 */
.c-block-refre__table .js-responsive-table-wrapper {
    overflow: auto;
}

.c-table-xlg.is-nowrap {
    white-space: nowrap;
}

/* 20240604修正 */
.c-card-voice__blocks.is-three-column .c-card-voice__block {
    width: calc(33.333333333% - 36px);
}

.c-card-voice__blocks.is-three-column .c-card-voice__title.c-heading.is-sm {
    font-size: 1.1rem;
}

.c-card-voice__blocks.is-three-column .c-card-voice__block:nth-child(n+4) {
    margin-top: 1rem;
}


@media screen and (max-width: 59.3125em) {
    .c-card-voice__blocks.is-three-column {
        display: flex;
    }

    .c-card-voice__blocks.is-three-column .c-card-voice__block:nth-child(n+3) {
        margin-top: 1rem;
    }

    .c-card-voice__blocks.is-three-column .c-card-voice__block {
        width: calc(50% - 16px);
        margin: 1rem .5rem 0;
    }

    .c-card-voice__blocks.is-three-column .c-card-voice__title.c-heading.is-sm {
        font-size: .8rem;
    }
}

/* 20240528_リフレフォーラム_料金修正 */
.c-block-refre__table .js-responsive-table-wrapper {
	overflow: auto;
}

.c-table-xlg.is-nowrap {
	white-space: nowrap;
}

.l-header__button.is-contact .l-header__submenu__head {
    background-color: #e5971a;
}

/* 20241209_リフレフォーラム_お問い合わせ追加 */
.l-page-header-refre__gradation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.l-page-header-refre__button .c-button::after {
    content: none;
}

.l-page-header-refre__button .c-button.is-secondary-reverse .material-icons-outlined {
    margin-right: .75rem;
}

.l-footer__image:before {
    padding-top: 50%;
}

/* 20250630_物件検索_関西エリアにボタン追加 */
.c-search-page.is-area.is-sm .c-search-page__type {
    flex-wrap: wrap;
    gap: 4px;
}

.c-search-page.is-area.is-sm .c-search-page__type a:not(:first-child) {
    margin-left: 0 !important;
}

.c-search-page.is-area.is-sm .c-search-page__type a {
    max-width: calc(50% - 2px) !important;
}

.c-search-page.is-area.is-sm .c-search-page__type .is-employee {
    max-width: 100% !important;
    background-color: #e5971a;
    color: #fff;
}

.c-search-page.is-area.is-sm .c-search-page__type .is-employee .material-icons-outlined {
    color: #ffffff;
    border-color: #ffffff;
}

.c-search-page.is-area.is-sm .c-search-page__type .is-employee:hover {
    background-color: #ffffff;
    color: #e5971a;
}

.c-search-page.is-area.is-sm .c-search-page__type .is-employee:hover .material-icons-outlined {
    color: #e5971a;
    background-color: #ffffff;
    border-color: #e5971a;
}

/* 202508 改修 */
.c-main-visual-re {
    padding: 60px 0 80px;
    background: linear-gradient(270deg, #4895CC 0%, #396AA3 45.32%, #35467C 100%);
}
.c-main-visual-re__wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 20px;
}
.c-main-visual-re__inner {
    display: flex;
    justify-content: space-between;

}
.c-main-visual-re__serch {
    width: calc(504 / 1140 * 100%);
    position: relative;
    z-index: 2;
}

.c-main-visual-re__serch-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 380px;
    z-index: 1;
}
.c-main-visual-re__serch-inner {
    position: relative;
    z-index: 3;
}
.c-main-visual-re__slider {
    width: calc(620 / 1140 * 100%);
    padding-top: 44px;
}
.c-main-visual-re__serch .c-search__area {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 4.2105263158%;
    max-width: 277px;
    margin-bottom: 12px;
}
.c-main-visual-re__serch-head {
    margin-bottom: 32px;
    padding-top: 13px;
}
.c-main-visual-re .c-heading.is-md .is-sub {
    font-size: 15px;
}
.c-main-visual-re__serch .c-search__keyword {
    width: 100%;
    max-width: 388px;
}
.c-main-visual-re__serch .c-search__list {
    margin: 0;
    gap: 5px;
}
.c-main-visual-re__serch .c-search__list li {
    width: calc(33% - 4px);
    margin: 0;
}
.c-main-visual-re__serch .c-search__item a {
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 8px 4px;
}
.c-main-visual-re__serch .c-search__item a:after {
    display: none;
}
.c-main-visual-re__serch .c-search__modal:after {
    display: none;
}
.c-main-visual__main {
    width: 100%;
}
.c-main-visual__thumbnail-re {
    width: 100%;
    padding: 0 32px;

}
.c-main-visual__main-re {
    width: 100%;
    aspect-ratio: 620 / 318;
    margin-bottom: 30px;

}
.c-main-visual__thumbnail-image {
    padding-top: 0;
    aspect-ratio: 107/54;
}
.c-main-visual-re-banner__button {
    display: flex;
    width: 454px;
    background: #E5971A;
    text-align: center;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    gap: 15px;
    padding: 24px;
    margin: 12px auto 0;
}
.c-main-visual-re-banner__text {
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 63px;
}
.c-main-visual-re-banner__bg {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.c-main-visual-re-banner__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-main-visual-re-banner {
    position: relative;
    z-index: 0;
    padding: 16px 0 28px 50px;
}
.c-main-visual-re-banner span {
    display: block;
    width: 24px;
    height: 24px;
}
.c-main-visual-re-banner__image {
    width: 133px;
    position: absolute;
    bottom: -28px;
    left: 22%;
}
.c-main-visual-re .c-search__modal {
padding: 12px;
    width: 48%;
}
.c-search__modal .material-icons-outlined {
    width: 21px;
    height: 21px;
    font-size: 15px;
}
.c-main-visual-re__slider .material-icons-outlined {
    background: #000;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.c-main-visual-re__slider .material-icons-outlined.is-prev {
    left: 0;
}
.c-main-visual-re__slider .material-icons-outlined.is-next {
    right: 0;
}
.c-main-visual-re .c-search__modals {
    justify-content: space-between;
}
.c-main-visual-re-banner .l-container {
    position: relative;
}

.c-main-visual__main-re .owl-nav {
    display: none;
}

.c-lp-worries__header {
    position: relative;
    padding: 83px 0 160px;
}
.c-lp-worries__header-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.c-lp-worries__header-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-lp-worries__header-head {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2977BE;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.c-lp-worries__header-head:before {
    position: absolute;
    content: "";
    width: 236px;
    height: 2px;
    background-color: #2977BE;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c-lp-worries__content-head span {
    font-size: 48px;
}
.c-lp-worries__header-list {
    display: flex;
    align-items: stretch;
}
.c-lp-worries__header-list li {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 54px 0;
}
.c-lp-worries__header-list li span {
    color: #2977BE;
}
.c-lp-worries__header-list li:not(:last-child) {
    border-right: none;
}
.c-lp-worries__content {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 90px 0 0;
}
.c-lp-worries__content-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.c-lp-worries__content-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-lp-worries__content-head {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.c-lp-worries__content-head:before {
    position: absolute;
    content: "";
    width: 80%;
    max-width: 635px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c-lp-worries__content__inner {
    background: #f2f5f7;
    padding: 40px 80px 50px;
}
.c-lp-worries__content-title {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
.c-lp-worries__content-title .is-lg {
    font-size: 36px;
}
.c-lp-worries__content-title .is-color {
    color: #387EAF;
}

.c-lp-worries__banner-button {
    display: flex;
    width: 454px;
    background: #E5971A;
    text-align: center;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    gap: 15px;
    padding: 24px;
    margin: 12px auto 0;
}
.c-lp-worries__banner-text {
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.c-lp-worries__banner {
    position: relative;
    z-index: 0;
    padding: 34px 0 22px 59px;
}
.c-lp-worries__banner span {
    display: block;
    width: 24px;
    height: 24px;
}
.c-lp-worries__banner-image {
    width: 133px;
    position: absolute;
    bottom: 0;
    left: 26%;
}
.c-lp__header {
    position: sticky;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 80;
    padding: 19px 0;
}
.c-lp__header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-lp__header ul li {
    padding: 0 25px;
    min-width: 240px;
    border-left: 1px solid #c4c4c4;
}
.c-lp__header ul li:last-child {
    border-right: 1px solid #c4c4c4;
}
.c-lp__header ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #2B2C318C;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.c-lp__header ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #387eaf;
    opacity: 0;
    bottom: -3px;
    left: 0;
    transition: all 0.3s;
}
.c-lp__header ul li a:hover {
    color: #000;
    opacity: 1;
}
.c-lp__header ul li a:hover:after {
    opacity: 1;
}
.c-lp__header ul li a.is-active {
    color: #000;
    opacity: 1;
}
.c-lp__header ul li a.is-active:after {
    opacity: 1;
}
.c-header-design {
    padding: 80px 0 76px;
    background: linear-gradient(270deg, #BCDAEF 0%, #478CBC 54.19%, #387EAF 100%);
    color: #fff;
    text-align: center;
}
.c-header-design__head {
    margin: 0;
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 48px;
    margin-bottom: 35px;
}
.c-flow__list.is-mg-none {
    margin-top: 105px;
}
.c-table-block {
    padding: 58px 0 78px;
}
.c-table-block__caption {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 21.6px;
    color: #6c757d;
}
.c-table-block__item:not(:last-child) {
    margin-bottom: 62px;
}

.c-lp-worries__content-read {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-top: 24px;
}
.c-lp-worries__content-read span {
    color: #2977BE;
    font-size: 32px;
}

.c-heading.is-xlg.is-page {
    font-size: 36px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1220px) {

.c-lp-worries__banner {
    padding: 34px 0 22px 0;
}
.c-lp-worries__banner-image {
    left: 22%;
}
}
@media screen and (max-width: 1120px) {
    .c-lp-worries__banner-image {
        left: 20%;
    }
}
@media screen and (max-width: 1060px) {

.c-main-visual-re-banner {
    padding: 16px 0 28px;
}
    .c-lp-worries__banner-text {
        font-size: 14px;
    }
.c-lp-worries__banner-image {
        left: 15%;
    }
}
@media screen and (max-width: 59.3125em) {
    .c-lp-worries__header-list {
        flex-direction: column;
    }

.c-main-visual-re-banner__image {
    left: 13%;
}
}


@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual-re-banner {
    display: none;
}
    .c-main-visual-re {
        padding: 18px 20px 30px;
    }
    .c-main-visual-re__inner {
        flex-direction: column;
        gap: 30px;
    }
    .c-main-visual-re__serch,.c-main-visual-re__slider {
        width: 100%;
    }
    .c-main-visual-re__text {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 9px;
    }
    .c-main-visual-re__serch .c-search__area {
        max-width: 100%;
        margin-right: 0;
    }
    .c-main-visual-re__serch .c-search__list li.c-search__icon {
        width: calc(50% - 4px);
                margin-top: 10px;
    }
    .c-main-visual-re__serch-head {
        padding-top: 8px;
        margin-bottom: 16px;
    }
    .c-main-visual-re .c-heading.is-md .is-sub {
        font-size: 14px;
    }
    .c-main-visual-re__serch .c-search__item a {
        padding: 11px;
    }
    .c-main-visual-re .c-search__icon a {
        font-size: 12px;
    }
    .c-main-visual-re .c-search__icon a b span {
        font-size: 16px;
    }
    .c-main-visual-re__slider {
        padding-top: 0;
    }
    .c-main-visual__main-re {
        margin-bottom: 0;
    }
    .c-main-visual__thumbnail-re {
        display: none !important;
    }
    .c-lp-worries__header-head {
        font-size: 20px;
        margin-bottom: 26px;
        padding-bottom: 4px;
    }
    .c-lp-worries__header-head:before {
        width: 136px;
    }
    .c-lp-worries__header-list {
        flex-direction: column;
    }
    .c-lp-worries__header-list li:not(:last-child) {
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    .c-lp-worries__header-list li {
        padding: 26px 0;
    }
    .c-lp-worries__header {
        padding: 41px 0 67px;
    }
    .c-lp-worries__content {
        margin-top: -27px;
        padding: 61px 0 55px;
    }
    .c-lp-worries__content-head {
        font-size: 24px;
        margin-bottom: 74px;
        line-height: 1.5;
    }
    .c-lp-worries__content-head span {
        font-size: 32px;
    }
    .c-lp-worries__content-head:before {
        width: 133px;
        bottom: -18px;
    }
    .c-lp-worries__content__inner {
        width: 100vw;
        margin-left: -20px;
        padding: 34px 10px 37px;
    }
    .c-lp-worries__content-title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .c-lp-worries__content-title .is-lg {
        font-size: 24px;
    }
    .c-lp-worries__banner-button {
        width: 100%;
    }
    .c-lp__header ul li {
        min-width: auto;
    }
    .c-lp__header {
        top: 60px;
    }
    .c-lp__header ul li {
        padding: 0 10px;
    }
    .c-lp-worries .c-block-recommendation__item {
        padding: 23px 15px 23px 23px;
    }
    .c-lp-worries .c-block-recommendation__icon span {
        font-size: 42px;
    }
    .c-lp-worries .c-block-recommendation__icon {
        margin-right: 25px;
    }
    .c-lp-worries .c-block-recommendation__title.c-heading.is-sm {
        font-size: 20px;
    }
    .c-lp-worries .c-block-recommendation__item:not(:first-child) {
        margin-top: 5px;
    }
    .c-lp-worries__content-read {
        font-size: 24px;
                margin-top: 30px;
    }
    .c-lp-worries__content-read span {
        font-size: 28px;
    }
    .c-lp-worries__banner {
        padding: 38px 0 0 12px;
    }
.c-lp-worries__banner-image {
    width: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.c-header-design {
    padding: 40px 0;
}

.c-header-design__head {
    font-size: 26px;
    margin-bottom: 16px;
}

.c-heading.is-xlg.is-page {
    font-size: 26px;
        padding-bottom: 1.25rem;
}
.c-main-visual__main-re .owl-nav {
    display: block;
}
.c-main-visual-re__slider .material-icons-outlined.is-next {
    right: -10px;
}

.c-main-visual-re__slider .material-icons-outlined.is-prev {
    left: -10px;
}


.c-main-visual-re__serch {
    position: inherit;
}
.c-main-visual-re__serch-bg {

    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 380px;
}
}
.c-main-visual__thumbnail-re {
    position: relative;
}
.c-main-visual__thumbnail-re:after {
    position: absolute;
    content: "";
    width: calc(calc(100% - 112px) / 5);
    aspect-ratio: 104 / 50;
    top: 0;
    left: 32px;
    border: 3px solid #387EAF;
    opacity: 1;
    transition: all 0.3s;
}
.c-main-visual__thumbnail-re .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.c-main-visual__main-re-bg {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.c-search__item a:after {
    right: 6px;
}

#js-form-area.is-block .c-forms__checkbox.is-column {
    grid-template-columns: repeat(1, 1fr);
}

.c-cta__button {
    gap: 8px;
    padding: 16px 12px;
    white-space: nowrap;
}

.c-cta__button:after {
    margin-left: 0;
}

.c-cta__button b i{
    margin: 0;
}

.c-cta__button span {
    margin-right: 0;
}

.c-cta__button span em {
    font-size: 20px;
    margin-right: 2px;
}

@media screen and (max-width: 46.8125em) {

    .c-cta__button {
        padding: 12px 8px;
    }

    .c-cta__button span em {
        font-size: 16px;
    }
}

.c-button.is-accent2 {
    color: #fff;
    background-color: #e0722e;
    border-color: #e0722e
}

.c-button.is-accent2:before {
    background-color: #fff;
}

.c-button.is-accent2:hover {
    color: #e0722e;
    background-color: #fff
}

.c-block-contact-list .c-button {
    padding-left: 6px;
    padding-right: 32px;
    justify-content: center;
}

.c-block-contact-list .c-button:after {
    right: 16px;
}

.c-block-contact-list .c-button .material-icons-outlined{
    margin-right: 6px;
}

@media screen and (max-width: 46.8125em) {

    .c-block-contact-list .c-button {
        padding-right: 32px;
    }
}
