@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:769px){
	.sp_only {
		display: none;
	}
}

@media screen and (max-width:768px){

/*==========================
　　　　　  Common
==========================*/
.w10,.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90 {width: 100%;}
.left_clm  {float: left;}
.right_clm {float: right;}
.pc_only {
	display: none;
}



/*==========================
　　　　　　Header
==========================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
#wrapper {
	margin-top: 51px;
}
.header_inner .right_clm {
	display: none;
}
/* gnav */
#gnav {
	position: fixed;
	top: 51px;
	left: 0;
	background: #fff;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
#gnav.open {
	visibility: visible;
	opacity: 1;
	transition: .2s;
}
#gnav ul,
#gnav li {
	display: block;
	width: 100%;
}
#gnav ul {
	padding: 30px 15px;
	box-sizing: border-box;
}
#gnav li:after, #gnav li:first-child:before {
	display: none;
}
#gnav li:after,
#gnav li:first-child:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: url('../img/dot_line.png') repeat-x left center / 5px;
	position: absolute;
	top: 100%;
	left: 0;
}
#gnav li:first-child:before {
	top: 0;
}

/* burger button */
#burger {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 999999;
}
#burger span {
	display: block;
	height: 2px;
	width: 18px;
	background-color: #000;
	margin: 4px auto;
	transition: .3s;
}
#burger.open span:first-child {
	transform: translateY(6px) rotate(45deg);
	transition: .3s;
}
#burger.open span:nth-child(2n) {
	opacity: 0;
	transition: .3s;
}
#burger.open span:last-child {
	transform: translateY(-6px) rotate(-45deg);
	transition: .3s;
}
footer .country_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
footer .country_list li,
footer .country_list li:nth-child(-n+7) {
	width:50%;
	margin-bottom: 15px;
}
.top_mv_wrap {
	padding: 10px 15px 20px;
}
.top_mv_wrap .point_wrap {
	padding: 15px 20px;
	width: calc(100% + 40px);
	bottom: -142px;
	left: 50%;
	height: 122px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.top_mv_wrap .point_wrap:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #ffe03f;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	   -moz-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	     -o-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
.header_logo img {
	width: 160px;
}
.header_inner {
	padding: 10px 0;
}
.top_mv_wrap .point {
	margin-bottom: 5px;
	font-size: 12px;
}
.top_mv_wrap .point_wrap .txt {
	font-size: 14px;
}
.top_mv_wrap .point_wrap .txt br {
	display: none;
}
.news_wrap {
	margin-top: 120px;
}
.news_wrap .news_list {
	max-width: auto;
	width: 100%;
}
.news_wrap .news_list + .list_btn {
	margin-top: 10px;
}
.top_search_wrap {
	display: block;
}
.top_search_box {
	width: 100%;
	margin-bottom: 10px;
}
.top_search_box:last-child {
	margin-bottom: 0;
}
.top_search_btn_wrap {
	padding: 30px 15px;
}
.follow_list li,
.follow_list li:nth-child(-n+2),
.follow_list li:nth-child(odd) {
	width: 100%;
	margin: 30px auto 0;
}
.follow_list li:first-child {
	margin-top: 0;
}
.insta_tl {
	margin-bottom: 15px;
}
#topInsta {
	padding-bottom: 30px;
}
.btm_info .info_logo {
	margin-right: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.btm_info .tel_wrap {
	text-align: center;
}
.gmap iframe {
	height: 200px;
}
.btm_info .tel_wrap .tel, .btm_info .tel_wrap .fax {
	display: inline-block;
	margin: 0 auto;
}
.btm_menu_wrap {
	padding: 0;
}
.btm_menu_wrap .inner {
	display: block;
}
.btm_menu_wrap section {
	width: 100%;
	padding: 25px 0;
}
#topCounseling:before,
#topConsulting:before {
	width: 100%;
}
.footer_info_wrap {
	padding: 45px 15px;
}
.footer_info_wrap .info_wrap {
	display: block;
	width: 100%;
	text-align: center;
}
.info_wrap .tel {
	margin: 15px 0;
}
#footer_nav {
	display: block;
	width: 100%;
	margin-top: 50px;
}
#footer_nav .sitemap {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
#footer_nav .sitemap:before {
	display: none;
}
.foot_ico_wrap {
	display: block;
	width: 100%;
}
.banner_wrap,
.sns_list {
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.banner_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	 -ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	 -ms-align-items: center;
	align-items: center;
}
.sns_list {
	margin: 10px 0;
}
.copy {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 30px;
}
.lw_tl_wrap {
	padding-top: 35px;
}
.bread {
	margin-top: 25px;
}
.lw_tl_wrap .lw_tl .ja {
	font-size: 25px;
}
.lw_tl_wrap .lw_tl .eng,
.lw_sctl .ja {
	font-size: 13px;
	margin-top: 10px;
}
#lw_content {
	padding: 50px 0;
	display: block;
}
#main,
#side {
	width: 100%;
}
#side {
	margin-top: 60px;
}
.lw_sctl .eng {
	font-size: 27px;
	letter-spacing: 1.5px;
}
.school_list .image,
.school_list .school_dtl,
.spot_list .image,
.spot_list .spot_dtl {
	float: none;
	width: 100%;
	padding: 0;
}
.school_list .image,
.spot_list .image {
	max-width: 230px;
	width: 100%;
	margin: 0 auto 15px;
}
.school_list .school_dtl .school_name {
	font-size: 17px;
}
.lw_sctl {
	margin-bottom: 25px;
}
.school_name,
.country_about .contents span {
	font-size: 22px;
}
.tb_wrap {
	width: 100%;
	overflow-x: scroll;
}
.tb_wrap table {
	width: 800px;
}
#about_country:before,
.thumb-item-nav {
	display: none;
}
#about_country {
	margin-top: 0;
}
.contact_btn_wrap  {
	display: block;
}
.contact_btn_wrap .contact_btn_box {
	width: 100%;
	height: 100px;
}
.contact_btn_wrap .contact_btn_box.tel {
	padding-top: 30px;
	background-size: 60px;
	margin-bottom: 15px;
}
.contact_btn_wrap .contact_btn_box.mail {
	padding-top: 40px;
	background-size: 65px;
}
#overview .tb,
.form_tb.tb {
	width: 100%;
	border-radius: 0;
}
#overview .tb th,
#overview .tb td,
.form_tb th,
.form_tb td {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#overview .tb th,
.form_tb th {
	text-align: center;
}
.staff_about .image, .staff_about .txt_wrap {
	float: none;
	width: 100%;
	padding: 0;
}
.staff_about .txt_wrap {
	margin-top: 15px;
}
.form_tb select.w10 {
        width:60px!important;
}
.form_tb select.w20 {
	width: 20%;
}
.form_tb select.w30 {
	width: 30%;
}
.top_search_box:first-child{
	width: 100%;
}
.point_check_wrap {
	padding: 20px;
}
.top_search_box label {
	font-size: 13px;
}
.top_search_box:nth-child(2) .point_check_wrap label {
	width: 50%;
}
.top_search_box .point_check_wrap label:nth-child(-n+2) {
	margin-top: 0;
}
.top_slider .slick-arrow.slick-prev {
	left: 0;
	z-index: 10;
}
.top_slider .slick-arrow.slick-next {
	right: 0;
}
.top_slider .slick-arrow {
	width: 30px;
	margin-top: -15px;
}
.top_slider .slick-arrow:before {
	left: 12px;
}
.news_wrap .news_list .cat_wrap {
width:100%;
}
.news_wrap .news_list li {
display:block;
}
.news_wrap .news_list .title {
margin-top:10px;
}
.single_tl {
font-size:20px;
line-height:1.6;
}
.tag_list_wrap .btn_wrap {
max-width:none;
}



.policy-wrap {
	height: 170px;
	padding: 20px;
}
.insta_list li {
	width: 20%;
}
.simply-scroll-list li {
	width: 100px;
	height: 100px;
}
.simply-scroll-list li img {
	width: 100px;
	height: 100px;
}
#gnav {
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav_inner {
	padding-bottom: 200px;
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#gnav .info_wrap {
	text-align: center;
}
#gnav .info_wrap .tel {
	margin-bottom: 0;
}
#gnav ul.form_btn_wrap {
	padding-top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#gnav .form_btn_wrap li {
	border-radius: 4px;
	overflow: hidden;
	width: 48%;
}
#gnav .form_btn_wrap li.consulting {
	margin-right: 4%;
}
.form_btn_wrap li a {
	display: block;
	padding: 20px 10px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	color: #231815;
}
#gnav .form_btn_wrap li:after, #gnav .form_btn_wrap li:first-child:before {
	display: none;
}
.form_btn_wrap li.consulting a {
	background: #2778b2;
	color: #fff;
}
.form_btn_wrap li.counseling a {
	background: #ffe03f;
}
.form_btn_wrap li.webapp a {
	background: #00a594;
	color: #fff;
}





/* 190729追加 */
.bottom_fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.bottom_fix li {
	width: 50%;
}
.bottom_fix li span {
	position: relative;
	padding-left: 25px;
	text-align: left;
}
.bottom_fix li span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.bottom_fix li.consulting span:before {
	width: 19px;
	height: 19px;
	background: url('../img/document_ico.png') no-repeat center center / 100%;
}
.bottom_fix li.counseling span:before {
	width: 20px;
	height:20px;
	background: url('../img/counseling_ico2.png') no-repeat center center / 100%;
}
.bottom_fix li.webapp span:before {
	width: 19px;
	height:19px;
	background: url('../img/webapp_ico.png') no-repeat center center / 100%;
}
.bottom_fix li a {
	display: block;
	height: 52px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}
.head_tel_btn,
.head_panph_btn {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: fixed;
	top: 12px;
	right: 45px;
	overflow: hidden;
}
.head_tel_btn {
	right: 150px;
}
.head_panph_btn {
	width: auto;
	border-radius: 50px;
}
.head_tel_btn a,
.head_panph_btn a {
	width: 28px;
	height: 28px;
	background: #e63c59;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_panph_btn a {
	font-size: 10px;
	color: #fff;
	width: auto;
	font-weight: bold;
	padding: 0 8px 0 30px;
	background: #2778b2 url('../img/panph_ico.png') no-repeat left 8px center / 15px;
}
footer {
	margin-bottom: 52px;
}


/* 190807追記 */
.ten_year {
	bottom: auto;
	top: 11px;
    right: 80px;
    width: 30px;
}
.ten_year a:hover {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

/* 190927追記 */
.top_mv .month_txt {
	position: static;
	-webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* 201209追記 */
.sei01 .w30, .mei01 .w30, .sei02 .w30, .mei02 .w30, .sei03 .w30, .mei03 .w30, .sei04 .w30, .mei04 .w30,
.zip1 .w20, .zip2 .w30, .zip3 .w20, .zip4 .w30  {
	width: 40%;
}








}






