/* common */
:root {
	--gradation-color: linear-gradient(90deg, #5800FF 0%, #5CE1E6 100%);
	--main-heading: #3A34FF;
	--main-CourseMain: #C6A700;
}
.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.heading h2 {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 28px;
	color: var(--main-text);
}
.heading h2 span:first-child {
    z-index: 2;
}
.heading h2 span:nth-child(2) {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    position: absolute;
    top: -50px;
    color: var(--main-CourseMain);
    opacity: 0.3;
    z-index: 1;
    font-size: 4.8rem;
    text-transform: capitalize;
}
.heading h2:after {
    content: "";
    width: 50px;
    height: 6px;
    background: url(https://lp.digirise.ai/wp-content/uploads/2024/06/under.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.heading p {
    text-align: center;
}
.heading.whiteText h2 {
    color: #fff;
}
.heading.whiteText p {
    color: #fff;
}

/* header color */
header:not(:has(.fade-out)) ul.header__inner--bottomRightLink li > a, header:not(:has(.fade-out)) ul.header__inner--bottomRightLink li > span, header:not(:has(.fade-out)) ul.header__inner--topOuter li a {
    color: #FFF;
    transition: 0.2s ease-in-out;
}

/* mv */
section#mv {
    position: relative;
    background: url(https://digirise.ai/wp-content/uploads/2025/06/bgs.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
section#mv:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.65) 26.77%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.mv__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
	 padding: 140px 0;
}
.mv__inner--left {
    gap: 35px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mv__inner--left h1 {
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffff00;
    text-align: center;
    line-height: 1.2;
	 margin-top: -15px;
}
ul.mv__inner--leftList {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
}
ul.mv__inner--leftList li img {
    width: 100%;
    max-height: 82px;
}
.mv__inner--left a.primaryBtn {
    margin-top: 10px;
    width: 300px;
    font-size: 1.1rem;
}

.mv__inner--right {
    width: 40%;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    padding: 25px 27px;
    gap: 15px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mv__inner--rightImg {
    position: relative;
    cursor: pointer;
}
.mv__inner--rightImg:after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 50%;
    font-weight: 100;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    transition: 0.3s ease-in-out;
    color: var(--main-CourseMain);
}
.mv__inner--right h2 {
    letter-spacing: 2.08px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.mv__inner--right p {
    color: #fff;
}
.mv__inner--bottom {
    position: absolute;
    right: 0;
    bottom: 50px;
    color: rgb(255, 255, 255, 0.6);
    font-size: 0.8rem;
}
.mv__inner--bottom p {
    color: #fff;
    font-size: 0.8rem;
}

/* modal */
.modal {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s;
}
.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease;
}
.modal-content.show {
    top: 50%;
}

.modal-content video {
    vertical-align: bottom;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -40px;
    right: 0;
}

.close:hover, .close:focus {
    opacity: 0.4;
    text-decoration: none;
    cursor: pointer;
}

/* mv under */
section#mvunder {
    position: relative;
    height: 320px;
    background: url(https://lp.digirise.ai/wp-content/uploads/2024/07/mvunder_.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
section#mvunder:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.45) 26.77%, rgba(0, 0, 0, 0.60) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.mvunder__inner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.mvunder__inner--block {
    background: #000;
    width: 100%;
    max-width: 600px;
    margin-top: -40px;
    margin-bottom: -40px;
    display: flex;
    flex-direction: column;
    padding: 35px 45px;
    position: relative;
	 gap: 15px;
}
.mvunder__inner--block h2 {
    display: flex;
    justify-content: center;
    color: var(--main-CourseMain);
    font-size: 1.4rem;
    letter-spacing: 2px;
    border: solid 1px var(--main-CourseMain);
    padding: 12px 0 17px;
    background: rgba(255, 255, 255, 0.10);
    font-weight: 600;
}
ul.mvunder__inner--blockList {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    list-style: disc;
    padding: 25px 15px 25px 35px;
    font-size: 1.1rem;
    letter-spacing: 1.9px;
    margin: 0 auto;
}
ul.mvunder__inner--blockList li {
    color: #fff;
}

/* scroll */
section#jirei {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 70px 0;
}
.scroll_infinity {
}

@keyframes slide1 {
    from {
        transform: translateX(100%);
    }
    to {
    transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.scroll_infinity_wrap {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
}

.scroll_infinity_list:first-of-type {
    animation: slide1 60s -30s linear infinite;
}

.scroll_infinity_list:last-of-type {
    animation: slide2 60s linear infinite;
}

.scroll_infinity_list {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    flex-wrap: nowrap;
}


.scroll_infinity_list li {
    /* width: calc(100vw / 9); */
    width: 200px;
    height: auto;
    list-style: none;
    text-align: center;
}

.scroll_infinity_list li > img {
    width: auto;
    height: 100%;
}

/* feature */
section#features {
    position: relative;
}
.features__inner {
    padding: 100px 0 180px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    gap: 160px;
}
ul.features__inner--list {
    display: flex;
    flex-direction: column;
    gap: 240px;
}
ul.features__inner--list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}
.features__inner--listText {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(58, 52, 255, 0.08);
    padding: 35px 45px;
    position: relative;
    z-index: 1;
    min-height: 250px;
    justify-content: center;
}
.features__inner--listText h3 {
    position: relative;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.features__inner--listText p span {
    color: var(--main-CourseMain);
    font-weight: 600;
}
.features__inner--listImg {
    position: absolute;
    right: 0;
    width: 600px;
    flex-shrink: 0;
    top: 50%;
    transform: translateY(-50%);
}
.features__inner--listImg img {
    width: 100%;
    object-fit: cover;
    height: 410px;
}

ul.features__inner--list li.rev {
    justify-content: flex-end;
}
ul.features__inner--list li.rev .features__inner--listImg {
    right: auto;
    left: 0;
}

/* cta */
section.cta {
    background: #03006B;
    position: relative;
}
.cta__inner {
    padding: 40px 0 60px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 25px;
    overflow: hidden;
}
p.cta__inner--desc {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

/* curricurum */
section#curriculum {
    position: relative;
    background: #000;
}
.curriculum__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 160px 0;
	 gap: 160px;
}
.curriculum__inner--top {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.curriculum__inner--top .heading {
    color: #fff;
}
.curriculum__inner--toppart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px 80px;
}
.curriculum__inner--toppartGrid {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 45%;
    align-items: center;
}

h3.richHeading {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 35px;
}
h3.richHeading:before {
    content: "";
    width: 200px;
    height: 18px;
    background: url(https://lp.digirise.ai/wp-content/uploads/2024/06/headingtop.svg) no-repeat;
    position: absolute;
    background-size: contain;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
h3.richHeading:after {
    content: "";
    width: 200px;
    height: 18px;
    background: url(https://lp.digirise.ai/wp-content/uploads/2024/06/headingbottom.svg) no-repeat;
    position: absolute;
    background-size: contain;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}
dl.curriculumList {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}
.curriculumLine {
    width: 100%;
    background: linear-gradient(90deg, #AA9000 0%, #726000 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 35px;
    gap: 28px;
    color: #fff;
}
.curriculumLine dt {
    font-size: 1.1rem;
    letter-spacing: 2px;
    position: relative;
    width: 80px;
}
.curriculumLine dt:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}
.curriculumLine dd {
    font-size: 1.1rem;
    letter-spacing: 1.4px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.curriculumLine dd span {
    display: block;
    font-size: 0.8rem;
}

.curriculumLine.verticalRow {
    flex-direction: column;
    gap: 5px;
}
.curriculumLine.verticalRow dt {
    width: fit-content;
    font-size: 1.4rem;
}
.curriculumLine.verticalRow dt:after {
    content: none;
}
.curriculumLine.verticalRow dd {
    font-size: 0.8rem;
    width: fit-content;
    line-height: 1.83;
}

/* --middle -- */
.curriculum__inner--middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
}
.curriculum__inner--middleHosoku {
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 25px;
    margin-top: -32px;
    flex-direction: column;
    align-items: center;
}
.curriculum__inner--middleHosoku p.bigtexts {
    font-weight: 600;
    font-size: 1.4rem;
	color: var(--main-CourseMain);
}
p.bigtexts span {
    color: #aaa;
    font-size: 0.7rem;
}
p.minitext {
    font-size: 0.8rem;
    width: 100%;
    max-width: 600px;
    background: rgb(255, 255, 255, .2);
    padding: 16px 30px;
    position: relative;
    line-height: 1.83;
    border-radius: 5px;
}
p.minitext:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid rgb(255, 255, 255, .2);
}
.curriculum__inner--middleHosoku p {
    color: #fff;
}
.curriculum__inner--middleHosoku img {
    transform: translateY(3px);
}
.curriculum__inner--bottom {
    background: rgb(255, 255, 255, 0.4);
    width: 100%;
    max-width: 650px;
    display: flex;
    justify-content: center;
    padding: 9px 0 11px;
    margin-top: -31px;
}
.curriculum__inner--bottom p {
    color: #fff;
}

.curriculum__inner--middleUnder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.teacher {
    background: rgba(217, 217, 217, 0.20);
    padding: 35px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
}

.teacher__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.teacher__right--top {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.teacher__right--top p {
    color: #fff;
    font-size: 0.9rem;
}
.teacher__right--top h4 {
    background: linear-gradient(90deg, #5800FF 0%, #5CE1E6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: fit-content;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.1;
}
p.profileText {
    font-size: 0.8rem;
    color: #fff;
    line-height: 2.13;
}

/* voices */
.curriculum__inner--bottoms {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.curriculum__inner--bottoms .heading {
    color: #fff;
}


/* swiper */
.wrapper {
	 position: relative;
}
.sample-swiper.carousel {
    overflow: hidden;
}
.voices__inner {
    border: 1px solid var(--main-CourseMain);
    background: rgba(255, 255, 255, 0.10);
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.voices__inner h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
}
p.voices__inner--text {
    color: #fff;
}
.voices__inner--face p {
    color: #fff;
}
.voices__inner--face {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-size: 0.9rem;
}
.voices__inner--face img {
    width: 74px;
    height: 74px;
}
.swiper-button-prev {
    left: -50px;
    color: var(--main-CourseMain);
    transition: 0.3s ease-in-out;
}
.swiper-button-next {
    right: -50px;
    color: var(--main-CourseMain);
    transition: 0.3s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.6;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: var(--main-CourseMain);
}

/* overview */
.overview__inner {
    padding: 160px 0 120px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    gap: 100px;
}
.overview__inner--top h3.richHeading, .overview__inner--bottom h3.richHeading {
    color: #000;
    font-weight: 500;
}
.overview__inner--top {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
/* table */
table {
    border: solid 1px #ddd;
}
thead tr {
    border-bottom: solid 1px #ddd;
}
thead tr th {
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
}

thead tr th:first-child {
    width: 90px;
}
thead tr th:nth-child(2) {
    width: 140px;
}
thead tr th:nth-child(3) {
    width: 410px;
}
thead tr th:nth-child(4), thead tr th:nth-child(5) {
    width: 220px;
}

tbody tr {
    border-bottom: solid 1px #ddd;
}
tbody tr th, tbody tr td {
    height: 90px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
	line-height: 1.83;
}
tbody tr th {
    background: #FFFAE2;
    color: var(--main-CourseMain, #C6A700);
    font-size: 1.2rem;
    font-weight: 600;
}

span.wazuka {
    border-radius: 50px;
    background: #EBF5FA;
    display: inline-block;
    width: 180px;
    padding: 10px 0 12px;
    color: #3A34FF;
}

.overview__inner--bottom {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

dl.overview__term {
    display: flex;
    flex-direction: column;
    border: solid 1px #ddd;
}
.overview__term--line {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #ddd;
}
.overview__term--line dt {
    width: 200px;
    background: #FFFAE2;
    color: var(--main-CourseMain, #C6A700);
    font-size: 1.1rem;
    min-height: 90px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.overview__term--line dd {
    padding: 20px 35px;
    line-height: 2;
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    color: #222;
	 font-size: 1rem;
}
.overview__term--line dd a {
    text-decoration: underline;
    color: #3A34FF;
    font-weight: 600;
}

/* FAQ */
section#faq {
    padding: 130px 0 120px;
    background: #f9f9f9;
}
.faq__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.faq__inner dl {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq__inner--acc {
    background: #fff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%), 0 1px 6px 0 rgb(0 0 0 / 11%);
    border-radius: 3px;
    transition: 0.2s ease-in;
}
.faq__inner--acc:hover {
    background: #fcfcfc;
}
.accordion {
    display: block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s ease-in;
    position: relative;
    padding: 20px 0 24px 64px;
    margin: 0;
}
.accordion:before {
    content: "Q";
    position: absolute;
    left: 15px;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    background: #313131;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.accordion.active {
    margin-bottom: 0;
}
.panel{
  max-height:0;
  overflow:hidden;
  transition: 0.3s ease-out;
}
.panel p {
    padding: 15px 20px 10px;
    margin: 0 0 15px;
    position: relative;
    padding-left: 64px;
    color: #707070;
    font-weight: 400;
    line-height: 2;
}
.panel p:before {
    content: "A";
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    background: var(--main-CourseMain);
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
}
.acco{
  position:relative;
}
.accordion:after {
    content: '＋';
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border-radius: 9999px;
    padding: 0 4px;
    font-weight: 900;
    color: #FFF;
}
.accordion.active:after {
    content: "ー";
    background: var(--main-CourseMain);
}

/* fixed */
section#fixedBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0, .5);
    z-index: 800;
    opacity: 0;
    pointer-events: none;
	 transition: 0.6s ease-in-out;
}
section#fixedBtn.resize {
    opacity: 1;
    pointer-events: auto;
}
.fixedBtn__inner {
    display: flex;
    justify-content: center;
    padding: 9px 0 10px;
}
section#fixedBtn a.primaryBtn {
    width: 300px;
    padding-top: 12px;
    padding-bottom: 14px;
}

/* tokusho */
body.page-id-303 {
    background: #f9f9f9;
}
header#header.tokusho {
    background: #000;
    position: relative;
}
section#tokushoheader {
    background: var(--gradation-color);
}
.tokushoheader__inner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 340px;
    align-items: center;
}
.tokushoheader__inner h1 {
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 110px;
}
section#tokushoText {
    position: relative;
    margin-top: -100px;
    padding-bottom: 100px;
}
.tokushoText__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(58, 52, 255, 0.08);
    padding: 35px 45px;
    border-radius: 9px;
}
.tokushoText__inner h2 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 45px;
    color: #222;
    margin-bottom: 10px;
}
.tokushoText__inner h2:first-child {
    margin-top: 0;
}

/* 日程　*/
p.ended {
    text-align: center;
    display: block;
    padding-bottom: 60px;
}

/* thanks */
body.page-id-317 header#header {
    background: #000;
}
.thanks__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 150px 0 100px;
    gap: 40px;
    align-items: center;
}
.thanks__inner--text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

/* 追加 */
.mv__inner:before {
    content: none;
}
.mv__inner--left h1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
p.catchCopy {
    text-align: center;
    color: #fff;
}
span.titleMain {
    font-size: 6rem;
}
span.titleHosoku {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
}
.cta__inner p.catchCopy {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 600;
}



@media screen and (max-width: 1250px) {
/* （ここに1250以下スタイルを記述） */
	.mv__inner {
    padding-left: 2%;
    padding-right: 2%;
	}
	.mv__inner--bottom {
    right: 2%;
	}
	.wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
	}
}

@media screen and (max-width: 1100px) {
/* （ここに1100以下スタイルを記述） */
	/* header */
	ul.header__inner--rightLink {
    display: none;
	}
	/* mv */
	.mv__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.mv__inner--bottom {
    right: 4%;
	}
	.features__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.curriculum__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.overview__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.wrapper {
    width: 80%;
	}
	.footer__top, .footer__bottom {
    padding-left: 4%;
    padding-right: 4%;
	}
	/* tokusho */
	.tokushoheader__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 1000px) {
/* （ここに1000以下スタイルを記述） */
	.mv__inner {
    flex-direction: column;
    gap: 50px;
	}
	.mv__inner--left, .mv__inner--right {
    width: 100%;
	}
	.mv__inner--right {
    width: 90%;
	}
	ul.features__inner--list {
    gap: 0px;
	}
	ul.features__inner--list li {
    flex-direction: column-reverse;
	}
	.features__inner--listImg {
    width: 100%;
    position: relative;
    top: auto;
    transform: none;
	}
	.features__inner--listText {
    transform: translateY(-60px);
	}
	.features__inner {
    padding-bottom: 40px;
	}
	.curriculum__inner--toppart {
    flex-direction: column;
    gap: 70px;
	}
	.curriculum__inner--toppartGrid {
    width: 100%;
	}
	.teacher {
    flex-direction: column;
	}
	.teacher__right {
    align-items: center;
	}
	.teacher__right--top {
    align-items: center;
	}
	.faq__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	/* footer */
	.footer__top {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 40px 0;
	}
	.footer__inner {
    justify-content: center;
    text-align: center;
    gap: 45px;
    flex-direction: column;
    padding: 0;
	}
	.footer__inner--logo {
    width: 270px;
    margin-bottom: -20px;
	}
	ul.footer__inner--list {
    padding-left: 4%;
    padding-right: 4%;
    flex-direction: column;
	 gap: 40px;
	}
	ul.footer__inner--list li a {
    font-size: 1.1rem;
	}
	ul.footer__inner--list li a:after {
    content: none;
	}
	.footer__bottominner {
    flex-direction: column;
    gap: 20px;
	}
	.footer__bottominner ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 15px;
	}
	section#tokushoText {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	/* header */
	header#header {
    position: absolute;
	}
	.header__inner--right a.primaryBtn {
    display: none;
	}
	.header__inner {
    justify-content: center;
	}
	/* mv */
	span.titleMain {
    font-size: 4.4rem;
	}
	
	 .mv__inner {
        padding-bottom: 80px;
        padding-top: 100px;
		  gap: 20px;
		 flex-wrap: nowrap;
    }
	p.catchCopy {
    text-align: center;
    font-size: 1.4rem;
	}
	p.catchCopy span {
    font-size: 2.3rem;
    padding: 0 3px;
	}
	.mv__inner--left h1 {
    font-size: 2.9rem;
    line-height: 1.5;
	gap: 0px;
	}
	.mv__inner--right {
    padding: 12px 16px;
	}
	.mv__inner--bottom {
    right: auto;
    position: relative;
	}
	ul.mv__inner--leftList {
    flex-direction: column;
    align-items: center;
	}
	ul.mv__inner--leftList li img {
    max-height: 92px;
	}
	.mv__inner--left {
    order: 1;
	}
	.mv__inner--bottom {
    order: 2;
    bottom: auto;
	}
	.mv__inner--right {
    order: 3;
	}
	/* mv under */
	section#mvunder {
    height: auto;
    width: 100%;
    background-size: cover;
	}
	.mvunder__inner--block {
    padding: 20px 25px;
	}
	.mvunder__inner--block h2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
	}
	ul.scroll_infinity_list {
    width: auto;
	}
	.features__inner {
    padding-top: 20px;
    gap: 60px;
	  padding-bottom: 0;
	}
	.heading p {
    text-align: left;
	}
	.heading p br {
    display: none;
	}
	.features__inner--listText {
    width: 92%;
    padding: 20px 30px;
	}
	.features__inner--listText h3 {
    font-size: 1.8rem;
	}
	.features__inner--listText h3 br {
    display: none;
	}
	ul.features__inner--list li {
    margin-bottom: -20px;
	}
	.cta__inner {
    padding-left: 8%;
    padding-right: 8%;
	}
	p.cta__inner--desc {
    text-align: left;
	}
	p.cta__inner--desc br {
    display: none;
	}
	.heading h2 span:nth-child(2) {
    font-size: 3.2rem;
    top: -25px;
	}
	/* curriculum */
	.curriculum__inner {
    padding-bottom: 100px;
    padding-top: 100px;
	 gap: 100px;
	}
	dl.curriculumList {
    gap: 15px;
	}
	.curriculumLine {
    padding: 15px 20px;
	}
	.curriculum__inner--middleHosoku {
    flex-direction: column;
    align-items: center;
	}
	.curriculum__inner--bottom {
    padding-left: 20px;
    padding-right: 20px;
	}
	.curriculumLine dd {
    width: calc(100% - 80px - 15px);
	}
	.teacher {
    padding: 20px 25px;
	}
	.voices__inner {
    padding: 20px 25px;
	}
	.curriculum__inner--middleHosoku img {
    height: 55px;
	}
	/* table */
	.overview__inner {
    padding-top: 100px;
    padding-bottom: 100px;
	}
	.tableOver {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: 4%;
    padding-right: 4%;
	}
	table {
    white-space: nowrap;
    width: 1100px;
	}
	dl.overview__term {
    white-space: nowrap;
    width: 1100px;
	}
	.overview__term--line dt {
    white-space: break-spaces;
	}
	.overview__term--line dd {
    white-space: normal;
	}
	.accordion {
    padding-right: 40px;
	}
	.modal-content {
    width: 100%;
    padding: 0;
	}
	section#faq {
    padding: 80px 0 80px;
	}
	/* swiper */
	.swiper-button-prev {
    left: -40px;
	}
	.swiper-button-next {
    right: -40px;
	}
	/* thanks */
	 .thanks__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
}