@charset "UTF-8";
/* =======================================

	IndexElements

======================================= */
@media only screen and (max-width: 767px) {
	.cont_outer {
		padding-right: 0;
		padding-left: 0;
	}
	.oc_field .cont_outer {
		padding-right: 4%;
		padding-left: 4%;
	}
}

/*-----------------------------------------
	scroll_header
-----------------------------------------*/
.scroll_header header {
	background: rgba(255,255,255,0.9);
}
.scroll_header header #mddNav > ul > li > a {
	color: #222;
}
.scroll_header header #mddNav > ul > li.type_btn a {
	color: #FFF;
}
.scroll_header .sp_menu_wrap .sp_menu_btn #btn_menu span {
	background-color: #55ADEA;
}
.scroll_header .sp_menu_wrap .sp_menu_btn #btn_menu div {
	color: #55ADEA;
}
/* メニュー、アクセス追加　yang20221101　*/
.scroll_header .sp_menu_wrap .sp_access_btn a:before {
	color: #55ADEA;
}
.scroll_header .sp_menu_wrap .sp_access_btn a {
	color: #55ADEA;
}
/*-------------- メニュー、LINE追加　----------------------------20240216　-------------ここから---------------*/
.scroll_header .sp_menu_wrap .sp_line_btn a:before {
	background-image: url(/files/sp_line_btn_c.svg);
}
.scroll_header .sp_menu_wrap .sp_line_btn a {
	color: #00b900;
}
.scroll_header.menu_open .sp_menu_wrap .sp_line_btn a:before {
	background-image: url(/files/sp_line_btn.svg);
}
/*-------------- メニュー、LINE追加　----------------------------ここまで　----------------------------*/
/* menu_open */
.scroll_header.menu_open .sp_menu_wrap .sp_menu_btn #btn_menu span {
	background-color: #FFF;
}
.scroll_header.menu_open .sp_menu_wrap .sp_access_btn a:before {
	color: #FFF;
}

.first_view {
	-webkit-animation: fv_fade .5s linear forwards;
	        animation: fv_fade .5s linear forwards;
}
@-webkit-keyframes fv_fade {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes fv_fade {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*-----------------------------------------
	key_field
-----------------------------------------*/
.key_field {
	height: calc(100vh - 80px);
	position: relative;
	overflow: hidden;
	background: url(/files/top/mainvisual.jpg) repeat-x 0 0;
	background-size: auto 100%;
	/*-webkit-animation: mv_slide 200s linear infinite;
	        animation: mv_slide 200s linear infinite;*/
  -webkit-animation: mv_slide 50s linear infinite;
	        animation: mv_slide 50s linear infinite;
}
@-webkit-keyframes mv_slide {
	from { background-position: 0 0;}
	to { background-position: -2278px 0;}
}
@keyframes mv_slide {
	from { background-position: 0 0;}
	to { background-position: -2278px 0;}
}
.key_field:before {
	content: '';
	width: 340px;
	height: 650px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -90px;
	background: rgba(0,0,0,.8);
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	z-index: 0;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.first_view:before {
	content: url(/files/top/mainvisual_deco.png);
	display: block;
	position: absolute;
	right: 0;
	bottom: -6px;
	z-index: 1;
	background-size: 100% auto;
}
.key_field .copy_wrap {
	height: 100%;
	padding: 0 0 32px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	overflow: hidden;
}
.key_field .main_copy {
	margin: 0 0 40px;
	display: block;
}
.key_field .sub_copy {
	display: block;
}
.key_field .important_anc {
	width: 47px;
	position: absolute;
	top: 55%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.key_field .important_anc a {
	padding: 55px 12px 30px 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(/files/top/important_anc_bg.png) no-repeat center center;
	background-size: cover;
}
.key_field .important_anc a:before {
	content: "\e939";
	font-family: 'tit';
	display: block;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 50%;
	font-size: 2.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 400;
}
/* IE */
_:-ms-lang(x)::-ms-backdrop, .key_field .important_anc a:before {
	top: 10px;
	-webkit-transform: translateX(-100%) rotate(90deg);
	transform: translateX(-100%) rotate(90deg);
}

@media only screen and (min-width: 768px){
	.key_field .main_copy,
	.key_field .sub_copy {
		width: 290px;
	}
}

@media only screen and (max-width: 767px) {
	.key_field {
		height: calc(100vh - 48px);
	}
	.key_field:before {
		width: 285px;
	}
	.first_view:before {
		display: none;
		}
	.key_field .copy_wrap {
		padding: 0 0 6% 5%;
	}
	.key_field .main_copy {
		width: 207px;
		margin: 0 0 30px;
	}
	.key_field .sub_copy {
		width: 200px;
		margin: 0
	}
	.key_field .important_anc {
		top: auto;
		right: -2px;
		bottom: 90px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.key_field .important_anc a {
		border: 0;
	}
}

/*-----------------------------------------
	target_nav
-----------------------------------------*/
.target_nav ul {
	height: 80px;
	padding: 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 1;
}
.target_nav li {
	margin: 0 16px;
}
.target_nav a {
	height: 80px;
	line-height: 80px;
	display: block;
	font-weight: 700;
	color: #222;
	letter-spacing: 0;
}

@media only screen and (max-width: 1240px) {
	.target_nav li {
		margin: 0 8px;
	}
}
@media only screen and (max-width: 1180px) {
	.target_nav li {
		margin: 0 5px;
	}
	.target_nav a {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.target_nav ul {
		width: 100%;
		height: auto;
		margin: 0 auto 40px;
		padding: 1%;
		-ms-flex-pack: distribute;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.target_nav li {
		width: 48%;
		margin: 0 1% 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.target_nav a {
		width: 100%;
		height: 48px;
		line-height: normal;
		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;
		font-size: 1.4rem;
		background: #F7F7F7;
		border-radius: 5px;
	}
}

/*-----------------------------------------
	main
-----------------------------------------*/
#site_index main {
	background: url(/files/top/right_bg1.png) no-repeat top right;
}

@media only screen and (max-width: 767px) {
	#site_index main {
		background: none;
	}
}

/*-----------------------------------------
	banner
-----------------------------------------*/
.course_field.tuika {
    padding: 30px 0 15px;
}
.course_field.tuika h2.sec_head.tuika {
    margin-bottom: 50px;
    @media (width < 768px){
        margin-bottom: 0;
    }
}
.course_field.tuika h2.sec_head.tuika::after {
    bottom: -30px;
    @media (width < 768px){
        bottom: -15px;
    }
}

.banner_field {
	position: relative;
	overflow: hidden;
}
.banner_field .inner {
	/*margin: 0 auto 60px;*/
	margin: 0 auto;
}
.banner_field .banner {
	visibility: hidden;
	opacity: 0;
	margin: 0 auto;
	padding: 0 0 45px;
	overflow: hidden;
	position: relative;
}
.banner_field .slick-list {
	overflow: visible;
}
.banner_field .slick-list li {
	margin: 0 9px;
	border-radius: 5px;
	background: #FFF;
}
.banner_field .slick-list li a {
	display: block;
	outline: none;
}
.banner_field .slick-list li img {
	width: 100%;
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
}

/* dots */
.banner_field .slick-dots {
	width: calc(100% - 100px);
	margin: 0 5px;
	text-align: left;
	left: 90px;
	bottom: 8px;
}
.insta_slick .slick-dots {
    justify-content: center;
    bottom: -40px;
}
.banner_field .slick-dots li,
.insta_slick .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
    background: none;
    box-shadow: none;
    float: none;
    border-radius: 0;
}
.banner_field .slick-dots li:first-child:last-child,
.insta_slick .slick-dots li:first-child:last-child  {
	display: none;
}
.banner_field .slick-dots li button,
.insta_slick .slick-dots li button {
	width: 7px;
	height: 7px;
	margin: 0 4px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	color: #FFF;
	line-height: initial;
	font-weight: 500;
	background:#E6E6E6;
	border-radius: 100%;
}
.banner_field .slick-dots .slick-active button,
.insta_slick .slick-dots .slick-active button {
	background:#59BDC9;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	content: none !important;
}

/* arrow */
.banner_field .slick-prev,
.banner_field .slick-next {
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.banner_field .slick-prev {
	left: 20px;
}
.banner_field .slick-next {
	left: 51px;
}
.banner_field .slick-prev:before,
.banner_field .slick-next:before {
	content: "\e94e";
	font-family: 'tit';
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-size: 1.6rem;
	background: #4B4B4B;
	opacity: 1;
}
.banner_field .slick-prev:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
	.banner_field .inner {
		padding: 0;
	}
	.banner_field .banner {
		padding: 0 0 50px;
	}
	.banner_field .slick-list {
		padding: 0 30px !important;
	}
	.banner_field .slick-prev {
		left: 40px;
	}
	.banner_field .slick-next {
		left: 71px;
	}
	.banner_field .slick-dots {
		width: 70%;
		left: 110px;
	}
    .insta_slick .slick-dots {
        bottom: -30px;
    }
}

/*-----------------------------------------
	fv-banner
-----------------------------------------*/
.slider{
  opacity: 0;
  transition: opacity 12.3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

.fv-banner_field {
	position: relative;
	overflow: hidden;
}
.fv-banner_field .inner {
	margin: 140px auto 60px;
    @media (width <= 1156px){
        margin: 88px auto 40px;
    }
    
    
    width: 100%; /* 横幅を100%に */
        aspect-ratio: 10 / 3;
    @media (width <768px ) {
        aspect-ratio: 10 / 5;
    }
}
    
    
}
.fv-banner_field .banner {
	visibility: hidden;
	opacity: 0;
	margin: 0 auto;
	padding: 60px 0 45px;
	overflow: hidden;
	position: relative;
}
.fv-banner_field .slick-list {
	overflow: visible;
}
.fv-banner_field .slick-list li {
	margin: 0 9px;
	border-radius: 5px;
	background: #FFF;
}
.fv-banner_field .slick-list li a {
	display: block;
	outline: none;
}
.fv-banner_field .slick-list li img {
	width: 100%;
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
}

/* dots --------------------------------------------------------------------------------*/
.fv-banner_field .slick-dots {
	width: calc(100% - 100px);
	margin: 0 5px;
	left: 50%;
	bottom: 36px;
    transform: translate(-50%);
    @media (width <=1156px ) {
        bottom: 18px;
    }
}
.insta_slick .slick-dots {
    justify-content: center;
    bottom: -40px;
}
.fv-banner_field .slick-dots li,
.insta_slick .slick-dots li {
	width: auto;
	height: auto;
}
.fv-banner_field .slick-dots li:first-child:last-child{
	display: none;
}
.fv-banner_field .slick-dots li button {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	color: #FFF;
	line-height: initial;
	font-weight: 500;
	background:#E6E6E6;
	border-radius: 100%;
    @media (width <= 768px){
        width:7px;
        height:7px;
    }
}
.fv-banner_field .slick-dots .slick-active button {
	background:#59BDC9;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	content: none !important;
}

/* arrow ---------------------------------------------------------------------------------*/
.fv-banner_field .slick-prev,
.fv-banner_field .slick-next {
	width: 30px;
	height: 30px;
	top: auto;
	bottom: 42%;
	z-index: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.fv-banner_field .slick-prev {
	left: 25%;
}
.fv-banner_field .slick-next {
    right: 25%;
}
.fv-banner_field .slick-prev:before,
.fv-banner_field .slick-next:before {
	content: "\e94e";
	font-family: 'tit';
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-size: 1.6rem;
	background: #4B4B4B;
	opacity: 1;
    border-radius: 100%;
}
.fv-banner_field .slick-prev:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
	.fv-banner_field .inner {
		padding: 0;
	}
	.fv-banner_field .banner {
		padding: 0 0 50px;
	}
	.fv-banner_field .slick-list {
		padding: 0 30px !important;
	}
	.fv-banner_field .slick-prev {
		left: 2%;
	}
	.fv-banner_field .slick-next {
		right: 2%;
	}
    .insta_slick .slick-dots {
        bottom: -30px;
    }
}





/*-----------------------------------------
	kotei_banner
-----------------------------------------*/
.course_field.tuika {
    background-color: #fff;
}
.kotei_banner_field {
	position: relative;
	overflow: hidden;
}
.kotei_banner_field .inner {
	/*margin: 0 auto 60px;*/
	margin: 0 auto;
}
.kotei_banner_field .kotei_banner {
	margin: 0 auto;
	padding: 0 0 45px;
	overflow: hidden;
	position: relative;
}
.kotei_banner_field .kotei_banner li {
	margin: 0 9px;
	border-radius: 5px;
	background: #FFF;
    width: 23%;
}
.kotei_banner_field .kotei_banner li a {
	display: block;
	outline: none;
}
.kotei_banner_field .kotei_banner li img {
	width: 100%;
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
}


@media only screen and (max-width: 767px) {
	.kotei_banner_field .inner {
		padding: 0;
	}
	.kotei_banner_field .kotei_banner {
		padding: 20px 4%;
	}
	.kotei_banner_field .kotei_banner li {
        width: 48%;
        margin: 0 2% 2% 0;
	}
}







/*-----------------------------------------
	yokonaga_banner
-----------------------------------------*/
.yokonaga {
    margin: 3dvw auto;
    text-align: center;
    padding: 0 12dvw;
    @media (width <= 768px){
        padding: 0 4dvw;
    }
        
    
}


/*-----------------------------------------
	sec_head
-----------------------------------------*/
.sec_head {
	margin: 0 0 60px;
	text-align: center;
	font-family: 'Nova Round', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
}
.sec_head span {
	margin: 20px 0 0;
	display: block;
	color: #55ADEA;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
	.sec_head {
		margin: 0 0 30px;
		padding: 0 0 20px;
		font-size: 2.4rem;
	}
	.sec_head span {
		font-size: 1.3rem;
	}
}

/*-----------------------------------------
	ipe_field
-----------------------------------------*/
.ipe_field .ipe_wrap {
	margin: -115px 0 78px;
	padding: 80px 0 30px;
	text-align: center;
	background: #F7F7F7;
}
.ipe_field .ipe_wrap ul {
	width: 96%;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ipe_field .ipe_wrap li {
	width: 150px;
	height: 150px;
	margin: 0 12px 24px;
	padding: 100px 0 0;
	color: #55ADEA;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
}
.ipe_field .ipe_wrap li:before {
	content: '';
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #FFF;
	border-radius: 100%;
}
.ipe_field .ipe_wrap li:after {
	content: '';
	width: 100px;
	height: 70px;
	position: absolute;
	top: calc(50% - 15px);
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ipe_field .ipe_wrap li:nth-child(1):after {
	background: url(/files/top/ipe01.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li:nth-child(2):after {
	background: url(/files/top/ipe02.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li:nth-child(3):after {
	background: url(/files/top/ipe03.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li:nth-child(4):after {
	background: url(/files/top/ipe04.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li:nth-child(5):after {
	background: url(/files/top/ipe05.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li:nth-child(6):after {
	left: calc(50% + 7px);
	background: url(/files/top/ipe06.svg) no-repeat center center;
}
.ipe_field .ipe_wrap li span {
	position: relative;
}
.ipe_field .ipe_wrap p {
	font-size: 1.3rem;
}

@media only screen and (max-width: 1200px) {
	.ipe_field .ipe_wrap ul {
		width: 60%;
	}
}
@media only screen and (max-width: 767px) {
	.ipe_field {
		display: none;
	}
	.ipe_field .ipe_wrap {
		margin: -135px 0 78px;
		padding: 125px 0 40px;
	}
	.ipe_field .ipe_wrap ul {
		width: 375px;
	}
	.ipe_field .ipe_wrap li {
		width: 100px;
		height: 100px;
		margin: 0 10px 70px;
		padding: 100px 0 0;
	}
	.ipe_field .ipe_wrap li:before {
		width: 100px;
		height: 100px;
	}
	.ipe_field .ipe_wrap li:after {
		top: 50%;
	}
	.ipe_field .ipe_wrap li:nth-child(1):after {
		background: url(/files/top/ipe01.svg) no-repeat center center;
		background-size: 50px auto;
	}
	.ipe_field .ipe_wrap li:nth-child(2):after {
		background: url(/files/top/ipe02.svg) no-repeat center center;
		background-size: 60px auto;
		}
	.ipe_field .ipe_wrap li:nth-child(3):after {
		background: url(/files/top/ipe03.svg) no-repeat center center;
		background-size: 50px auto;
	}
	.ipe_field .ipe_wrap li:nth-child(4):after {
		background: url(/files/top/ipe04.svg) no-repeat center center;
		background-size: 60px auto;
	}
	.ipe_field .ipe_wrap li:nth-child(5):after {
		background: url(/files/top/ipe05.svg) no-repeat center center;
		background-size: 65px auto;
	}
	.ipe_field .ipe_wrap li:nth-child(6):after {
		left: calc(50% + 7px);
		background: url(/files/top/ipe06.svg) no-repeat center center;
		background-size: 35px auto;
	}
	.ipe_field .ipe_wrap li span {
		margin: 10px 0 0 0;
		display: block;
		line-height: 1.4;
	}
	.ipe_field .ipe_wrap p {
		width: 90%;
		margin: 0 auto;
	}
}

/*-----------------------------------------
	news_field
-----------------------------------------*/
.news_field {
	padding: 0 0 100px;
	background: url(/files/top/left_bg1.png) no-repeat left bottom;
}
.important_notice {
	margin: 0 0 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(/files/top/important_notice_bg.png) no-repeat center center;
	background-size: cover;
	border: 5px solid #55ADEA;
	border-radius: 5px;
}
.important_notice dt {
	width: 25%;
	padding: 0 0 0 32px;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 700;
}
.important_notice dt span {
	color: rgba(255,255,255,.6);
	font-weight: 400;
	font-size: 1.2rem;
	display: block;
	font-family: 'Lato', sans-serif;
}
.important_notice dd {
	width: 75%;
}
.important_notice li {
	margin: 0 0 3px;
	overflow: hidden;
	background: #FFF;
}
.important_notice li:first-of-type {
	border-top-right-radius: 5px;
}
.important_notice li:last-of-type {
	margin: 0;
}
.important_notice li a {
	padding: 25px 24px 25px 60px;
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
.important_notice li a:before {
	content: "\e939";
	font-family: 'tit';
	display: block;
	font-weight: 500;
	color: #D37070;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.important_notice li a:after {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: -9px;
	bottom: -9px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: #55ADEA;
}

@media only screen and (max-width: 767px) {
	.important_notice {
		margin: 0 0 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border: none;
		border-radius: 0;
	}
	.important_notice dt {
		width: 100%;
		text-align: center;
		padding: 24px 2%;
	}
	.important_notice dd {
		width: 96%;
	}
	.important_notice ul {
		margin: 0 0 2%;
	}
	.important_notice li {
		margin: 0 0 2%;
	}
	.important_notice li:first-of-type {
		border-top-right-radius: 0;
	}

	.important_notice li a {
		padding: 4%;
		font-size: 1.4rem;
	}
	.important_notice li a:before {
		content: none;
	}
}

/*-----------------------------------------
	news_area
-----------------------------------------*/
.news_area ul {
	overflow-y: auto;
}

/*-----------------------------------------
	pickup_field
-----------------------------------------*/
.pickup_field {
	padding: 100px 0 30px;
	position: relative;
}
.pickup_field:before {
	content: '';
	width: 100%;
	height: 430px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(/files/top/pickup_bg_pc.jpg) no-repeat top center;
	background-size: cover;
}
.pickup_field .feature_cont {
	margin: 60px auto;
}
.pickup_field .feature_cont li {
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
}
.pickup_field .feature_cont figure img {
	width: 100%;
	display: block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.pickup_field .feature_cont dt {
	margin: 18px 0 5px;
	text-align: center;
	color: #55ADEA;
	font-size: 2.7rem;
	font-family: 'Nova Round', sans-serif;
}
.pickup_field .feature_cont dt span {
	margin: 8px 0 0;
	display: block;
	font-size: 1.5rem;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
	color: #646464;
	font-weight: 700;
}
.pickup_field .feature_cont dd {
	padding: 16px 16px 24px;
}
.pickup_field .feature_cont dd p {
	margin: 0 0 30px;
	font-weight: 700;
	color: #222;
}
.pickup_field .feature_cont dd .btn_area {
	margin-top: auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.pickup_field {
		padding: 60px 0 0;
	}
	.pickup_field:before {
		height: 320px;
		background-size: cover;
	}
	.pickup_field .feature_cont {
		width: 92%;
		margin: 40px auto;
	}
	.pickup_field .feature_cont li {
		margin-bottom: 24px;
	}
	.pickup_field .feature_cont dt {
		font-size: 2.3rem;
	}
}

/* vt360 */
.pickup_field .vt360 {
	margin: 0 0 60px;
	background: #FFF url(/files/top/360_img_pc.jpg) no-repeat right center;
	background-size: auto 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
}
.pickup_field .vt360 a {
	padding: 50px 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pickup_field .vt360 dl {
	margin: 0 0 0 30px;
}
.pickup_field .vt360 dt {
	margin: 0 0 15px;
	color: #55ADEA;
	font-size: 3rem;
	font-family: 'Nova Round', sans-serif;
}
.pickup_field .vt360 dd p {
	margin: 0 0 30px;
	letter-spacing: 0.126em;
	line-height: 1.86;
	font-weight: 700;
	color: #222;
}
.pickup_field .vt360 dd .btn_area {
	text-align: center;
}
.pickup_field .vt360 dd .btn {
	width: 140px;
	padding: 9px 0;
}

/* PC Hover */
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .pickup_field .feature_cont a:hover .btn,
	body:not(.tab_view) .pickup_field .vt360 a:hover .btn {
		color: #FFF;
		background: #55ADEA;
	}
	body:not(.tab_view) .pickup_field .feature_cont a:hover .btn:before,
	body:not(.tab_view) .pickup_field .vt360 a:hover .btn:before {
		width: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.pickup_field .vt360 {
		width: 92%;
		margin: 0 auto 40px;
		background: #FFF url(/files/top/360_img_sp.png) no-repeat top center;
		background-size: 100% auto;
	}
	.pickup_field .vt360 a {
		padding: 4%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.pickup_field .vt360 figure {
		opacity: 0;
		height: 0;
		padding-top: 70%;
	}
	.pickup_field .vt360 dl {
		width: 100%;
		margin: 0 0 10px;
	}
	.pickup_field .vt360 dt {
		margin: 0 0 25px;
		font-size: 2.6rem;
		text-align: center;
	}
}

/* other */
.pickup_field .other {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF  url(/files/top/pickup_other_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.16);
	border-radius: 5px;
}
.pickup_field .other li {
	-ms-flex-preferred-size: 22%;
	    flex-basis: 22%;
	text-align: center;
	position: relative;
}
.pickup_field .other li:before {
	content: '';
	width: 2px;
	height: 130px;
	display: block;
	position: absolute;
	top: 50%;
	right: -7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #E3E3E3;
}
.pickup_field .other li:last-of-type:before {
	content: none;
}
.pickup_field .other a {
	height: 100%;
	padding: 90px 0 10px;
	display: block;
	border-radius: 10px;
}
.pickup_field .other a:before {
	content: '';
	width: 100px;
	height: 70px;
	position: absolute;
	top: calc(50% - 45px);
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pickup_field .other li:nth-child(1) a:before {
	background: url(/files/top/icon_info.svg) no-repeat center center;
}
.pickup_field .other li:nth-child(2) a:before {
	background: url(/files/top/icon_tuition.svg) no-repeat center center;
}
.pickup_field .other li:nth-child(3) a:before {
	background: url(/files/top/icon_talk.svg) no-repeat center center;
}
.pickup_field .other li:nth-child(4) a:before {
	background: url(/files/top/icon_group.svg) no-repeat center center;
}
.pickup_field .other .ttl {
	margin: 0 0 25px;
	color: #55ADEA;
	line-height: 1.1;
	font-size: 2.6rem;
	font-family: 'Nova Round', sans-serif;
}
.pickup_field .other .ttl span {
	margin: 15px 0 0;
	display: block;
	font-size: 1.5rem;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
	color: #222;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.pickup_field .other {
		width: 92%;
		margin: 0 auto;
		padding: 0 4%;
		display: block;
	}
	.pickup_field .other li {
		text-align: left;
	}
	.pickup_field .other li:before {
		content: '';
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.pickup_field .other li a {
		padding: 25px 0 25px 80px;
	}
	.pickup_field .other a:before {
		width: 65px;
		height: 50px;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.pickup_field .other li:nth-child(1) a:before {
		background: url(/files/top/icon_info.svg) no-repeat center center;
		background-size: 70% auto;
	}
	.pickup_field .other li:nth-child(2) a:before {
		background: url(/files/top/icon_tuition.svg) no-repeat center center;
		background-size: 80% auto;
	}
	.pickup_field .other li:nth-child(3) a:before {
		background: url(/files/top/icon_talk.svg) no-repeat center center;
		background-size: 70% auto;
	}
	.pickup_field .other li:nth-child(4) a:before {
		background: url(/files/top/icon_group.svg) no-repeat center center;
		background-size: 90% auto;
	}

	.pickup_field .other .ttl {
		margin: 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.pickup_field .other .ttl span {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
}

/*-----------------------------------------
	Hover
-----------------------------------------*/
.key_field .important_anc a,
.pickup_field .other a,
.important_notice li a,
.banner_field button,
.fv-banner_field button,
.kotei_banner_field button,
.banner a,
.target_nav a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .key_field .important_anc a:hover,
	body:not(.tab_view) .banner_field button:hover,
	body:not(.tab_view) .fv-banner_field button:hover,
	body:not(.tab_view) .kotei_banner_field button:hover,
	body:not(.tab_view) .banner a:hover,
	body:not(.tab_view) .target_nav a:hover {
		opacity: 0.6;
	}
	body:not(.tab_view) .pickup_field .other a:hover,
	body:not(.tab_view) .important_notice li a:hover {
		background: #F0F9FF;
	}
}
