.visual {
    background:url('../img/visual3.jpg') 50% 50% no-repeat;
    background-size:cover;
    height:430px;
}

main {
    background:#fff;
    display:flex;
    gap:60px;
    position:relative;
    top:-30px;
    z-index:6000;
}

article {
    width:210px;
    height:auto;
    margin-top:70px;
    margin-left:34px;
}

article li {
    margin-bottom:26px;
    position:relative;
}

article li a {
    color:#686868;
    display:block;
}

article li.now a {
    color:#fff;
    font-weight:700;
    z-index:7000;
}

article li.now:after {
    content:'';
    display:block;
    position:absolute;
    z-index:-1;
    background:#00a19a;
    width:210px;
    height:26px;
    top:-1px;
    left:-12px;
}

section {
    margin-top:70px;
    width:calc(100% - 270px);
}

.title h2 {
    width:100%;
    font-size:24px;
    font-weight:500;
    padding-bottom: 12px;
    border-bottom:2px dashed #dbdbdb;
}

.title {
    position:relative;
    margin-bottom:70px;
    padding-right:34px;
}

.title span {
    position:absolute;
    top:12px;
    right:34px;
    font-size:14px;
    color:#686868;
}

.content {
    padding-right:34px;
}

.content h3 {
    font-size:24px;
    color:#fff;
    margin-bottom:30px;
    font-weight:500;
    display:inline-block;
    padding:8px 16px;
}

.content p {
    font-size:20px;
    line-height:180%;
}

.topcontent span{
    display:block;
    position:relative;
    padding-left:24px;
    font-size:20px;
    line-height:180%;
}

.topcontent span:after {
    content:'';
    display:block;
    position:absolute;
    background:#333;
    width:4px;
    height:4px;
    border-radius:50%;
    top:17px;
    left:10px;
}

.wrap {
    border-bottom:1px solid #767676;
    padding-bottom:80px;
    margin-bottom:70px;
}

.wrap:last-of-type {
    border-bottom:0;
}

.inner {
    padding:0 40px;
}

.gray {
    background:#aeaeae;
}

.mint {
    background:#00A19A;
}

.indigo {
    background:#2C2E83;
}

.yellowgreen {
    background:#95C11E;
}

.marginB {
    margin-bottom:22px;
}

.marginBB {
    margin-bottom:60px;
}

.medium {
    font-weight:500;
}

.inner .row {
    margin:30px 0;
}

.round {
    width:122px;
    height:122px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    position:relative;
    z-index:1300;
    padding-top:80px;
}

.round:after {
    content:'';
    display:block;
    position:absolute;
    width:114px;
    height:114px;
    border-radius:50%;
    background:#fff;
    top:4px;
    left:4px;
    z-index:-1;
}

.wrap_round {
    display:flex;
    gap:16px;
    align-items:center;
    padding:0 50px;
    flex-wrap:wrap;
}

.wrap_round:last-of-type {
    justify-content:flex-start;
}

.round00:before {
    content:'';
    display:block;
    position:absolute;
    background:url('../img/round00.svg') 50% 50% no-repeat;
    background-size:cover;
    width:56px;
    height:56px;
    top:20%;
}

.round01:before {
    content:'';
    display:block;
    position:absolute;
    background:url('../img/round01.svg') 50% 50% no-repeat;
    background-size:cover;
    width:56px;
    height:56px;
    top:20%;
}

.round02:before {
    content:'';
    display:block;
    position:absolute;
    background:url('../img/round02.svg') 50% 50% no-repeat;
    background-size:cover;
    width:56px;
    height:56px;
    top:20%;
}

.round03:before {
    content:'';
    display:block;
    position:absolute;
    background:url('../img/round03.svg') 50% 50% no-repeat;
    background-size:cover;
    width:56px;
    height:56px;
    top:20%;
}

.round04:before {
    content:'';
    display:block;
    position:absolute;
    background:url('../img/round04.svg') 50% 50% no-repeat;
    background-size:cover;
    width:56px;
    height:56px;
    top:20%;
}

.roundtxt {
    padding-top:25px;
    text-align:center;
}

.notimg {
    padding-top:48px !important;
}

.rsv .row {
    display:flex;
    align-items:baseline;
    margin-bottom:50px;
}

.rsv .row:last-of-type {
    margin-bottom:0;
}

.rsv .row p {
    width:164px;
    font-size:24px;
    line-height:180%;
    padding-left:18px;
    position:relative;
}

.rsv .row p:after {
    content:'';
    position:absolute;
    display:block;
    width:4px;
    height:4px;
    background:#333;
    border-radius:50%;
    top:21px;
    left:6px;
}

.rsv .row span {
    display:block;
    font-size:22px;
    line-height:180%;
    width:calc(100% - 164px);
}

.rsv .address span {
    width:100%;
}

.w_both {
    display:flex;
}

.w_left, .w_right {
    flex:1;
}

.w_left {
    border-right:1px solid #767676;
    margin-right:30px;
}

.w_both .inner p {
    position:relative;
    padding-left:14px;
    line-height:230%;
}

.w_both .inner p:after {
    content:'';
    display:block;
    position:absolute;
    background:#333;
    width:4px;
    height:4px;
    border-radius:50%;
    top:21px;
    left:0;
}

.wrap_round span {
    font-size:20px;
}

@media all and (max-width:1139px) {
    .round {
        width:12vw;
        height:12vw;
    }

    .round:after {
        width:calc(12vw - 8px);
        height:calc(12vw - 8px);
    }

    .wrap_round {
        padding:0;
        gap:2px;
    }

    .inner {
        padding:0 10px;
    }
}

@media all and (max-width:1024px) {
    article {
        display:none;
    }

    main {
        background:#fff;
        gap:0;
        position:static;
        justify-content:center;
    }

    .title span {
        left:0;
        top:-24px;
    }

    .title, .content {
        padding-right:0;
    }

    .title, .content h3 {
        margin-bottom:30px;
    }

    .content p:last-child {
        margin-bottom:0;
    }

    section {
        width:100%;
    }

    .round {
        padding-top:0;
        display:flex;
        justify-content:center;
        background:#aeaeae;
        width:15vw;
        height:15vw;
    }

    .notimg {
        padding-top:0 !important;
    }

    .round:after {
        background:#F8F8F8;
        width:calc(15vw - 8px);
        height:calc(15vw - 8px);
    }

    .round00:before, .round01:before, .round02:before, .round03:before, .round04:before {
        background:transparent;
    }

    .wrap_round:last-of-type {
        justify-content:flex-start;
    }

    .inner .row {
        margin:20px 0;
    }

}

@media all and (max-width:720px) {
    .w_both {
        display:block;
    }
    
    .w_left {
        border-right:0;
        margin-right:0;
        margin-bottom:60px;
    }

    .roundtxt {
        font-size:13px;
    }
}

@media all and (max-width:560px) {

    .round {
        font-size:12px;
        word-break:keep-all;
        text-align:center;
        padding:4px;
        width:20vw;
        height:20vw;
    }

    .round:after {
        background:#F8F8F8;
        width:calc(20vw - 8px);
        height:calc(20vw - 8px);
    }

    .roundtxt {
        font-size:10px;
        line-height:110%;
    }

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

    .title span {
        font-size:12px;
    }

    .content h3 {
        font-size:18px;
        margin-bottom:20px;
    }
    
    .marginB {
        margin-bottom:18px;
    }
    
    .marginBB {
        margin-bottom:40px;
    }

    .wrap {
        padding-bottom:50px;
        margin-bottom:36px;
    }

    .content p, .topcontent span {
        font-size:16px;
    }

    .rsv .row p, .rsv .row span {
        font-size:14px;
    }

    .rsv .row p {
        width:100px;
    }
    
    .rsv .row span, .rsv .address {
        width: calc(100% - 100px);
    }

    .rsv .address span {
        width:100%;
    }

    .rsv .row p:after {
        top:11px;
    }

    .w_both .inner p:after {
        top:17px;
    }

}
