html{
    margin-top: 0 !important;
}

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;
}

/* 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: 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 56px;
    display: flex;
    gap: 30px;
}
.func_cta_section .section_main .cta_cols .f_txtbox{
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 100%;
}
.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 br{
    display: none;
}
.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_imgbox{
    display: flex;
    max-width: 560px;
    width: 100%;
    align-items: center;
}
.func_cta_section .section_main .cta_cols .f_imgbox img{
    
}

@media screen and (max-width: 780px) {
    .func_cta_section .section_main .cta_cols {
        flex-direction: column;
        align-items: center;
        padding: 40px 14px;
        width: 88.424%;
    }
    .func_cta_section .section_main .cta_cols .f_txtbox 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;
    }
}
@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 */
    }
}

/* 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;
}


