@charset "utf-8";
/* CSS Document */
@media (max-width: 959px){
	.pc {
		display:none!important;
	}
	.post_content .wp-block-columns {
		margin: 1.5em auto;
	}
	.u-mb-60 {
    margin-bottom: 3em!important;
	}
	.l-content {
		margin: 2em auto 2em !important;
	}
	#contact_nav {
		position: fixed;
		width: 100%;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}
	#contact_nav li {
		position: absolute;
		bottom: 0;
		width: 50%;
	}
	#contact_nav li:last-child {
		right: 0;
	}
	#contact_nav li a {
		background: url(../images/common/icon_mem.png) no-repeat left 15px center #e5ff00;
		background-size: 20px;
		width: 100%;
		height: 50px;
		padding: 14px 0 0 1em;
		text-align: center;
		display: block;
		color: var(--color_text);
	}
	#contact_nav li a#nav_trial {
		background: url(../images/common/icon_req.png) no-repeat left 15px center #ffde00;
		background-size: 20px;
		right: 160px;
	}
	.c-gnav .ttl br {
		display: none;
	}
	.bnr_menu {
		overflow: hidden;
		padding: 0 !important;
	}
	.bnr_menu li {
		float: left;
		width: 50%;
		margin: 0;
		overflow: hidden;
	}
	.bnr_menu li a {
		overflow: hidden;
		font-size: 0.75rem;
    font-style: italic;
		display: block;
		padding: 4px 0 0 3px;
		min-height: 100px;
		color: #fff;
		background: url(../images/common/bnr_course.jpg) no-repeat;
		background-size: cover;
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
	.bnr_menu li:nth-child(2) a {
		background: url(../images/common/bnr_flow.jpg) no-repeat;
		background-size: cover;
		background-position: right top;
		text-align: right;
		padding: 4px 3px 0 0;
	}
	.bnr_menu li:nth-child(3) a {
		background: url(../images/common/bnr_intro.jpg) no-repeat;
		background-size: cover;
		background-position: left bottom;
		padding: 40% 0 0 3px;
	}
	.bnr_menu li:nth-child(4) a {
		background: url(../images/common/bnr_shedule.jpg) no-repeat;
		background-size: cover;
		background-position: right bottom;
		text-align: right;
		padding: 40% 3px 0 0;
	}

	.bs_bnr {
		overflow: hidden;
	}
	.bs_bnr > div > div {
		width: 48%;
		float: left;
		position: relative;
		overflow: hidden;
	}
	.bs_bnr > div > div:nth-child(even) {
		float: right;
	}
	.bs_bnr > div > div h3 {
		padding: 0;
	}
	.bs_bnr > div > div h3 a {
		color: #fff;
    display: block;
    height: 120px;
    background: rgba(7, 128, 169, 0.6);
    position: relative;
    z-index: 1;
		padding-top: 40px;
		font-weight: normal;
		font-size: 0.75rem;
	}
	.bs_bnr > div > div h3 a em {
		display: block;
		font-style: normal;
		font-size: 0.9rem;
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	.bs_bnr > div > div h3::after {
		content: "";
		background: url(/wp-content/uploads/bnr_staff.jpg) no-repeat;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.bs_bnr > div > div:nth-child(2) h3::after {
		background: url(/wp-content/uploads/bnr_company.jpg) no-repeat;
		background-size: cover;
	}
	.bs_bnr > div > div:nth-child(3) h3::after {
		background: url(/wp-content/uploads/bnr_intro-1.jpg) no-repeat;
		background-size: cover;
	}
	.bs_bnr > div > div:nth-child(4) h3::after {
		background: url(/wp-content/uploads/bnr_concept-1.jpg) no-repeat;
		background-size: cover;
	}
	.bnr_sns > div:nth-child(1) {
		flex-basis: 45% !important;
	}

	.slide_outer .wp-block-group__inner-container {
		max-width: none !important;
	}
	.slick-slider .slick-slide {
		margin: 0 1em;
	}
	.slick-slider { position: static !important; }
	.slick-prev, .slick-next {
		z-index: 9999 !important;
		/*top: 0 !important;
		bottom: 0 !important;
		margin: auto !important;*/
		top: 180px !important;
		margin: 0 !important;
		width: 40px !important;
		height: 40px !important;
		font-size: 0 !important;
		background: no-repeat center !important;
		background-size: 16px auto !important;
		background-color: #fff !important;
		-webkit-transition: all ease-out 0.4s;
			 -moz-transition: all ease-out 0.4s;
				-ms-transition: all ease-out 0.4s;
						transition: all ease-out 0.4s;
	}
	.slick-prev {
		left: 0 !important;
	}
	.slick-next {
		right: 0 !important;
	}
	.slick-prev:before, .slick-next:before {
		color: #149dca !important;
	}
	/* hover */
	.slick-slider:hover .slick-prev,
	.slick-slider:hover .slick-next {
		opacity: 1 !important;
	}
	.slick-slider .slick-prev:hover,
	.slick-slider .slick-next:hover {
		background-color: #149dca !important;
	}
	.slick-prev:hover::before, .slick-next:hover::before {
		color: #fff !important;
	}
	.slick-slide img {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.f_bnr {
		padding-left: 4vw;
		padding-right: 4vw;
		background: #fff;
	}
	.f_bnr ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.f_bnr ul li {
		width: 48%;
	}
	/* .f_bnr .flex_cl li:last-child {
		padding: 3%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #cf1556;
    background: -moz-linear-gradient(-45deg, #cf1556 0%, #436c97 50%, #43aa4a 100%);
    background: -webkit-linear-gradient(-45deg, #cf1556 0%, #436c97 50%,#43aa4a 100%);
    background: linear-gradient(135deg, #cf1556 0%,#436c97 50%,#43aa4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1556', endColorstr='#43aa4a',GradientType=1 );
	}
	.f_bnr .flex_cl li:last-child::after {
		content: "";
    display: block;
    margin: 2px;
    background: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
		left: 0;
	}
	.f_bnr .flex_cl li:last-child a {
		width: 28%;
		position: relative;
		z-index: 1;
	} */
	.f_sns {
		max-width: 250px;
		margin: 30px auto;
	}
	.f_sns div {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
	.f_sns div figure {
		width: 30px;
	}

	footer {
		/*padding: 10px 0 0;*/
		background: #8ed484;
		background: -moz-linear-gradient(-45deg, #8ed484 0%, #48d1d8 100%);
		background: -webkit-linear-gradient(-45deg, #8ed484 0%,#48d1d8 100%);
		background: linear-gradient(135deg, #c3eaf1 0%,#f6fefe 50%,#c3eaf1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed484', endColorstr='#48d1d8',GradientType=1 );
	}
	footer .l-footer__foot {
		padding-bottom: 0;
	}
	footer .innner {
		margin: auto;
	}
	footer h2 {
		font-weight: normal;
		color: #32aad4;
		line-height: 1.3;
	}
	footer #logo {
    width: 207px;
		margin: 18px 0 10px;
	}
	footer .l-footer__nav {
		display: block;
	}
	footer .l-footer__nav li a {
		border: 0;
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer .l-footer__nav li a:hover {
		text-decoration: none;
		color: #32aad4;
	}
	footer .l-footer__nav li a br {
		display: none;
	}
	footer .l-footer__nav li:first-child a {
		border: none;
	}
	footer .l-footer__nav li a::before,
	footer .l-footer__nav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	footer .l-footer__nav li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffd608;
	}
	footer .l-footer__nav li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #32aad4;
    border-right: 1px solid #32aad4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	footer h3 {
		font-size: 1.1rem;
		color: #32aad4;
		border-bottom: solid 2px #ffd608;
	}
	footer dl dt {
		font-weight: bold;
		font-size: 1.05rem;
		margin: 0.5em 0 0;
	}
	footer dl dt a.fbtn {
		background: #32aad4;
		color: #fff;
		border-radius: 30px;
		padding: 0 10px 2px;
		font-size: 0.9rem;
		margin-left: 1em;
	}
	footer dl dt a.fbtn:hover {
		background: #54d3ff;
	}
	.p-fixBtnWrap {
    bottom: 60px !important;
	}
	.l-footer .copyright {
		background: #32aad4;
    color: #fff;
    padding: 10px 0 60px;
    margin-top: 3em;
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw;
	}

	.u-mb-20 {
		margin-bottom: 2.2em;
	}

	.l-header__inner .schoolBtn {
		display: block;
		width: 48px;
		height: 48px;
		position: relative;
	}
	.l-header__inner .schoolBtn i {
		background: url(../images/common/icon_school.svg) no-repeat center top 4px;
    background-size: 26px;
    display: block;
    width: 48px;
    height: 48px;
	}
	.l-header__inner .schoolBtn .c-iconBtn__label {
		position: absolute;
		bottom: 4px;
		text-align: center;
	}
	#sp_menu .school_inner {
		position: absolute;
    top: 0;
		right: 0;
		-webkit-transform: translateX(88vw);
		transform: translateX(88vw);
    z-index: 1;
    width: 88vw;
    height: 100%;
    padding-top: var(--logo_size_sp);
    box-shadow: 0 0 8px rgb(0 0 0 / 12%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
	}
	#sp_menu.active {
		pointer-events: auto;
	}
	#sp_menu.active .school_inner {
		right: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#sp_menu .school_inner::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		content: "";
    background: var(--color_spmenu_bg);
    opacity: var(--spmenu_opacity);
	}
	.p-spMenu.active .c-overlay {
    background: var(--color_menulayer_bg);
    opacity: var(--menulayer_opacity);
    transition: opacity .5s,visibility .5s;
		visibility: visible;
	}
	#sp_menu .school_inner .p-spMenu__body ul li {
		display: block;
    padding: .75em .25em;
    border-bottom: solid 1px rgba(200,200,200,.5);
	}
	#sp_menu .school_inner .p-spMenu__body ul li p {
		display: block;
		font-weight: bold;
		margin-bottom: 0.3em;
	}
	#sp_menu .school_inner .p-spMenu__body ul li a {
		color: #19a8d3;
		margin-left: 2px;
	}
}
