html{
    margin-top: 0 !important;
}
.fixbtns {
    display: none;
}

.page .header, .event .header, .service .header {
    display: none !important;
}
.page {
    padding-top: 0 !important;
}
@media only screen and (max-width: 640px) {
    .page {
        padding-top: 0;
    }
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.beige_bg{
    background: #F6F4ED;
}
.yellow_bg{
    background: #FFDE00;
}
body{
    margin: 0;
}
h2,p,span,h3,h1,h4{
    margin: 0;
    font-family: "Noto Sans JP";
    font-style: normal;
}
a{
    text-decoration: none;
}
.section_main{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.section_main .title{

}
.section_main .title h2{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 160%; /* 80px */
    letter-spacing: 5px;
}
.section_main .title h2 > br{

}
.section_main .title h2 span{
    color: #181818;
    font-size: 38px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 3.8px;
}
/* .section_main .title h2 span br{
    display: none;
} */


/* button general */
.orange_btn_n{

    display: flex;

    display: flex;
    width: 100%;
    max-width: 510px;
    height: 88px;
    padding: 0 60px;
    justify-content: center;
    align-items: center;

    border-radius: 72px;
    background: #FF6B00;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);

    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 35px */
    letter-spacing: 2.5px;

    animation: pikupiku 1.8s infinite;
}
.orange_btn_n:hover{
    /* opacity: .5; */
    cursor: pointer;
    background: #af4900;
    transition: all .3s;
}
/* button general end */

/* fvbox */
.fvbox{
    display: flex;
    width: 100%;
    padding-top: 133px;
    align-items: center;
    padding-bottom: 101px;

    background-image: url(../images/2026/bg_lp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.fvbox .logo_fv{
    position: absolute;
    top:29px;
    left: 40px;
}
.fvbox .logo_fv img{
    display: block;
    width: 140px;
    height: auto;
}
.fvbox .toptxtbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #181818;
    padding-top: 74px;
    padding-bottom: 64px;
    width: 95%;
    max-width: 896px;
    position: relative;
    gap: 40px;
}
.fvbox .toptxtbox .ribbon_top{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 4.4px;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFDE00;
    width: fit-content;
    top: -40px;
    position: absolute;
}
.fvbox .toptxtbox h1{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 62px;
    font-weight: 700;
    line-height: 140%; /* 86.8px */
    letter-spacing: 6.2px;
}
.fvbox .toptxtbox h1 .sp_br{
    display: none;
}
.fvbox .toptxtbox .btnbox{
    display: flex;
    max-width: 510px;
    width: 95%;
    z-index: 2;
}
.fvbox .toptxtbox .btnbox a{
    font-size: 25px;
    line-height: 140%; /* 35px */
    letter-spacing: 2.5px;
    padding: 0;
}

.fvbox .toptxtbox .peoplebg{
    display: flex;
    width: 100%;
    justify-content: space-between;
    bottom: 0;
    position: absolute;
}
.fvbox .toptxtbox .peoplebg img{

}
.fvbox .toptxtbox .btnbox a br{
    display: none;
}

@media screen and (max-width: 880px) {
    .fvbox .toptxtbox h1 .sp_br{
        display: block;
    }
    .fvbox .toptxtbox {
        padding-bottom: 0;
        width: 85.6%;
    }
    .fvbox .toptxtbox .peoplebg {
        position: relative;
    }
    .fvbox .logo_fv{
        top: 16px;
        left: 24px;
    }
    .fvbox .logo_fv img{
        width: 100px;
    }
}

@media screen and (max-width: 600px) {
    .fvbox {
        padding-top: 83px;
        padding-bottom: 68px;
    }
    .fvbox .logo_fv img{
        width: 70px;
    }
    .fvbox .toptxtbox{
        padding-top: 48px;
        gap: 32px;
    }
    .fvbox .toptxtbox h1  {
        font-size: 38px;
        line-height: 140%;
        letter-spacing: 3.8px;
    }
    .fvbox .toptxtbox h1 > span{
        font-size: 50px;
        line-height: 140%; /* 70px */
        letter-spacing: 5px;
    }
    .fvbox .toptxtbox h1 .mini{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 3.2px;
    }
    .fvbox .toptxtbox .ribbon_top {
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 1.8px;
        top: -22px;
    }
    .fvbox .toptxtbox .btnbox {
        justify-content: center;
    }
    .fvbox .toptxtbox .btnbox a {
        font-size: 18px;
        letter-spacing: 1.8px;
        height: 70px;
        max-width: 280px;
    }
    .fvbox .toptxtbox .btnbox a br{
        display: block;
    }

    .fvbox .toptxtbox .peoplebg img {
        height: 117px;
    }
}

/* fvbox end */



.section_main .cols{
    display: flex;
    max-width: 1160px;
    gap: 40px;
    width: 95%;
}
.section_main .cols .txtbox{
    
}
.section_main .cols .txtbox h3{

}

/* section2 */
.sectionsub_2{
    padding-top: 80px;
    padding-bottom: 24px;
}
.sectionsub_2 .section_main{
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.sectionsub_2 .section_main .title{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sectionsub_2 .section_main .title h2{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 5px;
    line-height: normal;
    display: flex;
    flex-direction: column;
}
.sectionsub_2 .section_main .title h2 span{
    
}
.sectionsub_2 .section_main .title h2 span br{
    display: none;
}
.sectionsub_2 .section_main .title p{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
}
.sectionsub_2 .section_main .title p span{
    box-shadow: inset 0px -10px 0px #FFDE00; 
    font-weight: 700;
}

.sectionsub_2 .section_main .cols{
    display: flex;
    width: 95%;
    max-width: 1160px;
}
.sectionsub_2 .section_main .cols .txtbox{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sectionsub_2 .section_main .cols .txtbox h3{
    color: #181818;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-weight: 700;
    line-height: 180%; /* 57.6px */
    letter-spacing: 3.2px;
}
.sectionsub_2 .section_main .cols .txtbox p{
    color: #181818;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
}
.sectionsub_2 .section_main .cols .txtbox p span{
    box-shadow: inset 0px -10px 0px #FFDE00; 
    font-weight: 700;
}
.sectionsub_2 .section_main .cols .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 374px;
}
.sectionsub_2 .section_main .cols .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}

.sectionsub_2 .section_main .arrowbox{
    position: relative;
    display: flex;
    justify-content: center;
    width: 95%;
}
.sectionsub_2 .section_main .arrowbox h3{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 38px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 3.8px;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.sectionsub_2 .section_main .arrowbox svg{
    
}

@media screen and (max-width:950px) {
    .sectionsub_2 .section_main .title h2 span br{
        display: block;
    }
}

@media screen and (max-width:880px) {
    .sectionsub_2 .section_main .cols {
        width: 91.47%;
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
    }
    .sectionsub_2 .section_main .cols .txtbox h3 {
        text-align: center;
    }
    .sectionsub_2 .section_main .title {
        width: 91.47%;
    }
    .sectionsub_2 .section_main .title p {
        text-align: unset;
    }
}
@media screen and (max-width:850px) {
    .sectionsub_2 .section_main .title h2{
        font-size: 22px;
        line-height: 160%;  
        letter-spacing: 2.2px;
    }
    .sectionsub_2 .section_main .title h2 span{
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1.8px;
    }
    .sectionsub_2 .section_main .cols .txtbox h3 {
        font-size: 18px;
        line-height: 180%; /* 32.4px */
        letter-spacing: 1.8px;
    }
}
@media screen and (max-width:780px) {
    .sectionsub_2 .section_main .arrowbox h3 {
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 1.8px;
    }
    .sectionsub_2 .section_main .arrowbox svg {
        max-width: 290px;
        aspect-ratio: 640 / 170;
        display: block;
        width: 100%;
        height: auto;
    }
}

/* section2 end */

/* section3 */
.sectionsub_3{
    padding-bottom: 80px;
    padding-top: 64px;
}
.sectionsub_3 .section_main{
    gap: 40px;
}
.section_main .cols_yb{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    row-gap: 64px;
    width: 95%;
    max-width: 1160px;
}
.section_main .cols_yb .itm{
    display: flex;
    max-width: 560px;
    /* padding: 64px 40px 40px 40px; */
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;

    border-radius: 15px;
    background: #F6F4ED;
    position: relative;
}
.section_main .cols_yb .itm .itm_inner{
    display: flex;
    padding: 64px 40px 40px 40px;
}
.section_main .cols_yb .itm .itm_inner h3{
    color: #181818;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%; /* 36.4px */
    letter-spacing: 2.6px;
}
.section_main .cols_yb .itm .y_circle{
    display: flex;
    flex-direction: column;
    border-radius: 61.111px;
    background: #FFDE00;
    width: 100%;
    max-width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50.5px;
}
.section_main .cols_yb .itm .y_circle .parttxt{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%; /* 18px */
    letter-spacing: 0.72px;
}
.section_main .cols_yb .itm .y_circle .num{
    color: #181818;
    font-feature-settings: 'palt' on;
    font-family: Roboto;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 52px */
}
.section_main .cols_yb .itm .itm_inner p{
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
    margin-top: 16px;
    margin-bottom: 24px;
    font-feature-settings: 'palt' on;
}
.section_main .cols_yb .itm .itm_inner{ 
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section_main .cols_yb .itm .itm_inner > div{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    aspect-ratio: 400/214;
    width: 100%;
}
.section_main .cols_yb .itm .itm_inner > div img{
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width:1000px) {
    .section_main .cols_yb .itm .itm_inner {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
    }
}
@media screen and (max-width:880px) {
    .section_main .cols_yb {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        row-gap: 64px;
        width: 91.47%;
        max-width: 1160px;
    }
    .section_main .cols_yb .itm {
        max-width: unset;
    }
}

@media screen and (max-width:600px) {
    .section_main .cols_yb .itm .itm_inner h3{
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 1.8px;
    }
    .section_main .cols_yb .itm .itm_inner p {
        font-size: 14px;
        line-height: 180%; /* 25.2px */
        letter-spacing: 1.4px;
    }
}
@media screen and (max-width:500px) {
    .section_main .cols_yb .itm .y_circle {
        max-width: 60px;
        height: 60px;
        top: -30px;
    }
    .section_main .cols_yb .itm .y_circle .parttxt {
        font-size: 11px;
        line-height: 100%; /* 11px */
        letter-spacing: 0.44px;
    }
    .section_main .cols_yb .itm .y_circle .num {
        font-size: 33px;
        line-height: 100%; /* 33px */
    }
    .section_main .cols_yb .itm .itm_inner {
        padding-top: 36px;
    }
    .section_main .cols_yb {
        row-gap: 40px;
    }
}

/* people introduce subsection */
.intro_cols{
    display: flex;
    gap: 40px;
    width: 95%;
    max-width: 1160px;
}  
.intro_cols .txtbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 432px;
    gap: 8px;
}
.intro_cols .txtbox h3{
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.intro_cols .txtbox p{
    color: #181818;
    /* font-feature-settings: 'palt' on; */
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
    display: flex;
}
.intro_cols .imgbox{
    display: flex;
    width: 100%;
    gap: 16px;
    align-self: center;
}
.intro_cols .imgbox .imgitm{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 160px;
}
.intro_cols .imgbox .imgitm img{
    display: block;
    width: 100%;
    height: auto;
}
.intro_cols .imgbox .imgitm span{
    color: #181818;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.event_infobox{
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1160px;
    gap: 8px;
}
.event_infobox h3{
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.event_infobox .eventbox{
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border: 1px solid #181818;
    background: #FFF;
}
.event_infobox .eventbox .boxinner{
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}
.event_infobox .eventbox .boxinner > div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}
.event_infobox .eventbox .boxinner > div > p{
    color: #181818;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
}
.event_infobox .eventbox .boxinner > div > p span{
    color: #181818;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
}

@media screen and (max-width:880px) {
    .intro_cols {
        flex-direction: column;
        width: 91.47%;
    }
    .intro_cols .txtbox {
        max-width: unset;
    }
    .intro_cols .imgbox {
        justify-content: center;
        gap: 5px;
    }

    .event_infobox {
        width: 91.47%;
    }
    .event_infobox .eventbox .boxinner {
        flex-direction: column;
        gap: 32px;
    }
    .event_infobox .eventbox .boxinner > div {
        width: unset;
    }

    .event_infobox .eventbox {
        padding: 16px;
        gap: 32px;
    }
    
    .event_infobox .eventbox .boxinner > div > p {
        font-size: 14px;
        line-height: 180%; /* 25.2px */
        letter-spacing: 1.4px;
    }
    .event_infobox .eventbox .boxinner > div > p span {
        font-size: 14px;
        line-height: 180%; /* 25.2px */
    }
}
@media screen and (max-width:550px) {
    .intro_cols .imgbox .imgitm span {
        font-size: 10px;
        font-weight: 400;
        line-height: 140%; /* 14px */
        letter-spacing: -0.2px;
    }
}

/* section3 end */

/* section4 start */
.sectionsub_4{

}
.sectionsub_4 .section_main{
    padding-top: 64px;
    padding-bottom: 120px;
    position: relative;
}
.sectionsub_4 .section_main .title{
    display: flex;
    gap: 16px;
    align-items: end;
}
.sectionsub_4 .section_main .title h2{
    color: #FF6B00;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 34px;
    font-weight: 700;
    line-height: 140%; /* 47.6px */
    letter-spacing: 3.4px;
}
.sectionsub_4 .section_main .title svg{

}
.sectionsub_4 .section_main .subbox{
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1150px;
}
.sectionsub_4 .section_main .subbox .whtopbox{
    display: flex;
    gap: 24px;
    justify-content: center;
}
.sectionsub_4 .section_main .subbox .whtopbox .imgbox{
    display: flex;
    align-items: end;
}
.sectionsub_4 .section_main .subbox .whtopbox .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.sectionsub_4 .section_main .subbox .whtopbox .txtbox{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 24px;
}
.sectionsub_4 .section_main .subbox .whtopbox .txtbox h3{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: 2.8px;
}
.sectionsub_4 .section_main .subbox .whtopbox .txtbox span{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%; /* 70px */
    letter-spacing: 5px;
}
.sectionsub_4 .section_main .subbox .whtopbox .txtbox span br{
    display: none;
}
.sectionsub_4 .section_main .txtbox_sp{
    display: none;
}
.sectionsub_4 .section_main .subbox .whbox{
    max-width: 1150px;
    /* width: 95%; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #FFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.10);
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner{
    padding: 32px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner h4{
    color: #181818;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 2px;
    margin: 0;
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner h4 br {
    display: none;
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms div{
    display: flex;
    padding-top: 24px;
    gap: 8px;
    border-top: 1px dashed rgba(24, 24, 24, 0.30);
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms div svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
}
.sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms div span{
    color: #181818;
    text-align: justify;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: 1.2px;
}

.sectionsub_4 .section_main .btnbox{
    display: flex;
    padding-top: 48px;
    align-items: center;
    z-index: 2;
}
.sectionsub_4 .section_main .btnbox a{
    max-width: 540px;
    padding: 0 48px;
}
.sectionsub_4 .section_main .btnbox a br{
    display: none;
}
.builds_bgimg {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    justify-items: center;
}
.builds_bgimg img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 1400px;
    min-width: 1400px;
}

@media screen and (max-width:930px) {
    .sectionsub_4 .section_main .subbox .whtopbox .txtbox span br{
        display: block;
    }
    .sectionsub_4 .section_main .subbox .whtopbox .txtbox h3 {
        display: none;
    }
    .sectionsub_4 .section_main .txtbox_sp{
        display: flex;
    }
    
    .sectionsub_4 .section_main .subbox .whtopbox .txtbox {
        padding-top: 0;
    }
    .sectionsub_4 .section_main .txtbox_sp h3{
        color: #181818;
        text-align: center;
        font-feature-settings: 'palt' on;
        font-size: 28px;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
        letter-spacing: 2.8px;
    }
}
@media screen and (max-width:880px) {
    .sectionsub_4 .section_main .subbox {
        width: 91.47%;
    }
    .sectionsub_4 .section_main .subbox .whbox .whbox_inner{
        padding: 16px 16px;
        gap: 16px;
    }
    .sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms {
        gap: 16px;
    }
}

@media screen and (max-width:680px) {
    .sectionsub_4 .section_main .txtbox_sp h3{
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    .sectionsub_4 .section_main .subbox .whtopbox .txtbox span {
        font-size: 26px;
        line-height: 140%; /* 36.4px */
        letter-spacing: 2.6px;
    }
    .sectionsub_4 .section_main .subbox .whbox .whbox_inner .itms div span {
        font-size: 14px;
        line-height: 140%; /* 19.6px */
        letter-spacing: 0.7px;
    }
    .sectionsub_4 .section_main .subbox .whtopbox .txtbox {
        justify-content: center;
    }
    .sectionsub_4 .section_main .title h2{
        font-size: 16px;
        line-height: 140%; /* 22.4px */
        letter-spacing: 1.6px;
    }
    .sectionsub_4 .section_main .title svg {
        width: 21.428px;
        height: 30px;
    }
    .sectionsub_4 .section_main {
        padding-top: 56px;
        padding-bottom: 64px;
    }
    .builds_bgimg img {
        min-width: 800px;
    }
    .sectionsub_4 .section_main .subbox .whbox .whbox_inner h4 br {
        display: block;
    }
}
@media screen and (max-width:600px) {
    .sectionsub_4 .section_main .subbox .whtopbox .imgbox img {
        max-height: 78px;
    }
    .sectionsub_4 .section_main .subbox .whtopbox {
        padding-top: 8px;
        gap: 8px;
    }
    .sectionsub_4 .section_main .btnbox a br{
        display: block;
    }
    .sectionsub_4 .section_main .btnbox a{
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 1.8px;
        height: 70px;
    }
    .sectionsub_4 .section_main .btnbox {
        padding-top: 24px;
    }
    .sectionsub_4 .section_main .subbox .whbox .whbox_inner h4 {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
}
@media screen and (max-width: 374px) {
    .sectionsub_4 .section_main .btnbox a {
        font-size: 15px;
    }
}

/* section4 end */

.section_faq{
    padding-top: 80px;
    padding-bottom: 96px;
}
.section_faq .section_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}
.section_faq .section_main h2{
    color: #181818;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%; /* 61.6px */
    letter-spacing: 1.32px;
}

.section_faq .section_main .faq_cols{
    display: flex;
    width: 95%;
    max-width: 1200px;
    flex-direction: column;
    gap: 56px;
}
.section_faq .section_main .faq_cols .itm{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section_faq .section_main .faq_cols .itm .itm_title{
    display: flex;
    gap: 16px;
}
.section_faq .section_main .faq_cols .itm .itm_title span{
    background: #FFDE00;
    display: flex;
    min-width: 40px;
    height: 40px;
    padding-top: 3.5px;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #181818;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.section_faq .section_main .faq_cols .itm .itm_title h4{
    color: #181818;
    font-feature-settings: 'palt' on;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: 2.4px;
}
.section_faq .section_main .faq_cols .itm p{
    color: #181818;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;

    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    border: 1px solid #181818;
}

@media screen and (max-width:880px) {
    .section_faq .section_main .faq_cols {
        width: 91.47%;
        gap: 32px;
    }
}

@media screen and (max-width:780px) {
    .section_faq{
        padding-top: 56px;
        padding-bottom: 64px;
    }
    .section_faq .section_main h2 {
        font-size: 24px;
        line-height: 140%; /* 33.6px */
        letter-spacing: 0.72px;
    }
    .section_faq .section_main .faq_cols .itm .itm_title h4 {
        font-size: 16px;
        line-height: 140%; /* 22.4px */
        letter-spacing: 1.6px;
    }
    .section_faq .section_main .faq_cols .itm .itm_title {
        align-items: center;
    }
    .section_faq .section_main .faq_cols .itm .itm_title span {
        min-width: 26px;
        height: 26px;

        font-size: 17.333px;
        line-height: 100%; /* 17.333px */
    }
    .section_faq .section_main .faq_cols .itm p {
        font-size: 14px;
        line-height: 180%; /* 25.2px */
        letter-spacing: 1.4px;
    }
}


.ylineblock{
    display: flex;
    flex-direction: column;
}
.ylineblock h2{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    color: #181818;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%; /* 61.6px */
    letter-spacing: 1.32px;
    background: #FFDE00;
}
@media screen and (max-width:780px) {
    .ylineblock h2{
        font-size: 20px;
        line-height: 130%; /* 26px */
        letter-spacing: 0.6px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .ylineblock svg{
        width: 54px;
        height: 22px;
    }
}

/* bottom cta */
.cta_bottom{
    padding-top: 56px;
    padding-bottom: 72px;
}
.cta_bottom .section_main{
    gap: 24px;
}
.cta_bottom .section_main .title{
    display: flex;
    gap: 16px;
    align-items: flex-end;
}
.cta_bottom .section_main .title h2{
    color: #181818;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 140%; /* 53.2px */
    letter-spacing: 3.8px;
}
.cta_bottom .section_main .whbox{
    display: flex;
    gap: 32px;
    border-radius: 15px;
    background: #FFF;
    width: 95%;
    justify-content: center;
    max-width: 1220px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cta_bottom .section_main .whbox .imgico{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_bottom .section_main .whbox .imgico img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 230 / 230;
}
.cta_bottom .section_main .whbox .txtbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 530px;
    align-items: center;
    text-align: center;
}
.cta_bottom .section_main .whbox .txtbox span{
    color: #181818;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}
.cta_bottom .section_main .whbox .txtbox a{
    max-width: unset;
    padding: 0;
}
.cta_bottom .section_main .whbox .txtbox .sp_br{
    display: none;
}
.cta_bottom .section_main .whbox .txtbox a br{
    display: none;
}

@media screen and (max-width:880px) {
    .cta_bottom .section_main .whbox .imgico {
        position: absolute;
    }
    .cta_bottom .section_main {
        gap: 90px;
    }
    .cta_bottom .section_main .whbox {
        position: relative;
        padding-top: 72px;
        width: 91.47%;
    }
    .cta_bottom .section_main .whbox .ico_left{
        width: 80%;
        top: -72px;
        justify-content: start;
    }
    .cta_bottom .section_main .whbox .ico_right {
        width: 80%;
        top: -72px;
        justify-content: flex-end;
    }
    .cta_bottom .section_main .whbox .imgico img {
        max-width: 120px;
    }

    .cta_bottom .section_main .title h2 {
        font-size: 25px;
    }
    .cta_bottom .section_main .title svg{
        width: 25px;
        height: 35px;
    }

    .cta_bottom .section_main .whbox .txtbox {
        width: 90%;
    }
    .cta_bottom .section_main .whbox .txtbox .sp_br{
        display: block;
    }
    .cta_bottom .section_main .whbox .txtbox a br{
        display: block;
    }
    .cta_bottom {
        padding-bottom: 64px;
    }
}

@media screen and (max-width:550px) {
    .cta_bottom .section_main .title h2 {
        font-size: 16px;
        line-height: 140%; /* 22.4px */
        letter-spacing: 1.6px;
    }
    .cta_bottom .section_main .title svg{
        width: 25px;
        height: 35px;
    }
}

@media screen and (max-width:470px) {
    .cta_bottom .section_main .whbox .txtbox a {
        font-size: 18px;
        line-height: 140%; /* 25.2px */
        letter-spacing: 1.8px;
        height: 70px;
    }
}

/* bottom cta end */


.sectionsub_pro{
    /* padding-bottom: 53px; */
    display: flex;
    position: relative;
    /* padding-top: 55px;
    padding-bottom: 53px; */
    overflow: hidden;
}
.bgitems{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    position: absolute;
    width: 100%;
    min-width: 1440px;
    top: 0;
}
.bgitems img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bgitems::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.sectionsub_pro .section_main{
    z-index: 2;
    gap: 32px;
    padding-top: 53px;
    padding-bottom: 42px;
}
.sectionsub_pro .section_main h2{
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%; /* 65px */
    letter-spacing: 5px;
    text-align: center;
}
.sectionsub_pro .section_main h2 span{
    color: #FFDE00;
    font-feature-settings: 'palt' on;
    font-family: Roboto;
    font-size: 84px;
    font-weight: 700;
    line-height: 100%; /* 84px */
    letter-spacing: -2.52px;
}
.sectionsub_pro .section_main h2 .sp_txt{
    display: none;
}
.sectionsub_pro .section_main .blk_box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.70);
    background-blend-mode: multiply;
    width: 95%;
    max-width: 860px;
    padding-top: 40px;
    padding-bottom: 48px;
    align-items: center;
}
.sectionsub_pro .section_main .blk_box p{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    letter-spacing: 1.4px;
    display: flex;
    width: 88%;
    justify-content: center;
}
.sectionsub_pro .section_main .blk_box .whboxitms{
    display: flex;
    width: 90%;
    gap: 24px;
    justify-content: center;
    padding-top: 8px;
}
.sectionsub_pro .section_main .blk_box .whboxitms > div{
    background: #FFF;

    display: flex;
    width: 140px;
    height: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sectionsub_pro .section_main .blk_box .whboxitms > div > span{
    color: #FF8A00;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 126%; /* 15.12px */
    margin-top: 8px;
    margin-bottom: 3px;
}
.sectionsub_pro .section_main .blk_box .whboxitms > div > p{
    color: #FF8A00;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%; /* 20px */
    align-items: flex-end;
}
.sectionsub_pro .section_main .blk_box .whboxitms > div > p span{
    color: #FF8A00;
    text-align: center;
    font-family: Roboto;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: 78%;
}

@media screen and (min-width:1441px) {
    .bgitems {
        top: 0;
    }
}

@media screen and (max-width:880px) {
    .sectionsub_pro .section_main {
        padding-bottom: 0;
    }
    .sectionsub_pro .section_main .blk_box {
        width: 91.47%;
        margin-bottom: 74px;
    }

    .bgitems {
        grid-template-columns: repeat(4, 1fr);
        min-width: unset;
        top: 0;
    }
    .sectionsub_pro .section_main h2 .sp_txt{
        display: block;
        color: #FFF;
        font-feature-settings: 'palt' on;
        font-size: 50px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 5px;
        text-align: center;
    }
}
@media screen and (max-width:780px) {
    .sectionsub_pro .section_main h2 {
        font-size: 25px;
        line-height: 130%;
    }
    .sectionsub_pro .section_main h2 .sp_txt {
        font-size: 25px;
        line-height: 130%; /* 32.5px */
    }
    .sectionsub_pro .section_main h2 span {
        font-size: 44px;
        letter-spacing: -1.32px;
    }
}
@media screen and (max-width:550px) {
    .sectionsub_pro .section_main .blk_box p {
        text-align: left;
    }
    .sectionsub_pro .section_main .blk_box p br{
        display: none;
    }
    .sectionsub_pro .section_main .blk_box .blk_p_brs br{
        display: block;
    }
    .sectionsub_pro .section_main .blk_box {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .sectionsub_pro .section_main .blk_box .whboxitms {
        gap: 10px;
    }
    .sectionsub_pro .section_main .blk_box .whboxitms > div {
        height: 94px;
        justify-content: normal;
    }
    .sectionsub_pro .section_main .blk_box .whboxitms > div svg{
        width: 28px;
    }
    
    .sectionsub_pro .section_main .blk_box .whboxitms > div > span {
        font-size: 8px;
        line-height: 126%; /* 10.08px */
        margin-top: 5px;
    }
    .sectionsub_pro .section_main .blk_box .whboxitms > div > p {
        font-size: 13px;        
    }
    .sectionsub_pro .section_main .blk_box .whboxitms > div > p span{
        font-size: 30px;
    }
}


footer{
    display: flex;
    width: 100%;
    align-items: center;

    padding-top: 32px;
    padding-bottom: 32px;
    background: #2F2F2F;
    justify-content: center;
}

footer .footer_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer_box div{
    gap: 40px;
    display: flex;
    margin-top: 24px;
    margin-bottom: 48px;
}
footer .footer_box div > a{
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
footer .footer_box div > a:hover{
    opacity: .5;
    transition: all .3s;
    cursor: pointer;
}
footer .footer_box > span{
    color: #FFF;
    text-align: right;
    font-feature-settings: 'palt' on;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
}

@media screen and (max-width:500px) {
    footer .footer_box div > a {
        font-size: 11px;
        line-height: normal;
        letter-spacing: 1.1px;
    }
    footer .footer_box a img{
        max-width: 70px;
    }
}


/* button effect  */
@keyframes pikupiku {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    10% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    20% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    50% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } 
}
  
@-webkit-keyframes pikupiku {
    0% {
      -webkit-transform: translateY(0); }
    10% {
      -webkit-transform: translateY(5px); }
    20% {
      -webkit-transform: translateY(0); }
    30% {
      -webkit-transform: translateY(0); }
    40% {
      -webkit-transform: translateY(5px); }
    50% {
      -webkit-transform: translateY(0); }
    100% {
      -webkit-transform: translateY(0); } 
}
  
@-moz-keyframes pikupiku {
    0% {
      -moz-transform: translateY(0); }
    8% {
      -moz-transform: translateY(5px); }
    15% {
      -moz-transform: translateY(0); }
    25% {
      -moz-transform: translateY(0); }
    38% {
      -moz-transform: translateY(5px); }
    45% {
      -moz-transform: translateY(0); }
    100% {
      -moz-transform: translateY(0); } 
}
