@charset "utf-8";

/*
Theme Name:apple-els
*/


* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

a {
	text-decoration: none;
}

input, textarea, select, button {
	font-size: inherit;
	font-family: inherit;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/

html {
	overflow-x: hidden;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 62.5%;
}

body {
	overflow-x: hidden;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
}

.container {
	max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

h1 {
	font-size: 2.4vw;
}

h2 {
	font-size: 3vw;
}

h3 {
	font-size: 2.6vw;
}

h4 {
	font-size: 1.7vw;
}

p {
	font-size: 1.3vw;
}

li {
	font-size: 1.2vw;
}

a {
	display: block;
	color: #221815;
	transition: 0.5s;
}

.u-mobile {
	display: none;
}

@media(max-width: 767.9px) {
	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}
}

/*+--+ コンポーネント --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
.page__ttl {
	display: block;
	text-align: center;
}

.page__ttl .en {
	position: relative;
	font-weight: bold;
	color: #FF0000;
	font-size: 3.9vw;
}

.page__ttl .en::after {
	width: 2.1vw;
	height: 2.1vw;
	content: '';
	position: absolute;
	top: 50%;
	right: -3.5vw;
	transform: translateY(-50%);
	background-image: url("image/icon/apple.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.page__ttl .jp {
	display: block;
	font-size: 1.5vw;
}

@media(max-width: 767.9px) {
	.page__ttl .en {
		font-size: 10.7vw;
		line-height: 1;
	}
	
	.page__ttl .en::after {
		width: 12.5vw;
		height: 12.5vw;
		top: auto;
		bottom: 100%;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
	}
	
	.page__ttl .jp {
		font-size: 4.3vw;
	}
}


/*+--+ header --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
.header-inner {
	position: relative;
	display: flex;
}

.welcome-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.2%;
}

.welcome-text .sns {
	margin-top: 37px;
}

.welcome-text .sns .line {
	margin-bottom: 48px;
	display: block;
}

.welcome-text .sns .insta {
	display: block;
}

@media screen and (max-width: 767.9px) {
	.welcome-text {
		position: absolute;
		top: 54%;
		left: 0;
		display: block;
		width: 100%;
		text-align: center;
		z-index: 3;
	}

	.header-container {
		padding-bottom: 40%;
	}

	.welcome-text .sns {
		display: none;
	}
}

.welcome-text p {
	font-family: 'Roboto', sans-serif;
	writing-mode: vertical-rl;
	font-size: 1.3vw;
	margin: auto;
	font-weight: 600;
	letter-spacing: 2px;
}

@media screen and (max-width: 767.9px) {
	.welcome-text p {
		writing-mode: unset;
		color: #fff;
		font-size: 4.8vw;
	}
}

.fv-image {
	width: 94%;
	margin-left: auto;
	background: url("image/top/top-img.jpg") center/cover no-repeat;
	border-end-start-radius: 24px;
}

@media screen and (max-width: 767.9px) {
	.fv-image {
		width: 100%;
		height: 114.7vw;
		margin-top: 36%;
		position: relative;
		background: url("image/sp/top_img_sp.jpg") center/cover no-repeat;
		border-radius: 0;
	}
}

.top-title {
	width: 48.9%;
	padding: 10.2% 0;
	margin: 5.7% auto;
	position: relative;
	background: url("image/top/top-txt-bg.png") center / contain no-repeat;
	text-align: center;
}

.top-title .sns-sp {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.top-title {
		width: 100%;
		padding: 37.8vw 0 8.3vw;
		margin: 0;
		position: absolute;
		bottom: -33%;
		left: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 65% center;
	}

	.top-title .sns-sp {
		margin-top: 7.2vw;
		display: flex;
		justify-content: center;
		gap: 16.5vw;
	}
}

.top-title h2 {
	font-size: 3.75vw;
	line-height: 1.2;
	letter-spacing: -0.05em;
}

.top-title p {
	font-size: 1.3vw;
	font-weight: 500;
	line-height: 1.58;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 767.9px) {
	.top-title h2 {
		font-size: 8.5vw;
		padding: 0;
	}

	.top-title p {
		font-size: 4vw;
	}

	.top-title p .break {
		display: block;
	}

	.top-title p br {
		display: none;
	}
	
}

.top-images div {
	position: absolute;
}

.circle-a {
	top: -12%;
	left: 37%;
	width: 4.8vw;
}

@media screen and (max-width: 767.9px) {
	.circle-a {
		top: -12%;
		left: unset;
		right: 18%;
		width: 10vw;
	}
}

.circle-b {
	bottom: -16%;
	right: 30%;
	width: 4.8vw;
}

.earth {
	top: 22%;
	left: 8%;
	width: 5.6vw;
}

@media screen and (max-width: 767.9px) {
	.earth {
		top: 35%;
		left: 4%;
		width: 14vw;
	}
}

.flag {
	top: 19%;
	right: 5%;
	width: 6.4vw;
}

@media screen and (max-width: 767.9px) {
	.flag {
		top: 32%;
		right: 2%;
		width: 14vw;
	}
}

.kirakira-a {
	top: 10%;
	left: 27%;
	width: 5.6vw;
}

@media screen and (max-width: 767.9px) {
	.kirakira-a {
		top: 25%;
		left: 19%;
		width: 10vw;
	}
}

.kirakira-b {
	bottom: 9%;
	left: 18%;
	width: 5.6vw;
}

@media screen and (max-width: 767.9px) {
	.kirakira-b {
		top: 0%;
		bottom: unset;
		left: unset;
		right: 16%;
		width: 10vw;
	}
}

.kirakira-c {
	top: 41%;
	right: -4%;
	width: 5.6vw;
}

@media screen and (max-width: 767.9px) {
	.kirakira-c {
		top: 66%;
		right: 2%;
		width: 10vw;
	}
}

.note {
	bottom: -25%;
	right: -11%;
	width: 14.2vw;
}

@media screen and (max-width: 767.9px) {
	.note-sp {
		width: 18.4vw;
		position: absolute;
		bottom: 2%;
		left: 11%;
	}
}

.pencil {
	bottom: -19%;
	right: -22%;
	width: 6.6vw;
}

@media screen and (max-width: 767.9px) {
	.pencil-sp {
		position: absolute;
		bottom: 0;
		left: 33%;
		width: 16vw;
	}

	.pencil {
		display: none;
	}
}

.rocket {
	top: -9%;
	right: -20%;
	width: 7vw;
}

@media screen and (max-width: 767.9px) {
	.rocket-sp {
		position: absolute;
		bottom: -37%;
		right: 3%;
		width: 16vw;
	}
}

.hello {
	top: 8%;
	left: -26%;
	width: 16.6vw;
}

.hello-sp {
	display: none;
}

@media screen and (max-width: 767.9px) {
	header .hello {
		display: none;
	}

	.hello-sp {
		position: relative;
		display: block;
		width: 42%;
		margin: 0 auto;
		transform: rotate(-20deg);
	}

	.hello-sp::before {
		/* position: absolute;
		bottom: 32%;
		left: -50%;
		content: "";
		display: block;
		width: 10vw;
		height: 40%;
		background: url("image/top/heart.png") center/contain no-repeat;
		transform: rotate(20deg); */
	}
}

.enjoy {
	bottom: -3%;
	left: -19%;
	width: 16.3vw;
}

@media screen and (max-width: 767.9px) {
	.enjoy,
	.smile,
	.power {
		display: none;
	}
}

.enjoy::before {
	width: 3.7vw;
	height: 3.2vw;
	content: "";
	position: absolute;
	top: -18%;
	left: 26%;
	display: block;
	background: url("image/top/heart.png") center/contain no-repeat;
	animation: moving 1.2s linear forwards infinite;
}

.power {
	top: 10%;
	right: -27%;
	width: 15.7vw;
}

.smile {
	bottom: -8%;
	right: -6%;
	width: 16.4vw;
}

.header-nav {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
	padding: 2.4rem 3.2rem 4.8rem;
}

.title-wrap div {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.title-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		background: url("image/sp/cloud_bottom.png") bottom/100% no-repeat;
		padding: 0 0 18% 0;
	}

	.title-wrap div {
		display: block;
	}
}

.title-wrap h1 {
	position: relative;
	line-height: 1.8;
}

@media screen and (max-width: 767.9px) {
	.title-wrap h1 {
		font-size: 6.9vw;
	}
}

.title-wrap h1 a {
	position: relative;
	padding-left: 4.6vw;
}

.title-wrap h1 a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 4vw;
	height: 95%;
	background: url("image/icon/apple_01.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	.title-wrap h1 a::before {
		width: 14.8vw;
		height: 14.9vw;
		margin: 6.1% auto 0;
		position: unset;
	}
}

.title-wrap h1 .text-red {
	color: #FF0000;
}

/*+--+ nav --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
.nav-wrap {
	width: 60%;
	margin-top: 0.8rem;
}

@media screen and (max-width: 767.9px) {
	.nav-wrap {
		display: none;
	}

	.nav-wrap.open {
		display: block;
	}
}

nav ul .curriculum .curriculum__underMenu,
.nav-wrap .sp-menu-title {
	display: none;
}

nav ul .curriculum:hover .curriculum__underMenu {
	display: block;
}

nav ul {
	display: flex;
	justify-content: space-between;
}

nav ul .curriculum {
	position: relative;
}

nav ul .curriculum:hover .curriculum__underMenu {
	width: 78%;
	padding: 18px 0 16px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	background-color: #FF0000;
	z-index: 999;
}

nav ul .curriculum:hover .curriculum__underMenu .sub-menu {
	padding: 0 0.6vw;
	position: relative;
	text-align: left;
}

nav ul .curriculum:hover .curriculum__underMenu .sub-menu:not(:last-child) {
	margin-bottom: 15px;
}

nav ul .curriculum:hover .curriculum__underMenu .sub-menu::after {
	width: 14px;
	height: 14px;
	content: '';
	position: absolute;
	top: 50%;
	right: 1vw;
	transform: translateY(-50%);
	background-image: url("image/icon/play-button_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

nav ul .curriculum:hover .curriculum__underMenu .sub-menu a {
	color: #fff;
	font-size: 1vw;
}

nav ul .curriculum:hover {
	display: block;
}

nav ul .curriculum:hover .curriculum__underMenu {
	display: block;
}

nav ul>li {
	padding: 0 1.9vw;
	position: relative;
	font-size: 1.4vw;
	font-weight: 600;
	text-align: center;
	transition: .3s;
}

nav ul>li:hover {
	/* background-color: #FF0000; */
}

nav ul>li:hover a {
	/* color: #fff; */
}

nav ul>li:hover a::after {
	/* color: #fff; */
}

nav ul .event::after {
	right: -10px;
}

nav ul>li a {
	display: block;
	font-family: "futura-pt-bold", sans-serif;
	color: #FF0000;
	line-height: 1.5;
}

nav ul>li a .txt {
	position: relative;
}

nav ul>li a .txt::before {
	width: 1vw;
	height: 1vw;
	position: absolute;
	content: "";
	top: 50%;
	right: -1.9vw;
	transform: translateY(-50%);
	display: inline-block;
	background: url("image/icon/apple.svg") center/contain no-repeat;
}

nav ul>li:hover a .txt::before {
	/* background: url("image/icon/apple_w.svg") center/contain no-repeat; */
}

nav ul>li>a::after {
	font-family: 'M PLUS 1p', sans-serif;
	display: block;
	color: #000;
	font-size: 1vw;
	margin-left: 1rem;
}

nav ul .curriculum>a::after {
	content: "学習内容/料金について";
}

nav ul .event>a::after {
	content: "イベント紹介";
}

nav ul .teacher>a::after {
	content: "先生の紹介";
}

nav ul .blog>a::after {
	content: "教室日記";
}

@media screen and (max-width: 767.9px) {
	.nav-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 20;
		margin-top: 0;
	}

	.nav-wrap .sp-menu-title {
		display: block;
		text-align: center;
		font-size: 6vw;
		margin: 3% auto;
	}

	.nav-wrap .sp-menu-title .text-red {
		color: #FF0000;
	}

	.nav-wrap .sp-menu-title a {
		position: relative;
	}

	.nav-wrap .sp-menu-title a::before {
		content: "";
		display: block;
		width: 100%;
		height: 5rem;
		background: url("image/icon/apple_01.png") center/contain no-repeat;
	}

	.nav-wrap nav ul {
		display: block;
	}

	.nav-wrap nav ul .curriculum ul {
		display: block;
	}

	.nav-wrap nav ul li a {
		font-size: 6.2vw;
		color: #fff;
		line-height: 1.3;
	}

	.nav-wrap nav ul .curriculum ul a {
		font-size: 3.8vw;
	}

	nav ul>li a::after {
		font-size: 3.8vw;
		color: #fff;
	}

	nav ul .curriculum ul a::after {
		display: none;
	}

	nav ul>li {
		background-color: #00BFFF;
		margin: 3% auto;
		width: 88%;
		padding: 2% 0;
	}

	nav ul>li .sub-menu {
		text-align: left;
		padding: 0 0 0 10%;
		margin: 2% 0;
	}

	nav ul>li .sub-menu::after {
		background: url("image/icon/play-button_w.svg") center/contain no-repeat;
		top: 8%;
		right: 17%;
		width: 4.4vw;
		height: 62%;
	}

	nav ul>li a .txt::before {
		top: 8%;
		right: 6%;
		width: 5.6vw;
		height: 10%;
		background: url("image/icon/apple_w.svg") center/contain no-repeat;
	}

	nav ul .event::after {
		top: 20%;
		right: 28%;
		height: 26%;
	}

	nav ul .teacher::after {
		top: 20%;
		right: 26%;
		height: 26%;
	}
}

/*+--+ curriculum (study) --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.curriculum {
	position: relative;
	background: url("image/bg_dot.png") #FFD900 top 1rem center/20% repeat;
	padding: 5% 0 7%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum {
		padding: 8% 0 14%;
		background-size: 42%;
	}
}

section.curriculum::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 56vh;
	background-color: #FFD900;
	z-index: 1;
}

section.curriculum .img-kids {
	width: 28%;
	margin: -8% auto 0;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .img-kids {
		width: 75%;
		margin: -20% auto 0;
		text-align: center;
	}
}

@media screen and (max-width: 479.9px) {
	section.curriculum .img-kids {
		width: 92%;
	}
}

section.curriculum .inner {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 3% 3% 2%;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	z-index: 3;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .inner {
		width: 90%;
		padding: 3% 5% 2%;
	}
}

section.curriculum .free-school {
	position: fixed;
	top: 30%;
	right: 0;
	width: 21%;
	text-align: left;
	z-index: 900;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .free-school {
		display: none;
	}
}

section.curriculum .free-school div {
	color: #005192;
	line-height: 1.3;
	padding: 8% 6% 9% 14%;
	background: url("image/speech_b05.png") left/contain no-repeat;
	transition: 0.3s;
}

section.curriculum .free-school::after {
	position: absolute;
	bottom: -20%;
	right: 5%;
	content: "";
	width: 32%;
	height: 58%;
	background: url("image/girl.png") center/contain no-repeat;
	z-index: -1;
}

section.curriculum .free-school div:hover {
	transform: translateY(3%);
}

section.curriculum .free-school div a {
	color: #005192;
}

section.curriculum .free-school div a.link-blog {
	color: #FF0000;
}

section.curriculum .free-school .font-large {
	display: block;
	font-size: 1.5vw;
	line-height: 1.2;
	margin-top: 2%;
	margin-bottom: 2%;
}

section h2 {
	font-family: "futura-pt-bold", sans-serif;
	position: relative;
	font-size: 4vw;
	display: inline-block;
	color: #FF0000;
	line-height: 1;
}

@media screen and (max-width: 767.9px) {
	section h2 {
		display: block;
		font-size: 11vw;
	}
}

section h2::after {
	content: "";
	display: inline-block;
	width: 2.8vw;
	height: 3rem;
	background: url("image/icon/apple.svg") center/contain no-repeat;
	vertical-align: -1px;
	/* margin-left: 15px; */
}

@media screen and (max-width: 767.9px) {
	section h2::after {
		display: none;
	}

	section h2::before {
		content: "";
		display: block;
		width: 12vw;
		height: 7rem;
		background: url("image/icon/apple.svg") center/contain no-repeat;
		margin: 0 auto;
	}
}

section .sub-title {
	display: block;
	font-size: 1.4vw;
	color: #000;
}

@media screen and (max-width: 767.9px) {
	section .sub-title {
		font-size: 4.5vw;
	}
}

section.curriculum .study {
	position: relative;
	background: url("image/bg_note.png") center/contain no-repeat;
	margin: 5% auto 2%;
	padding: 5% 4% 5% 9%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study {
		background: url("image/sp/bg_note_sp.png") top/contain no-repeat;
	}
}

section.curriculum .study .hello {
	position: absolute;
	top: 10%;
	left: -38%;
	width: 16vw;
	transform: rotate(-20deg);
}

section.curriculum .study h3 {
	position: relative;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study h3 {
		font-size: 7vw;
		line-height: 1.2;
	}
}

section.curriculum .study h3::before {
	content: "";
	width: 30%;
	height: 5rem;
	display: block;
	background: url("image/text/english.png") center/contain no-repeat;
	margin: 0 auto ;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study h3::before {
		width: 70%;
		height: 8rem;
	}
}

section.curriculum .study h3::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: "";
	width: 110%;
	height: 70%;
	display: block;
	background: url("image/red_line.png") center/contain no-repeat;
}

@media screen and (max-width: 1284.9px) {
	section.curriculum .study h3::after {
		position: absolute;
		bottom: -6px;
		left: 0;
		content: "";
		width: 109%;
		height: 65%;
		display: block;
		background: url("image/red_line.png") center/contain no-repeat;
	}
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study h3::after {
		background: url("image/sp/red_line_sp.png") bottom/contain no-repeat;
		left: 9%;
		bottom: -7%;
		width: 92%;
		height: 48%;
	}
	
}

section.curriculum .study .text-red {
	color: #D02219;
}

section.curriculum .study .text-blue {
	color: #005192;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study .text-blue {
		display: block;
	}
}

section.curriculum .study-container {
	display: flex;
	justify-content: space-between;
	padding: 4% 0 0;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container {
		display: block;
		padding: 20% 0 0;
	}
}

section.curriculum .study-container div {
	width: 23%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container div {
		width: 65%;
		margin: 0 auto 7%;
	}
}

section.curriculum .study-container p {
	font-size: 1vw;
	text-align: left;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container p {
		font-size: 4vw;
	}
}

section.curriculum .study-container .study-head {
	font-size: 1.5vw;
	text-align: center;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container .study-head {
		font-size: 4.8vw;
	}
}

section.curriculum .study-container .kokugo {
	background: url("image/note_pink.png") center/contain no-repeat;
	padding: 2% 2% 2% 5%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container .kokugo {
		padding: 8% 6% 25% 14%;
	}
}

section.curriculum .study-container .sansu {
	background: url("image/note_blue.png") center/contain no-repeat;
	padding: 2% 2% 2% 5%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container .sansu {
		padding: 8% 11% 9% 14%;
	}
}

section.curriculum .study-container .rika {
	background: url("image/note_yellow.png") center/contain no-repeat;
	padding: 2% 2% 2% 5%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container .rika {
		padding: 8% 11% 18% 14%;
	}
}

section.curriculum .study-container .syakai {
	background: url("image/note_green.png") center/contain no-repeat;
	padding: 2% 2% 2% 5%;
}

@media screen and (max-width: 767.9px) {
	section.curriculum .study-container .syakai {
		padding: 8% 11% 18% 14%;
	}
}

/*+--+ curriculum (details) --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
.curriculum h4 {
	display: block;
	width: 40%;
	background-color: #FF0000;
	color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
	padding: 1% 0;
}

@media screen and (max-width: 767.9px) {
	.curriculum h4 {
		width: 92%;
		font-size: 5.4vw;
		margin: 10% auto;
		border: 3px solid #000;
		padding: 1% 0;
	}
}

.curriculum .details-container {
	margin: 2% auto;
	text-align: left;
}

.curriculum .details-item {
	position: relative;
	margin-bottom: 2%;
	padding: 1% 0 2%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-item {
		padding: 1% 0 7%;
	}
}

.curriculum .details .number {
	font-family: "futura-pt-bold", sans-serif;
	font-size: 3.4vw;
	color: #004D87;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .number {
		font-size: 9.7vw;
	}
}

.curriculum .details-01 {
	background-color: #FFEF24;
	padding-top: 3%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-01 {
		padding-bottom: 60%;
	}
}

.curriculum .details .level {
	position: relative;
	padding: 5% 0 2.4% 2%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .level {
		padding: 5% 0 2.4% 5%;
	}
}

.curriculum .details .level span {
	color: #005DAB;
	background-color: #fff;
	border-radius: 50px;
	font-size: 1.7vw;
	padding: 1% 3%;
	margin: 0 5% 0 0;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .level span {
		font-size: 5vw;
		display: block;
		width: 40%;
		text-align: center;
		margin-bottom: 5%;
		padding: 3%;
	}
}

.curriculum .details .level span:nth-of-type(2) {
	position: absolute;
	top: 16%;
	left: 24%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .level span:nth-of-type(2) {
		position: unset;
		margin-left: 16%;
	}
}

.curriculum .details .level span:nth-of-type(3) {
	position: absolute;
	top: -3%;
	left: 43%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .level span:nth-of-type(3) {
		position: unset;
		margin-left: 36%;
	}
}

.curriculum .details ul {
	padding-left: 4%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details ul {
		padding-left: 10%;
	}
}

.curriculum .details li {
	line-height: 1.8;
	list-style: disc;
}

.curriculum .details li br {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details li {
		font-size: 4.2vw;
		line-height: 1.5;
		margin-bottom: 5%;
	}

	.curriculum .details li br {
		display: block;
	}
}

.curriculum .details .speech-b {
	position: absolute;
	top: -21%;
	right: 2%;
	width: 40%;
	color: #004D87;
	background: url("image/speech_b02.png") left/contain no-repeat;
	padding: 3% 0 6% 3.6%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .speech-b {
		position: unset;
		width: 85%;
		margin: 2% auto;
		padding: 5% 0 12% 6.6%;
	}

	.curriculum .details .speech-b p {
		font-size: 4.4vw;
	}
}

.curriculum .details-01::after {
	position: absolute;
	bottom: 8%;
	right: 0;
	content: "";
	display: block;
	width: 45%;
	height: 60%;
	background: url("image/girl_boy_pc.png") center/contain no-repeat;
} 

@media screen and (max-width: 767.9px) {
	.curriculum .details-01::after {
		bottom: 4%;
		right: 0%;
		width: 100%;
		height: 23%;
		background: url("image/girl_boy_sp.png") center/contain no-repeat;
	}
}

.curriculum .details-02 {
	background-color: #5AD4F8;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-02 .level,
	.curriculum .details-03 .level,
	.curriculum .details-04 .level {
		margin-left: 20%;
	}
}

.curriculum .details-02 .details-list,
.curriculum .details-03 .details-list {
	display: flex;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-02 .details-list,
	.curriculum .details-03 .details-list {
		display: block;
	}
}

.curriculum .details-02 ul,
.curriculum .details-03 ul {
	flex-basis: 50%;
}

.curriculum .details-link {
	position: absolute;
	top: -50%;
	right: -15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-link {
		top: -12%;
		right: 20%;
	}
}

.curriculum .details-link01::after {
	width: 39.3vw;
	height: 11.3vw;
	content: '';
	position: absolute;
	bottom: -39%;
	right: 0;
	background-image: url("image/introduce01.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.curriculum .details-link02::after {
	width: 29.8vw;
	height: 9.2vw;
	content: '';
	position: absolute;
	bottom: -10%;
	right: 10%;
	background-image: url("image/introduce02.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.curriculum .details-link.open::after {
	display: block;
}

@media(max-width: 767.9px) {
	.curriculum .details-link01::after {
		width: 86.4vw;
		height: 52.3vw;
		bottom: -64%;
		right: -50%;
		background-image: url("image/introduce01_sp.png");
	}
	
	.curriculum .details-link02::after {
		width: 86.4vw;
		height: 34.7vw;
		bottom: -64%;
		right: -50%;
		background-image: url("image/introduce02_sp.png");
	}
}

.curriculum .details-link p {
	font-size: 1.1vw;
}

.curriculum .details-link p br {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-link p {
		font-size: 4.2vw;
	}

	.curriculum .details-link p br {
		display: block;
	}
}

.curriculum .click-here {
	width: 32%;
	margin-bottom: 10%;
}

.curriculum .click-here-sp {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .click-here {
		position: absolute;
		top: -95%;
		right: -57%;
		width: 58%;
		margin: 0;
	}

	.curriculum .click-here .hover {
		display: none;
	}
}

@media screen and (max-width: 479.9px) {
	.curriculum .click-here {
		top: -146%;
		width: 65%;
	}

	.curriculum .click-here .click-here-sp {
		display: block;
	}

	.curriculum .click-here .normal {
		display: none;
	}
}

.curriculum .click-here .hover {
	display: none;
}

.curriculum .click-here:hover {
	cursor: pointer;
}

@media screen and (max-width: 767.9px) {
	.curriculum .click-here:hover {
		cursor: unset;
	}
}

.curriculum .click-here:hover .normal {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .click-here:hover .normal {
		display: block;
	}
}

@media screen and (max-width: 479.9px) {
	.curriculum .click-here:hover .normal {
		display: none;
	}
}

.curriculum .click-here:hover .hover {
	display: block;
}

@media screen and (max-width: 767.9px) {
	.curriculum .click-here:hover .hover {
		display: none;
	}
}

.curriculum .details-item .more-detail {
	display: none;
	/* ↑表示時inline-blockにする */
	color: #004D87;
	background: url("image/speech_b_large.png") left/contain no-repeat;
	padding: 3% 10% 7% 6%;
}

.curriculum .details-03 {
	background-color: #FEBA48;
}

.curriculum .details-03 .smile {
	position: absolute;
	top: -34%;
	right: -36%;
	width: 16vw;
}

.curriculum .details-03 .smile .text {
	top: 3%;
}

.curriculum .details .boy {
	position: absolute;
	top: 12%;
	right: 6%;
	background-color: #fff;
	border-radius: 50px;
	padding: 1% 5% 1% 3%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .boy {
		position: unset;
		width: 85%;
		margin: 16% auto 10%;
		border-radius: 20px;
		padding: 5% 22% 5% 6%;
	}

	.curriculum .details .boy p {
		font-size: 4.2vw;
	}
}

.curriculum .details .boy::before {
	position: absolute;
	top: -53%;
	right: 0;
	content: "";
	display: block;
	width: 30%;
	height: 90%;
	background: url("image/boy01.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details .boy::before {
		top: unset;
		bottom: 23%;
		right: 10%;
		width: 25%;
		height: 11%;
	}
}

.curriculum .details-04 {
	background-color: #C0EA5A;
}

.curriculum .details-04 .enjoy {
	position: absolute;
	bottom: 9%;
	left: -38%;
	width: 16vw;
	transform: rotate(10deg);
}

.curriculum .details-04 .enjoy::before {
	display: none;
}

.curriculum .details-04 .level {
	padding-bottom: 5%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-04 .level span {
		width: 76%;
	}
}

.curriculum .details-04 .level span:nth-of-type(2) {
	left: 28%;
}

.curriculum .details-04 .boy {
	padding-right: 12%;
}

.curriculum .details-04 .boy p {
	font-size: 1vw;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-04 .boy p {
		font-size: 4.2vw;
	}

	.curriculum .details-04 .boy p .break {
		display: block;
	}
}

.curriculum .details-04 .boy::before {
	background: url("image/boy02.png") center/contain no-repeat;
	top: -44%;
	height: 80%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .details-04 .boy::before {
		top: unset;
		bottom: 28%;
		height: 11%;
	}

	.curriculum .details-04 .details-link {
		top: -9%;
	}
}

/*+--+ curriculum (lesson) --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.curriculum .lesson {
	margin: 5% auto 3%;
	text-align: left;
}

.curriculum .lesson h4 {
	display: inline-block;
	padding-left: 3.5%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson h4 {
		display: block;
		margin: 8% auto 5%;
		text-align: center;
	}
}

.curriculum .lesson .new-members {
	font-size: 1.8vw;
	color: #FF0000;
	font-weight: 600;
	margin-left: 1%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson .new-members {
		font-size: 5.8vw;
		display: block;
		width: 95%;
		margin: 0 auto;
	}
}

.curriculum .lesson .schedule-title {
	font-size: 1.6vw;
	font-weight: 500;
	margin: 2% 0;
}

.curriculum .lesson .schedule-title br {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson .schedule-title {
		font-size: 5.6vw;
		text-align: center;
		line-height: 1.3;
		margin: 7% auto;
	}

	.curriculum .lesson .schedule-title br {
		display: block;
	}
}

.curriculum .lesson .table-wrapper {
	border: 3px solid #000;
	padding: 2.8% 4%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson .table-wrapper{
		display: none;
	}
}

.curriculum .lesson table {
	text-align: center;
	width: 100%;
}

.curriculum .lesson table th {
	border-right: 3px solid #000;
	padding: 3% 0;
	width: 25%;
	font-size: 1.1vw;
}

.curriculum .lesson table th:nth-of-type(1) {
	background-color: #F1B81B;
}

.curriculum .lesson table th:nth-of-type(2) {
	background-color: #59E9E9;
}

.curriculum .lesson table th:nth-of-type(3) {
	background-color: #FD85C1;
}

.curriculum .lesson table th:last-of-type {
	border-right: none;
	background-color: #F3D71E;
}

.curriculum .lesson table td {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	padding: 2% 0;
	font-weight: 600;
	font-size: 1.3vw;
}

.curriculum .lesson table td:last-of-type {
	border-right: none;
}

.curriculum .lesson table tr:last-of-type td {
	padding-bottom: 1%;
}

.curriculum .lesson .plan-text {
	text-align-last: right;
	font-size: 1.1vw;
	margin-top: 1%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson .plan-text {
		display: none;
	}
}

.curriculum .lesson dl {
	border: 3px solid #000;
	border-top: none;
	font-size: 4.6vw;
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson dl {
		display: block;
	}
}

.curriculum .lesson dl dt {
	padding: 6% 3%;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.curriculum .lesson dl dt:nth-of-type(1) {
	background-color: #F1B81B;
}

.curriculum .lesson dl dt:nth-of-type(2) {
	background-color: #59E9E9;
}

.curriculum .lesson dl dt:nth-of-type(3) {
	background-color: #FD85C1;
}

.curriculum .lesson dl dt:nth-of-type(4) {
	background-color: #F3D71E;
}

.curriculum .lesson dl dd {
	text-align: center;
	border-top: 2px solid #000;
	margin: 0 2%;
	padding: 6% 0;
}

/* .curriculum .lesson dl dd:nth-of-type(3),
.curriculum .lesson dl dd:nth-of-type(5),
.curriculum .lesson dl dd:nth-of-type(6),
.curriculum .lesson dl dd:nth-of-type(8), */
.curriculum .lesson dl dt+dd{
	border: none;
}

.curriculum .lesson .plan-text-sp {
	display: none;
	text-align: right;
	margin-top: 1%;
	font-size: 3.6vw;
}

@media screen and (max-width: 767.9px) {
	.curriculum .lesson .plan-text-sp {
		display: block;
	}
}

/*+--+ curriculum (price) --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.curriculum .price {
	text-align: left;
}

.curriculum .price h4 {
	display: inline-block;
	padding-left: 5%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price h4 {
		display: block;
		text-align: center;
		padding-left: 0;
	}
}

.curriculum .price .enter-price {
	display: inline-block;
	margin-left: 2%;
	font-size: 1.5vw;
	vertical-align: -6px;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .enter-price {
		display: block;
		width: 70%;
		font-size: 5.4vw;
		margin: 0 auto 7%;
	}
}

.curriculum .price .price-large {
	font-size: 3.5vw;
	color: #00497F;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .price-large {
		font-size: 9vw;
	}
}

.curriculum .price .table-wrapper {
	border: 3px solid #000;
	padding: 1% 4%;
	margin: 2% auto;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .table-wrapper {
		display: none;
	}
}

.curriculum .price table {
	width: 100%;
}

.curriculum .price table th {
	font-size: 1.3vw;
	padding: 2% 0;
}

.curriculum .price table th:nth-of-type(1) {
	width: 36%;
}

.curriculum .price table th:nth-of-type(2) {
	width: 24%;
}

.curriculum .price table th:nth-of-type(3) {
	width: 24% !important;
}

.curriculum .price table th:last-of-type {
	width: 16%;
}

.curriculum .price table td {
	border-top: 1px solid #000;
	font-size: 1.4vw;
	padding: 2% 0;
}

.curriculum .price .price-sp {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .price-sp {
		display: block;
	}
}

.curriculum .price .price-sp dl {
	border: 3px solid #000;
	padding: 0 6% 6% 6%;
	margin: 2% auto 8%;
	font-size: 4.6vw;
}

.curriculum .price .price-sp dl dt {
	padding: 6% 0;
	border-bottom: 2px solid #000;
}

.curriculum .price .price-sp dl dd {
	padding-top: 6%;
}

.curriculum .price .price-sp dl dd span {
	display: inline-block;
	text-align: right;
}

.curriculum .price .price-sp dl dd:nth-of-type(1) span {
	width: 77%;
}

.curriculum .price .price-sp dl dd:nth-of-type(2) span {
	width: 79%;
}

.curriculum .price .price-sp dl dd:nth-of-type(3) span {
	width: 59% !important;
}

.curriculum .price .price-text {
	font-size: 1.1vw;
	margin-bottom: 1%;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .price-text {
		font-size: 3.8vw;
		margin-bottom: 8%;
	}

	.curriculum .price .price-text .font-small {
		display: block;
		font-size: 3.2vw;
	}

	.curriculum .price .price-text .break {
		display: block;
	}
}

.curriculum .price .price-text:nth-of-type(3) {
	margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
	.curriculum .price .price-text:nth-of-type(3) {
		margin-bottom: 8%;
	}
}

/*+--+ event --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.event {
	background-color: #D4FC4E;
}

section.event .container {
	position: relative;
	width: 80%;
	padding: 6% 0 8%;
	text-align: center;
}

@media screen and (max-width: 767.9px) {
	section.event .container {
		width: 92%;
		padding: 6% 0 34%;
	}
}

section.event .container::after {
	position: absolute;
	bottom: -4%;
	right: 6%;
	content: "";
	width: 26%;
	height: 14%;
	display: block;
	background: url("image/kids_02.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .container::after {
		bottom: -3.3%;
		right: unset;
		left: 2%;
		width: 65%;
		height: 7%;
	}
}

section.event .enjoy-sp {
	display: none;
}

@media screen and (max-width: 767.9px) {
	section.event .enjoy-sp {
		position: absolute;
		top: -1%;
		left: -3%;
		display: block;
		width: 48%;
		z-index: 10;
	}
}

section.event h3 {
	background-color: #fff;
	border-radius: 50px;
	width: 100%;
	margin: 3% auto 2%;
	padding: 2% 3%;
}

@media screen and (max-width: 767.9px) {
	section.event h3 {
		font-size: 5.6vw;
		width: 100%;
		line-height: 1.3;
		padding: 5% 3%;
	}
}

section.event h3 .text-red {
	color: #FF0000;
}

section.event h3 br {
	display: none;
}

@media screen and (max-width: 767.9px) {
	section.event h3 br {
		display: block;
	}
}

section.event .event-wrapper {
	padding-top: 50px;
	position: relative;
}

@media screen and (max-width: 767.9px) {
	section.event .event-wrapper {
		padding-top: 167%;
	}
}

section.event .campLink__wrapper {
	position: absolute;
	top: 7.8vw;
	left: 0;
}

section.event .campLink {
	width: 19vw;
	height: 3vw;
	padding: 8px 0 8px 17px;
	position: relative;
	display: block;
	border-radius: 30px;
	background-color: #277A03;
	text-align: left;
	color: #fff;
	font-size: 1.5vw;
}

section.event .campLink::before {
	width: 16.2vw;
	height: 9vw;
	content: '';
	position: absolute;
	bottom: 100%;
	left: -4.2vw;
	background-image: url("image/camp-comment.png");
	background-size: contain;
	background-repeat: no-repeat;
}

section.event .campLink::after {
	width: 1.4vw;
	height: 1.4vw;
	content: '';
	position: absolute;
	top: 50%;
	right: 1vw;
	transform: translateY(-50%);
	background-image: url("image/right-arrow-wh.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .campLink__wrapper {
		width: 80%;
		position: absolute;
		top: 24vw;
		left: 50%;
		transform: translateX(-50%);
	}
	
	section.event .campLink {
		width: 100%;
		height: auto;
		padding: 8px 0 8px 17px;
		font-size: 5.7vw;
	}
	
	section.event .campLink::before {
		width: 48.4vw;
		height: 27.2vw;
		left: -8vw;
	}
	
	section.event .campLink::after {
		width: 7.2vw;
		height: 7.2vw;
		right: 1vw;
	}
}

section.event .event-item {
	position: relative;
	width: 35%;
	background: url("image/speech_b06.png") left/contain no-repeat;
	margin: 0 auto;
	text-align: left;
}

section.event .event-item::before {
	position: absolute;
	bottom: -16%;
	left: 17%;
	content: "";
	width: 58%;
	height: 15%;
	display: block;
	background: url("image/shadow.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .event-item {
		width: 100%;
		margin-bottom: 10%;
	}

	section.event .event-item::before {
		bottom: -20%;
	}

	section.event .event-item p {
		font-size: 4.4vw;
	}
}

section.event .halloween {
	padding: 5% 3% 10% 6%;
}

@media screen and (max-width: 767.9px) {
	section.event .halloween {
		background: url("image/sp/speech_b_sp.png") left/contain no-repeat;
		padding: 10% 3% 22% 15%;
	}
}

section.event .halloween::after {
	position: absolute;
	bottom: 4%;
	right: 5%;
	content: "";
	width: 59%;
	height: 84%;
	display: block;
	background: url("image/halloween_item.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .halloween::after {
		bottom: -5%;
		right: -1%;
		width: 65%;
		height: 100%;
	}

	section.event .halloween::before {
		left: 35%;
	}
}

section.event .halloween h4 {
	width: 60%;
}

section.event .camp {
	position: absolute;
	top: 28%;
	left: 0;
	padding: 8% 3% 11% 5%;
}

@media screen and (max-width: 767.9px) {
	section.event .camp {
		top: 12%;
		padding: 22% 3% 26% 15%;
	}
}

section.event .camp::after {
	position: absolute;
	bottom: 2%;
	right: 11%;
	content: "";
	width: 54%;
	height: 33%;
	display: block;
	background: url("image/camp_tent.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .camp::after {
		right: 13%;
	}
}

section.event .camp h4 {
	position: absolute;
	top: -3%;
	left: 0;
	width: 95%;
}

@media screen and (max-width: 767.9px) {
	section.event .camp h4 {
		top: -7%;
		width: 100%;
	}
}

section.event .event-item .font-large {
	font-size: 1.6vw;
	margin-bottom: 1%;
}

@media screen and (max-width: 767.9px) {
	section.event .event-item .font-large {
		font-size: 5.4vw;
	}
}

section.event .christmas {
	position: absolute;
	top: 24%;
	right: 0;
	padding: 3% 1% 14% 6%;
}

@media screen and (max-width: 767.9px) {
	section.event .christmas {
		position: relative;
		padding: 9% 3% 38% 16%;
		margin-top: 24%;
	}
}

section.event .christmas::after {
	position: absolute;
	bottom: 0%;
	right: 14%;
	content: "";
	width: 70%;
	height: 51%;
	display: block;
	background: url("image/christmas_item.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .christmas::after {
		bottom: -4%;
		width: 72%;
		height: 54%;
	}
}

section.event .christmas h4 {
	width: 100%;
}

section.event .christmas .font-large {
	margin-top: 2%;
}

section.event .parent {
	padding: 3% 5% 12% 5%;
}

@media screen and (max-width: 767.9px) {
	section.event .parent {
		position: relative;
		background: url("image/sp/speech_b_sp.png") right/contain no-repeat;
		margin-top: 24%;
		padding: 8% 5% 34% 15%;
	}
}

section.event .parent::after {
	position: absolute;
	bottom: 26%;
	right: 17%;
	content: "";
	width: 34%;
	height: 38%;
	display: block;
	background: url("image/mom.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.event .parent::after {
		bottom: 26%;
		right: 16%;
		width: 35%;
		height: 41%;
	}

	section.event .parent::before {
		left: 35%;
	}
}

section.event .parent h4 {
	font-size: 2.3vw;
	margin: 4% 0 12% 19%;
}

@media screen and (max-width: 767.9px) {
	section.event .parent h4 {
		font-size: 6.8vw;
		margin: 4% 0 10% 19%;
	}
}

section.event .parent .font-red {
	color: #F54321;
}

section.event .parent .font-blue {
	color: #349CD8;
}

section.event .parent .font-green {
	color: #53B332;
}

section.event .parent .font-orange {
	color: #E97D27;
}

/*+--+ teacher --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.teacher .container {
	width: 80%;
	margin: 6% auto 10%;
	text-align: center;
}

@media screen and (max-width: 767.9px) {
	section.teacher .container  {
		width: 90%;
		margin: 28% auto 35%;
	}
}

section.teacher .teacher-wrapper {
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4%;
	margin: 6% auto;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-wrapper {
		display: block;
	}
}

section.teacher .teacher-item {
	position: relative;
	padding: 6% 0 0;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item {
		width: 90%;
		margin: 0 auto 12%;
	}
}

section.teacher .teacher-item p {
	position: absolute;
	top: 0;
	left: 0;
	background: url("image/speech_b04.png") center/contain no-repeat;
	font-size: 1.5vw;
	text-align: left;
	line-height: 1.3;
	padding: 14% 8%;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item p {
		font-size: 4.8vw;
	}
}

/* section.teacher .teacher-item:nth-of-type(2) p {
	padding: 13% 7%;
}

section.teacher .teacher-item:nth-of-type(3) p {
	padding: 10% 6%;
} */

section.teacher .teacher-item p .font-small {
	display: block;
	font-size: 1.2vw;
	margin-bottom: 2%;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item p .font-small {
		font-size: 4.6vw;
	}
}

section.teacher .teacher-item .teacher-img {
	width: 80%;
	margin: 0 0 3% auto;
}

@media(max-width: 767px) {
	section.teacher .teacher-item .teacher-img {
		/* height: 40px;  */
	}
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item .teacher-img {
		width: 65%;
		margin: 18% auto 0;
	}
}

section.teacher .teacher-item .message {
	position: relative;
	display: block;
	width: 75%;
	font-size: 1.6vw;
	background-color: #FFC500;
	border-radius: 50px;
	padding: 2% 22% 2% 10%;
	margin: 8% 0 0 auto;
	cursor: pointer;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item .message {
		font-size: 4.8vw;
		margin: 8% auto 0;
		width: 62%;
	}
}

/* section.teacher .message-content {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	display: none;
	z-index: 2;
	cursor: pointer;
} */

/* section.teacher .message-content01 {
	top: 0;
	transform: translate(-50%,0);
}

section.teacher .message-content02 {
	top: 50%;
	transform: translate(-50%,-50%);
}

section.teacher .message-content03 {
	top: auto;
	bottom: 0;
	transform: translate(-50%,0);
} */

section.teacher .message-content img {
	width: 100%;
}

section.teacher .message-content.open {
	display: block;
}

section.teacher .message-content {
	width: 41.8vw;
	height: 37.3vw;
}

section.teacher .message-content {
	width: 41.8vw;
	height: 42vw;
}

section.teacher .message-content {
	width: 41.8vw;
	height: 38.5vw;
}

@media(max-width: 767px){
	ection.teacher .message-content {
		width: 86.7vw;
		height: 220vw;
	}
	
	ection.teacher .message-content {
		width: 86.7vw;
		height: 259vw;
	}
	
	section.teacher .message-content {
		width: 86.7vw;
		height: 211vw;
	}
}

.message-item_sp {
	display: none;
}

@media(max-width: 767px) {
	.message-item {
		display: none;
	}

	.message-item_sp {
		display: inline;
	}
}

section.teacher .teacher-item .message::after {
	width: 22%;
	height: 2rem;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	background: url("image/icon/right-arrow.svg") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.teacher .teacher-item .message::after {
		width: 28%;
		height: 2.2rem;
	}
}

section.teacher .place-wrapper {
	position: relative;
	width: 90%;
	margin: 6% auto;
	border: 3px solid #000;
	border-radius: 20px;
	padding: 3% 0 8%;
	z-index: -1;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper {
		width: 100%;
		margin: 24% auto;
		padding: 15% 0 30%;
	}
}

section.teacher .place-wrapper::after {
	position: absolute;
	bottom: -21%;
	right: 0;
	content: "";
	width: 34%;
	height: 51%;
	display: block;
	background: url("image/girl_boy.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper::after {
		bottom: -10%;
		right: 9%;
		width: 80%;
		height: 27%;
	}
}

section.teacher .place-wrapper h3 {
	font-size: 2.4vw;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper h3 {
		font-size: 6.8vw;
	}
}

section.teacher .place-wrapper p {
	width: 40%;
	font-size: 2vw;
	margin: 3% auto 0;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper p {
		width: 100%;
		font-size: 6vw;
		margin: 11% auto 0;
	}
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-inner {
		width: 82%;
		margin: 0 auto;
	}
}

section.teacher .place-wrapper .place-address {
	width: 100%;
}

section.teacher .place-wrapper .info-box {
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

@media(max-width: 769.9px) {
	section.teacher .place-wrapper .info-box {
		flex-direction: column-reverse;
		gap: 0;
	}
}

section.teacher .place-wrapper .map {
	width: 40%;
	margin: 0;
	text-align: left;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper .map {
		width: 100%;
		text-align: center;
		margin: 5% 0 10%;
	}
}

section.teacher .place-wrapper .map a {
	font-size: 1.4vw;
	display: inline-block;
	background: url("image/icon/pin.svg") left/contain no-repeat;
	padding-left: 7%;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper .map a {
		font-size: 4.2vw;
		padding-left: 12%;
		line-height: 1.8;
	}
}

section.teacher .place-wrapper .tel {
	text-align: right;
	margin: 0;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper .tel {
		text-align: center;
	}
}

section.teacher .place-wrapper .tel a {
	font-size: 2vw;
	display: inline-block;
	background: url("image/icon/tel.svg") left/contain no-repeat;
	padding-left: 16%;
}

@media screen and (max-width: 767.9px) {
	section.teacher .place-wrapper .tel a {
		font-size: 6vw;
		padding-left: 19%;
	}
}

/*+--+ contact --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
section.contact {
	background-color: #92FAEC;
}

section.contact .container {
	padding: 12% 0;
	width: 75%;
	margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
	section.contact .container {
		width: 90%;
		padding: 23% 0 12%;
	}
}

section.contact .inner {
	position: relative;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 10% 4%;
}

section.contact .inner .boy {
	position: absolute;
	top: -6%;
	left: 4%;
	text-align: left;
	background: url("image/boy_talk.png") right/100% no-repeat;
	padding: 6% 4% 10% 15%;
}

@media screen and (max-width: 767.9px) {
	section.contact .inner .boy {
		padding: 11% 5% 17% 26%;
		top: -7.5%;
		left: 0;
	}
}

section.contact .inner .boy p {
	font-size: 1.8vw;
	color: #005192;
}

@media screen and (max-width: 767.9px) {
	section.contact .inner .boy p {
		font-size: 3.8vw;
	}
}

section.contact h3 {
	font-size: 3.8vw;
	text-align: center;
}

@media screen and (max-width: 767.9px) {
	section.contact h3 {
		font-size: 6.8vw;
	}
}

section.contact h3 .font-red {
	color: #FF0000;
}

section.contact .contact-text {
	font-size: 1.8vw;
	text-align: center;
}

@media screen and (max-width: 767.9px) {
	section.contact .contact-text {
		font-size: 3.2vw;
	}
}

.form {
	padding: 0 36px;
	margin-top: 80px;
}

.form .form__item {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.form .form__item .title {
  width: 320px;
  position: relative;
  display: block;
}

.form .form__item .title.required span::after {
  content: '必須';
  position: absolute;
  top: 50%;
  right: 0;
	transform: translateY(-50%);
  font-size: 1.6rem;
}

.form .form__item .title span {
  width: 100%;
  padding-bottom: 10px;
	position: relative;
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
}

.form .form__item .form__content {
  width: calc(100% - 366px);
	line-height: 55px;
}

.form .form__item-contents .form__content {
	margin-top: 24px;
	line-height: 1.2;
}

.form .form__item .form__content input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 2px solid #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
}

.form .form__item .form__content input.form-year {
  width: 16px;
  height: 16px;
}

.form .form__item .form__content textarea {
  width: 100%;
  height: 280px;
	margin-top: 24px;
	border: 2px solid #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
}

.form .form__item .form__content .mwform-radio-field-text {
  font-size: 1.8rem;
}

.form .btn__wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.form .confirm,
.confirm .form .back {
  width: 280px;
  text-align: center;
  position: relative;
}

.form .confirm:hover::after,
.confirm .form .back:hover::after {
  background-image: url(image/play-button-wh.png);
  -webkit-transition: .3s;
  transition: .3s;
}

.form .confirm:hover .confirm-body,
.confirm .form .back:hover .back-body {
  background-color: #FF0000;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.form .confirm::after,
.confirm .form .back::after {
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(image/play-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.form .confirm .confirm-body,
.confirm .form .back .back-body {
  width: 100%;
  height: 85px;
  position: relative;
  border: 3px solid #000000;
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  /* -webkit-filter: drop-shadow(0 5px 0 #000);
          filter: drop-shadow(0 5px 0 #000); */
}

.form .form__item .form__content .mwform-radio-field {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	display: inline-block;
}

.form .form__item .form__content .mwform-radio-field:nth-child(2),
.form .form__item .form__content .mwform-radio-field:nth-child(3),
.form .form__item .form__content .mwform-radio-field:nth-child(5),
.form .form__item .form__content .mwform-radio-field:nth-child(6),
.form .form__item .form__content .mwform-radio-field:nth-child(8),
.form .form__item .form__content .mwform-radio-field:nth-child(9) {
	width: 150px;
}

.form .form__item .form__content .mwform-radio-field:nth-child(4),
.form .form__item .form__content .mwform-radio-field:nth-child(7) {
	width: 300px;
}

@media(max-width: 1599px) {
	.form .form__item .form__content .mwform-radio-field:nth-child(2),
	.form .form__item .form__content .mwform-radio-field:nth-child(3),
	.form .form__item .form__content .mwform-radio-field:nth-child(5),
	.form .form__item .form__content .mwform-radio-field:nth-child(6),
	.form .form__item .form__content .mwform-radio-field:nth-child(8),
	.form .form__item .form__content .mwform-radio-field:nth-child(9) {
		width: 135px;
	}

	.form .form__item .form__content .mwform-radio-field:nth-child(4),
	.form .form__item .form__content .mwform-radio-field:nth-child(7) {
		width: 15.6vw;
	}
}

@media(max-width: 1365px) {
	.form .form__item .form__content .mwform-radio-field:nth-child(2),
	.form .form__item .form__content .mwform-radio-field:nth-child(4),
	.form .form__item .form__content .mwform-radio-field:nth-child(6),
	.form .form__item .form__content .mwform-radio-field:nth-child(8),
	.form .form__item .form__content .mwform-radio-field:nth-child(9) {
		width: 135px;
	}

	.form .form__item .form__content .mwform-radio-field:nth-child(3),
	.form .form__item .form__content .mwform-radio-field:nth-child(5),
	.form .form__item .form__content .mwform-radio-field:nth-child(7) {
		width: 16.5vw;
	}
}

@media (max-width: 1024px) {
	.form {
		padding: 0 36px;
		margin-top: 80px;
	}
	
	.form .form__item {
		gap: 32px;
	}
	
	.form .form__item .title {
		width: 220px;
	}
	
	.form .form__item .title.required span::after {
		font-size: 1.2rem;
	}
	
	.form .form__item .title span {
		font-size: 1.4rem;
	}
	
	.form .form__item .form__content {
		width: calc(100% - 252px);
	}

	.form .form__item .form__content .mwform-radio-field-text {
		font-size: 1.4rem;
	}

	.form .form__item .form__content .mwform-radio-field:nth-child(2),
	.form .form__item .form__content .mwform-radio-field:nth-child(3),
	.form .form__item .form__content .mwform-radio-field:nth-child(4),
	.form .form__item .form__content .mwform-radio-field:nth-child(5),
	.form .form__item .form__content .mwform-radio-field:nth-child(6),
	.form .form__item .form__content .mwform-radio-field:nth-child(7),
	.form .form__item .form__content .mwform-radio-field:nth-child(8),
	.form .form__item .form__content .mwform-radio-field:nth-child(9) {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.form {
		padding: 0 9px;
	}

  .form .form__item {
    margin-bottom: 13.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
	.form .form__item .title {
    width: 275px;
  }
  .form .form__item .title.required span::after {
    font-size: 1.4rem;
  }
  .form .form__item .title span {
    font-size: 1.8rem;
  }
  .form .form__item .form__content {
    width: 100%;
  }
	.form .form__item-contents .form__content {
		margin-top: 6.9vw;
	}
  .form .form__item .form__content input {
    font-size: 1.8rem;
  }
  .form .form__item .form__content textarea {
    font-size: 1.8rem;
  }
  .form .confirm,
  .confirm .form .back {
    width: 233px;
  }
  .form .confirm::after,
  .confirm .form .back::after {
    width: 16px;
    height: 16px;
    right: 18px;
  }
  .form .confirm .confirm-body,
	.confirm .form .back .back-body {
    width: 100%;
    height: 52px;
    font-size: 1.6rem;
  }
}

.contact.complete .form {
	margin-top: 15px;
	margin-bottom: 25px;
}

.complete-logo {
	width: 86px;
	margin: 0 auto;
}

.complete-logo img {
	width: 100%;
}

.mw_wp_form_complete > p,
.complete-ttl {
	text-align: center;
	font-size: 3.6rem;
}

.complete-ttl .text-red {
	color: #ff0000;
}



/*+--+ footer --+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
footer {
	background-color: #FFD900;
}

.footer-container {
	width: 85%;
	margin: 0 auto;
	padding: 3% 0;
	position: relative;
}

@media screen and (max-width: 767.9px) {
	.footer-container {
		padding: 3% 0 26%;
	}
}

.footer-title {
	position: relative;
	font-size: 1.8vw;
	padding-left: 5%;
	line-height: 1.8;
}

@media screen and (max-width: 767.9px) {
	.footer-title {
		font-size: 5.8vw;
		padding: 0;
	}
}

.footer-title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 4%;
	height: 100%;
	background: url("image/icon/apple_01.png") center/contain no-repeat;
}

@media screen and (max-width: 767.9px) {
	.footer-title::before {
		position: unset;
		width: 100%;
		height: 5.6rem;
	}
}

.footer-title .text-red {
	color: #FF0000;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
}

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

.footer-inner p {
	margin-top: 3%;
}

.footer-inner p .break {
	margin-right: 3%;
}

@media screen and (max-width: 767.9px) {
	.footer-inner p {
		font-size: 3.6vw;
	}

	.footer-inner p .break {
		display: block;
	}

	.footer-inner p .font-small {
		font-size: 3.2vw;
	}
}

.footer-inner div {
	width: 45%;
}

@media screen and (max-width: 767.9px) {
	.footer-inner div {
		width: 100%;
	}
}

.footer-inner div:last-of-type {
	text-align: right;
}

@media screen and (max-width: 767.9px) {
	.footer-inner div:last-of-type {
		width: 100%;
		text-align: center;
		margin-top: 31.2vw;
	}

	.footer-inner small {
		font-size: 3.6vw;
	}
}

@media screen and (max-width: 767.9px) {
	footer nav {
		display: none;
	}
}

footer nav ul>li {
	padding: 0;
	margin-bottom: 3%;
}

footer nav ul>li a {
	color: #000;
	font-size: 1.3vw;
}

footer nav ul>li:hover {
	background-color: transparent;
}

footer nav ul>li:hover a {
	color: #000;
}

footer nav ul>li::after {
	display: none;
}

footer nav ul>li a::after {
	display: none;
}

footer nav .sub-menu-wrap {
	display: none;
}

footer .sp-menu {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transform: translateY(165%);
	transition: .5s;
}

footer .sp-menu div {
	padding: 3.5% 0 10%;
}

footer .sp-menu .sp-menuBtn {
	width: 28%;
	background-color: #FF0000;
	font-size: 4.2vw;
	color: #fff;
	text-align: center;
}

footer .sp-menu .sp-menuBtn::before {
	content: "";
	display: block;
	width: 33%;
	height: 130%;
	background: url("image/sp/menu.svg") center/contain no-repeat;
	margin: 0 auto;
}

footer .sp-menu .tel {
	width: 28%;
	background-color: #62D4F7;
	font-size: 4.2vw;
	text-align: center;
}

footer .sp-menu .tel a {
	color: #fff;
}

footer .sp-menu .tel::before {
	content: "";
	display: block;
	width: 33%;
	height: 117%;
	background: url("image/sp/menu_tel.svg") center/contain no-repeat;
	margin: 0 auto 2%;
}

footer .sp-menu .free-school {
	position: relative;
	width: 44%;
	background-color: #FFD900;
}

footer .sp-menu .free-school::after {
	width: 17.1vw;
	height: 17.1vw;
	content: "";
	position: absolute;
	bottom: 10%;
	right: 3%;
	display: block;
	background: url("image/girl.png") center/contain no-repeat;
}

footer .sp-menu .free-school div {
	padding: 9% 12% 18% 19%;
	position: absolute;
	top: -65%;
	left: -17%;
	background: url("image/speech_b05.png") center/100% no-repeat;
	line-height: 1.3;
	z-index: 30;
}

footer .sp-menu .free-school div a {
	color: #005192;
	font-size: 3.2vw;
}

footer .sp-menu .free-school div a.link-blog {
	color: #FF0000;
	font-size: 2.9vw;
}

footer .sp-menu .free-school .font-large {
	display: block;
	font-size: 3.6vw;
	line-height: 1.2;
	margin-top: 3%;
}

@media screen and (max-width: 767.9px) {
	footer .sp-menu {
		display: flex;
	}

	footer .sp-menu.on {
		transform: translateY(0);
	}
}

footer .sns {
	position: absolute;
	top: 20%;
	right: 0;
	display: flex;
	gap: 3.2vw;
}

footer .sns a {
	width: 1.8vw;
	height: 1.8vw;
}

@media screen and (max-width: 767.9px) {
	footer .sns {
		top: auto;
		bottom: 40%;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		gap: 3.2vw;
	}
	
	footer .sns a {
		width: 9.3vw;
		height: 9.3vw;
	}
}

/*************************
 blog
*************************/
body.blog .fv-image {
	background-image: url(image/blog/fv.png);
}

body.blog .top-title {
	background-image: none;
}

body.blog .top-images .blog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

body.blog .top-images .kirakira-a {
	position: absolute;
	top: 16%;
	left: auto;
	right: 29%;
}

body.blog .top-images .kirakira-b {
	position: absolute;
	bottom: 20%;
	left: 32%;
}

#blog {
	padding-top: 114px;
	background-color: #5AD4F8;
}

#blog .container {
	padding: 50px;
	margin-bottom: 152px;
	background-color: #fff;
	border-radius: 24px;
}

#blog .page__ttl {
	margin-bottom: 3.1vw;
}

#blog .page__heading {
	margin-bottom: 2.8vw;
	display: flex;
	align-items: center;
	gap: 1.8vw;
}

#blog .page__heading .ttl {
	display: block;
	font-weight: bold;
	font-size: 1.6vw;
}

#blog .page__heading .tag {
	display: block;
	font-size: 1.2vw;
}

#blog .article__box {
	margin-bottom: 7.5vw;
	display: flex;
	flex-wrap: wrap;
	gap: 3.3vw 1.8vw;
}

#blog .article__card {
	width: 31%;
}

#blog .article__img {
	height: 276px;
	margin-bottom: 11px;
}

@media(max-width: 1365px) {
	#blog .article__img {
		height: 20.2vw;
	}
}

#blog .article__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

#blog .article__date {
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
	font-size: 1vw;
}

#blog .article__ttl {
	font-weight: bold;
	font-size: 1.1vw;
}

#blog .pager {
	margin-bottom: 9.4vw;
}

#blog .otherContents {
	padding: 0 0 120px;
	background-color: #fff;
}

.otherContents__heading {
	padding-left: 54px;
	margin-bottom: 1.6vw;
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 1.5vw;
}

.otherContents__heading::before {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url("image/blog/tag.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.otherContents__box {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.otherContents__item {
	min-width: 110px;
	padding: 13px 15px;
	display: block;
	border: 3px solid #000;
	border-radius: 27px;
	text-align: center;
	font-size: 1vw;
}

.pager .nav-links {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 4.8vw;
}

@media(max-width: 767.9px) {
	body.blog .header-container {
		padding-bottom: 0;
	}

	body.blog .title-wrap {
		display: none;
	}

	body.blog .top-title {
		bottom: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	body.blog .fv-image {
		height: 72vw;
		margin-top: 0;
		background-image: url(image/blog/fv-sp.png);
	}
	
	body.blog .top-images .blog {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	body.blog .top-images .kirakira-a {
		position: absolute;
		top: 22%;
		left: auto;
		right: 26%;
	}
	
	body.blog .top-images .kirakira-b {
		position: absolute;
		top: auto;
		bottom: 28%;
		left: 30%;
	}
	
	#blog {
		padding-top: 11.2vw;
	}
	
	#blog .container {
		padding: 20vw 8vw 16vw;
		margin-bottom: 13.8vw;
	}
	
	#blog .page__ttl {
		margin-bottom: 6.4vw;
	}
	
	#blog .page__heading {
		margin-bottom: 6.7vw;
		gap: 5.3vw;
	}
	
	#blog .page__heading .ttl {
		font-size: 5.2vw;
	}
	
	#blog .page__heading .tag {
		font-size: 4.3vw;
	}
	
	#blog .article__box {
		margin-bottom: 7.5vw;
		flex-direction: column;
		gap: 10.4vw;
	}
	
	#blog .article__card {
		width: 100%;
	}
	
	#blog .article__img {
		height: 57.1vw;
		margin-bottom: 13px;
	}
	
	#blog .article__date {
		font-size: 3.7vw;
	}
	
	#blog .article__ttl {
		font-size: 4.3vw;
	}
	
	#blog .pager {
		margin-bottom: 9.4vw;
	}
	
	#blog .otherContents {
		padding: 0 0 21.3vw;
	}

	#blog .otherContents .container {
		padding: 14.4vw 6.1vw 0;
		margin-bottom: 0;
	}
	
	#blog .otherContents__heading {
		padding-left: 10vw;
		margin-bottom: 6.9vw;
		font-size: 5.3vw;
	}
	
	#blog .otherContents__heading::before {
		width: 9.3vw;
		height: 9.3vw;
		top: 0;
		transform: translateY(0);
	}
	
	#blog .otherContents__box {
		display: flex;
		gap: 3.2vw;
	}
	
	#blog .otherContents__item {
		min-width: 89px;
		padding: 2.7vw 4vw;
		display: block;
		border: 3px solid #000;
		border-radius: 27px;
		text-align: center;
		font-size: 4.8vw;
	}

	.pager .nav-links {
		gap: 10.4vw;
	}
}

/* single */
.single__contents {
	width: 89%;
	padding: 2vw 2.6vw 3.9vw 4.4vw;
	margin: 0 auto;
	position: relative;
	border: 3px solid #000;
}

.single__contents::before {
	width: 3.1vw;
	height: calc(100% - 80px);
	content: '';
	position: absolute;
	top: 50%;
	left: -0.5vw;
	transform: translateY(-50%);
	background-image: url("image/blog/hook.png");
	background-size: 100% 16.6vw;
	background-repeat: round;
}

.single__info .date {
	margin-bottom: 0.6vw;
	display: block;
	font-weight: bold;
	font-size: 0.9vw;
}

.single__info .title {
	margin-bottom: 1.5vw;
	display: block;
	font-weight: bold;
	font-size: 1.6vw;
	line-height: 1.36;
}

.single__body p {
	margin-bottom: 2.1vw;
	font-size: 1.1vw;
	line-height: 1.64;
}

.single__body .wp-block-image img {
	width: 100%;
	height: 554px;
	margin-bottom: 1.6vw;
}

@media(max-width: 767.9px) {
	.single__contents {
		width: 100%;
		padding: 6.4vw 4.8vw 6.4vw 13.3vw;
	}
	
	.single__contents::before {
		width: 10.9vw;
		height: calc(100% - 16vw);
		left: -10px;
		background-size: 100% 56vw;
	}
	
	.single__info .date {
		margin-bottom: 2.1vw;
		font-size: 4.8vw;
	}
	
	.single__info .title {
		margin-bottom: 4.3vw;
		font-size: 5.3vw;
		line-height: 1.5;
	}
	
	.single__body p {
		margin-bottom: 4.3vw;
		font-size: 4.8vw;
		line-height: 1.33;
	}
	
	.single__body .wp-block-image img {
		height: 49.6vw;
		margin-bottom: 4.3vw;
	}
}

/*************************
 ローディング
*************************/
.loading-wrapper {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #fff;
	z-index: 9999;
}

.loading-wrapper.off {
	display: none;
}

.loading-logo {
	width: 10.9vw;
	height: 11vw;
}

.loading-logo.off {
	display: none;
}

.loading-ttl {
	font-size: 3vw;
}

.loading-ttl.off {
	display: none;
}

.loading-ttl .text-red {
	color: #ff0000;
}

@media(max-width: 767px) {
	.loading-logo {
		width: 24vw;
		height: auto;
	}
	
	.loading-ttl {
		font-size: 7.5vw;
	}
}

.loading-item {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0;
}

.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.fadeIn {
	opacity: 1;
	transition: 1s;
}

.loading-overcolor {
	width: 0;
	height: 150vh;
	position: absolute;
	top: 50%;
	left: -40vw;
	transform: translateY(-50%);
	z-index: 99999;
}

.loading-overcolor img {
	width: 148vw;
	height: 150vh;
	object-fit: cover;
	object-position: 0;
}

@media(max-width: 767px) {
	.loading-overcolor {
		height: 120vh;
		left: -40vw;
	}
	
	.loading-overcolor img {
		width: 1157px;
		height: 120vh;
	}
}

.addAnimation-painting {
	animation: painting 1s ease-out forwards;
}

@keyframes painting {
  0% {
    width: 0;
  }
  100% {
    width: 148vw;
  }
}

.addAnimation-fadeOut {
	animation: fadeOut 1s ease-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
		left: 0;
  }
  100% {
    opacity: 0;
		left: 200%;
  }
}

/*************************
 アニメーション
*************************/
.animation-move {
  animation: moving 1.2s linear forwards infinite;
}

@keyframes moving {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  51% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

.animation-move02 {
  animation: moving 1.2s linear forwards infinite;
}

@keyframes moving {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  51% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.animation-rocket {
  animation: rocket 1.2s linear forwards infinite;
}

@keyframes rocket {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30%);
  }
  60% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-160%);
  }
}

/* zoomin */
.js-zoomIn {
  opacity: 0;
}

.js-zoomIn.zoomIn {
	animation: zoomInAnime .4s ease-out forwards;
}

@keyframes zoomInAnime {
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	  opacity: 1;
  }
}

.zoomIn-top {
	animation: zoomInAnime-top .6s ease-out forwards;
}

@keyframes zoomInAnime-top {
  0% {
		transform: scale(0.6) rotate(0);
		opacity: 0;
  }
	60% {
		transform: scale(1) rotate(0);
		opacity: 1;
	}
	70% {
		transform: scale(1) rotate(15deg);
		opacity: 1;
	}
	85% {
		transform: scale(1) rotate(-15deg);
		opacity: 1;
	}
  100% {
    transform: scale(1) rotate(0);
	  opacity: 1;
  }
}

.addAnimation-blind {
  border-width: 50vw;
  /*開始はボーダーの太さは0*/
  border-style: solid;
  border-color: #fff;
  /*拡大する四角の色*/
	animation: blind 1s ease-in forwards;
}

@keyframes blind {
  0% {
    border-width: 50vw;
		background-color: #fff;
  }
  49% {
		background-color: #fff;
  }
  50% {
		border-width: 50vw;
		background-color: #fff;
  }
  100% {
    border-width: 0px;
  }
}


/* 上下にふわふわ */
.updown {
	animation-name: updown1;   /* アニメーション名の指定 */
	animation-delay: 0s;   /* アニメーションの開始時間指定 */
	animation-duration: 3s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
}

@keyframes updown1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

section.event .event-item::before {
	animation-name: updown2;   /* アニメーション名の指定 */
	animation-delay: 0s;   /* アニメーションの開始時間指定 */
	animation-duration: 3s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
}

@keyframes updown2 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}

.kirakira-a,
.kirakira-b,
.kirakira-c {
	animation: sparkle 2s ease-out forwards infinite;
}

@keyframes sparkle {
  0% {
		transform: scale(0.7);
  }
	50% {
		transform: scale(0.7);
	}
	51% {
		transform: scale(1);
	}
  100% {
    transform: scale(1);
  }
}

.rolling {
	animation: rolling 2s ease-out forwards infinite;
}

@keyframes rolling {
  0% {
		transform: rotate(0);
  }
	50% {
		transform: rotate(0);
	}
	51% {
		transform: rotate(30deg);
	}
  100% {
    transform: rotate(30deg);
  }
}