/* Font Import */
@font-face {
    font-family: 'Gothic MB101';
    src: local('Gothic MB101'),
         local('A-OTF Gothic MB101 Pro5 B'),
         url('../font/A-OTF_Gothic_MB101_Pr5_B.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Test element to verify font loading */
.font-test {
    font-family: 'Gothic MB101', sans-serif;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

body {
    font-family: 'Gothic MB101', sans-serif;
    /* font-family: 'Gothic MB101', "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif !important; */
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    font-weight: bold;
}

/* Apply Gothic MB101 to specific elements */
.category-btn,
.experience-badge,
.hero-title,
.hero-subtitle {
    font-family: 'Gothic MB101', sans-serif;
    font-weight: bold;
}

/* Hero Section - Mobile First */
.hero {
    background-color: #FFE600;
    background-image: url('../images/hero/bg-hero-yellow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    overflow: visible;
}

/* Decorative Images - Hidden by default on mobile */
.hero-airplane,
.hero-person-left,
.hero-person-right,
.hero-person-right-2,
.hero-suitcase,
.hero-yen,
.hero-building {
    display: none;
}

.hero-content {
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 1rem;
}

.hero-main {
    text-align: center;
    padding: 1rem 0;
}

/* Hero Banner Main Text */
.hero-banner-main-text {
    margin: 0 auto 2rem;
    padding: 0 1rem;
    max-width: 100%;
}

.hero-banner-main-text img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.hero {
    padding: 3rem 2rem 10rem 2rem;
}

/* Show decorative images on desktop */
.hero-airplane,
.hero-person-left,
.hero-person-right,
.hero-person-right-2,
.hero-suitcase,
.hero-yen,
.hero-building {
    display: block;
    position: absolute;
    z-index: 1;

}

.hero-airplane {
    top: -10px;
    left: -155px;
    width: 100px;
    height: auto;
    transform: rotate(0deg);
}

.hero-person-left {
    left: -80px;
    width: auto;
    top: 60px;
    height: 400px;
}

.hero-person-right {
    right: -80px;
    width: auto;
    top: 23px;
    height: 400px;
}
.hero-person-right-2 {
    bottom: -70px;
    right: -22%;
    height: 230px;
    width: auto;
}
.hero-suitcase {
    bottom: 6%;
    left: -150px;
    width: 100px;
    height: auto;
}

.hero-yen {
    top: 3%;
    right: -20%;
    width: 60px;
    height: auto;
}

.hero-building {
    bottom: 30%;
    right: -170px;
    width: 110px;
    height: auto;
}

.hero-banner-main-text img {
    max-width: 870px;
    z-index: 2;
    position: relative;
}

.experience-badge {
    max-width: 600px;
}





@media (max-width: 1780px) {
    .hero {
        padding: 3rem 2rem 9rem 2rem;
    }
}
@media (max-width: 1575px) {
    .hero {
        height: auto;
        min-height: unset;
    }
}
@media (max-width: 1280px) {
    .hero {
        padding: 3rem 2rem 7rem 2rem;
    }
}
@media (max-width: 1200px) {
    .hero-yen {
        top: 30px;
        right: -45px;
        width: 45px;
    }
    .hero-person-right {
        right: -40px;
        top: 100px;
        height: 300px;
    }
    .hero-building {
        bottom: 30%;
        right: -100px;
        width: 80px;
    }
    .hero-person-right-2 {
        bottom: -45px;
        right: -115px;
        height: 175px;
    }
    .hero-person-left {
        left: -55px;
        top: 105px;
        height: 330px;
    }
    .hero-airplane {
        top: -10px;
        left: -6px;
        width: 80px;
    }
    .hero-suitcase {
        bottom: 100px;
        left: -10px;
        width: 80px;
    }
}       
@media (max-width: 1024px) {
    .hero-building {
        bottom: 5%;
        right: 20px;
    }

}
@media (max-width: 980px) {
    .hero-banner-main-text img {
        max-width: 520px;
    }
    .hero-person-left {
        height: 260px;
    }
    .hero-suitcase {
        bottom: 120px;
        left: -10px;
        width: 60px;
    }
    .hero-person-right {
        height: 260px;
    }
    .hero-yen {
        right: -30px;
    }
    .hero-person-right-2 {
        bottom: -30px;
        right: -85px;
        height: 150px;
    }
    .hero-building {
        bottom: 30%;
        right: -50px;
        width: 60px;
    }
    .hero-banner-main-text {
        margin: 0 auto 10px;
    }
    .hero-building {
        bottom: 5%;
        right: -25px;
        width: 60px;
    }
}

@media (max-width: 768px) {
   
    .category-btn{
        font-size: 14px;
        font-weight: 500;

    }
    .experience-badge p {
        font-size: 16px;
        line-height: 2.2;
    }
    .experience-badge {
        padding: 5px 15px 10px 15px;
    }
    .hero-person-right {
        height: 230px;
        top: 65px;
        right: 55px;
    }
    .hero-suitcase {
        display: none;
    }
    .hero-banner-main-text img {
        max-width: unset;
        width: 80%;
    }
    .hero-banner-main-text {
        margin: 0 auto;
        padding: 0;
    }
    .hero-person-right-2 {
        bottom: -10px;
        right: -85px;
        height: 150px;
    }
    .hero-building{
        display: none;
    }
    .hero-person-left {
        height: 230px;
        left: 50px;
        top: 55px;
    }
    .hero-airplane {
        top: 5px;
        left: 90px;
        width: 60px;
        z-index: 3;
    }
    .hero-yen {
        right: 110px;
        z-index: 3;
        top: 15px;
        width: 35px;
    }
    .hero {
        padding: 25px 0px 90px 0px;
    }
    
}
@media (max-width: 670px) {
    .hero-banner-main-text img {
        width: 95%;
    }
    .hero-person-left {
        left: 5px;
        top: 75px;
    }
    .hero-airplane {
        left: 20px;
    }
    .hero-person-right {
        top: 70px;
        right: 5px;
    }
    .hero-yen {
        right: 25px;
    }
   
    .hero-person-right-2 {
        right: -20px;
    }
    .hero {
        padding: 25px 0px 60px 0px;
    }

  
}
@media (max-width:560px) {
    .hero-content{
        overflow: hidden;
    }
    .hero-banner-main-text img {
        width: 75%;
        margin-bottom: 10px;
    }
    .hero-person-right {
        top: 20px;
        right: 40px;
        height: 200px;
    }
    .hero-person-left {
        left: 45px;
        top: 15px;
        height: 200px;
    }
    .hero-airplane {
        left: 0px;
    }
}
@media (max-width: 520px) {
    .hero-content {
        padding: 5px;
    }
    .hero-person-right {
        right: 0;
    }
    .hero-yen {
        right: 5px;
        top: 0;
        z-index: 0;
    }
    .hero-person-left {
        left: 5px;
        top: 10px;
        height: 200px;
    }
    .hero-airplane {
        left: 50px;
        top: 0;
        z-index: 1;
    }
   
}


/* Category Buttons */
.category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto 1.5rem;
    padding: 0 1rem;
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.category-btn {
    background-color: #0066CC;
    color: white;
    border: none;
    padding: 0.2rem 1rem;
    border-radius: 10px;
    font-size: 25px;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.category-btn:hover {
    /* background-color: #0052a3; */
}

/* Experience Badge */
.experience-badge {
    background-color: #333;
    color: white;
    padding: 1rem 1.5rem 1.4rem 1.5rem;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto 1.5rem;
    line-height: 1.4;
    max-width: 90%;
    text-align: left;
    position: relative;
}

/* LINE Group CTA */
.line-group-cta {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 100%;
}

.line-group-cta img {
    width: 100%;
    max-width: 555px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
}

.line-group-cta img:hover {
    transform: scale(1.02);
}

/* Image Gallery */
.image-gallery {
    width: 100vw;
    padding: 2rem 0;
    position: absolute;
    z-index: 5;
    left: 0;
    overflow: hidden;
}

.gallery-wrapper {
    display: flex;
    gap: 20px;
    margin: 0 -100px;
    overflow-x: visible;
    justify-content: center;
}

.gallery-item {
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease;
    height: 270px;
}

.gallery-item.active {
    opacity: 1;
}

.gallery-item img {
    width: 500px;
    height: 270px;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: scale(1.02);
    opacity: 1;
}

.experience-badge p {
    line-height: 45px;
    text-decoration: underline;
    text-underline-offset: 9px;
    font-size: 25px;
}

@media (max-width: 980px) {
    .experience-badge p {
        line-height: 45px;
        font-size: 18px;
    }
    .category-btn{
        font-size: 18px;
    }
   
    .line-group-cta img {
        max-width: 475px;
    }
}
@media (max-width: 670px) {
    .experience-badge {
        width: fit-content;
        max-width: unset !important;
        margin: unset !important;
        padding-right: 86px !important;
    }
    .line-group-cta {
        margin-top: 25px;
    }
    .line-group-cta img {
        max-width: unset;
    }

    .image-gallery{
        padding: 0;
    }
}
@media (max-width: 600px) {
    .category-btn {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    
    .experience-badge {
        padding-right: 0px !important;
        width: 100%;
        display: block;
        margin: 0 auto !important;
    }
    .experience-badge p {
        line-height: 35px;
        font-size: 14px;
    }
    img.hero-person-right-2 {
        right: 0px;
        position: relative;
        float: right;
        top: -40px;
    }

}
@media (max-width: 520px) {

    .hero {
        padding: 25px 0px 120px 0px;
    }
}
@media (max-width: 500px) {
    .experience-badge {

    }
    .experience-badge p {
        line-height: 2.7;
    }
    img.hero-person-right-2 {
        right: 0px;
        position: relative;
        float: right;
        top: -25px;
        height: 115px;
    }

}
@media (max-width: 440px) {
    .experience-badge {
        padding-right: 0px !important;
        width: 100%;
        display: block;
        margin: 0 auto !important;
        padding: 5px 10px 15px 10px;
    }
    .experience-badge p {
        
    }

}
@media (max-width: 390px) {
    img.hero-person-right-2 {
        right: 0px;
        position: relative;
        float: right;
        top: 14px;
        height: 115px;
    }
    .experience-badge {
        padding-right: 0px !important;
        width: 100%;
        display: block;
        margin: 0 auto !important;
        padding: 5px 10px 15px 10px;
        margin-top: 25px !important;
    }
}


/* for info section 1 */
.info-section-1 {
    min-height: 700px;
    width: 100%;
    background-color: #0b5fd8;
    color: white;
    padding: 60px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.info-section-1-content-header{
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
}
.info-section-1-content-header img.is-yen {
    position: absolute;
    left: -100px;
    bottom: 35px;
    width: 70px;
    height: auto;
}
.info-section-1-content-header img.is-suitcase {
    position: absolute;
    right: -100px;
    bottom: 35px;
    width: 70px;
    height: auto;
}
.info-section-1-content {
    max-width: 1200px;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 150px;
}
.info-section-1-content-header h2{
    font-size: 28px;
    margin-bottom: 8px;
}
.info-section-1-content-header span{
    color: #FDF116;
    font-size: 28px;

}
.info-section-1-content-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 500px));
    gap: 2rem;
    justify-content: center;
    padding: 2rem;
}

.info-section-1-content-body-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 30px 30px;
    border-radius: 20px;
    height: 120px;
}

.info-section-1-content-body-item .is-check {
    width: 35px;
    height: auto;
}

.info-section-1-content-body-item p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.info-section-1-content-body-item .highlight {
    background: linear-gradient(
      to top,
      rgba(253, 241, 22, 0.5) 50%,
      transparent 50%
    );
    font-weight: 700;
}
@media (max-width: 1440px) {
    .info-section-1-content {
        padding-bottom: 110px;
    }
    .info-section-1 {
        padding: 60px 20px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    }
    
}
@media (max-width:1280px) {
    .info-section-1-content {
        /* margin-top: 130px; */
    }
}
@media (max-width: 920px) {
    .info-section-1-content-body-item p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .info-section-1 {
        padding: 60px 20px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    }
    .info-section-1-content {
        padding-bottom: 65px;
    }
    .info-section-1-content-body {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    
}
@media (max-width:520px) {
    .info-section-1-content{
        /* margin-top: 230px; */
    }
}
@media (max-width:475px) {
    
    .info-section-1 {
        padding: 60px 20px;
        clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
    }
    .info-section-1-content-body {
        padding: 0px;
    }
    .info-section-1-content {
        padding-bottom: 35px;
    }
}
@media (max-width:450px) {
    .info-section-1 {
        padding: 60px 10px;
    }
    .info-section-1-content-body-item {
        padding: 25px 15px;
        height: auto;
    }
}
@media (max-width:350px) {
    .info-section-1-content-body-item .is-check {
        width: 25px;
        height: auto;
    }
    .info-section-1-content-body-item p {
        font-size: 14px;
    }
    .info-section-1 {
        padding: 60px 5px;
    }
}
@media (max-width:320px) {
    .info-section-1-content-body-item:nth-child(6) p br{
        display: none;
    }
}

.info-section-2{
    min-height: 1200px;
    background-color: #fff;
    background-image: url('../images/info-section-2/is-2-item-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 1rem;
    position: relative;
    margin-top: 30px;
}
.info-section-2-inner{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}
.info-section-2 .is-2-main-heading{
    text-align: center;
}
.info-section-2 .is-2-heading{
    width: 700px;
    height: auto;
}
.is-2-main-heading-2{
    text-align: center;
    margin-top: 50px;
}
.is-2-main-heading-2 h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.is-2-main-heading-2 span{
    color: #0B5FD8;

}
.is-2-item-group {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.is-2-item-group-item{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    width: 30%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    min-height: 590px;
}
img.is-2-item-group-item-image {
    width: 100%;
    height: auto;
}
.is-2-item-group .is-2-item-group-item-heading{
    color: #0B5FD8;
    font-size: 24px;
}
.is-2-item-group .is-2-item-group-item-text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.is-2-item-group-item-text .highlight {
    background: linear-gradient(
      to top,
      rgba(253, 241, 22, 0.5) 50%,
      transparent 50%
    );
    font-weight: 700;
}
.is-2-bottom-text{
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    color: white;
}
p.is-2-bottom-text-1 {
    background: #0156D2;
    width: fit-content;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
}
p.is-2-bottom-text-2 {
    background: #0156D2;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 15px 15px 20px;
    margin-top: -2px;
}
@media (max-width: 1080px) {
    .is-2-item-group {
        justify-content: space-between;
    }
    .is-2-item-group-item{
        width: 33%;
    }
}
@media (max-width: 980px) {
    .is-2-item-group {
        flex-direction: column;
        gap: 40px;
    }
    .is-2-item-group-item {
        width: 60%;
        min-height: unset;
    }
    

}
@media (max-width: 768px) {
    .info-section-2 .is-2-heading{
        width: 100%;
    }
}

@media (max-width: 575px) {
    .is-2-item-group-item {
        width: 80%;
    }
}

@media (max-width: 520px) {
    .is-2-main-heading-2 h2{
        font-size: 30px;
    }
}
@media (max-width: 475px) {
    .is-2-item-group-item {
        width: 100%;
    }
}
@media (max-width: 410px) {
    .is-2-item-group .is-2-item-group-item-heading{
        font-size: 20px;
    }

}
@media (max-width: 355px) {
    .is-2-item-group-item:nth-child(1) h3.is-2-item-group-item-heading br {
        display: none;
    }
    .is-2-item-group-item:nth-child(2) h3.is-2-item-group-item-heading br {
        display: none;
    }
    .is-2-item-group-item:nth-child(3) h3.is-2-item-group-item-heading br {
        display: none;
    }
}




/* for ph-feature */
.ph-features {
    min-height: 1200px;
    background-color: #fff;
    background-image: url(../images/features/features-bg.png);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
}
.ph-features .ph-features-inner-heading{
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.ph-features .ph-features-inner{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ph-features-inner-heading h2{
    font-size: 40px;
    margin-bottom: 0px;
}
.ph-features-inner-heading p{
    font-size: 35px;
    margin-bottom: 20px;
    color: #0b5fd8;
}
.ph-features-inner-heading span{
    font-size: 50px;
    margin-right: 10px;
}
.ph-features-inner-content{
    margin-top: 40px;
}
.ph-features-inner-content-item{
    min-height: 300px;
    width: 100%;
    padding-right: 20%;
    margin-top: 50px;
}
.ph-features-inner-content-item-inner{
    min-height: 300px;
    background-color: #fff;
    padding: 40px 16% 40px 20%;
    display: flex;
    align-items: center;


}
.ph-features-image-container{
    width: 35%;
    height: 250px;
}
.ph-features-image-container .ph-features-image-container-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ph-features-inner-content-item-text{
    width: 65%;
    padding-left: 30px;
    padding-right: 35px;
}
.ph-features-inner-content-item-text-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0b5fd8;
    border-bottom: 2px dashed;
    padding-bottom: 12px;
}
.ph-features-inner-content-item-text-heading h2{
    font-size: 30px;
    font-weight: 600;
}
.ph-features-inner-content-item-text-heading img{
    width: auto;
    height: auto;
}
.ph-features-inner-content-item-text-body p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ph-features-inner-content-item-text-body .highlight {
    background: linear-gradient(
      to top,
      rgba(253, 241, 22, 0.5) 50%,
      transparent 50%
    );
    font-weight: 700;
}
.ph-features-inner-content-item:nth-child(even) {
    padding-right: 0%;
    padding-left: 20%;
}
.ph-features-inner-content-item:nth-child(odd) .ph-features-inner-content-item-inner{
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
        padding:40px 60px 40px 30px;
        

}

.ph-features-inner-content-item:nth-child(even) .ph-features-inner-content-item-inner{
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    flex-direction: row-reverse;
    padding: 40px 30px 40px 60px;
}
.ph-features-inner-content-item:nth-child(even) .ph-features-inner-content-item-text{
    padding-left: 35px;
    padding-right: 30px;
}

.ph-features-inner-content-item:nth-child(5) .ph-features-inner-content-item-text{
   padding-right: 20px;
}
@media (max-width:1780px) {
    
  
    
}
@media (max-width:1200px) {
    .ph-features-inner-content-item:nth-child(odd) {
        padding-right: 10%;
    }
    .ph-features-inner-content-item:nth-child(even){
        padding-left: 10%;
    }
}
@media (max-width:920px) {
    .ph-features-inner-content-item:nth-child(odd) .ph-features-inner-content-item-inner {
        /* padding: 40px 15% 40px 5%; */
    }
    .ph-features-inner-content-item:nth-child(even) .ph-features-inner-content-item-inner{
        /* padding: 40px 5% 40px 15%; */

    }
    .ph-features-inner-content-item:nth-child(odd) {
        padding-right: 20px;
    }
    .ph-features-inner-content-item:nth-child(even) {
        padding-left: 20px;
    }
}
@media (max-width:768px) {
    .ph-features-inner-content-item:nth-child(even) .ph-features-inner-content-item-inner {
        flex-direction: column;
    }
    .ph-features-inner-content-item:nth-child(odd) .ph-features-inner-content-item-inner {
        flex-direction: column;
    }
    .ph-features-image-container {
        width: 100%;
        height: 250px;
    }
    .ph-features-inner-content-item-text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media (max-width:575px) {
    .ph-features-inner-content-item:nth-child(odd) .ph-features-inner-content-item-inner {
        border-top-right-radius: 300px;
        border-bottom-right-radius: 70px;
        padding: 40px 5% 40px 5%;
    }
    .ph-features-inner-content-item:nth-child(even) .ph-features-inner-content-item-inner {
        border-top-left-radius: 300px;
        border-bottom-left-radius: 70px;
        padding: 40px 5% 40px 5%;
    }

}

@media (max-width:475px) {
    .ph-features-inner-content-item-text-heading h2 {
        font-size: 20px;
    }
    .ph-features-inner-content-item-text-heading {
        gap: 15px;
    }

    .ph-features-inner-content-item:nth-child(1) .ph-features-inner-content-item-inner .ph-features-inner-content-item-text-heading img{
        width: 20px;
        
    }
    .ph-features-inner-content-item:nth-child(2) .ph-features-inner-content-item-inner .ph-features-inner-content-item-text-heading img{
        width: 30px;
    }
    .ph-features-inner-content-item:nth-child(3) .ph-features-inner-content-item-inner .ph-features-inner-content-item-text-heading img{
        width: 30px;
    }
    .ph-features-inner-content-item:nth-child(4) .ph-features-inner-content-item-inner .ph-features-inner-content-item-text-heading img{
        width: 35px;
    }
    .ph-features-inner-content-item:nth-child(5) .ph-features-inner-content-item-inner .ph-features-inner-content-item-text-heading img{
        width: 35px;
    }
}


/* for client reviewss  */
.client-reviews-section-inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.client-reviews-section-inner-heading {
    text-align: center;
    margin-bottom: 150px;
}
.client-reviews-section-inner-heading h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.client-reviews-section-inner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 90px; /* spacing between items */
    margin: 0 auto;
    width: fit-content;
}
.client-reviews-section-inner-content-item{
    position: relative;
    
}
.client-reviews-section-inner-content-item-inner{
    min-height: 450px;
    background-color: #fff;
    width: 400px;
    padding: 80px 40px 40px 40px;
    position: relative;
    border-radius: 10px;
}
.client-reviews-section-inner-content-item-inner-text p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.9;

}
.client-reviews-section-inner-content-item-inner-name {
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.client-reviews-section-inner-content-item-inner-name p{
    font-family: 'Noto Sans JP', sans-serif;
    color: #0B5FD8;
    font-size: 18px;
}
.client-reviews-section-inner-content-item-inner-image {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 170px; /* or whatever fixed width you need */
}
.client-reviews-section-inner-content-item-inner-image img{
    width: 100%;
    height: auto;
}


.client-reviews-section-inner-content.item-2 {
    margin-top: 170px;
}
.client-reviews-section-inner-content.item-3 {
    margin-top: 170px;
}


.client-reviews-section-inner-content.item-2 .client-reviews-section-inner-content-item-inner{
    min-height: 420px;
}
.client-reviews-section-inner-content.item-3 .client-reviews-section-inner-content-item-inner{
    min-height: 500px;
}
.cr-bottom-text{
    margin-top: 80px;
}
.cr-bottom-text .cr-bottom-text-1{
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
    color: #1E6AFF;
    font-size: 30px;
}
.cr-bottom-text .cr-bottom-text-2{
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 15px 15px 20px;
    color: #1E6AFF;
    font-size: 30px;
}
.cr-bottom-image {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;

}
.cr-bottom-image img{
    width: 100%;
    height: auto;

}
.cr-lines-bottom img.reviews-line {
    width: 100%;
    margin-top: -10px;
}

@media (max-width: 1080px) {
    /* .cr-bottom-image{
        width: 100%;
    } */
}
@media (max-width:920px) {
    .client-reviews-section-inner-content {
        gap: 25px;
    }
    .client-reviews-section-inner-content-item-inner {
        width: 370px;
    }
    .cr-lines-bottom img.reviews-line {
       height: 30px;
       object-fit: cover;
       
    }
}
@media (max-width:800px) {
    .client-reviews-section-inner-content {
        gap: 175px;
    }
    .client-reviews-section-inner-content-item-inner {
        width: 70%;
        margin: 0 auto;
        min-height: unset;
        height: fit-content;
        padding-bottom: 80px;
    }
    .client-reviews-section-inner-content.item-2 .client-reviews-section-inner-content-item-inner{
        min-height: unset;
    }
    .client-reviews-section-inner-content.item-3 .client-reviews-section-inner-content-item-inner{
        min-height: unset;
    }
    

}

@media (max-width: 620px) {
    .cr-bottom-text .cr-bottom-text-1 {
        font-size: 20px;
    }
    .cr-bottom-text .cr-bottom-text-2 {
        font-size: 20px;
    }

}
@media (max-width: 575px) {
    .client-reviews-section-inner-content-item-inner {
        width: 100%;

    }
    .client-reviews-section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media (max-width: 520px) {
    .client-reviews-section-inner-heading h2{
        font-size: 30px;
    }
  
}
@media (max-width:475px) {
    .cr-bottom-text .cr-bottom-text-1 {
        font-size: 16px;
    }
    .cr-bottom-text .cr-bottom-text-2 {
        font-size: 16px;
    }
}



/* for long yellow-section */
.long-yellow-section {
    background-color: #FFFEE7; min-height: 1000px;
}

/* for consulation section */
.consultation-section-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 150px;
}

.consultation-section-inner-heading {
    text-align: center;
    margin-bottom: 50px;
}

.consultation-section-inner-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.consultation-section-inner-content {
    display: grid; /* Using grid layout */
    grid-template-columns: repeat(3, 1fr); /* 3 columns of equal width */
    gap: 20px;
    row-gap: 60px; /* Increase the vertical gap */

    justify-content: center;
}

.consultation-section-inner-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.consultation-section-inner-content-item img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.consultation-section-inner-content-item h3 {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    color: #0156D2;
}
.consultation-section-bottom-image {
    text-align: center;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.consultation-section-bottom-image img{
    width: 100%;
    max-width: 800px;
}
.consultation-section-bottom-image img.bottom-image-desktop {
    display: block;
    margin: 0 auto;
}
.consultation-section-bottom-image img.bottom-image-mobile{
    display: none;
    margin: 0 auto;

}
@media (max-width:900px) {
    .consultation-section-inner-content {
        grid-template-columns: repeat(2, 1fr);

    }
}
@media (max-width: 575px) {
    .consultation-section-inner-content-item img {
        width: 150px;
        height: 150px;
    }
    .consultation-section-inner-content{
        row-gap: 40px;
    }
    .consultation-section-bottom-image img.bottom-image-desktop {
        display: none;
    }
    .consultation-section-bottom-image img.bottom-image-mobile{
        display: block;
    }

}
@media (max-width: 520px) {
    .consultation-section-inner-heading h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .consultation-section-inner-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .consultation-section-inner-content-item img {
        /* width: 200px; */
        /* height: 200px; */
    }
    .consultation-section-inner-content {
        row-gap: 50px;
    }
}


/* for about us */
.about-us-section{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 100px;
}
.about-us-section-inner-heading{
    text-align: center;
    margin-bottom: 45px;
}
.about-us-section-inner-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.about-us-section-inner{

}
.about-us-section-inner-content-inner{
    background-color: white;
    min-height: 400px;
    padding: 40px 100px;
    border-radius: 20px;
    box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.15);

}
.about-us-section-inner-content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.9;
}
.about-us-section-inner-content p .highlight-no-yellow{
    color: #0B5FD8;
    font-weight: 700;
}
.about-us-section-inner-content .highlight{
    font-weight: 700;
    width: fit-content;
    color: #0156D2;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-us-section-inner-content .highlight .span-highlight{
    background: linear-gradient(
        to top,
        rgba(253, 241, 22, 0.5) 50%,
        transparent 50%
      );

}
.about-us-section-logo-bottom {
    text-align: right;
}
img.about-us-section-logo-bottom-image {
    width: 100%;
    max-width: 280px;
    margin-top: 30px;
}
@media (max-width:1240px) {
    .about-us-section-inner-content-inner {
        padding: 40px 40px;
    }
    .about-us-section-inner-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 520px) {
    .about-us-section-inner-content {
        padding-left: 10px;
        padding-right: 10px;
    }

}




/* steps consultation section */
.steps-consultation-section{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 100px;
}
.steps-consultation-section-inner-heading{
    text-align: center;
    margin-bottom: 45px;
}
.steps-consultation-section-inner-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0B62D9;
}
img.consultation-blue-heading {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}
.steps-consultation-image-container-desktop{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.steps-consultation-image-container-desktop img{
    width: 100%;
    height: auto;
}
.steps-consultation-image-container-mobile{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.steps-consultation-image-container-mobile img{
    width: 80%;
    display: none;
    margin: 0 auto;
}




@media (max-width: 575px) {
    img.consultation-blue-heading {
        width: 100%;
        max-width: 250px;
        margin-bottom: 5px;
    }
    .steps-consultation-section-inner-heading h2 {
        font-size: 30px;
    }
    .steps-consultation-image-container-mobile img{
        display: block;
    }
    .steps-consultation-image-container-desktop img{
        display: none;
    }
}
@media (max-width: 520px) {
    .steps-consultation-image-container-mobile img{
        width: 90%;

    }
}
@media (max-width: 420px) {
    .steps-consultation-image-container-mobile img{
        width: 100%;
    }
}


/* for image gallery swiper  */
.swiper {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-gallery-section {
    /* height: 400px; */
    padding: 20px 0;
    background: #FFFEE7;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #0066CC;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0066CC;
}
.swiper-image-gallery .swiper-slide {
        width: 55%; /* You can adjust this (e.g., 80%, 60%) */
    }
      .swiper-image-gallery {
    width: 100%;
    padding: 0 10px; /* Add horizontal padding if needed */
@media (max-width: 575px) {
    .image-gallery-section {
        height: auto;
    }
   
}
@media (max-width: 520px) {
    
  
}
 /* .swiper-slide img {
        height: 400px;

    }
    .image-gallery-section {
    padding-left: 5px;
    padding-right: 5px;
}
.image-gallery {
    padding-left: 5px;
    padding-right: 5px;
} */
}

/* for line cta section  */
.line-cta-section{
    width: 100%;
    background-image: url(../images/hero/bg-hero-yellow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-top: -5px;
}
.line-cta-section-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
.line-cta-section-inner .line-cta-image{
    max-width: 555px;
    width: 100%;
    height: auto;
        transition: transform 0.3s ease;
}
.line-cta-section-inner .line-cta-image:hover{
    transform: scale(1.02);
}
@media (max-width: 520px) {
    .line-cta-section-inner {
        font-size: 12px;
    }
}



/* for faq section */
.faq-section {
    padding-top: 100px;
    background: #FFFEE7;
}
.faq-section-inner-content{
    font-family: 'Noto Sans JP', sans-serif;
}
.faq-section-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.faq-section-inner .faq-section-inner-heading  {
    text-align: center;
    margin-bottom: 45px;
}
.faq-section-inner .faq-section-inner-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

  
.FAQ-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
}
  
.FAQ-item {
    border: 1px solid #9ec2ff;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}
  
.FAQ-question {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    text-align: left;
    border: none;
    background: #f5faff;
    color: #0b62d9;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
  
.FAQ-question:hover {
    background: #e0f0ff;
}
  
.FAQ-answer {
    padding: 15px;
    background: #fff;
    display: none;
    border-top: 1px solid #ddd;
    font-weight: 500;
}
span.FAQ-icon {
    float: right;
    font-size: 25px;
    font-weight: 500;
}
span.FAQ-question-number {
    font-size: 20px;
}
@media (max-width:2040px) {
    .faq-section-inner-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 520px) {
    .faq-section-inner .faq-section-inner-heading h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}



/* for lastly-section */
.lastly-section{
    background-color: #fff;
    padding: 100px 0;
    min-height: 90vh;
    background-image: url(../images/line/lastly-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lastly-section-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.lastly-section-inner-heading {
    text-align: center;
    margin-bottom: 45px;
}
.lastly-section-inner-heading h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.lastly-section-inner-content {
    width: fit-content;
    margin: 0 auto;
    background: white;
    padding: 50px 60px;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 20px;
    box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.15);

}
.lastly-section-inner-content p{
    
    font-size: 18px;
    font-weight: 600;
    line-height: 2.5;
    
    text-align: center;
}
.lastly-section-inner-content p .highlight{
    background: linear-gradient(
        to top,
        rgba(253, 241, 22, 0.5) 50%,
        transparent 50%
      );
      font-weight: 700;
}

img.lines-curve {
    width: 80px;
    height: auto;
}
@media (max-width:768px) {
    .lastly-section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lastly-section-inner-content p {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.5;
        text-align: left;
    }
    .lastly-section-inner-content {
        padding: 30px 25px;
    }
}




/* Footer */

footer {
    text-align: center;
    padding: 2rem 0;
    background-color: #ffffff;
    color: white;
    width: 100%;
}
footer .footer-inner {
    text-align: center;
    color: #323232;
}
footer .footer-inner img.footer-logo {
    width: 220px;
    height: auto;
}
/* Print Styles */
@media print {
    .hero {
        background: none;
        min-height: auto;
    }

    .hero-airplane,
    .hero-person-left,
    .hero-person-right,
    .hero-person-right-2
    .hero-suitcase,
    .hero-yen,
    .hero-building {
        display: none;
    }
}

