*{
    padding:0px;
    margin:0px;
}
body{
    font-family: "Noto Sans JP";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    letter-spacing:0;
    color:#0E0E0E;
}
a{
    text-emphasis:none;
    color:#0E0E0E;
}
a:hover{opacity:0.6;transition: .4s;}
img{
    display:inline-block;
    vertical-align:bottom;
    width:100%;
}
.pc-br{display:block;}
.sp-br{display:none;}

.main{
    background-image: url(./images/kv_gojokai_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.main .logo{padding:30px 30px 0px 30px;}
.main .logo > img{width:180px;}
h1{
    width:100%;
    max-width:1000px;
    margin:auto;
}
.voices{
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #F6F7F9;
}
.voices div{
    width:100%;
    max-width: 900px;
    margin:auto;
}
.divider{
    display: flex;
    padding: 60px 20px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #D3EDFB;
    background-image: url(./images/triangle_between_sections.svg),url(./images/bg_inquiry_pc.jpg);
    background-position: top center,bottom center;
    background-repeat: no-repeat ,no-repeat;
    background-size: auto,100% auto;
}
.divider .course{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    width: 98%;
    max-width:900px;
    margin:auto;
}
.divider h2{
    color: #0B406B;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    padding:40px 0px;
}
.divider .tel-link{
    width:100%;
    max-width:460px;
    display:block;
    margin:auto;
}
.divider p{
    padding:20px 0px 0px 0px;
    color: #0B406B;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.courses-description{
    display: flex;
    padding: 50px 20px 60px 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: #F6F7F9;
    background-image: url(./images/flowchart_bg_pc.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.courses-description h2{
    width:100%;
    max-width: 540px;
    margin:auto;
}
.courses-description p{
    color: #0B406B;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
}
.courses-description .detail{
    width:98%;
    max-width: 900px;
    margin:auto;
}
.link-box{
    display: flex;
    width:95%;
    max-width:850px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    padding:0px 0px 10px 0px;
    margin:auto;
}
footer{background: #FFF;}
.pc-img{
    display: block;
    width:100%;
    max-width:900px;
    margin:auto;
}
.sp-img{display:none;}
.sp-h2{display:none;}
@media screen and (max-width: 768px){
    .pc-br{display:none;}
    .sp-br{display: block;}
    .logo{display:none;}
    .voices{padding:0}
    .divider{
        padding:20px 0px 40px 0px;
        background-image: none;
        background-image: url(./images/bg_inquiry_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .divider .course{
        flex-wrap:wrap;
        gap:20px
    }
    .divider h2{
        padding:20px 0px;
        font-size: 20px;
        line-height: normal;
    }
    .divider .tel-link{
        width:280px;
    }
    .divider p{
        font-size: 12px;
        padding:10px 0px 0px 0px;
    }
    .courses-description{
        background-image: url(./images/flowchart_bg_sp.jpg);
        padding:30px 0px 0px 0px;
        gap:20px;
    }
    .courses-description h2{
        width:280px;
    }
    .courses-description p{
        font-size: 14px;
        line-height: 25px;
    }
    .sp-h2{
        display: block;
        width:98%;
        max-width:300px;
        margin:auto;
    }
    .chart{
        padding:10px 0px 10px 20px;
    }
    .chart .sp-img{
        overflow-x:scroll;
        padding:20px 0px 5px 0px
    }
    .chart .sp-img img{
        height: 650px;
        width: auto;
    }
    .link-box{
        flex-wrap:wrap;
        gap:20px;
        padding-bottom:30px;
    }
    .link-box div{
        width:calc(100% - 30px);
        margin:auto;
    }
    footer h2{
        color: #0B406B;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }
    footer .tel-link{
        width: 280px;
        display: block;
        margin:20px auto 10px auto;
    }
    footer p{
        color: #0B406B;
        text-align: center;
        font-size: 12px;
        line-height: normal;
    }
    .pc-img{display:none;}
    .sp-img{
        display: block;
        padding:20px 0px 35px 0px;
    }
}