@charset "utf-8";

a {
    text-decoration: none;
    color:#000;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

li {
    list-style: none;
}

.btn {
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

.btn:hover {
    opacity:0.7;
    transition: all .3s;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

.page-width {
    width:1180px;
    height:100%;
    margin:0 auto;
}

.heading-title {
    margin-bottom: 50px;
    font-size:34px;
    text-align: center;
}

.slider li {
    height:450px;
}

.slider li.slide01 {
    background-image:url(../images/top-img/nt_top_1.jpg);
    background-size:cover;
}

.slider li.slide02 {
    background-image:url(../images/top-img/top-mv-02-bg.jpg);
    background-size:cover;
}

.slider li.slide03 {
    background-image:url(../images/top-img/top-mv-03-bg.jpg);
    background-size:cover;
}

.slider li.slide04 {
    background-image:url(../images/top-img/top-mv-04-bg.jpg);
    background-size:cover;
}

.mv_inner {
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide02 .mv_left h2{
    margin-bottom:25px;
}

.slide03 .mv_left h2{
    margin-bottom:40px;
}

.mv-cta_img {
    width:420px;
    height:200px;
    margin-bottom:15px;
}

.cta-txt_wrap {
    text-align: center;
}

.cta-btn_lead {
    margin-bottom:15px;
    font-size:26px;
    font-weight: 700;
    color: #2ca9e1;
}

.mv-cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height:43px;
    margin:0 auto;
    background-color: #2ca9e1;
    border-radius: 50px;
    font-size:22px;
    letter-spacing: 2;
    color:#fff;
    font-weight:700;
    position: relative;
    
}

.mv-cta_btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 55px;
    margin-top: 10px;
    background-color: #2ca9e1;
    border-radius: 50px;
    font-size: 22px;
    letter-spacing: 2;
    color: #fff;
    font-weight: 700;
    z-index: 100;
}

.mv_left .mv-cta_btn{
    margin:0;
}

span.dl-text {
    height: auto;
}

span.dl-icon {
    height:70%;
    padding-left: 15px;
}

span.top-arrow-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.slide01 .mv_title {
    width:50%;
}

.slide01 .mv-cta {
    width:40%;
}

.slide02 .mv_title {
    width:40%;
}

.slide02 .mv-cta {
    width:30%;
}

.slide03 .mv_title {
    width:55%;
}

.slide04 .mv_title {
    width:40%;
}

.content-nav {
    margin-top:15px;
    margin-bottom:50px;
}

.nav-toc  {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
}

.nav-toc_item {
    display: flex;
    align-items: center;
    padding:10px 30px;
    font-size:16px;
    list-style: none;
    text-align: center;
    position: relative;
}

.nav-toc_item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    left: -10px;
}

.nav-toc_item:last-child::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    right: 0px;
}

.campaign-info {
    padding-top:20px;
    padding-bottom: 30px;
    background-color: #e5eaf3;
    position: relative;
}

.campaign-info .heading-title {
    margin-bottom: 20px;
    color: #002e85;
}

.campaign-contents {
    width:1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.campaign-info::after{
    content: '';
    display: inline-block;
    background: url(../images/top-img/nt_top_4.png) no-repeat center center;
    width:450px;
    height:400px;
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 220px);
    transform: scale(0.5);
}

.campaign-desc {
    width:500px;
    padding-top:30px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}

.campaign-title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    
}

.campaign-title span {
    display:block;
    font-weight: 700;
    color: #002e85;
}

.campaign-desc_btn {
    width:370px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    background-color: #33476a;
    color: #fff;
    letter-spacing: 0.4;
    
}

.merit {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/top-img/nt_top_8.jpg) no-repeat center center;
    background-size: cover;
}

.section-title_wrap {
    width:980px;
    margin: 0 auto 20px;
}

.merit .heading-title {
    margin-bottom: 30px;
    color: #fff;;
}

.merit .heading-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 1;
}

.merit-wrap {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-bottom:30px;
}

.merit-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 400px; /* 必要に応じて調整 */
    width: 33.33%;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: rgba(0,46,133,0.5);
}

.merit-item-ttl_wrap {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#fff;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.merit-item-ttl_wrap span {
    font-size:21px;
    color: #002e85;
}

.merit-title {
    font-size: 25px;
    color: #002e85;
    margin-top:15px;
    line-height: 1.3;
}
.merit-item:last-child .merit-title  {
    line-height: 2.6;
}

.merit-content {
    display: flex;
    flex-direction: column;
    padding: 0 40px 40px 30px;
}

.merit-content img {
    display: block;
    width:250px;
    height:200px;
    margin: 10px auto;
}

.merit-content-text {
    color: #fff;
    flex-grow: 1;
    min-height: 230px;
}

.merit-more_btn {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #002e85;
    font-size: 21px;
    font-weight: 700;
    box-shadow: none;
    width:80%;
    margin: 0 auto;
}

.reason {
    margin-top: 100px;

}

.reason-item {
    height: 280px;
    padding: 15px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    column-gap: 60px;
    background-color: #f2f5f9;
    border-radius: 15px;
}

.reason-item_left {
    min-width: 390px;
    height: 230px;
    padding: 25px 20px;
    border-radius: 10px;
}

.reason01 .reason-item_left {
    background: url(../images/top-img/nt_top_9.png) no-repeat center center;
}

.reason02 .reason-item_left {
    background: url(../images/top-img/nt_top_10.png) no-repeat center center;
}
 
.reason03 .reason-item_left {
    background: url(../images/top-img/nt_top_11.png) no-repeat center center;
}

.reason-item_left span {
    display: block;
    margin-bottom: 50px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.reason02 span {
    margin-bottom:20px;
}

.reason02-list {
    line-height: 1.6;
}

.reason-item_left:nth-child(2n) span {
    margin-bottom: 20px;
}

.reason-item_title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.3;
}

.reason-item_desc {
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;

}

.reason01_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 380px;
    height: 40px;
    background-color: #33476a;
    color: #fff;
    font-size: 21px;
}

.reason02-item {
    font-size: 15px;
    font-weight: 700;
}

.reason02-item:before {
    content: '■';
    margin-right: 10px;
    color: #002e85;
}

.reason03-list_wrap {
    display: flex;
}

.reason03-list {
    margin-bottom:15px;
}

.reason03-dt,.reason03-dd {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.reason03-dt {
    color: #002e85;
}

.introduce-list {
    width:980px;
    margin: 0 auto 60px;
    display: flex;
    column-gap: 13px;
}

.introduce-item01,.introduce-item02 {
    width: calc(50% - 13px);
    padding: 5px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.introduce-item01 {
    border: 1px solid #007276;
}

.introduce-item02 {
    border: 1px solid #007276;
}

.introduce-item_title {
    height: 100px;
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px 17px 0 0;
}

.introduce-item01 .introduce-item_title {
    margin-bottom: 15px;
    background-color: #007276;  
}

.introduce-item01 .introduce-item_title:before {
    content: url(../images/top-img/nt_top_18.svg);
    display: inline-block;
    width: 74px;
    height: 58px;
    margin-right: 20px;
}

.introduce-item02 .introduce-item_title {
    margin-bottom: 30px;
    background-color: #5f0047;  
}

.introduce-item02 .introduce-item_title:before {
    content: url(../images/top-img/nt_top_19.svg);
    display: inline-block;
    width: 68px;
    height: 71px;
    margin-right: 20px;
}

.introduce-item_inner {
    margin-right: 15px;
    margin-left: 15px;
    min-height: 315px;
    flex-grow: 1;

}

.introduce-item_list_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #999;
    column-gap: 20px;
    align-items: center;
}

.introduce-item_list_wrap:last-child {
    border: none;
}

.introduce-item_list_wrap dt{
    font-size: 20px;
    color: #007276;
    font-weight: 700;
    line-height: 1.2;
    width: 40%;
}

.introduce-item_list_wrap dd {
    width: 60%;
    font-size: 15px;
    font-feature-settings: "palt";
}

.introduce-item01_btn {
    margin: 15px 15px 20px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #007276;
    color: #fff;
    font-weight: 700;
    box-shadow: ;
}

.introduce-item02_btn {
    margin: 15px 15px 20px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5f0047;
    color: #fff;
    font-weight: 700;
}

.introduce-support-info {
    width: 980px;
    margin: 0 auto;
}

.introduce-support-info h3 {
    margin-bottom: 30px;
    font-size: 28px;
    color: #1b1464;
    text-align: center;
}

.introduce-support-info p {
    margin-bottom: 25px;
    font-size: 15px;
}

.support-info_btn {
    width: 600px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #33476a;
    color: #fff;
}

.about-reference-price {
    width: 980px;
    margin-top: 30px;
    padding: 30px 40px;
    background-color: #f2f5f9;
    border-radius: 20px;
}

.about-reference-price h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #1b1464;
    text-align: center;
}

.about-reference-price p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
}

.about-reference-price img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.reference-price-table {
    width: 890px;
    margin: 20px auto;
    border-collapse: collapse;
    
}

.reference-price-table tr {
    border-bottom: 1px solid #b0b0b0;
}

.reference-price-table th, .reference-price-table td {
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
} 

p.contact-lead_text {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #002e85;
    letter-spacing: 0.14em;
}

.contact-btn {
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #33476a;
    color: #fff;
}

.cta {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 60px;
    background: url(../images/top-img/nt_top_13.jpg) no-repeat center center; 
    background-color: rgba(0,0,0,0.25);
    background-size: cover;
}

.info_01 {
    margin-bottom: 25px;
}

.info_01,.info_02 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 4px 6px rgba(0, 0, 0, 0.082);
}

.info_01 .heading-title,.info_02 .heading-title {
    margin-bottom: 30px;
    font-size:38px;
    font-weight: 700;
    color: #1b1464;
    position: relative;
    line-height: 1.3;
}

.info_01 .heading-title:after {
    content: '';
    width: 116px;
    height: 120px;
    background: url(../images/top-img/nt_top_14.png);
    position: absolute;
    top: -55px;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.info_02 .heading-title:before {
    content: '';
    width: 122px;
    height: 120px;
    background: url(../images/top-img/nt_top_15.png);
    position: absolute;
    top: -10px;
    left: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.info_01 p,.info_02 p {
    line-height: 1.8;
    letter-spacing: 0;
}

.info_inner {
    width: 980px;
    margin: 0 auto;
}

.plan-list {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.plan_01,.plan_02 {
    width: calc(50% - 15px);
    padding: 20px;
    border: 1px solid #1b1464;
    border-radius: 12px;
}

.plan_01 span, .plan_02 span {
    font-size:18px;
}

.plan_01 h3, .plan_02 h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.plan_01 p, .plan_02 p {
    font-feature-settings: "palt";
    letter-spacing: 0.6;
}

.info_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    background-color: #33476a;
    color: #fff;
    font-weight: 700;

}

.info_02 .heading-title span {
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

.info_02 .info_btn {
    margin-top: 50px;
}

.results {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #e5eaf3;
}

.results_inner {
    width: 980px;
    margin: 0 auto;
}

.results .heading-title {
    margin: 0 auto 40px;
}

.results-title_wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.results-title_wrap img {
    display: inline-block;
    width: 40%;
}

.results-title_wrap h3 {
    width: 60%;
    font-size: 23px;
    color: #1b1464;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.results-desc {
    margin-bottom: 35px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.result-item {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 6px solid #33476a;
}

.result-item h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
}

.result-item p {
    font-feature-settings: "palt";
}

.case_btn {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background-color: #33476a;
    color: #fff;
}

/* news */
#news {
    margin-top: 60px;
    margin-bottom:60px
}

.news_inner {
    width: 980px;
    margin: 0 auto;
}

#tabcontrol {
    margin-bottom: 50px;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

#tabcontrol a {
    display: inline-block;
    padding: 10px 15px;

    
}

.news-new-info {
    border-bottom: 2px solid #662d91;
}

.news-press-release {
    border-bottom: 2px solid #000;
}

.news-media {
    border-bottom: 2px solid #009245;
}

#tabbody p {
    margin-bottom: 20px;
    display: flex;
}

.n_newsdate {
    width: 150px;
}

.n_newstext {
    width:100%
}

#document-dl {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffe5;
}

.document-dl_wrap {
    width: 980px;
    margin: 0 auto 60px;
    display: flex;
    column-gap: 50px;
    align-items: center;
}

.document-dl-desc {
    width: 35%;
}

.document-dl-desc h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
}

.document-dl-desc p {
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.document-img img {
    max-width: 580px;
}

.document-dl_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    background-color: #33476a;
    color: #fff;
}



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

    .pc_br {
        display: none;
    }

    .btn {
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
    }

    .heading-title {
        font-size: 22px;
    }
    
    .page-width{
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .mv_inner {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
    }

    .mv_title {
        margin-top: 0;
    }

    .mv_title img {
        width: 100%;
        height: auto;
    }

    .mv-cta_img {
        width: 100%;
        height: auto;
    }

    .content-nav {
        display: none;
    }

    .campaign-info {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .campaign-contents {
        width: 100%;
        flex-direction: column;
    }

    .campaign-desc  {
        width: 100%;
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .campaign-title {
        font-size: 20px;
    }

    .campaign-info {
        box-sizing: border-box;
    }

    .campaign-info::after {
        top: 460px;
        left: 50px;
        transform: scale(0.4);
    }

    .section-title_wrap {
        width: 100%;
    }

    .merit-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .merit-content{
        gap: 20px;
        padding: 20px;
    }
    
    .merit-item {
        width: 100%;
    }

    .merit-title {
        font-size: 20px;
    }

    .merit-item-ttl_wrap {
        height: auto;
    }

    .reason-item {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .reason-item_left {
        min-width: calc(100% - 40px);
        height: auto;
    }

    .reason-item_left span {
        font-size: 18px;
    }

    .reason-item_left span {
        margin-bottom: 20px;
    }

    .reason-item_title {
        font-size: 20px;
    }

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

    .reason03-list_wrap  {
        flex-direction: column;
    }

    .introduce-list {
        width: 100%;
        flex-direction: column;
        
    }

    .introduce-item01, .introduce-item02 {
        width: calc(100% - 15px);
        padding-bottom: 20px;
    }

    .introduce-item01 {
        margin-bottom: 40px;
    }
    

    .introduce-item_title {
        font-size: 20px;
    }

    .introduce-item01 .introduce-item_title:before {
        transform: scale(0.8);
        margin-right: 5px;
    }

    .introduce-item02 .introduce-item_title:before {
        transform: scale(0.8);
        margin-right: 5px;
    }

    .introduce-item01_btn,.introduce-item02_btn{
        width: 90%;
        margin: 0 auto;
    }

    .introduce-item_list_wrap {
        flex-direction: column;
    }

    .introduce-item_list_wrap dt,.introduce-item_list_wrap dd {
        width: 100%;
    }
    
    .introduce-support-info {
        width: 100%;
    }

    .about-reference-price {
        width: 100%;
    }

    .about-reference-price {
        width: calc(100% - 30px);
        padding: 20px 15px 40px;
    }

    .reference-price-table {
        width: 100%;
    }

    .reference-price-table tr,.reference-price-table th, .reference-price-table td {
        display: block;
    }

    .reference-price-table tr {
        border: none;
    }

    .reference-price-table th {
        background-color: #fff;
        padding: 10px;
        font-weight: 700;
    }

    .reference-price-table td {
        padding: 10px;
    }

    .contact-btn {
        width: 100%;
    }

    .info_inner {
        width: 100%;
    }

    .info_01, .info_02 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .info_01 .heading-title, .info_02 .heading-title {
        font-size: 22px;
        text-align: left;
        line-height: 1.3;
    }

    .plan-list {
        flex-direction: column;
    }

    .plan_01, .plan_02 {
        width: 85%;
        margin: 0 auto;
    }

    .plan_01 {
        margin-bottom: 40px;
    }

    .info_btn {
        width: 100%;
    }

    .info_02 .heading-title span {
        font-size: 22px;
    }

    .info_02 .heading-title:before {
        top: -70px;
        left: 210px;
    }

    .results_inner {
        width: 100%;
    }

    .results-title_wrap {
        flex-direction: column;
        padding: 10px;
        border-radius: 10px;
    }

    .results-title_wrap img {
        width: 100%;
    }

    .results-title_wrap h3 {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .results-desc {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .news_inner {
        width: 100%;
    }

    #tabcontrol {
        justify-content: space-between;

    }

    #tabcontrol a {
        padding: 5px 0;
    }

    #tabbody p {
        flex-direction: column;
        border-bottom: 1px solid #b0b0b0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .n_newsdate {
        font-size: 14px;
    }

    .n_newstext a {
        color: #002e85;
        display: block;
    }

    .document-dl_wrap {
        width: calc(100% - 15px);
        flex-direction: column;
        margin-bottom: 20px;
    }

    .document-img img {
        width: 100%;
    }

    .document-dl-desc {
        width: 100%;
    }
    .document-dl-desc h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    

}
