/*/////////////////////コンテンツ////////////////////////////*/
.top .img-box {
    align-items: center;
}
h3.min {
    font-size: 36px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 30px;
}
.sub {
    text-align: center;
    font-size: 18px;
}
.sec2 .ttl3 {
    text-align: center;
}
.sec2 .ttl3-sub {
    text-align: center;
}
.sec2 .ttl3-sub span {
    padding: 1px;
    background-color: #fff;
    margin: 0 5px;
}
.sec2 .text {
    margin-bottom: 40px;
}
.sec2 .text span {
    padding: 1px;
    background-color: #fff;
    margin: 0 5px;
    font-weight: 600;
}
.sec2-img {
    max-width: 670px;
    margin: 0 auto 30px auto;
}
.sec2 .text.big {
    font-size: 21px;
    font-weight: 600;
}
.img-link, .img-link::before {
    background: url(../img/concept/btm.jpg) no-repeat center / cover;
}

@media screen and (max-width: 1000px) {
    h3.min {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .top .text {
        order: 1;
    }
    .top .img {
        order: 2;
    }
    .top .ttl2-top.en {
        text-align: center;
        margin-bottom: 20px;
    }
    h3.min {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: center;
    }
    .sub {
        font-size: 14px;
    }
    .sec2 .text.big {
        font-size: 18px;
    }
}