html,
body {
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

ol,
ul {
    box-sizing: border-box;
}

ol>li,
ul>li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1rem;
    line-height: 200%;
    list-style: disc;
    margin-left: 2rem;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: 1px;
}

body {
    font-family: "Homemade Apple", "Shippori Mincho", "Noto Sans JP";
}

h1 {
    font-family: 'Homemade Apple';
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 8%;
    line-height: 100%;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    color: #1F3A93;
}

h2 {
    font-family: 'Shippori Mincho';
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 150%;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    color: #1F3A93;
}

h3 {
    font-family: 'Shippori Mincho';
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 100%;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    color: #1F3A93;
}

h4 {
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 150%;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    color: #1F3A93;
}

h5 {
    font-family: 'Noto Sans JP';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 100%;
    /* text-align: center; */
    margin: 0;
    padding: 0;
    color: #1F3A93;
}

p {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 8%;
    line-height: 200%;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 900px) {
    .pc {
        display: block;
    }

    .sp {
        display: none !important;
    }
}

/*---------global_btn---------*/

/* お打ち合わせボタン, お問い合わせ*/
.global_vt {
    max-width: 130px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    background-color: #FFFFFF;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    padding: 5rem 2rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: auto;

}

.global_vt p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    line-height: 125%;
    color: #141414;
}

.golbal_img {
    position: relative;
    width: 57.5px;
    height: 77.53px;
    object-fit: cover;
}

.process-line {
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
}


/* 詳細ボタン */
.golbal_detail_btn {
    /* max-width: 500px;
    max-height: 85px; */
    color: #000000;
    background-color: transparent;
    padding: 1.9rem 11rem;
    text-decoration: none;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    position: relative;
    text-align: center;
}

.golbal_detail_btn::before {
    content: url(../img/icon/icon_btn_detail.png);
    position: absolute;
    transform: translateY(-50%);
    right: 1rem;
    width: 45px;
    height: 13px;

}

.floating-cta {
    display: none;
}

.fixed-bottom-nav {
    display: none;
}

/* 詳細ボタンの色バリエーション */
.golbal_detail_btn--color1 {
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
}

.golbal_detail_btn--color2 {
    border: 3px solid #000000;
    background-color: #FFFFFF;
}

/*---------Header Styles---------*/
.main-header {
    background-color: #FFFFFF;
    width: 100%;
    padding: .815rem 0;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-container {
    margin: 0 auto;
    margin: 0 13.5rem 0 1.1875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 4.5rem; */
}

/* Left Section: Logo and Company Information */
.header-logo-section {
    display: flex;
    align-items: center;
    gap: 1.87vw;
    flex-shrink: 0;
}

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

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    width: 15.43rem;
    height: 4.5rem;
    position: relative;
    object-fit: cover;
}

.logo-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1E40AF;
    line-height: 1.2;
}

.logo-arc {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid;
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
}

.logo-arc-top {
    border-color: #1E40AF;
    border-top-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}

.logo-arc-bottom {
    border-color: #10B981;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}

.header-company-desc {
    display: flex;
    flex-direction: column;
}

.desc-line {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    color: #141414;
}

/* Middle Section: Navigation Menu */
/* .header-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
} */

.header-navigation-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4.5rem;
}

.nav-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 1;
}

.nav-link:hover .nav-icon img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(100%) saturate(2000%) hue-rotate(0deg) brightness(1);
}

.nav-link:hover .nav-text {
    color: #ffa000;
}

.nav-icon {
    width: 34px;
    height: 31px;
    color: #1E40AF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon img,
.nav-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.nav-text {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #141414;
    line-height: 100%;
    letter-spacing: 8%;
    text-align: center;
    transition: color 0.3s ease;
}

/* Right Section: Contact Information and CTA Button */
.header-contact-section {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 7px;
}

.phone-icon {
    width: 58px;
    height: 57px;
}

.phone-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.header-email {
    position: relative;
    width: 11.5rem;
    height: auto;
}

.phone-number {
    font-family: 'Noto Sans JP';
    font-size: 2.25rem;
    font-weight: 700;
    color: #141414;
    line-height: 100%;
}

.phone-hours {
    font-family: 'Noto Sans JP';
    font-size: .75rem;
    font-weight: 700;
    color: #BFBFBF;
    line-height: 100%;
}

.header-cta-button {
    position: fixed;
    top: 0rem;
    right: 0;
    bottom: 0;
    width: 11.5rem;
    height: 118px;
    background: url(../img/header/email_bk.png) no-repeat center center;
    background-size: cover;
    text-decoration: none;
    min-width: 120px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.header-cta-button:hover {
    background-color: #EA580C;
    transform: translateY(-2px);
}

.cta-icon {
    position: relative;
    object-fit: cover;
    width: 49px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.cta-text {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 8%;
    white-space: nowrap;
}

.header-menu-list-sp {
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    width: calc(94vw);
    padding: 2rem 1rem;
    height: auto;
    /* height: calc(100% - 24rem); */
    background: rgba(247, 247, 247, .9);
    display: none;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-100%);
    transition: transform 1s cubic-bezier(1, 0, 0, 1);
    z-index: 1000;
}

.header-menu-list-sp ul li {
    list-style: none;
    margin-left: 0;
}

.header-menu-list-sp ul li a {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.25rem;
    text-decoration: none;
}

.header-menu-list-sp ul li a .header-icon-before {
    height: 1.5rem;
}

.header-menu-list-sp ul li a .header-icon-before img {
    width: 2rem;
    height: 100%;
    vertical-align: baseline;
}

.header-menu-list-sp ul li a .header-icon-title {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    color: #141414;
    text-decoration: none;
}

.header-menu-list-sp ul .header-menu-sp-contact .header-icon-title {
    color: #FFFFFF;
}

.header-menu-list-sp ul li a .header-icon-before {
    height: 1.5rem;
}

.header-menu-list-sp ul li a .header-icon-before img {
    width: 2rem;
    height: 100%;
    vertical-align: baseline;
}

.header-menu-sp-contact {
    padding-top: 1rem;
}

.header-menu-sp-contact a {
    background: #0098bc;
    border-radius: .5rem;
    padding: 1rem 3rem !important;
    gap: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: fit-content;
    justify-self: anchor-center;
}

.main-content {
    width: 100%;
    height: 100px;
}

.blog-marquee {
    position: absolute;
    font-family: 'Homemade Apple';
    font-weight: 400;
    font-size: 8rem;
    line-height: 200%;
    color: #4CAF50;
}

.blog-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 3rem;
}

.blog-marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

/*----------------footer_styles----------------*/
/* Hide mobile footer navigation on desktop */
.footer-mobile-nav {
    display: none;
}

footer {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.footer-container {
    background: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 5;
}

.footer-top {
    background: url(../img/footer/bk.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    padding: 6.18rem 0rem 12rem 0rem;
    position: relative;
}

.footer-contact-section {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.footer-main-heading {
    font-family: 'Noto Sans JP';
    font-size: 4rem;
    font-weight: 700;
    color: #F4A261;
    line-height: 100%;
}

.footer-description {
    margin: 1.375rem 0 1.687rem;
}

.footer-desc-line {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 700;
    color: #141414;
    line-height: 200%;
    /* margin: 0.5rem 0; */
}

.footer-phone-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

.footer-phone-separator {
    width: 100%;
    max-width: 700px;
    height: 1px;
    border-top: 3px solid #000000;
}

.footer-phone-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .93rem;
    flex-wrap: wrap;
}

.footer-phone-label {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #141414;
}

.footer-phone-number-wrapper {
    display: flex;
    align-items: center;
    gap: 0.93rem;
}

.footer-phone-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



.footer-phone-number {
    font-family: 'Noto Sans JP';
    font-size: 3rem;
    font-weight: 700;
    color: #141414;
    text-decoration: none;
    line-height: 100%;
}

.footer-phone-number:hover {
    color: #F97316;
}

.footer-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    margin-top: 2.18rem;
    flex-wrap: wrap;
}

.footer-cta-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
}

.footer-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-cta-line {
    background-color: #00C300;
}

.footer-cta-email {
    background-color: #F97316;
}

.footer-cta-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.footer-cta-text {
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.footer-cta-arrow {
    width: 47px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.footer-left-img {
    position: absolute;
    top: 50%;
    left: -18rem;
    transform: translateY(-50%);
    width: 289px;
    height: 245px;
    object-fit: cover;
}

.footer-right-img {
    position: absolute;
    top: 50%;
    right: -12rem;
    transform: translateY(-50%);
    width: 173px;
    height: 204px;
    object-fit: cover;
}

/* Footer Bottom Section */
.footer-bottom {
    background-color: #1F3A93;
    width: 100%;
    padding: 14.8rem 0 4rem;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Top Section: Company Info and Navigation */
.footer-info-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
}

.footer-company-info {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 2.37rem;
}

.footer-logo-wrapper {
    width: 247px;
    height: 72px;
    object-fit: cover;
    position: relative;
}

.footer-logo {
    height: auto;
    max-width: 200px;
}

.footer-company-name {
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.footer-company-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-address,
.footer-contact-info,
.footer-hours {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 200%;
}

.footer-navigation {
    display: flex;
    gap: 4rem;
    flex-shrink: 0;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
}

.footer-nav-link {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.footer-nav-link:hover {
    opacity: 0.7;
}

/* Middle Section: Cityscape */
.footer-cityscape {
    margin: 1.75rem 0;
    text-align: center;
}

/* Bottom Section: Copyright and Page Top */
.footer-copyright-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-page-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    line-height: 199%;
    padding: 0 1rem;
    transition: opacity 0.3s ease;
    position: relative;
}

.footer-page-top::before {
    content: url(../img/icon/icon-up.png);
    width: 26px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 32%;
    left: -1.5rem;
    transform: translateY(-50%);
}

.footer-page-top:hover {
    opacity: 0.7;
}


.footer-page-top-text {
    letter-spacing: 0.1em;
}

.footer-slide {
    width: 100%;
    height: auto;
    position: absolute;
    top: 78%;
    transform: translateY(10px);
    left: 0;
    right: 0;
    z-index: 2;
}

.fv-photo-item {
    /* width: 333px !important;
    height: 250px !important; */
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: clamp(1rem, calc(-2.23px + 1.33vw), 1.8rem);
}

.fv-photo-item.margin-top-item {
    margin-top: 3.25rem;
}

.fv-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cotact-text {
    font-family: Homemade Apple;
    font-weight: 400;
    font-size: 8rem;
    color: #FFE1CA;
    line-height: 100%;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.line-text {
    width: 99%;
    height: 4px;
    background-color: #F4A261;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 2.8rem;
}

/*--------------top-fv----------------*/
.top-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 8.33vw 0 0 0;
    background: url(../img/top/top-fv-bk.png) no-repeat center center;
    background-size: cover;

}

.top-section .top-section-container {
    position: relative;
    max-width: 92%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.top-section .top-section-container .fv-boxes .fv-box img {
    width: 100%;
    height: auto;
    top: 0%;
    position: relative;
    opacity: 1;
    border-radius: 10px;
}

.top-section .top-section-bg {
    position: absolute;
    top: 18.33vw;
    left: 7.5vw;
    width: 65.83vw;
    height: auto;
    z-index: 5;
}

.top-fv-circle-1 {
    position: absolute;
    top: 13.42vw;
    left: 2.5vw;
    width: 19.58vw;
    height: auto;
    z-index: 4;
    object-fit: cover;
}

.top-fv-circle-2 {
    position: absolute;
    top: 9.75vw;
    right: 0.83vw;
    width: 13.13vw;
    height: auto;
    z-index: 4;
    object-fit: cover;
}

.top-fv-circle-3 {
    position: absolute;
    bottom: -1vw;
    left: 19.427vw;
    width: 13.13vw;
    height: auto;
    z-index: 4;
    object-fit: cover;
}

.top-fv-contact-btn {
    position: absolute;
    bottom: 0.83vw;
    right: 5.83vw;
    width: 23.48vw;
    height: auto;
    z-index: 5;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.top-fv-contact-btn:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.top-fv-contact-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.top-section-about {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/top-about-bk.png) no-repeat center center;
    background-size: cover;
    /* min-width: 1448px */
}

.top-about {
    position: relative;
    margin-left: clamp(20px, calc(-271.30px + 37.93vw), 457px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-about-content {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.43rem;
    margin-top: 11rem;
}

.top-about-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    gap: 1rem;
}

.top-about-title h1 {
    font-size: clamp(2.5rem, calc(1.5rem + 2.083vw), 4rem);
    line-height: 100%;
}

.top-about-title p {
    font-weight: 700;
    font-size: clamp(1.2rem, calc(1rem + 0.417vw), 1.5rem);
    line-height: 100%;
    color: #141414;
}

.top-section-about-container {
    padding: 11.8rem 0 22.25rem;
}

.top-about-content-text {
    position: relative;
    background: url(../img/top/top-fv-circle-6.png) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.43rem;
}

.top-about-content h2 {
    font-weight: 700;
    font-size: clamp(1.5rem, calc(0.5rem + 2.083vw), 3rem);
    line-height: 150%;
    color: #4CAF50;
}

.top-about-content .top-about-desc {
    font-size: clamp(1rem, calc(0.833rem + 0.347vw), 1.25rem);
    line-height: 225%;
    color: #141414;
    text-align: left;
}

.top-about-img-1 {
    width: auto;
    height: auto;
    object-fit: cover;
    position: relative;
}

.fv-additional {
    transform: translateY(100px);
}

.top-about-img-1-bg {
    position: absolute;
    top: 1.67vw;
    left: -7.5vw;
    width: clamp(100px, calc(-17.96px + 15.36vw), 277px);
    height: auto;
    object-fit: cover;
}

.top-section-about-bg {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 18.75rem;
    height: 24.3rem;
    object-fit: cover;
    z-index: 4;
}

.top-about-img-1-bg-2 {
    position: absolute;
    bottom: -6rem;
    left: 15rem;
    width: clamp(150px, calc(105.38px + 5.81vw), 217px);
    height: 17.5rem;
    object-fit: cover;
}

.top-about-img-1-bg-3 {
    position: absolute;
    bottom: -17rem;
    left: 22rem;
    right: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: clamp(200px, calc(-3.75px + 26.53vw), 505.6px);
    width: clamp(200px, calc(-3.75px + 26.53vw), 505.6px);
    object-fit: cover;
}

.top-about-img-1-bg-4 {
    position: absolute;
    bottom: -5rem;
    right: 0rem;
    width: clamp(150px, calc(48.09px + 13.27vw), 302.88px);
    height: clamp(150px, calc(48.09px + 13.27vw), 302.88px);
    object-fit: cover;
}

img.top-about-img-1-bg-5 {
    width: clamp(500px, calc(250px + 25vw), 853px);
    height: clamp(400px, calc(254.69px + 18.92vw), 618px);
}


.top-service-sec,
.top-service-sec-flex {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.top-service-sec-container {
    max-width: 1100px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.875rem;
    margin: 0 auto;
}

.top-service-sec-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-service-sec-title p:first-of-type {
    font-family: 'Homemade Apple';
    font-weight: 400;
    font-size: 6rem;
    line-height: 100%;
    color: #1F3A93;
    z-index: 2;
}

.top-service-sec-title p:nth-of-type(2) {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #000000;
    z-index: 2;
}

.top-service-sec-desc {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 225%;
    color: #141414;
    text-align: center;
    padding: 0 10px;
}

.top-service-sec-desc span {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 225%;
}

.top-service-sec-title-bg {
    width: 38.25rem;
    height: 13rem;
    object-fit: cover;
    position: absolute;
    top: -2rem;
    left: -2rem;
    z-index: 1;
}

.top-service-sec-flex {
    background: url(../img/top/top-service-item-bk.png)no-repeat center center;
    background-size: cover;
    padding: 0 0 17rem;
}

.top-service-sec-flex-container {
    max-width: 1100px;

    height: auto;
    position: relative;
    margin: 4.25rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
}

.top-service-sec-flex-item {
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 3;
}

.top-service-sec-flex-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.top-service-sec-flex-item a:hover {
    text-decoration: none;
    cursor: pointer;
}

.service-card-image {
    width: 100%;
    height: 295px;
    overflow: hidden;
    position: relative;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service_card {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.service-card-content {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.service-card-text {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 700;
    color: #1E40AF;
    line-height: 1.4;
}

/* 各サービスカード項目の色設定 */
.top-service-sec-flex-item:nth-child(1) .service-card-text {
    color: #1F3A93;
}

.top-service-sec-flex-item:nth-child(1) .golbal_detail_btn::before {
    filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(2000%) hue-rotate(220deg) brightness(0.8);
}

.top-service-sec-flex-item:nth-child(2) .service-card-text {
    color: #1F3A93;
}

.top-service-sec-flex-item:nth-child(2) .golbal_detail_btn::before {
    filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(2000%) hue-rotate(220deg) brightness(0.8);
}

.top-service-sec-flex-item:nth-child(3) .service-card-text {
    color: #4CAF50;
}

.top-service-sec-flex-item:nth-child(3) .golbal_detail_btn::before {
    filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2000%) hue-rotate(90deg) brightness(0.9);
}

.top-service-sec-flex-item:nth-child(4) .service-card-text {
    color: #F4A261;
}

.top-service-sec-flex-item:nth-child(4) .golbal_detail_btn::before {
    filter: brightness(0) saturate(100%) invert(70%) sepia(95%) saturate(2000%) hue-rotate(350deg) brightness(1.1);
}

.service-card-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E40AF;
    flex-shrink: 0;
}

.service-card-arrow svg {
    width: 100%;
    height: 100%;
}

.top-service-sec-btn {

    display: flex;
    justify-content: center;
    position: relative;

}

.top-service-sec-btn-link {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #FFFFFF;
    background-color: #1F3A93;
    padding: 1.875rem 7.9rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.top-service-sec-btn-link:hover {
    background-color: #F97316;
}

.top-service-sec-btn-link::before {
    content: url(../img/icon/icon_btn_detail.png);
    position: absolute;
    transform: translateY(-50%);
    right: 1rem;
    width: 45px;
    height: 13px;
    filter: brightness(0) invert(1);
}

.top-service-sec-flex-item-bg-1 {
    position: absolute;
    bottom: -5rem;
    left: -19rem;
    width: 51.75rem;
    height: 29.6rem;
    object-fit: cover;
    z-index: 1;

}

.top-service-sec-flex-item-bg-2 {
    position: absolute;
    top: -6rem;
    right: -18rem;
    width: 37.1rem;
    height: 20.99rem;
    object-fit: cover;
    z-index: 1;
}

.top-section-about-bg-2 {
    position: absolute;
    bottom: 52%;
    left: 0;
    width: clamp(200px, calc(23.97px + 22.92vw), 464px);
    height: clamp(200px, calc(25.97px + 22.66vw), 461px);
    object-fit: cover;
}

/* Reason Section Slider */
.top-section-raeson-sec {
    width: 100%;
    margin: -9rem 0 0;
    background: url(../img/top/top-reason-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 3;

}


.top-section-raeson-sec-container {
    position: relative;
    padding: 16.5rem 0 14rem;
}

.top-section-raeson-sec-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3.4375rem;
}

.top-section-raeson-sec-header h2 {
    font-family: 'Homemade Apple';
    font-size: 3rem;
    font-weight: 400;
    color: #F4A261;
    line-height: 100%;
}

.top-section-raeson-sec-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1.875rem;
    position: relative;
}

.top-section-raeson-sec-header-content h3 {
    font-family: 'Shippori Mincho';
    font-size: 2rem;
    font-weight: 700;
    color: #141414;

}

.top-section-raeson-sec-header-content p {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 500;
    color: #666666;
    line-height: 200%;
    color: #141414;
}

.top-section-raeson-sec-content {
    position: relative;
    margin-top: 3.5rem;
}

#fv-boxe {
    position: relative;
    overflow: visible;
}

#fv-boxe .slick-list {
    overflow: visible;
    /* padding: 2rem 0 !important; */
}

#fv-boxe .slick-slide {
    padding: 0 1rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#fv-boxe .slick-slide:not(.slick-center) {
    transform: scale(0.95);
}

#fv-boxe .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    /* width: 1440px !important; */
}

.f v-control {
    outline: none;
}

.fv-box-1 {
    background-color: #FFFFFF;
    padding: 3.125rem 4.3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.fv-box-1:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    /* cursor: pointer; */
}

.fv-box-1 a:hover {
    text-decoration: none;
    cursor: pointer;
}

.fv-box-content-wrapper {
    display: flex;
    gap: 3.125rem;
    /* margin-bottom: 2rem; */
}

.fv-box-image {
    width: 31.25rem;
    height: 23.6rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.fv-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.fv-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
}

.fv-content-header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 1.25rem;

}

.fv-content-header {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;

}

.fv-content-header span {
    width: 1.7rem;
    height: 0px;
    position: relative;
    border: 1px solid #1F3A93;
}

.fv-feature-label {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #1F3A93;
    line-height: 100%;
}

.fv-feature-number {
    font-family: 'Noto Sans JP';
    font-size: 3rem;
    font-weight: 700;
    color: #1F3A93;
    line-height: 100%;
    padding-left: 6px;
}

.fv-content-title {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3A93;
    line-height: 150%;
    text-align: left;

}

.fv-content-body {
    flex: 1;
}

.fv-content-body p {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    font-weight: 500;
    text-align: justify;

}

.fv-detail-btn {
    background-color: #FFFFFF;
    color: #1F3A93;
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.9rem 11.8rem;
    border: 1px solid #141414;
}

.fv-detail-btn::before {
    filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(2000%) hue-rotate(220deg) brightness(0.6);
}

.fv-detail-btn:hover {
    background-color: #F97316;
    color: #FFFFFF;
}

.fv-detail-btn:hover::before {
    filter: brightness(0) invert(1);
}

/* Responsive styles for Reason Section */
@media screen and (max-width: 1440px) {
    .top-section-raeson-sec-container {
        padding: 13.33vw 2.22vw 11.11vw;
    }

    .top-section-raeson-sec-header {
        gap: 2.78vw;
    }

    .top-section-raeson-sec-header h2 {
        font-size: 2.78vw;
    }

    .top-section-raeson-sec-header-content h3 {
        font-size: 1.94vw;
    }

    .top-section-raeson-sec-header-content p {
        font-size: 1.22vw;
    }

    .fv-box-1 {
        padding: 2.78vw 4.44vw;
    }

    .fv-box-content-wrapper {
        gap: 2.78vw;
    }

    .fv-box-image {
        width: 27.78vw;
        height: 22.22vw;
    }

    .fv-feature-number {
        font-size: 2.78vw;
    }

    .fv-content-title {
        font-size: 1.28vw;
    }

    .fv-content-body p {
        font-size: 1.06vw;
    }

    .fv-detail-btn {
        padding: 1.67vw 10vw;
        font-size: 1.11vw;
    }

    .global_vt {
        padding: 5rem 1.5rem;
        gap: 2.5rem;
    }

    .golbal_img {
        width: 45px;
        height: 45px;
    }

    .global_vt p {
        font-size: 1.5rem;
    }
}


/*--------------top-section-tosou----------------*/
.top-section-tosou {
    width: 100%;
    height: 41.771vw;
    position: relative;
    background: url(../img/top/top-tosou-bk.png) no-repeat center center;
    background-size: cover;
}

.top-section-tosou-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-section-tosou-container p {
    font-family: 'Homemade Apple';
    font-size: 10.417vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
    z-index: 2;
}

/*--------------top-section-sample-free----------------*/


.top-section-sample-free {
    width: 100%;
    height: 48.992vw;
    position: relative;
    padding: 5rem 0;
    z-index: 3;
    background: url(../img/top/top-sample-free-bk.png) no-repeat center center;
    background-size: cover;
    margin-top: -6.7%;
}

.top-section-sample-free-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1440px;
    gap: 14.31rem;
    margin: 12% auto 5%;
}

.top-section-sample-free-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(2rem, calc(0.46rem + 3.21vw), 4.31rem);
    /* max-width: 24.087vw; */
}

.top-section-sample-free-header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(2rem, calc(0.46rem + 3.21vw), 4.31rem);
    position: relative;
}

.top-section-sample-free-btns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    gap: 1.875rem;
    position: relative;
}

.top-section-sample-free-header h2 {
    font-family: 'Shippori Mincho';
    font-size: 2.268vw;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 150%;
    text-align: left;
}

.top-section-sample-free-header .content p {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 200%;
    text-align: left;
}

/*--------------top-section-company----------------*/
.top-section-company {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    min-width: 1440px;
}

.top-section-company-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12rem;
}

.top-company-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.6rem;
    max-width: 705px;
    position: relative;
}

.top-company-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.125rem;
}

.top-company-sec-header-img {
    position: absolute;
    top: -5rem;
    left: -6rem;
    width: 38.25rem;
    height: 13rem;
    object-fit: cover;
    object-position: center;
    opacity: .7;
}

.top-company-sec-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    position: relative;
}

.top-company-sec-header {
    position: relative;
}

.top-company-sec-header h2 {
    font-family: 'Homemade Apple';
    font-size: 3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
    text-align: center;
    color: #F4A261;
    position: relative;
    z-index: 2;
}

.top-company-sec-body h3 {
    font-family: 'Shippori Mincho';
    font-size: 2rem;
    font-weight: 600;
    color: #141414;
    line-height: 200%;
    text-align: center;
}

.top-company-sec-body p {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 500;
    color: #141414;
    line-height: 200%;
    text-align: center;
}

.top-company-sec-body p span {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 700;
    color: #141414;
    line-height: 200%;
    text-align: center;
}

.top-company-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
    z-index: 5;
}

.top-company-btn {
    padding: 1.875rem 10rem;
}

.top-company-btn--icon1 {
    background-color: #4CAF50;
}

.top-company-btn--icon2 {
    background-color: #1F3A93;
}

.top-blog-sec {
    width: 100%;
    height: auto;
    position: relative;
}

.top-blog-sec .container {
    margin: 20% 0 18rem 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-blog-sec .container .blog-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.top-blog-sec .blog-title h1 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 4rem;
    line-height: 100%;
    color: #6ECA4C;
}

.top-blog-sec .blog-title p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #141414;
}

.top-blog-sec .blog-side {
    width: 80%;
    height: auto;
    position: relative;

}



.top-blog-sec .blog-side .fv-blog .fv-blog-item {
    overflow: hidden;
}

.top-blog-sec .blog-side .fv-blog .fv-blog-item img {
    height: 301px;
    /* width: 535px; */
    object-fit: cover;
    transition: transform 2s ease;
}

.top-blog-sec .blog-side .fv-blog .fv-blog-item:hover img {
    transform: scale(1.05);
}

.top-blog-sec .blog-side .fv-blog .fv-blog-item .no-image-placeholder {
    height: 300px;
    width: 100%;
    object-fit: cover;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-blog-sec .blog-side .fv-blog .fv-blog-item .no-image-placeholder span {
    font-size: clamp(20px, 5vw, 40px);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}



.fv-blog-item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 1.875rem;
}

a.fv-blog-item {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.fv-blog-item div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.blog-category {
    padding: 0.5rem 2.8rem;
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 700;

}

.blog_item_content ul {
    font-family: 'Zen Kaku Gothic';
    font-weight: 500;

}

.blog_item_content ul li {
    list-style: disc;
    font-size: 1.25rem;
}

.news-category {
    background-color: #6ECA4C;
    width: 9.6rem;
    line-height: 180%;
    padding: 0;
    text-align: center;
}

.blogs-category {
    background-color: #442C16;
    width: 9.6rem;
    line-height: 180%;
    padding: 0;
    text-align: center;
}

.default-category {
    background-color: #1F3A93;
    /* width: 9.7rem; */
    line-height: 100%;
    /* padding: 0; */
    text-align: center;
}

.blog-date {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 1rem;
    color: #B5B5B5;
}

.blog-item-title {
    font-family: 'Zen Kaku Gothic New';
    font-size: 1.25rem;
    color: #442C16;
    font-weight: 700;
    line-height: 160%;
    height: 54px;
    transition: color 0.3s ease;
}

.fv-blog-item:hover .blog-item-title {
    color: #FFA000;
}

.top-blog-sec .blog-detail {
    position: absolute;
    background-color: #F4A261;
    padding: 1.875rem 10rem;
    bottom: 13rem;
    right: 0rem;
    z-index: 1;
}

.top-blog-sec .blog-detail:hover {
    background-color: #FFFFFF;
    color: #FFA000;
}

.top-blog-sec .blog-detail:hover::after {
    filter: brightness(0) saturate(100%) invert(67%) sepia(56%) saturate(1318%) hue-rotate(359deg) brightness(104%) contrast(105%);
}

.top-blog-sec .blog-detail::after {
    content: url(../img/btn_arrow_y.png);
    position: absolute;
    right: 28px;
    top: 20px;
}

.top-blog-sec .blog-tree {
    width: 24rem;
    position: absolute;
}

.top-blog-sec .tree-1 {
    bottom: -10rem;
    left: 0;
}

.top-blog-sec .blog-tree img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top-blog-sec .tree-2 {
    bottom: -10rem;
    right: 0;
    z-index: -1;
}

.top-section-company-bg {
    position: absolute;
    top: 0;
    left: clamp(10rem, calc(2.085rem + 16.49vw), 21.875rem);
    width: clamp(250px, calc(183.34px + 8.68vw), 350px);
    height: clamp(100px, calc(35.33px + 8.42vw), 197px);
    object-fit: cover;
}

.top-section-company-bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(200px, calc(66.68px + 17.36vw), 400px);
    height: clamp(300px, calc(133.34px + 21.70vw), 550px);
    object-fit: cover;
}

.top-section-company-bg-3 {
    position: absolute;
    top: 30rem;
    left: 0;
    width: clamp(250px, calc(116.68px + 17.36vw), 450px);
    height: clamp(340px, calc(166.66px + 22.57vw), 600px);
    object-fit: cover;
}

.top-section-company-bg-4 {
    position: absolute;
    top: 40.75rem;
    right: 12.5rem;
    width: 350px;
    height: 197px;
    object-fit: cover;
}

.top-section-company-bg-5 {
    position: absolute;
    top: 55.1rem;
    right: 0;
    width: 350px;
    height: 197px;
    object-fit: cover;
}

.top-section-company-bg-6 {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 718px;
    height: 613.88px;
    object-fit: cover;
}

.top-section-company-bg-7 {
    position: absolute;
    bottom: 37rem;
    left: 0;
    width: 138px;
    height: 277px;
    object-fit: cover;
}

.top-section-company-bg-8 {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 179px;
    height: 358px;
    object-fit: cover;
}

.top-section-company-bg-9 {
    position: absolute;
    top: clamp(5rem, calc(-5rem + 20.83vw), 20rem);
    left: clamp(8rem, calc(2.13rem + 12.22vw), 16.8rem);
    width: clamp(150px, calc(65.37px + 11.02vw), 277px);
    height: clamp(150px, calc(65.37px + 11.02vw), 277px);
    object-fit: cover;
    z-index: 4;
}

.top-section-company-bg-10 {
    position: absolute;
    top: 38.8rem;
    right: 18rem;
    width: 358px;
    height: 358px;
    object-fit: cover;
    z-index: 4;
}

/* ページ読み込み時のフェードインアニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Scroll animation classes */
.js-fadein {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.js-fadein.js-fadein-active {
    opacity: 1;
}

.js-slidein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.js-slidein.js-slidein-active {
    opacity: 1;
    transform: translateY(0);
}

.js-slidein-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.js-slidein-left.js-slidein-active {
    opacity: 1;
    transform: translateX(0);
}

.js-slidein-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.js-slidein-right.js-slidein-active {
    opacity: 1;
    transform: translateX(0);
}

.top-section .top-section-bg,
.top-fv-circle-1,
.top-fv-circle-2,
.top-fv-circle-3,
.top-fv-contact-btn {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out 1.5s forwards;
}


/*----------------top-voice-section---------------*/
.top-section-voice {
    width: 100%;
    position: relative;
    padding: 16rem 0;
    margin-top: -8rem;
    z-index: 3;
    background: url(../img/top/top-voice-bk.png) no-repeat center center;
    background-size: cover;
}

.top-section-voice-container {
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    position: relative;
}

.top-section-voice-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    position: relative;
}

.top-section-voice-header h1 {
    font-family: 'Homemade Apple';
    font-size: 4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
}

.top-section-voice-header p:first-of-type {
    font-family: 'Noto Sans JP';
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
}

.top-section-voice-header p:nth-of-type(2) {
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
}

.top-section-voice-group {
    width: 100%;
    /* max-width: 1440px;
    margin: 0 auto; */
    padding: 0 4rem;
    position: relative;
}

.top-section-voice-group .slick-list .slick-track {
    margin: 4rem 0 0;
    display: flex;
    justify-content: center;
}

.voice-card {
    background-color: #FFFFFF;
    padding: 2rem 1.59rem;
    margin: 0 1rem;
    min-height: 408px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.voice-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

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

.voice-age-gender {
    margin-top: 5.5rem;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    color: #141414;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 1rem;
    line-height: 200%;
}

.voice-separator {
    display: block !important;
    height: 3px;
    background-color: #F97316;
    margin: 0 auto 1.5rem;
}

.voice-title {
    font-family: 'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: .75rem;
    margin-bottom: .5rem;
    line-height: 200%;
    color: #1F3A93;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border-bottom: 3px solid #F4A261; */
}

.voice-content {
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-weight: 500;
    color: #141414;
    line-height: 200%;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Slick carousel customization for voice section */

#voice-slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

#voice-slider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#voice-slider .slick-prev {
    left: -70px;
}

#voice-slider .slick-next {
    right: -70px;
}

#voice-slider .slick-prev:before,
#voice-slider .slick-next:before {
    font-size: 30px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 50px;
}

.faq-sec {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -8rem;
    z-index: 3;

}

.top-section-faq-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.top-section-faq-bg img {
    position: relative;
    height: 1000px;
}

.faq-sec .container {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.25rem;
    position: relative;
    margin: 0 auto;
    padding: 16rem 0 8rem 0;
}

.faq-sec .faq-header {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.faq-sec .faq-header h1 {
    color: #FFA000;
    font-family: 'Shippori Mincho';
    font-size: 4rem;
    font-weight: 600;
    line-height: 100%;

}

.faq-sec .faq-header p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 100%;
}

.faq-sec .faq-content {
    width: 100%;
    height: auto;
    position: relative;
}

.faq-category-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: clamp(18px, 2.18vw, 24px);
    color: #141414;
    margin-bottom: clamp(30px, 5.9vw, 65px);
    text-align: left;
    line-height: 100%;
}

.faq-category-title:first-child {
    margin-top: 0;
}

.faq-category-title span {
    padding-bottom: clamp(10px, 13.6vw, 15px);
}

.faq-category-title .faq-underline-request {
    border-bottom: 3px solid #1F3A93;
}

.faq-category-title .faq-underline-construction {
    border-bottom: 3px solid #4CAF50;
}

.faq-category-title .faq-underline-extra {
    border-bottom: 3px solid #F4A261;
}

.index-faq-list dl {
    background: #fff;
    margin: 0 0 1rem;
    padding: 2.15rem;
}

.index-faq-list-title {
    position: relative;
    font-size: 1.5rem;
    position: relative;
    display: flex;
    gap: 2.18rem;
    align-items: center;
    transition: all .1s linear;
}

.index-faq-list-title:hover {
    cursor: pointer;
    color: #169890;
}

.faq-detail {
    padding: 1.875rem 11.5rem;
    background-color: #FFFFFF;
    color: #141414;
    border: 2px solid #1F3A93;
}

.faq-detail::before {
    filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(3600%) hue-rotate(221deg) brightness(96%) contrast(98%);
}


.faq-header-number {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #1F3A93;
    padding: 0.3rem .75rem;
    height: 2rem;
    line-height: 170%;

}

.faq-header-anwser {
    background-color: #F4A261;
    color: #FFFFFF;
}

.faq-header-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: clamp(18px, 1.8vw, 20px);
    color: #141414;
    line-height: 200%;
}

.faq-header-content {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 200%;
    text-align: left;
    color: #141414;
    white-space: pre-line;
    padding: 0 71px 0 23px;
}

.faq-section .faq-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(50px, 9vw, 100px);
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: clamp(100px, 15.6vw, 200px);
}

.faq-header-content p {
    text-align: left;
}

.index-faq-list-title .plus {
    position: relative;
    margin: 0 0 0 auto;
}

.index-faq-list-title .plus:before {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background: #442C16;
}

.index-faq-list-title .plus:after {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background: #442C16;
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .25s linear;
}

.index-faq-list-title-active .plus:after {
    content: "";
    width: 0rem;
}

.index-faq-list dl dd {
    display: none;
    /* border-top: 2px solid #FFA000; */
    padding: 1rem 0 0 0;
    margin: 1rem 0 0;
}

.index-faq-list dl dd div {
    display: flex;
    gap: 1rem;
}

.top-section-area {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #F4A261;
    z-index: 3;
}

.top-section-area-container {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-bottom: 6rem;
    margin: 0 auto;
}

.top-section-area-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    width: 56%;
}

.top-section-area-header-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 200px;
    color: #FFFFFF;
    line-height: 100%;
    opacity: .7;
}

.top-section-area-header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
}

.top-section-area-header-content h2 {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 3rem;
    color: #FFFFFF;
    line-height: 100%;
}

.top-section-area-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

.top-section-area-items p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 150%;
    text-align: left;

}

.top-section-area-items p:last-of-type {
    border-top: 2px solid #FFFFFF;
    padding-top: 1rem;
}

.top-section-area-map {
    width: 464px;
    height: 479px;
    object-fit: cover;
    z-index: 3;
    position: relative;
}

.top-section-area-map img {
    z-index: 2;
    position: relative;
}

.top-section-area-map-img {
    position: absolute;
    top: 1rem;
    left: -10rem;
    width: 852px;
    height: 473px;
    object-fit: cover;
}

.reason-fv-sec {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background: url(../img/top/top-fv-bk.png) center center;
    background-size: cover;
}

.sub_fv {
    padding: 5.3rem 0 3.37rem;
    margin: 4.5rem 15rem 0;
}

.breadcrumb-arrow {
    width: 1.1rem;
    height: 2px;
    position: relative;
    background: #141414;
}

.sec_title_white {
    font-size: 3rem;
    font-family: "Noto Sans JP";
    color: #141414;
    text-align: left;
    font-weight: 700;
}

.breadcrumb {
    margin: 1.2rem auto;
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.3rem;
}

.breadcrumb img {
    width: 1.2rem;
    height: auto;
    object-fit: cover;
}

.breadcrumb p:last-child {
    color: #151515;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
}

.top_FV {
    width: 100%;
    height: auto;
    position: relative;
}

.top_FV .FV_content p:first-of-type {
    position: absolute;
    top: clamp(-160px, -10vw, -105px);
    left: 15rem;
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: clamp(5rem, 10vw, 9.375rem);
    color: #1F3A93;
}

.reason-intro-sec {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background: url(../img/top/top-service-bk.png) center center;
    background-size: cover;
}

.reason-intro-sec-container {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.43rem;
    margin: 0 auto 0;
    padding: 12.5rem 0 20rem;
}

.reason-intro-sec-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
    position: relative;
}

.reason-intro-sec-content h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
}

.reason-intro-sec-content p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 225%;
}

.reason-intro-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.93rem;
    position: relative;
}

.reason-intro-choose-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.reason-intro-choose-header>h3 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
    padding-bottom: 1rem;
}

.reason-intro-choose-header>h3 span {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
}

.reason-intro-choose-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

.reason-intro-choose-title span {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
}

.reason-intro-choose-header h3 dl {
    border-bottom: 3px solid #F4A261;
    padding-bottom: 1rem;
}

.reason-intro-choose-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 3rem;
}

.reason-intro-choose-item {
    display: flex;
    align-items: center;
    gap: 4.375rem;
    width: 100%;
}

.reason-intro-choose-item.reason-item-reverse {
    flex-direction: row-reverse;
}

.reason-intro-choose-item-image {
    flex: 0 0 48%;
    /* width: 45%; */
    height: auto;
    position: relative;
    overflow: hidden;
}

.reason-intro-choose-item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.reason-intro-choose-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.reason-intro-choose-item-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem;
    color: #141414;
    line-height: 200%;
    margin: 0;
}

.reason-intro-choose-item-text p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    text-align: left;
}

.reason-intro-choose-item-text p {
    margin: 0 0 1rem 0;
}

.reason-intro-choose-item-text p:last-child {
    margin-bottom: 0;
}

.reason-intro-choose-example {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.25rem;
    position: relative;
}

.reason-intro-choose-example-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.reason-intro-choose-example h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    text-align: center;
    line-height: 100%;
}

.reason-intro-choose-example h2 span {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
}

.reason-intro-choose-example-container .reason-intro-choose-example-container-line {
    width: 4.02rem;
    height: 3px;
    background-color: #4CAF50;

}

.reason-intro-choose-example-item-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap:clamp(1.56rem, 1.56rem + 1rem * ((100vw - 768px) / (1920px - 768px)), 2.56rem);
    flex-wrap: wrap;
}

.reason-intro-choose-example-item-group-item {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
	 max-width: 340px;
    max-height: 340px;
}

.reason-intro-choose-example-item-group-item:first-of-type {
    background-color: #1F3A93;
}

.reason-intro-choose-example-item-group-item:nth-of-type(2) {
    background-color: #4CAF50;
}

.reason-intro-choose-example-item-group-item:nth-of-type(3) {
    background-color: #F4A261;
}

.reason-intro-choose-example-item-group-item p {
    width: 100%;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size:clamp(1rem, 1rem + 1.25rem * ((100vw - 766px) / (1920px - 766px)), 2.25rem);
    color: #FFFFFF;
    line-height: 150%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 940px) and (max-width: 1440px) {
    .top-section-sample-free-container {
        margin: 7% auto 5%;
        gap: 4.31rem;
    }

    .golbal_vt_btn {
        padding: 8rem 1.25rem 13rem;
    }


    .golbal_vt_btn::before {
        top: 2.8rem;
    }

    .header-contact-section {
        display: none;
    }

    .top-section-sample-free-header .content p {
        font-size: 1rem;
    }

    .top-section-sample-free-btns {
        gap: 1rem;
    }

    .service-sec-construction-block {
        padding: 5.15rem 1.625rem !important;
    }
}

/*---------------top-section-service-------------------*/
.top-section-service {
    width: 100%;
    padding: 12.68rem 0;
    background: url(../img/top/top-fv-bk.png) center center;
    background-size: cover;
    position: relative;
}

.top-section-service-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.25rem;
}

.top-section-service-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.top-section-service-header h1 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 4rem;
    color: #141414;
    line-height: 100%;
    margin: 0;
}

.top-section-service-header p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 100%;
    margin: 0;
}

.top-section-service-content {
    display: flex;
    gap: 1.875rem;
    width: 100%;
    align-items: stretch;
}

.top-section-service-content-item {
    flex: 1;
    min-width: 0;
    min-height: 500px;
    background-color: #FFFFFF;
    padding: 2.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

.top-section-service-content-item-left {
    border: 2px solid #4CAF50;

}

.top-section-service-content-item-right {
    border: 2px solid #F4A261;
    padding: 2.6rem 2.875rem;
}

.top-section-service-content-item-header {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.top-section-service-content-item-right .top-section-service-content-item-header {
    gap: 0;
}

.top-section-service-content-item-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
    margin: 0;
}

.top-section-service-content-item-left .top-section-service-content-item-title {
    color: #4CAF50;
    margin-top: 2.5rem;
}

.top-section-service-content-item-right .top-section-service-content-item-title {
    color: #F4A261;
    line-height: 150%;
    padding: 0 2rem;
}

.top-section-service-content-item-text {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    text-align: left;
    margin: 0;
}

.top-section-service-content-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-top: 1rem;
}

.top-section-service-content-item-list li {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
}

.top-section-service-content-item-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}

.top-section-service-content-item-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
    position: relative;
    padding-right: 3rem;
}

.top-section-service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.43rem 1rem;
    background-color: #FFFFFF;
    border: 2px solid #141414;
    border-radius: 4px;
    text-decoration: none;
    color: #141414;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 200%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.top-section-service-btn::after {
    content: '';
    width: 4rem;
    height: 1px;
    background-color: #141414;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.top-section-service-btn:hover {
    background-color: #1F3A93;
    border-color: #1F3A93;
    color: #FFFFFF;
}

/*---------------service-sec-------------------*/
.service-sec {
    width: 100%;
    padding: 12rem 0;
    background: url(../img/top/top-fv-bk.png) center center;
    background-size: cover;
    position: relative;
}

.service-sec-container {
    max-width: 1100px;
    margin: 0 auto;
}

.service-sec-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem;
    justify-content: flex-start;
}

.service-sec-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 2rem;
    background-color: #1F3A93;
    border: none;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 35px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}

.service-sec-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(135deg);
    position: absolute;
    top: 39%;
    right: 1.5rem;
}

.service-sec-btn:hover {
    background-color: #162d6f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-sec-btn-text {
    flex: 1;
    text-align: center;
}

.service-sec-btn-icon {
    font-size: 0.875rem;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

.service-sec-btn:hover .service-sec-btn-icon {
    transform: translateY(2px);
}

/*---------------service-sec-symptom-------------------*/
.service-sec-symptom {
    width: 100%;
    padding: 10.9375rem 0;
    background-color: #F4F4F4;
    position: relative;
}

.service-sec-symptom-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.service-sec-symptom-header {
    text-align: center;
    margin-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}

.service-sec-symptom-header p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.5rem;
    color: #141414;
    margin: 0;
    line-height: 100%;
}

.service-sec-symptom-header h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
    margin: 0;
}

.service-sec-symptom-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    width: 100%;
}

.service-sec-symptom-card-content {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
    align-items: flex-start;
    position: relative;
    padding: 1.71rem;
}

.service-sec-symptom-card-content p {
    text-align: justify;
    padding-right: 10px;
}

.service-sec-symptom-card {
    display: flex;
    flex-direction: column;

    background-color: #FFFFFF;
}

.service-sec-symptom-card-image {
    width: 100%;
    height: auto;
}

.service-sec-symptom-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.service-sec-symptom-card-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem;
    color: #141414;
    line-height: 150%;
    margin: 0;
}

.service-sec-symptom-card-text {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    margin: 0;
    text-align: left;
}

.service-sec-symptom-card-text p {
    margin: 0;
}

/*---------------service-sec-construction-------------------*/
.service-sec-construction {
    width: 100%;
    padding: 10.93rem 0;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.service-sec-construction-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.service-sec-construction-header {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    max-width: 1100px;
    margin: 0 auto 6.25rem;
    position: relative;

}

.service-sec-construction-header h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
    margin: 0;
    padding-bottom: 1.1rem;
}

.service-sec-construction-header h2 span {
    border-bottom: 3px solid #F4A261;
    padding-bottom: .5rem;
}

.service-sec-construction-header p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 225%;
    margin: 0;
}

.service-sec-construction-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-sec-construction-block {
    background-color: #FFFFFF;
    padding: 5.15rem 10.625rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-sec-construction-block-painting {
    border: 2px solid #1F3A93;
}

.service-sec-construction-block-waterproofing {
    border: 2px solid #4CAF50;
}

.service-sec-construction-block-other {
    border: 2px solid #F4A261;
}

.service-sec-construction-block-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    color: #1F3A93;
    text-align: center;
    margin: 0 0 5rem 0;
    line-height: 100%;
}


.service-sec-construction-block-title.extra_work_business {
    color: #F4A261 !important;
}

.service-sec-construction-block-items {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.service-sec-construction-block-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.375rem;
}

.service-sec-construction-item {
    display: flex;
}

.service-sec-construction-item-horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.375rem;
}

.service-sec-construction-item-grid {
    flex-direction: column;
    gap: 1.875rem;
    padding-right: 4px;
}

.service-sec-construction-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.93rem;
}

.service-sec-construction-item-horizontal .service-sec-construction-item-content {
    text-align: left;
    padding-right: 1rem;
}

.service-sec-construction-item-image {
    /* flex: 0 0 300px; */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service-sec-construction-item-grid .service-sec-construction-item-image {
    width: 100%;
    height: auto;
}

.service-sec-construction-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-sec-construction-item-images-dual {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.service-sec-construction-item-business-06 .service-sec-construction-item-images-dual .service-sec-construction-item-image {
    flex: 1;
    width: 50%;
    aspect-ratio: 1;
}

.service-sec-construction-item-business-06 {

    width: 100%;
}

.service-sec-construction-item-title {

    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: .93rem;
}

.service-sec-construction-item-title-business {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem !important;
    color: #1F3A93 !important;
    line-height: 110% !important;
}

.waterproofing-business {
    color: #4CAF50 !important;
}

.service-sec-construction-item-title-business.extra_work_business {
    color: #F4A261 !important;
}

.service-sec-construction-item-title span {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem;
    color: #141414;
    line-height: 40px;
}

.service-sec-construction-item-content p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    text-align: left;
}

.service-sec-construction-item-date {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 0.875rem;
    color: #141414;
    margin: 0;
}

.service-sec-construction-item-text {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    color: #141414;
    line-height: 200%;
    margin: 0;
    text-align: left;
}

.service-sec-construction-item-text p {
    margin: 0;
}

/*---------------price-sec-painting-------------------*/
.price-sec-painting {
    width: 100%;
    padding: 10.93rem 0;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.price-sec-painting-container {
    max-width: 1100px;
    margin: 0 auto;
}

.price-sec-painting-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.688rem;
    margin-bottom: 6.25rem;
}

.price-sec-painting-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
    background-color: #1F3A93;
    border: none;
    color: #FFFFFF;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 35px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}

.price-sec-painting-btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(135deg);
}

.price-sec-painting-btn:hover {
    background-color: #162d6f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.price-sec-painting-btn-text {
    text-align: center;
}

.price-sec-painting-content {
    text-align: center;
}

.price-sec-painting-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 3rem;
    color: #141414;
    line-height: 100%;
    margin: 0 0 3.125rem 0;
    text-align: center;
}

.price-sec-painting-description {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 223%;
    margin: 0;
    text-align: center;
}

/*---------------price-sec-table-------------------*/
.price-sec-table {
    width: 100%;
    padding: 0 0 20.93rem;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.price-sec-table-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.price-sec-table-header {
    text-align: center;
    margin-bottom: 6.25rem;
}

.price-sec-table-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 4rem;
    color: #141414;
    line-height: 100%;
    margin: 0 0 1rem 0;
}

.price-sec-table-subtitle {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.5rem;
    color: #141414;
    line-height: 100%;
}

.price-sec-table-section {
    margin-bottom: 3.85rem;
}

.price-sec-table-section:last-child {
    margin-bottom: 0;
}

.price-sec-table-section-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 2rem;
    color: #141414;
    margin: 0 0 2.5rem 0;
    text-align: left;
    /* padding-bottom: 2.5rem; */
    /* border-bottom: 2px solid #F4A261; */
    display: inline-block;
    line-height: 100%;
}

.price-sec-table-section-title span {
    padding-bottom: .625rem;
    border-bottom: 1px solid #F4A261;
}

.price-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-spacing: 5.57px;
}

/* Column width ratios - Paint type: Price: Features */
.price-table th:nth-child(1),
.price-table td:nth-child(1) {
    width: 25%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
    width: 25%;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
    width: 50%;
}

.price-table thead {
    background-color: #1F3A93;
}

.price-table-green thead {
    background-color: #4CAF50;

}

.price-table-orange thead {
    background-color: #F4A261;
}

.price-table th {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 900;
    font-size: 1.25rem;
    color: #FFFFFF;
    padding: 1.25rem 1.5rem;
    text-align: center;
    line-height: 100%;
}

.price-table th:first-child {
    visibility: hidden;
}

.price-table td {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 1rem;
    color: #141414;
    padding: 1.25rem 1.5rem;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;

    vertical-align: top;
    line-height: 100%;
    text-align: center;
}

.price-table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

/*---------------price-sec-flow-------------------*/
.price-sec-flow {
    width: 100%;
    padding: 10.93rem 0 12.5rem;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}


#price-sec-table {
    scroll-margin-top: 15rem;
}


#faq_request,
#faq_construction,
#faq_extra,
#waterproofing-work {
    scroll-margin-top: 10rem;
}
#painting-work,
#construction-item-141,
#construction-item-142,
#construction-item-143,
#construction-item-144,
#extra-work {
    scroll-margin-top: 10rem;
}


#service-mark,
#blog-mark,
#faq-mark,
#company-message-mark,
#company-history-mark {
    scroll-margin-top: 5rem;
}
#symptom-mark,
#reason-mark,
#service-sec-construction {
    scroll-margin-top: 3rem;
}

.price-sec-flow-container {
    max-width: 1100px;
    margin: 0 auto;
}

.price-sec-flow-header {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.price-sec-flow-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 4rem;
    color: #141414;
    line-height: 100%;
}

.price-sec-flow-subtitle {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    margin: 0;
    line-height: 100%;
}

.price-sec-flow-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 5rem;
}

.price-sec-flow-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem;
    align-items: center;
    position: relative;
}

.price-sec-flow-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 1.5rem;
}

.price-sec-flow-item-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 2rem;
    color: #1F3A93;
    margin: 0;
    line-height: 150%;
}

.price-sec-flow-item-text {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 1rem;
    color: #141414;
    line-height: 1.8;
}

.price-sec-flow-item-text p {
    margin: 0 0 1rem 0;
}

.price-sec-flow-item-text p:last-child {
    margin-bottom: 0;
    text-align: left;
    padding-right: 1rem;
}

.price-sec-flow-item:nth-child(3) .price-sec-flow-item-text p:last-child,
.price-sec-flow-item:nth-child(4) .price-sec-flow-item-text p:last-child {
    padding-right: 7px;
}

.price-sec-flow-item-content-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .9375rem;
    position: relative;
}

.price-sec-flow-item-content-title span {
    width: 5.398rem;
    height: 2px;
    background-color: #F4A261;
}

.price-sec-flow-item-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.price-sec-flow-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*---------------blog-sec-------------------*/
.blog-sec {
    width: 100%;
    padding: 12.5rem 0;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
}

.blog-sec-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/*---------------faq-sec-------------------*/

.faq-service-sec {
    width: 100%;
    height: auto;
    /* background-color: #F9F6F0; */
    background: url(../img/faq/faq-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.faq-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/faq/faq-bk.png) no-repeat center center;
    background-size: cover;
}

/*---------------company-sec-------------------*/
.company-sec-message {
    width: 100%;
    height: auto;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.company-sec-message-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: clamp(16px, 7vw, 100px);
    padding: clamp(80px, 15vw, 200px) 0;
}

.company-sec-message-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    text-align: center;
    gap: clamp(16px, 1.45vw, 16px)
}

.company-sec-message-header h1 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 4rem);
    color: #4CAF50;
    line-height: 100%;

}

.company-sec-message-header p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.25rem;
    color: #141414;
    line-height: 100%;
}

.company-sec-message-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.company-sec-message-body-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: clamp(2rem, 4vw, 5rem);
}

.comapany-sec-message-img {
    aspect-ratio: 440/586;
    width: clamp(200px, 25vw, 440px);
    height: auto;
    overflow: hidden;
}

.company-sec-message-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: clamp(1rem, 2vw, 2rem);
}

.company-sec-message-content p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(.8rem, 1.7vw, 1rem);
    color: #141414;
    text-align: justify;
    line-height: 200%;
    padding-right: 1rem;
}

.company-sec-message-address {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

.company-sec-message-address p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(.8rem, 1.7vw, 1rem);
    color: #141414;
    line-height: 200%;
}


.faq-section-title {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: 4rem;
    color: #141414;
    line-height: 100%;
}

/*---------------company-sec-history-------------------*/
.company-sec-history {
    width: 100%;
    height: auto;
    background-color: #1F3A93;
    position: relative;
    padding: clamp(100px, 15vw, 175px) 0;
}

.company-sec-history-bg {
    width: 100%;

    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: 1;
}

.company-sec-history-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 100px);
}

.company-sec-history-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.company-sec-history-header h1 {
    font-family: 'Homemade Apple';
    font-weight: 400;
    font-size: clamp(2.5rem, calc(1.5rem + 2.083vw), 4rem);
    color: #FFFFFF;
    line-height: 100%;
}

.company-sec-history-header p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #FFFFFF;
    line-height: 100%;
}

.company-sec-history-content {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 6.9vw, 100px);
    background-color: #FFFFFF;
    padding: clamp(50px, 6.9vw, 100px) clamp(100px, 11vw, 170px);
}

.company-info-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.company-info-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border-bottom: 3px solid #4CAF50;
    padding: clamp(.5rem, 1.3vw, 1.5rem) 0;
    gap: clamp(50px, 8vw, 100px);
}


.company-info-item dt {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    color: #141414;
    line-height: 200%;
    min-width: 125px;
    flex-shrink: 0;
    text-align: center;
    padding-left: 5rem;
    display: flex;
}

.company-info-item dd {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    color: #141414;
    line-height: 200%;
    flex: 1;
    margin: 0;
}

.company-map {
    width: 100%;
    height: auto;
    position: relative;
}

.company-map iframe {
    width: 100%;
    height: 285px;
    border: 0;
    display: block;
}


.company-map-note {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    margin-top: 1rem;
    padding: 0 1rem;
}



/*----------contact-sec---------------*/
.contact-sec {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
}

.contact-sec .container {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.5625rem;
    position: relative;
    margin: 0 auto;
    padding: clamp(100px, 10.2vw, 200px) 0;
}

.contact-sec .container .contact-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 1.875rem;
}

.contact-sec .container .contact-header h2 {
    font-family: 'Shippori Mincho';
    font-weight: 700;
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 100%;
    color: #141414;
    padding-bottom: clamp(10px, 1.02vw, 1.25rem);
}

.contact-sec .container .contact-header h2 span {
    border-bottom: 3px solid #141414;
    padding-bottom: clamp(2px, 1.02vw, 1.25rem);
}

.contact-sec .container .contact-header p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 200%;
    color: #141414;
    text-align: center;
}

.wpcf7 {
    width: 100%;
}

.form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(20px, calc(-9.23px + 3.11vw), 50px);
}

.form_1,
.form_2,
.form_3,
.form_4,
.form_5,
.form_6,
.form_6_5,
.form_7,
.form_8,
.form_9 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.form_6_5 p:last-of-type .wpcf7-form-control-wrap .wpcf7-form-control {
    display: grid;
    gap: 1rem;
}

.form_7,
.form_9 {
    align-items: flex-start;
}

.form-inner .wpcf7-not-valid-tip {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    margin-top: 1rem;
}

.form_9 p:nth-of-type(2) {
    width: 31.5rem;
}

/* .form_9 p:nth-of-type(2) span.wpcf7-form-control-wrap{
    width: 95%;
} */
.form_9 p:nth-of-type(2) span .wpcf7-textarea {
    width: 100%;
}

.form_10 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: .5rem;
    margin-top: clamp(20px, calc(-9.23px + 3.11vw), 50px);
}

.form_10.form_text p {
    display: block;
    line-height: 200%;
}

.form_10.form_text p:nth-of-type(2) a {
    text-decoration: none;
}

.form_10.form_text p:nth-of-type(2) span {
    border-bottom: 0.75px solid #141414;
    line-height: 150%;
    padding-bottom: 0.5rem;
}

.form_10.form_text p:nth-of-type(2) a:hover span {
    color: #1F3A93;
    border-color: #1F3A93;

}

.form_10 input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.form_10 label {
    vertical-align: middle;
}

.form_6 input[type="radio"],
.form_6_5 input[type="radio"] {
    width: clamp(16px, 1vw, 24px);
    height: clamp(16px, 1vw, 24px);
}

.form_11 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: clamp(2rem, calc(1.025rem + 1.66vw), 3rem);
}

.form_11 .wpcf7-spinner {
    display: none;
}

.form_11 .list-btn-green {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: clamp(1rem, calc(0.756rem + 0.415vw), 1.25rem);
    line-height: 100%;
    color: #FFFFFF;
    padding: clamp(5px, calc(-18.876px + 2.54vw), 1.84rem) clamp(60px, calc(-14.072px + 7.88vw), 8.5rem);
    background-color: #1F3A93;
}

.form_7>div>p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: .1rem;
}

.form_text p {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: clamp(1rem, calc(1rem + 0.4vw), 1.25rem);
    line-height: 100%;
    color: #141414;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, .6vw, 1rem);
    position: relative;
    white-space: nowrap;

}

.form_text div,
.form_text p:nth-of-type(2) {
    width: 60%;
}

.form_text div p .wpcf7-form-control-wrap,
.form_text p:nth-of-type(2) .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control.wpcf7-radio.form-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 1.5rem;
}

.wpcf7-list-item {
    text-align: left;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    position: relative;
    gap: clamp(6px, .4vw, 10px);
}

.form_10 p:nth-of-type(2) {
    width: fit-content !important;
    padding-bottom: 0.9375rem;
    padding-right: 1rem;
    font-size: clamp(1rem, calc(0.756rem + 0.415vw), 1.25rem);

}

.isneed {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: .625rem;
    line-height: 100%;
    color: #FFFFFF;
    background-color: #F4A261;
    padding: clamp(2px, calc(2px + 0.29vw), 0.3rem) clamp(10px, calc(10px + 0.62vw), 1rem);
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
    max-width: 100%;
    width: 100%;
    background-color: #F9F6F0;
    border: 1px solid #F9F6F0;
    font-weight: 500;
    font-size: clamp(0.8rem, calc(-0.231rem + 1.244vw), 1.25rem);
    line-height: 100%;
    font-family: "Noto Sans JP";
    padding: clamp(10px, calc(8px + 0.21vw), 12px);
    /* margin-top: 5px; */
    color: #141414;

}

.datetime-wrapper {
    position: relative;
}

.form_8 .datetime-wrapper::after {
    position: absolute;
    content: '';
    background: url(../img/contact/calender.png) center center no-repeat;
    top: 25%;
    right: 1rem;
    width: 27px;
    height: 29px;
    pointer-events: none;
}

.form_7 div p span:first-of-type input.form-input {
    width: 40%;
}

.form_7 .wpcf7-form-control-wrap input.form-input {
    padding: 10px;
}

.hidden-fields-container {
    opacity: 0;
}

#confirmation-modal .modal-content {
    background-color: #fff;
    margin: 6% auto auto;
    padding: 80px 50px;
    border-radius: 8px;
    max-width: 590px;
}

#confirmation-modal .modal-content h3 {
    font-size: 28px;
    text-align: center;
    color: #FFA000;
}

#confirmation-modal .modal-content ul {
    padding: 50px 0;
    list-style: none;
    margin: 0;
}

#confirmation-modal .modal-content ul li {
    font-size: 16px;
    padding-bottom: 16px;
    display: flex;
    margin-left: 0;
}

#confirmation-modal .modal-content ul li strong {
    font-weight: 600;
    width: 16rem;
    display: inline-block;
    color: #1F3A93;
}

#confirmation-modal .modal-content ul li span {
    width: calc(100% - 18rem);
    font-family: 'Zen Kaku Gothic New';
    font-weight: 700;
    font-size: 1rem;
    line-height: 200%;
    color: #1F3A93;
}

#confirmation-modal .modal-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#confirmation-modal .modal-buttons button {
    margin: 0;
    border: none;
    padding: .5rem 1rem;
    color: white;
    background-color: #1F3A93;
}

#cf-edit {
    background-color: #919191;
}

#cf-edit::before {
    content: url(http://maru-nage.jp/test01/wp-content/themes/ecocreation-2025/img/guyners/img/arr_btn_white.png);
    position: absolute;
    left: 25px;
    top: 20px;
    transform: rotate(180deg);
}

#cf-edit::after {
    display: none;
}

#cf-submit::after {
    right: 25px;
    top: 25px;
}

/* thanks modal */
.cf7-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.cf7-modal-content {
    background-color: #fff;
    margin: 12% auto;
    padding: 80px 90px;
    border-radius: 8px;
    max-width: 510px;
    text-align: center;
}

.cf7-modal-content img {
    width: 71px;
}

.cf7-modal-content p {
    font-family: 'Zen Kaku Gothic';
    font-weight: 700;
    font-size: 1rem;
    line-height: 200%;
    color: #442C16;
    padding: 40px 0;
}

#cf7-modal-close {
    border: none;
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 50px;
    background-color: #FFA000;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
}

#cf7-modal-close::after {
    top: 25px;
}

.wpcf7 form.failed .wpcf7-response-output {
    display: none;
}

.address_content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: relative;
}

.address_content span {
    width: 100% !important;

}


/* ------------checkboxes---------------- */
.wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.wpcf7-list-item input[type="checkbox"]+span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 2px solid #1F3A93;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    top: -1px;
}


.wpcf7-list-item input[type="checkbox"]:checked+span::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    background-color: #1F3A93;
}

Hover effect .wpcf7-list-item input[type="checkbox"]+span:hover::before {
    border-color: #FFA000;
}



/*----------------privacy_sec------------*/
.privacy_sec {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/top-service-bk.png) no-repeat center center;
    background-size: cover;
}

.privacy_sec .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12.5rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}

.privacy_sec p {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1rem;
    line-height: 200%;
    color: #141414;
    text-align: justify;
    padding-right: 14px;
}


/*---------------loading-screen-------------------*/
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F0E8;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.loading-screen.loading-screen-hidden {
    opacity: 0;
    pointer-events: none;
}

.loading-screen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 1920px;
    padding: 0 2rem;
}

.loading-company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.loading-company-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #1F3A93;
    letter-spacing: 0.1em;
    text-align: center;
}

.loading-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.loading-logo {
    width: auto;
    height: clamp(60px, 8vw, 100px);
    object-fit: contain;
}

.loading-progress-container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.loading-progress-line {
    width: 100%;
    height: 3px;
    background-color: #1F3A93;
    position: relative;
    border-radius: 2px;
    overflow: visible;
    margin-bottom: 2.5rem;
}

.loading-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1F3A93;
    width: 0%;
    transition: width 0.3s ease;
}

.loading-progress-marker {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    transition: left 0.1s linear;
    z-index: 10;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #1F3A93;
}

.loading-progress-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1F3A93;
    border: 2px solid #F5F0E8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.loading-progress-percentage {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #1F3A93;
    text-align: center;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0%;
    transform: translateX(-50%);
    transition: left 0.1s linear;
    white-space: nowrap;
}

@media screen and (max-width: 1300px) {
    .header-company-desc {
        display: none;
    }

    /* 
    .company-info-item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .company-info-item dt {
        min-width: auto;
    } */
}