html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
    padding: 0
}

header .header-hd {
    background: #f2f2f2;
    padding: 2px 15px;
    height: 30px;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .05em;
    font-weight: 400;
    transition: opacity 0.3s, height 0.3s;
    will-change: opacity, height;
    overflow: hidden;
}

header .header-inner {
    padding-left: 30px;
    padding-right: 110px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .hamburger {
    position: absolute;
    z-index: 3000;
    right: 20px;
    top: 55px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #d13a3a;
    text-align: center;
    padding-top: 16px;
    border: 1px solid #d13a3a;
    will-change: background, top;
    transition: background 0.3s, top 0.3s;
    cursor: pointer;
}

footer .footer-copyright {
    background-color: #d13a3a;
    padding: 15px 25px;
    margin-top: 100px;
    text-align: center;
}

footer .footer-copyright__txt {
    font-size: 12px;
    line-height: 1.66667em;
    letter-spacing: .1em;
    font-weight: 500;
    color: white;
}

#wrap {
    display: block;
    /*padding-top: 169px;*/
    position: relative;
}

#wrap::before {
    content: "";
    position: absolute;
    top: -10px;
    width: 100%;
    height: 1px;
    background-color: #d13a3a
}

#wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background-color: white;
}

/*------ section top ------*/
.top-page {
    width: 100%;
    height: 55vh;
    background-image: url('../img/top/top.png'); /* Replace with your green house icon */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}
.top-banner-bg {
    position: absolute;
    width: 74%;
    height: 80%;
    top: 10%;
    left: 13%;
    background-color: rgba(255, 255, 255, 0);
    border: 5px solid white;
}
.padding-layer {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: transparent;
}
.top-banner-content {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    text-align: center;
    align-content: center;
}
.top-banner-content h1 {
    font-size: 56px;
    color: #d13a3a;
    font-family: sans-serif;
    font-weight: 1000;
}
.top-banner-content p {
    margin-top: 20px;
    font-size: 26px;
    color: #5e5e5e;
    font-family: sans-serif;
    font-weight: 800;
}
.top-price {
    font-size: 38px;
    color: #d13a3a;
    font-family: sans-serif;
    font-weight: 900;
}
/*------ section search ------*/
.inner {
    max-width: 1130px;
}
.inner, .inner-small {
    padding: 0 25px;
    margin: 0 auto;
}
.search {
    padding-top: 110px;
    background-color: white
}

.search-container {
    display: flex;
    width: 370px;
    height: 40px;
    border: 3px solid #d50045;
    border-radius: 22px;
    overflow: hidden;
    font-family: sans-serif;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.search-text {
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    background-color: white;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    justify-content: center;
    font-weight: bold;
}

.search-button {
    width: 60px;
    background-color: #d50045;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.search-button .material-icons {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-image: url('../img/search/search_icon.png');
}

.search .search-box .cm_form {
    margin-bottom: 0;
    padding-bottom: 49px
}

.search .search-box .form-row:first-child {
    margin-top: 20px;
    margin-bottom: 30px;
}

.search .search-box .area-list {
    width: 100%;
    display: grid;
    grid-template-columns: 17.78% 21.11% repeat(2, 17.78%) 19.33% auto;
    row-gap: 21px
}

.search .search-box .area-list .form-radio:last-child {
    grid-column: span 2
}

.search .search-box .form-select {
    width: 100%;
    max-width: none
}

.search .search-box .form-btn {
    margin-top: 30px
}

.search .search-box .form-btn .form-btn-item+.form-btn-item {
    margin-top: 10px
}

.form-radio {
    display: flex;
    align-items: center;
    position: relative;
    width: 155px;
}
.form-radio:last-child {
    width: 230px;
}

.form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #d13a3a;
    background-color: white;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px
}

.form-radio input[type="radio"]:checked+label {
    color: #d13a3a
}

.form-radio input[type="radio"]:checked+label::before {
    display: block
}

.form-radio label {
    display: block;
    position: relative;
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.375em;
    letter-spacing: .05em;
    font-weight: bold;
    padding: 3px 0;
    padding-left: 40px
}

.form-radio label::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    z-index: 2;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    background-color: #d13a3a;
    border-radius: 50%;
    display: none
}

.form-radio label small {
    font-size: 0.9rem;
    line-height: 1.69231em;
    letter-spacing: .05em;
    font-weight: bold
}

.cm_form {
    border: 3px solid #d13a3a;
    border-radius: 20px;
    padding: 49px 89px 69px;
    position: relative;
    margin-bottom: 100px
}

.cm_form .map_ico {
    width: 204px;
    height: 180px;
    z-index: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px
}

.cm_form__lab {
    color: #d13a3a;
    background-color: white;
    border: 1px solid #d13a3a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-weight: 600;
    font-family: "Prompt",sans-serif;
    padding: 42px 10px 0
}

.cm_form__lab::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Icon_map-search' data-name='Icon map-search' d='M14.611,12.216a7.118,7.118,0,1,0-2.4,2.394l4.83,4.829,2.4-2.4Zm-6.069.72a4.391,4.391,0,1,1,4.394-4.389A4.4,4.4,0,0,1,8.542,12.937Z' transform='translate(-1.44 -1.44)' fill='%23d13a3a'/%3E%3C/svg%3E%0A")
}

.cm_form__lab::after {
    content: "";
    background-color: white;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -5px;
    top: 30px;
    z-index: -1
}

.cm_form__tbl {
    position: relative
}

.cm_form__tbl .form-row:not(:last-child) {
    margin-bottom: 29px
}

.cm_form__tbl .form-row:first-child {
    margin-bottom: 29px
}

.cm_form__tbl .form-row .form-list.active {
    filter: grayscale(100%)
}

/*------ section consultant ------*/
.consultant {
    margin-top: 80px;
}

.consultant .top-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.consultant .top-info img {
    width: 50%;
    object-fit: cover;
}

.consultant .top-info-text {
    flex: 1;
}

.consultant .top-info-text h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}
.consultant .top-info-text p {
    font-size: 0.8rem;
    font-weight: 500;
}

.consultant .highlight-banner {
    background-color: #d32f38;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 20px;
    margin: 90px 0 40px;
}

.consultant .worry-list {
    background-image: linear-gradient(to bottom, transparent 95%, rgba(0,0,0,0.05) 96%);
    background-size: 100% 40px;
    padding: 20px;
    width: 72%;
    background-image:
            linear-gradient(to right, #e5e5e5 1px, transparent 1px),
            linear-gradient(to bottom, #e5e5e5 1px, transparent 1px);
    background-size: 25px 25px;
    padding: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.consultant .worry-list li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.consultant .worry-list li::before {
    content: "✓";
    color: #d32f38;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
}

.consultant .worry-list li span {
    font-size: 1.4rem;
    color: #5e5e5e;
    font-weight: 500;
}

.consultant .yellow {
    background: linear-gradient(to bottom, transparent 66.66%, #fdfe6c 66.66%);
}
/*------ section notification ------*/
.down-arrow img {
    width: 160px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
    display: block;
    margin: 60px auto;
}
.advertisement {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 230px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.advertisement .side-image {
    flex: 0 0 20%;
    height: 100%;
    overflow: hidden;
}

.advertisement .side-image:first-child {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -160px;
    top: -160px;
}
.advertisement .side-image:last-child {
    position: absolute;
    right: -175px;
    width: 500px;
    height: 500px;
    top: -90px;
}

.advertisement .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.advertisement .text {
    flex: 1;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.advertisement .text span {
    font-size: 2rem;
    color:#d13a3b;
}
/*------ section relocation ------*/
.relocation .highlight-banner {
    background-color: #d32f38;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.relocation .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 40px;
    max-width: 1130px;
    margin: 0 auto;
}
.relocation .item {
    border: 1px solid #555;
    text-align: center;
    padding: 20px 0px 0px 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.relocation .item img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 0px;
}
.relocation .label {
    background-color: #d32f38;
    color: white;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}
/*------ section staff ------*/
.staff {
    text-align: center;
}
.staff .highlight-banner {
    background-color: #d32f38;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    padding: 10px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.staff .comparison {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.staff .column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 80px;
}

.staff .column h2 {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #333;
    padding: 2px 30px;
    border-radius: 20px;
    font-weight: bold;
}

.staff .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    border: 1px solid #555;
    padding: 20px 10px 5px 10px
}

.staff .icon-box {
    text-align: center;
    width: 80px;
}

.staff .icon {
    width: 50px;
    height: 50px;
    background-color: #d9d9d9;
    margin: 0 auto 5px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
}
.staff .icon img {
    width: 60px;
    height: auto;
}

.staff .icon-text {
    font-size: 12px;
    font-weight: 500;
}

.staff .icon-text span {
    color: white;
}

.staff .icon .style-01 {
    width: 40px;
}

.staff .icon .style-02 {
    top: 0px;
    position: absolute;
    width: 50px;
    height: 60px;
}

.staff .icon .style-03 {
    scale: 1.5;
}

.staff .person-area {
    text-align: center;
    display: flex;
}

.staff .schedule {
    margin-bottom: 10px;
}

.staff .note {
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #d32f38;
    border: 2px solid #d32f38;
    padding: 2px 20px 2px 20px;
    border-radius: 35px;
    display: inline-block;
}

.staff .desc {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
}
.staff .ib-style-01 {
    margin-right: 15px;
}
.staff .ib-style-02 {
    margin-right: 80px;
    position: relative;
}
.staff .ib-style-03 {
    position: relative;
}
.staff .line-style-01 {
    width: 2px;
    height: 30px;
    background: #000;
    position: absolute;
    left: 50%;
    top: -30px;
}
.staff .line-style-02 {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 35px;
    left: -20px;
}
.staff .icon-text-style-01 {
    font-size: 14px;
    font-weight: bold;
}
/*------ section reference ------*/
.reference .highlight-banner {
    background-color: #d32f38;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    padding: 10px;
    margin-top: 80px;
    margin-bottom: 60px;
}
.reference .circle-area {
    display: flex;
    justify-content: center;
    align-content: center;
}
.reference .circle {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: 4px solid #c33;
    border-radius: 50%;
    margin: 20px;
    font-weight: bold;
    font-size: 22px;
    box-shadow: 5px 4px 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reference .logo span {
    color: red;
    font-weight: bold;
}

.reference .button {
    display: inline-block;
    background-color: #234689;
    color: white;
    padding: 20px 120px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #c33;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    position: relative;
}
.reference .button span {
    font-weight: normal;
}
.reference .consult-link {
    display: flex;
    justify-content: center;
}

.reference .consult-link a {
    position: relative;
}
.reference .consult-link .hand-icon {
    position: absolute;
    width: 70px;
    right: 8px;
    top: 30px;
}

.reference .company-info {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.reference .company-info-sp {
    display: none;
}
.reference .company-info .logo {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}
.reference .company-info .logo img {
    width: 250px;
    height: 39px;
}
.reference .company-info .info {
    flex: 1;
    padding-left: 20px;
}
.reference .company-info .info span {
    font-weight: 500;
}
.reference .floating-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0 20px 0;
    transition: all 0.3s ease;
}
    /*------ section services ------*/
.services {
    margin-top: 100px;
}
.services .title {
    text-align: center;
}
.services h1 {
    font-size: 2.4em;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 5px;
}

.services .subtitle {
    font-size: 1.8em;
    margin-bottom: 50px;
    font-weight: 500;
}
.services .highlight {
    color: #d32f38;
    font-weight: bold;
    font-size: 2.2rem;
}
.services .service-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .column-01 {
    text-align: center;
    margin-right: 60px;
}
.services .column-01 img{
    width: 100px;
    height: 100px;
}
.services .rental-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}
.services .rental-content {
    font-size: 12px;
    margin-top: 10px;
}

.services .column-02 {
    margin-left: 60px;
}
.services .column-02 .small-intro {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
.services .column-02 .small-intro img {
    width: 80px;
    height: 80px;
}
.services .column-02 .small-intro .title {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.services .column-02 .small-intro .rp-title {
    display: none;
}
.services .column-02 .small-intro .title div:first-child {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.services .column-02 .small-intro .title div:last-child {
    font-size: 12px;
    font-weight: 500;
}
.services .column-02 .small-intro:first-child {
    border-bottom: 1px solid #ddd;
}
.services .column-02 .small-intro:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
.services .section-title {
    display: none;
}
.sevices .responsive-ele {
    display: none;
}