/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    color: #000000;
    line-height: 1.6;
    background-color: #000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

main {
    padding-top: 109px;
}

.main-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/* Header */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #000000;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 50px;
    height: 109px;
    gap: 20px;
}

.header-logo img {
    width: 140px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.header-logo a:hover img {
    opacity: 0.8;
}

.header-banner {
    background: linear-gradient(270deg, rgba(37, 92, 11, 1) 64%, rgba(7, 8, 34, 1) 100%);
    padding: 0 50px 0 30px;
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.header-banner:hover {
    opacity: 0.9;
}

.banner-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}

.banner-badge {
    border-radius: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.362;
    color: #FFFFFF;
}

.banner-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.362;
    color: #FFFFFF;
}

.banner-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}


.banner-link::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('images/arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.banner-link:hover::after,
.header-banner:hover .banner-link::after {
    transform: translateX(5px);
}

/* Floating Banner */
.fixed-banner {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fixed-banner.show {
    opacity: 1;
    visibility: visible;
    background-color: #000;
}

.fixed-banner a {
    position: relative;
    display: block;
    overflow: hidden;
}

.fixed-banner-image {
    max-width: 459px;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.fixed-banner a:hover .fixed-banner-image {
    opacity: 0.8;
}

.fixed-banner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: 2;
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
}

.hero-treat {
    position: absolute;
    bottom: -35px;
    right: 0;
    transform: rotate(-14deg);
    z-index: 10;
}

.hero-image {
    width: 100%;
    position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.hero-overlay {
    background-color: #000000;
    padding: 10px 100px;
}

.hero-feature {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.8;
    color: #FFFFFF;
    text-align: left;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 84px 0 0 84px;
    box-sizing: border-box;
}

.hero-title {
    position: relative;
}

.hero-premium {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #8D863D;
    margin-bottom: 10px;
}

.hero-name {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: clamp(70px, 6.5vw, 95.55px);
    line-height: 1.2;
    color: #FFFFFF;
}

.hero-address {
    position: relative;
}

.hero-address p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.8;
    color: #FFFFFF;
}

.hero-info {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: flex;
    gap: 20px;
    padding: 0 84px;
}

.hero-info-item {
    position: relative;
    max-width: 296px;
    width: 100%;
}

.hero-info-item img {
    width: 100%;
    max-width: 296px;
    height: auto;
    display: block;
}

.info-station,
.info-design {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.info-location {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 65px;
}

.info-walk {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 20px;
}

.walk-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
}

.walk-number {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 113.33px;
    line-height: 1;
    color: #FFFFFF;
}

.walk-unit {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 53.33px;
    line-height: 1;
    color: #FFFFFF;
}

.info-living {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 20px;
}

.info-size {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 20px;
}

.size-number {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 113.33px;
    line-height: 1;
    color: #FFFFFF;
}

.size-unit {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 53.33px;
    line-height: 1;
    color: #FFFFFF;
}

.info-more {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 10px;
}

.info-train {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

.info-time {
    margin-top: 20px;
}

.info-time p {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.info-time span:first-child {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #FFFFFF;
}

.time-number {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 65.24px;
    line-height: 1;
    color: #FFFFFF;
}

.time-unit {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32.62px;
    line-height: 1;
    color: #FFFFFF;
}

/* Section Common Styles */
.section-header {
    text-align: center;
    padding-bottom: 100px;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    color: #255C0B;
    text-align: center;
}

.section-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.437;
    color: #000000;
    text-align: center;
}

.section-title sub {
    font-size: 18px;
    vertical-align: inherit;
    line-height: 0;
}

.section-description {
    width: 100%;

}

.section-description p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
}

.section-subtitle {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

/* Design Section */
.design-section {
    width: 100%;
    background-color: #000000;
    background-image: url('images/design_bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.design-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 100px;
}

.design-section .section-header {
    background: transparent;
}

.design-section .section-label {
    color: #255C0B;
}

.design-section .section-title {
    color: #FFFFFF;
}

.design-section .section-description p {
    color: #FFFFFF;
}

.interior-slider {
    width: 100%;
    padding: 0 200px 50px;
    box-sizing: border-box;
}

.interior-slider .slider-item {
    padding: 0 10px;
}

.interior-slider .slider-item img {
    width: 100%;
}

/* Urban Life Section */
.urban-life-section {
    width: 100%;
    background-color: #000000;
    background-image: url('images/urban-life_bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.urban-life-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.urban-life-section .section-header {
    background: transparent;
}

.urban-life-section .section-label {
    color: #255C0B;
}

.urban-life-section .section-title {
    color: #FFFFFF;
}

.urban-life-section .section-description p {
    color: #FFFFFF;
}

.urban-life-section .section-subtitle {
    color: #FFFFFF;
}

.access-map {
    width: 100%;
    padding: 50px 0 0;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.map-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.access-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 0 0;
    max-width: 1112px;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
}

.access-treat {
    position: absolute;
    bottom: -58px;
    right: -126px;
    z-index: 10;
}

.access-card {
    width: calc((100% - 60px) / 3);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: #8D863D;
    border-radius: 20px;
    padding: 30px 50px;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.access-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Child Care Section */
.child-care-section {
    width: 100%;
    background-color: #020202;
    padding: 0;
}

.child-care-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.child-care-section .section-label {
    color: #8D863D;
}

.child-care-section .section-title {
    color: #FFFFFF;
}

.child-care-section .section-description p {
    color: #FFFFFF;
}

.child-care-section .section-subtitle {
    color: #FFFFFF;
}

.child-care-section .section-header {
    padding-bottom: 50px;
}

.child-care-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 50px 0 0;
}

.care-item {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #FFFFFF;
}

.care-item:last-child {
    border-bottom: none;
}

.care-item-reverse {
    flex-direction: row-reverse;
}

.care-image {
    width: 450px;
    height: 431px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.care-image-01 {
    background-image: url('images/care-01.png');
}

.care-image-02 {
    background-image: url('images/care-02.png');
}

.care-image-03 {
    background-image: url('images/care-03.png');
}

.care-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.care-number {
    font-family: 'Noto Serif Tamil Slanted', serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 0.836;
    color: #8D863D;
    text-align: left;
}

.care-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.362;
    color: #8D863D;
}

.care-text {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.7;
    color: #FFFFFF;
}

/* Floor Plan Section */
.floor-plan-section {
    width: 100%;
    background-color: #000000;
    background-image: url('images/floor-plan_bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.floor-plan-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.floor-plan-section .section-label {
    color: #255C0B;
}

.floor-plan-section .section-title {
    color: #FFFFFF;
}

.floor-plan-section .section-description p {
    color: #FFFFFF;
}

.floor-plan-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
    background-color: #FFFFFF;
}

.floor-plan-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 50px;
}

.plan-building {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #255C0B;
    text-align: center;
}

.plan-type {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.362;
    color: #000000;
    text-align: center;
}

.plan-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-image img {
    width: 100%;
    height: auto;
}

/* Location Section */
.location-section {
    width: 100%;
    background-color: #000000;
    background-image: url('images/location_bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.location-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.location-section .section-header {
    background: transparent;
}

.location-section .section-label {
    color: #255C0B;
}

.location-section .section-title {
    color: #EBEBEB;
}

.location-section .section-description p {
    color: #EBEBEB;
}

.location-slider {
    width: 100%;
    padding: 0 200px;
    box-sizing: border-box;
}

.location-slider .slider-item {
    padding: 0 10px;
}

.location-slider .slider-item img {
    width: 100%;
}

.location-info {
    padding: 20px 0 0;
    text-align: center;
}

.location-info p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.8;
    color: #FFFFFF;
}

/* Quality Section */
.quality-section {
    width: 100%;
    background-color: #000000;
    padding: 50px 0 100px;
}

.quality-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.quality-section .section-label {
    color: #255C0B;
}

.quality-section .section-title {
    color: #FFFFFF;
}

.quality-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.quality-item {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.362;
    color: #FFFFFF;
    text-align: center;
}

/* Equipment Section */
.equipment-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 100px 0;
}

.equipment-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.equipment-section .section-header {
    padding-bottom: 0;
}

.equipment-section .section-label {
    color: #19B8E7;
    font-size: 80px;
}

.equipment-section .section-title {
    color: #000000;
}

.equipment-section .section-title + p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.437;
    text-align: center;
    margin-top: 10px;
}

.equipment-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-image img {
    width: 100%;
    height: auto;
}

.equipment-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 55px;
}

.equipment-subtitle {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
}

.equipment-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
}

.equipment-detail {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
}

.equipment-poe {
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* 親コンテナの基本設定 */
.equipment-poe-images {
    display: flex;
    /* 画像間の隙間を自動調整（最大幅の時は50px空く計算） */
    justify-content: space-between;
    /* 画面が狭まった時も最低限15pxの余白を確保 */
    gap: 15px;
    align-items: flex-start;
    max-width: 1112px;
    margin: 0 auto;
    width: 100%;
}

/* 画像を囲むpタグの設定 */
.equipment-poe-image-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
}

/* 共通の画像設定 */
.equipment-poe-image {
    height: auto;
    display: block;
    width: 100%;
}

/* 左側の画像 (500x233) */
.equipment-poe-image-wrapper:nth-child(1) {
    flex: 500 1 0; /* flex-grow: 500, flex-shrink: 1, flex-basis: 0 */
    max-width: 500px;
}

.equipment-poe-image-wrapper:nth-child(1) .equipment-poe-image {
    aspect-ratio: 500 / 233;
}

/* 右側の画像 (562x233) */
.equipment-poe-image-wrapper:nth-child(2) {
    flex: 562 1 0; /* flex-grow: 562, flex-shrink: 1, flex-basis: 0 */
    max-width: 562px;
}

.equipment-poe-image-wrapper:nth-child(2) .equipment-poe-image {
    aspect-ratio: 562 / 233;
}

.equipment-poe-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
}

.equipment-content-row {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.equipment-content-image {
    flex-shrink: 0;
}

.equipment-content-image img {
    width: 517px;
    height: 426px;
    display: block;
}

.equipment-content-text {
    flex: 1;
    display: flex;
}

.equipment-content-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.7;
    color: #000000;
    text-align: left;
}

.equipment-anoa {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.equipment-anoa-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #19B8E7;
    text-align: center;
}

.equipment-anoa-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-anoa-image img {
    width: 100%;
    max-width: 1146px;
    height: auto;
    display: block;
}

.equipment-final {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.equipment-final-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-final-image img {
    width: 100%;
    max-width: 1175px;
    height: auto;
    display: block;
}

.equipment-final-text {
    width: 100%;
    text-align: center;
}

.equipment-final-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.7;
    color: #000000;
    text-align: center;
}

/* Outline Section */
.outline-section {
    width: 100%;
    background-color: #F2F2F2;
    padding: 100px 0;
}

.outline-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.outline-section .section-label {
    color: #255C0B;
}

.outline-section .section-header {
    padding-bottom: 0;
}

.outline-section .section-title {
    color: #000000;
}

.outline-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.outline-map {
    width: 100%;
}

.outline-map iframe {
    width: 100%;
    height: 700px;
    border: 0;
    border-radius: 0;
}

.outline-row {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #000000;
}

.outline-label {
    width: 204px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.35;
    color: #000000;
    padding-right: 20px;
    flex-shrink: 0;
}

.outline-value {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.35;
    color: #000000;
}

/* Others Section */
.others-section {
    width: 100%;
    background-color: #FFFFFF;
    scroll-margin-top: 109px;
    background-image: 
        url('images/others_bg_p.png'),
        url('images/others_bg.png');
    background-position: 
        top left,
        top center;
    background-repeat: 
        repeat,
        no-repeat;
    background-size: 
        auto,
        contain;
    padding: 100px 0;
}

.others-content {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.others-section .section-header {
    padding-bottom: 0;
}

.others-section .section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #FFFFFF;
}

.others-section .section-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #FFFFFF;
}

.others-section .section-subtitle {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
}

.others-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: flex-start;
}

.others-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
}

.others-item-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    position: relative;
}

.others-accordion-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.others-accordion-icon::before,
.others-accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.others-accordion-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.others-accordion-icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.others-item-header.active .others-accordion-icon::after {
    opacity: 0;
    transform: translateX(-50%) scale(0);
}

.others-item-label {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
    background-color: #134D5D;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.others-item-type {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.362;
    color: #000000;
}

.others-item-image {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.others-main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    background-color: #C1C1C1;
}

.others-floor-plan {
    width: 100%;
    height: auto;
    display: block;
}

.others-item-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 0;
    align-items: center;
}

.others-detail-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 5px 0;
}

.others-detail-label {
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.6;
    color: #000000;
    background-color: #E7E9EC;
    padding: 5px 0;
}

.others-detail-value {
    font-family: 'Noto Sans CJK JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #040404;
}

.others-detail-value:has(.others-price-number) {
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.others-detail-value dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

.others-detail-value ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.others-detail-value li {
    position: relative;
    padding-left: 1.5em;
}

.others-detail-value li::before {
    content: '●';
    position: absolute;
    left: 0;
    display: inline-block;
}

.others-detail-value dt {
    display: inline;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.others-detail-value dt::before {
    content: '■';
    margin-right: 0.2em;
}

.others-detail-value dt::after {
    content: '／';
    margin-right: 0.2em;
}

.others-detail-value dd {
    display: inline;
    margin: 0;
    padding: 0;
}

.others-detail-value dt + dd::after {
    content: '';
    display: block;
}

.others-price-units {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.others-price-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
    color: #000000;
}

.others-price-unit {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    color: #000000;
}

.others-price-units .others-price-unit:first-child {
    font-size: 20px;
}

.others-detail-button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.others-button {
    display: flex;
    align-items: center;
    gap: 39.4px;
    padding: 26.3px 65.7px;
    background-color: #134D5D;
    border: 5.25px solid #FFFFFF;
    border-radius: 131.32px;
    box-shadow: 5.25px 5.25px 5.25px 0px rgba(0, 0, 0, 0.2);
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 26.26px;
    line-height: 1.362;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    width: 471.43px;
    justify-content: center;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.others-button:hover {
    background-color: #FFFFFF;
    color: #134D5D;
    border-color: #134D5D;
}

.others-button::after {
    content: '';
    position: absolute;
    right: 31.49px;
    top: 50%;
    transform: translateY(-50%);
    width: 26.26px;
    height: 26.26px;
    background-image: url('images/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Footer */
.copyright {
    width: 100%;
    background-color: #000000;
    padding: 50px 100px;
}

.copyright-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.copyright-logo {
    margin-bottom: 10px;
}

.copyright-logo img {
    width: 140px;
    height: 24px;
}

.copyright-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.copyright-company {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.362;
    color: #FFFFFF;
    text-align: center;
}

.copyright-description {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.362;
    color: #FFFFFF;
    text-align: left;
    max-width: 1200px;
}

.copyright-address,
.copyright-contact,
.copyright-hours {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.362;
    color: #FFFFFF;
    text-align: center;
}

.copyright-contact {
    font-weight: 700;
    font-size: 30px;
}

.copyright-hours {
    font-size: 17px;
}

.copyright-year {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.362;
    color: #FFFFFF;
    text-align: center;
}

/* Slick Slider Custom Styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 66px;
    height: 66px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    opacity: 0.8;
}

.slick-prev {
    left: 55px;
}

.slick-next {
    right: 55px;
}

.slick-prev img,
.slick-next img {
    width: 66px;
    height: 66px;
    display: block;
}

/* Slick Dots */
.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    color: transparent;
    outline: none;
    transition: background-color 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
}

.slick-dots li.slick-active button {
    background-color: #FFFFFF;
}

/* Interior Slider Specific */
.interior-slider .slick-dots {
    bottom: 40px;
}

.interior-slider .slick-prev {
    left: 55px;
}

.interior-slider .slick-next {
    right: 55px;
}

/* Location Slider Specific */
.location-slider .slick-dots {
    bottom: 80px;
}

.location-slider .slick-prev {
    left: 55px;
}

.location-slider .slick-next {
    right: 55px;
}

/* Responsive Styles */
@media (max-width: 1170px) {
    .section-header {
        margin: 0 20px;
    }

    .access-map {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .access-info {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .child-care-list {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .quality-list {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .equipment-content {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .outline-table {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .others-list {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

}

@media (max-width: 1400px) {
    .access-treat {
        bottom: -55px;
        right: -76px;
    }
}

@media (max-width: 1300px) {
    .access-treat {
        right: 0;
    }

    .floor-plan-list {
    margin: 0 20px;
    width: calc(100% - 40px);
    }
}

/* Utility: Line break at 1000px and below */
br.br-1000 {
    display: none;
}

@media (max-width: 1000px) {
    br.br-1000 {
        display: block;
    }
}

/* Utility: Line break at 768px and below */
br.br-768 {
    display: none;
}

@media (max-width: 768px) {
    br.br-768 {
        display: block;
    }
}

/* Utility: Line break at 480px and below */
br.br-480 {
    display: none;
}

/* Utility: Line break hidden at 480px and below */
br.br-no-480 {
    display: block;
}

@media (max-width: 1000px) {
    .banner-badge {
        font-size: 13px;
    }

    .banner-text {
        font-size: 18px;
    }

    .interior-slider {
        padding: 0 150px 50px;
    }

    .location-slider {
        padding: 0 100px;
    }

    .section-label {
        font-size: 60px;
    }

    .section-title {
        font-size: 42px;
    }

    .section-subtitle {
        font-size: 42px;
    }

    .section-description p {
        font-size: 22px;
    }

    .hero-feature {
        font-size: 32px;
    }

    .hero-premium {
        font-size: 24px;
    }

    .hero-name {
        font-size: clamp(60px, 6vw, 80px);
    }

    .hero-address p {
        font-size: 32px;
    }

    .info-station,
    .info-design {
        font-size: 28px;
    }

    .info-location {
        font-size: 30px;
    }

    .walk-text {
        font-size: 35px;
    }

    .walk-number {
        font-size: 90px;
    }

    .walk-unit {
        font-size: 42px;
    }

    .info-living {
        font-size: 28px;
    }

    .size-number {
        font-size: 90px;
    }

    .size-unit {
        font-size: 42px;
    }

    .info-more {
        font-size: 22px;
    }

    .info-train {
        font-size: 28px;
    }

    .info-time span:first-child {
        font-size: 22px;
    }

    .time-number {
        font-size: 52px;
    }

    .time-unit {
        font-size: 26px;
    }

    .care-number {
        font-size: 50px;
    }

    .care-title {
        font-size: 35px;
    }

    .care-text {
        font-size: 24px;
    }

    .plan-building {
        font-size: 35px;
    }

    .plan-type {
        font-size: 26px;
    }

    .location-info p {
        font-size: 22px;
    }

    .quality-item {
        font-size: 30px;
    }

    .equipment-section .section-label {
        font-size: 60px;
    }

    .equipment-section .section-title + p {
        font-size: 16px;
    }

    .equipment-subtitle {
        font-size: 35px;
    }

    .equipment-text {
        font-size: 24px;
    }

    .equipment-detail {
        font-size: 22px;
    }

    .equipment-poe-text {
        font-size: 24px;
    }

    .equipment-content-text p {
        font-size: 24px;
    }

    .equipment-anoa-title {
        font-size: 42px;
    }

    .equipment-final-text p {
        font-size: 30px;
    }

    .outline-label {
        font-size: 22px;
    }

    .outline-value {
        font-size: 22px;
    }

    .others-section .section-label {
        font-size: 60px;
    }

    .others-section .section-title {
        font-size: 40px;
    }

    .others-section .section-subtitle {
        font-size: 35px;
    }

    .others-item-label {
        font-size: 32px;
    }

    .others-item-type {
        font-size: 26px;
    }

    .others-detail-label {
        font-size: 22px;
    }

    .others-detail-value {
        font-size: 18px;
    }

    .others-price-number {
        font-size: 80px;
    }

    .others-price-unit {
        font-size: 38px;
    }

    .others-price-units .others-price-unit:first-child {
        font-size: 18px;
    }

    .others-button {
        font-size: 24px;
    }

    .copyright-company {
        font-size: 20px;
    }

    .copyright-description {
        font-size: 13px;
    }

    .copyright-address,
    .copyright-contact,
    .copyright-hours {
        font-size: 18px;
    }

    .copyright-hours {
        font-size: 15px;
    }

    .copyright-year {
        font-size: 15px;
    }

    .hero-info-item {
        max-width: 250px;
    }

    .interior-slider .slick-prev {
        left: 30px;
    }

    .interior-slider .slick-next {
        right: 30px;
    }

    .location-slider .slick-prev {
        left: 30px;
    }

    .location-slider .slick-next {
        right: 30px;
    }

    .access-card {
        width: calc((100% - 30px) / 2);
    }

    .care-item {
        flex-direction: column;
        gap: 30px;
    }

    .care-image {
        width: 100%;
        height: 400px;
    }

    .equipment-content-row {
        flex-direction: column;
    }

    .equipment-content-image {
        width: 100%;
    }

    .equipment-content-image img {
        width: 100%;
        height: auto;
    }

    .others-list {
        gap: 30px;
    }

    .outline-map iframe {
        height: 500px;
    }

    .access-treat {
        display: none;
    }
}

@media (max-width: 768px) {
    .fixed-banner {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .access-card {
        padding: 20px 30px;
    }

    .others-item {
        width: 100%;
        gap: 0;
    }

    .others-accordion-trigger {
        cursor: pointer;
    }

    .others-accordion-icon {
        display: block;
    }

    .others-item-image,
    .others-item-details {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .others-item-header.active ~ .others-item-image,
    .others-item-header.active ~ .others-item-details {
        max-height: 5000px;
    }

    .copyright {
        padding-bottom: 120px;
    }
    .header-container {
        padding: 0 0 0 20px;
    }
    .header-banner {
        padding: 10px 20px;
    }

    .banner-content {
        flex-direction: column;
        gap: 10px;
    }

    .hero-treat {
        display: none;
    }

    .hero-info {
        position: relative;
        flex-direction: column;
        gap: 20px;
        top: auto;
        left: auto;
        margin-top: 40px;
    }

    .hero-info-item {
        max-width: 100%;
    }

    .hero-feature {
        font-size: 24px;
    }

    .hero-premium {
        font-size: 20px;
    }

    .hero-name {
        font-size: clamp(50px, 8vw, 70px);
    }

    .hero-address p {
        font-size: 24px;
    }

    .section-label {
        font-size: 50px;
    }

    .section-title {
        font-size: 35px;
    }

    .section-description p {
        font-size: 18px;
    }

    .interior-slider .slick-prev {
        left: 10px;
    }

    .interior-slider .slick-next {
        right: 10px;
    }

    .location-slider .slick-prev {
        left: 10px;
    }

    .location-slider .slick-next {
        right: 10px;
    }



    .access-treat {
        display: none;
    }

    .child-care-list {
        gap: 40px;
        padding: 30px 0 0;
    }

    .care-item {
        flex-direction: column;
        gap: 20px;
    }

    .care-item-reverse {
        flex-direction: column;
    }

    .care-image {
        width: 100%;
        height: 300px;
    }

    .care-number {
        font-size: 50px;
    }

    .care-title {
        font-size: 28px;
    }

    .care-text {
        font-size: 18px;
    }

    .floor-plan-list {
        gap: 30px;
    }

    .plan-image img {
        width: 100%;
    }

    .quality-content {
        gap: 30px;
    }

    .equipment-poe-images {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .equipment-poe-image-wrapper {
        width: 100%;
    }

    .outline-row {
        flex-direction: column;
        gap: 10px;
    }

    .outline-label {
        width: 100%;
        font-size: 18px;
    }

    .outline-value {
        font-size: 16px;
    }

    .outline-map iframe {
        height: 400px;
    }

    .others-section .section-label {
        font-size: 50px;
    }

    .others-section .section-title {
        font-size: 35px;
    }

    .others-section .section-subtitle {
        font-size: 28px;
    }

    .others-list {
        flex-direction: column;
        gap: 15px;
    }

    .others-price-number {
        font-size: 70px;
    }

    .others-price-unit {
        font-size: 32px;
    }

    .others-price-units .others-price-unit:first-child {
        font-size: 16px;
    }
    .design-content {
        padding-top: 30px;
    }
    .section-header {
        padding-bottom: 30px;
        gap: 20px;
    }
    .interior-slider {
        padding: 0 50px 30px;
    }
    .urban-life-content {
        padding: 30px 0;
    }
    .access-map {
        padding: 30px 0 0;
    }
    .section-subtitle {
        font-size: 30px;
    }
    .child-care-content {
        padding: 30px 0 0;
    }
    .child-care-section .section-header {
        padding-bottom: 30px;
    }
    .floor-plan-section {
        padding: 30px 0;
    }
    .location-content {
        padding: 30px 0 30px;
    }
    .location-slider{
        padding: 0 50px;
    }
    .quality-section {
        padding: 0 0 60px;
    }
    .equipment-section {
        padding: 30px 0;
    }
    .equipment-subtitle {
        font-size: 28px;
    }
    .equipment-text {
        font-size: 20px;
    }
    .equipment-content {
        gap: 30px;
    }
    .equipment-description {
        margin-bottom: 0;
    }
    .equipment-anoa-title{
        font-size: 30px;
    }
    .equipment-final-text p{
        font-size: 24px;
    }
    .outline-section{
        padding: 30px 0;
    }
    .others-section{
        padding: 30px 0;
    }
    .copyright{
        padding: 30px 20px 100px;
    }
    .floor-plan-item{
        padding: 30px 20px;
    }
    .equipment-section .section-label{
        font-size: 50px;
    }
    .equipment-content-row{
        gap: 30px;
    }
    .others-item-header{
        width: 100%;
        padding: 0;
        position: relative;
    }

    .others-item-label {
        position: relative;
        padding: 20px;
    }

    .others-accordion-icon {
        top: calc(20px + 9px);
        transform: translateY(-50%);
    }
}

@media (max-width: 480px) {
    br.br-480 {
        display: block;
    }

    br.br-no-480 {
        display: none;
    }

    .fixed-banner-image {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .access-card {
        width: calc((100% - 20px) / 2);
        padding: 10px 20px;
        border-radius: 10px;
    }

    .header-container {
        padding: 0 0 0 20px;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .header-logo img {
        width: 100px;
        height: auto;
        flex-shrink: 0;
    }

    .header-banner {
        display: flex;
        padding: 6px 0 0 20px;
        min-width: 0;
    }

    .banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        width: 100%;
        padding-right: 20px;
    }

    .banner-badge {
        font-size: 10px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .banner-text {
        font-size: 11px;
        white-space: nowrap;
        flex: 1;
        min-width: 0;
        width: 100%;
    }
    
    .banner-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        max-width: 100%;
        padding-right: 0;
    }
    
    .banner-link::after {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
    
    .fixed-banner {
        width: 100%;
    }

    .hero-info {
        gap: 15px;
    }

    .hero-feature {
        font-size: 18px;
    }

    .hero-premium {
        font-size: 16px;
    }

    .hero-name {
        font-size: clamp(40px, 10vw, 50px);
    }

    .hero-address p {
        font-size: 20px;
    }

    .section-label {
        font-size: 35px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-description p {
        font-size: 16px;
    }


    .interior-slider .slick-prev {
        left: 5px;
    }

    .interior-slider .slick-next {
        right: 5px;
    }

    .interior-slider .slick-prev,
    .interior-slider .slick-next {
        width: 30px;
        height: 30px;
    }

    .location-slider .slick-prev {
        left: 5px;
    }

    .location-slider .slick-next {
        right: 5px;
    }

    .location-slider .slick-prev,
    .location-slider .slick-next {
        width: 30px;
        height: 30px;
    }

    .location-info p {
        font-size: 16px;
    }

    .access-info{
        gap: 20px;
    }
    .care-image {
        height: 250px;
    }

    .care-number {
        font-size: 40px;
    }

    .care-title {
        font-size: 22px;
    }


    .equipment-poe-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .equipment-poe-image-wrapper {
        flex: 1 1 auto !important;
        max-width: 100%;
    }

    .equipment-poe-image {
        width: 100%;
    }

    .quality-content {
        gap: 20px;
    }

    .section-subtitle {
        font-size: 22px;
    }

    .quality-item {
        font-size: 20px;
        text-align: justify;
    }

    .equipment-section .section-label {
        font-size: 35px;
    }

    .equipment-subtitle {
        font-size: 22px;
    }

    .equipment-text {
        font-size: 18px;
    }

    .equipment-content-text p {
        font-size: 18px;
    }

    .equipment-content {
        gap: 20px;
    }

    .equipment-detail {
        font-size: 18px;
        text-align: justify;
    }

    .equipment-description {
        margin-bottom: 0;
    }

    .equipment-anoa-title {
        font-size: 22px;
    }

    .equipment-final-text p {
        font-size: 18px;
    }

    .equipment-poe-text {
        font-size: 18px;
        text-align: justify;
    }

    .outline-section .section-label {
        font-size: 35px;
    }

    .outline-section .section-title {
        font-size: 22px;
    }

    .outline-section .section-subtitle {
        font-size: 18px;
    }

    .outline-label {
        font-size: 18px;
    }

    .outline-value {
        font-size: 18px;
    }

    .outline-map iframe {
        height: 200px;
    }

    .others-section .section-label {
        font-size: 35px;
    }

    .others-section .section-title {
        font-size: 22px;
    }

    .others-section .section-subtitle {
        font-size: 18px;
    }

    .others-list {
        flex-direction: column;
        gap: 15px;
    }

    .others-item-label {
        font-size: 18px;
    }

    .others-item-type {
        font-size: 22px;
    }

    .others-detail-label {
        font-size: 18px;
    }

    .others-detail-value {
        font-size: 18px;
    }

    .others-detail-value li {
        font-size: 18px;
    }

    .others-detail-value dt {
        font-size: 18px;
    }

    .others-detail-value dd {
        font-size: 18px;
    }

    .others-price-number {
        font-size: 50px;
    }

    .others-price-unit {
        font-size: 18px;
    }

    .others-price-units .others-price-unit:first-child {
        font-size: 18px;
    }

    .others-button {
        width: 100%;
        max-width: 471.43px;
        padding: 20px 40px;
        font-size: 18px;
    }

    .copyright {
        padding: 30px 20px 100px;
    }
    .others-section {
        background-size: auto, auto 450px;
        scroll-margin-top: 60px;
    }
    .header-container {
        height: 60px;
    }

    main {
        padding-top: 60px;
    }
    .interior-slider , .location-slider{
        padding: 0 20px;
    }
}

