/*基础CSS*/

* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "NotoSansJP";
    src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.ttf") format("woff"), url('../font/NotoSansJP-Regular.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NotoSansJP";
    src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url('../font/NotoSansJP-Medium.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NotoSansJP";
    src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url('../font/NotoSansJP-Medium.woff') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NotoSansJP";
    src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url('../font/NotoSansJP-Bold.woff') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    font-family: "NotoSansJP";
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all .3s;
    text-decoration: none;
    opacity: .9;
    filter: opacity(90%);
}

img {
    max-width: 100%;
    height: auto;
}

p,
dl,
dt,
dd,
ul {
    margin: 0px;
    padding: 0px;
}


.container {
    width: 96%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 1330px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/****** header ******/
header {
    background-color: #fff;
    padding: 1% 0;
}

header .hcon {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

header .hlogo {}

header .hlogo>a {
    display: block;
    max-width: 171px;
}

header .hmenu {
    width: calc(100% - 230px - 200px);
}

header .hmenu ul {
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
}

header .hmenu ul li {
    position: relative;
}

header .hmenu ul li>a {
    display: block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 39px;
    text-transform: uppercase;
    color: #42495B;
}

header .hmenu ul li>a.on,
header .hmenu ul li>a:hover {
    color: #FF6666;
}

header .hbtn {}

header .hbtn>a {
    display: block;
    background-color: #FF6666;
    width: 198px;
    line-height: 39px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 999px;
}

#index-mv {}

#index-mv .swiper-slide img {
    width: 100%;
}

#index-mv .swiper-slide .txt {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

#index-mv .swiper-slide .txt p {
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 13px #0A0A0ACC;
}

#index-mv .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url('../image/l-arrow.png') no-repeat center;
}

#index-mv .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url('../image/r-arrow.png') no-repeat center;
}

#index-mv .swiper-button-prev.swiper-button-disabled,
#index-mv .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    filter: opacity(50%);
}

#index-icons {
    margin: 8% 0;
}

#index-icons ul {
    display: inline-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

#index-icons ul li {
    text-align: center;
}

#index-icons ul li img {}

#index-icons ul li .tit {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #FF6666;
    margin: 12px 0;
}

#index-icons ul li .tit strong {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center;
    color: #FF6666;
}

#index-icons ul li .stit {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.45;
    text-align: center;
    color: #42495B;
}

.n-tit {}

.n-tit h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.27;
    letter-spacing: 0.55px;
    text-align: center;
    color: #FF6666;
}

.n-tit h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.875;
    text-align: center;
    color: #42495B;
}

.n-tit p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
    color: #595959;
    max-width: 773px;
    width: 96%;
    margin: 1% auto;
}

#index-course {
    padding: 8% 0 8% 0;
}

#index-course .cons {
    margin-top: 3%;
}

#index-course .cons ul {
    display: inline-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#index-course .cons ul li {
    width: calc(96% / 3);
    background: #fff;
    border-radius: 5px;
}

#index-course .cons ul li img {
    width: 100%;
}

#index-course .cons ul li>div {
    padding: 4%;
}

#index-course .cons ul li .tit {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    color: #FF6666;
}

#index-course .cons ul li .stit {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #808080;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 2%;
    margin-top: 2%;
    min-height: 172px;
}

#index-course .cons ul li .button {
    margin-top: 4%;
    text-align: right;
}

#index-course .cons ul li .button>a {
    display: block;
    width: 108px;
    text-align: center;
    line-height: 34px;
    background: #FF6666;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: auto;
}

#index-teachers {
    padding: 8% 0 15% 0;
}

#index-teachers .cons {
    margin-top: 5%;
}

#index-teachers .cons ul {
    display: inline-flex;
    display: flex;
    justify-content: space-between;
}

#index-teachers .cons ul li {
    width: calc(96% / 3);
    text-align: center;
}

#index-teachers .cons ul li img {
    max-width: 100%;
}

#index-teachers .cons ul li .tit {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.45;
    text-align: center;
    color: #42495B;
    margin-top: 5%;
}

#index-teachers .cons ul li .stit {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.78;
    text-align: center;
    color: #B9B9B9;
}

#index-teachers .cons ul li .txt {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #808080;
    margin-top: 4%;
}

#index-apply {
    padding: 20% 0 7% 0;
}

#index-apply .cons {
    background-color: #fff;
    width: 96%;
    max-width: 1272px;
    padding: 2% 3%;
    margin: 0 auto;
    box-sizing: border-box;
}

#index-apply .cons .tit {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3;
    color: #FF6666;
    text-align: center;
}

#index-apply .cons .txt {}

#index-apply .cons .txt>p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    color: #595959;
}

#index-apply .cons .txt ul {
    display: inline-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    flex-wrap: wrap;
}

#index-apply .cons .txt ul li {
    width: calc(100% / 5);
    position: relative;
    text-align: center;
}

#index-apply .cons .txt ul li::before {
    content: '';
    display: block;
    border: 2px dotted #FF6666;
    position: absolute;
    top: 40%;
    left: -2px;
    width: 23%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#index-apply .cons .txt ul li::after {
    content: '';
    display: block;
    border: 2px dotted #FF6666;
    position: absolute;
    top: 40%;
    right: 0px;
    width: 23%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#index-apply .cons .txt ul li:first-child::before,
#index-apply .cons .txt ul li:last-child::after {
    display: none;
}

#index-apply .cons .txt ul li img {}

#index-apply .cons .txt ul li p {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.28;
    text-align: center;
    color: #595959;
    max-width: 181px;
    margin: 2% auto;
}

#index-apply .cons .button {}

#index-apply .cons .button>a {
    display: block;
    width: 90%;
    max-width: 340px;
    text-align: center;
    line-height: 52px;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    background: #FF6666;
    border-radius: 5px;
    margin: 3% auto;
}

#index-location {
    padding: 3% 0 5% 0;
}

#index-location .n-tit h2,
#index-news .n-tit h2 {
    color: #FF6666;
}

#index-location ul {
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 1%;
}

#index-location ul li {
    background-color: #FAFAFA;
    max-width: 413px;
    margin-right: 2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#index-location ul li:last-child {
    margin-right: 0;
}

#index-location ul li img {}

#index-location ul li .tit {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.23;
    text-align: center;
    color: #42495B;
    padding: 20px 0;
}

#index-location ul li .button {}

#index-location ul li .button>a {
    display: block;
    max-width: 108px;
    width: 90%;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FF6666;
    margin: 0 auto 20px auto;
}

#index-location ul li .button>a:hover {
    background-color: #fff;
    color: #FF6666;
}

#index-news {
    background-color: #FAFAFA;
    padding: 6% 0 3% 0;
}

#index-news ul {
    display: inline-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3%;
    box-sizing: border-box;
}

#index-news ul li {
    width: calc(96% / 3);
    max-width: 413px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
}

#index-news ul li .con {
    background-color: #fff;
    padding: 20px;
}

#index-news ul li img {}

#index-news ul li .date {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    color: #FF6666;
    width: 78px;
    background: #fff;
    box-shadow: -2px 2px 6px 1px #0000000D;
    padding: 10px 5px;
    border-radius: 6px;
    transform: translate(15px, -60px);
    -webkit-transform: translate(15px, -60px);
    -moz-transform: translate(15px, -60px);
    -ms-transform: translate(15px, -60px);
    -o-transform: translate(15px, -60px);
}

#index-news ul li .date span {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #42495B;
    display: block;
}

#index-news ul li .tit {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #42495B;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
    margin-top: -50px;
    min-height: 72px;
}

#index-news ul li .txt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.28;

    color: #42495B;

}

#index-news ul li>a {
    display: block;
}

#index-news ul li>a:hover .tit {
    color: #FF6666;
}

#index-news .button {
    margin-top: 5%;
}

#index-news .button>a {
    display: block;
    background: #FFFFFF;
    width: 90%;
    max-width: 340px;
    line-height: 52px;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #FF6666;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    margin: 3% auto;
    border: 1px solid #FF6666;
}

#index-news .button>a:hover {
    background-color: #FF6666;
    color: #fff;
}

/***** footer *****/
footer {
    background-color: #FF6666;
    padding: 5% 0 2% 0;
}

footer .ft {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

footer .ft .fl {}

footer .ft .fl .flogo>a {
    display: block;
    max-width: 279px;
}

footer .ft .fl .ftxt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #fff;
    margin-top: 5%;
}
footer .ft .fl .ftxt a {
    color: #fff;
}

footer .ft .fr {
    display: flex;
    display: inline-flex;
}

footer .ft .fr ul {
    min-width: 130px;
}

footer .ft .fr ul li {
    margin-bottom: 20px;
}

footer .ft .fr ul li a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0;
}

footer .fm {
    margin-top: 5%;
    margin-bottom: 2%;
}

footer .fm>a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: right;
}

footer .fb {
    padding-top: 2%;
    border-top: 1px solid #FFFFFFCC;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

footer .fb .copyright {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #FFFFFF;
}

footer .fb .fsns {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #FFFFFF;
}

footer .fb .fsns>a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#nban {
    position: relative;
    font-size: 0;
}

#nban img {
    width: 100%;
}

#nban .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

#nban .txt p {
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.3;
    color: #fff;
}

#nban .txt .breadcrumb {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
}

#nban .txt .breadcrumb>a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #FFFFFF;
}

.page {
    text-align: center;
    margin-top: 5%;
}

.page>a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: #B9B9B9;
    width: 20px;
    text-align: center;
    line-height: 20px;
}

.page>a.page-num-current {
    color: #FF6666;
}

.pagination {
    border-top: 1px solid #C6C6C6;
    padding-top: 3%;
    margin-top: 5%;
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.pagination>a {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    color: #42495B;
}

.pagination>a:hover {
    color: #FF6666;
}

.newPage {
    background-color: #FAFAFA;
}


.newArticle {
    margin: 3% 0 5% 0;
}

#news-article {
    margin-top: 3%;
    padding-top: 3%;
    margin-bottom: 5%;
}

#news-article h1 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    color: #232323;
    text-align: center;
}

#news-article .date {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #232323;
    margin-top: 2%;
}

#news-article .con {
    margin: 3% auto;
    max-width: 1200px;
}

#news-article .con p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2;
    color: #42495B;
}

#news-article>a {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    color: #42495B;
}


.aboutPage {
    background-color: #FAFAFA;
}

#about-message {
    padding: 5% 0 20% 0;
}

#about-message .con {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
}

#about-message .con .l {
    width: 30%;
}

#about-message .con .l img {
    width: 100%;
}

#about-message .con .l p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
}

#about-message .con .r {
    margin-left: 3%;
}

#about-message .con .r .txt {
    max-width: 917px;
}

#about-message .con .r .txt h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 5%;
}

#about-message .con .r .txt p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    color: #ffffff;
}


#about-feature {
    margin-top: -13%;
    margin-bottom: 7%;
}

#about-feature h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    width: fit-content;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
    margin: 0 auto;
}

#about-feature ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 5%;
}

#about-feature ul li {
    width: calc(98% / 3);
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 14px 28.8px 0px #98989821;
}

#about-feature ul li img {}

#about-feature ul li .tit {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    color: #FF6666;
    margin-top: 15px;
}

#about-feature ul li .txt {
    margin-top: 15px;
    margin-bottom: 15px;
}

#about-feature ul li .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #55575C;
}


#about-nums {}

#about-nums .con {
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 3%;
}

#about-nums .con h3 {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #FF6666;
}

#about-nums .con ul {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3%;
    flex-wrap: wrap;
}

#about-nums .con ul li {
    width: calc(96% / 5);
    text-align: center;
}

#about-nums .con ul li p:nth-child(1) {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #55575C;
}

#about-nums .con ul li p:nth-child(2) {
    font-weight: 800;
    font-size: 4.4rem;
    line-height: 1;
    text-align: center;
    color: #FF6666;
    margin-top: 10px;
}

#about-pics {
    margin-top: 8%;
    padding-bottom: 8%;
}

#about-pics h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    color: #FF6666;
    width: fit-content;
    border-bottom: 4px solid #FF6666;
    padding-bottom: 10px;
    margin: 0 auto;
}

#about-pics .con {
    margin-top: 5%;
    display: flex;
    display: inline-flex;
}

#about-pics .con .l {
    width: 48%;
}

#about-pics .con .l img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 100%;
}

#about-pics .con .r {
    width: 50%;
    margin-left: 1%;
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about-pics .con .r img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    width: calc(98% / 2);
    margin-bottom: 2%;
}

#about-pics .con .r img:nth-child(3),
#about-pics .con .r img:nth-child(4) {
    margin-bottom: 0;
}



.coursePage {}

.coursePage .n-tit h2 {
    color: #FF6666;
}


.courseArticle {}

#course-article {
    margin: 6% 0;
}

#course-article h1 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #FF6666;
    text-align: center;
}

#course-article .txt {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #595959;
    margin: 3% 0;
}

#course-article .con {}

#course-article .con h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.75;
    color: #464646;
    padding-bottom: 10px;
    margin-bottom: 2%;
    border-bottom: 1px solid #FF6666;
    margin-top: 5%;
}

#course-article .con h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

#course-article .con p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #595959;
    margin-bottom: 5px;
}

#course-article .con .uls {
    display: inline-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#course-article .con .nums {}

#course-article .con .nums ul {
    display: inline-flex;
    display: flex;
    margin: 2% 0;
}

#course-article .con .nums ul li {
    margin-right: 5%;
}

#course-article .con .nums ul li p {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #464646;
}


#course-article .con .uls ul {
    width: calc(96% / 2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #FF6666;
    margin-right: 2%;
}

#course-article .con .uls ul:last-child {
    margin-right: 0;
}

#course-article .con .uls ul li h3 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    color: #FF6666;
    border: none;
    margin-bottom: 0;
    margin-top: 10px;
}

#course-article .con .uls ul li h2 {
    line-height: 90px;
    background-color: #FF6666;
    color: #fff;

    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

#course-article .con .uls ul li p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    padding: 10px 0;
}

#course-article .con .uls ul li p .fee {
    color: #FF6666;
}

#course-article .con .uls ul li a {
    display: block;
    width: 90%;
    max-width: 172px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    font-size: 2.4rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    background: #FF6666;
    margin: 0 auto;
}

.scheduleArticle {}

#schedule-article {
    margin: 5% 0;
}

#schedule-article .cate {
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

#schedule-article .cate>a {
    display: block;
    width: calc(94% / 4);
    max-width: 290px;
    border: 1px solid #FF6666;
    line-height: 60px;
    font-weight: 500;
    font-size: 2rem;
    color: #000000;
    padding: 0 10px;
    position: relative;
    margin: 0 2%;
}

#schedule-article .cate>a img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#schedule-article .con {
    margin-top: 6%;
}

#schedule-article .con .item {
    margin-bottom: 5%;
}

#schedule-article .con .item h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #464646;
    border-bottom: 1px solid #FF6666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#schedule-article .con .item h3 img {
    margin-right: 10px;
}

#schedule-article .con .item .nav {
    display: flex;
    display: inline-flex;
    margin-top: 2%;
    width: 100%;
}

#schedule-article .con .item .nav>a {
    display: block;
    color: #464646;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

#schedule-article .con .item .nav>a.on {
    color: #FF6666;
    border-bottom: 3px solid;
}

#schedule-article .con .item .tb:not(:first-child) {
    display: none;
}

#schedule-article .con .item .tb {
    margin-top: 3%;
}

#schedule-article .con .item .tb table {
    width: 100%;
    border-collapse: collapse;
}

#schedule-article .con .item .tb table tr {
    background-color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

#schedule-article .con .item .tb table tr td {
    border: 1px solid #FF6666;
    padding: 15px 10px;
}

#schedule-article .con .item .tb table tr td:nth-child(2),
#schedule-article .con .item .tb table tr td:nth-child(3) {
    width: 40%;
}

#schedule-article .con .item .tb table tr:first-child {
    background-color: #FF6666;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#index-house {
    margin: 5% 0;
}

#index-house .n-tit h2 {
    color: #FF6666;
}

#index-house .n-tit p {
    max-width: 90%;
}

#index-house .cons {
    margin-top: 8%;
    margin-bottom: 3%;
}

#index-house .cons .item {
    display: flex;
    display: inline-flex;
    margin-bottom: 10%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#index-house .cons .item:nth-child(even) {
    flex-direction: row-reverse;
}

#index-house .cons .item .l {
    width: 42%;
    position: relative;
}

#index-house .cons .item .l::before {
    display: block;
    content: '';
    width: 96px;
    height: 96px;
    background-color: #FF666633;
    position: absolute;
    left: -10%;
    top: 10%;
    border-radius: 999px;
    z-index: -1;
}

#index-house .cons .item .l::after {
    display: block;
    content: '';
    width: 146px;
    height: 146px;
    background-color: #FF666633;
    position: absolute;
    bottom: -10%;
    right: 10%;
    border-radius: 999px;
    z-index: -1;
}

#index-house .cons .item .l img {}

#index-house .cons .item .r {
    width: 55%;
}

#index-house .cons .item .r .num {

    font-weight: 600;
    font-size: 16px;
    line-height: 27.2px;

    color: #FF6666;
}

#index-house .cons .item .r .tit {

    font-weight: 600;
    font-size: 24px;
    line-height: 60.48px;

    color: #020334;
}

#index-house .cons .item .r .txt {}

#index-house .cons .item .r .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #55575C;
    margin: 1% 0;
}

#index-house .cons .item .r .txt ul {
    margin-top: 3%;
}

#index-house .cons .item .r .txt ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

#index-house .cons .item .r .txt ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #020334;
}

#index-house .cons .item .r .txt ul li p img {
    margin-right: 6px;
    vertical-align: sub;
}

#index-house ul.hul {
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#index-house ul.hul li {
    text-align: center;
    width: calc(96% / 3);
    max-width: 250px;
    margin: 0 3%;
}

#index-house ul.hul li img {}

#index-house ul.hul li .tit {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
    color: #020334;
}

#index-house ul.hul li .txt {
    margin-top: 20px;
}

#index-house ul.hul li .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #4B4C57;
    text-align: left;
}

#contact-article {
    margin: 5% 0;
}

#contact-article .cons {}

#contact-article .top {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
}

#contact-article .top .r {
    width: 50%;
}

#contact-article .top .l {
    width: 45%;
}

#contact-article .top .l h2 {

    font-weight: 600;
    font-size: 3rem;
    line-height: 1.5;

    color: #FF6666;
    margin-bottom: 1%;
}

#contact-article .top .l .txt {
    width: 100%;
}

#contact-article .top .l .txt p {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #595959;
}

#contact-article .top .l .txt ul {}

#contact-article .top .l .txt ul li {
    display: flex;
    display: inline-flex;
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
}

#contact-article .top .l .txt ul li img {
    vertical-align: sub;
    margin-right: 10px;
}

#contact-article .top .l .txt ul li p {

    font-weight: 400;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #595959;
}

#contact-article .bottom {
    margin-top: 6%;
}

#contact-article .bottom h1 {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 44px;

    text-align: center;
    color: #FF6666;
    padding-bottom: 10px;
    border-bottom: 4px solid;
    width: fit-content;
    margin: 0 auto;
}

#contact-article .bottom form {
    margin-top: 5%;
    display: block;
}

#contact-article .bottom form .item {
    border-top: 1px solid #B3B3B3;
    padding: 25px 20px;
    display: flex;
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
}

#contact-article .bottom form .item label p {
    line-height: 1;
}

#contact-article .bottom form .item:last-child {
    text-align: center;
}

#contact-article .bottom form .item label {
    width: 30%;
    max-width: 260px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1.8px;
    vertical-align: middle;
    color: #111111;
    display: flex;
    display: inline-flex;
    align-items: center;
}

#contact-article .bottom form .item label .red {
    display: inline-block;
    background: #FF6666;
    border: 1px solid #FF6666;
    width: 60px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    vertical-align: middle;
    text-align: center;
    border-radius: 999px;
    margin-right: 13px;
    font-style: normal;
}

#contact-article .bottom form .item label span {

    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.8px;
    vertical-align: middle;
    color: #111111;
}

#contact-article .bottom form .item input {
    width: 90%;
    background-color: #FAFAFA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.6rem;
    color: #111111;
    line-height: 64px;
    padding: 0 10px;
}

#contact-article .bottom form .item textarea {
    width: 90%;
    background-color: #FAFAFA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.6rem;
    color: #111111;
    padding: 10px;
    font-family: 'NotoSansJP';
}

#contact-article .bottom form .item input,
#contact-article .bottom form .item textarea {
    outline: none;
    border: none;
}

#contact-article .bottom form .item .checks {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.8px;
    color: #111111;
    display: block;
}

#contact-article .bottom form .item .checks>div {
    margin-bottom: 15px;
}

#contact-article .bottom form .item input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ff6666;
    vertical-align: text-top;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin-right: 15px;
}

#contact-article .bottom form .item input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    background: #ff6666;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

#contact-article .bottom form .item input[type="radio"]:checked {
    border-color: #ff6666;
}

#contact-article .bottom form .item input[type="radio"]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


#contact-article .bottom form .item button {
    width: 90%;
    max-width: 416px;
    line-height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FF6666;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.75px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    position: relative;
    outline: none;
    border: none;
    margin: 5% auto 0% auto;
}

#contact-article .bottom form .item button::after {
    display: block;
    content: '>';
    font-size: 2rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.applyPage {
    background-color: #FAFAFA;
}

.applyPage #index-apply {
    padding-top: 6%;
}

.applyPage .cons h2 {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    color: #FF6666;
    padding-bottom: 10px;
    border-bottom: 4px solid;
    width: fit-content;
    margin: 5% auto;
}

#apply-link {
    padding-top: 1px;
    padding-bottom: 3%;
}

#apply-link .cons ul li {
    border: 1px solid #FF6666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    font-size: 2.2rem;
    text-align: center;
    color: #595959;
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
    box-sizing: border-box;
    position: relative;
}

#apply-link .cons ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 350px;
    transform: translateY(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    width: calc(100% - 264px - 400px);
    line-height: 1px;
    border: 1px dotted #FF6666;
}

#apply-link .cons ul li span {
    color: #FF6666;
    font-weight: 600;
}

#apply-link .cons ul li a {
    display: block;
    width: 264px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.75px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative;
    background: #FF6666;
}

#apply-link .cons ul li a::after {
    content: '>';
    font-size: 2rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#apply-method {
    margin: 5% 0;
}

#apply-method .txt {
    margin-bottom: 3%;
}

#apply-method .txt p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.75;
    text-align: center;
    color: #595959;
}

#apply-method .cons>a {
    width: 50%;
    display: block;
    max-width: 264px;
    text-align: center;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.75px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative;
    background: #ff6666;
    margin: 0 auto;
}

#apply-method .cons>a::after {
    content: '>';
    font-size: 2rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


#apply-rule {
    padding-top: 1px;
    padding-bottom: 5%;
}

#apply-rule .cons {}

#apply-rule .txt {}

#apply-rule .txt>div {
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px dotted #FF6666;
    padding: 30px;
    font-weight: 400;
    line-height: 1.75;
    font-size: 1.8rem;
    color: #595959;
}

#apply-rule .txt>div h2 {
    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 auto 20px auto;
}

.locationPage h1 {
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 2%;
}

#location-article {
    padding: 6% 0;
}

#location-article .cons {
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

#location-article .cons .l {
    width: 57%;
}

#location-article .cons .l h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 13px;
    margin-bottom: 16px;
    margin-top: 5%;
}

#location-article .cons .l h3:first-child {
    margin-top: 2%;
}

#location-article .cons .l h3 img {
    margin-right: 10px;
    vertical-align: sub;
}

#location-article .cons .l p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.75;
    color: #fff;
}

#location-article .cons .r {
    width: 38%;
}

.menul {
    width: 24px;
    margin-top: 6px;
}

.menuc {
    text-align: right;
    margin-bottom: 10%;
    margin-top: 5%;
}

.menul span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FF6666;
    margin: 6px 0;
}

.menul::before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #FF6666;
}

.menul::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #FF6666;
    margin: 4px 0;
}

header .hmenu ul li ul#lan {
    position: absolute;
    width: 80px;
    display: block;
    background: #fff;
    z-index: 2;
}
header .hmenu ul li ul#lan>li {}
header .hmenu ul li ul#lan>li>a {
}


.sp_display {
    display: block;
     !important;
}

.pc_display {
    display: none !important;
}

@media (min-width: 992px) {
    .sp_display {
        display: none !important;
    }

    .pc_display {
        display: block !important;
    }
}

@media (max-width: 992px) {


    header .hmenu {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, .9);
        display: none;
        padding: 5% 20px;
        box-sizing: border-box;
        overflow-y: scroll;
    }

    header .hmenu ul {
        display: block;
    }

    header .hmenu ul li>a {
        color: #fff;
        padding: 10px;
        font-size: 2rem;
    }

    header .hlogo>a {
        max-width: 150px;
    }

    #index-mv .swiper-slide .txt p {
        font-size: 3.4rem;
    }

    .n-tit h2,
    #nban .txt p,
    #about-message .con .r .txt h3,
    #about-feature h2,
    #about-pics h2 {
        font-size: 2.6rem;
    }

    .n-tit p,
    #index-course .cons ul li .stit,
    #index-teachers .cons ul li .txt,
    #index-apply .cons .txt>p,
    #index-apply .cons .button>a,
    #about-feature ul li .txt p,
    #course-article .txt,
    #course-article .con p,
    #course-article .con .uls ul li a,
    #index-house .cons .item .r .txt ul li p,
    #index-house .cons .item .r .txt p,
    #contact-article .top .l .txt p,
    #contact-article .bottom form .item button,
    #apply-method .txt p,
    #apply-rule .txt>div {
        font-size: 1.5rem;
        min-height: auto;
    }

    .n-tit p,
    #index-course .cons ul li .stit,
    #index-teachers .cons ul li .txt,
    #index-apply .cons .txt>p,
    #index-house .cons .item .r .txt p,
    #contact-article .top .l .txt p {
        line-height: 1.5;
    }

    #index-apply .cons .tit,
    #index-location ul li .tit,
    #news-article h1,
    .applyPage .cons h2,
    #apply-rule .txt>div h2 {
        font-size: 2rem;
    }

     #index-icons ul li .stit {
        font-size: 1.6rem;
    }

     #course-article .con .uls ul li h2 {
        font-size: 3rem;
    }
    #course-article .con h3,
    #course-article .con .nums ul li p,
    #schedule-article .con .item h3,
    #schedule-article .con .item .nav>a {
        font-size: 2rem;
    }

    
    #schedule-article .con .item .tb table tr:first-child,
    #apply-link .cons ul li,
    #schedule-article .cate>a {
        font-size: 1.8rem;
    }


    #index-mv .swiper-slide img {
        height: 500px;
        object-fit: cover;
    }

    #index-mv .swiper-button-prev,
    #index-mv .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    #index-icons ul {
        flex-wrap: wrap;
    }

    #index-icons ul li {
        width: 50%;
        margin-bottom: 10%;
    }

    #index-course .cons ul,
    #index-teachers .cons ul,
    #index-news ul,
    footer .ft,
    footer .fb,
    #about-message .con,
    #about-feature ul,
    #about-pics .con,
    #course-article .con .uls,
    #schedule-article .cate,
    #index-house .cons .item,
    #contact-article .top,
    #contact-article .bottom form .item,
    #apply-link .cons ul li {
        display: block;
    }

    #index-course .cons ul li,
    #index-teachers .cons ul li,
    #index-news ul li,
    #about-message .con .l,
    #about-feature ul li,
    #about-pics .con .l,
    #about-pics .con .r,
    #course-article .con .uls ul,
    #index-house .cons .item .l,
    #index-house .cons .item .r,
    #contact-article .top .l,
    #contact-article .top .r,
    #contact-article .top .l .txt ul li,
    #contact-article .bottom form .item label{
        width: 100%;
        margin-bottom: 5%;
    }

    #index-course .cons ul li,
    #index-teachers .cons ul li,
    #index-news ul li,
    #about-message .con .l,
    #about-feature ul li,
    #about-pics .con .l,
    #about-pics .con .r,
    #course-article .con .uls ul,
    #index-house .cons .item .l,
    #index-house .cons .item .r,
    #contact-article .top .l,
    #contact-article .top .r,
    #contact-article .top .l .txt ul li{
        margin-bottom: 10%;
    }

    #index-course .cons ul li .stit {
        padding-bottom: 5%;
    }

    #index-teachers .cons ul li .txt,
    footer .fb .fsns {
        margin-top: 10px;
    }

    #index-apply .cons .txt ul {
        justify-content: center;
    }

    #index-apply .cons .txt ul li::before,
    #index-apply .cons .txt ul li::after {
        display: none;
    }

    #index-apply .cons .txt ul li {
        width: calc(100% / 2 - 2%);
        margin: 6% 0;
    }

    #index-apply .cons .button,
    #index-location ul,
    #news-article h1,
    #course-article .con h3 {
        margin: 6% 0;
    }

    footer .ft .fl .flogo>a {
        max-width: 200px;
        margin: 0 auto;
    }

    footer .ft .fl .ftxt,
    footer .fb {
        text-align: center;
    }

    footer .ft .fr {
        width: 100%;
        justify-content: space-between;
        margin-top: 5%;
    }

    footer .ft .fr ul {
        width: calc(100% / 4);
        min-width: 90px;
    }

    footer .ft .fr ul li {
        margin: 0;
    }

    footer .ft .fr ul li a {
        padding: 10px 0;
        text-align: center;
    }

    #index-news ul li .tit {
        padding-bottom: 10px;
        min-height: auto;
    }

    #index-news {
        padding-bottom: 15%;
    }

    #nban img {
        height: 160px;
        object-fit: cover;
    }

    #news-article .con,
    #schedule-article .con .item,
    #index-house,
    #contact-article,
    #contact-article .bottom form {
        margin: 10% 0;
    }

    .pagination {
        padding-top: 5%;
        margin-top: 10%;
    }

    #index-news ul li .con {
        padding: 10px;
    }

    #about-message {
        padding-bottom: 50%;
    }

    #about-feature {
        margin-top: -30%;
    }

    #about-nums .con ul {
        justify-content: center;
    }

    #about-nums .con ul li {
        width: calc(96% / 2);
        margin: 6% 0;
    }

    #about-nums .con {
        padding: 15% 0;
    }


    #about-pics .con .l {
        margin-bottom: 2%;
    }

    #course-article .con .uls ul li p {
        padding: 6px 0;
    }

    #nban .txt .breadcrumb>a .sp_display {
        display: none !important;
    }

    #schedule-article .cate>a,
    #index-house .cons .item .l {
        width: 100%;
        margin: 3% auto;
    }

    #schedule-article .con .item .tb {
        margin: 8% 0 15% 0;
    }

    #schedule-article .con .item .tb table {
        width: 600px;
    }

    #schedule-article .con .item .tb {
        overflow-x: auto;
    }

    #schedule-article .con .item h3 img {
        width: 20px;
    }

    #index-house .cons .item .r .txt ul li p img {
        width: 10px;
        vertical-align: middle;
    }

    #index-house ul.hul li {
        width: calc(96% / 2 - 6%);
    }

    #contact-article .top .l .txt ul li {
        margin-bottom: 3%;
    }

    #apply-link .cons ul li a {
        width: 180px;
        margin: 5% auto 2% auto;
    }

    #schedule-article .cate {
        margin-top: 10%;
    }

}