@charset "utf-8";
/* CSS Document */
@media all and (min-width: 960px){
	.sp {
		display:none !important;
	}
/* base style------------------------------ */
	.flex_cl {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
	  width: 48%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
	  width: 29%;
	  margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
	  width: 23%;
	}
	.flex_cl .od1 {
	  order: 1;
	}
	.flex_cl .od2 {
	  order: 2;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.t_cen {
	  text-align: center;
	}
	.t_le {
	  text-align: left;
	}
	.t_ri {
	  text-align: right;
	}
	.center {
		display:block;
	  margin-left: auto;
	  margin-right: auto;
	}
	strong {
		font-size:120%;
	}
	.w200 {width: 200px;}
	.w300 {width: 300px !important;}
	.w400 {width: 400px !important;}
	.w500 {width: 500px !important;}
	.w600 {width: 600px !important;}
	.w700 {width: 700px !important;}
	.w800 {width: 800px !important;}
	.w900 {width: 900px !important;}
	/* orijinal style------------------------------ */
	.l-header__bar {
		display: none;
	}
	h1.c-headLogo {
		float: left;
    margin: 0 0 0 20px;
	}
	.c-pageTitle {
    font-size: 2em;
    text-align: center;
	}
	.c-catchphrase {
		float: left;
		margin: 15px 0 0 20px;
	}
	.c-gnav>li>a .ttl {
		color: #149dca;
	}
	.c-gnav .desc {
		color: #ee841b;
	}
	.l-header {
		z-index: 1000;
	}
	.l-fixHeader .l-fixHeader__gnav {
    width: calc(100% - 180px);
	}
	#gnav {
    border-top: solid 1px #eee;
		margin-top: -2px;
	}
	#contact_nav {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
	}
	#contact_nav li a {
		font-weight: bold;
		background: url(../images/common/icon_mem.png) no-repeat left 15px center #e5ff00;
		background-size: 20px;
		width: 160px;
		height: 90px;
		padding-left: 18px;
		position: absolute;
		right: 0;
		color: var(--color_text);
		font-size: 0.9rem;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
		transition: all .25s
	}
	#contact_nav li a:hover {
		background: url(../images/common/icon_mem.png) no-repeat left 15px center #ffde00;
		background-size: 20px;
	}
	#contact_nav li a#nav_trial {
		background: url(../images/common/icon_req.png) no-repeat left 14px center #ffde00;
		background-size: 20px;
		right: 160px;
	}
	#contact_nav li a#nav_trial:hover {
		background: url(../images/common/icon_req.png) no-repeat left 14px center #ffb000;
		background-size: 20px;
	}
	#fix_header .l-fixHeader__inner {
		padding: 0;
	}
	#fix_header .c-gnav>li>a {
		padding: 0 5px;
	}
	#fix_header .c-gnav>li>a .ttl {
    font-size: 0.8rem;
	}
	[data-scrolled=true] #contact_nav li a {
		height: 64px;
		font-size: 0.8rem;
		width: 140px;
	}
	[data-scrolled=true] #contact_nav li a#nav_trial {
    right: 140px;
	}
	.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: 1.2rem;
		font-style: italic;
		display: block;
		min-height: 240px;
		padding: 20px 0 0 20px;
		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;
		text-align: right;
		padding: 20px 20px 0 0;
	}
	.bnr_menu li:nth-child(3) a {
		background: url(../images/common/bnr_intro.jpg) no-repeat;
		background-size: cover;
		padding: 190px 0 0 20px;
	}
	.bnr_menu li:nth-child(4) a {
		background: url(../images/common/bnr_shedule.jpg) no-repeat;
		background-size: cover;
		text-align: right;
		padding: 190px 20px 0 0;
	}
	.bnr_menu li a:hover {
		-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	}
	.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: 250px;
    background: rgba(7, 128, 169, 0.6);
    position: relative;
    z-index: 1;
		padding-top: 90px;
		font-weight: normal;
		font-size: 1.05rem;
	}
	.bs_bnr > div > div h3 a em {
		display: block;
		font-style: normal;
		font-size: 2rem;
		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 h3:hover::after {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.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;
	}
	footer {
		padding: 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 p {
		font-size: 0.9rem;
	}
	footer .innner {
		max-width: 1200px;
		margin: auto;
	}
	footer h2 {
		font-weight: normal;
		color: #32aad4;
	}
	footer #logo {
    width: 207px;
		margin: 18px 0 10px;
	}
	footer .l-footer__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer .l-footer__nav li {
		width: 48%;
	}
	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.2rem;
		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;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer dl dt a.fbtn:hover {
		background: #54d3ff;
	}
	.l-footer .copyright {
		background: #32aad4;
    color: #fff;
    padding: 10px 0;
    margin-top: 3em;
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw;
	}

	.slide_outer .wp-block-group__inner-container {
		max-width: none !important;
	}
	.slick-slider .slick-slide {
		margin: 0 2em;
	}
	.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: 60px !important;
		height: 60px !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;
		opacity: 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:hover .slick-prev {
		left: 0 !important;
	}
	.slick-slider:hover .slick-next {
		right: 8px !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 {
		background: #fff;
		padding: 50px 0;
	}
	#f_bnr ul {
		max-width: 912px;
		margin: auto;
	}
	.f_bnr .flex_cl li {
		width: 32%;
		margin-bottom: 1%;
	}
	.f_bnr .flex_cl::after {
		content:"";
    display:block;
    width: 32%;
    height:0;
	}
	/* .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: 200px;
		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;
	}

	.c-headLogo {
		float: left;
		margin: 0 0 0 20px;
	}
	.c-catchphrase {
		float: left;
		margin: 15px 0 0 20px;
	}

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

}
