/*
Theme Name: with
Template: airi
Version: 1.0
*/

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans CJK JP Regular"),
		url('font/NotoSans_Regular.woff2') format('woff2'),
		url('font/NotoSans_regular.woff') format('woff'),
		url('font/NotoSans_regular.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	src: local("Noto Sans CJK JP Bold"),
		url('font/NotoSans_Bold.woff2') format('woff2'),
		url('font/NotoSans_bold.woff') format('woff'),
		url('font/NotoSans_bold.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: normal;
	src: url("font/YakuHanJP-Regular.woff2") format("woff2"),
		url("font/YakuHanJP-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: bold;
	src: url("font/YakuHanJP-Bold.woff2") format("woff2"),
		url("font/YakuHanJP-Bold.woff") format("woff");
	font-display: swap;
}

html,
body {
	font-family: Helvetica Neue, YakuHanJP, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media(max-width: 667px) {
	body {
		font-size: 14px !important;
	}
}

@media (max-width: 1199px) {
	.scroll-prevent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		/*追記*/
		right: 0;
		/*追記*/
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
textarea,
select {
	font-family: inherit;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.8;
}

p,
div {
	font-weight: 400;
	letter-spacing: 1px;
}

img[src*='.svg'] {
	width: 100%;
	height: auto;
}

/* Selection colors */

::-moz-selection {
	background: rgba(255, 152, 0, .15);
}

::selection {
	background: rgba(255, 152, 0, .15);
}

::-moz-selection {
	background: rgba(255, 152, 0, .15);
}

/* header */

.site-header {
	padding: 10px 0;
}

@media (min-width: 1200px) {

	.page-id-651.page-template-template_page-builder .site-header,
	.page-id-759.page-template-template_page-builder .site-header,
	.page-id-771.page-template-template_page-builder .site-header,
	.page-id-773.page-template-template_page-builder .site-header,
	.page-id-763.page-template-template_page-builder .site-header,
	.page-id-1162.page-template-template_page-builder .site-header,
	.page-id-1234.page-template-template_page-builder .site-header {
		background-color: rgba(0, 0, 0, .15);
	}

	.page-id-651.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-759.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-771.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-763.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-773.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-1162.menuStyle1.page-template-template_page-builder .is-sticky .site-header,
	.page-id-1234.menuStyle1.page-template-template_page-builder .is-sticky .site-header {
		background-color: #fff;
	}
}

/* header-logo */
.site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-logo-link {
/*	width: 45%;*/
	text-align: center;
}

.custom-logo-link img[src*='.svg'] {
	width: 100%;
	height: auto;
	-webkit-transition: transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	-webkit-transition: -webkit-transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: -webkit-transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s, -webkit-transform .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
}

.custom-logo-link img[src*='.svg']:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and ( max-width: 540px ) {
	.custom-logo-link img[src*='.svg'] {
		width: 70%;
	}
}

.is-sticky .site-header .custom-logo-link img {
	max-width: 90%;
}

.is-sticky .site-header .custom-logo-link img[src*='.svg'] {
	width: 100%;
	height: auto;
}

/* header navigation */

.main-navigation li {
	padding: 0 8px;
	font-size: 1.2vw;
}

.main-navigation ul ul {
	float: none;
	left: auto;
	height: 0;
	margin-top: .75rem;
	padding-top: 0;
	line-height: 0;
	opacity: 0;
	transform: scale(0);
	transform-origin: 2rem 2rem;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: all .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
}

.main-navigation ul ul li {
	border: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	height: 100%;
	line-height: 1.8;
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	z-index: 1;
}

ul.header-search-cart {
	margin-left: 0 !important;
}

form.search-form input {
	border: 1px solid #efefef;
}

/* toggle style */
@media (max-width: 1199px) {
	.main-navigation li {
		padding: 0 !important;
		background-color: #13151d;
	}

	.main-navigation li:first-of-type {
		padding-left: 0 !important;
	}

	.mobile-menu-toggle {
		position: relative;
		background: transparent !important;
		border: 0;
		padding: 15px 20px !important;
	}

	.mobile-menu-toggle:focus {
		outline: none !important;
	}

	.menuStyle1 .mobile-menu-toggle_lines {
		background-color: #FF9800;
	}

	.menuStyle1 .mobile-menu-toggle_lines:before,
	.menuStyle1 .mobile-menu-toggle_lines:after {
		background: #FF9800;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current_page_ancestor > a,
	.main-navigation ul li.current-menu-ancestor > a {
		color: #FF9800;
	}

	.main-navigation li.menu-item-has-children > .subnav-toggle,
	.main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
	.main-navigation ul .subnav-toggle:hover {
		color: #FFF;
	}

	.main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
	.main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
	.main-navigation ul .subnav-toggle:hover {
		color: #FF9800;
	}

	.main-navigation ul .subnav-toggle {
		right: auto;
		left: calc(50% - 4.5rem);
		width: auto;
		height: auto;
	}

	.main-navigation ul .subnav-toggle:before {
		color: #fff;
		font-size: 30px;
		font-weight: 400;
	}

	.main-navigation ul .subnav-toggle.open:before {
		color: #ff9800;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
}

/* desktop menu font-size adjust */
@media (min-width: 1440px) {
	.main-navigation li {
		font-size: 1rem;
	}
}

/* header & footer navi hover style */

.menu a {
	position: relative;
	display: inline-block;
	color: #666;
	-webkit-transition: color .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: color .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	padding: 3px 0;
}

.menu a:hover,
.menuStyle1 .main-navigation a:hover,
.menuStyle1 .fa-search:hover,
.menuStyle1 .sticky-wrapper.is-sticky .main-navigation a:hover,
.menuStyle1 .sticky-wrapper.is-sticky .fa-search:hover,
#site-navigation ul ul li a:hover {
	color: rgba(255, 152, 0, .75);
}

.menu a:hover::after,
.menu a:hover::before {
	width: 100%;
	left: 0;
}

.menu a::after,
.menu a::before {
	content: '';
	position: absolute;
	top: calc(100% + 2px);
	width: 0;
	right: 0;
	height: 3px;
	border-radius: 2px;
}

.menu a::before {
	-webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	background: rgba(255, 152, 0, .75);
}

.menu a::after {
	-webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	background: rgba(255, 152, 0, .75);
}

.menuStyle1 .fa-search {
	-webkit-transition: color .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	transition: color .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
}

@media (max-width: 1199px) {
	.main-navigation ul .sub-menu li,
	.main-navigation ul .children li {
		background-color: #3e5972 !important;
	}
	.main-navigation a {
		padding: 16px 0 !important;
		color: #fff !important;
		line-height: 1.9;
	}
}

/* template settings */

.menuStyle1.contents-template-page-members .sticky-wrapper {
  position: absolute;
}

.menuStyle1.contents-template-page-members .site-header {
	background-color: transparent;
}

@media (max-width: 1199px) {
	.menuStyle1.contents-template-page-members .site-header {
		background-color: #13151d;
	}
}

.contents-template-page-members .site-content {
	padding: 0;
}

.contents-template-page-members .site-main {
	padding: 0;
}

/* header text background */

.header-bg {
	position: relative;
	background: rgba(0, 0, 0, .15);
}

.header-bg::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	z-index: -1;
}

/* breadcrumb style */

.breadcrumb {
	margin: 0;
	padding: 1rem;
	background-color: #fff;
}

.breadcrumb li {
	display: inline-block;
	list-style: none;
}

.breadcrumb li:after {
	padding: 0 .8rem;
	color: #555;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f054';
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* rotate text */
.rotating-text {
	/*            font-family: Lato, sans-serif;*/
	font-weight: 500;
	color: #595959;
	/*            transform: translateX(-80px);*/
}

.rotating-text h1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 5rem;
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.8;
	vertical-align: top;
}

.rotating-text h1 .rotate-phrase {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.rotating-text h1 .rotate-phrase .letter {
	-webkit-transform-origin: center center 25px;
	transform-origin: center center 25px;
}

.rotating-text h1 .rotate-phrase .letter.out {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
	transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}

.rotating-text h1 .rotate-phrase .letter.in {
	-webkit-transition: 0.38s ease;
	transition: 0.38s ease;
}

.rotating-text h1 .rotate-phrase .letter.behind {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.alizarin {
	color: #e74c3c;
}

.wisteria {
	color: #8e44ad;
}

.peter-river {
	color: #3498db;
}

.emerald {
	color: #2ecc71;
}

.sun-flower {
	color: #f1c40f;
}

@media (max-width: 576px) {
	.rotating-text h1 {
		height: 3rem;
		font-size: 5.2vw;
		line-height: 1.9;
	}
}

/* feature */
.feature-box {
	margin: 2rem 0;
	background: #f1f1f1;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.feature-box .box-title {
	font-size: 1.2rem;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.feature-box h5 {
	text-align: center;
}

.feature-box p {
	padding: 15px 20px;
	margin: 0;
}

@media (max-width: 576px) {
	.feature-box {
		margin: 0;
	}
}

/* top classroom */
.cl-box {
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.cl-box:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cl-bg {
	position: relative;
	width: 100%;
	height: auto;
	background: #2e5d5a;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.cl-bg img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.5;
}

.cl-bg .cl-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.cl-bg .cl-caption:before,
.cl-bg .cl-caption:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	z-index: -1;
}

.cl-bg .cl-caption:before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.cl-bg .cl-caption:after {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.cl-box .cl-bg .cl-caption:before,
.cl-box .cl-bg .cl-caption:after {
	opacity: .9;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cl-bg h3 {
	width: 65%;
	margin: 2rem auto 1rem;
	z-index: 1 !important;
}

.cl-bg h3 a {
	color: #fff;
	text-decoration: none;
}

.cl-bg dl {
	width: 65%;
	margin: 0 auto;
	padding: .5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
}

.cl-box .cl-bg dl dt {
	text-align: left;
	font-weight: 600;
}

.cl-box .cl-bg dl dd {
	/*  margin-left: 80px;*/
	margin: 0;
	padding-left: 2.5rem;
	text-align: left;
}

@media (max-width: 1023px) {
	.cl-box dl {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: calc(100% - 60px);
	}

	.cl-box dl:nth-of-type(2) {
		display: none;
	}
}

/* bg style */
.bs-bg {
	background: repeating-linear-gradient(-45deg, #ceefff 0, #ceefff 8px, #c8edff 8px, #c8edff 16px);
}

/* header style */
.common-header {
	margin-bottom: 2rem;
}

.common-header h2 {
	padding: 1rem 0 !important;
	border-bottom: solid 3px #87ceeb;
	position: relative;
}

.common-header h2::after {
	display: block;
	position: absolute;
	bottom: -3px;
	width: 30%;
	border-bottom: solid 3px #ffc778;
	content: '';
}

.flow-header {
	position: relative;
	text-align: center;
}

.flow-header span {
	position: relative;
	display: inline-block;
	margin: 0 2.5rem;
	padding: 0 1rem;
	text-align: left;
	font-size: 2.5rem;
}

.flow-header span::before,
.flow-header span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 25%;
	height: 1px;
	background-color: #ccc;
}

.flow-header span::before {
	right: 100%;
}

.flow-header span::after {
	left: 100%;
}

@media (max-width: 767px) {
	.flow-header span {
		font-size: 1.5rem;
	}
}

.page-id-1234 {
	counter-reset: number 0;
}

.step-header {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #005bac;
	background: #fff;
	font-size: 1.25rem;
	overflow: hidden;
}

.step-header::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 1rem;
	background: #005bac;
	color: #fff;
	font-weight: normal;
	counter-increment: number 1;
	content: "Step."counter(number, decimal);
}

.step-header span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 1rem;
}

.greetings p {}

/* classroom page */
.class-item {
	position: relative;
}

.class-item::before {
	position: absolute;
	top: -40px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #eaeaea
}

.class-item:nth-child(1) {
	margin-top: 0
}

.class-item:nth-child(1)::before {
	content: none
}

.class-item a {
	display: block;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.class-img {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .15);
	overflow: hidden
}

.class-img::after,
.class-img::before {
	position: absolute;
	top: 4%;
	right: 2.5%;
	bottom: 4%;
	left: 2.5%;
	z-index: 3;
	content: '';
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
}

.class-img::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

.class-img::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

.class-img figure::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(52, 143, 80, .6), rgba(86, 180, 211, .6), rgba(229, 93, 135, .6));
	background-size: 200%;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9);
	-webkit-animation: hoverGradient 7s infinite;
	animation: hoverGradient 7s infinite
}

.class-img figure img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
}

.class-img p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	font-size: 1.5zrem;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: .05em;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.class-img p span {
	display: inline-block;
	-webkit-transition: .9s cubic-bezier(0.67, .31, .03, .9);
	transition: .9s cubic-bezier(0.67, .31, .03, .9);
	opacity: 0
}

.class-img p span:nth-child(1) {
	-webkit-transform: perspective(2000px) translateY(-29px) translateX(-38px) translateZ(144px) rotateX(585deg) rotateY(574deg);
	transform: perspective(2000px) translateY(-29px) translateX(-38px) translateZ(144px) rotateX(585deg) rotateY(574deg)
}

.class-img p span:nth-child(2) {
	-webkit-transform: perspective(2000px) translateY(-39px) translateX(89px) translateZ(3px) rotateX(539deg) rotateY(1016deg);
	transform: perspective(2000px) translateY(-39px) translateX(89px) translateZ(3px) rotateX(539deg) rotateY(1016deg)
}

.class-img p span:nth-child(3) {
	-webkit-transform: perspective(2000px) translateY(61px) translateX(-49px) translateZ(-21px) rotateX(1078deg) rotateY(880deg);
	transform: perspective(2000px) translateY(61px) translateX(-49px) translateZ(-21px) rotateX(1078deg) rotateY(880deg)
}

.class-img p span:nth-child(4) {
	-webkit-transform: perspective(2000px) translateY(12px) translateX(-20px) translateZ(10px) rotateX(802deg) rotateY(914deg);
	transform: perspective(2000px) translateY(12px) translateX(-20px) translateZ(10px) rotateX(802deg) rotateY(914deg)
}

.class-img p span:nth-child(5) {
	-webkit-transform: perspective(2000px) translateY(-44px) translateX(149px) translateZ(150px) rotateX(527deg) rotateY(794deg);
	transform: perspective(2000px) translateY(-44px) translateX(149px) translateZ(150px) rotateX(527deg) rotateY(794deg)
}

.class-img p span:nth-child(6) {
	-webkit-transform: perspective(2000px) translateY(71px) translateX(92px) translateZ(-25px) rotateX(940deg) rotateY(726deg);
	transform: perspective(2000px) translateY(71px) translateX(92px) translateZ(-25px) rotateX(940deg) rotateY(726deg)
}

.class-img p span:nth-child(7) {
	-webkit-transform: perspective(2000px) translateY(-1px) translateX(140px) translateZ(77px) rotateX(840deg) rotateY(722deg);
	transform: perspective(2000px) translateY(-1px) translateX(140px) translateZ(77px) rotateX(840deg) rotateY(722deg)
}

.class-img p span:nth-child(8) {
	-webkit-transform: perspective(2000px) translateY(29px) translateX(25px) translateZ(69px) rotateX(578deg) rotateY(962deg);
	transform: perspective(2000px) translateY(29px) translateX(25px) translateZ(69px) rotateX(578deg) rotateY(962deg)
}

.class-img p span:nth-child(9) {
	-webkit-transform: perspective(2000px) translateY(24px) translateX(117px) translateZ(17px) rotateX(731deg) rotateY(490deg);
	transform: perspective(2000px) translateY(24px) translateX(117px) translateZ(17px) rotateX(731deg) rotateY(490deg)
}

.class-img p span:nth-child(10) {
	-webkit-transform: perspective(2000px) translateY(111px) translateX(112px) translateZ(130px) rotateX(935deg) rotateY(1031deg);
	transform: perspective(2000px) translateY(111px) translateX(112px) translateZ(130px) rotateX(935deg) rotateY(1031deg)
}

.class-img p span:nth-child(11) {
	-webkit-transform: perspective(2000px) translateY(-3px) translateX(-39px) translateZ(14px) rotateX(529deg) rotateY(829deg);
	transform: perspective(2000px) translateY(-3px) translateX(-39px) translateZ(14px) rotateX(529deg) rotateY(829deg)
}

.class-item a:focus .class-img::after,
.class-item a:focus .class-img::before,
.class-item a:hover .class-img::after,
.class-item a:hover .class-img::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.class-item a:focus .class-img figure::after,
.class-item a:hover .class-img figure::after {
	opacity: 1
}

.class-item a:focus .class-img figure img,
.class-item a:hover .class-img figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.class-item a:focus .class-img p span:nth-child(-n+11),
.class-item a:hover .class-img p span:nth-child(-n+11) {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: perspective(0) translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
	transform: perspective(0) translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
	opacity: 1
}

@-webkit-keyframes hoverGradient {

	0%,
	100% {
		background-position: 0
	}

	50% {
		background-position: 100%
	}
}

@keyframes hoverGradient {

	0%,
	100% {
		background-position: 0
	}

	50% {
		background-position: 100%	
	}
}

/* faq page */

.faq-header h4 {
	position: relative;
	display: inline-block;
	padding: .75rem 1.5rem !important;
	line-height: 1.4;
}

.faq-header h4:before,
.faq-header h4:after {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 30px;
	content: '';
}

.faq-header h4:before {
	top: 0;
	left: 0;
	border-left: solid 1px #ff9800;
	border-top: solid 1px #ff9800;
}

.faq-header h4:after {
	right: 0;
	bottom: 0;
	border-right: solid 1px #ff9800;
	border-bottom: solid 1px #ff9800;
}

.elementor-toggle .elementor-tab-title,
.elementor-toggle .elementor-tab-title.elementor-active {
	border: 1px solid #d4d4d4 !important;
}

.elementor-toggle .elementor-tab-content {
	border: 1px solid #d4d4d4 !important;
	border-top: none !important;
}

/* common */

.dropcaps p:first-child:first-letter {
	float: left;
	margin-right: 5px;
	font-size: 2.5rem;
	font-weight: bold;
	/*	line-height: 1;*/
}

/* header style */
.wl-header h2 {
	color: #fff;
	line-height: 2.8rem !important;
	letter-spacing: 3px;
}

.ul-or-header h2,
.ul-gr-header h2,
.ul-bl-header h2 {
	padding: .5rem;
	color: #393939;
	text-align: center;
	line-height: 2.5rem !important;
}

.ul-or-header h2 {
	border-bottom: 2px solid #FF9800;
}

.ul-gr-header h2 {
	border-bottom: 2px solid #26A69A;
}

.ul-bl-header h2 {
	border-bottom: 2px solid #00b7ee;
}

.or-marker h3,
.gr-marker h3,
.bl-marker h3 {
	display: inline-block;
	padding: .5rem;
	font-weight: bold;
	line-height: 2.5rem;
}

.or-marker h3 {
	color: #FF9800;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff799));
	background: linear-gradient(transparent 75%, #fff799 75%);
}

.gr-marker h3 {
	color: #26A69A;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff799));
	background: linear-gradient(transparent 75%, #fff799 75%);
}

.bl-marker h3 {
	padding: 0;
	color: #00b7ee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff799));
	background: linear-gradient(transparent 75%, #fff799 75%);
}

.ib-header h2 {
	display: inline-block;
	border-bottom: 1px solid #333;
}

.specification:nth-of-type(odd) {}

.specification:nth-of-type(even) {}

.number-circle {
	margin-top: 3rem;
}

.number-circle:after {
	position: absolute;
	top: -37.5px;
	left: 50%;
	display: block;
	width: 75px;
	height: 75px;
	background: #ff9800;
	border-radius: 50%;
	color: #fff;
	font-size: 60px;
	line-height: 1.1;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .8;
}

.number-circle.first:after {
	content: '1';
}

.number-circle.second:after {
	content: '2';
}

.number-circle.third:after {
	content: '3';
}

.pi-header {
	text-align: center;
}

.pi-header h2 {
	display: inline-block;
	position: relative;
	margin: 2rem 0 0 !important;
	padding: 0.25em 1em !important;
	line-height: 1.4 !important;
}

.pi-header h2:before,
.pi-header h2:after {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 30px;
	content: '';
}

.pi-header h2:before {
	top: 0;
	left: 0;
	border-left: solid 1px #26a69a;
	border-top: solid 1px #26a69a;
}

.pi-header h2:after {
	bottom: 0;
	right: 0;
	border-right: solid 1px #26a69a;
	border-bottom: solid 1px #26a69a;
}

.pi-header.blue h2:before {
	border-left: solid 1px #00b7ee;
	border-top: solid 1px #00b7ee;
}

.pi-header h2:after {
	border-right: solid 1px #00b7ee;
	border-bottom: solid 1px #00b7ee;
}

.gr-caption,
.bl-caption {
	margin: 0 !important;
}

.gr-caption p,
.bl-caption p {
	margin: .25rem 0;
	padding: 0;
	color: #26a69a;
	font-size: 1rem;
	text-align: center;
}

.bl-caption p {
	color: #00b7ee;
}

.lg-header h3 {
	padding: 1rem 0 !important;
	background: rgba(38, 166, 154, .2);
	color: #26a69a;
	font-weight: 600;
	text-align: center;
}

.bl-header h3 {
	padding: 1rem 0 !important;
	background: rgba(0, 183, 238, .2);
	color: #00b7ee;
	font-weight: 600;
	text-align: center;
}

.tr-section {
	margin: 0 auto 4rem;
	padding: 2.5rem 0;
	background: rgba(38, 166, 154, .2);
}

.tr-header {
	margin-bottom: 2rem !important;
}

.tr-header h2 {
	margin: 1.5rem 0;
	color: #26a69a;
	font-weight: 600;
}

.tr-subheader {
	margin-bottom: 2rem !important;
}

.tr-subheader h3 {
	color: #26a69a;
	font-weight: 600;
}

.tr-caption {
	margin-bottom: .5rem !important;
}

.tr-caption p {
	position: relative;
	display: inline-block;
	margin-bottom: .5rem;
	padding: 0;
	color: #26A69A;
	z-index: 1;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff799));
	background: linear-gradient(transparent 75%, #fff799 75%);
*/
}

.tr-caption p:after {
	position: absolute;
	top: 1.05rem;
	display: block;
	width: 125%;
	height: 1rem;
	background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(255, 235, 59, .5)), to(transparent));
	background: linear-gradient(to right, rgba(255, 235, 59, .5) 45%, transparent);
	border-radius: 19% 81% 70% 30% / 54% 47% 53% 46%;
	z-index: -1;
	content: "";
}

.circle-box {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 200px;
	background-color: #FFF59D;
	border: 5px solid #26A69A;
	border-radius: 50%;
}

.circle-box p {
	margin-bottom: 0;
	color: #26a69a;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.circle-box:before {
	font-family: Font Awesome 5 Free;
	font-weight: 900;
	content: '\f040';
	position: absolute;
	top: -2.8rem;
	right: -1rem;
	font-size: 4rem;
	color: #26a69a;
}

@media (min-width: 668px) and (max-width: 1199px) {
	.circle-box {
		width: 150px;
		height: 150px;
	}

	.circle-box:before {
		top: -3.5rem;
		right: -.5rem;
	}

	.circle-box p {
		font-size: 1.3rem;
	}
}

.env-header {
	margin: 3rem 0;
}

.env-items {
	background: rgba(38, 166, 154, .2);
}

@media (min-width: 1200px) {
	.env-items {
		margin-right: 2rem;
		margin-bottom: 2rem;
		background: rgba(38, 166, 154, .2);
	}

	.env-items:nth-of-type(even) {
		margin-right: 0;
	}
}

.env-items h3 {
	padding: 1rem 0 !important;
	background: #26a69a;
	color: #fff;
	text-align: center;
}

/* faq accordion adjust */
.faq-accordion .elementor-toggle .elementor-tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;.mobile-menu-toggle {
		position: relative;
		background: transparent !important;
		border: 0;
		padding: 15px 20px;
	}
	align-items: center;
}

.faq-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: none;
	margin-right: .5rem;
}

.faq-accordion span.elementor-toggle-icon,
.faq-accordion span.elementor-toggle-icon:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* course page */
.angle-header {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0.25rem 1rem;
	font-size: 1.2rem;
	line-height: 1.4;
}

.angle-header:before,
.angle-header:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.angle-header:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}

.angle-header:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}

/* point box */
.point-box {
	margin: 1rem 0;
	background-color: #fffbf4;
	border: 2px solid #ee7917;
}

.point-box-title {
	position: absolute;
	margin-top: 0;
	background-color: #ee7917;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 0 0 15px 0;
	padding: .5rem 1rem;
}

.point-box ul {
	margin: 1rem;
	padding: 4rem 1rem 1rem 2rem;
}

.point-box ul li {
	list-style-type: none !important;
	padding: 0.5rem 0;
	font-size: 1.5rem;
	line-height: 1.5;
}

.point-box ul li:before {
	position: absolute;
	left: 1rem;
	font-family: "Font Awesome 5 Free";
	color: #ee7917;
	font-size: 1.8rem;
	font-weight: 900;
	content: "\f075";
}

/*  */
.course-link-wrap {
	margin-bottom: 3.5rem;
	text-align: center;
}

.course-link {
	position: relative;
	min-width: 180px;
	max-width: 100%;
	display: inline-block;
	margin: 1rem auto;
	padding: 1rem 2rem;
	border-radius: 5px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

.course-link:focus {
	outline: none;
}

.course-link > span {
	vertical-align: middle;
}

.course-link::before,
.course-link::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.course-link::before {
	top: 0;
	padding-top: 1rem;
}

.course-link::after {
	bottom: 0;
	line-height: 0;
}

.course-link > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.course-link:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.course-link:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.course-link:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.course-link.jr {
	border: 1px solid #ff9800;
	background: #FFF;
	color: #FF9800;
}

.course-link.jr::before,
.course-link.jr::after {
	background: #FF9800;
	color: #fff;
}

.course-link.se {
	border: 1px solid #26a69a;
	background: #FFF;
	color: #26a69a;
}

.course-link.se::before,
.course-link.se::after {
	background: #26a69a;
	color: #fff;
}

.course-link.pg {
	border: 1px solid #00b7ee;
	background: #FFF;
	color: #00b7ee;
}

.course-link.pg::before,
.course-link.pg::after {
	background: #00b7ee;
	color: #fff;
}

@media (max-width: 576px) {
	.course-link {
		display: block;
	}
}

.leader-image {}

.leader-image img {
	border-radius: 10px 30px 80px 10px !important;
}

.cl-leader p {
	margin-bottom: .5rem !important;
}

.cl-grade {
	position: relative;
	padding-left: 2.3rem !important;
	font-size: 1.8rem;
}

.cl-grade::before {
	position: absolute;
	left: 0;
	top: 50%;
	color: #ffdfa1;
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	font-weight: 900;
	content: "\f111";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cl-grade-sub {
	padding-left: 2.3rem !important;
}

.cl-text p {
	margin-bottom: 1rem !important;
	padding: 0 1rem 0 2.3rem;
}

.area-accordion {
	padding-left: 2.3rem;
}

.school-type {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 2.3rem;
	padding: 0 .5rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffce9e));
	background: linear-gradient(transparent 75%, #ffce9e 75%);
	font-weight: bold;
}

.sh-list {
	margin: 0;
	padding: 1rem;
	padding-left: 2.3rem;
}

.sh-list li {
	list-style-type: disc;
	display: inline-block;
	margin-right: 1rem;
	padding: .5rem;
}

.sh-caption {
	text-align: right;
}

.cl-plan {
	margin-top: 1rem;
	text-align: center;
}

.cl-plan-header {
	position: relative;
	display: inline-block;
	margin-bottom: 3rem;
}

.cl-plan-header::before {
	position: absolute;
	display: inline-block;
	width: 3rem;
	height: .3rem;
	bottom: -1.25rem;
	left: 50%;
	background-color: #ff9800;
	border-radius: 2px;
	content: '';
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cl-plan-text {}

.plan-title {
	background-color: #ffcc80;
}

.freecall-caption {
	font-size: 1.5rem;
}

.freecall-no {
	font-size: 3.2rem;
	text-align: center;
}

@media (max-width: 767px) {

	.cl-grade-sub,
	.cl-text p,
	.sh-list,
	.area-accordion {
		padding-left: .5rem !important;
	}

	.school-type {
		margin-left: 0;
	}

	.freecall-caption {
		display: block;
	}
}

/* no article container */
.notice-container {
	position: relative;
	max-width: 50rem;
	margin: 3.5rem auto 3rem;
	background: #fff;
	width: 100%;
	padding: 3em;
	border-radius: 1px;
}

.notice-container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-transform 0.28s ease-in-out;
	transition: -webkit-transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
}

@-webkit-keyframes typing {
	from {
		width: 0;
	}
}

@-webkit-keyframes blink-caret {
	50% {
		border-color: transparent;
	}
}

.no-article {
	overflow: hidden;
	width: 30rem;
	width: 15.5ch;
	margin-bottom: 0;
	border-right: .1em solid black;
	font-size: 2rem;
	font-weight: 500;
	white-space: nowrap;
	-webkit-animation: typing 5s steps(15, end), blink-caret .5s step-end infinite alternate;
	animation: typing 5s steps(15, end), blink-caret .5s step-end infinite alternate;
}

@media (max-width: 767px) {
	.notice-container {
		padding: 3rem 1.5rem;
	}

	.no-article {
		font-size: 1.25rem;
	}
}

/* What's New cards */
.news_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
}

.news_item {
	position: relative;
	top: 0;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
	-webkit-transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
}

.news_item:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

@media (min-width: 568px) and (max-width: 1023px) {
	.news_list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.news_list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.news_item .img-link {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.thumb {
	position: relative;
	max-height: 200px;
	padding: 0;
	background-color: #fff;
	border-radius: 5px 5px 0 0 !important;
	text-align: center;
	overflow: hidden;
}

.thumb::after,
.thumb::before {
	position: absolute;
	top: 4%;
	right: 2.5%;
	bottom: 4%;
	left: 2.5%;
	z-index: 3;
	content: '';
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
}

.thumb::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1)
}

.thumb::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0)
}

.thumb figure::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(225deg, rgba( 198, 255, 221, .7), rgba( 251, 215, 134, .7), rgba( 247, 121, 125, .7));
	background: linear-gradient(225deg, rgba( 198, 255, 221, .7), rgba( 251, 215, 134, .7), rgba( 247, 121, 125, .7));
	background-size: 200%;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9);
	-webkit-animation: hoverGradient 7s infinite;
	animation: hoverGradient 7s infinite
}

/*
.thumb img {
	width: 100%;
	height: auto;
	padding: 0;
}
*/

.thumb figure img {
	width: 100%;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf !important;
	border-radius: 5px 5px 0 0 !important;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
}

.thumb p {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: .05em;
	-webkit-transition: .5s cubic-bezier(0.67, .31, .03, .9);
	transition: .5s cubic-bezier(0.67, .31, .03, .9)
}

.thumb p span {
	display: inline-block;
	-webkit-transition: .9s cubic-bezier(0.67, .31, .03, .9);
	transition: .9s cubic-bezier(0.67, .31, .03, .9);
	opacity: 0
}

.thumb p span:nth-child(1) {
	-webkit-transform: perspective(2000px) translateY(-29px) translateX(-38px) translateZ(144px) rotateX(585deg) rotateY(574deg);
	transform: perspective(2000px) translateY(-29px) translateX(-38px) translateZ(144px) rotateX(585deg) rotateY(574deg)
}

.thumb p span:nth-child(2) {
	-webkit-transform: perspective(2000px) translateY(-39px) translateX(89px) translateZ(3px) rotateX(539deg) rotateY(1016deg);
	transform: perspective(2000px) translateY(-39px) translateX(89px) translateZ(3px) rotateX(539deg) rotateY(1016deg)
}

.thumb p span:nth-child(3) {
	-webkit-transform: perspective(2000px) translateY(61px) translateX(-49px) translateZ(-21px) rotateX(1078deg) rotateY(880deg);
	transform: perspective(2000px) translateY(61px) translateX(-49px) translateZ(-21px) rotateX(1078deg) rotateY(880deg)
}

.thumb p span:nth-child(4) {
	-webkit-transform: perspective(2000px) translateY(12px) translateX(-20px) translateZ(10px) rotateX(802deg) rotateY(914deg);
	transform: perspective(2000px) translateY(12px) translateX(-20px) translateZ(10px) rotateX(802deg) rotateY(914deg)
}

.thumb p span:nth-child(5) {
	-webkit-transform: perspective(2000px) translateY(-44px) translateX(149px) translateZ(150px) rotateX(527deg) rotateY(794deg);
	transform: perspective(2000px) translateY(-44px) translateX(149px) translateZ(150px) rotateX(527deg) rotateY(794deg)
}

.news_item .img-link:focus .thumb::after,
.news_item .img-link:focus .thumb::before,
.news_item .img-link:hover .thumb::after,
.news_item .img-link:hover .thumb::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.news_item .img-link:focus .thumb figure::after,
.news_item .img-link:hover .thumb figure::after {
	opacity: 1
}

.news_item .img-link:focus .thumb figure img,
.news_item .img-link:hover .thumb figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news_item .img-link:focus .thumb p span:nth-child(-n+5),
.news_item .img-link:hover .thumb p span:nth-child(-n+5) {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: perspective(0) translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
	transform: perspective(0) translateY(0) translateX(0) translateZ(0) rotateX(0) rotateY(0);
	opacity: 1
}

.news_info {
	padding: .9rem;
}

.news_info .news_date {
	display: block;
	margin-bottom: .5rem;
	color: #333;
	font-size: 1rem;
}

.news_info .cat {
	margin-right: .5rem;
}

.news_info .cat:last-of-type {
	margin-right: 0;
}

.news_info .cat a {
	padding: .25rem .5rem;
	border-radius: 5px;
	background-color: #ff9800;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	text-decoration: none;
	-webkit-transition: .4s all cubic-bezier(0.67, .31, .03, .9);
	transition: .4s all cubic-bezier(0.67, .31, .03, .9);
}

.news_info a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news_info .cat.utsunomiya-info a {
	background-color: #000000;
}

.news_info .cat.gifu-info a {
	background-color: #ee1b24;
}

.news_info .cat.yokkaichi-info a {
	background-color: #227cc1;
}

.news_info .cat.tsu-info a {
	background-color: #79ab3a;
}

.news_info .cat.hakata-info a {
	background-color: #322863;
}

.news_info .cat.passing a {
	background-color: #F4A7B9;
}

.news_content {
	padding: .9rem;
	padding-top: 0;
}

.news_title {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	text-align: left;
	color: #333;
}

.news_text {
	color: #777;
	font-size: 1rem;
	line-height: 1.5;
}

.news_link {
	margin-bottom: .8rem;
	text-align: center;
}

.news_link a {
	display: inline-block;
	color: #ff9800;
	text-decoration: none;
}

.news_link a:after {
	background: 0 0;
}

.news_link a:after,
.news_link a:hover:after {
	content: "";
	display: block;
	height: 3px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes sizeScaleX {
	0% {
		width: 0;
	}

	100% {
		width: 100%
	}
}

@keyframes sizeScaleX {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.news_link a:hover:after {
	background-size: auto auto;
	background-color: rgba(255, 215, 0, .75);
	background-image: repeating-linear-gradient(-45deg, rgba(255, 152, 0, .75), rgba(255, 152, 0, .75) 4px, rgba(255, 255, 255, .4) 4px, rgba(255, 255, 255, .4) 8px);
	-webkit-animation: sizeScaleX cubic-bezier(0.67, .31, .03, .9) .5s, fadeIn cubic-bezier(0.67, .31, .03, .9) .3s;
	animation: sizeScaleX cubic-bezier(0.67, .31, .03, .9) .5s, fadeIn cubic-bezier(0.67, .31, .03, .9) .3s;
}

.new_mark {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5rem 1rem;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ff0000;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

.more-article-wrap {
	padding: 1rem;
	text-align: center;
}

.more-article {
	display: inline-block;
	position: relative;
	margin: 0 0 2rem;
	padding: .8rem 2rem;
	border: none;
	background: #1AAB8A;
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: .4s all cubic-bezier(0.67, .31, .03, .9);
	transition: .4s all cubic-bezier(0.67, .31, .03, .9);
	outline: none;
	cursor: pointer;
}

.more-article:hover {
	background: #fff;
	color: #1AAB8A;
}

.more-article:before,
.more-article:after {
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #1AAB8A;
	content: '';
	-webkit-transition: .4s all cubic-bezier(0.67, .31, .03, .9);
	transition: .4s all cubic-bezier(0.67, .31, .03, .9);
}

.more-article:after {
	top: inherit;
	right: inherit;
	left: 0;
	bottom: 0;
}

.more-article:hover:before,
.more-article:hover:after {
	width: 100%;
	-webkit-transition: .8s all cubic-bezier(0.67, .31, .03, .9);
	transition: .8s all cubic-bezier(0.67, .31, .03, .9);
}

/* paginate links */
.pagination {
	margin: 3rem 0;
}

.pagination ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0 !important;
}

.pagination ll {
	margin-right: .5rem;
}

.pagination li .page-numbers {
	text-align: center;
	margin: 0.3rem;
	padding: .5rem 1.2rem;
	width: 50px;
	height: 50px;
	font-size: 1.5rem;
	line-height: 1.9;
}

.pagination li .page-numbers.dots {
	border: none;
}

.pagination .page-numbers.current {
	background: #FF9800;
	border: 1px solid #FF9800;
	color: #fff;
	font-weight: 700;
}

.pagination .page-numbers i {
	font-size: 1em;
	line-height: 0.8em;
}

.pagination a {
	border: 1px solid #FF9800;
	color: #FF9800;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.pagination a:hover {
	background: #FF9800;
	color: #fff;
	font-weight: 700;
	-webkit-animation: animScale 0.4s ease-out;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animScale 0.4s ease-out;
	-moz-transform-origin: 50% 50%;
	animation: animScale 0.4s ease-out;
	transform-origin: 50% 50%;
}

@keyframes animScale {
	0% {
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}

	40% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	60% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	80% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes animScale {
	0% {
		-webkit-transform: scale(0.8, 0.8);
	}

	40% {
		-webkit-transform: scale(1.2, 1.2);
	}

	60% {
		-webkit-transform: scale(1, 1);
	}

	80% {
		-webkit-transform: scale(1.1, 1.1);
	}

	100% {
		-webkit-transform: scale(1, 1);
	}
}

@media (max-width: 767px) {
	.pagination li .page-numbers {
		display: none;
		padding: 0;
	}

	li .page-numbers.current {
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 0;
	}

	.pagination .page-numbers li a {
		width: 100%;
		height: 100%;
	}

	.pagination li .page-numbers.prev,
	.pagination li .page-numbers.next {
		display: inline-block;
		width: 120px;
		height: 50px;
		border-radius: 0;
		text-align: center;
	}

	.pagination li .page-numbers.prev::after {
		content: ' 前へ'
	}

	.pagination li .page-numbers.next::before {
		content: ' 次へ'
	}
}

/* backto home, back to school top */
.back-btn-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 50rem;
	margin: 1.5rem auto 3rem;
}

.tohome,
.toschool {
	outline: none;
	position: relative;
	margin: 1rem .8rem;
	padding: 1rem 1.5rem;
	border: none;
	background-color: transparent;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all .6s cubic-bezier(.25, .8, .25, 1);
	transition: all .6s cubic-bezier(.25, .8, .25, 1);
}

.tohome:hover,
.tohome:focus,
.toschool:hover,
.toschool:focus {
	color: #566473;
	font-size: 110%;
}

.tohome {
	color: #566473;
}

.tohome::before,
.tohome::after {
	content: "";
	display: block;
	position: absolute;
	width: 20%;
	height: 40%;
	border: 2px solid;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-radius: 2px;
}

.tohome::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #566473;
	border-right-color: #566473;
}

.tohome::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #566473;
	border-left-color: #566473;
}

.tohome:hover:after,
.tohome:hover:before {
	width: 100%;
	height: 100%;
}

.toschool {
	color: #435a6b;
}

.toschool::after,
.toschool::before {
	content: "";
	display: block;
	position: absolute;
	width: 20%;
	height: 40%;
	border: 2px solid;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-radius: 2px;
}

.toschool::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #435a6b;
	border-right-color: #435a6b;
}

.toschool::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #435a6b;
	border-left-color: #435a6b;
}

.toschool:hover:after,
.toschool:hover:before {
	border-bottom-color: #435a6b;
	border-right-color: #435a6b;
	border-top-color: #435a6b;
	border-left-color: #435a6b;
	width: 100%;
	height: 100%;
}

/* policy text */
.policy-section {
	position: relative;
	max-width: 95%;
	margin: 1.5em auto 1em;
	padding: 1rem;
	border-radius: 1px;
	background-color: #fff;
}

.policy-section:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .05), 0 3px 14px 2px rgba(0, 0, 0, .05), 0 5px 5px -3px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .05), 0 3px 14px 2px rgba(0, 0, 0, .05), 0 5px 5px -3px rgba(0, 0, 0, .1);
	z-index: -1;
}

@media (min-width: 1200px) {
	.policy-section {
		max-width: 70%;
	}
}

.policy-section h2 {
	position: relative;
	padding-left: 2.5rem !important;
	border-radius: 1px;
	background-color: #fff;
	line-height: 1.4 !important;
}

.policy-section h2:before {
	position: absolute;
	left: 0;
	top: -0.2rem;
	color: #ffdfa1;
	font-family: "Font Awesome 5 Free";
	font-size: 2.5rem;
	font-weight: 900;
	content: "\f111";
}

.policy-text h3 {
	position: relative;
	margin: 2.5rem 1.5rem 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	color: #ff6a6a;
	background: #fffff4;
	line-height: 1.4;
}

.policy-text h3:first-of-type {
	margin-top: 1rem;
}

.policy-text p {
	margin-bottom: .65rem;
	padding: 0 2.5rem;
}

/* flow top */

.flow-top {
	margin: 1rem 0 1.5rem;
}

.flow-top-inner {
	padding: 1rem;
}

.flow-top-inner a {
	display: block;
}

.flow-top-inner img {
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
	transition: all .4s cubic-bezier(.25, .8, .25, 1);
	overflow: hidden;
}

.flow-top-inner img:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.flow-top-inner img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.flow-top-inner imgr::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* flow */

.stripe-header {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
}

.stripe-header:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
}

.check-list {
	position: relative;
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem 0.5rem 2.3rem;
	border: solid 2px #ff9800;
}

.check-list li {
	list-style-type: none !important;
	padding: 0.5rem 0;
	line-height: 1.5;
}

.check-list li:before {
	position: absolute;
	left: 1rem;
	margin-right: .5rem;
	color: #ff9800;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
}

.dlst-header {
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	color: #6cb4e4;
	text-align: center;
}

.bubble-list {
	position: relative;
	margin-bottom: 0;
	padding: 0.5rem 1rem 0.5rem 2.3rem;
	border: solid 2px #4FC3F7;
}

.bubble-list li {
	list-style-type: none !important;
	padding: 0.5rem 0;
	line-height: 1.5;
}

.bubble-list li:before {
	position: absolute;
	left: 1rem;
	margin-right: .85rem;
	color: #4FC3F7;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f075";
}

/* online room link */
.clip-box {
	position: relative;
	margin: 1rem auto;
	padding: 2rem 0;
	border: 1px solid #ff9800;
	-webkit-box-shadow: 4px 4px 1px #FF9800;
	box-shadow: 4px 4px 1px #FF9800;
	background-color: #FFF;
	color: #666666;
	font-size: 2rem;
	text-align: center;
}

.clip-box::before {
	position: absolute;
	content: '';
	top: -15px;
	left: 10px;
	height: 55px;
	width: 25px;
	border: 3px solid #C0C0C0;
	background-color: none;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: 1;
}

.clip-box::after {
	position: absolute;
	content: '';
	top: 0px;
	width: 15px;
	left: 5px;
	border: solid 5px #FFF;
	z-index: 2;
}

.clip-box i {
	margin-right: .5rem;
	color: #ff9800;
}

.clip-box span {
	margin-left: .5rem;
	padding: 2.5rem;
	font-size: 3rem;
	background: #FF9800;
	color: #FFF;
}

@media (max-width: 767px) {
	.clip-box {
		font-size: 1.25rem;
	}

	.clip-box span {
		background-color: transparent;
		color: #ff9800;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.clip-box {
		font-size: 1.5rem;
	}

	.clip-box span {
		background-color: transparent;
		color: #ff9800;
	}
}

/* route section */
.route-section {
	position: relative;
	margin: 2rem auto 1rem;
	padding: 1.2rem;
	color: #555555;
	background-color: #fff;
	border: 2px solid #8FBC8F;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	box-shadow: 2px 2px 1px #ccc;
}

.route-header {
	position: absolute;
	margin-bottom: 0;
	padding: 0 .5rem;
	left: 20px;
	top: -1.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	background-color: #fff;
	color: #8FBC8F;
}

.route-list {
	position: relative;
	margin: 0;
	padding: 0.5rem 1rem 0.5rem 2.3rem;
}

.route-list li {
	list-style-type: none !important;
	padding: .5rem 0;
	padding-right: 0;
	font-size: 1.25rem;
	line-height: 1.5;
}

.route-list li::before {
	position: absolute;
	left: 1rem;
	margin-right: .5rem;
	font-family: "Font Awesome 5 Free";
	color: #21b384;
	font-weight: 900;
	content: "\f0a4";
}

@media (max-width: 667px) {
	.route-section {
		width: 95%;
		padding: .5rem;
	}

	.route-header {
		top: -1.3rem;
		font-size: 1.3rem;
	}
}

/* CTA Section */

.cta {
	margin: 1rem 0 3rem;
	border: 2px solid #005bac;
}

.cta-header {
	background: #005bac;
	padding: .5rem 1rem;
}

.cta-header h1 {
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}

.cta-text {
	padding: 2rem 1rem 0;
}

.cta-text p {
	margin-bottom: 0;
}

.cta-flex-inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 1rem;
}

.cta-item {
	width: 33%;
	padding: 1.5rem;
	text-align: center;
}

.cta-item h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
	padding: 0.5rem 1.5rem;
	border-top: solid 2px #005bac;
	border-bottom: solid 2px #005bac;
	color: #005bac;
	font-size: 1rem;
	font-weight: bold;
}

.cta-item h3::before,
.cta-item h3::after {
	position: absolute;
	top: -7px;
	width: 2px;
	height: calc(100% + 14px);
	background-color: #005bac;
	content: '';
}

.cta-item h3::before {
	left: 7px;
}

.cta-item h3::after {
	right: 7px;
}

.cta-item p {
	padding: .5rem 1rem;
	font-size: .85rem;
	text-align: left;
}

.cta-item a {
	margin: 1rem 0;
	padding: .75rem 1rem;
	background: #005bac;
	border: 1px solid #005bac;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
}

.cta-item a:hover {
	background: #fff;
	border-color: #005bac;
	color: #005bac !important;
}

@media (max-width: 1023px) {
	.cta-flex-inner {
		display: block;
	}

	.cta-item {
		width: 100%;
	}
}

/* psot style */
.single-post .entry-title,
.blog-loop .entry-title {
	font-size: 1.8rem !important;
}

@media (max-width: 576px) {
	.single-post .entry-title {
		font-size: 1.5rem !important;
	}
}

/* psot footer */
.post-footer {
	margin: 4rem 0 0;
}

.location-wrap {
	margin: 2.5rem 0;
}

.location-lead {
	margin-top: 1.5rem;
	margin-bottom: 0;
	font-size: 1.25rem;
}

.location-header {
	position: relative;
	margin: 0 0 2rem;
	padding: 0 !important;
	border-bottom: solid 3px #87ceeb;
}

.location-header::after {
	display: block;
	position: absolute;
	bottom: -3px;
	width: 30%;
	border-bottom: solid 3px #ffc778;
	content: '';
}

.location-text {
	margin-bottom: 2rem !important;
}

.location-button {
	margin-bottom: 2.5rem;
	text-align: center;
}

.location-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.15rem;
	line-height: 1.9;
}

.location-list dt {
	position: relative;
	padding: 0.25rem 1.5rem;
}

.location-list dt:before,
.location-list dt:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.location-list dt:before {
	border-left: solid 1px #ff5722;
	border-top: solid 1px #ff5722;
	top: 0;
	left: 0;
}

.location-list dt:after {
	border-right: solid 1px #ff5722;
	border-bottom: solid 1px #ff5722;
	bottom: 0;
	right: 0;
}

.location-list dd {
	margin: 0;
	margin-left: 1.5rem;
	padding: .25rem 0;
}


.gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media (max-width: 576px) {
	.post-footer .dlst-header {
		font-size: 6.5vw;
	}

	.location-wrap {
		margin: 1.5rem 0;
	}

	.location-header {
		font-size: 5.5vw;
	}

	.location-lead {
		font-size: 1.1rem;
	}

	.location-list {
		display: inline-block;
	}

	.location-list dt {
		display: inline-block;
		margin-bottom: 1rem;
	}
}

/* share link section */

.sns-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.5rem 0 1.5rem;
	padding: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.sns-list li {
	width: 50%;
}

/* animation button */

.animation-btn {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 1rem auto;
	padding: 1rem 1.5rem;
	border: 1px solid currentColor;
	text-align: center;
	text-decoration: none;
}

.animation-btn i {
	margin-right: .5rem;
	font-size: 1rem;
}

.animation-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.animation-btn.twitter {
	border-color: #00acee;
	color: #00acee;
}

.animation-btn.twitter span {
	background-color: #00acee;

}

.animation-btn.facebook {
	border-color: #315096;
	color: #315096;
}

.animation-btn.facebook span {
	background-color: #315096;
}

.animation-btn.contact {
	width: 250px;
	border-color: #ff9800;
	background-color: #ff9800;
	color: #fff;
}

.animation-btn.contact span {
	background-color: #fff;
	z-index: 1;
}

/* animation-btn hover state */
.animation-btn:hover {
	color: #fff;
}

.animation-btn:hover i {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.animation-btn:hover span {
	width: 225%;
	height: 562.5px;
}

.animation-btn.contact:hover {
	color: #ff9800;
}


/* post navigation */



/* blog sidebar style */
aside.widget-area {
	padding: 1.25rem;
	border-bottom: 1px solid #cfcfcf;
}

.widget_recent_entries h4.widget-title,
.widget_archive h4.widget-title,
.widget_categories h4.widget-title {
	position: relative;
	display: inline-block;
	padding: 0.75rem 1.25rem;
	line-height: 1.7;
}

.widget_recent_entries h4.widget-title:before,
.widget_recent_entries h4.widget-title:after,
.widget_archive h4.widget-title:before,
.widget_archive h4.widget-title:after,
.widget_categories h4.widget-title:before,
.widget_categories h4.widget-title:after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 30px;
	content: '';
}

.widget_recent_entries h4.widget-title:before,
.widget_archive h4.widget-title:before,
.widget_categories h4.widget-title:before {
	top: 0;
	left: 0;
	border-left: solid 1px #ff5722;
	border-top: solid 1px #ff5722;
}

.widget_recent_entries h4.widget-title:after,
.widget_archive h4.widget-title:after,
.widget_categories h4.widget-title:after {
	right: 0;
	bottom: 0;
	border-right: solid 1px #ff5722;
	border-bottom: solid 1px #ff5722;
}

.widget_recent_entries ul li {
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #cfcfcf;
}

.widget_recent_entries ul li .post-date {
	display: block;
	text-align: right;
}

/* Login form */
.page-id-2802 .elementor-element-5372c8b .elementor-column-wrap.elementor-element-populated {
	padding: 0 !important;
}

.form-bg {
	position: relative;
	background: #50a3a2;
	background: -webkit-gradient(linear, left top, right bottom, from(#50a3a2), to(#53e3a6));
	background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.form-bg.form-success .container h1 {
	-webkit-transform: translateY(85px);
	transform: translateY(85px);
}

.form-box {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	-webkit-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
	z-index: 3;
}

.form-box h1 {
	margin: 1rem auto;
	color: #fff;
	font-size: 2rem;
	font-weight: 200;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-put;
	transition-timing-function: ease-in-put;
}

.login-error {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 1rem;
	background-color: rgba( 255, 255, 255, .2);
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

.login-error i {
	margin-right: .5rem;
}

.login-form {
	padding: 20px 0;
	position: relative;
	z-index: 5;
}

.login-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.2);
	width: 275px;
	border-radius: 3px;
	padding: 10px 15px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}

.login-form input:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.login-form input:focus {
	background-color: #fff;
	width: 325px;
	color: #53e3a6;
}

.login-form button.login-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width: 275px;
	margin-top: 1rem;
	padding: 10px 15px;
	border: 0;
	border-radius: 3px;
	background-color: #fff;
	color: #53e3a6;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	cursor: pointer;
}

.login-form button.login-btn:hover {
	background-color: #f5f7f9;
}

.login-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: 'YakuHanJP', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-weight: 300;
}

.login-form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: 'YakuHanJP', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}

.login-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: 'YakuHanJP', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}

.login-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: 'YakuHanJP', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-weight: 300;
}

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
	left: 10%;
}

.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
	left: 70%;
}

.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-900px) rotate(600deg);
		transform: translateY(-900px) rotate(600deg);
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-900px) rotate(600deg);
		transform: translateY(-900px) rotate(600deg);
	}
}

/* Member Logout */
.member-logout {
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 165px;
	margin: 0;
	padding: 0;
	border: 2px solid #ff9800;
	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
	overflow: hidden;
	z-index: 98;
}

.member-logout .logout-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: .75rem .5rem;
	background-color: #ff9800;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.2em;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	-webkit-transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
}

.member-logout .logout-link:hover {
	background-color: #fff;
	color: #ff9800;
}

.member-logout .logout-link i {
	margin-bottom: 5px;
	text-align: center;
}

.member-logout .logout-link:hover i {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* footer style */

.footer-widgets {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #22313F;
	border-top: none;
}

.footer-widgets .widget_text:first-of-type {
	margin-bottom: 0;
}

.footer-logo {
	margin-bottom: 1rem;
}

.footer-logo img {
	display: block;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}

/* footer-navigation to accordion */
.fnavi {
	-webkit-perspective: 900;
	perspective: 900;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fnavi-inner {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	/*	padding-top: 18px;*/
	/*	border-top: 1px dotted #dce7eb;*/
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.fnavi-inner .ac-check {
	display: none;
}

.fnavi-inner .ac-trigger {
	position: relative;
	display: none;
	max-width: 100%;
	margin: 0;
	padding: 1rem;
	padding-left: 0;
	color: #fefffa;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 2px;
}

.footer-navi {
	list-style-type: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}

.footer-navi li {
	padding: .8rem .5rem !important;
}

.footer-navi li a {
	position: relative;
	color: #fefffa;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.footer-logo img {
		width: 50%;
	}

	.fnavi-inner .ac-trigger {
		display: block;
		padding-left: 2.5rem;
		background-color: #22313F;
		color: #fefffa;
		text-align: center;
		cursor: pointer;
	}

	.fnavi-inner .ac-trigger:before,
	.fnavi-inner .ac-trigger:after {
		content: "";
		position: absolute;
		top: 50%;
		left: calc(50% - 6.5rem);
		width: 1rem;
		height: 3px;
		background-color: #fefffa;
	}

	.fnavi-inner .ac-trigger:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.fnavi-inner .ac-check:checked ~ .ac-trigger:before {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.footer-navi {
		list-style-type: none;
		position: relative;
		overflow: hidden;
		display: block;
		max-height: 0;
		margin-top: 0;
		color: #fefffa;
		font-size: 15px;
		line-height: 26px;
		letter-spacing: 1px;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		/*
		-webkit-animation: flipdown 0.8s ease-in-out both;
		animation: flipdown 0.8s ease-in-out both;
*/
	}

	.fnavi-inner input[type=checkbox]:checked ~ .footer-navi {
		margin-top: 0;
		max-height: 800px;
		opacity: 1;
	}

	.footer-navi li {
		padding: .8rem 1rem;
	}

	.footer-navi li a {
		color: #fefffa;
		font-size: 15px;
	}
}

.site-footer {
	background-color: #22313f;
}

.site-footer .footer-copy {
	margin: .5rem 0;
	color: #fefffa;
	text-align: center;
}

.site-footer .footer-copy a {
	color: #fefffa;
}

/* form style reset */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	outline: none;
}

/* back-top */

.backtop {
	width: 60px;
	height: 60px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	border: 1px solid #FF9800;
	background: #FF9800;
	cursor: pointer;
	z-index: 9999;
	opacity: 0;
	right: -60px;
	-webkit-transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.5s cubic-bezier(0.67, .31, .03, .9);
}

.backtop i {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -9px;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
	transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
}

.show-backtop .backtop {
	opacity: .9;
	right: 10px;
}

.backtop:hover,
.backtop:focus {
	background: #fff;
}

.backtop:hover i {
	top: 12px;
	color: #FF9800;
}

.w85 {
	width: 85% !important;
	margin-left: auto;
	margin-right: auto;
}

.w90 {
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}

.w95 {
	width: 95% !important;
	margin-left: auto;
	margin-right: auto;
}

.mt0 {
	margin-top: 0 !important;
}

.mt1r {
	margin-top: 1rem !important;
}

.mt2r {
	margin-top: 2rem !important;
}

.mr0 {
	margin-right: 0 !improtant;
}

.mr1r {
	margin-right: 1rem !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1r {
	margin-bottom: 1rem !important;
}

.mb2r {
	margin-bottom: 2rem !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml1r {
	margin-left: 1rem !important;
}

span.block {
	display: block;
}

	.sp-break-circle::before {
		content: '・'
	}

@media screen and (max-width: 576px) {
	.sp-break {
		display: block;
	}
	.sp-break-circle {
		display: block;
	}
	.sp-break-circle::before {
		display: none;
	}
}

@media screen and ( min-width: 577px ) and ( max-width: 1023px ) {
	.tb-break {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.pc-break {
		display: block;
	}
}

.lh2r {
	line-height: 2rem;
}

/* tel link */
.sp-tel.white {
	color: #fff;
}

@media (min-width: 751px) {
	.sp-tel {
		pointer-events: none;
		cursor: default;
		color: #595959;
		text-decoration: none;
	}

}
