@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
    margin: 0;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}


/* Set core body defaults */

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}


/* Make images easier to work with */

img,
picture {
    max-width: 100%;
    height: inherit;
    display: block;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}


/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}

.contact input[type=submit],
.contact input[type=button] {
    border-radius: 0px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: transparent;
}

.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=button]::-webkit-search-decoration {
    display: none;
}


/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/


/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/


/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/


/*****************************************
 * maxremの計算
 * 参考
******************************************/

html {
    font-size: 16px;
}

@media (max-width: 1240px) {
    html {
        font-size: 1.2903225806vw;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    color: #474747;
    line-height: 1.5;
    background-color: #ffffff;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

a {
    opacity: 1;
}

@media (any-hover: hover) {
    a:hover {
        opacity: 0.7;
    }
}

@media screen and (any-hover: hover) and (max-width: 767px) {
    a:hover {
        opacity: 1;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

.about-layout {
    margin-top: 5.75rem;
    padding-top: 5.625rem;
}

@media screen and (max-width: 767px) {
    .about-layout {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
}

.company-layout {
    margin-top: 8.625rem;
}

@media screen and (max-width: 767px) {
    .company-layout {
        margin-top: 4.125rem;
    }
}

.contact-layout {
    padding-top: 8.75rem;
}

@media screen and (max-width: 767px) {
    .contact-layout {
        padding-top: 2rem;
    }
}

.core-values-layout {
    margin-top: 8.3125rem;
}

@media screen and (max-width: 767px) {
    .core-values-layout {
        margin-top: 2rem;
    }
}

.footer-layout {
    margin-top: 7.875rem;
    padding-bottom: 2.1875rem;
}

@media screen and (max-width: 767px) {
    .footer-layout {
        margin-top: 3rem;
        padding-bottom: 1.125rem;
    }
}

.header-layout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .header-layout {
        padding-block: 0.625rem;
    }
}

.inner-second {
    padding-inline: 30px;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .inner-second {
        max-width: 656px;
        padding-inline: 48px;
    }
}

.inner {
    padding-inline: 30px;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .inner {
        max-width: 640px;
        padding-inline: 20px;
    }
}

.language-bar-layout {
    margin-top: 1.125rem;
    margin-bottom: 0.25rem;
}

.policy-layout {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .policy-layout {
        margin-top: 2rem;
    }
}

.sell-property-layout {
    padding-top: 7.25rem;
}

@media screen and (max-width: 767px) {
    .sell-property-layout {
        padding-top: 1.5625rem;
    }
}

.c-text {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.7222222222;
}

@media screen and (max-width: 767px) {
    .c-text {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.c-text-white {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7222222222;
}

@media screen and (max-width: 767px) {
    .c-text-white {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.common-btn {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7222222222;
    background-color: #e69635;
    padding-block: 0.59375rem;
    max-width: 227px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #e69635;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .common-btn {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

@media (any-hover: hover) {
    .common-btn:hover {
        background-color: #ffffff;
        color: #e69635;
        border: 1px solid #e69635;
    }
}

.common-title.common-title--white .common-title__en {
    color: #ffffff;
}

.common-title__en {
    font-size: 2.8125rem;
    font-weight: 300;
    font-family: "Noto Sans Thai", sans-serif;
    color: #023d7f;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .common-title__en {
        font-size: clamp(1.4375rem, 5.612vw + 0.122rem, 2.8125rem);
        /* 23 ~ 45 | 375 ~ 767 */
    }
}

.common-title__ja {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: #e69635;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .common-title__ja {
        margin-top: 0.125rem;
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.about__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4.25rem;
}

@media screen and (max-width: 767px) {
    .about__container {
        flex-direction: column;
        gap: 0;
    }
}

.about__content {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .about__content {
        display: contents;
    }
}

.about__header {
    padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
    .about__header {
        padding-top: 0;
        order: 1;
    }
}

.about__catch {
    margin-top: 5.1875rem;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #023d7f;
    line-height: 1.25;
    font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    .about__catch {
        margin-top: 1.25rem;
        font-size: clamp(1.25rem, 5.102vw + 0.054rem, 2.5rem);
        order: 2;
    }
}

.about__text-block {
    margin-top: 4.625rem;
}

@media screen and (max-width: 767px) {
    .about__text-block {
        order: 4;
        margin-top: 1.125rem;
    }
}

.about__text:not(:first-child) {
    margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
    .about__text:not(:first-child) {
        margin-top: 1rem;
    }
}

.about__img {
    max-width: 554px;
    width: 44.6774193548%;
    aspect-ratio: 554/777;
    border-radius: 0.625rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .about__img {
        margin-top: 1.6875rem;
        order: 3;
        max-width: 560px;
        width: 100%;
        aspect-ratio: 560/456;
        margin-inline: auto;
    }
}

.about__img img {
    width: 100%;
    height: calc(100% + 100px);
    border-radius: 0.625rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .about__img img {
        height: calc(100% + 50px);
    }
}

.all-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.parallax-img {
    width: 100%;
    height: calc(100% + 100px);
    border-radius: 0.625rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .parallax-img {
        height: calc(100% + 50px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.js-fadeIn {
    opacity: 0;
}

.js-fadeIn.is-active {
    animation: fadeIn 1s linear forwards;
}

.rental-properties__slider {
    overflow: hidden;
    margin-top: 1.5rem;
    max-width: 1500px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .rental-properties__slider {
        margin-top: 0.75rem;
    }
}

.property-results__slider {
    overflow: hidden;
    margin-top: 1.5rem;
    max-width: 1500px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .property-results__slider {
        margin-top: 0.75rem;
    }
}

.swiper {
    overflow: visible;
}

.swiper-wrapper {
    position: relative;
}

.card {
    width: 17.25rem;
}

@media screen and (max-width: 767px) {
    .card {
        width: 100%;
    }
}

.card__link {
    display: block;
}

.card__img {
    max-width: 276px;
    width: 100%;
}

.card__img img {
    width: 100%;
    aspect-ratio: 276/181;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.625rem;
}

.card__price {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .card__price {
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.card__meta {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4285714286;
}

@media screen and (max-width: 767px) {
    .card__meta {
        font-size: max(10px, clamp(0.625rem, 1.276vw + 0.326rem, 0.9375rem));
    }
}

.card__meta-content {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    row-gap: 0.0625rem;
}

.card__meta-item {
    display: flex;
    align-items: center;
    gap: 0.1875rem;
}

.card__meta-icon {
    width: 0.75rem;
    height: 0.75rem;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.card__name {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4285714286;
}

@media screen and (max-width: 767px) {
    .card__name {
        font-size: max(10px, clamp(0.625rem, 1.276vw + 0.326rem, 0.9375rem));
    }
}

.card__location {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4285714286;
}

@media screen and (max-width: 767px) {
    .card__location {
        font-size: max(10px, clamp(0.625rem, 1.276vw + 0.326rem, 0.9375rem));
    }
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    background: url(../images/arrow-icon.png) no-repeat center center/cover;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100vmax;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.swiper-button-prev {
    left: 0;
    transform: translateY(-50%) scaleX(-1);
}

.swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    right: 0;
    transform: translateY(-50%);
}

.swiper-button-next::after {
    content: "";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: auto;
}

@media (any-hover: hover) {
    .swiper-button-prev:hover {
        transform: translateY(-50%) translateX(-3px) scaleX(-1);
    }
}

@media (any-hover: hover) {
    .swiper-button-next:hover {
        transform: translateY(-50%) translateX(3px);
    }
}

.company__inner {
    max-width: 890px;
}

@media screen and (max-width: 767px) {
    .company__inner {
        max-width: 640px;
    }
}

.company__content {
    display: flex;
    gap: 5rem;
}

@media screen and (max-width: 767px) {
    .company__content {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

.company__logo {
    max-width: 75px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .company__logo {
        max-width: 31px;
    }
}

.company__logo img {
    width: 100%;
    aspect-ratio: 75/103;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .company__info {
        margin-top: 2.125rem;
    }
}

.company__item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

@media screen and (max-width: 767px) {
    .company__item {
        gap: 0.625rem;
    }
}

.company__item:not(:first-child) {
    margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
    .company__item:not(:first-child) {
        margin-top: 0.625rem;
    }
}

.company__label {
    flex: 0 0 80px;
    font-size: 0.9375rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.7333333333;
}

@media screen and (max-width: 767px) {
    .company__label {
        flex: 0 0 60px;
        font-size: max(10px, clamp(0.625rem, 1.276vw + 0.326rem, 0.9375rem));
    }
}

.company__text {
    flex: 1;
    font-size: 0.9375rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.7333333333;
}

@media screen and (max-width: 767px) {
    .company__text {
        font-size: max(10px, clamp(0.625rem, 1.276vw + 0.326rem, 0.9375rem));
    }
}

.contact__content {
    display: flex;
    gap: 8.064516129%;
}

@media screen and (max-width: 767px) {
    .contact__content {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .contact__description {
        margin-top: 2.1875rem;
    }
}

.contact__info {
    margin-top: 5.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.875rem;
}

@media screen and (max-width: 767px) {
    .contact__info {
        margin-top: 2.5rem;
        gap: 3.125rem;
    }
}

.contact__line {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.125rem;
}

.contact__line-id {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #00b300;
    line-height: 1.4166666667;
}

@media screen and (max-width: 767px) {
    .contact__line-id {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.contact__img {
    max-width: 170px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .contact__img {
        max-width: 72px;
    }
}

.contact__img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact__tel {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.125rem;
}

.contact__tel-label {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .contact__tel-label {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.contact__tel-number {
    display: block;
    font-size: 2.125rem;
    font-weight: 800;
    font-family: "Noto Sans Thai", sans-serif;
    color: #474747;
    line-height: 1.4117647059;
}

@media screen and (max-width: 767px) {
    .contact__tel-number {
        font-size: max(16px, clamp(1.0625rem, 4.337vw + 0.046rem, 2.125rem));
    }
}

.contact__form {
    margin-top: 5.875rem;
    max-width: 765px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .contact__form {
        margin-top: 2rem;
    }
}

.contact__item:not(:first-child) {
    margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
    .contact__item:not(:first-child) {
        margin-top: 0.4375rem;
    }
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: #fbfbfb;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: max(12px, 1.125rem);
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 1px solid #474747;
}

@media screen and (max-width: 767px) {
    input[type=text],
    input[type=email],
    textarea {
        padding: 0.34375rem 0.75rem;
        font-size: max(12px, 0.75rem);
    }
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #474747;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
    color: #474747;
}

textarea {
    height: 134px;
    padding: 0.5rem 0.75rem;
    line-height: 1.2857142857;
    resize: vertical;
}

@media screen and (max-width: 767px) {
    textarea {
        height: 80px;
        padding: 0.625rem 0.75rem;
    }
}

.contact__submit {
    margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
    .contact__submit {
        margin-top: 1.5rem;
    }
}

.contact__submit .contact__button.common-btn {
    margin-inline: auto;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7222222222;
    background-color: #e69635;
    padding-block: 0.59375rem;
    max-width: 227px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #e69635;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .contact__submit .contact__button.common-btn {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
        max-width: 150px;
        padding-block: 0.375rem;
    }
}

@media (any-hover: hover) {
    .contact__submit .contact__button.common-btn:hover {
        background-color: #ffffff;
        color: #e69635;
        border: 1px solid #e69635;
    }
}

.contact__button {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .contact__button {
        width: 69%;
    }
}

.wpcf7-spinner {
    display: none;
}

.core-values {
    padding-top: 3.625rem;
    padding-bottom: 4.125rem;
    position: relative;
}

@media screen and (max-width: 767px) {
    .core-values {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

.core-values__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.core-values__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.core-values__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.9);
    mix-blend-mode: hard-light;
}

.core-values__header .common-title__ja {
    color: #e8b947;
}

.core-values__list {
    margin-top: 3.625rem;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 3.25rem;
    align-items: stretch;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .core-values__list {
        margin-top: 0.9375rem;
        gap: clamp(0.625rem, 2.551vw + 0.027rem, 1.25rem);
    }
}

.core-values__item {
    width: 30.0806451613%;
    max-width: 23.9375rem;
    padding: 2.0625rem 1.5625rem 1.875rem;
    background-color: rgba(71, 71, 71, 0.7);
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .core-values__item {
        width: 100%;
        max-width: 100%;
        padding: 0.875rem 0.875rem;
    }
}

.core-values__item-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.2916666667;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

@media screen and (max-width: 767px) {
    .core-values__item-title {
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.core-values__item-text {
    margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
    .core-values__item-text {
        margin-top: 0.75rem;
    }
}

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

@media screen and (max-width: 767px) {
    .footer__content {
        flex-direction: column;
        gap: 0;
    }
}

.footer__links {
    display: flex;
    gap: 2.25rem;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footer__links {
        gap: 0.9375rem;
    }
}

.footer__sns-link {
    display: block;
    max-width: 43px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer__sns-link {
        max-width: 23px;
    }
}

.footer__sns-link img {
    width: 100%;
    aspect-ratio: 43/43;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer__privacy-link {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.9375;
}

@media screen and (max-width: 767px) {
    .footer__privacy-link {
        font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    }
}

.footer__copyright {
    font-size: 0.8125rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.3846153846;
}

@media screen and (max-width: 767px) {
    .footer__copyright {
        margin-top: 2.625rem;
        font-size: 10px;
    }
}

.google-reviews {
    margin-top: 4.5rem;
    padding-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
    .google-reviews {
        margin-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.drawer {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    transition: 0.6s;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
}

.drawer-nav {
    padding: 5.9375rem 3.125rem 3.125rem;
    margin-inline: auto;
    max-width: 500px;
    opacity: 0;
}

.drawer-nav.is-open {
    animation-name: fadeInAnime;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

.drawer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.drawer-nav__link {
    padding: 0.9375rem 1.875rem;
    display: block;
    font-size: clamp(16px, 2.041vw + 0.522rem, 1.5rem);
    font-weight: 500;
    line-height: 1.4090909091;
    color: #474747;
}

.drawer-nav__contact {
    margin-top: 3.6875rem;
}

.drawer-contact__info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawer-contact__line {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.125rem;
}

.drawer-contact__line-id {
    font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #00b300;
    line-height: 1.4166666667;
}

.drawer-contact__img {
    max-width: 80px;
    width: 100%;
}

.drawer-contact__img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.drawer-contact__tel {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.125rem;
}

.drawer-contact__tel-label {
    font-size: 10px;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #474747;
    line-height: 1.4;
}

.drawer-contact__tel-number {
    display: block;
    font-size: 1.0625rem;
    font-weight: 800;
    font-family: "Noto Sans Thai", sans-serif;
    color: #474747;
    line-height: 1.4117647059;
}

.drawer-contact__button {
    margin-top: 2.5rem;
}

.drawer-contact__link-button {
    margin-inline: auto;
}

.drawer-contact__sns-link {
    max-width: 32px;
    width: 100%;
    display: block;
    margin-inline: auto;
    margin-top: 2.5rem;
}

.drawer-contact__sns-link img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.hamburger {
    position: relative;
    cursor: pointer;
    width: 2.6875rem;
    height: 2.3125rem;
    z-index: 999;
}

.hamburger__bar {
    position: absolute;
    display: block;
    width: 1.59375rem;
    height: 0.1875rem;
    background-color: #e69635;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 9999px;
}

.hamburger__bar:nth-of-type(1) {
    top: 26%;
}

.hamburger__bar:nth-of-type(2) {
    top: 50%;
}

.hamburger__bar:nth-of-type(3) {
    top: 74%;
}

.hamburger.is-open .hamburger__bar:nth-of-type(1),
.hamburger.is-open .hamburger__bar:nth-of-type(3) {
    top: 50%;
    background-color: #e69635;
    width: 1.25rem;
}

.hamburger.is-open .hamburger__bar:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(47deg);
}

.hamburger.is-open .hamburger__bar:nth-of-type(2) {
    opacity: 0;
}

.hamburger.is-open .hamburger__bar:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-47deg);
}

.header-nav__list {
    display: flex;
    align-items: center;
}

.header-nav__item.header-nav__item--contact {
    margin-left: 2.625rem;
}

.header-nav__link {
    padding: 1.0625rem 1.5625rem;
    display: block;
    font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #474747;
    letter-spacing: 0.007em;
}

@media screen and (max-width: 767px) {
    .header-nav__link {
        display: none;
    }
}

.header-nav__link:hover {
    opacity: 1;
}

.header-nav__link span {
    position: relative;
}

.header-nav__link span:after {
    background-color: #e69635;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
    width: 100%;
}

.header-nav__link:hover span:after {
    transform: scale(1, 1);
}

.header-nav__link.common-btn {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7222222222;
    background-color: #e69635;
    padding-block: 0.59375rem;
    max-width: 227px;
    width: clamp(145px, 11.202vw + 58.967px, 227px);
    display: block;
    text-align: center;
    border: 2px solid #e69635;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
    .header-nav__link.common-btn:hover {
        background-color: #ffffff;
        color: #e69635;
        border: 2px solid #e69635;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

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

.header__logo {
    z-index: 1000;
    max-width: 82px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .header__logo {
        max-width: 46px;
    }
}

.header__logo img {
    width: 100%;
    aspect-ratio: 82/101;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .header__nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header__hamburger-wrapper {
        display: flex;
        align-items: center;
        gap: 0.125rem;
    }
}

.header__hamburger {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__hamburger {
        display: block;
        z-index: 999;
    }
}

.header__drawer {
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.header__drawer.is-open {
    opacity: 1;
    visibility: visible;
}

.language-bar {
    position: relative;
    z-index: 999;
}

.language-bar__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
    .language-bar__links {
        margin-right: 0;
    }
}

.language-bar__link {
    padding: 0.625rem 0.3125rem;
    font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    line-height: 1.5;
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
}

.mv {
    margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
    .mv {
        margin-top: 0.1875rem;
    }
}

.mv__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8125rem;
}

@media screen and (max-width: 767px) {
    .mv__content {
        position: relative;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mv__title-wrapper {
        position: absolute;
        content: "";
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

.mv__title {
    font-size: 3.4375rem;
    font-weight: 300;
    font-family: "Noto Sans Thai", sans-serif;
    color: #023d7f;
    line-height: 1;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .mv__title {
        background-color: #ffffff;
        display: inline-block;
        font-size: 1.75rem;
        padding: 0.3125rem;
        text-align: left;
    }
}

.mv__text {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #e69635;
    line-height: 1.3;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .mv__text {
        background-color: #ffffff;
        font-size: 0.625rem;
        padding: 0.3125rem;
        display: inline-block;
    }
}


/* ===============================
   ベーススタイル
================================= */

.mv__image {
    position: relative;
    width: 100%;
    max-width: 744px;
    aspect-ratio: 744/610;
    overflow: hidden;
}

.mv__image-slice {
    position: absolute;
    width: 8.064516129%;
    height: 100%;
    top: 0;
    background-image: url("../images/mv-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    clip-path: inset(100% 0 0 0);
    /* アニメーション設定 */
    animation: reveal 1.2s cubic-bezier(0, 0.38, 0.36, 1.24) forwards;
    animation-delay: var(--delay, 0s);
}


/* ===============================
   アニメーション定義
================================= */

@keyframes reveal {
    0% {
        clip-path: inset(100% 0 0 0);
        /* 最初は上から完全に隠す */
    }
    100% {
        clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
        /* 指定位置を表示 */
    }
}


/* ===============================
   各スライスごとの位置 & マスク範囲
================================= */


/* slice1 */

.slice1 {
    --delay: 0.0s;
    --clip-top: calc(72 / 610 * 100%);
    --clip-bottom: calc(139 / 610 * 100%);
    left: 0%;
    background-position-x: 0%;
}


/* slice2 */

.slice2 {
    --delay: 0.1s;
    --clip-top: calc(110 / 610 * 100%);
    --clip-bottom: calc(105 / 610 * 100%);
    left: 9.1935483871%;
    background-position-x: 9.1935483871%;
}


/* slice3 */

.slice3 {
    --delay: 0.2s;
    --clip-top: calc(164 / 610 * 100%);
    --clip-bottom: calc(50 / 610 * 100%);
    left: 18.3870967742%;
    background-position-x: 18.3870967742%;
}


/* slice4 */

.slice4 {
    --delay: 0.3s;
    --clip-top: calc(146 / 610 * 100%);
    --clip-bottom: calc(68 / 610 * 100%);
    left: 27.5806451613%;
    background-position-x: 27.5806451613%;
}


/* slice5 */

.slice5 {
    --delay: 0.4s;
    --clip-top: calc(56 / 610 * 100%);
    --clip-bottom: calc(158 / 610 * 100%);
    left: 36.7741935484%;
    background-position-x: 36.7741935484%;
}


/* slice6 */

.slice6 {
    --delay: 0.5s;
    --clip-top: calc(212 / 610 * 100%);
    --clip-bottom: calc(1 / 610 * 100%);
    left: 45.9677419355%;
    background-position-x: 45.9677419355%;
}


/* slice7 */

.slice7 {
    --delay: 0.6s;
    --clip-top: calc(12 / 610 * 100%);
    --clip-bottom: calc(201 / 610 * 100%);
    left: 55.1612903226%;
    background-position-x: 55.1612903226%;
}


/* slice8 */

.slice8 {
    --delay: 0.7s;
    --clip-top: calc(122 / 610 * 100%);
    --clip-bottom: calc(92 / 610 * 100%);
    left: 64.3548387097%;
    background-position-x: 64.3548387097%;
}


/* slice9 */

.slice9 {
    --delay: 0.8s;
    --clip-top: calc(49 / 610 * 100%);
    --clip-bottom: calc(166 / 610 * 100%);
    left: 73.5483870968%;
    background-position-x: 73.5483870968%;
}


/* slice10 */

.slice10 {
    --delay: 0.9s;
    --clip-top: calc(57 / 610 * 100%);
    --clip-bottom: calc(70 / 610 * 100%);
    left: 82.7419354839%;
    background-position-x: 82.7419354839%;
}


/* slice11 */

.slice11 {
    --delay: 1.0s;
    --clip-top: calc(110 / 610 * 100%);
    --clip-bottom: calc(103 / 610 * 100%);
    left: 91.935483871%;
    background-position-x: 91.935483871%;
}

.policy__heading {
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 800;
    line-height: 1;
    background-color: #e69635;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 3.625rem;
    border-radius: 0.625rem;
    font-size: max(30px, 2.5rem);
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .policy__heading {
        font-size: clamp(1.25rem, 5.102vw + 0.054rem, 2.5rem);
        padding: 1.25rem 1.5625rem;
    }
}

.policy__heading.policy__heading--sub {
    background-color: transparent;
    color: #474747;
    padding: 0;
}

.policy__content {
    margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
    .policy__content {
        margin-top: 1.5rem;
    }
}

.policy__box:not(:first-child) {
    margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
    .policy__box:not(:first-child) {
        margin-top: 1.875rem;
    }
}

.policy__description {
    font-size: max(18px, clamp(1.125rem, 0.975rem + 0.4vw, 1.25rem));
    font-weight: 500;
    line-height: 1.6;
    color: #474747;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

@media screen and (max-width: 767px) {
    .policy__description {
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.policy__list {
    margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
    .policy__list {
        margin-top: 1.125rem;
    }
}

.policy__item:not(:first-child) {
    margin-top: 1.5625rem;
}

.policy__item-heading {
    font-size: max(22px, clamp(1.375rem, 0.906rem + 0.83vw, 1.5rem));
    font-weight: 700;
    line-height: 1.5;
    color: #474747;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

@media screen and (max-width: 767px) {
    .policy__item-heading {
        font-size: max(14px, clamp(0.875rem, 2.041vw + 0.397rem, 1.375rem));
    }
}

.policy__item-description {
    margin-top: 0.5rem;
    font-size: max(14px, clamp(0.875rem, 0.273vw + 0.744rem, 1rem));
    font-weight: 400;
    line-height: 1.5;
    color: #474747;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

@media screen and (max-width: 767px) {
    .policy__item-description {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.policy__bottom {
    margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
    .policy__bottom {
        margin-top: 1.875rem;
    }
}

.policy__bottom-description {
    font-size: max(18px, clamp(1.125rem, 0.975rem + 0.4vw, 1.25rem));
    font-weight: 500;
    line-height: 1.6;
    color: #474747;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

@media screen and (max-width: 767px) {
    .policy__bottom-description {
        font-size: max(10px, clamp(0.625rem, 2.041vw + 0.147rem, 1.125rem));
    }
}

.sell-property__property-results {
    margin-top: 5.375rem;
}

@media screen and (max-width: 767px) {
    .sell-property__property-results {
        margin-top: 2rem;
    }
}

.property-results__title {
    font-size: 1.375rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #023d7f;
    line-height: 1.4090909091;
}

@media screen and (max-width: 767px) {
    .property-results__title {
        font-size: max(14px, clamp(0.875rem, 2.041vw + 0.397rem, 1.375rem));
    }
}

.property-results__description {
    margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
    .property-results__description.c-text {
        line-height: 1.5714285714;
    }
}

.rental__properties {
    margin-top: 5.375rem;
}

@media screen and (max-width: 767px) {
    .rental__properties {
        margin-top: 2rem;
    }
}

.rental-properties__title {
    font-size: 1.375rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #e8b947;
    line-height: 1.4090909091;
}

@media screen and (max-width: 767px) {
    .rental-properties__title {
        font-size: max(14px, clamp(0.875rem, 2.041vw + 0.397rem, 1.375rem));
        line-height: 1.5714285714;
    }
}

.rental-properties__slider-container .card__price,
.rental-properties__slider-container .card__meta-text,
.rental-properties__slider-container .property-results__meta-text,
.rental-properties__slider-container .card__name,
.rental-properties__slider-container .card__location {
    color: #ffffff;
}

.rental {
    padding-top: 3.625rem;
    padding-bottom: 5.375rem;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .rental {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

.rental__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.rental__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 71, 71, 0.8);
}

.rental__content {
    display: flex;
    gap: 2.25rem;
}

@media screen and (max-width: 767px) {
    .rental__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
}

.rental__img {
    max-width: 714px;
    width: 57.5806451613%;
    aspect-ratio: 714/484;
    margin-left: calc(50% - 50vw);
    border-radius: 0 0.625rem 0.625rem 0;
    overflow: hidden;
}

@media screen and (min-width: 1501px) {
    .rental__img {
        max-width: 714px;
        width: 57.5806451613%;
        margin-left: 0;
        border-radius: 0.625rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .rental__img {
        margin-top: 1rem;
        aspect-ratio: 560/456;
        order: 3;
        width: 100%;
        margin-left: 0;
        border-radius: 0.625rem;
    }
}

.rental__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0.625rem 0.625rem 0;
}

@media screen and (max-width: 767px) {
    .rental__img img {
        border-radius: 0.625rem;
    }
}

.rental__text-block {
    flex: 1;
    padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
    .rental__text-block {
        display: contents;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .rental__text-block-en {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .rental__text-block-ja {
        order: 2;
    }
}

.rental__text-wrap {
    margin-top: 3.375rem;
}

@media screen and (max-width: 767px) {
    .rental__text-wrap {
        margin-top: 1.1875rem;
        order: 4;
    }
}

.rental__text--last {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .rental__text--last {
        margin-top: 1rem;
    }
}

.rental__services {
    margin-top: 3.625rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    -moz-column-gap: 3.6290322581%;
    column-gap: 3.6290322581%;
    row-gap: 4.125rem;
    counter-reset: number;
}

@media screen and (max-width: 767px) {
    .rental__services {
        margin-top: 2.375rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
        row-gap: 0.625rem;
    }
}

.rental__service {
    counter-increment: number;
}

.rental__service-label {
    font-size: 1rem;
    font-weight: 300;
    font-family: "Noto Sans Thai", sans-serif;
    color: #e69635;
    line-height: 1.9375;
}

@media screen and (max-width: 767px) {
    .rental__service-label {
        font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    }
}

.rental__service-label span {
    position: relative;
}

.rental__service-label span::after {
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 300;
    font-family: "Noto Sans Thai", sans-serif;
    color: #e8b947;
    line-height: 1.9375;
}

@media screen and (max-width: 767px) {
    .rental__service-label span::after {
        font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    }
}

.rental__service-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #e8b947;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .rental__service-title {
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.rental__service-text {
    margin-top: 0.4375rem;
    line-height: 1.4;
    font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    .rental__service-text {
        margin-top: 0.1875rem;
    }
}

.sell-property {
    overflow: hidden;
}

.sell-property__container {
    display: flex;
    align-items: center;
    gap: 2.625rem;
}

@media screen and (max-width: 767px) {
    .sell-property__container {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
}

.sell-property__content {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .sell-property__content {
        display: contents;
    }
}

@media screen and (max-width: 767px) {
    .sell-property__header {
        order: 1;
    }
}

.sell-property__text-wrap {
    margin-top: 4.25rem;
}

@media screen and (max-width: 767px) {
    .sell-property__text-wrap {
        order: 3;
        margin-top: 1.125rem;
    }
}

.sell-property__text:not(:first-of-type) {
    margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
    .sell-property__text:not(:first-of-type) {
        margin-top: 1rem;
    }
}

.sell-property__img {
    max-width: 710px;
    width: 57.2580645161%;
    aspect-ratio: 710/490;
    margin-right: calc(50% - 50vw);
    border-radius: 0.625rem 0 0 0.625rem;
    overflow: hidden;
}

@media screen and (min-width: 1501px) {
    .sell-property__img {
        max-width: 724px;
        width: 58.3870967742%;
        margin-right: 0;
        border-radius: 0.625rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .sell-property__img {
        margin-top: 0.6875rem;
        aspect-ratio: 560/456;
        order: 2;
        width: 100%;
        margin-right: 0;
        border-radius: 0.625rem;
    }
}

.sell-property__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.625rem 0 0 0.625rem;
}

@media screen and (max-width: 767px) {
    .sell-property__img img {
        border-radius: 0.625rem;
    }
}

.sell-property__services {
    margin-top: 4.625rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    -moz-column-gap: 1.2096774194%;
    column-gap: 1.2096774194%;
    row-gap: 3.75rem;
    counter-reset: number;
}

@media screen and (max-width: 767px) {
    .sell-property__services {
        margin-top: 1.875rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1.25rem;
    }
}

.sell-property__service {
    counter-increment: number;
}

.sell-property__service-label {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Noto Sans Thai", sans-serif;
    color: #e69635;
    line-height: 1.9375;
}

@media screen and (max-width: 767px) {
    .sell-property__service-label {
        font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    }
}

.sell-property__service-label span {
    position: relative;
}

.sell-property__service-label span::after {
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 500;
    font-family: "Noto Sans Thai", sans-serif;
    color: #e69635;
    line-height: 1.9375;
}

@media screen and (max-width: 767px) {
    .sell-property__service-label span::after {
        font-size: max(10px, clamp(0.625rem, 1.531vw + 0.266rem, 1rem));
    }
}

.sell-property__service-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #023d7f;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .sell-property__service-title {
        font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    }
}

.sell-property__service-text {
    margin-top: 0.4375rem;
    line-height: 1.4;
    font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    .sell-property__service-text {
        margin-top: 0.1875rem;
    }
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */