/* -----------------------------------------------------------
    about
-------------------------------------------------------------- */
/* -----------------------------------------------------------
    top-area
-------------------------------------------------------------- */
.top-area{
    padding: 80px 0 80px;
}

.top-area .inner{
    position: relative;
}

.top-area .fs-wrap{
    align-items: center;
}

.top-area .img{
    width: 470px;
}

.top-area .txt-box{
    width: 650px;
}

.top-area .txt-box .txt-img{
    width: 895px;
    margin: 0 auto 50px;
}

.top-area .txt-box .sec-catch{
    margin: 0 0 15px;
}

.top-area .txt-box .txt+.txt{
    margin: 15px 0 0;
}

.top-area .about-table{
    width: 100%;
    width: 1200px;
    border-collapse: collapse;
    text-align: center;
    margin: 80px auto 0;
}

.about-table th::before{
    display: none;
}

.top-area .about-table th{
    padding: 20px;
    width: 20%;
    border-bottom: solid 1px #ddd;
}

.top-area .about-table td{
    padding: 25px 20px;
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    line-height: 1.4;
    border-right: solid 1px #ddd;
}

.top-area .about-table thead th:first-child{
    width: 20%;
}
.top-area .about-table thead th.ietto{
    border-top: solid 6px var(--main);
    border-right: solid 6px var(--main);
    border-left: solid 6px var(--main);
    background-color: var(--main);
    color: #fff;
}

.top-area .about-table thead th{
    width: 40%;
    background-color: var(--gray);
}

.top-area .about-table thead th:first-of-type{
    background-color: unset;
    border: NO;
}
.top-area .about-table tbody th{
    width: 20%;
    border-left: 1px solid #ddd;
}

.top-area .about-table tbody td {
    border-bottom: 1px solid #ddd;
}

.top-area .about-table tbody td:not(:last-child){
    border-right: 1px solid #ddd;
}

.top-area .about-table tbody td.ietto{
    border-right: solid 6px var(--main);
    border-left: solid 6px var(--main);
}
.top-area .about-table tbody tr:last-of-type td.ietto{
    border-bottom: solid 6px var(--main);

}

table .mark{
    font-size: 2.8rem;
    display: block;
    line-height: 1;
    text-align: center;
    margin: 0 0 15px;
    /* color: #F51D1D; */
    color: var(--main);
    font-weight: bold;
}

.top-area tbody th{
    background: var(--gray);
    color: var(--main);
    padding: 20px;
}


@media screen and (max-width: 768px) {
    .top-area{
        padding: 40px 20px;
    }

    .top-area .fs-wrap{
        gap: 20px;
    }

    .top-area .fs-wrap .img{
        width: 100%;
        height: 200px;
    }

    .top-area .fs-wrap .img img{
        object-position: top;
    }

    .top-area .txt-box .sec-catch{
        font-size: 2.6rem;
        font-size: 2.4rem;
    }

    .top-area .txt-box .txt{
        text-align: left;
    }

    .top-area .sp-scroll{
        display: block;
        width: 100%;
        overflow-x: scroll;
    }

    .top-area .about-table{
        width: fit-content;
        min-width: 700px;
        margin: 30px auto 0;
    }

    .top-area .about-table tbody th{
        width: fit-content;
        white-space: nowrap;
    }

    .top-area .about-table thead th:first-child{
        width: initial;
    }

    .top-area .about-table thead th{
        width: initial;
    }
    
    .top-area .about-table td{
        font-size: 1.6rem;
        padding: 10px 20px;
        vertical-align: middle;
    }
}
/* -----------------------------------------------------------
    beginner-area
-------------------------------------------------------------- */
.beginner-area{
    width: calc(100% - 160px);
    padding: 60px 40px;
    background-color: var(--gray2);
    margin: 80px auto;
    border-radius: 25px;
}

.beginner-area .fs-wrap{
    display: flex;
    flex-wrap: wrap;
}

.beginner-area .fs-wrap .txt-box {
    width: 50%;
    padding: 0 80px 0 calc((100% - 1200px) / 2);
    padding: 0 40px 0 0;
}

.beginner-area .sec-ttl {
    padding: 0 0 0 70px;
    margin: 62px 0 0;
    position: relative;
}

.beginner-area .sec-ttl::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 58px;
    background: url(../img/icon-beginner.svg) no-repeat center / contain;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.beginner-area .sec-ttl::after {
    position: absolute;
    content: "";
    width: 356px;
    height: 42px;
    background: url(../img/beginner-catchtxt.png) no-repeat center / contain;
    left: 20px;
    top: -62px;
}

.beginner-area .sec-catch {
    margin: 30px 0;
}

.beginner-area .fs-wrap .img-box {
    border-radius: 60px 0 0 60px;
    border-radius: 30px;
    width: 50%;
    overflow: hidden;
    background: url(../img/top-beg-thumb.jpg) no-repeat right center / cover;
}

.beginner-area .fs-wrap .img-box img{
    width: 100%;
}

.beginner-area .cmn-btn{
    margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
    
    .beginner-area{
        width: calc(100% - 40px);
        margin: 40px auto;
        padding: 0;
    }

    .beginner-area .fs-wrap .img-box{
        width: 100%;
        order: 0;
        border-radius: 15px 15px 0 0;
        height: 200px;
    }

    .beginner-area .fs-wrap .txt-box{
        width: 100%;
        order: 1;
        padding: 30px 20px 40px;
    }

    .beginner-area .sec-ttl{
        margin: 43px 0 0;
        padding: 0 0 0 60px;
    }

    .beginner-area .sec-ttl::before {
        left: 10px;
    }

    .beginner-area .sec-ttl::after {
        width: 280px;
        height: 33px;
        left: 0;
        top: -43px;
    }

    .beginner-area .fs-wrap .txt-box .sec-catch {
        font-size: 2.6rem;
        margin: 20px 0 15px;
    }
}

/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */
.service-link-area{
    margin: 0 0 160px;
    /* margin: 0; */
    border-radius: 160px 0 0 60px;
    border-radius: 160px 0 0 60px;
}

.service-link-area::before{
    display: none;
}

.service-link-area::after{
    position: absolute;
    content: "";
    /* background: url(../img/bg-check-wht.png) repeat top left -6px var(--blue2); */
    background-color: var(--blue1);
    width: 150px;
    height: 150px;
    left: 0;
    /* bottom: -150px; */
    top: 0px;
    z-index: -1;
    display: none;
}

.bg-wht{
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 160px 0 0 0;
    margin: 0 0 160px;
}
@media screen and (max-width: 768px) {
    .service-link-area{
        border-radius: 0 0 0 40px;
        margin: 0 0 50px;
    }
}
