@charset "UTF-8";


/* header
------------------------------------------------- */
#header .logo a span {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #F77201;
    padding-left: 1.35em;
}
@media only screen and (max-width:750px){
#header .logo a span {
    display: block;
    font-size: 3.733vw;
    padding: 0.5vw 0 0 2em;
}
}


/* hikari
------------------------------------------------- */
.hikari {
    width: auto;
    height: 113.0775em;
    position: fixed;
    top: 50%;
    left: -17.5em;
    margin-top: -60em;
    mix-blend-mode: screen;
    z-index: 2;
}
.hikari .hikari1,
.hikari .hikari2,
.hikari .hikari3 {
    width: auto;
    height: 113.0775em;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100vw);
}
.hikari .hikari1 {
    animation: hikari 5s ease 0.8s infinite;
}
.hikari .hikari2 {
    animation: hikari 5s ease 2.4s infinite;
}
.hikari .hikari3 {
    animation: hikari 5s ease 4s infinite;
}
.hikari img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
@media only screen and (max-width:750px){
.hikari {
    height: 191.712vw;
    top: 50%;
    left: -70vw;
    margin-top: -110vw;
}
.hikari .hikari1,
.hikari .hikari2,
.hikari .hikari3 {
    height: 191.712vw;
}
.hikari .hikari1 {
    animation: hikari-sp 5s ease 0.8s infinite;
}
.hikari .hikari2 {
    animation: hikari-sp 5s ease 2.4s infinite;
}
.hikari .hikari3 {
    animation: hikari-sp 5s ease 4s infinite;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 34.375em;
    background: url("../img/highschool/mainimg.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
.mainvisual h2 {
    width: 16.0714em;
    background: linear-gradient(30deg, #F2CA1F, #F77200);
    font-weight: 900;
    line-height: 2.4285;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width:750px){
.mainvisual {
    height: 77.33vw;
    background-image: url("../img/highschool/mainimg_sp.jpg");
    position: relative;
}
.mainvisual h2 {
    font-size: 6.4vw;
    width: 66.133vw;
    line-height: 12.8vw;
    position: absolute;
    left: 0;
    bottom: 0;
}
}


/* second
------------------------------------------------- */
.second {
    width: 100%;
    background: url("../img/highschool/bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 8.75em 0 12.5em;
}
.second .headline1 {
    text-align: left;
    position: relative;
    z-index: 3;
}
.second .headline1::before {
    left: 0;
    margin-left: 0;
}
.second p {
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.055em;
    color: #2E3163;
    padding-bottom: 2em;
    position: relative;
    z-index: 3;
}
.second .box {
    display: flex;
    justify-content: flex-end;
    padding-top: 10em;
    position: relative;
    z-index: 3;
}
.second h4 {
    display: flex;
    justify-content: flex-end;
    margin-top: 3em;
    position: relative;
    z-index: 3;
}
.second h4 img {
    display: block;
    width: 54.66125em;
}
.second .img1 {
    width: 49.40625em;
    position: absolute;
    left: 50%;
    margin-left: -1.375em;
    top: 8.375em;
}
.second .img2 {
    width: 34.40625em;
    position: absolute;
    right: 50%;
    margin-right: 11.625em;
    top: 53.0625em;
}
@media only screen and (max-width:750px){
.second {
    background-size: auto 100%;
    padding: 16.5vw 0 153vw;
}
.second .headline1 {
    text-align: left;
}
.second .headline1::before {
    left: 0;
    margin-left: 0;
}
.second p {
    font-weight: 500;
    line-height: 1.857;
    padding-bottom: 2em;
}
.second .box {
    display: block;
    padding-top: 0;
}
.second h4 {
    display: block;
    width: 100%;
    margin-top: 2em;
}
.second h4 img {
    width: 100%;
}
.second .img1 {
    width: 86.016vw;
    margin-left: -26.66vw;
    top: auto;
    bottom: -81.33vw;
}
.second .img2 {
    width: 61.5386vw;
    margin-right: -6.933vw;
    top: auto;
    bottom: -135vw;
}
}


/* about
------------------------------------------------- */
.about {
    background-color: #F7F9FA;
    padding: 9.375em 0 10.9375em;
    position: relative;
    z-index: 5;
}
.about h4 {
    font-weight: 700;
    line-height: 1.428;
    letter-spacing: 0.2em;
    padding-bottom: 2em;
    color: #F77201;
    text-align: center;
}
.about ul li {
    width: 20.625em;
}
.about ul li:nth-child(2) {
    margin: 0 -1.875em;
}
.about ul li h5 {
    width: 20.625rem;
    height: 20.625rem;
    background-color: #F3BA19;
    border-radius: 50%;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-align: center;
    color: #fff;
    padding-top: 5.5em;
    box-sizing: border-box;
    mix-blend-mode: multiply;
}
.about ul li:nth-child(2) h5 {
    background-color: #F5990E;
}
.about ul li:nth-child(3) h5 {
    background-color: #F77201;
}
.about ul li h5 span {
    display: block;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 0.5em;
}
.about ul li p {
    width: 17.857em;
    margin: 2em auto 0;
    line-height: 1.85;
    letter-spacing: 0.03em;
}
.about .sec1 {
    padding: 9.25em 0 7em;
}
.about .sec1 h4 {
    text-align: left;
    line-height: 1.733;
    letter-spacing: 0.06em;
    padding-bottom: 1em;
}
.about .sec1 div {
    position: relative;
}
.about .sec1 .con {
    width: 40.625em;
}
.about .sec1 .photo {
    width: 33.75em;
    position: absolute;
    right: -9.375em;
    top: 0.6em;
}
.about .sec2 {
    padding-bottom: 5.625em;
}
.about .sec2 .box {
    width: 75em;
    margin-left: -3.125em;
    position: relative;
}
.about .sec2 .box h4 {
    line-height: 1.733;
    letter-spacing: 0.06em;
    position: absolute;
    left: 50%;
    top: 11.5em;
    transform: translateX(-50%);
}
.about .btnst1.high a {
    width: 33.333em;
    height: 6.25em;
    border-radius: 0;
    margin: 0 auto;
}
.about .btnst1.high a::after {
    content: '';
    width: 0.75rem;
    height: 1.375rem;
    left: 90.5%;
    margin-top: -0.6875rem;
}
@media only screen and (min-width:751px){
.about .btnst1.high a:hover::after {
    left: 92.5%;
}
}
@media only screen and (max-width:750px){
.about {
    padding: 16vw 0 25vw;
}
.about h4 {
    font-size: 4.8vw;
    padding: 2em 0 1.5em;
}
.about .img {
    width: 93.33vw;
    margin: 0 0 14.5vw -3.335vw;
}
.about ul li {
    width: 100%;
}
.about ul li:nth-child(2) {
    margin: 6.5vw 0;
}
.about ul li h5 {
    font-size: 4.266vw;
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    text-align: left;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    padding: 0;
    mix-blend-mode: normal;
}
.about ul li:nth-child(2) h5 {
    background-color: rgba(0,0,0,0);
}
.about ul li:nth-child(3) h5 {
    background-color: rgba(0,0,0,0);
}
.about ul li h5::before {
    content: '●';
    color: #F3BA19;
    padding-right: 0.5em;
}
.about ul li:nth-child(2) h5::before {
    color: #F5990E;
}
.about ul li:nth-child(3) h5::before {
    color: #F77201;
}
.about ul li h5 span {
    display: inline;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 0;
}
.about ul li p {
    width: 100%;
    margin: 1em 0 0;
}
.about .sec1 {
    padding: 9vw 0 16vw;
}
.about .sec1 h4 {
    padding-bottom: 1.25em;
}
.about .sec1 div {
    position: relative;
}
.about .sec1 .con {
    width: 100%;
}
.about .sec1 .con p {
    line-height: 1.857;
    letter-spacing: 0.055em;
}
.about .sec1 .photo {
    width: 100%;
    position: static;
    margin: 2.5em 0 0;
}
.about .sec2 {
    padding-bottom: 4.5em;
}
.about .sec2 .box {
    width: 95.466vw;
    margin-left: -4.733vw;
}
.about .sec2 .box h4 {
    font-size: 3.2vw;
    line-height: 1.8;
    top: 6em;
    white-space: nowrap;
    padding-left: 0.75em;
}
.about .btnst1.high a {
    width: 100%;
    height: 4.25em;
}
}


/* voice-list3
------------------------------------------------- */
.voice-list3 {
    background-color: #fff;
    padding: 9.375em 0 6.25em;
    position: relative;
    z-index: 5;
}
.voice-list3 .headline1 {
    margin-bottom: 2.5em;
}
.voice-list3 .sec:nth-child(2n-1) a {
    flex-direction: row-reverse;
}
.voice-list3 .sec:nth-child(2n) a {
    flex-direction: row;
}
.voice-list3 .btnst1.high a {
    width: 33.333em;
    height: 6.25em;
    border-radius: 0;
    margin: 4.55em auto 0;
}
.voice-list3 .btnst1.high a::after {
    content: '';
    width: 0.75rem;
    height: 1.375rem;
    left: 90.5%;
    margin-top: -0.6875rem;
}
@media only screen and (min-width:751px){
.about .btnst1.high a:hover::after {
    left: 92.5%;
}
}
@media only screen and (max-width:750px){
.voice-list3 {
    padding: 20vw 0;
}
.voice-list3 .headline1 {
    margin-bottom: 2em;
}
.voice-list3 .btnst1.high a {
    width: 86%;
    height: 4.25em;
    border-radius: 0;
    margin: 4.55em auto 0;
}
}


/* bnr-list
------------------------------------------------- */
.bnr-list {
    background-color: #eff2f4;
    padding: 9.375em 0 2.5em;
    position: relative;
    z-index: 5;
}
.bnr-list ul li {
    margin-bottom: 3.125em;
}
@media only screen and (max-width:750px){
.bnr-list {
    padding: 20vw 0;
}
.bnr-list ul li {
    margin-bottom: 2em;
}
}


/* faq
------------------------------------------------- */
.faq {
    background-color: #fff;
    padding: 7.5em 0;
    position: relative;
    z-index: 5;
}
.faq .inner {
    padding: 0 13.15em;
}
.faq .con {
    padding-bottom: 1.875em;
}
.faq .con dl {
    display: flex;
    justify-content: space-between;
}
.faq .con dl dt {
    width: 7.755%;
}
.faq .con dl dt span {
    width: 1.53em;
    height: 1.53em;
    background: linear-gradient(45deg, #F77200, #F2CA1F);
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq .con dl dd {
    width: 92.245%;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(125,139,149,0.3);
}
.faq .con.last dl dd {
    padding-bottom: 0;
    border-bottom: none;
}
.faq .con dl dd h4 {
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.35em 0 1em;
}
@media only screen and (max-width:750px){
.faq {
    padding: 20vw 0;
}
.faq .inner {
    padding: 0;
}
.faq .con {
    padding-bottom: 1.25em;
}
.faq .con dl dt {
    width: 16%;
}
.faq .con dl dt span {
    font-size: 7.2vw;
}
.faq .con dl dd {
    width: 84%;
    padding-bottom: 1.25em;
}
.faq .con dl dd h4 {
    font-size: 4vw;
    line-height: 1.875;
}
.faq .con dl dd p {
    line-height: 1.875;
}
}
