@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
#fvImg {
    background: #c14577;
    height: calc(100svh - 126px);
    position: relative;
    z-index: 1;
}
#fvImg:before {
    content: "";
    width: 100%;
    background: url("../img/shared/fv_bg.webp")left top no-repeat;
    background-size: cover;
    height: calc(100% - 100px);
    position: absolute;
    z-index: -1;
}
#fvImg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/shared/fv_img.webp")center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
#fvImg #fvCatch {
    top: calc(50% - 100px);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-family: "sawarabi-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#fvImg #fvCatch h2 {
    font-size: 42px;
    line-height: 1.4;
    color: #c14577;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
    letter-spacing: 2px;
}
#fvImg #fvCatch h2 + p {
    font-size: 20px;
    color: #c14577;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
}
#fvImg #grandOpen {
    height: 100px;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#fvImg #grandOpen p.time {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
}
#fvImg #grandOpen p.time span {
    border-bottom: solid 1px #fff;
}
#fvImg #grandOpen p.time + p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.newsColumn {
    padding: 20px;
}
.newsColumn .newsTit {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.newsColumn .newsTit span {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #cd6991;
}
.newsColumn .newsTit span:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #e0a2bb;
    transform: rotate(45deg);
    margin-right: 5px;
}
.newsColumn article {
    display: block;
    border: solid 1px #c14577;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.newsColumn article:not(:last-of-type) {
    margin-bottom: 20px;
}
.newsColumn article figure {
    background: #f1f1f1;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.newsColumn article figure img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.newsColumn article div a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px 10px 10px;
    align-items: center;
}
.newsColumn article div a .category {
    border: solid 1px #c14577;
    border-radius: 50px;
    color: #c14577;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    margin-right: 10px;
}
.newsColumn article div a time {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
}
.newsColumn article div a .read {
    width: 100%;
    font-size: 20px;
    color: #c14577;
    margin-top: 10px;
}
#articleList .pagenation {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
#articleList .pagenation li {
    margin: 0 3px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#articleList .pagenation li a {
    display: block;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.4;
    color: #909090 !important;
    font-weight: bold;
}
#articleList .pagenation li.stay a {
    background: #c14577;
    color: #fff !important;
}
.newsColumn #navList {
    border-top: solid 1px #eee;
    padding: 30px 0;
}
.newsColumn #navList dt {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.newsColumn #navList dd {
    padding: 10px 0;
    background: #f1f1f1;
    border-radius: 5px;
}
.newsColumn #navList dd:not(:last-of-type) {
    margin-bottom: 10px;
}
.newsColumn #navList .archiveNav {
    margin-top: 20px;
}
.newsColumn #navList dd a span {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #c14577;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    margin-left: 5px;
}
.newsColumn #navList dd a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
}
.newsColumn #navList .archiveNav dd {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}
.newsColumn #navList dd a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("../img/shared/ico_link.webp")center center no-repeat;
    background-size: 100%;
    display: block;
    margin-right: 10px;
}
#articleBody {
    position: relative;
}
#articleBody:after {
    content: "";
    display: block;
    clear: both;
    padding-bottom: 40px;
}
#articleBody .linkBtn {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
}
#articleBody .linkBtn.bottom {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 20px;
}
#articleBody figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#articleBody h2 + figure {
    margin-bottom: 20px;
}
#articleBody figure.mainPh {
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 5px;
}
#articleBody h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #c14577;
}
#articleBody .articleData {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#articleBody .articleData span {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #e4007f;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
    border: solid 1px #c14577;
}
#articleBody .articleData li {
    font-size: 16px;
}
#articleBody .articleData li time {
    margin-left: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}
#articleBody .articleIn + .articleIn {
    margin-top: 40px;
}
#articleBody .articleIn figure + p {
    margin-top: 20px;
}
#articleBody .articleIn h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: solid 2px #f1f1f1;
    color: #c14577;
}
#articleBody .articleIn h2:before {
    content: "";
    height: 2px;
    width: 100px;
    background: #c14577;
    position: absolute;
    left: 0;
    bottom: -2px;
}
#articleBody p iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#fvBottom {
    background: #C14577;
}
#fvBottom .inner {
    padding-top: 0;
}
#checkCase {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    margin-bottom: 60px;
}
#checkCase:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    border: solid 2px #df88ab;
    left: 5px;
    top: 5px;
}
#checkCase:before {
    content: "";
    width: 300px;
    height: 40px;
    background: url("../img/shared/fv_arrow.webp")center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
}
#checkCase h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #c14577;
    margin-bottom: 20px;
}
#checkCase h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
#checkCase h2 span:before {
    content: "";
    width: 16px;
    height: 30px;
    display: block;
    background: url("../img/shared/fv_catch_mark.webp")center center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
#checkCase h2 span:after {
    content: "";
    width: 16px;
    height: 30px;
    display: block;
    background: url("../img/shared/fv_catch_mark.webp")center center no-repeat;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    margin-left: 10px;
}
#fvBottom ul li {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 8px 10px 8px 50px;
    position: relative;
    font-weight: bold;
    line-height: 1.6;
}
#fvBottom ul li span {
    color: #c14577;
}
#fvBottom ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/shared/check_mark.webp")center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 5px;
}
#fvBottom ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
#fvBottom h3 {
    color: #fff;
    text-align: center;
    font-family: "sawarabi-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
}
#fvBottom h3 span {
    display: block;
    font-size: 22px;
}
#fvBottom h3 + p {
    color: #fff;
    text-align: center;
}
#fvBottom h3 + p span {
    background: linear-gradient(transparent 50%, #cd6a92 50%);
    padding: 0 5px;
}
#aboutLesson {
    background: #C14577;
}
.engTit {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    color: #cd6991;
    display: flex;
    align-items: center;
}
.engTit:before {
    content: "";
    background: #e0a2bb;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg);
    margin-right: 5px;
}
.baseTit {
    line-height: 1.4;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
#aboutLesson .engTit, #staff .engTit {
    color: #e5e5e5;
}
#aboutLesson .engTit:before, #staff .engTit:before {
    background: #e0a2bb;
}
#aboutLesson .baseTit, #staff .baseTit {
    color: #fff;
}
#aboutLesson h2 + p, #staff h2 + p {
    color: #fff;
}
#aboutLesson ul {
    margin-top: 40px;
}
#aboutLesson ul li:not(:last-of-type) {
    margin-bottom: 40px;
}
#aboutLesson ul li figure {
    overflow: hidden;
    border-radius: 5px;
    height: 300px;
}
#aboutLesson ul li figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#aboutLesson ul li h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0;
}
#aboutLesson ul li p {
    color: #fff;
}
#newsBlog .linkBtn {
    padding: 5px 10px 5px 35px;
    margin: 20px 0 30px 0;
    display: block;
    max-width: 220px;
}
#newsBlog ul li:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dedede;
}
#newsBlog ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#newsBlog ul li time {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
#newsBlog ul li .read {
    color: #C14577;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
#newsBlog ul li .category {
    color: #C14577;
    border: solid 1px #c14577;
    border-radius: 50px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
}
#lesson {
    border-top: solid 1px #dedede;
}
#lesson .campaign {
    margin: 20px 0 40px 0;
    border: solid 2px #c14577;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #c14577;
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 1;
    padding: 10px;
}
#lesson .campaign span {
    font-size: 28px;
    margin: 0 3px;
}
#lesson figure {
    position: relative;
    margin-bottom: 20px;
}
#lesson figure figcaption {
    position: absolute;
    left: 10px;
    bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
    align-items: center;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}
#lesson figure figcaption span {
    font-size: 40px;
    margin-right: 10px;
}
#lesson figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#lesson h3 span {
    font-size: 14px;
    display: block;
    color: #cd6991;
    font-weight: normal;
}
#lesson h3 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
#lesson #lessonGroup {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#lesson #lessonGroup .linkBtn {
    margin: 20px 0;
    display: inline-block;
}
#lesson #lessonPersonal {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#lesson .price {
    font-weight: bold;
    text-align: right;
}
#lesson .price span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
    font-weight: 600;
    margin: 0 2px;
}
#lesson .price span.fee {
    margin-left: 10px;
    color: #c14577;
}
#lesson .price span.cross:before {
    content: "";
    background: url("../img/shared/ico_cross.webp")center center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 13px;
    height: 13px;
}
#lesson #personalCourse h4 {
    font-size: 24px;
    font-weight: bold;
}
#lesson #personalCourse h4 span {
    color: #c14577;
}
#lesson #personalCourse .courseEng {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    color: #c14577;
    line-height: 1;
}
#lesson #personalCourse .trial {
    border-bottom: solid 1px #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#lesson #personalCourse .trial .present {
    background: #c14577;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
}
#lesson #personalCourse .trial .present:after {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #c14577;
    width: 14px;
    height: 8px;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
#lesson #personalCourse .main {
    border-bottom: solid 1px #dedede;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
#lesson #personalCourse .main:before {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 40px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: #dedede;
}
#lesson #personalCourse .main:after {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 38px;
    height: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    background: #fff;
}
#lesson #personalCourse .main ul {
    margin-top: 20px;
}
#lesson #personalCourse .main ul li {
    border: solid 1px #dedede;
    padding: 10px;
    border-radius: 5px;
}
#lesson #personalCourse .main ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
#lesson #personalCourse .main ul .courseType {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#lesson #personalCourse .main ul .courseType span {
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #c14577;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 5px;
}
#lesson #personalCourse .option .optTxt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
#lesson #personalCourse .option .optTxt span {
    font-weight: bold;
    color: #c14577;
}
#lesson #personalCourse .option ul {
    counter-reset: countNum;
}
#lesson #personalCourse .option ul li {
    counter-increment: countNum;
}
#lesson #personalCourse .option ul li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
}
#lesson #personalCourse .option ul li .tit {
    position: relative;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-left: 60px;
}
#lesson #personalCourse .option ul li .tit:before {
    content: counter(countNum);
    background: #f4f4f4;
    color: #c14577;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    left: 0;
    top: 0;
}
#lesson #personalCourse .option ul li .tit p {
    color: #c14577;
    line-height: 1.4;
}
#lesson #personalCourse .option ul li .tit h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
#lesson #personalCourse .option ul li .tit h5 span {
    color: #c14577;
}
#lesson #personalCourse .option ul li .tit + p {
    margin-bottom: 10px;
}
#flow {
    background: #f7f7f7;
}
#flow ol {
    margin-top: 30px;
}
#flow ol > li {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 7px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
#flow ol > li:not(:last-of-type) {
    margin-bottom: 20px;
}
#flow ol li figure {
    height: 160px;
}
#flow ol li figure img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
#flow ol li div {
    padding: 20px;
}
#flow ol li h3 {
    color: #c14577;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
#flow ol li h3 span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
}
#flow ol li h3 span span {
    font-size: 24px;
    margin: 0 3px;
}
#flow ol li .contact {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 10px;
}
#flow ol li .contact li {
    text-align: center;
}
#flow ol li .contact li .tel {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
#flow ol li .contact li .tel:before {
    content: "";
    display: inline-block;
    background: url("../img/shared/ico_tel.webp")center center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 3px;
}
.lineBtn {
    background: #06c755;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    line-height: 1;
    padding: 13px 0;
    align-items: baseline;
}
.lineBtn img {
    height: 15px;
    width: auto;
    margin-left: 5px;
}
#flow ol li .course h4 {
    color: #c14577;
    font-weight: bold;
    font-size: 18px;
}
#flow ol li .course li:first-of-type {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
}
.cvBtn {
    margin: 40px 0 0 0;
    border: solid 1px #c14577;
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding: 20px;
    z-index: 1;
}
.cvBtn:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: solid 1px #e9bed0;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}
.cvBtn h2 {
    font-size: 22px;
    font-weight: bold;
}
.cvBtn h2 span {
    color: #c14577;
}
.cvBtn p {
    margin-bottom: 10px;
}
.cvBtn ul {
    position: relative;
    z-index: 3;
}
.cvBtn ul li {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}
.cvBtn ul li:first-of-type {
    margin-bottom: 10px;
}
.cvBtn .tel {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.cvBtn .tel:before {
    content: "";
    display: inline-block;
    background: url("../img/shared/ico_tel.webp")center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 3px;
}
#staff {
    background: #c14577;
}
#staff ul {
    margin-top: 40px;
}
#staff ul li:not(:last-of-type) {
    margin-bottom: 40px;
}
#staff ul li figure {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
#staff ul li figure:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #ca678e;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
}
#staff ul li figure img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
#staff ul li h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#staff ul li h3 span {
    display: block;
    font-size: 18px;
}
#staff ul li .catch {
    font-size: 20px;
    font-family: "sawarabi-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #de83a8;
}
#staff ul li p {
    color: #fff;
}
.slider01{
	overflow: hidden;
}
.slider01 ul {
	animation: marquee-right 40s linear infinite;
	display: flex;
	margin: 0 !important;
	padding: 0;
	width: max-content;
}
.slider01 ul li {
	width: calc(100vw / 2);
	margin-bottom: 0 !important;
}
.slider01 ul img {
	display: block;
	width: 100%;
	height: auto;
}
.slider02{
	overflow: hidden;
}
.slider02 ul {
	animation: marquee-left 40s linear infinite;
	display: flex;
	margin: 0 !important;
	padding: 0;
	width: max-content;
}
.slider02 ul li {
	width: calc(100vw / 2);
	margin-bottom: 0 !important;
}
.slider02 ul img {
	display: block;
	width: 100%;
	height: auto;
}
@keyframes marquee-right {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}
@keyframes marquee-left {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0%);
	}
}
#youtube{
	padding: 40px 20px;
	max-width: 940px;
	margin: 0 auto;
}
#youtube #youtubeIn iframe{
	width: 100%;
  aspect-ratio: 16 / 9;
	border-radius: 5px;
	overflow: hidden;
}
#faq{
	background: #f7f7f7;
}
#faq h2 + p{
	margin-bottom: 30px;
}
#faq dt:before{
	content: "Q.";
	color: #c14577;
	font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 24px;
	margin-right: 3px;
}
#faq dt{
	font-size: 20px;
	margin-bottom: 10px;
}
#faq dd{
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
}
#faq dd:not(:last-of-type):after{
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	position: absolute;
	left: 0;
	bottom: -20px;
}
#faq dd span{
	color: #c14577;
	font-weight: bold;
}
#access .inner{
	position: relative;
	z-index: 1;
}
#access .inner:before{
	content: "";
	background: url("../img/shared/footer_symbol.webp")center center no-repeat;
	background-size: 100%;
	width: 240px;
	height: 350px;
	position: absolute;
	left: 50%;
	top: -160px;
	transform: translateX(-50%);
	z-index: -1;
}
#access .tel {
    font-size: 20px;
    font-weight: bold;
    color: #000;
	margin: 10px 0;
	display: block;
}
#access .tel:before {
    content: "";
    display: inline-block;
    background: url("../img/shared/ico_tel.webp")center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 5px;
}
#access dl dt{
	padding-left: 25px;
	font-weight: bold;
	background: url("../img/shared/ico_train.webp")left top no-repeat;
	background-size: 20px;
}
#access dl dd{
	padding-left: 25px;
}
#access ul{
	display: flex;
	margin-top: 10px;
}
#access ul li{
	border: solid 2px #000;
	border-radius: 50px;
	font-weight: bold;
	padding: 0 20px;
	font-size: 14px;
}
#access ul li:first-of-type{
	margin-right: 5px;
}
#access table{
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}
#access table th{
	border-left: solid 2px #ececec;
	padding:5px 10px;
	text-align: left;
	vertical-align: top;
	width: 35%;
}
#access table td{
	padding: 5px;
	width: 65%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-weight: 600;
}
#access table tr:not(:last-of-type) td{
	border-bottom: dotted 2px #dadada;
}
#access table td span{
	width: 20%;
	display: inline-block;
	text-align: center;
}
#access table td span.blue{
	color: #2782ff;
}
#access table td span.red{
	color: #d50000;
}
#access table tr:nth-of-type(7){
	border-top: solid 10px #fff;
}
#access table tr:nth-of-type(7) th{
	width: 35%;
}
#access table tr:nth-of-type(7) td{
	padding-left: 16px;
}
#access .googleMap{
	height: 400px;
	filter: grayscale(1);
}
@media screen and (min-width: 1000px) {
    #fvImg {
        height: calc(100svh - 128px);
    }
    #fvImg:before {
        height: calc(100% - 190px);
    }
    #fvImg #fvCatch {
        top: calc(50% - 190px);
    }
    #fvImg #fvCatch h2 {
        font-size: 70px;
        -webkit-text-stroke: 6px #fff;
        text-stroke: 6px #fff;
    }
    #fvImg #fvCatch h2 + p {
        font-size: 32px;
	}#fvImg #fvCatch h2 br{
		display: none;
	}
    #fvImg #grandOpen {
        height: 190px;
        padding: 20px;
    }
    #fvImg #grandOpen p.time {
        font-size: 54px;
    }
    #fvImg #grandOpen p.time + p {
        font-size: 24px;
    }
    .newsColumn {
        display: flex;
        max-width: 1040px;
        padding: 40px 20px;
        margin: 0 auto;
        align-items: flex-start;
    }
    .newsColumn #navList {
        width: 200px;
        margin-left: 30px;
    }
    .newsColumn #articleBody{
        width: calc(100% - 230px);
    }
    .newsColumn #articleList {
        width: calc(100% - 230px);
    }
    .newsColumn #articleList article {
        display: flex;
    }
    .newsColumn #articleList article figure {
        width: 320px;
    }
    .newsColumn #articleList article div {
        width: calc(100% - 340px);
        margin-left: 20px;
    }
    .newsColumn article div a {
        padding: 10px 0;
    }
    .newsColumn article div a .read {
        font-weight: bold;
        font-size: 22px;
        transition: all 0.2s;
    }
    .newsColumn article div a:hover .read {
        text-decoration: underline;
        opacity: 0.6;
    }
    .newsColumn #navList {
        border-top: none;
        padding: 0;
        position: sticky;
        top: 0;
    }
    .newsColumn .newsTit {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #articleList .pagenation li {
        margin: 0 5px;
    }
    #articleList .pagenation li a:hover {
        background: #C14577;
        color: #fff !important;
    }
    #articleBody figure.mainPh {
        height: 550px;
        overflow: hidden;
        position: relative;
        background: #f8f8f8;
        border-radius: 5px;
    }
    #articleBody figure.mainPh img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #articleBody h1 {
        font-size: 34px
    }
    #articleBody .articleIn h2 {
        padding: 10px 0;
        font-size: 26px;
    }
    #articleBody .articleIn p {
        font-size: 18px;
    }
    #articleBody .articleIn + .articleIn {
        margin-top: 20px;
    }
    #articleBody .articleIn figure {
        background: #f1f1f1;
        height: 500px;
    }
    #articleBody .articleIn figure img {
        height: 500px;
        width: auto;
        margin: 0 auto;
    }
    #fvBottom {
        background: #C14577;
    }
    #fvBottom .inner {
        max-width: 760px;
        margin: 0 auto;
    }
    #checkCase {
        padding: 40px 50px;
        margin-bottom: 80px;
    }
    #checkCase h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #checkCase h2 span {
        align-items: flex-end;
    }
    #checkCase h2 span br {
        display: none;
    }
    #checkCase h2 span:before, #checkCase h2 span:after {
        width: 13px;
        height: 20px;
        margin-bottom: 6px;
    }
    #fvBottom ul li {
        padding: 15px 15px 15px 65px;
        font-size: 22px;
    }
    #fvBottom ul li:before {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    #fvBottom ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    #fvBottom h3 {
        font-size: 38px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    #fvBottom h3 span {
        display: block;
        font-size: 50px;
    }
    #fvBottom h3 + p {
        font-size: 24px;
        color: #fff;
        text-align: center;
    }
    #aboutLesson .inner {
        padding-bottom: 80px;
    }
    .baseTit {
        font-size: 32px;
    }
    #aboutLesson h2 + p {
        font-size: 18px;
    }
    #aboutLesson ul {
        margin-top: -20px;
        display: flex;
    }
    #aboutLesson ul li {
        width: 32%;
    }
    #aboutLesson ul li:first-of-type {
        margin-top: 60px;
    }
    #aboutLesson ul li:nth-of-type(2) {
        margin-top: 40px;
    }
    #aboutLesson ul li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 3%;
    }
    #aboutLesson ul li figure {
        height: 400px;
    }
    #aboutLesson ul li figure img {
        height: 400px;
    }
    #aboutLesson ul li h3 {
        font-size: 26px;
        padding: 20px 0 10px 0;
    }
    #aboutLesson ul li p {
        font-size: 18px;
    }
    #newsBlog .inner {
        display: flex;
        padding: 80px 20px;
    }
    #newsBlog .inner > div {
        width: 280px;
    }
    #newsBlog ul {
        width: calc(100% - 280px);
    }
    #newsBlog ul li:not(:last-of-type) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #newsBlog ul li a {
        flex-wrap: nowrap;
        padding: 10px 15px;
        background: #fff;
    }
    #newsBlog ul li a:hover {
        background: #fff1f7;
    }
    #newsBlog ul li time {
        width: 100px;
        font-size: 16px;
    }
    #newsBlog ul li .read {
        width: calc(100% - 220px);
    }
    #newsBlog ul li .category {
        width: 90px;
        margin-right: 20px;
        text-align: center;
    }
    #lesson .inner {
        padding: 80px 20px;
        position: relative;
    }
    #lesson .campaign {
        position: absolute;
        right: 0;
        top: 100px;
        margin: 0;
        padding: 15px 30px;
    }
    #lesson #lessonGroup {
        display: flex;
        margin: 40px 0;
        padding-bottom: 40px;
        align-items: center;
    }
    #lesson #lessonGroup figure {
        margin-right: 4%;
    }
    #lesson #lessonGroup > div, #lesson #lessonPersonal figure > div {
        width: 48%;
    }
    #lesson #lessonPersonal {
        display: flex;
        margin-bottom: 40px;
    }
    #lesson #lessonPersonal figure {
        margin-left: 4%;
        order: 2;
    }
    #lesson figure {
        width: 48%;
        margin-bottom: 0;
    }
    #lesson figure figcaption {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    #lesson figure figcaption span {
        font-size: 70px;
    }
    #lesson h3 span {
        font-size: 16px;
    }
    #lesson h3 {
        font-size: 30px;
    }
    #lesson h3 + p {
        font-size: 18px;
    }
    #lesson .price {
        font-size: 18px;
    }
    #lesson .price span {
        font-size: 40px;
    }
    #lesson .price span.cross:before {
        margin: 0 3px;
        width: 20px;
        height: 20px;
    }
    #lesson #personalCourse h4 {
        font-size: 40px;
        line-height: 1.4;
    }
    #lesson #personalCourse h4 span {
        color: #c14577;
    }
    #lesson #personalCourse .courseEng {
        font-size: 16px;
    }
    #lesson #personalCourse .trial {
        display: flex;
        padding-bottom: 40px;
        margin-bottom: 40px;
        align-items: flex-end;
    }
    #lesson #personalCourse .trial > div {
        width: 55%;
    }
    #lesson #personalCourse .price {
        width: 45%;
        line-height: 1.2;
    }
    #lesson #personalCourse .trial .present br {
        display: none;
    }
    #lesson #personalCourse .trial .present {
        display: inline-block;
        padding: 10px;
    }
    #lesson #personalCourse .trial .present:after {
        left: 40px;
    }
    #lesson #personalCourse .main {
        margin-bottom: 30px;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
    }
    #lesson #personalCourse .main > div {
        width: 40%;
    }
    #lesson #personalCourse .main > div .price {
        text-align: left;
        font-size: 16px;
        width: 100%;
        margin-top: 20px;
    }
    #lesson #personalCourse .main > div .price span {
        font-size: 30px;
    }
    #lesson #personalCourse .main:before {
        width: 60px;
        height: 15px;
        bottom: -15px;
    }
    #lesson #personalCourse .main:after {
        width: 58px;
        height: 14px;
        bottom: -14px;
    }
    #lesson #personalCourse .main ul {
        margin-top: 0;
        width: 60%;
    }
    #lesson #personalCourse .main ul li {
        display: flex;
        border: none;
        padding: 0;
    }
    #lesson #personalCourse .main ul li:not(:last-of-type) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: dotted 2px #dedede;
    }
    #lesson #personalCourse .main ul .courseType {
        font-size: 30px;
    }
    #lesson #personalCourse .main ul .courseType span {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    #lesson #personalCourse .main ul .price {
        margin-left: auto;
    }
    #lesson #personalCourse .option .optTxt {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #lesson #personalCourse .option ul {
        display: flex;
        flex-wrap: wrap;
    }
    #lesson #personalCourse .option ul li {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    #lesson #personalCourse .option ul li:not(:last-of-type) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #lesson #personalCourse .option ul li:nth-of-type(odd):after {
        content: "";
        width: 1px;
        background: #dedede;
        height: calc(100% - 40px);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #lesson #personalCourse .option ul li .price {
        width: 100%;
        align-self: flex-end;
    }
    #lesson #personalCourse .option ul li .tit h5 {
        font-size: 28px;
    }
    #flow .inner {
        padding: 80px 20px;
    }
    #flow ol > li {
        display: flex;
        position: relative;
    }
    #flow ol > li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    #flow ol li:first-of-type figure {
        height: 150px;
    }
    #flow ol li:nth-of-type(3) figure {
        height: 260px;
    }
    #flow ol li figure {
        width: 240px;
        height: 170px;
        display: block;
        background: #000;
    }
    #flow ol li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #flow ol li div {
        padding: 20px;
        width: calc(100% - 240px);
    }
    #flow ol li h3 {
        font-size: 26px;
    }
    #flow ol li h3 span {
        font-size: 16px;
    }
    #flow ol li h3 span span {
        font-size: 30px;
        margin: 0 10px 0 3px;
    }
    #flow ol li .contact {
        margin-top: 0;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    #flow ol li .contact li {
        text-align: right;
    }
    #flow ol li .contact li .tel:hover, .cvBtn .tel:hover {
        opacity: 0.4;
    }
    .lineBtn:hover {
        transform: scale(1.05);
    }
    .lineBtn img:hover {
        opacity: 1;
    }
    .lineBtn {
        padding: 13px 15px;
    }
    #flow ol li .course {
        display: flex;
    }
    #flow ol li .course h4 {
        color: #c14577;
        font-weight: bold;
        font-size: 18px;
    }
    #flow ol li .course li {
        width: 48%;
    }
    #flow ol li .course li:first-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        border-right: solid 1px #dedede;
        margin-right: 2%;
        padding-right: 2%;
    }
    .cvBtn {
        max-width: 770px;
        margin: 60px auto 0 auto;
        display: flex;
        align-content: center;
    }
    .cvBtn div {
        width: 60%;
    }
    .cvBtn h2 {
        font-size: 30px;
    }
    .cvBtn p {
        margin-bottom: 0;
        font-size: 18px;
    }
    .cvBtn ul {
        width: 40%;
    }
    .cvBtn ul li {
        text-align: right;
    }
    .cvBtn ul li:first-of-type {
        margin-bottom: 5px;
    }
    #staff .inner {
        padding: 80px 20px;
    }
    #staff ul {
        display: flex;
        flex-wrap: wrap;
    }
    #staff ul li {
        width: 46%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 40px !important;
    }
	#staff ul.member li:nth-of-type(odd){
		margin-right: 8%;
	}
    #staff ul li:not(:last-of-type) {
        margin-bottom: 0;
    }
    #staff ul li figure {
        width: 50%;
        margin-right: 5%;
    }
    #staff ul li div {
        width: 45%;
    }
    #staff ul li h3 {
        margin-bottom: 20px;
    }
    #staff ul li h3 span {
        font-size: 16px;
    }
    #staff ul li .catch {
        font-size: 20px;
        line-height: 1.6;
    }
.slider01 ul {
	animation: marquee-right 100s linear infinite;
}
.slider02 ul {
	animation: marquee-left 80s linear infinite;
}
#staff .slider01 ul li {
	width: calc(100vw / 5) !important;
	margin-bottom: 0 !important;
}
#staff .slider02 ul li {
	width: calc(100vw / 3) !important;
	margin-bottom: 0 !important;
}
#youtube{
	padding: 80px 20px;
}
#faq dt:before{
	font-size: 30px;
}
#faq dt{
	font-size: 22px;
	margin-bottom: 10px;
}
#faq dd{
	padding:20px;
	margin-bottom: 40px;
}
#faq dd:after{
	bottom: -25px;
}
	#access{
		padding: 40px 0;
		position: relative;
	}
	#access .inner{
		padding-right: 580px;	
	}
#access .inner:before{
	width: 456px;
	height: 584px;
	left: -80px;;
	top: -300px;
	transform: none;
}
	#access .inner h2{
		margin-bottom: 40px;
	}
	#access .inner h2 + p{
		font-weight: bold;
	}
	#access dl{
		display: flex;
		margin-bottom: 10px;
	}
#access ul{
	display: flex;
	margin-top: 10px;
}
#access .googleMap{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}
}