<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------
2025å¹´ãƒªãƒ‹ãƒ¥ãƒ¼ã‚¢ãƒ«ç”¨ã®CSSãƒ•ã‚¡ã‚¤ãƒ«
-------------------------------------------------------------*/

@charset "UTF-8";


body{
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Sans","Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 800;
    background-color: #fff;
    line-height: 1.4;
}

a{
    transition: opacity 0.2s ease;
}

a:hover{
    opacity: 0.8;
}


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

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


main{
    letter-spacing: 0.1em;
}

/*-----------------------------------------------------------
å…±é€šãƒ‘ãƒ¼ãƒ„ç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.PageHeading{
    margin-top: 0;
}
.ctaWrapper{
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .ctaWrapper{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(79, 78, 78, 0.7);
        padding: 10px;
        justify-content: center;
    }
    
}

.ctaWrapperItem{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 160px;
    height: 40px;
    font-size: 11px;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -3px;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .ctaWrapperItem{
        width: 300px;
        height: 60px;
        font-size: 14px;
        outline: 2px solid #fff;
        outline-offset: -5px;
    }
    
}

.ctaTel{
    background-color: #8ec31f;
}

.ctaContact{
    background-color: #e61773;
}

.ctaLine{
    background-color: #39ae36;
}

.ctaArrow{
    width: 10px;
    height: 10px;

}

.utilBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-inline: auto;
    width: 100%;
    max-width: 480px;
    height: 80px;
    background-color: #8ec31f;
    color: #fff;
    letter-spacing: 0;
    outline: 2px solid #fff;
    outline-offset: -6px;
}

@media screen and (max-width: 1000px) {
    .utilBtn {
        width: 300px;
        height: 60px;
        font-size: 14px;
        outline: 2px solid #fff;
        outline-offset: -5px;
    }
    
}

.utlBtnArrow{
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1000px) {
    .utilBtnArrow{
        width: 12px;
        height: 12px;
    }
}


.sectionTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
    .sectionTitle {
        gap: 6px;
    }
    
}

.sectionTitle--en {
    color: #8ec31f;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .sectionTitle--en {
        font-size: 10px;
    }
    
}

.sectionTitle--ja {
    font-size: 32px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .sectionTitle--ja {
        font-size: 24px;
    }
    
}

.sectionText {
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .sectionText {
        font-size: 12px;
        letter-spacing: 0;
    }
}


.swiper-button-next{
    width: 50px;
    height: 50px;
    background: url('../img/icon/arrow_next.png') no-repeat center center / contain;
}
.swiper-button-prev{
    width: 50px;
    height: 50px;
    background: url('../img/icon/arrow_prev.png') no-repeat center center / contain;
}

/*-----------------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼ç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.header{
    padding-block: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
}

 .header.scroll{
    background-color: #fff;
}



.headerTop .inner_l{
    display: flex;
    align-items: center;
    padding-block: 10px;
    max-width: 1200px;
}

@media screen and (max-width: 1000px) {
    .headerTop .inner_l{
        height: 60px;
    }
    
}


.navMenu{
   color: #fff;
    background-color: #4f4e4e;
}

@media screen and (max-width: 1000px) {
    .navMenu{
        display: block;
        background-color:#eeeeee;
        color: #333333;
    }
}

.navMenuItems{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}

@media screen and (max-width: 1000px) {
    .navMenuItems{
        height: auto;
        padding: 8px 15px;
        justify-content: space-around;
    }
}
.navMenuItem{
    height: 100%;
    
}
.navMenuItem &gt; a{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: translate 0.3s ease-in-out;

}

.navMenuItem &gt; a::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8ec31f;
    opacity: 0;
    visibility: hidden;
}

.navMenuItem &gt; a:hover{
    color: inherit;
    translate: 0 -4px;
   
   
}

.navMenuItem &gt; a:hover::after{
     opacity: 1;
    visibility: visible;    
}

@media screen and (max-width: 1000px) {
    .navMenu a{
        font-size: 10px;
    }

    .navMenu span.is-sp{
        width: 1px;
        height: 11px;
        background-color: #333333;
        display: inline-block;
    }
}


.nav-subWrapper{
    color: #4f4e4e;
}

.navMenu li:not(:first-child){
    margin-left: 0;
}

.navMenu li:last-of-type{
    margin-left: 0;
}

/*-----------------------------------------------------------
SPãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/


#nav-toggle{
    top: 0;
    right: 0;
}

#nav-toggle&gt;.spNavBar{
    background-color: #e61773;
    border-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;

}

#nav-toggle .spNavBar--1,
#nav-toggle .spNavBar--2,
#nav-toggle .spNavBar--3{
    position: static;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    scale: 1 1.1;
    transition: none;
}

.open #nav-toggle .spNavBar--1,
.open #nav-toggle .spNavBar--3{
    position: absolute;
    top: 50% !important;
    left: 50%;
    translate: -50% -50%;
}

#gloval-nav{
    translate: 110%;
    opacity: 0;
    transition: translate 0.5s ease, opacity 0.5s ease;
    width: 90%;
    left: auto;
    right: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 20px;
}

.open #gloval-nav{
    translate: 0;
    opacity: 1;
}

#gloval-nav ul{
    margin-top: 10px;
    padding-left: 5px;
    padding-bottom: 20px
}

#gloval-nav ul li{
    margin-bottom: 0;
    padding-block: 14px;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    letter-spacing: 0;
}




.spNavCta{
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0;
}

.spNavCtaText{
    font-size: 10px;
    letter-spacing: 0.1em;
}

.spNavCtaItem{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 300px;
    height: 60px;
    font-size: 14px;
    color: #fff;
    outline: 2px solid #fff;
    outline-offset: -6px;
    
}

.spNavTel{
    margin-top: 4px;
    color: #e61773;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.spNavContact{
    background-color: #e61773;
    margin-top: 10px;
}

.spNavLine{
    background-color: #39ae36;
    margin-top: 10px;
}

.bgFixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 500;
    display: none;
}

.open .bgFixed{
    display: block;
}

/*-----------------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.footer{
    background-color: #eeeeee;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 60px;
}

@media screen and (max-width: 1000px) {
    .footer{
        padding-top: 30px;
        margin-top: 40px;
    }
    
}

.footer_content{
    padding-top: 0;
    padding-bottom: 40px;
    max-width: 1200px;
}

@media screen and (max-width: 1000px) {
    .footer_content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}

.footerTop{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
}

@media screen and (max-width: 1000px) {
    .footerTop{
        width: 100%;
        justify-content: center;
        order: 0;
    }
}


.footer_logo{
    margin-bottom: 0;
}

.ctaTelText{
    color: #333333;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.ctaTelNumber{
    color: #e61773;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.ctaTelNumber img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

@media screen and (max-width: 1000px) {
    .footer_list{
        order: 2;
        width: 100%;
        border-bottom: 1px solid #333333;
        margin-bottom: 0;
    }
    
}


.footer_list ul{
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding-block: 30px;
    border-bottom: 1px solid #333333;
}

@media screen and (max-width: 1000px) {
    .footer_list ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        padding-block: 20px;
        width: 100%;
        max-width: 440px;
        margin-inline: auto;
        border: none;
    }
    
}

@media screen and (max-width: 1050px) {
    .footer_list ul:last-child {
        margin-right: auto;
    }
}



.footer_list01{
    margin-bottom: 0;
    line-height: calc( 60 / 16);
    font-size: 16px;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .footer_list01{
        font-size: 13px;
        line-height: 1.4;
        font-weight: 800;
    }
}

@media screen and (max-width: 1000px) {
    .footer_list a{
        border: none;
        padding: 8px;
    }
    
}



.footerBottom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .footerBottom{
        order: 1;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333333;
        width: 100%;
        justify-content: center;
    }

    
}
.footer .sns{
    padding-top: 0;
    padding-bottom: 0;
}



.footerBottomLinks{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: #333333;
}




.footer .sns p,
.footer .sns a
{
    color: #333333;
}

@media screen and (max-width: 1000px) {
    .footer .sns-list{
       gap: 36px;
       
    }
    
}

@media screen and (max-width: 1000px) {
    .footer .sns-listItem {
        height: 36px;
        width: auto;
        margin-right: 0;
    }
    .footer .sns-listItem img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
}

@media screen and (max-width: 1000px) {
    .footerSpContact{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding-bottom: 30px;
    }

    .footerSpContact .ctaWrapperItem{
        width: 300px;
        height: 60px;
        font-size: 14px;
    }
}


.footer_small{
    background-color: #4f4e4e;
    color: #fff;
    letter-spacing: 0;
    padding: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .footer_small{
        height: auto;
        padding-bottom: 100px;
        padding-top: 20px;
    }
    
}

.footer_small .inner_l{
    max-width: 1200px;
}

.footer_small span{
    color: #fff;
    font-size: 12px;
    
}

@media screen and (max-width: 1000px) {
    .footer_small span{
        font-size: 10px;
    }
    
}


/*-----------------------------------------------------------
ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.mv{
    margin-top: 180px;
    padding-inline: 40px;
    padding-bottom: 60px;
    max-width: 1360px;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    .mv{
        margin-top: 98px;
        padding-inline: 0;
        padding-bottom: 40px;
    }
    
}

.mv-img{
    width: 100%;
    height: auto;
    aspect-ratio: 2400 / 1000;
    /* background: url(../../renewal/img/top/top-fv.png) no-repeat center center / cover; */
}

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

/*-----------------------------------------------------------
TOPç•™å­¦ä½“é¨“è«‡ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topExperience {
    margin-top: 60px;
}

@media screen and (max-width: 1000px) {
    .topExperience {
        margin-top: 40px;
    }
    
}


.topExperienceText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topExperienceText {
        margin-top: 10px;
    }
    
}


.topExperienceSwiper {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topExperienceSwiper {
        margin-top: 20px;
    }
    
}


.topExperienceSwiper .swiper-slide{
    width: fit-content;
}
.topExperienceItem {
    width: 330px;
    height: 180px;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1000px) {
    .topExperienceItem {
        width: 264px;
        height: 144px;
        padding: 6px;
    }
    
}

.topExperienceItem::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.topExperienceImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topExperienceLocation {
    background-color: #e61773;
    color: #fff;
    position: relative;
    z-index: 10;
    width: fit-content;
    padding-inline: 8px;
    height: 26px;
    display: flex;
    align-items: center;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    .topExperienceLocation {
        padding-inline: 4px;
        height: 20px;
    }
    
}


.topExperienceContents {
    position: relative;
    z-index: 10;
    color: #fff;
    line-height: 1.4;
}

.topExperienceDate {
    font-size: 10px;
}

.topExperienceTitle {
    font-size: 13px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
    .topExperienceTitle {
        font-size: 12px;
    }
    
}


.experienceBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .experienceBtn {
        margin-top: 20px;
    }
    
}

/*-----------------------------------------------------------
TOPé¸ã°ã‚Œã‚‹ç†ç”±ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topFeature {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
    .topFeature {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.topFeatureText {
    margin-top: 20px;
    padding-inline: 40px;
}

@media screen and (max-width: 1000px) {
    .topFeatureText {
        padding-inline: 20px;
        margin-top: 10px;
    }
    
}

.topFeatureItems {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
}

@media screen and (max-width: 1000px) {
    .topFeatureItems {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.topFeatureItem {
    position: relative;
    aspect-ratio: 427 / 300;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    max-height: 300px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .topFeatureItem {
        aspect-ratio: 240 / 120;
        padding: 6px;
    }
    
}

.topFeatureItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.topFeatureItemImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topFeatureItemContents {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.topFeatureItemTitle {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
}

.topFeatureItemTitle.is-pink{
    color: #e61773;
}

@media screen and (max-width: 1000px) {
    .topFeatureItemTitle {
        font-size: 13px;
        letter-spacing: 0;
    }
    
}

.topFeatureItemArrow {
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
    .topFeatureItemArrow {
        width: 30px;
    }
    
}

.topFeatureTextBottom {
    margin-top: 30px;
    color: #e61773;
    padding-inline: 8px;
}


.topFeatureBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topFeatureBtn {
        margin-top: 20px;
    }
    
}

/*-----------------------------------------------------------
ãƒšãƒ¼ã‚¸å†…CTAç”¨ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/
.ctaBlock {
    max-width: 1000px;
    margin-inline: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    border: 3px solid #e61773;
}

@media screen and (max-width: 1000px) {
    .ctaBlock {
        flex-direction: column;
        margin-inline: 15px;
    }
    
}

.ctaBlockTextWrapper{
    width: 50%;
    padding-right: 30px;
    height: 100%;
    border-right: 1px solid #4f4e4e;
}

@media screen and (max-width: 1000px) {
    .ctaBlockTextWrapper{
        width: 100%;
        padding-right: 0;
        border-right: none;
        text-align: center;
        height: auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #4f4e4e;
    }
}

.ctaBlockTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .ctaBlockTitle {
        align-items: center;
        gap: 6px;
    }
    
}

.ctaBlockTitle--en {
    font-size: 14px;
    color: #e61773;
}

@media screen and (max-width: 1000px) {
    .ctaBlockTitle--en {
        font-size: 10px;
    }
    
}

.ctaBlockTitle--ja {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .ctaBlockTitle--ja {
        font-size: 18px;
    }
    
}

.ctaBlockText {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .ctaBlockText {
        font-size: 12px;
    }
}

.ctaBlockLinks {
    width: 50%;
    padding-left: 30px;
}

@media screen and (max-width: 1000px) {
    .ctaBlockLinks {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.ctaBlock .ctaWrapperItem{
    width: 100%;
    height: 80px;
    font-size: 20px;
    outline-offset: -5px;
    margin-top: 14px;
}

@media screen and (max-width: 1000px) {
    .ctaBlock .ctaWrapperItem{
        width: 300px;
        height: 60px;
        font-size: 14px;
        margin-top: 10px;
    }
    
}

.ctaBlock .ctaArrow{
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1000px) {
    .ctaBlock .ctaArrow{
        width: 14px;
        height: 14px;
    }
}

/*-----------------------------------------------------------
LINEç”¨CTAãƒãƒŠãƒ¼ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.lineCta {
    margin-top: 60px;
    height: auto;
    max-width: 1000px;
    margin-inline: auto;
    aspect-ratio: 1000 / 200;
    padding-left: 450px;
    background: url('../img/top/line-cta-bg.png') no-repeat center center / cover;
    padding-block: 30px;
    outline: 1px solid #fff;
    outline-offset: -10px;
}

@media screen and (max-width: 1000px) {
    .lineCta {
        margin-inline: 15px;
        padding-left: 0;
        padding-block: 30px;
        margin-top: 20px;
        text-align: center;
        background-image: url('../img/top/line-cta-bg-sp.png');
        aspect-ratio: auto;
    }
    
}


.lineCtaContents {
    color: #fff;
}

.lineCtaTitle {
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .lineCtaTitle {
        font-size: 10px;
    }
    
}

.lineCtaText {
    line-height: 1.6;
    margin-top: 6px;
}

@media screen and (max-width: 1000px) {
    .lineCtaText {
        font-size: 12px;
        line-height: 1.8;
    }
}

.lineCtaLink {
    width: 480px;
    background-color: #fff;
    color: #39ae36;
    margin-top: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    outline: 2px solid #39ae36;
    outline-offset: -5px;
}

@media screen and (max-width: 1000px) {
    .lineCtaLink {
        width: 300px;
        height: 50px;
        font-size: 14px;
        outline: 1px solid #39ae36;
        margin-inline: auto;
    }
    
}

.lineCtaArrow {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 1000px) {
    .lineCtaArrow {
        width: 14px;
        height: 14px;
    }
}

/*-----------------------------------------------------------
TOP-SNSã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/
.topSns {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
    .topSns {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}


.topSnsText {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .topSnsText {
        margin-top: 10px;
    }
    
}

.topSnsItems {
    margin-top: 30px;
    max-width: 1080px;
    padding-inline: 40px;
    margin-inline: auto;
    
}

@media screen and (max-width: 1000px) {
    .topSnsItems {
        margin-top: 20px;
        padding-inline: 0;
    }
    
}



.topSnsItemImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSnsBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topSnsBtn {
        margin-top: 20px;
    }
    
}

.topSnsBtnIcon {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1000px) {
    .topSnsBtnIcon {
        width: 16px;
        height: 16px;
    }
    
}

.topSnsLinks.is-pc {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 9px;
}

.topSnsLink{
    width: 327px;
    height: 80px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
}

.topSnsTiktok {
    background: url('../img/icon/Tiktok-link.png') no-repeat center center / cover;
}

.topSnsFacebook {
    background: url('../img/icon/facebook-link.png') no-repeat center center / cover;
}

.topSnsX {
    background: url('../img/icon/X-link.png') no-repeat center center / cover;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {

    .topSnsLinks.is-sp{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-inline: 15px;
        margin-top: 20px;
        padding-block: 20px;
        gap: 45px;
        border-top: 1px solid #4f4e4e;
        border-bottom: 1px solid #4f4e4e;
    }
    .topSnsLinkIcon {
        height: 36px;
        width: auto;
    }

    .topSnsLinkIcon-X {
        width: 36px;
        height: 36px;
        background-color: #000;
        padding: 6px;
        border-radius: 6px;
    }


}

#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{
    display: none;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
    display: none;
}

#sb_instagram #sbi_load{
    display: none;
}

#sb_instagram #sbi_images{
    padding: 0;
}
/*-----------------------------------------------------------
TOP-ABOUTã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topAbout {
    padding-block: 80px;
    background: url('../img/top/about_bg.png') no-repeat center center / cover;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .topAbout {
        padding-block: 30px;
        padding-inline: 20px;
    }
    
}

.topAbout::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.topAboutContents {
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 60px 60px 40px;
    width: fit-content;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    .topAboutContents {
        padding: 30px 15px;
        width: 100%;
    }
    
}

.topAboutText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topAboutText {
        margin-top: 10px;
        text-align: center;
    }
    
}

/*-----------------------------------------------------------
TOP-Servicesã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topServices {
    padding-top: 120px;
}

@media screen and (max-width: 1000px) {
    .topServices {
        padding-top: 40px;
    }
    
}

.topServicesContainer {
    max-width: 1080px;
    padding-inline: 40px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    column-gap: 40px;
}

@media screen and (max-width: 1000px) {
    .topServicesContainer {
        grid-template-columns: 1fr;
        padding-inline: 15px;
        gap: 0
    }
    
}

.topServicesImg{
    grid-row: span 2;
}

@media screen and (max-width: 1000px) {
    .topServicesImg{
        order: 2;
        margin-top: 20px;
        text-align: center;
    }
    
}

.topServicesTitle.sectionTitle  {
    align-items: flex-start;
}

@media screen and (max-width: 1000px) {
    .topServicesTitle.sectionTitle {
        align-items: center;
        order: 1;
    }
    
}

.topServicesTitle .sectionTitle--ja {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .topServicesTitle .sectionTitle--ja {
        text-align: center;
    }
    
}

@media screen and (max-width: 1000px) {
    .topServicesContents{
        order: 3;
    }
}

.topServicesText.sectionText {
    text-align: left;
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topServicesText.sectionText {
        text-align: center;
        margin-top: 20px;
    }
    
}


.topServiceBtn.utilBtn {
    margin-top: 30px;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .topServiceBtn.utilBtn {
        margin-top: 20px;
        width: 300px;

    }
    
}

.topServiceBtnIcon {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1000px) {
    .topServiceBtnIcon {
        width: 14px;
        height: 14px;
    }
    
}

.topServiceInstagram {
    margin-top: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1313 / 418;
    display: block;
    margin-inline: auto;
}



@media screen and (max-width: 1000px) {
    .topServiceInstagram {
        width: 306px;
    }
    
}

.topServiceInstagram img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*-----------------------------------------------------------
TOP-Countryã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topCountry {
    padding-top: 80px;
}

@media screen and (max-width: 1000px) {
    .topCountry {
        padding-top: 40px;
    }
}

.topCountryText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topCountryText {
        margin-top: 10px;
    }

}
.topCountryItems {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1000px) {
    .topCountryItems {
        grid-template-columns: repeat(1, 1fr);
    }
}

.topCountryItem {
    aspect-ratio: 640 / 400;
    width: 100%;
    height: auto;
    max-height: 400px;
}

@media screen and (max-width: 1000px) {
    .topCountryItem {
        aspect-ratio: 480 / 190;
    }
}

.topCountryItemLink {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 30px;
}

@media screen and (max-width: 1000px) {
    .topCountryItemLink {
        padding: 20px;
    }
}

.topCountryImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topCountryContents {
    color: #fff;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1000px) {
    .topCountryContents {
        justify-content: space-between;
        width: 100%;
    }
    
}

.topCountryName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topCountryName--en {
    font-size: 24px;
}

@media screen and (max-width: 1000px) {
    .topCountryName--en {
        font-size: 20px;
    }
    
}

.topCountryName--ja {
    font-size: 18px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
    .topCountryName--ja {
        font-size: 14px;
    }
    
}

.topCountryArrow {
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
    .topCountryArrow {
        width: 30px;
    }
    
}

/*-----------------------------------------------------------
TOP-ç›®çš„åˆ¥ã«é¸ã¶ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topPurpose {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    .topPurpose {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


.topPurposeText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topPurposeText {
        margin-top: 10px;
    }
    
}

.topPurposeItems {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

@media screen and (max-width: 1000px) {
    .topPurposeItems {
        grid-template-columns: repeat(1, 1fr);
    }
}

.topPurposeItem {
    aspect-ratio: 640 / 400;
    width: 100%;
    height: auto;
    position: relative;
    max-height: 400px;
}

@media screen and (max-width: 1000px) {
    .topPurposeItem {
        aspect-ratio: 480 / 190;
    }
}



.topPurposeItemLink {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 30px;
}

@media screen and (max-width: 1000px) {
    .topPurposeItemLink {
        padding: 20px;
    }
}

.topPurposeImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;;
}

.topPurposeContents {
    color: #fff;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1000px) {
    .topPurposeContents {
        justify-content: space-between;
        width: 100%;
    }
    
}

.topPurposeName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}



.topPurposeName--en {
    font-size: 24px;
}

@media screen and (max-width: 1000px) {
    .topPurposeName--en {
        font-size: 20px;
    }
    
}
.topPurposeName--ja {
    font-size: 18px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
    .topPurposeName--ja {
        font-size: 14px;
    }
    
}

.topPurposeArrow {
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
    .topPurposeArrow {
        width: 30px;
    }
    
}

/*-----------------------------------------------------------
TOP-ã‚«ã‚¦ãƒ³ã‚»ãƒªãƒ³ã‚°ã‚µãƒ­ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topSalon {
    margin-top: 60px;
    padding: 40px;
    background: url('../img/top/counseling-bg.jpg') no-repeat center center / cover;
}

@media screen and (max-width: 1000px) {
    .topSalon {
        margin-top: 40px;
        padding: 30px 20px;
        position: relative;
    }
    
    .topSalon::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.23);
    }
}

.topSalonContents {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 60px 60px 40px;
    width: fit-content;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    .topSalonContents {
        padding: 30px 15px;
        width: 100%;
        position: relative;
    }
    
}

.topSalonText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topSalonText {
        margin-top: 10px;
    }
    
}

@media screen and (max-width: 1000px) {
    .topSalonGuideText {
        color: #fff;
        font-size: 24px;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        position: relative;
        margin-top: 20px;
    }
    
}

.topSalonLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-top: 40px;
    gap: 6px;
}

@media screen and (max-width: 1000px) {
    .topSalonLinks {
        flex-direction: column;
        gap: 10px;
    }
    
}

.topSalonLink {
    width: 327px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 20px;
    border: 2px solid #fff;
}

@media screen and (max-width: 1000px) {
    .topSalonLink {
        width: 300px;
        height: 60px;
        font-size: 16px;
        gap:0;
    }
    
}

.topSalonLink span{
    position: relative;
    z-index: 10;

}

.topSalonLink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    outline: 1px solid #fff;
    outline-offset: -6px;
}



.topSalonLinkShinsaibashi {
    background: url('../img/top/shinsaibashi-banner.png') no-repeat center center / cover;
}

.topSalonMap {
    position: relative;
    z-index: 10;
    width: 24px;
    aspect-ratio: 1 / 1;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .topSalonMap {
        width: 20px;
        margin-right: 4px;
    }   
    
}

.topSalonArrow {
    position: relative;
    z-index: 10;
    width: 20px;
    height: auto;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
    .topSalonArrow {
        width: 16px;
    }
    
}
.topSalonLinkTennoji {
    background: url('../img/top/tennohji-banner.png') no-repeat center center / cover;
}

.topSalonLinkUmeda {
    background: url('../img/top/umeda-banner.png') no-repeat center center / cover;
}

/*-----------------------------------------------------------
TOP-ã‚µãƒãƒ¼ãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topSupport {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #eeeeee;
}

@media screen and (max-width: 1000px) {
    .topSupport {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.topSupportContainer {
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    column-gap: 40px;
}

@media screen and (max-width: 1000px) {
    .topSupportContainer {
        grid-template-columns: 1fr;
        padding-inline: 15px;
    }
}

.topSupportTitle {
    align-items: flex-start;
    
}

@media screen and (max-width: 1000px) {
    .topSupportTitle {
        align-items: center;
    }
}
.topSupportTitle .sectionTitle--ja {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .topSupportTitle .sectionTitle--ja {
        text-align: center;
    }
}


.topSupportImg {
    width: 100%;
    height: auto;
    grid-row: span 2;
}

@media screen and (max-width: 1000px) {
    .topSupportImg {
        grid-row: span 1;
        margin-top: 20px;
        overflow: hidden;
    }
}

.topSupportImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
}

@media screen and (max-width: 1000px) {
    .topSupportImg img {
        scale: 1.8;
        translate: -10%;
    }
    
}



.topSupportContents {
    margin-top: 20px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .topSupportContents {
        margin-top: 20px;
    }
}

.topSupportText {
    text-align: left;
}

.topSupportBtn {
    margin-top: 30px;
}

.topSupportArrow{
    width: 20px;
    height: 20px;
}

/*-----------------------------------------------------------
TOP-ãã®ä»–ã®ã‚µãƒãƒ¼ãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topOtherSupport {
    padding-top: 80px;
}

@media screen and (max-width: 1000px) {
    .topOtherSupport {
        padding-top: 40px;
    }
}

.topOtherSupportText {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .topOtherSupportText {
        margin-top: 10px;
    }
    
}

.topOtherSupportItems {
    margin-top: 30px;
    display: flex;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .topOtherSupportItems {
        flex-direction: column;
        padding-inline: 0;
        margin-top: 20px;
        gap:0;
    }
}

.topOtherSupportItem {
    width: 50%;
    aspect-ratio: 490 / 250;
}

@media screen and (max-width: 1000px) {
    .topOtherSupportItem {
        width: 100%;
        aspect-ratio: 480 / 190;
    }
    
}

.topOtherSupportItemLink {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .topOtherSupportItemLink {
        padding: 20px;
    }
}


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

.topOtherSupportItemLink::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.topOtherSupportContents {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .topOtherSupportContents {
        align-items: flex-end;
    }
    
}

.topOtherSupportHead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.topOtherSupportSub {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.topOtherSupportArrow {
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
}

/*-----------------------------------------------------------
TOP-ã‚µãƒ¼ãƒ“ã‚¹åˆ©ç”¨è€…ã®å£°ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.topVoice {
    padding-top: 80px;
}

@media screen and (max-width: 1000px) {
    .topVoice {
        padding-top: 40px;
    }
}

.topVoiceContents {
    margin-top: 30px;
    max-width: 800px;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    .topVoiceContents {
        margin-top: 20px;
        width: max(calc( 300 / 480 * 100%), 300px); 
      }
}

.topVoiceBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topVoiceBtn {
        margin-top: 20px;
    }
    
}
.topVoiceArrow{
    width: 20px;
    height: 20px;
}

/*-----------------------------------------------------------
TOP-ãƒžã‚¬ã‚¸ãƒ³ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ç”»åƒ
-------------------------------------------------------------*/

.topMagazine {
    padding-top: 80px;
}

.topMagazineText {
    margin-top: 20px;
}


@media screen and (min-width: 1000.1px) {
    .topMagazineItems .swiper-wrapper {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 10px;
        column-gap: 6px;
        max-width: 1080px;
        margin-inline: auto;
        padding-inline: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1000px) {
    .topMagazineItems .swiper-wrapper {
        margin-top: 20px;
        
    }
}

.topMagazineItems .swiper-slide{
    width: 100%;
    aspect-ratio: 327 / 200;
    height: auto;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .topMagazineItems .swiper-slide{
        width: 264px;
    }
    
}

.topMagazineItem {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

@media screen and (max-width: 1000px) {
    .topMagazineItem {
        padding: 6px;
    }
    
}


.topMagazineItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 5;
}

.topMagazineImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topMagazineItemCategory {
    background-color: #e61773;
    color: #fff;
    position: relative;
    z-index: 10;
    width: fit-content;
    padding: 6px 8px;
    font-size: 10px;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .topMagazineItemCategory {
        font-size: 10px;
        padding: 4px 6px;
    }
    
}
.topMagazineItemContents {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.topMagazineItemText {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.topMagazineItemDate {
    font-size: 10px;
}

.topMagazineItemTitle {
    font-size: 13px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
    .topMagazineItemTitle {
        font-size: 12px;
    }
    
}

.topMagazineArrow {
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
}

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

.topMagazineBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topMagazineBtn {
        margin-top: 20px;
    }
    
}

.topMagazineBtnArrow {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1000px) {
    .topMagazineBtnArrow {
        width: 16px;
        height: 16px;
    }
    
}


/*-----------------------------------------------------------
TOP-Newsã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/
.topNews {
    padding-top: 80px;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
}

@media screen and (max-width: 1000px) {
    .topNews {
        padding-top: 40px;
        padding-inline: 15px;
    }
    
}


.topNewsTitle {
    align-items: flex-start;
}

.topNewsList {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topNewsList {
        margin-top: 20px;
    }
    
}

.topNewsListItem {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eeeeee;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    .topNewsListItem {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .topNewsListItem:first-child {
        padding-top: 0;
    }
}

.topNewsListLink {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .topNewsListLink {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
}

.topNewsListDate {
    font-size: 14px;
    width: 107px;
}

@media screen and (max-width: 1000px) {
    .topNewsListDate {
        font-size: 10px;
        width: auto;
    }
    
}

.topNewsListTitle {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .topNewsListTitle {
        font-size: 13px;
    }
    
}

.topNewsBtn {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .topNewsBtn {
        margin-top: 20px;
    }
    
}

.topNewsBtnArrow {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1000px) {
    .topNewsBtnArrow {
        width: 16px;
        height: 16px;
    }
    
}

/*-----------------------------------------------------------
TOP-ç•™å­¦å…ˆã‚’æŽ¢ãã†ã®ã‚¹ã‚¿ã‚¤ãƒ«
-------------------------------------------------------------*/

.sectionSearch {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .sectionSearch {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
}

.sectionSearchTitle {
    align-items: flex-start;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
}

@media screen and (max-width: 1000px) {
    .sectionSearchTitle {
        padding-inline: 15px;
    }
    .sectionSearchTitle .sectionTitle--ja {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
    
}

.sectionSearchCountry {
    margin-top: 30px;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
}

@media screen and (max-width: 1000px) {
    .sectionSearchCountry {
        padding-inline: 15px;
        margin-top: 20px;
    }
    
}

.sectionSearchSubTitle {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .sectionSearchSubTitle {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
}


.sectionSearchCountrySlide,
.sectionSearchPurposeSlide
 {
    overflow: visible;
}
.sectionSearchCountrySlide .swiper-wrapper,
.sectionSearchPurposeSlide .swiper-wrapper
 {
}


.sectionSearch .swiper-slide {
    width: fit-content;
    
}

.sectionSearchItem {
    width: 327px;
    height: auto;
    aspect-ratio: 327 / 180;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
    .sectionSearchItem {
        width: 264px;
        aspect-ratio: 264 / 144;
    }
    
}

.sectionSearchItemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectionSearchItemContents {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
}

.sectionSearchItemName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sectionSearchItemName--en {
    font-size: 16px;
}

@media screen and (max-width: 1000px) {
    .sectionSearchItemName--en {
        font-size: 14px;
    }
    
}

.sectionSearchItemName--ja {
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .sectionSearchItemName--ja {
        font-size: 10px;
    }
    
}

.sectionSearchItemArrow {
    width: 36px;
    height: auto;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
    .sectionSearchItemArrow {
        width: 30px;
    }
    
}



.sectionSearchPurpose {
    margin-top: 60px;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;

}

@media screen and (max-width: 1000px) {
    .sectionSearchPurpose {
        padding-inline: 15px;
        margin-top: 20px;
    }
    
}


.sectionSearch .swiper-button-next{
    right: auto;
    left: min(1000px,90vw);
}
.sectionSearch .swiper-button-prev{
    left: auto;
    right: min(1000px,90vw);
}

@media screen and (max-width: 1000px) {
    .sectionSearch .swiper-button-next{
        left: 80vw;
    }
    .sectionSearch .swiper-button-prev{
        right: 80vw;
    }
    
}

.sectionSearch .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}
.sectionSearch .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

/* å£ã‚³ãƒŸã®ãƒ•ã‚©ãƒ³ãƒˆæŒ‡å®š */
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container *  {
    /* font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Sans","Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important; */
    font-weight: 500;
}</pre></body></html>