@charset "UTF-8";

/*
Theme Name: Origin
Author: WeFull Co., Ltd.
Author URI: https://www.wefull.co.jp/
Version: 1.2
*/

/* Noto Sans JP */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/NotoSansJP-Regular.woff2') format('woff2'), url('./fonts/NotoSansJP-Regular.woff') format('woff'), url('./fonts/NotoSansJP-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: bold;
	font-weight: bold;
	src: url('./fonts/NotoSansJP-Bold.woff2') format('woff2'), url('./fonts/NotoSansJP-Bold.woff') format('woff'), url('./fonts/NotoSansJP-Bold.ttf') format('truetype');
}

/* Noto Serif JP */
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/NotoSerifJP-Regular.woff2') format('woff2'), url('./fonts/NotoSerifJP-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-style: bold;
	font-weight: bold;
	src: url('./fonts/NotoSerifJP-Bold.woff2') format('woff2'), url('./fonts/NotoSerifJP-Bold.woff') format('woff');
}

/***** 全体設定 *****/
section {
	overflow: hidden;
}

section .title {
	margin-bottom: 4rem;
	text-align: center;
}

@media screen and (max-width: 767px){
	section .title {
		margin-bottom: 2rem;
	}
}

/* section .title.pen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section .title.pen.blue {
	background-image: url(./img/headback06.png);
}

section .title.pen.white {
	background-image: url(./img/headback07.png);
}

@media screen and (max-width: 767px){
	section .title.pen.left {
		background-position-x: -20%;
	}
} */

section .title h2 {
	position: relative;
	font-size: 2.4rem;
	color: #333;
}

@media screen and (max-width: 767px){
	section .title h2 {
		font-size: 1.6rem;
	}
}

section .title h2 span {
	position: relative;
	/* padding: 0 40px; */
	z-index: 2;
}

@media screen and (max-width: 767px){
	section .title h2 span {
		/* padding: 0 20px; */
	}
}

/* section .title h2::before {
	content: "";
    position: absolute;
    width: 150vw;
    height: 1px;
    left: -50vw;
    top: 50%;
    background: #a7b8bd;
    z-index: 1;
} */

section .title p.eng {
	position: relative;
	font-size: 1.2rem;
	color: color-mix(in srgb, var(--accent-color3) 60%, transparent);
}

@media screen and (max-width: 767px){
	section .title p.eng {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	section .title.right h2,
	section .title.right p.eng{
		text-align: right;
		padding-right: 1rem;
	}
	
	section .title.left h2,
	section .title.left p.eng{
		text-align: left;
		padding-left: 1rem;
	}
}

section .title h2,
section .title p.eng {
	text-shadow: 0 2px 4px #ccc;
}

section .title.white h2,
section .title.white p.eng{
	color: #fff;
	text-shadow: 0 2px 4px #333;
}

.boxed {
	padding: 6rem 0;
}

@media screen and (max-width: 767px){
	.boxed {
		padding: 2rem 0;
	}
}

/***** ヘッダー *****/
@media screen and (max-width: 767px){
	.site-logo {
		width: 160px;
	}
}

.js-header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 1rem 0;
    z-index: 100;
}

@media screen and (max-width: 767px){
	.js-header {
		padding: 4px 0 0;
	}
}

.js-header .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
}


@media screen and (min-width: 1001px){
	.js-header .wrap {
		padding-left: 4rem;
	}
}

.js-header .wrap ul.cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 4px;
		background: #fff;
	}
}

.js-header .wrap ul.cta li {
	width: 240px;
	margin-left: 1rem;
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta li {
		margin-left: 0;
	}
	
	.js-header .wrap ul.cta li.line {
		width: 40%;
	}
	
	.js-header .wrap ul.cta li.mail {
		width: 59%;
	}
}

.js-header .wrap ul.cta li a {
	display: block;
    border-radius: 100px;
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta li a {
		height: 100%;
		border-radius: 10px;
	}
}

.js-header .wrap ul.cta li a span{
	display: block;
	font-weight: bold;
	text-align: center;
    padding: 1rem;
	line-height: 30px;
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta li a span{
		font-size: 0.9rem;
		padding: 16px 10px;
		line-height: 20px;
	}
}

.js-header .wrap ul.cta li a span img {
	width: 30px;
	margin-right: 5px;
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta li a span img {
    	width: 20px;
		margin-right: 5px;
	}
}

.js-header .wrap ul.cta li.line a{
	color: #fff;
    background: var(--line-color);
}

.js-header .wrap ul.cta li.mail a{
	color: #fff;
    background: var(--mail-color);
}

@media screen and (max-width: 767px){
	.js-header .wrap ul.cta li.mail a span {
		position: relative;
		padding-left: 55px;
	}

	.js-header .wrap ul.cta li.mail a span::before {
		content: "";
    	display: block;
    	position: absolute;
    	width: 64px;
    	height: 64px;
    	background-image: url(./img/buttonback02.png);
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: left;
    	bottom: 0;
	    left: 5px;
	}
}

.single {
	margin-top: 92px;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.single {
		margin-top: 50px;
	}
}

.single .wrap {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media screen and (max-width: 767px){
	.single .wrap {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.single h1 {
	padding: 4rem 0;
	color: var(--accent-color3);
    background: var(--main-gradient1);
}

@media screen and (max-width: 767px){
	.single h1 {
		font-size: 1.4rem;
		padding: 2rem 0;
		text-align: center;
	}
}

.single h1 span {
	display: block;
	max-width: 1200px;
	margin: auto;
}

.single.contacthead h1 {
	color: #fff;
	background: var(--accent-color3);
}

/***** メインビジュアル *****/
.mv_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 92px;
}

@media screen and (max-width: 767px){
	.mv_area {
		margin-top: 50px;
	}
}

.mv_area .menu {
	width: 440px;
	padding: 2rem 4rem;
}

@media screen and (max-width: 1500px){
	.mv_area .menu {
		width: 360px;
	}
}

@media screen and (max-width: 767px){
	.mv_area .menu {
		display: none;
	}
}

.mv_area .menu ul li {
	
}

.mv_area .menu ul li a {
	display: block;
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	color: #444;
	border-left: 5px solid #999;
    padding: 0.5vw 1vw 0.5vw 1.5vw;
	transition: 0.3s;
}

.mv_area .menu ul li a:hover {
	border-left: 5px solid color-mix(in srgb, var(--accent-color3-right) 60%, transparent);
	transition: 0.3s;
}

.mv_area .menu ul li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left:0;
	bottom: 0;
	background-color: color-mix(in srgb, var(--accent-color3-right) 60%, transparent)
	transition: 0.3s;
}

.mv_area .menu ul li a:hover::before {
	width: 100%;
	transition: 0.3s;
}

.mv_area .menu ul li a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	color: color-mix(in srgb, var(--accent-color3-right) 60%, transparent);
	margin-top: 0.5rem;
}

.mv_area .menu ul li:not(:last-child){
	margin-bottom: 1rem;
}

.mv_area .right {
	width: calc(100% - 440px);
	height: 100%;
	position: relative;
	border-radius: 5rem 0 0 5rem;
    overflow: hidden;
	background: url(./img/mv_back.png);
	background-size: cover;
}

@media screen and (max-width: 1500px){
	.mv_area .right {
		width: calc(100% - 360px);
	}
}

@media screen and (max-width: 767px){
	.mv_area .right {
		width: 100%;
		border-radius: 0;
	}
}

.mv_area .right img {
	width: 100%;
	height: 100%;
	max-height: 80vh;
    min-height: 70vh;
	aspect-ratio: 16 / 9;
	object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 767px){
	.mv_area .right img {
		min-height: 60vh;
	}
}

.mv_area .slider .mv {
	width: 100%;
	height: 100%;
	max-height: 80vh;
    min-height: 70vh;
	aspect-ratio: 16 / 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


@media screen and (max-width: 767px){
	.mv_area .slider .mv {
		max-height: unset;
		min-height: unset;
		aspect-ratio: 5 / 5;
	}
}

.mv_area .slider .mv01 {
	background-image: url(./img/mv01.png);
}

.mv_area .slider .mv02 {
	background-image: url(./img/mv02.png);
}

.mv_area .slider .mv03 {
	background-image: url(./img/mv03.png);
}

.mv_area .right .catch {
	position: absolute;
	top: 20%;
	left: 3%;
	letter-spacing: 0.2em;
	z-index: 10;
}

@media screen and (max-width: 767px){
	.mv_area .right .catch {
		display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
		align-items: end;
        justify-content: center;
	}
	
	.mv_area .right .catch .waku {
		text-align: center;
		margin-bottom: 1rem;
	}
}

.mv_area .right .catch p {
    font-weight: bold;
    color: #222;
    
}

@media screen and (max-width: 767px){
	.mv_area .right .catch p {
		color: #fff;
        background: rgba(147, 102, 168, 0.8);
        padding: 10px 10px;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
        line-height: 1;
	}
}

.mv_area .right .catch p span {
	color: #f1640e;
}

@media screen and (max-width: 767px){
	.mv_area .right .catch p span {
		color: #ffff00;
	}
}

.mv_area .right .catch p.large {
	font-size: 4.8vw;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px){
	.mv_area .right .catch p.large {
		font-size: 6vw;
	}
}

.mv_area .right .catch p.middle {
	font-size: 3vw;
}

@media screen and (max-width: 767px){
	.mv_area .right .catch p.middle {
		width: fit-content;
        font-size: 6vw;
        margin-left: auto;
        margin-right: auto;
	}
}

.slick-list {
	line-height: 1;
}

/***** 動画エリア *****/
.movie {
	
}


@media screen and (max-width: 767px){
	.movie {
		margin-top: -2rem;
		margin-bottom: 4rem!important;
	}
}

.movie .wrap {
	/* display: flex;
	flex-direction: row-reverse;
	justify-content: space-between; */
}

@media screen and (max-width: 767px){
	.movie .wrap {
		display: block;
		padding: 0;
	}
}

.movie .head {
	width: calc(100% - 540px);
}

@media screen and (min-width: 768px){
	.movie .head {
		background-image: url(./img/movie_back3.png);
    	background-repeat: no-repeat;
    	background-size: 60%;
    	background-position: bottom right;
	}
}

.movie h2,
.comic h2{
	font-size: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px){
	.movie h2,
	.comic h2{
		font-size: 1.2rem;
        text-align: center;
        border-bottom: 0;
        padding: 10px;
        margin-bottom: 0;
        color: #fff;
        /* background: linear-gradient(to bottom, var(--accent-color3), color-mix(in srgb, var(--accent-color3) 60%, transparent)); */
		background: #9366a8;
	}
}

.movie p.txt {
	text-align: center;
}

@media screen and (min-width: 768px){
	.movie p.txt {
		margin-bottom: 1rem;
	}
}

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

@media screen and (max-width: 767px){
	.movie .movie_link {
		padding: 1%;
	}
}

.movie .movie_link li {
	width: 32.5%;
	position: relative;
	border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
	cursor: pointer;
}

.movie .movie_link li img {
	display: block;
	position: relative;
	border-radius: 1rem;
}

@media screen and (max-width: 767px){
	.movie .movie_link li img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
		border-radius: 3px;
	}
}

.movie .movie_link li a {
	display: block;
	position: relative;
}

.movie .movie_link li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(./img/movie_button.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}

@media screen and (max-width: 767px){
	.movie .movie_link li a::after {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
	}
}

.movie .movie_area {
	width: 500px;
}

@media screen and (max-width: 767px){
	.movie .head,
	.movie .movie_area {
		width: 100%;
	}
}

.movie .head p {
	font-size: 1.2em;
}

.movie video {
	display: block;
	width: 100%;
	margin: auto;
}

/***** CTAエリア *****/
.cta_area {
	text-align: center;
	padding: 2rem 0;
	background: var(--main-gradient1);
}

@media screen and (max-width: 767px){
	.cta_area {
		padding: 1rem 0 2rem;
	}
}

.cta_area .wrap {
	background-image: url(./img/cta_icon_left2.png), url(./img/cta_icon_right2.png);
	background-size: auto 100%;
	background-position: left, right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
	.cta_area .wrap {
		background-size: auto 24vw;
		background-position: top left, top right;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 768px){
	.cta_area .design {
		display: none;
	}
}

@media screen and (max-width: 767px){
	.cta_area .design {
		display: flex;
		justify-content: space-around;
        margin-bottom: 1rem;
	}
	
	.cta_area .design img {
		width: 30%; 
	}
}

.cta_area .badge {
	display: flex;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px){
	.cta_area .badge {
		font-size: 1.2rem;
		padding-top: 1rem;
		margin-bottom: 1rem;
		line-height: 1.4;
	}
}

.cta_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: auto;
}

.cta_area ul li {
	width: 48%;
}

@media screen and (max-width: 767px){
	.cta_area ul li {
		width: 100%;
	}
	
	.cta_area ul li:not(:last-child){
		margin-bottom: 1rem;
	}
}

.cta_area ul li a {
	display: flex;
    position: relative;
    border-radius: 100px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px){
	.cta_area ul li a {
		padding: 10px;
	}
}

.cta_area ul li a span {
	position: flex;
	font-size: 1.3rem;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px){
	.cta_area ul li a span {
		font-size: 1.1rem;
	}
}

.cta_area ul li a::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.cta_area ul li.line a::before {
	background-image: url(./img/line-icon_white.svg);
}

.cta_area ul li.mail a::before {
	background-image: url(./img/calendar-icon.svg);
}

.cta_area ul li a span small {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

.cta_area ul li.line a {
	background: var(--line-color);
}

.cta_area ul li.mail a {
	background: var(--mail-color);
}

/***** 選ばれる理由 *****/
.reason {
	background-image: url(./img/backbadge021b.png);
	background-size: 600px;
	background-position: top left;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
	.reason {
		background-image: none;
		/* background-size: 45%;
		background-position: top right; */
		padding-top: 4rem;
		margin-top: -2rem;
	}
	
	.reason h2 {
		position: relative;
	}
	
	.reason h2::after {
		display: block;
        content: "";
        position: absolute;
        width: 50%;
        height: 160px;
        background-image: url(./img/backbadge021b.png);
        background-size: cover;
        right: 0px;
        top: -140%;
	}
}

.reason ul li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem 1rem 2rem 1.5rem;
	counter-increment: reason;
}

@media screen and (max-width: 767px){
	.reason ul li {
		flex-direction: column-reverse;
	}
}

.reason ul li::before {
	content: "";
	position: absolute;
	width: 120vw;
	height: 100%;
	top: 0;
	background: var(--main-gradient2);
	border-radius: 4rem;
	z-index: 0;
}

@media screen and (max-width: 767px){
	.reason ul li::before {
		border-radius: 2rem;
	}
}

.reason ul li:nth-child(even)::before {
	background: var(--pink-right-gradient);
}

.reason ul li:nth-child(odd)::before {
	background: var(--pink-left-gradient);
}

@media screen and (min-width: 768px){
	.reason ul li:nth-child(even){
		flex-direction: row-reverse;
	}
}

.reason ul li:nth-child(odd)::before{
	left: 0;
}

.reason ul li:nth-child(even)::before{
	right: 0;
}

.reason ul li:not(:last-child){
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.reason ul li:not(:last-child){
		margin-bottom: 1rem;
	}
}

.reason ul li img {
	width: 40%;
	position: relative;
	border-radius: 3rem;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media screen and (max-width: 767px){
	.reason ul li img {
		width: calc(100%);
		border-radius: 1rem;
	}
	
	.reason ul li:nth-child(odd) img{

	}
	
	.reason ul li:nth-child(even) img{
	}
}

.reason ul li h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: var(--accent-color3);
}

@media screen and (max-width: 767px){
	.reason ul li h3 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
}

.reason ul li h3::before {
	content: "POINT." counter(reason);
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px){
	.reason ul li h3::before {
		font-size: 1rem;
		margin-bottom: 0;
	}
}

.reason ul li h3 span {
	font-size: 1.2em;
	font-weight: 900;
	color: #c74b55;
}

.reason ul li .meta {
	width: 55%;
	position: relative;
}

@media screen and (max-width: 767px){
	.reason ul li .meta {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.reason ul li .meta p {
	
}

.reason ul li .meta p span {
	font-weight: bold;
	color: #c74b55;
}

/***** クラス紹介 *****/
.class {
	background: var(--main-gradient5);
	overflow: visible;
}

.class .backfilter {
	width: 100%;
	height: 100%;
	background-image: url(./img/backbadge022b.png);
	background-size: 600px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
	.class .backfilter {
		background-image: none;
	}
	
	.class h2 {
		position: relative;
	}
	
	.class h2::after {
		display: block;
        content: "";
        position: absolute;
        width: 50%;
        height: 180px;
        background-image: url(./img/backbadge022b.png);
        background-size: cover;
        right: 0px;
        top: -180%;
	}
}

.class ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.class ul li {
	padding: 2rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 4px 4px rgba(16, 16, 16, 0.2);
}

@media screen and (min-width: 1081px){
	.class ul {
		gap: 2rem;
		justify-content: center;
	}
	
	.class ul li {
		width: 48%;
		max-width: 450px;
	}
}

@media screen and (max-width: 1080px){
	.class ul li {
		width: 100%;
	}
	
	.class ul li:not(:last-child){
		margin-bottom: 2rem;
	}
	
	.class ul li .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.class ul li .flex .meta {
		width: 220px;
	}
	
	.class ul li .flex p.description {
		width: calc(100% - 240px);
	}
}

@media screen and (max-width: 767px){
	.class ul li {
		border-radius: 1rem;
		padding: 1rem;
	}
	
	.class ul li:not(:last-child){
		margin-bottom: 1rem;
	}
	
	.class ul li .flex .meta,
	.class ul li .flex p.description {
		width: 100%;
	}
}

.class ul li h3 {
	font-size: 1.3rem;
	text-align: center;
	color: var(--accent-color3-right);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #666;
}

@media screen and (max-width: 767px){
	.class ul li h3 {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 767px){
	.class ul li p {
		line-height: 1.5;
	}
}

.class ul li .flex p.description span {
	font-weight: bold;
    color: #c74b55;
}

.class ul li p.meta1 {
	font-size: 0.9em;
}

.class ul li p.meta2 {
	font-size: 1.2em;
	font-weight: bold;
}

.class ul li p.meta3 {
    display: block;
    width: fit-content;
    margin: 10px auto;
    padding: 8px 30px;
    background: #ffdeec;
    font-weight: bold;
    line-height: 1;
    border-radius: 100px;
}

.class ul li p.price {
	margin-bottom: 1rem;
}

.class ul li p.price span {
	font-size: 1.5em;
	font-weight: bold;
	color: #c74b55;
}

.class ul li p.price small {
	display: block;
}

.class ul li p:not(.description){
	text-align: center;
}

.class ul li p.description{
	font-size: 1rem;
}

@media screen and (max-width: 767px){
	.class ul li p.description{
		font-size: 14px;
	}
}

/***** 講師紹介 *****/
.teachers {
	background: var(--pink-bottom-gradient);
	overflow: visible;
}

.teachers .backfilter {
    width: 100%;
    height: 100%;
    background-image: url(./img/backbadge023b.png);
    background-size: 600px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .teachers .backfilter {
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    .teachers h2::after {
        display: block;
        content: "";
        position: absolute;
        width: 40%;
        height: 180px;
        background-image: url(./img/backbadge023b.png);
        background-size: cover;
        right: -10px;
        top: -180%;
    }
}

.teachers .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.teachers .flex .box {
	width: calc(50% - 1rem);
}

.teachers .flex .box a,
.teacher_single .box {
	display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}

.teachers .flex .box a {
	align-items: start;
}

.teacher_single .box {
	position: relative;
	align-items: center;
}

@media screen and (max-width: 767px){
	.teachers .flex .box a,
	.teacher_single .box {
		margin-bottom: 1rem;
		align-items: center;
	}
}

.teachers .flex .box a {
	border-radius: 1rem;
	box-shadow: 0 4px 4px rgba(16, 16, 16, 0.2);
	color: #333;
	background: #fff;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.teachers .flex .box a {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 768px){
	.teachers .flex .box:nth-child(even) {
		margin-left: 2rem;
	}
}

@media screen and (max-width: 767px){
	.teachers .flex .box {
		width: 100%;
		position: relative;
	}
}

.teachers .flex .box img,
.teacher_single .box img {
	display: block;
	width: 30%;
	border: 1px solid #ccc;
    box-shadow: 0 4px 4px rgba(16, 16, 16, 0.2);
	background: #fff;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10000px;
}

@media screen and (max-width: 767px){
	.teachers .flex .box img {
		width: 25%;
	}
	
	.teacher_single .box img {
		display: block;
		width: 80%;
		margin: 0 auto 1rem;
	}
}

.teachers .flex .box .meta,
.teacher_single .box .meta {
	width: 65%;
}

@media screen and (max-width: 767px){
	.teachers .flex .box .meta.head {
		width: 70%;
	}
	
	.teachers .flex .box .meta:not(.head),
	.teacher_single .box .meta {
		width: 100%;
		margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #ccc;
	}
}

.teachers .flex .box p.name,
.teacher_single .box p.name {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px){
	.teachers .flex .box p.name {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	
	.teacher_single .box p.name {
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 767px){
	.teacher_single .box p.name {
		text-align: center;
	}
}

.teachers .flex .box p.name span {
	font-size: 1.5em;
	font-weight: bold;
	color: var(--accent-color3);
	margin-right: 3px;
}

.teacher_single .box p.name {
	font-size: 1.2rem;
}

.teacher_single .box p.name span {
	font-size: 1.8em;
	font-weight: bold;
	color: var(--accent-color3);
	margin-right: 5px;
}

.teachers .flex .box p.next {
	width: fit-content;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 8px 12px;
    color: #fff;
    background: var(--accent-color3-right);
    margin-top: 1rem;
    margin-left: auto;
    border-radius: 4px;
}

@media screen and (max-width: 767px){
	.teachers .flex .box p.next {
		position: absolute;
		margin: 0;
		right: 2%;
        top: 14%;
	}
}

.teacher_single .box .meta p.txt {
	line-height: 2;
}

.teacher_single,
.kanshu_single {
	margin-top: 92px;
	padding: 2rem 0;
	background: var(--main-gradient1);
}

@media screen and (max-width: 767px){
	.teacher_single,
	.kanshu_single {
		margin-top: 50px;
	}
}

.teacher_works,
.student_works {
	padding: 2rem 0;
}

@media screen and (min-width: 768px){
	.teacher_works ul,
	.student_works ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.teacher_works ul li,
	.student_works ul li {
		width: 48%;
	}

	.teacher_works ul li:not(:last-child),
	.student_works ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 767px){
	.teacher_works ul,
	.student_works ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.teacher_works ul li,
	.student_works ul li {
		width: 49%;
		margin-bottom: 1%;
	}
	
	/* .teacher_works ul li:not(:last-child){
		margin-bottom: 1rem;
	} */
}

.teacher_works ul li.wide {
	width: 100%;
}

.teacher_works ul li img {
	display: block;
	margin: auto;
}

.teachers .badge {
	text-align: center;
}

.teachers .badge span {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	margin:0 auto 5%;
	background: linear-gradient(90deg, #58c6ff 0%, #ff3bef 50%, #58c6ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 767px){
	.teachers .badge span {
		font-size: 5.6vw;
	}
}

/***** 監修紹介 *****/
.kanshu_single .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px){
	.kanshu_single .box {
		display: block;
	}
}

.kanshu_single .box img {
	width: 35%;
}

@media screen and (max-width: 767px){
	.kanshu_single .box img {
		display: block;
		width: 50%;
		margin: 0 auto 1rem;
	}
}

.kanshu_single .box .meta {
	width: 60%;
}

@media screen and (max-width: 767px){
	.kanshu_single .box .meta {
		width: 100%;
	}
}

.kanshu_single .box .meta .head {
	margin-top: 2rem;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: var(--accent-color3-right);
}

.kanshu_single .box p.name {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .kanshu_single .box p.name {
		margin-bottom: 1rem;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 767px){
	.kanshu_single .box p.name {
		font-size: 1rem;
		text-align: center;
	}
}

.kanshu_single .box p.name span {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--accent-color3);
    margin-right: 5px;
}

@media screen and (max-width: 767px){
	.kanshu_single .box p.name span {
		font-size: 1.5em;
	}
}

.kanshu_single ul,
.kanshu_detail ul {
	list-style: disc;
    padding-left: 2rem;
}

.kanshu_single ul {
	
}

.kanshu_detail .box {
	padding: 2rem;
	background: #fdf3fd;
}

.kanshu_detail .box .title {
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.kanshu_detail .box {
		padding: 1rem;
	}
	
	.kanshu_detail .box .title {
		margin-bottom: 1rem;
	}
}

.kanshu_detail .box:nth-child(even) {
	background: #e8eefd;
}

.kanshu_detail .box:not(:last-child){
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.kanshu_detail .box:not(:last-child){
		margin-bottom: 1rem;
	}
}

.kanshu_detail dl {
	display: flex;
	flex-wrap: wrap;
}

.kanshu_detail dl dt {
	width: 100px;
}

@media screen and (max-width: 767px){
	.kanshu_detail dl dt {
		width: 60px;
	}
}

.kanshu_detail dl dd {
	width: calc(100% - 100px);
}

@media screen and (max-width: 767px){
	.kanshu_detail dl dd {
		width: calc(100% - 60px);
	}
}

/* 漫画 */
.comic {
	
}

@media screen and (min-width: 768px){
	.comic ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.comic ul li {
		width: 49%;
		margin-bottom: 1%;
	}
}

/***** 生徒の声 *****/
.students {
	
}

.students .title span{
    position: relative;
}

.students .title span::before,
.students .title span::after {
	content: "";
	display: block;
	position: absolute;
    width: 160px;
    height: 200px;
	top: -60px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px){
	.students .title span::before,
	.students .title span::after {
		width: 60px;
    	height: 100px;
		top: -10px;
	}
}

.students .title span::before {
    content: "";
    background-image: url(./img/voice_icon_left1.png);
	left: -200px;
}

@media screen and (max-width: 767px){
	.students .title span::before {
		left: -70px;
	}
}

.students .title span::after {
    content: "";
    background-image: url(./img/voice_icon_right1.png);
	right: -200px;
}

@media screen and (max-width: 767px){
	.students .title span::after {
		right: -70px;
	}
}

.students .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.students .flex .box {
	width: calc(33% - 1rem);
}

.students .flex .box a,
.students_single .box {
	display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}

.students .flex .box a {
	align-items: start;
}

@media screen and (max-width: 767px){
	.students .flex .box a {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
        overflow: hidden;
	}
}

.students .flex .box a img.icon {
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media screen and (max-width: 767px){
	.students .flex .box a img.icon {
		width: 40%;
	}
}

.students .flex .box a .meta_head {
	width: 100%;
	margin-top: 1rem;
}

@media screen and (max-width: 767px){
	.students .flex .box a .meta_head{
		width: 56%;
		margin-top: 0;
		padding-right: 10px;
	}
}

.students .flex .box a p.name{
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px){
	.students .flex .box a p.name{
		text-align: left;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
	.students .flex .box a p.txt {
		line-height: 1.5;
	}
}

.students .flex .box a p.name span {
	font-size: 1.5em;
	font-weight: bold;
	color: var(--accent-color3-right);
}

.students_single .box {
	position: relative;
	align-items: center;
}

@media screen and (max-width: 767px){
	.students .flex .box a,
	.students_single .box {
		margin-bottom: 1rem;
		align-items: center;
	}
}

.students .flex .box a {
	border-radius: 1rem;
	box-shadow: 0 4px 4px rgba(16, 16, 16, 0.2);
	color: #333;
	background: #fff;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px){
	.students .flex .box a {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 768px){
	.students .flex .box:nth-child(even) {
		margin-left: 2rem;
	}
}

@media screen and (max-width: 767px){
	.students .flex .box {
		width: 100%;
		position: relative;
	}
}

.student_single {
    margin-top: 92px;
    padding: 2rem 0;
    background: var(--main-gradient1);
}

@media screen and (max-width: 767px) {
    .student_single {
        margin-top: 50px;
    }
}

.student_single .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.student_single .box img {
	width: 200px;
	border-radius: 100px;
}

@media screen and (max-width: 767px) {
	.student_single .box img {
		width: 80px;
	}
}

.student_single .box .meta {
	width: calc(100% - 220px);
}

@media screen and (max-width: 767px) {
	.student_single .box .meta {
		width: calc(100% - 90px);
	}
}

.student_single .box p.name {
    font-size: 1.2rem;
}

.student_single .box p.name span {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--accent-color3);
    margin-right: 5px;
}

.student_interview {
	margin-top: 92px;
	padding: 2rem;
	background: var(--pink-bottom-gradient);
}

@media screen and (max-width: 767px) {
	.student_interview {
		margin-top: 50px;
		padding: 1rem;
	}
}

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

.student_interview .flex .left {
	width: 300px;
}

@media screen and (max-width: 767px) {
	.student_interview .flex .left {
		width: 100%;
	}
}

.student_interview .flex .left img {
	display: block;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	border-radius: 1000px;
}

@media screen and (max-width: 767px) {
	.student_interview .flex .left img {
		max-width: 50%;
		margin: 0 auto 2rem;
	}
}

.student_interview .flex .right {
	width: calc(100% - 340px);
}

@media screen and (max-width: 767px) {
	.student_interview .flex .right {
		width: 100%;
	}
}

.student_interview h3 {
	color: #fff;
	background: var(--accent-color3-superright);
    margin-bottom: 1rem;
    padding: 1rem;
}

@media screen and (max-width: 767px) {
	.student_interview h3 {
		font-size: 1rem;
		padding: 10px;
	}
}

.student_interview h3:not(:first-of-type) {
	margin-top: 2rem;
}


/*****　FAQ *****/
.faq {
	background: var(--pink-bottom-gradient);
}

.faq .title span{
    position: relative;
}

.faq .title span::before,
.faq .title span::after {
	content: "";
	display: block;
	position: absolute;
    width: 160px;
    height: 200px;
	top: -60px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px){
	.faq .title span::before,
	.faq .title span::after {
		width: 60px;
    	height: 100px;
		top: -10px;
	}
}

.faq .title span::before {
    content: "";
    background-image: url(./img/faq_icon_left1.png);
	left: -200px;
}

@media screen and (max-width: 767px){
	.faq .title span::before {
		left: -70px;
	}
}

.faq .title span::after {
    content: "";
    background-image: url(./img/faq_icon_right1.png);
	right: -200px;
}

@media screen and (max-width: 767px){
	.faq .title span::after {
		right: -70px;
	}
}

.p-faq__headinner {
  	display: block;
  	padding-left: 35px;
  	position: relative;
  	line-height: 1.5;
}

.p-faq__headinner::before {
  	position: absolute;
  	left: 0;
  	content: "Q．";
  	color: var(--accent-color3);
  	font-size: 20px;
    line-height: 20px;
  	font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  	font-size: 1.2rem;
    line-height: 20px;
    margin: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner {
	  padding-left: 25px;
  }
  .p-faq__headinner::before {
	  font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
	  font-size: 14px;
  }
}

.p-faq__bodyinner {
	display: block;
  	padding-left: 35px;
  	position: relative;
  	line-height: 1.5;
}

.p-faq__bodyinner::before {
  	position: absolute;
  	left: 0;
  	content: "A．";
  	color: #de0000;
  	font-size: 20px;
	line-height: 30px;
  	font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
	line-height: 2;
	margin: 0;
}

@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
	  padding-left: 25px;
  }
  .p-faq__bodyinner::before {
	  font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
	  font-size: 14px;
  }
}

/***** アコーディオン *****/
.accordion_one {
    position: relative;
    z-index: 10;
}

.accordion_area .accordion_one .ac_header {
  	padding: 30px;
  	position: relative;
  	z-index: +1;
  	cursor: pointer;
  	transition: .2s;
	background: #fff;
}

.accordion_area .accordion_one .ac_header:not(:first-child){
	border-top: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header.open {
	background: #efefef;
}

/* .accordion_area .accordion_one{
	border : 1px solid #ccc;
	border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	.accordion_area .accordion_one{
		border-radius: 5px;
	}
} */

.accordion_area .accordion_one .ac_header:not(.open):hover {
  	background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  	background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
  	position: absolute;
  	top: 50%;
  	right: 2rem;
  	width: 20px;
  	height: 20px;
  	margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  	position: absolute;
  	content: "";
  	margin: auto;
  	box-sizing: border-box;
  	vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  	border-top: 2px solid var(--accent-color3);
  	width: 16px;
  	height: 0;
  	top: 0;
  	bottom: 0;
  	right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  	border-left: 2px solid var(--accent-color3);
  	width: 0;
  	height: 16px;
  	top: 0;
  	bottom: 0;
  	right: 7px;
  	transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
	border-left: 2px solid #fff;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  	height: 0;
}

.accordion_area .accordion_one .ac_inner {
  	display: none;
  	padding: 30px;
  	box-sizing: border-box;
	background: #fff;
}

.gutter>*:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .gutter>*:not(:last-child) {
    margin-bottom: 5px;
  }

  .accordion_area .accordion_one .ac_header {
    padding: 10px 30px 10px 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 16px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 16px;
    right: 6px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 10px;
  }
}

.accordion_area .box {
    overflow: hidden;
    border: 1px solid var(--accent-color3);
    border-radius: 20px;
}

.accordion_area .box:not(:last-child){
	margin-bottom: 1rem;
}

/***** お申し込みの流れ *****/
.flow {
	
}

.flow .title span{
    position: relative;
}

.flow .title span::before,
.flow .title span::after {
	content: "";
	display: block;
	position: absolute;
    width: 160px;
    height: 200px;
	top: -60px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px){
	.flow .title span::before,
	.flow .title span::after {
		width: 60px;
    	height: 100px;
		top: -10px;
	}
}

.flow .title span::before {
    content: "";
    background-image: url(./img/voice_icon_left1.png);
	left: -200px;
}

@media screen and (max-width: 767px){
	.flow .title span::before {
		left: -70px;
	}
}

.flow .title span::after {
    content: "";
    background-image: url(./img/voice_icon_right1.png);
	right: -200px;
}

@media screen and (max-width: 767px){
	.flow .title span::after {
		right: -70px;
	}
}

.flow ul {
	max-width: 800px;
	margin: auto;
}

.flow ul li {
	position: relative;
    font-size: 1.1rem;
    counter-increment: flow;
    padding-left: 120px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
	.flow ul li {
		font-size: 14px;
		padding-left: 76px;
    	line-height: 24px;
	}
}

.flow ul li::before {
    position: absolute;
    content: "STEP." counter(flow);
    width: 100px;
    font-size: 1.2em;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 40px;
    color: #fff;
    background: var(--accent-color3-right);
}

@media screen and (max-width: 767px) {
	.flow ul li::before {
		width: 64px;
    	font-size: 1em;
		top: -4px;
		line-height: 30px;
	}
}

.flow ul li:not(:last-child){
	margin-bottom: 1rem;
}

.kanshu {
	
}

.kanshu .flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: start;
	justify-content: space-between;
}

.kanshu .flex .left {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.kanshu .flex .left {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.kanshu .flex .left img {
		display: block;
		width: 60%;
		margin: auto;
	}
}

.kanshu .flex .right {
	width: 50%;
}


@media screen and (max-width: 767px) {
	.kanshu .flex .right {
		width: 100%;
	}
}

.kanshu .flex .right .name {
	font-size: 1.6rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
	.kanshu .flex .right .name {
		font-size: 1rem;
		text-align: center;
		margin-bottom: 1rem;
		padding-bottom: 5px;
	}
}

.kanshu .flex .right .name span {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--accent-color3-right);
	padding: 0 5px;
}

.kanshu .link_btn {
	display: block;
    width: 100%;
    max-width: 400px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: var(--accent-color3-right);
    margin: 2rem auto 0;
    padding: 1rem;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.kanshu .link_btn {
		width: 80%;
		margin: 1rem auto 0;
		padding: 10px;
		border-radius: 5px;
	}
}

.kanshu .link_btn:hover {
	background: var(--accent-color3-superright);
}

.admin {
	
}

.admin .box {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	padding: 2rem;
    background: var(--main-gradient1);
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.admin .box {
		align-items: center;
		padding: 1rem;
		border-radius: 10px;
	}
}

.admin .box .left {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.admin .box .left {
		width: 25%;
	}
}

.admin .box .right {
	width: 75%;
}

@media screen and (max-width: 767px) {
	.admin .box .right {
		width: 70%;
	}
}

.admin .box .right .name {
	font-size: 1.6rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
	.admin .box .right .name {
		font-size: 1rem;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
		line-height: 1.3;
	}
}

.admin .box .name span {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--accent-color3-right);
	padding: 0 5px;
}

@media screen and (max-width: 767px) {
	.admin .box .name span {
		font-size: 1.5em;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.admin .box p.txt {
		margin-top: 1rem;
		line-height: 1.7;
	}
}

/********** 会社概要 **********/
.company table {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.company table th,
.company table td {
	border: 1px solid #ccc;
	padding: 1rem;
}

@media screen and (max-width: 767px) {
	.company table {
		border-bottom: 1px solid #ccc;
	}
	
	.company table th,
	.company table td {
		display: block;
		font-size: 14px;
		padding: 10px;
		border-bottom: 0;
	}
}

.company table th {
	color: var(--accent-color1);
	background-color: color-mix(in srgb, var(--main-color-light) 50%, white);
}

/*********** 特定商取引法 **********/
.commerce p.lead {
	margin-bottom: 2rem; 
}

.commerce dl {

}

.commerce dl dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

@media screen and (max-width: 767px){
	.commerce dl dt {
		font-size: 18px;
	}
}

.commerce dl dd {
	margin-bottom: 40px;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.commerce dl dd {
		font-size: 14px;
	}
}

.commerce dl dd ol {
	list-style: decimal;
    margin-top: 20px;
    padding-left: 20px;
    line-height: 2;
}

.commerce dl dd ol li ol {
	list-style: disc;
	margin-bottom: 20px;
}

.commerce dl dd ol li ul {
	list-style: disc;
	margin-bottom: 20px;
	padding-left: 20px;
}

/********** フッター **********/
footer {
	padding: 2rem 0;
	color: #fff;
    background: var(--accent-color3-right);
}

@media screen and (max-width: 767px){
	footer {
		padding: 1rem 0 5rem;
	}
}

footer .wrap{
	display: flex;
	height: 100%;
	padding: 0;
	align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px){
	footer .wrap{
		display: block;
	}
}

footer p.copyright{
	text-align: center;
}

footer ul {
	display: flex;
	justify-content: center;
}

footer ul li {
	padding: 2px 10px;
}

@media screen and (max-width: 767px){
	footer ul li {
		padding: 2px 5px;
	}
}

footer ul li a {
	font-size: 1rem;
	color: #fff;
}

@media screen and (max-width: 767px){
	footer ul li a,
	footer p.copyright {
		font-size: 0.75rem;
	}
}


/********** ハンバーガーメニュー **********/
.hamburger {
	display: flex;
    position: fixed;
    width: 80px;
    height: 80px;
	top: 10px;
    right: 2rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
	align-items: end;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

@media screen and (min-width: 768px){
	.hamburger {
		display: none;
	}
}

@media screen and (max-width: 767px){
	.hamburger {
		width: 40px;
    	height: 40px;
		top: 5px;
		right: 15px;
		border: none;
		border-radius: unset;
	}
}

.hamburger p {
	font-size: 0.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
	.hamburger p {
		font-size: 0.7rem;
		margin-bottom: 3px;
	}
}

.hamburger span {
	display: block;
    position: absolute;
	width: 50%;
    height: 2px;
	left: 25%;
	background: #333;
	transition: 0.3s;
}

@media screen and (max-width: 767px){
	.hamburger span {
		width: 70%;
		left: 15%;
	}
}

.hamburger span:nth-child(1){
	top: 16px;
}
.hamburger span:nth-child(2){
	top: 28px;
}
.hamburger span:nth-child(3){
	top: 40px;
}

@media screen and (max-width: 767px){
	.hamburger span:nth-child(1){
		top: 8px;
	}
	.hamburger span:nth-child(2){
		top: 19px;
	}
	.hamburger span:nth-child(3){
		top: 30px;
	}
}

.hamburger p.close {
	display: none;
	transition: 0.3s;
}

.hamburger.active p.close {
	display: block;
}

.hamburger.active p.open {
	display: none;
	transition: 0.3s;
}

@media screen and (max-width: 767px){
	.hamburger p.open,
	.hamburger.active p.close{
		display: none;
	}
}

.hamburger.active span:nth-child(1) {
    top: 28px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
	transition: 0.3s;
}

.hamburger.active span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

@media screen and (max-width: 767px){
	.hamburger.active span:nth-child(1),
	.hamburger.active span:nth-child(3){
		top: 20px;
		left: 25%;
	}
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : -102%;
  color: #000;
  transition: all 0.6s;
  background: #fff;
  padding: 100px 20px 20px;
  width: 60%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

@media screen and (max-width: 767px){
	nav.globalMenuSp {
		width: 100%;
        padding: 20px;
        top: 50px;
	}
}

nav.globalMenuSp ul {
  width: 100%;
	margin-bottom: 1rem;
  transition: 0.3s;
}

nav.globalMenuSp ul.first{
	margin-top: 50px;
}

nav.globalMenuSp ul li {
	position: relative;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

nav.globalMenuSp ul li:not(:last-child){
	border-bottom: 1px solid #ccc;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #444;
	font-weight: bold;
	padding: 10px 0;
}

header.back nav.globalMenuSp ul li:hover a {
	color: #d7747c;
}

nav.globalMenuSp ul li span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	color: color-mix(in srgb, var(--accent-color1) 60%, transparent);
	margin-top: 5px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  right: 0;
}

.globalMenuSp h2{
	font-size: 20px;
	line-height: 50px;
}

@media screen and (min-width: 768px) {
	.sp_nav {
		display: none;
	}
}

/***** お問い合わせフォーム *****/
.single_contact,
.single_anket{
	background: #ffdffb;
    margin-top: -2rem;
    padding: 2rem 0;
}

.single_contact .box,
.single_anket .box{
	position: relative;
	max-width: 800px;
	margin: auto;
	padding: 2rem;
	background: #fff;
}

.single_contact .box::after,
.single_anket .box::after{
	content: "";
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 1px solid #ccc;
}

@media screen and (min-width: 768px){
	.single_contact dl .border {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px){
	.single_contact dl .border:not(:last-of-type) {
	    border-bottom: 1px solid #ccc;
	}
}

.single_contact .box form,
.single_anket .box form{
    position: relative;
    z-index: 1;
}

.single_contact dl dt,
.single_contact dl dd,
.single_anket dl dt,
.single_anket dl dd{
	padding: 1rem 0;
}

@media screen and (max-width: 767px){
	.single_contact dl dt {
		padding: 10px;
		color: #fff;
        background: var(--accent-color3-right);
	}
	
	.single_contact dl dd {
		padding: 10px 0;
	}
}

.single_anket dl dd.radio {
	padding: 0 0 1rem;
}

.single_anket dl dd .file_tmp {
	width: fit-content;
    padding: 3px;
    border: 1px solid #999;
    border-radius: 5px;
}

.single_anket dl dd .file_tmp input::file-selector-button {
	font-weight: bold;
	color: #fff;
	background: var(--accent-color3-right);
	border: 0;
	padding: 8px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.single_anket dl dd .file_tmp input::file-selector-button:hover {
	background: var(--accent-color3-superright);
	transition: 0.3s;
}

.single_contact dl dt {
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 768px){
	.single_contact dl dt {
		width: 240px;
	}
	
	.single_contact dl dd {
		width: calc(100% - 240px);
	}
}

.single_contact dl dt.require::after {
	content: "\5FC5\9808";
}

.single_contact dl dt.option::after {
	content: "\4EFB\610F";
}


@media screen and (min-width: 768px){
	.single_contact dl dt::after {
		color: #f1640e;
		border: 1px solid;
		border-radius: 5px;
		font-size: 0.8em;
		line-height: 1;
		padding: 5px;
		margin-right: 1rem;
	}
	
	.single_contact dl dt.option::after{
		color: #999;
	}
}

@media screen and (max-width: 767px){
	.single_contact dl dt::after {
		color: #f1640e;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
		font-size: 0.8em;
		line-height: 1;
		padding: 5px;
		margin-left: 5px;
	}
	
	.single_contact dl dt.option::after{
		display: none;
	}
}

.single_contact dl dd ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single_contact dl dd ul li:not(:last-child){
	margin-bottom: 10px;
}

.single_contact dl dd ul li span {
	margin-right: 5px;
}

@media screen and (max-width: 767px){
	.single_contact dl dd ul li span {
		display: block;
		width: 100%;
	}
}

.single_contact input[name="parent_name"],
.single_contact input[name="student_name"],
.single_anket input[name="student_name"]{
	max-width: 240px;
}

@media screen and (max-width: 767px){
	.single_contact input[name="parent_name"],
	.single_contact input[name="student_name"],
	.single_anket input[name="student_name"]{
		max-width: 100%;
	}
}

.single_contact select[name="student_age"],
.single_contact input[name="tel_number"]{
	max-width: 160px;
	height: 40px;
}

.single_contact input[name="1st_date"],
.single_contact input[name="2nd_date"],
.single_contact select[name="1st_time"],
.single_contact select[name="2nd_time"]{
	max-width: 160px;
	margin-right: 5px;
	height: 40px;
	cursor: pointer;
}

@media screen and (max-width: 767px){
	.single_contact input[name="1st_date"],
	.single_contact input[name="2nd_date"],
	.single_contact select[name="1st_time"],
	.single_contact select[name="2nd_time"]{
		width: 48%;
	}
}

.single_anket dl dt {
	position: relative;
	counter-increment: number;
	line-height: 1.8;
}

.single_anket dl dt::before {
	width: 65px;
	text-align: center;
    content: "Q." counter(number);
	font-weight: bold;
    color: #fff;
    background: var(--accent-color3);
    line-height: 1;
	margin-right: 10px;
    padding: 10px;
}

@media screen and (min-width: 768px){
	.single_anket dl dt {
		padding: 5px 0 10px 80px;
	}
	
	.single_anket dl dt::before {
		position: absolute;
		top: 0;
		left: 0;
	}
}


@media screen and (max-width: 767px){
	.single_anket dl dt {
		padding: 0;
	}
	
	.single_anket dl dt::before {
		padding: 10px 16px;
    	display: block;
    	width: fit-content;
	}
}

.single_anket table {
	width: 100%;
	margin-bottom: 2rem;
}

.single_anket table th,
.single_anket table td {
	border: 1px solid #999;
	padding: 1rem;
}

.single_anket table th {
	width: 240px;
	text-align: left;
	background: #eee;
}

.single_anket table td {
	width: calc(100% - 240px);
}

@media screen and (max-width: 767px){
	.single_anket table th,
	.single_anket table td {
		width: 100%;
		display: block;
	}
	
	.single_anket table th {
		border-bottom: 0;
	}
}

.back_btn {
	padding: 0 0 4rem;
}

@media screen and (max-width: 767px){
	.back_btn {
		padding: 0 0 2rem;
	}
}

.back_btn a {
	display: block;
	max-width: 360px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding: 1rem;
	border-radius: 10px;
	color: #fff;
	background: var(--accent-color3-right);
}

.modal-video-body {
	max-width: 600px!important;
}

.modal-video-movie-wrap {
    padding-bottom: 141.5% !important;
}