@charset "UTF-8";
.section-top__img {
   width: 65%;
}
@media screen and (max-width: 960px) {
    .section-top__img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .section-top__inner {
        padding: 0 10px;
        flex-direction: column-reverse;
        align-items: baseline;
    }
    h1 {
        margin-top: 0;
        font-size: 36px;
        line-height: 200%;
        letter-spacing: 0.1rem;
    }
}
.section-about {
    padding: 0 80px;
    margin-top: 100px;
}
.section-about__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}
.section-about__text {
    width: 500px;
    height: 500px;
    padding: 50px;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.05em;
}
.section-about__inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.section-about__text2 {
    width: 500px;
    height: 500px;
    padding: 50px;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.05em;
    text-align: right;
}
.about__photo {
    width: 40%;
}
@media screen and (max-width: 960px) {
    .section-about {
        padding: 0 10px;
        margin-top: 0;
    }
    .section-about__inner {
        display: block;
        margin: 0 auto;
    }
    .section-about__text {
        width: 270px;
        height: 270px;
        padding:40px 0 0;
        font-size: 16px;
        line-height: 200%;
        letter-spacing: normal;
        font-feature-settings: "palt"; 
        margin: 0 auto;
    }
    .section-about__inner2 {
        display: block;
    }
    .section-about__text2 {
        width: 270px;
        height: 270px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 200%;
        letter-spacing: normal;
        font-feature-settings: "palt"; 
        margin: 0 auto;
    }
    .about__photo {
        padding-top: 30px;
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
}
.section-teacher {
    margin-top: 200px;
    padding: 0 80px;
}
.section-teacher__inner {
    display: flex;
    justify-content: center;
}
.section-teacher__name {
    font-size: 24px;
    color: #d20754;
    letter-spacing: 0.05em;
    padding: 100px 0 0 0;
    line-height: 150%;
}
.section-teacher__text {
    padding: 30px 0 80px 0;
    line-height: 200%;
    text-align: left;
}
.section-teacher__career {
    display: block;
    width: 43%;
}
.section-teacher__picture {
    width: 57%;
}
.section-teacher__career ul li {
    display: flex;
    align-items: flex-start;
    margin-left: -50px;
    line-height: 200%;
}
.section-teacher__career ul li img {
    width: 40%;
}
.section-teacher__icontext {
    width: 350px;
    padding-top: 50px;
    color: #707070;
}
.section-teacher__picture {
    padding-top: 100px;
    width: 40%;
}
@media screen and (max-width: 960px) {
    .section-teacher {
        margin-top: 60px;
        padding: 0 10px;
    }
    .section-teacher__inner {
        display: block;
    }
    .section-teacher__name {
        font-size: 16px;
        letter-spacing: 0.05em;
        font-feature-settings: "palt"; 
        padding: 40px 0 10px 0;
        text-align: center;
    }
    .section-teacher__text {
        display: flex;
        justify-content: center;
        padding: 0 0 40px 0;
        font-size: 14px;
        line-height: 170%;
        font-feature-settings: "palt"; 
    }
    .section-teacher__career {
        width: 100%;
    }
    .section-teacher__career ul li {
        display: flex;
        justify-content: center;
        margin: 0;
        line-height: 150%;
    }
    .section-teacher__icontext {
        padding-top: 10px;
        font-size: 14px;
        font-feature-settings: "palt"; 
        color: #707070;
        margin-left: -20px;
    }
    .section-teacher__career ul li img {
        margin-left: -30px;
        width: 35%;
        max-width: 200px;
        padding: 0 10px;
    }
    .section-teacher__picture {
        width: 100%;
        max-width: 500px;
        margin: auto;
        padding-top: 30px;
    }
}
.section-news {
    padding-top: 200px;
    background-image: url(../../assets/img/topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
} 
.section-news__inner {
    padding: 0 80px;
}
.section-news a {
    color: #707070;
    text-decoration: none;
    padding-top: 30px;
}
.section-news ul {
    padding-top: 100px;
    width: 800px;
    margin: auto;
}
.section-news ul li {
    padding: 30px 0 30px;
    color: #707070;
    border-top: solid 1px #333333;
}
.section-news ul li:last-of-type {
    border-bottom: solid 1px #333333;
}
.section-news ul li a {
    text-decoration: none;
}
.section-news ul li span {
    font-size: 14px;
    padding:0 70px 0 35px;
}
.section-news__a {
    max-width: 800px;
    text-align: right;
    padding: 30px 0 30px;
    margin: auto;
}
@media screen and (max-width: 960px) {
    .section-news {
        padding-top: 100px;
    } 
    .section-news__inner {
        padding: 0 10px;
    }
    .section-news a {
        font-size: 14px;
        padding-top: 0;
    }
    .section-news ul {
        padding-top: 40px;
        width: 100%;
        max-width: 500px;
    }
    .section-news ul li {
        padding: 20px 0;
    }
    .section-news ul li span {
        padding: 0 30px 0 5px;
    }
    .section-news__a {
        max-width: 500px;
        text-align: right;
        padding: 20px 0;
        margin: auto;
    }
}
.section-access {
    background-color: #ffffff;
}
.section-access__container {
    padding: 0 80px;
}
.section-access h2 {
    padding-top: 200px;
}
.section-access__inner {
    display: flex;
    margin: auto;
    max-width: 800px;
} 
.section-access__text {
    width: 70%;
}
.section-access__text ul {
    padding: 10px 0 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-access__text ul li:last-of-type {
    border-left: solid 1px #333333;
    padding: 0 0 0 10px;
}
.section-access__title {
    font-size: 24px;
    padding: 100px 30px 0 30px;
    line-height: 200%;
}
.section-access__detail {
    padding: 30px 30px 0 30px;
    color: #707070;
    line-height: 180%;
}
.section-access__detail__span {
    color: #d20754;
}
.section-access__img {
    width: 390px;
    padding-top: 100px;
}
@media screen and (max-width: 960px) {
    .section-access__container {
        padding: 0 10px;
    }
    .section-access h2 {
        padding-top: 60px;
    }
    .section-access__inner {
        width: 100%;
        max-width: 500px;
        display: block;
    } 
    .section-access__text {
        width: 100%;
    }
    .section-access__text ul {
        padding: 0;
        justify-content: flex-end;
    }
    .section-access__title {
        font-feature-settings: "palt"; 
        font-size: 16px;
        padding: 40px 0 0 0;
    }
    .section-access__detail {
        padding: 20px 0 0 0;
        line-height: 150%;
        font-size: 14px;
    }
    .section-access__img {
        width: 250px;
        padding: 60px 0 0;
        margin: 0 auto;
    }
}

