/*/////////////////////コンテンツ////////////////////////////*/
.top h3 {
    text-align: center;
}
.top .img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
.top .text p {
    font-weight: 600;
}
.list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.list li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/check.svg) no-repeat center left / contain;
    margin-right: 10px;
}
.sec4 .img-box {
    align-items: center;
    margin-bottom: 40px;
}
.list.dot {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
}
.list.dot li::before {
    content: "・";
    background: none;
    width: auto;
    height: auto;
}
.sec3 .bold, .sec4 .bold {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.sec4 .ttl5 {
    margin-bottom: 30px;
}
.sec4 .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sec4 .block .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
}
.sec5 .ttl3-sub {
    margin-top: -20px;
    font-weight: 600;
}
.sec5 h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.sec6 p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.sec6 p.bold {
    font-size: 28px;
    margin-bottom: 30px;
}
.sec6 .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec6 .block .img {
    width: 24%;
}
.sec7 .map {
    margin-bottom: 30px;
}
.sec7 .img-box {
    align-items: center;
}
.studio {
    border: 1px solid #999;
    padding: 20px;s
}
.sec7 h4 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}
.studio a {
    margin-top: 20px;
    width: 100%;
    max-width: 320px;
}
.kids {
    display: flex;
}
.kids .img {
    display: flex;
    width: 35%;
    height: auto;
    align-self: stretch;
    flex-grow: 1;
    object-fit: cover;
}
.kids .text {
    padding: 30px;
    background-color: #E6E8EE;
}
.kids-ttl {
    width: 100%;
    max-width: 540px;
    margin-bottom: 20px;
}
#cta .big {
    flex-direction: column;
    margin-bottom: 30px;
}
#cta .big span {
    margin: 10px auto;
    font-size: 32px;
}
#cta .big .small {
    font-size: 18px;
    margin: 0 auto;
}
#cta .bold {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
#cta .ttl3 {
    text-align: center;
}
.cta-btm .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 800px) {
    .sec4 .block .item {
        font-size: 18px;
    }
    .sec6 .block {
        max-width: 420px;
        margin: 0 auto;
    }
    .sec6 .block .img {
        width: 48%;
        margin-bottom: 20px;
    }
    .sec6 .block .img:nth-of-type(3), .sec6 .block .img:nth-of-type(4) {
        margin-bottom: 0;
    }
    #cta .big span {
        font-size: 26px;
    }
    #cta .big .small {
        font-size: 16px;
    }
    #cta .big {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 600px) {
    .sec2 img {
        order: 1;
    }
    .sec2 .text {
        order: 2;
    }
    .sec3 .bold, .sec4 .bold {
        font-size: 21px;
    }
    .list.dot {
        padding: 20px 10px;
    }
    .sec4 .img-box {
        margin-bottom: 30px;
    }
    .sec4 .img-box .img {
        margin-bottom: 0;
    }
    .sec4 .block {
        margin-bottom: 20px;
    }
    .sec4 .block .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .sec5 .ttl3-sub {
        margin-top: -10px;
    }
    .sec7 .map {
        margin-bottom: 20px;
    }
    .studio {
        padding: 20px 10px;
    }
    .sec7 h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .kids {
        flex-direction: column;
    }
    .kids-ttl {
        margin-bottom: 10px;
    }
    .kids .img {
        width: 100%;
    }
    .kids .text {
        width: 100%;
        padding: 20px;
    }
    #cta .bold {
        font-size: 16px;
        margin-bottom: 5px;
    }
}