@charset "UTF-8";
/* CSS Document */

:root {
	--usedColor:#f76a88;
    --usedColorMedium:#faa6b8;
	--usedColorLight:#feedf1;
	--colorGray:#efefef;
	--colorGrayDark:#989898;
	--colorGrayLight:#f1f1f1;
	--colorWhite:#fff;
	--colorBlack:#000;
	--border:1px solid var(--usedColor);
	--borderWhite:1px solid var(--colorWhite);
	--borderBlack:1px solid var(--colorBlack);
}

.usedColor {
    color: var(--usedColor);
}

.usedColorMedium {
    color: var(--usedColorMedium);
}

.usedColorLight {
    color: var(--usedColorLight);
}

.colorWhite {
    color: var(--colorWhite) !important;
}

.colorGrayDark {
    color: var(--colorGrayDark) !important;
}

.bgUsedColor {
    background-color: var(--usedColor);
}

.bgUsedColorMedium {
    background-color: var(--usedColorMedium);
}

.bgUsedColorLight {
    background-color: var(--usedColorLight);
}

.bgColorWhite {
    background-color: var(--colorWhite) !important;
}

.bgColorGrayLight {
    background-color: var(--colorGrayLight) !important;
}

.damion {
    font-family: 'Damion', cursive;
}

.main {
    min-height: 800px;
    background: url("../img/academy/main.jpg") no-repeat center center;
    background-size: cover;
}

.mainLeft {
    position: absolute;
}

.mainTxtWrap {
    position: absolute;
    z-index: 10;
    bottom: 17%;
    left: 10%;
}

.mainTxt {
    font-size: 3.4rem;
    /*font-size: calc(100vw * 34 / 1400);*/
    color: var(--colorWhite);
    background-color: var(--usedColor);
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.mainTxt::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid var(--usedColor);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.mainTxt::before {
    bottom: -10px;
}

.academyH1 {
    font-family:'Noto Sans JP',Arial,sans-serif;
    font-size: 12rem;
    /*font-size: calc(100vw * 120 / 1400);*/
    line-height: 1.2;
    color: var(--usedColor);
    -webkit-text-stroke: 3px var(--colorWhite);
    text-stroke: 3px var(--colorWhite);
    /*text-shadow: -1px -1px 0 var(--colorWhite), 1px -1px 0 var(--colorWhite), -1px 1px 0 var(--colorWhite), 1px 1px 0 var(--colorWhite);*/
}

.academyH1 span {
    color: var(--colorWhite);
    -webkit-text-stroke: 3px var(--usedColor);
    text-stroke: 3px var(--usedColor);
    /*text-shadow: -1px -1px 0 var(--usedColor), 1px -1px 0 var(--usedColor), -1px 1px 0 var(--usedColor), 1px 1px 0 var(--usedColor);*/
    display: block;
}

@media screen and (max-width: 1400px) {
    .mainTxt {
        font-size: calc(100vw * 34 / 1400);
    }
    .academyH1 {
        font-size: calc(100vw * 120 / 1400);
    }
}

.mainLeftSp {
    display: none;
}

.mainBr {
    display: none;
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 768px) {
    .mainLeft {
        display: none;
    }
    .mainLeftSp {
        display: block;
    }
    .main {
        min-height: auto;
        aspect-ratio: 40 / 55;
        background: url("../img/academy/main.jpg") no-repeat 45% center;
        background-size: cover;
    }
    .mainTxtWrap {
        left: 5%;
    }
    .mainBr {
        display: inline-block;
    }
    .mainTxt {
        font-size: calc(100vw * 18 / 400);
        text-align: center;
        line-height: 1.3;
        padding: 0.5rem 1rem;
    }
    .academyH1 {
        font-size: calc(100vw * 62 / 400);
        line-height: 1.1;
    }
}

@media screen and (max-width: 600px) {
    .academyH1 {
        -webkit-text-stroke: 2px var(--colorWhite);
        text-stroke: 2px var(--colorWhite);
    }
    .academyH1 span {
        color: var(--colorWhite);
        -webkit-text-stroke: 2px var(--usedColor);
        text-stroke: 2px var(--usedColor);
    }
}

.s1 {
    padding: 90px 0;
}

.s1txt1 {
    font-size: 2.4rem;
}

.s1flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

/*.circle {
   display: inline-block;
    color: var(--colorWhite);
    background-color: var(--usedColor);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    text-align: center;
    font-size: 3.0rem;
    line-height: 155px;
}*/

.circle {
    max-width:  145px;
    border-radius: 100%;
    padding: 22px;
    color: var(--colorWhite);
    background-color: var(--usedColor);
    display: flex;
    align-items: center; 
    font-size: 3.0rem;
}

.circle::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.s1num {
    color: var(--usedColorMedium);
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.s1h2 {
    padding-top: 1rem;
}

.s1plus {
    color: var(--usedColorMedium);
    font-size: 4.5rem;
}

.s1txt2 {
    font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
    .s1 {
        padding: 45px 0;
    }
    .s1txt1 {
        font-size: 1.6rem;
    }
    .s1flex {
        gap: 0.5rem;
    }
    .circle {
        font-size: calc(100vw * 20 / 400);
    }
    .s1plus {
        font-size: calc(100vw * 25 / 400);
    }
}

@media screen and (max-width: 480px) {
    .circle {
        padding: 15px;
    }
}

.s2 {
    padding: 30px 0;
}

.s2Flex {
    display: flex;
    gap: 3%;
}

.s2cont {
    width: 48.5%;
    background-color: var(--colorWhite);
    padding: 40px;
}

.s2h2 {
    font-size: 2.4rem;
}

.s2ul {
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
}

.s2txtBtm {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 9.5rem;
    transform: rotate(-10deg); 
    line-height: 1.0;
}

@media screen and (max-width: 768px) {
    .s2Flex {
        flex-direction: column;
        gap: 2rem;
    }
    .s2cont {
        width: 100%;
        background-color: var(--colorWhite);
        padding: 40px;
    }
}

@media screen and (max-width: 480px) {
    .s2Flex {
        gap: 1.5rem;
    }
    .s2cont {
        padding: 2rem;
    }
    .s2h2 {
        font-size: calc(100vw * 16 / 400);
    }
    .s2ul {
        font-size: calc(100vw * 14 / 400);
    }
    .s2txtBtm {
        font-size: calc(100vw * 70 / 400);
    }
}

.s3 {
    margin: 90px auto 0;
    padding: 50px 30px;
    border: 10px solid var(--colorGray);
    display: flex;
    align-items: center;
    gap: 40px;
}

.s3left {
    width: 250px;
    flex-shrink: 0;
}

.name {
}

.prof {
    font-size: 1rem;
}

.s3h2 {
    font-size: 3.8rem;
    line-height: 1.4;
}

@media screen and (max-width: 1000px) {
    .s3h2 {
        font-size: calc(100vw * 38 / 1000);
    }
}

@media screen and (max-width: 768px) {
    .s3 {
        flex-direction: column;
        gap: 40px;
    }
    .s3left {
        width: 100%;
        order: 2;
        display: flex;
        gap: 2rem;
    }
    .s3right {
        order: 1;
    }
    .s3h2 {
        text-align: center;
    }
    .profImg {
        width: 42%;
        flex-shrink: 0;
    }
    .name {
        font-size: 1.7rem;
    }
    .prof {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .s3 {
        margin: 45px auto 0;
        gap: 2rem;
        padding: 1.5rem 1rem;
    }
    .s3left {
        gap: 0.5rem;
    }
    .name {
        font-size: calc(100vw * 14 / 400);
    }
    .prof {
        font-size: calc(100vw * 12 / 400);
    }
    .s3h2 {
        font-size: calc(100vw * 26 / 400);
    }
}

.bnrWrap {
    padding: 90px 0;
    display: flex;
}

.bnrImg {
    width: 45%;
}

.bnrRight {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bnrBtn a {
    width: 400px;
    display: block;
	outline: 1px solid var(--colorWhite);
	outline-offset: -5px;
    padding: 1rem 0;
    font-size: 2.4rem;
}

.bnrArw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transition: all 0.3s;
}

.bnrBtn a:hover .bnrArw {
    right: 3%;
}

@media screen and (max-width: 1000px) {
  .bnrImg img {
      aspect-ratio: 9 / 7;
      object-fit: cover;
      width: 100%
  }
  .bnrBtn {
      width: 100%;
  }
  .bnrBtn a {
      width: 90%;
      margin: auto;
  }
}

@media screen and (max-width: 700px) {
    .bnrWrap {
        flex-direction: column;
    }
    .bnrImg {
        width: 100%;
    }
    .bnrImg img {
        aspect-ratio: 9 / 4;
    }
    .bnrRight {
        width: 100%;
        padding: 2rem 0;
    }
}

@media screen and (max-width: 480px) {
    .bnrWrap {
        padding: 40px 0;
    }
    .bnrRight {
        padding: 1rem 0;
    }
    .bnrLogo {
        width: 60%;
    }
    .bnrBtn a {
        font-size: calc(100vw * 15 / 400);
        padding: 1.5rem 0;
    }
}

.s4 {
    padding: 90px 0;
}

.s4head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s4txt1 {
    font-size: 3.0rem;
}

.s4h2 {
    font-size: 5.2rem;
    line-height: 1.4;
}

.imgS41 {
    width: 36.3%;
    max-width: 363px;
}

@media screen and (max-width: 1000px) {
    .s4txt1 {
        font-size: calc(100vw * 30 / 1000);
    }
    .s4h2 {
        font-size: calc(100vw * 52 / 1000);
    }
}

@media screen and (max-width: 600px) {
    .s4head {
        flex-direction: column;
        gap: 2rem;
    }
    .s4txt1 {
        font-size: calc(100vw * 16 / 400);
        text-align: center;
    }
    .s4h2 {
        font-size: calc(100vw * 24 / 400);
        text-align: center;
    }
    .imgS41 {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .s4 {
        padding: 45px 0;
    }
}

.s4h3 {
    font-size: 2.8rem;
    line-height: 1.3;
}

.s4h3 big {
    font-size: 142%;
}

.s4elm3 {
    padding: 30px;
}

.s4h4 {
    font-size: 2.2rem;
}

.bbd {
    border-bottom: 1px dashed var(--usedColor);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .s4h3 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 600px) {
    .s4h3 {
        font-size: calc(100vw * 15 / 400);
    }
    .s4elm3 {
        padding: 1.5rem;;
    }
    .s4h4 {
        font-size: calc(100vw * 16 / 400);
    }
}

.s4elm5 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin-top: 20px;
}

.elm5 {
    width: 49%;
    padding: 20px 30px;
}

.elm5img {
    position: absolute;
    top: 0;
    right: -30px;
}

@media screen and (max-width: 600px) {
    .elm5 {
        width: 100%;
        padding: 1.5rem;;
    }
    .elm5img {
        width: 88%;
        top: 0;
        right: -4%;
    }
}

.bgS4 {
    background: url("../img/academy/bg_s4.png") no-repeat center center;
    padding: 150px 0;
}

@media screen and (max-width: 600px) {
    .bgS4 {
        background: url("../img/academy/bg_s4.png") no-repeat 50% 100%;
        padding: 45rem 0 0;
    }
}

@media screen and (max-width: 480px) {
    .bgS4 {
        padding: 40rem 0 0;
    }
}

.s4h2btm {
    font-size: 2.8rem;
    display: inline-block;
    line-height: 1.2;
    padding: 0 2rem 0.5rem;
    position: relative;
}

.s4h2btm big {
    font-size: 170%;;
}

.s4h2btm::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid var(--colorWhite);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.s4h2btm::before {
    bottom: -15px;
}

.stepWrap {
    display: flex;
    gap: 2rem;
    padding: 20px;
    border: 1px solid var(--usedColorMedium);
    box-shadow: 3px 3px 0 var(--usedColorMedium);
}

.stepImg {
    width: 25.5%;
    flex-shrink: 0;
}

.stepDl {
    border-bottom: 1px dashed var(--colorBlack);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.stepDl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4rem;
    padding: 0 15px;
}

.stepDl dd {
    font-size: 2.0rem;
}

.s4btmDl {
    display: flex;
    height: 60px;
}

.s4btmDl dt {
    display: flex;
    align-items: center;
    padding: 0 0 0 2rem;
    position: relative;
    font-size: 1.9rem;
}

.s4btmDl dt::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid var(--usedColor);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.s4btmDl dd {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.s4br {
    display: none;
}

@media screen and (max-width: 1100px) {
    .s4btmDl {
        flex-direction: column;
        height: auto;
    }
    .s4btmDl dt {
        justify-content: center;
        padding-top: 1rem;
    }
    .s4btmDl dt::before {
        content: none;
    }
    .s4btmDl dt:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 44.5vw 0 44.5vw;
        border-color: var(--usedColor) transparent transparent transparent;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .s4btmDl dd {
        padding: 3rem 1rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .s4h2btm {
        font-size: calc(100vw * 28 / 1000);
    }
}

@media screen and (max-width: 600px) {
    .s4h2btm {
        margin-top: -5rem;
    }
    .s4br {
        display: inline-block;
    }
    .s4h2btm {
        font-size: calc(100vw * 22 / 400);
        padding-top: 1.5rem;
        width: 100%;
    }
    .s4tac {
        text-align: left;
    }
    .stepWrap {
        flex-direction: column;
        gap: 2rem;
        padding: 20px;
    }
    .stepImg {
        width: 100%;
    }
    .stepImg img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    .stepDl dt {
        font-size: calc(100vw * 20 / 400);
    }
    .stepDl dd {
        font-size: calc(100vw * 16 / 400);
    }
}

.s5 {
    padding: 90px 0;
}

.s5Wrap {
    padding: 45px;
}

.s5h3 {
    padding: 0.5rem 0;
}

.s5dl {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.s5dl dt {
    width: 15rem;
}

.s5ul {
    border-bottom: 1px dashed var(--colorBlack);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.price {
    font-size: 2.8rem;
}

.price small {
    font-size: 71%;
}

.specialoffer {
    padding: 2rem 4rem;
    margin-top: 4rem;
}

.specialofferTxt {
    font-size: 2.0rem;
}

.specialofferTxt2 {
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 4.0rem;
    transform: rotate(-10deg);
    line-height: 1.0;
    text-shadow: -2px -2px 0 var(--usedColorLight), 2px -2px 0 var(--usedColorLight), -2px 2px 0 var(--usedColorLight), 2px 2px 0 var(--usedColorLight);
}

.newStart {
    padding: 20px 70px 20px 120px;
    margin-top: 3rem;
}

.nsTxt {
    font-size: 2.0rem;
}

.nsTxt span {
    padding-left: 2rem;
}

.nsIco {
    position: absolute;
    top: -15px;
    left: -58px; 
}

@media screen and (max-width: 600px) {
    .s5Wrap {
        padding: 5%;
    }
    .s5dl {
        font-size: calc(100vw * 15 / 400);
    }
    .s5dl dt {
        width: 18rem;
    }
    .s5ul li {
        margin-bottom: 1rem;
    }
    .price {
        font-size: calc(100vw * 18 / 400);
    }
    .specialofferTxt {
        font-size: calc(100vw * 16 / 400);
        line-height: 1.2;
    }
    .specialofferTxt2 {
        font-size: calc(100vw * 30 / 400);
        top: -10%;
        left: -20px;
    }
    .newStart {
        padding: 2rem 2rem 2rem 2rem;
    }
    .nsTxt {
        font-size: calc(100vw * 18 / 400);
        line-height: 1.6;
        padding-left: 12rem;
    }
    .nsTxt span {
        padding-left: 0;
        display: inline-block;
    }
    .nsIco {
        width: 23%;
        top: -15px;
        left: -5px; 
    }
}

@media screen and (max-width: 480px) {
    .s5 {
        padding: 45px 0;
    }
    .s5dl dt {
        width: 14.5rem;
    }
    .nsTxt {
        padding-left: 9rem;
    }
}

.schoolList {
    padding: 50px 0;
}

.listH2 {
    font-size: 2.0rem;
}

.listUl {
    display: flex;
    flex-flow: wrap;
    gap: 5px 0.4%;
}

.listUl li {
    width: 24.7%;
}

.listUl li.toTop {
    width: 49.8%;
}

.listUl li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
    .listUl {
        display: flex;
        flex-flow: wrap;
        gap: 0.75rem 1%;
    }
    .listUl li {
        width: 49.5%;
    }
    .listUl li.toTop {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .schoolList {
        padding: 30px 0;
    }
    .listH2 {
        font-size: 1.8rem;
    }
    .listUl {
        gap: 0.5rem 1%;
    }
    .listUl li a {
        padding: 1.5rem 1rem;
        font-size: 1.2rem;
    }
}

.footer {
    padding: 30px;
}

.footetTxt {
    font-size: 2.0rem;
}

.footerArea {
    display: flex;
    justify-content: space-between;
}

.footerAreaWrap {
    width: 23.5%;
    background-color: #333;
    padding: 1.5rem 0;
}

.footerAreaWrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 2.0rem;
}

.copy {
    font-size: 1.2rem;
}

.ftBr {
    display: none;
}

@media screen and (max-width: 1000px) {
    .footerArea {
        flex-flow: wrap;
        gap: 1rem 0;
    }
    .footerAreaWrap {
        width: 49.5%;
    }
}

@media screen and (max-width: 834px) {
    .ftBr {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .footer {
        padding: 2rem 1rem;
    }
    .footetTxt {
        font-size: calc(100vw * 15 / 400);
    }
    .footerAreaWrap {
        padding: 1rem 0;
    }
    .footerAreaWrap a {
        font-size: calc(100vw * 22 / 400);
    }
    .footerAreaWrap {
        width: 100%;
    }
}













