html{
    margin-top: 0 !important;
}
.breadcrumb {
    padding: 20px 0;
    display: none;
}

/* global nav custom - usecase sub/ list page  */
.header2025 {
    background: transparent;
    position: fixed;
    box-shadow: none;
}
.menu-outbg {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .32);
}
/* global nav custom  */

span,
h1,
h2,
p{
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-style: normal;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
#pageHead.header2022 img{
    width: 226px;
    display: inline;
}

body{
    margin: 0;
}

section{
    display: flex;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}
.section_blue{
    background-color: #f2f8fa;
}
section .section_main{
    display: flex;
    width: 95%;
    max-width: 1440px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width:880px) {
    section .section_main{
        width: 88.424%;
    }
    /* .func_cta_section .section_main {
        width: unset;
    } */
}

/* subsections title  */
.section_title{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_title span{
    color: #2A579A;
    text-align: center;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 20.8px */
}
.section_title h2{
    color: #0E203B;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 160%; /* 57.6px */
    letter-spacing: 2.88px;
    margin: 0;
}

.section_title h2 .sp_br{
    display: none;
}

.section_title_v2{
    display: flex;
}
.section_title_v2 h2{
    color: #2A579A;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%; /* 48px */
    margin: 0;
}

@media screen and (max-width:880px) {
    .section_title h2{
        font-size: 28px;
        line-height: 160%; /* 44.8px */
        letter-spacing: 2.24px;
    }
}

@media screen and (max-width: 600px) {
    .section_title h2 .sp_br{
        display: block;
    }
}

/* button */
/* blue button */

.white_btn_n{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    gap: 16px;

    max-width: 320px;
    height: 58px;
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}
.white_btn_n div{
    display: flex;
    width: 100%;
    margin-left: 8px;
    max-width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    background: #2A579A;
}
.white_btn_n span{
    color: #0E203B;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
}

.blue_btn_n{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    gap: 16px;

    max-width: 320px;
    height: 58px;
    border-radius: 29px;
    background: #2A579A;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}
.blue_btn_n div{
    display: flex;
    width: 100%;
    margin-left: 8px;
    max-width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 21px;
    background: #FFF;
}
.blue_btn_n span{
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
}

.white_btn_n:hover,
.blue_btn_n:hover{
    opacity: .5;
    transition: all .2s ease-out 0s;
}

/* cta */
.func_cta_section{

}
.func_cta_section .section_main{
    max-width: 1200px;
}
.func_cta_section .section_main .cta_cols{
    border-radius: 18px;
    background: #2A579A;
    padding: 48px 96px;
    display: flex;
    gap: 30px;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}
.func_cta_section .section_main .cta_cols .cta_lt_imgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 29.667%;
    display: flex;
}
.func_cta_section .section_main .cta_cols .cta_lt_imgbox img{
    
}
.func_cta_section .section_main .cta_cols .cta_rb_imgbox{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 29.667%;
}
.func_cta_section .section_main .cta_cols .cta_rb_imgbox img{

}

.func_cta_section .section_main .cta_cols .f_txtbox{
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 100%;
    z-index: 2;
    max-width: 350px;
}
.func_cta_section .section_main .cta_cols .f_txtbox h2{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
    letter-spacing: 2.56px;
    margin: 0;
}
.func_cta_section .section_main .cta_cols .f_txtbox p{
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    margin-top: 24px;
    margin-bottom: 56px;
}
/* .func_cta_section .section_main .cta_cols .f_txtbox h2 br{
    display: none;
} */
.func_cta_section .section_main .cta_cols .f_txtbox p br{
    display: block;
}
.func_cta_section .section_main .cta_cols .f_txtbox p .sp_br{
    display: none;
}
.func_cta_section .section_main .cta_cols .f_txtbox a{
    
}
.func_cta_section .section_main .cta_cols .f_txtbox a span {
    color: #2A579A;
    font-size: 13px;
    letter-spacing: 1.04px;
}
.func_cta_section .section_main .cta_cols .f_imgbox{
    display: flex;
    /* max-width: 560px; */
    width: 55%;
    align-items: center;
    z-index: 2;
}
.func_cta_section .section_main .cta_cols .f_imgbox img{
    
}
.func_cta_section .section_main .cta_cols .sp_btn_cta_blue{
    display: none;
}

@media screen and (max-width: 880px) {
    .func_cta_section .section_main .cta_cols {
        flex-direction: column;
        align-items: center;
        padding: 40px 0px;
        width: 100%;
        gap: 0;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox a{
        display: none;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox p {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .func_cta_section .section_main .cta_cols .sp_btn_cta_blue{
        display: flex;
        z-index: 2;
        margin-top: 24px;
    }
    .func_cta_section .section_main .cta_cols .sp_btn_cta_blue span{
        color: #2A579A;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox br{
        display: block;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox h2 br{
        display: block;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox {
        text-align: center;
        align-items: center;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox p .sp_br{
        display: block;
    }
    .func_cta_section .section_main .cta_cols .cta_lt_imgbox,
    .func_cta_section .section_main .cta_cols .cta_rb_imgbox{
        width: 100%
    }

    .func_cta_section .section_main .cta_cols .f_imgbox {
        max-width: 560px;
        width: 90.48%;
    }
}
@media screen and (max-width: 560px) {
    .func_cta_section .section_main .cta_cols .f_txtbox h2 {
        font-size: 24px;
        line-height: 160%; /* 38.4px */
        letter-spacing: 1.92px;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox p {
        font-size: 14px;
        line-height: 170%; /* 23.8px */
    }
}
@media screen and (max-width: 400px) {
    .func_cta_section .section_main .cta_cols .sp_btn_cta_blue{
        max-width: 300px;
    }
    .func_cta_section .section_main .cta_cols .sp_btn_cta_blue {
        gap: 8px;
    }
}
@media screen and (max-width: 374px) {
    .func_cta_section .section_main .cta_cols .sp_btn_cta_blue span {
        font-size: 11px;
    }
}

/* breadcrumbs */

.breadcrumb .container ul li a{
    color: #fff;
}

.feature_bc_y{
    position:relative
}
.breadcrumb_n_type{
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    max-width: 1200px;
    width: 95%;
    padding-top: 24px;
}
.breadcrumb_n_type ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 12px;
    overflow: scroll;
    scrollbar-width: none;
}
.breadcrumb_n_type ul li a{
    text-decoration: none;

    color: #0E203B;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: max-content;
}
.breadcrumb_n_type ul .current_path a{
    color: rgba(14, 32, 59, 0.50);
    font-size: 13px;
}




.func_fv_container {
    
}
.func_fv_container {
    background-image: url('../images/top_fv_bg1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: unset;
    padding-bottom: 64px;
    padding-top: 110px;
}
.func_fv_container .sp_top_bgimg{
    display: none;
}

.section_cols {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    max-width: 1200px;
    gap: 16px;
}

.section_cols .cols_itm {
    position: relative;
    overflow: hidden;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: unset;
    /* aspect-ratio: 154 / 146; */
    border-radius: 12px;
    background: #FFF;
    text-decoration: none;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}

.section_cols .cols_itm .cols_itm_txt p {
    color: #0E203B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

@media screen and (max-width:1023px) {
    .f_list_cols_custom {
        grid-template-columns: repeat(3, 1fr);
        gap: 13px;
    }
}
@media screen and (max-width:780px) {
    .func_fv_container {
        background: none;
        padding-bottom: 48px;
        padding-top: 0;
    }
    .func_sub_fv .cont_main{
        width: 100%;
    }
    .func_fv_container .sp_top_bgimg{
        display: flex;
        width: 100%;
    }
    .func_fv_container .sp_top_bgimg img{
        display: block;
        width: 100%;
        height: auto;
    }
    .func_sub_fv .cont_main .fv_cols {
        width: 100%;
        gap: 16px;
    }
    .func_fv_container .cont_main .fv_cols .fv_txtbox {
        width: 85.334%;
        max-width: unset;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 {
        text-align: left;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 .sp_h1_lgr{
        font-size: 36px;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.08px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 .sp_h1_mn{
        font-size: 30px;
        line-height: 160%;
        letter-spacing: 0.9px;
    }

    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p br {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .f_list_cols_custom {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_cols .cols_itm {
        padding: 16px;
        gap: 8px;
    }

    .section_cols .cols_itm .cols_itm_txt p {
        font-size: 16px;
        line-height: 160%; /* 25.6px */
    }
}
@media screen and (max-width: 680px) {
    .f_list_cols_custom .cols_itm .cols_itm_txt p br {
        display: block;
    }
    .section_cols .cols_itm .cols_itm_txt p {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 360px) {
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 .sp_h1_lgr {
        font-size: 30px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 .sp_h1_mn {
        font-size: 28px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p {
        font-size: 11px;
    }
}