body {
    background: url(/assets/images/top/fv_Image.png) top center;
    background-repeat: repeat-x;
}
span.annotation {
    font-size: 1.2rem;
    color: #7d7d7d;
}
span.annotation.int {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-feature-settings: "palt";
}

/***********************************************************************
メインビジュアル
***********************************************************************/
.firstView {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}

h1.MainCacth {
    display: block;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.MainCacth .mainTtl img {
    width: 100%;
    max-width: 947px;
    width:clamp(820px, 72vw, 1020px);
    height: auto;
    margin-block: 10px;
}

/*　テキスト用style
h1.MainCacth .mainTtl {
    font: 600 clamp(5.5rem, var(--sp-28px), 8.8rem)/1 "Shippori Mincho", serif;
    text-align: center;
}

h1.MainCacth .mainTtl span {
    letter-spacing: -.05em;
}
*/

h1.MainCacth .subTtl {
    font-size: clamp(2.1rem, var(--sp-16px), 3.6rem);
    font-weight: 400;
    text-align: center;
}

h1.MainCacth .subTtl span {
    font-weight: 700;
}

.crt_recruiting {
    width: 510px;
    height: 64px;
    border: 4px solid #0a54ea;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 30px 0;
}

.crt_recruiting p {
    font: 800 32px/1.3 "Shippori Mincho", serif;
    color: #0a54ea;
    margin-bottom: 0;
}

@media screen and (max-width: 820px) {
    body {
        background-repeat: repeat-x;
    }

    .firstView {
        height: 630px;
    }

    h1.MainCacth {
        margin-top: -130px;
    }
    h1.MainCacth .mainTtl img {
        width:clamp(335px, 75vw,537px);
    }

    .crt_recruiting {
        width: 335px;
    }

    .crt_recruiting p {
        font-size: 21px;
    }
}

/***********************************************************************
リード
***********************************************************************/
.leadWrap {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
}

.leadWrap .leadPolicy {
    font: 600 clamp(2.2rem, var(--sp-22px), 3.4rem)/1.6 "Shippori Mincho", serif;
    color: #0a54ea;
    margin-block: 40px 30px;
    border-bottom: solid #0a54ea 4px;
    display: inline-block;
}

.leadWrap h2.leadTtl {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.leadWrap h2.leadTtl img {
   width:clamp(335px, 75vw,656px);
}

.leadWrap .leadTxt {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px;
}
.leadWrap .accordion {
    width: 100%;
    max-width: 600px;
    margin:auto;
}

.leadWrap .accordion-content {
    display: none;
}

.leadWrap .accordionWrap {
    margin: auto;
    border: solid 1px #ccc;
    padding: 10px 20px;
    text-align: left;
}

.leadWrap .accordion-header {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
}

/* 途中まで表示（続きを読む）用 */
.readmoreWrap {
    margin-top: 16px;
    margin: 0;
    position: relative;
}

.readmore-content {
    position: relative;
    max-height: 2.5em;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.readmore-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    /* フェードの高さ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.readmore-content[aria-expanded="true"]::after {
    opacity: 0;
}

.readmore-toggle {
    position: absolute;
    right: 0;
    bottom: -20px;
    padding: 10px;
    cursor: pointer;
}

.readmore-toggle::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background:
        linear-gradient(#000 0 0) center/16px 2px no-repeat,
        linear-gradient(#000 0 0) center/2px 16px no-repeat;
}

.readmore-toggle[aria-expanded="true"]::after {
    border: none;
    background:
        linear-gradient(#000 0 0) center/16px 2px no-repeat,
        linear-gradient(#000 0 0) center/0 0 no-repeat;
}

.leadWrap .accordionWrap:hover {
    opacity: .8;
}

@media screen and (max-width: 820px) {
    .leadWrap {
        padding: 0 20px 30px;
    }

    .leadWrap h2.leadTtl img {
       width:clamp(335px, 75vw,656px);
    }
}

/***********************************************************************
検討している方へ
***********************************************************************/
.considerWrap {
    background: #f9f9f3;
    padding: 20px 20px 40px 20px;
}

.considerWrap p {
    text-align: center;
}

.considerWrap .considerTtl {
    text-align: center;
}

.considerWrap .considerTtl span {
    font: 700 clamp(2.8rem, var(--sp-18px), 4rem)/2.1 "Noto Serif JP", serif;
}

.considerWrap .considerBox {
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.considerWrap .considerBox li {
    width: 100%;
    max-width: 320px;
    height: 170px;
    background: #fff;
    border-radius: 20px;
    border: solid 2px #0a54ea;
    box-shadow: 6px 6px 0px 0px rgba(29, 215, 152, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    line-height: 1.4;
}

.considerWrap .considerBox li span {
    display: block;
}

.considerWrap .considerBox li span strong {

    color: #000;
    font-weight: 700;
    display: inline;
    overflow: hidden;
    padding-bottom: 5px;
    background-image: url(/assets/images/top/consider_line03.svg);
    background-position: bottom;
    background-size: 250px 10px;
    background-repeat: no-repeat;
}

.considerWrap .imageCont {
    display: flex;
    justify-content: center;
    margin-block: 20px;
}

@media screen and (max-width: 820px) {
    .considerWrap p {
        text-align: left;
    }

    .considerWrap .considerTtl span {
        line-height: 1.3;
    }

    .considerWrap .considerBox {
        position: relative;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .considerWrap .considerBox:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:335px;
        height: 525px;
        background-image: url(/assets/images/top/consider_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .considerWrap .considerBox li {
        height: 160px;
        margin-block: 10px;
    }

    .considerWrap .imageCont {
        display: none;
    }
}

/***********************************************************************
コンテンツ
***********************************************************************/
.topContentsTtl {
    font: 700 36px/2.4 "Noto Serif JP", serif;
    height: 90px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(0deg, #0a54ea 20%, #013ebc);
}

.topContentsTtl.fst {
    height: 120px;
}

@media screen and (max-width: 820px) {
    .topContentsTtl {
        font: 700 2.2rem/2.6 "Noto Serif JP", serif;
        height: 60px;
    }

    .topContentsTtl.fst {
        height: 90px;
    }
}

/***********************************************************************
理由
***********************************************************************/
.reasonWrap {
    counter-reset: reason-number;
}

.reasonWrap .inner {
    position: relative;
    width: 100%;
    margin-top: -30px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}

.reasonWrap .reasonCont {
    width: 1030px;
    margin: 0 auto 40px;
    padding-top: 135px;
    padding-left: 30px;
    display: flex;
}

.reasonWrap .reasonCont:before {
    position: absolute;
    counter-increment: reason-number 1;
    content: counter(reason-number, decimal-leading-zero) '';
    color: #eef3fe;
    font: 600 350px/0.1 "Shippori Mincho", serif;
    margin-top: -36px;
}

.reasonWrap .reasonCont .txtCont {
    position: relative;
    width: 100%;
    max-width: 570px;
}

.reasonWrap .reasonCont .imageCont {
    flex: 1;
    padding-left: 60px;
}

.reasonWrap .reasonCont .txtCont h2 {
    font: 700 clamp(3rem, var(--sp-17px), 4.8rem)/1.3 "Noto Serif JP", serif;
    margin-bottom: 20px;
    position: relative;
}

.reasonWrap .reasonCont .txtCont h2 span.ffs {
    margin-left: -.5em;
}

.reasonWrap .reasonCont .txtCont h2 span.lst {
    letter-spacing: -.09em;
}

.reasonWrap .reasonCont .txtCont p {
    position: relative;
}

.reasonWrap .reasonCont .imageCont .animeImg {
    position: relative;
    width: 412px;
    height: 454px;
    margin: auto;
    overflow: hidden;
}

.reasonWrap .reasonCont .imageCont .animeImg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.reasonWrap .reasonCont .imageCont .animeImg img:first-child {
    opacity: 1;
}

.reasonWrap .reasonCont .imageCont .animeImg img.is-active {
    opacity: 1;
}

@media screen and (max-width: 820px) {
    .reasonWrap .inner {
        border-radius: 30px 30px 0 0;
    }

    .reasonWrap .reasonCont {
        width: 100%;
        padding-inline: 20px;
    }

    .reasonWrap .reasonCont .txtCont {
        max-width: 440px;
    }

    .reasonWrap .reasonCont .imageCont {
        padding-left: 0;
    }

    .reasonWrap .reasonCont {
        padding: 55px 20px 0;
    }
    .reasonWrap .reasonCont:before {
        margin-top: 45px;
    }

    .reasonWrap .reasonCont .imageCont .animeImg {
        position: relative;
        width: 335px;
        height: 369px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .reasonWrap .reasonCont {
        flex-direction: column;
    }
    .reasonWrap .reasonCont:before {
        font: 600 240px/0.1 "Shippori Mincho", serif;
        right: 5%;
        margin-top: 15px;
    }

    .reasonWrap .reasonCont .txtCont {
        max-width: 100%;
    }
}

/***********************************************************************
授業・カリキュラム
***********************************************************************/
.curriculumWrap {
    padding-bottom: 40px;
}

.curriculumWrap .inner {
    width: 100%;
    max-width: 1040px;
    padding-inline: 20px;
    margin: auto;
}

.curriculumWrap h2 {
    font: 700 clamp(3rem, var(--sp-18px), 4.8rem)/1.3 "Noto Serif JP", serif;
    margin-block: 70px 30px;
}

.curriculumWrap .curriculumContWrap {
    padding: 60px;
    margin-bottom: 20px;
    background: #eef3fe;
    border-radius: 30px;
}

.curriculumWrap .curriculumContWrap h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0a54ea;
}

.curriculumWrap .curriculumContWrap h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0a54ea;
    font-feature-settings: "palt";
}

.curriculumWrap .curriculumContWrap h3 span {
    font-size: 32px;
}

.curriculumWrap .curriculumContWrap h3 .annotation {
    font-size: 1.2rem;
}

.curriculumWrap .curriculumCont .imageCont {
    display: flex;
    justify-content: center;
}

.curriculumWrap .curriculumCont .imageCont img {
    width: 100%;
    height: auto;
}

.curriculumWrap .curriculumCont.flex {
    display: flex;
    width: 100%;
}

.curriculumWrap .curriculumCont.flex .txtCont {
    width: 100%;
    max-width: 440px;
}

.curriculumWrap .curriculumCont.flex .imageCont {
    flex: 1;
    padding-left: 50px;
}

.curriculumWrap .curriculumCont.flex .txtCont h4 {
    position: relative;
    padding-left: 1em;
    font-weight: bold;
    font-size: 2.2rem;
}

.curriculumWrap .curriculumCont.flex .txtCont h4:before {
    position: absolute;
    content: "";
    background: #0a54ea;
    width: 5px;
    height: 90%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

@media screen and (max-width: 820px) {
    .curriculumWrap h2 {
        margin-block: 40px 20px;
    }

    .curriculumWrap .curriculumContWrap {
        padding: 30px 15px;
    }

    .curriculumWrap .curriculumContWrap h3 {
        font-size: 26px;
    }

    .curriculumWrap .curriculumContWrap h3 span {
        font-size: 20px;
    }

    .curriculumWrap .curriculumCont.flex {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .curriculumWrap .curriculumCont.flex .txtCont {
        max-width: 100%;
    }

    .curriculumWrap .curriculumCont.flex .imageCont {
        padding-left: 0;
    }
}

/***********************************************************************
コース紹介
***********************************************************************/
.courseWrap .inner {
    width: 100%;
    max-width: 1040px;
    padding-inline: 20px;
    margin: auto;
}

.courseWrap h2 {
    position: relative;
    font: 700 clamp(3rem, var(--sp-18px), 4.2rem)/1.3 "Noto Serif JP", serif;
    margin-block: 50px 20px;
    padding-bottom: 10px;
}

.courseWrap .courseContWrap {
    background: #f9f9f3;
    padding-block: 1px 50px;
}

.courseWrap .courseContWrap .coursedetails {
    position: relative;
    font-size: clamp(3rem, var(--sp-18px), 4.2rem);
    line-height: 1.3;
    font-weight: 700;
    color: #0a54ea;
    padding-bottom: 10px;
    margin-block: 50px 20px;
}

.courseWrap .courseContWrap .subdetails {
    font-size: clamp(2rem, var(--sp-18px), 2.8rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.courseWrap h2:after,
.courseWrap .courseContWrap .coursedetails:after {
    position: absolute;
    content: "";
    background: url(/assets/images/top/course_line.svg) no-repeat;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 410px;
    height: 10px;
}

/***********************************************************************
faq
***********************************************************************/
.faqWrap .inner {
    width: 100%;
    max-width: 1040px;
    padding-inline: 20px;
    margin: auto;
}

.faqWrap h2 {
    margin-block: 100px 40px;
    text-align: center;
}

.faqWrap h2 span {
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    color: #0a54ea;
    border:solid 2px #0a54ea;
}

.faqWrap .accordion-content {
    display: none;
}

.faqWrap .accordionWrap {
    border: solid 2px #0a54ea;
    border-radius: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.faqWrap .accordion-header {
    transition: background .3s ease;
    cursor: pointer;
    position: relative;

}

.faqWrap .accordion-header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background:
        linear-gradient(#fff 0 0) center/16px 2px no-repeat,
        linear-gradient(#fff 0 0) center/2px 16px no-repeat,
        #0a54ea;
    transition: background-size 0.3s ease;
}

.faqWrap .accordion-header.active::after {
    background:
        linear-gradient(#fff 0 0) center/16px 2px no-repeat,
        linear-gradient(#fff 0 0) center/0 0 no-repeat,
        #0a54ea;
}

.faqWrap .accordion-content {
    background: #eef3fe;
    border-radius: 0 0 30px 30px;
}

.faqWrap .accordion-header span,
.faqWrap .accordion-content span {
    position: relative;
    display: block;
    position: relative;
    padding-inline: 80px 45px;
}

.faqWrap .accordion-header span {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: clamp(1.7rem, var(--sp-12px), 2rem);
    font-weight: 700;
    height: 60px;
}

.faqWrap .accordion-content span {
    padding-block: 10px;
    text-align: justify;
    font-size: clamp(1.4rem, var(--sp-12px), 1.7rem);
}

.faqWrap .accordion-header span::before,
.faqWrap .accordion-content span::before {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    font: 700 3.4rem/1 "Shippori Mincho", serif;
}

.faqWrap .accordion-header span::before {
    content: 'Q';
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color: #fff;
    background: #0a54ea;
}

.faqWrap .accordion-content span::before {
    content: 'A';
    top: 0%;
    left: 0%;
    color: #0a54ea;
    background: #fff;
    font-weight: 700;
    height: 60px;
    border: solid 2px #0a54ea;
}

.faqWrap .accordionWrap:hover {
    opacity: .8;
}

@media screen and (max-width: 820px) {
    .faqWrap h2 {
        margin-block: 40px 20px;
        text-align: center;
    }
    .faqWrap .accordion-header {
        height: 100px;
        display: flex;
        align-items: center;
}

    .faqWrap .accordion-header::after {
        right: 6px;
    }

    .faqWrap .accordion-header span,
    .faqWrap .accordion-content span {
        padding-inline: 65px 45px;
    }

    .faqWrap .accordion-content span {
        padding-inline: 65px 25px;
    }

    .faqWrap .accordion-header span::before,
    .faqWrap .accordion-content span::before {
        font-size: 3rem;
        width: 50px;
        height: 50px;
        padding-right: 5px;
    }
}


.marquee-right {
    width: 100%;
    height: clamp(200px, 23vw, 415px);
    background-repeat: repeat-x, repeat-x;
    background-size: auto 100%, auto 100%;
    background-position: 0 0, 100% 0;
    animation: slide-loop 30s linear infinite;
    animation-direction: reverse;
    overflow: hidden;
    margin-bottom: 80px;
}

.marquee-right.slide01 {
    background-image:
        url("/assets/images/top/slider01.png"),
        url("/assets/images/top/slider01.png");
    /* 同じ画像を2枚指定 */
}

.marquee-right.slide02 {
    background-image:
        url("/assets/images/top/slider02.png"),
        url("/assets/images/top/slider02.png");
}

@keyframes slide-loop {
    from {
        background-position: 100% 0, 200% 0;
    }

    /* 右側から開始 */
    to {
        background-position: 0% 0, 100% 0;
    }

    /* 1枚ぶん左へ移動 */
}

@media screen and (max-width: 820px) {
    .marquee-right {
        margin-bottom: 40px;
    }
}