@charset "utf-8";
/*=================================
1: setting
2: header
3: footer
4: common-content
5: top page
6: second page
=================================*/


/* ウィンドウ幅が～768pxの場合に適用するCSS */
@media only screen and (max-width: 768px) {

/* 1: setting
================================== */
body {
	width: 100%;
	min-width: 100%;
	font-size: 1.5rem;
}
.sp_none {
	display: none;
}
.sp_show,
.slider_sp {
	display: block !important;
}

img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.shutter {
	background-size:80%;
}

.pc_show {
	display:none!important;
}

.table_scroll {
	overflow: auto;
}

/* 2: header
================================== */
#wrapper {
	overflow-x:hidden;
}

.header_left {
	background:transparent ;
	width:210px;
}

.header_menu {
	height:45px;
}

.MegaDrop a {
	color:#4ea79d;
	text-decoration: none;
}
.search_btn {
	right: 115px;
}

header .flexbox_wap {
	width:100%;
}
	
#header .flexbox_wap li:nth-child(2) img {
	display:none;
}
.header_sub_menu {
	display: block;
	position: static;
	width: 100%;
	margin: 20px auto 0;
	font-weight: bold;
	top:0;
	right:0;
}

.header_sub_menu {
	padding-bottom: 40px;
}


.menu-container {
	clear: both;
	width: 100%;
}
.menu {
	display: none;
	position: fixed;
	top: 35px;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	background: #c1e7e4;
	overflow-y: scroll;
	z-index: 44;
}
.navGlobal {
	display: block;
	max-width: 100%;
}
.navGlobal > li,
.navGlobal.sec > li {
	position: relative;
	width : 100%;
}
.navGlobal > li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.navGlobal > li > a,
.navGlobal.sec > li > a {
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 20px;
	font-size: 1.6rem;
	color: #4ea79d;
	text-align: left;
	border-bottom: none;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.navGlobal.sec {
	background:none;
	text-align:left;
}

.navGlobal.sec li {
	margin:0;
}


 .nav_second br {
    display: none;
  }

.nav_second h3::before, .nav_second > li > ul > li::before {
    content: none;
    color: #fff;
    margin-right: 3px;
}

.navGlobal > li.hover > a {
	color: #92b9ff;
}
.navGlobal > li > a::after {
	display: none;
}


/*reset*/


.MegaDrop_inr {
    width: 100%;
    padding: 0;
}
.MegaDrop_inr h3 img {
	display: none;
}
.MegaDrop {
	position: relative;
	padding: 0px;
	background: #d4ebea;
	box-shadow : none;
	width: 100%;
	top: 0;
	display: none;
}
.MegaDrop_inr {
	max-width: 100%;
	min-width: 100%;
	display: block;
	padding-bottom:0px;
}
.MegaDrop_inr > h2 {
	display: none;
}

.MegaDrop_inr h2 + ul {
    border-left: 0px solid #fff;
}

.megaNavClose{
	display: none;
}

.MegaDrop_inr > h2 > a,
.nav_second a {
	display: block;
	padding: 0px 0;
	font-size: 1.4rem;
	background: url(../images/icn_arw01_white.svg) no-repeat right 5% center;
}
.nav_second {
	display: block;
	width: 100%;
	padding: 0;
	border-left: none;
	padding-left: 0;
	border-bottom: 1px dotted solid;
}
.nav_second > li {
	position: relative;
	min-width: 100%;
	padding-left: 0;
	line-height: 48px;
}
.nav_second ul > li {
	margin-bottom: 0;
}


.nav_second h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	font-size: 1.5rem;
	padding-bottom: 0px;
	position: relative;
}

.nav_second h3 a {
	padding-left:1em;
}

.nav_second li:first-child h3 {
	margin-top: 0;
}





/*smartphone menu-button*/
.dl-trigger {
	display: block;
	top: 5px;
	right:15px;
	position:absolute;
/*	position: relative;
	left: 15px;*/
	height: 50px;
	background: none;
	border: none;
	text-indent: -900em;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	z-index: 99999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	margin-bottom:20px;
}
.dl-trigger img {
	width: 30px;
	height: auto;
	margin: 5px auto 0;
}
.dl-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	transition: all .4s;
	background-color: #ff74ab  ;
}
.dl-trigger span:nth-of-type(1) {
	top: 7px;
}
.dl-trigger span:nth-of-type(2) {
	top: 15px;
}
.dl-trigger span:nth-of-type(3) {
	bottom: 25px;
}

.dl-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.dl-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.dl-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.open_icn {
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 48px;
	height: 48px;
	z-index: 999;
}
.open_icn:before,
.open_icn:after {
	display: block;
	content: '';
	width: 2px;
	height: 12px;
	background: #FFF;
	position: absolute;
	top: 17px;
	left: 28px;
}
.open_icn:before{
	width: 12px;
	height: 2px;
	top: 22px;
	left: 23px;
	transition: all .4s;
}
.open_icn:after,
.open_icn:before {
	transition: all .4s;
}
.open_icn.active:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.open_icn.active:before {
	opacity: 0;
}
.arw_icn {
	position: relative;
}
.arw_icn::before{
	position: absolute;
	top: 40%;
	right: 12px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../images/icn_arw01_white.svg) no-repeat left center;
}
.fixbody {
	overflow: hidden;
	width: 100%;
	height: 100%;
}





h1 {
	top:10px;
	height:auto;
	margin-left:5px;
}

	h1.m_fixed {
		margin-left:0;
	}

	h1 img {
		max-width:250px;
		margin:0;
		height:45px;
		padding-top:0px;
	}

.ssp_logo {
	display:none;
}

.jst_logo {
	right:60px;
}

.jst_logo img {
	width:30px;
	margin-top:10px;
}

.lang {
	right:110px;
}

h1.m_fixed,
.sec #header h1.m_fixed {
	width:100%;
}

h1.m_fixed {
	top:0;
}

.header_left h1 img{
	margin:0;
}

.header_main {
	background-position:center center;
	margin-top:0;
}

.header_menu {
	min-height:auto;
}
.header_main::after {
	width:0;
	height:0;
}

.catch {
	line-height:200px;
	text-align:left;
	margin-left:20px;
	font-size:5rem;
}

.scroll {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:99;
	padding-top:10px;
	min-height:60px;
}

	.scroll span {
		display:none;
	}

.header_news1 {
	width: 80%;
	position: static;
	margin: 50px auto 20px auto;
}

.header_news {
	width: 80%;
	position: static;
	margin: 10px auto;
}

.place {
	right:10px;
}


.info_banner {
	width: 80%;
	position: static;
	margin: 10px auto;

}

#menu {
	background-size:250px;
	right:0;
}

#menu .fL {
	display:block;
	margin-bottom:10px;
	width:300px;
}

.ssp_sp_logo {
	width:80%;
	height:auto;
	margin:10px auto;
}

	.ssp_sp_logo img {
		max-width:200px;
		height:auto;
	}

.search {
	float:none;
	margin-right:0;
}
.sns_btn {
	display:none;
}
.menu {
	margin-top:20px;
}

.menu li.menu__single {
	width: calc(100%/2.3);
}
#dl-menu{
	margin-top:45px;
}
ul.dl-menu > li a {
	line-height:1.2;
	font-size:2.0rem;
}



ul.dl-menu > li.nav_overview a::after,
ul.dl-menu > li.nav_member a::after,
ul.dl-menu > li.nav_mentor a::after,
ul.dl-menu > li.nav_news a::after,
ul.dl-menu > li.nav_reunion a::after,
ul.dl-menu > li.nav_event a::after {
	background-size:80px;
}

.spnav_close span {
	width:100%;
}

.sec #breadcrumb {
	margin-top:0;
}

.top #breadcrumb,
.abroad #breadcrumb,
.study #breadcrumb,
.offices #breadcrumb,
.faq #breadcrumb,
.reunion #breadcrumb,
.reunion2 #breadcrumb {
	margin:0px auto 0 auto;
}

/* -----google検索----- */
.search_box {
	padding: 20px;
}
.search {
	position: static;
	margin-top:50px;
}
#g-k-w-search .gsc-search-box {
	position: relative;
}
#g-k-w-search .gsc-search-box .gsc-search-button {
	position:absolute;
	top: 0px;
	right: 10px;
}
#g-k-w-search .gsc-search-box .gsc-search-button-v2{
		background: none;
}

#g-k-w-search .gsc-search-box .gsc-search-button.gsc-search-button-v2 {
	right: 0;
	top: -5px;
}
/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-input,
#g-k-w-search .gsc-search-box td.gsc-input .gstl_50,
#g-k-w-search .gsc-search-box .gsib_a {
	width: 100% !important;
}
/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 40px !important;
	border-radius: 40px;
	box-shadow: none;

}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#g-k-w-search .gsc-search-box .gsib_b {
	left: 85%;
}


#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 30px !important;
	padding: 5px 10px !important;
	border-radius: 20px;
}




/* 3: footer
================================== */
#footer .f_menu li,
.f_bg li {
	width:100%;
	text-align:left;
}

.f_bg li a {
	display:block;
}

	#footer .f_menu li a {
		font-size: 1.2rem;
	}

	#footer .f_menu li::before {
    margin-right: 0;
	}



/* 4: common-content
================================== */

.inr {
	padding: 0 10px;
}
#breadcrumb {
	font-size: 1.2rem;
	margin-top:0;
}




/* 5: top page
================================== */

#main {
	background:#c1e7e4;
	position:relative;
	background:linear-gradient(90deg,#48c4b7 50%,#48c4b7 50%,#c1e7e4 50%,#c1e7e4 100%);
	font-size:1.4rem;
}

#studying .flexbox_cwap li,
#studying .flexbox_swap li,
#activities .flexbox_swap li {
	width:100%;
}

#scitech .flexbox_cwap li {
	margin:0 0 20px 0;
}


.box,
#news .flexbox_wap li,
.news_top .flexbox_wap li {
	width: calc(100%/2);
}

.mT50 {
	margin-top:0;
}

.header_news_inr {
	padding: 10px;
	overflow: auto;
	height:120px;
}


.header_news1 h2,
.header_news h2 {
	font-size:2.8rem;
}


h1.m_fixed {
	height:60px;
}

h1.m_fixed img {
    width: 60%!important;
    float:left;
}

.eve_day {
	font-size:1.4rem;
	width:5em;
	padding:10px 0;
}
.flexbox_swap {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
#program .flexbox_cwap li figcaption {
	top:30%;
	font-size:1.4rem;
}


#link .flexbox_cwap li {
	width: calc(100%/4.5);
}

.box_inr {
	padding:40px 20px;
}

.box_c2 .box_inr h2 a,
.box_c2 .box_inr {
	color:black;
}

	.box_c2 .box_inr h2 a::after {
		background: url(../images/cmn/icn_arrow_b.svg) no-repeat 0 100%;
	}

.box_c3 .box_inr h2 a,
.box_c3 .box_inr {
	color:white;
}

	.box_c3 .box_inr h2 a::after {
		background: url(../images/cmn/icn_arrow_w.svg) no-repeat 0 100%;
	}


/* : sec page
================================== */
.sec .inr {
	padding:2em;
}

section .inr {
	min-height:100px;
}

.contents_box {
	width:100%;
}


.voice .b_green .flexbox_wap li {
	width: 31%;
	margin:0 1% 20px 1%;
}

.voice_top .flexbox_wap {
}

.voice_top .flexbox_wap li {
	width: 48%;
	margin:0 1% 20px 1%;
}

.profile_inr .fL {
	float:none;
	width:100%;
}


#vmap {
	width: 100%; 
	height: 300px;
	margin:0 auto;
}

.fig1 {
    width:100%;
}
.figure2 {
	float:none;
	margin:0 auto 1em;
    width:100%;
}

.select_box {
	width:100%;
	min-width:150px;
}


/*Member*/
.voice:before{
	background-position: center center;
}
.mentor:before{
	background-position: center right;
}
.news:before{
	background-position: center center;
}
.faq:before{
	background-position: 30% top;
}

.profile_fR {
	padding:1em;
}

	.mentor_photo {
		width:25%;
	}
	.mentor_contents {
		width:70%;
	}
    
    .mentor_column {
    	width:100%;
    	border-radius: 0 0 10px 10px;
    	margin-top:10px;
    }

	.news section .inr,
	.voice section .inr {
		padding: 50px 10px 120px 10px;
	}


.reunion_top .flexbox_cwap li {
	width:70%;
}


.mentor_top .flexbox_cwap {
	padding-top:230px;
}

.mentor_top .flexbox_cwap li {
	width:40%;
}


.country li {
	width:calc(100% / 3 - 10px);
}

.coordinator figure{
	width:calc(100% / 2 - 10px);
}




}


/* ウィンドウ幅が～450pxの場合に適用するCSS */
@media only screen and (max-width: 500px) {

h1 img {
    max-width: 200px;
}

#main {
	background:linear-gradient(90deg,#48c4b7 100%,#48c4b7 50%,#48c4b7 50%,#48c4b7 100%);
	font-size:1.4rem;
}

.box,
#news .flexbox_wap li {
	width: calc(100%);
}

#news .flexbox_wap li {
	margin-bottom:20px;
}

#news .flexbox_wap li:nth-child(2n),
.top #news .flexbox_wap li:nth-child(2n) {
	margin-top:0;
}

.figcaption_box {
	max-height:400px!important;
}

.menu li.menu__single {
	width: calc(100%/2.2);
	margin:5px;
}

.header_news {
	width:80%;
}

.box_c .box_inr h2 a, 
.box_c .box_inr,
.box_c2 .box_inr h2 a,
.box_c2 .box_inr {
	color:white;
}

	.box_c2 .box_inr h2 a::after,
	.box_c .box_inr h2 a::after {
		background: url(../images/cmn/icn_arrow_w.svg) no-repeat 0 100%;
	}



#link .flexbox_cwap li {
	width: calc(100%/2.3);
}

.fR.mL1em,
.fL.mR1em {
	float:none!important;
	margin:10px auto;
}


.voice .b_green .flexbox_wap li {
	width: 48%;
	margin:0 1% 20px 1%;
}

.photo img {
	min-width:100%;
}

.ad {
	text-align:left;
	font-size:1.4rem;
	padding:20px 10px;
}

	.mentor_photo {
		width:100%;
	}
	.mentor_contents {
		width:100%;
	}


.country li {
	width:calc(100% / 2 - 10px);
}


}


/* ieハック */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dl-trigger img { margin: 0 auto; } /* IE11 */
}
