@charset "utf-8";

.mv-child {
    background-image: url('../img/business/mv.jpg');
}

.nav-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 5rem auto 8rem;
    max-width: 796px;
}

.nav-tab .btn {
    width: 48%;
}

@media (max-width: 767px) {
    .nav-tab {
        row-gap: 10px;
    }

    .nav-tab .btn {
        width: 100%;
    }
}

.anchorLink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5rem 0;
    row-gap: 3rem;
}

.anchorLink .btn-anchorlink {
    width: 30%;
}

.anchorLink .txt {
    flex: 1;
    padding-left: 1rem;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .anchorLink .btn-anchorlink {
        width: 48%;
    }
}

.box-heading {
    margin-bottom: 5rem;
}

.box01 .txt {
    width: 48%;
    padding-top: 2rem;
}

.box01 .txt p {
    margin-bottom: 3rem;
}

.box01 .img {
    width: 44.9%;
}

.box02 {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 5rem;
    margin-top: 5rem;
}

.box02 .tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4rem;
	text-align: center;
}

.box02 .tit span {
    background: #2788C4;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 50px;
    margin-left: 2rem;
    display: inline-block;
}

.box02 .item {
    width: 48%;
}

.box02 .head {
    background: #2788C4;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: 700;
}

.box02 .inner {
    padding: 20px;
}

.box02 .num {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.box02 .num span:nth-child(1) {
    font-size: 1.7rem;
    font-weight: 700;
    width: max-content;
}

.box02 .num span:nth-child(2) {
    flex: 1;
    font-size: min(2.6vw, 2.8rem);
    line-height: 1;
    font-weight: 700;
    color: #2788C4;
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -0.07em;
    text-align: right;
}

.item-cate {
    margin-top: 8rem;
}

.item-cate .m-tit_28 {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.item-cate .m-tit_28 img {
    margin-right: 2rem;
}

.item-cate .m-tit_22 {
    margin: 30px 0;
}

#cate-02 .list .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #2788C4;
}

#cate-02 .list .item .txt1 {
    width: 35rem;
    padding: 1.6rem 2rem;
    background: #2788C4;
    color: #fff;
    font-weight: 700;
}

#cate-02 .list .item .txt2 {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

#cate-06 .btn {
    margin-top: 30px;
}

.dl-list {
    margin-top: 3rem;
}

.dl-list dt {
    color: #2788C4;
    font-weight: 700;
}

.dl-list dd:not(:last-of-type) {
    margin-bottom: 3rem;
}

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

@media (max-width: 767px) {
    .box01 .txt {
        width: 100%;
        padding-top: 0;
    }

    .box01 .img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .item-cate .m-tit_28 img {
        height: 20px;
    }

    .box-heading {
        margin-bottom: 30px;
    }

    #cate-02 .list .item .txt1 {
        width: 100px;
    }

    .box02 {
        padding: 20px;
    }

    .box02 .item {
        width: 100%;
    }

    .box02 .inner {
        padding: 20px 0;
    }

    .box02 .num span:nth-child(2) {
        font-size: min(4vw, 3.6rem);
    }

}

@media (max-width: 500px) {
    .box02 .tit span {
        margin-left: 0;
        margin-top: 10px;
    }
}

#cate-03 .box{background: #F4F4F4; border-radius: 10px; padding: 3rem; margin-top: 3rem;}
#cate-03 .box .tit{font-size: 2rem; margin-bottom: 2rem;}
#cate-03 .box-item:not(:last-of-type){margin-bottom: 3rem;}