@charset "utf-8";

.pc {
	display: none !important;
}


#floating-banner-common {
	display: none;
}


#floating-banner {
	position: fixed;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 375px;
	height: 54px;.banner-startup
	left: calc(50% - 187px);
	bottom: 0;
	z-index: 99;
	padding: 0 5px;
	border: 1px solid #c9c9c9;
	background: #fff;
}





#floating-banner button {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff url(/img/icon_close.svg) 50% 50% no-repeat;
	background-size: 10px auto;
}
#floating-banner button {
	cursor: pointer;
}

#floating-banner img {
	width: 136px;
	height: auto;
	margin-left: 10px;
}
#floating-banner dl {
}
#floating-banner dt {
	display: none;
}
#floating-banner dd {
}
#floating-banner dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 42px;
	font-size: 13px;
	color: #fff;
	background: #165d89;
	cursor: pointer;
}


@media screen and (max-width:375px) {
	#floating-banner {
		left: 0;
	}
}
@media screen and (max-width:374px) {
	#floating-banner {
		width: 320px;
		left: calc(50% - 160px);
	}
}


#floating-banner {
	transform: translateY(100%);
	transition: all 300ms ease-out;
}
body.scrolled #floating-banner {
	transform: translateY(0);
}
#floating-banner.closed {
	transform: translateY(100%) !important;
	visibility: hidden;
}







#modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
#modal-form {
	position: fixed;
	box-sizing: border-box;
	width: calc(100% - 30px);
	left: 15px;
	top: 50%;
	z-index: 10000;
	padding: 20px;
	background: #fff;
}
#modal-form button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/img/icon_close.svg) 50% 50% no-repeat;
	background-size: 20px auto;
	cursor: pointer;
}
#modal-form img {
	width: 210px;
	height: auto;
}
#modal-form .form-title dl {
	margin: 25px 0 0;
}
#modal-form .form-title dt {
	font-size: 16px;
}
#modal-form .form-title dd {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.7;
}
#modal-form form {
	margin: 15px 0 0;
}
#modal-form form .multi {
	display: flex;
	justify-content: space-between;
}
#modal-form form .multi span {
	display: block;
	width: calc(50% - 6px);
}
#modal-form form div + div {
	margin-top: 15px;
}
#modal-form form div input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	border: 0 solid #c9c9c9;
	border-width: 0 0 1px;
	background: none;
}
#modal-form form div input:focus {
	outline: none;
	border-bottom-color: #165d89;
}

#modal-form form nav {
	margin: 20px 0 0;
	text-align: center;
}
#modal-form form nav input {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 120px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #165d89;
	border: 1px solid #165d89;
	background: none;
	cursor: pointer;
}
#modal-form form nav input:hover {
	background: #eaf7ff;
}


#modal-form .message {
	position: absolute;
	display: none;
}
#modal-form.sended .message {
	position: absolute;
	display: flex;
	width: calc(100vw - 30px);
	height: 200px;
	left: 0;
	bottom: 0;
	font-size: 15px;
	line-height: 1.7;
	justify-content: center;
	align-items: center;
}
#modal-form.sended form {
	visibility: hidden;
}



#modal-overlay,
#modal-form {
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease-out;
}
#modal-form {
	transform: translateY(calc(-50% + 50px));
}

#modal-overlay.opened {
	visibility: visible;
	opacity: 1;
}
#modal-form.opened {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%);
}









/*
#content-image span {
	display: inline !important;
}
*/
#content-image .article p {
	text-align: left;
}

* + .incubation-header {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #c9c9c9;
}
.incubation-header p {
	margin: 50px 0 0;
	line-height: 1.8;
}



.incubation-intro {
}

.incubation-intro .text {
}
.incubation-intro .logo {
	width: 200px;
	margin: 30px auto 0;
	padding: 40px 0 0;
	text-align: center;
	border-top: 1px solid #c9c9c9;
}
.incubation-intro .logo img {
	width: 140px;
	height: auto;
}

.incubation-intro h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.incubation-intro p {
	margin: 30px 0 0;
	font-size: 1.0rem;
	line-height: 1.8;
}


.incubation-figure {
	margin: 50px -20px 0;
	padding: 40px 0;
	text-align: center;
	background: #fafafa;
}
.incubation-figure h4 {
	margin: 0 0 30px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}
.incubation-figure img {
	width: calc(100vw - 40px);
	height: auto;
}


.incubation-column {
	margin: 50px 0 0;
}
.incubation-column.compact {
	margin: 30px 0 0;
}

.incubation-column h3 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.incubation-column h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: calc(100% - 10px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #165d89;
}

.incubation-column p {
	font-size: 1.0rem;
	line-height: 1.8;
}
.incubation-column p + p {
	margin-top: 20px;
}


.university-list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.university-list li {
	width: calc(100% / 4);
	text-align: center;
}
.university-list li:nth-child(n + 5) {
	margin-top: 20px;
}
.university-list img {
	width: 95%;
	height: auto;
}








.incubation-logos {
	position: relative;
	margin: 30px 0 0;
}




.incubation-logos ul {
	display: flex;
}
.incubation-logos li {
	width: 120px;
}
.incubation-logos img {
	width: 90px;
	height: auto;
}
.incubation-logos ul.sp + ul.sp {
	margin-top: 10px;
}
.incubation-logos ul:nth-child(2n) {
	margin-left: 60px;
}


.incubation-logos .logos {
	position: relative;
	left: -60px;
}
.incubation-logos:hover .logos {
	animation-play-state: paused !important;
}











.incubation-archive {
	margin: 50px -20px 0;
	border-bottom: 1px solid #c9c9c9;
}
.incubation-archive dt {
	font-size: 20px;
	font-weight: 500;
	border-top: 1px solid #c9c9c9;
}

.incubation-archive ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px;
	border-top: 1px solid #c9c9c9;
}
.incubation-archive li {
	width: calc(100% / 3);
	text-align: center;
}
.incubation-archive li:nth-child(n + 4) {
	margin-top: 20px;
}
.incubation-archive li img {
	width: 80%;
}


.incubation-archive a {
	position: relative;
	display: block;
	padding: 30px 30px;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.incubation-archive a::before,
.incubation-archive a::after {
	position: absolute;
	content: "";
	display: block;
	background: #165d89;
}
.incubation-archive a::before {
	width: 1px;
	height: 20px;
	right: 30px;
	top: calc(50% - 9.5px);
	transition: all 300ms ease-out;
}
.incubation-archive a::after {
	width: 20px;
	height: 1px;
	right: 20px;
	top: calc(50% - 0.5px);
}

.incubation-archive dl.opened a::before {
	transform: scaleY(0);
}
.incubation-archive dd {
	height: 0;
	overflow: hidden;
	transition: all 400ms ease-out;
}

.incubation-archive a span {
	display: inline-block;
	width: 4.75em;
}
/*
.incubation-archive a:hover {
	background: #EAF7FF;
}
*/





.banner-1stround {
	position: relative;
	margin: 50px 0 0;
	background: #202850 url(../img/bg_1stround3.png) 65% 100% no-repeat;
	background-size: 220% auto;
	overflow: hidden;
}
.banner-1stround a {
	position: relative;
	display: block;
	box-sizing: border-box;
	z-index: 10;
	padding: 20px;
	cursor: pointer;
}
.banner-1stround a br {
	display: none;
}


.banner-1stround dt {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.banner-1stround dd {
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 270px;
	min-height: 48px;
	padding: 0 0 0 26px;
	font-size: 15px;
	color: #165d89;
	border-radius: 50px;
	background: #fff url(/img/icon_popup_blue.svg) right 18px top 50% no-repeat;
	background-size: 12px auto;
}







.banner-contact {
	position: relative;
	margin: 20px 0 0;
	background: #f1f1f1;
	border: 1px solid #c9c9c9;
	overflow: hidden;
}
.banner-contact a {
	position: relative;
	display: block;
	box-sizing: border-box;
	z-index: 10;
	padding: 20px;
	cursor: pointer;
	background: url(../img/pict_contact.png) right 20px bottom 20px no-repeat;
	background-size: 120px auto;
}

.banner-contact dt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.banner-contact dd {
	min-height: 63px;
	margin: 15px 0 0;
	padding-right: 135px;
	font-size: 13px;
	line-height: 1.8;
}









.pickup-column {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.pickup-column .inner {
	padding-top: 50px !important;
}







/* 2025 */

main.incubation2025 .banner-contact {
	position: relative;
	margin-top: 81px;
	overflow: visible;
}
main.incubation2025 .banner-contact::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: -41px;
	background: #c9c9c9;
}



main.incubation2025 #intro .figure {
	margin: 40px 20px 0;
}
main.incubation2025 #intro .figure img {
	width: 100%;
	height: auto;
}

main.incubation2025 #intro h2 br {
	display: none;
}


main.incubation2025 #startup .logo {
	display: none;
}



main.incubation2025 #content-lp {
	position: relative;
	padding-top: 90px;
}
main.incubation2025 #content-lp::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	max-width: 1100px;
	height: 1px;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	background: #c9c9c9;
}



.banner-startup {
	position: relative;
	margin: 50px 0 0;
	background: #D0E9F4 url(../img/bg_startup.png) 50% 60% no-repeat;
	background-size: 50% auto;
	overflow: hidden;
	border: 1px solid #c9c9c9;
}
.banner-startup a {
	position: relative;
	display: flex;
	height: 100%;
	box-sizing: border-box;
	z-index: 10;
	padding: 20px 20px 160px;
	cursor: pointer;
}
.banner-startup a br {
	display: none;
}

.banner-startup dl {
	margin: 0 0 40px;
}
.banner-startup dt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}
.banner-startup dd.button {
	position: absolute;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 280px;
	left: calc(50% - 135px);
	bottom: 25px;
	min-height: 48px;
	padding: 0 0 0 26px;
	font-size: 12px;
	color: #165d89;
	border-radius: 50px;
	background: #fff url(/img/icon_popup_blue.svg) right 18px top 50% no-repeat;
	background-size: 12px auto;
	border: 1px solid #165d89;
}



@media screen and (min-width:480px) {
	.banner-startup {
		background-size: 240px auto;
	}
}





html:lang(en) .banner-startup dd.button {
	width: 280px;
	font-size: 13px;
}
html:lang(en) .banner-startup dd.text {
	margin: 8px 0 0;
	padding: 0 0 40px;
	font-size: 13px;
	line-height: 1.7;
}








