@charset "utf-8";

.sp {
	display: none !important;
}


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


#floating-banner {
	position: fixed;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	right: 30px;
	bottom: 70px;
	z-index: 1000;
	padding: 25px;
	border: 1px solid #c9c9c9;
	background: #fff;
}
#floating-banner button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/img/icon_close.svg) 50% 50% no-repeat;
	background-size: 10px auto;
}
#floating-banner button {
	cursor: pointer;
}

#floating-banner img {
	width: 90%;
	height: auto;
}
#floating-banner dl {
	margin: 25px 0 0;
}
#floating-banner dt {
	font-size: 12px;
	line-height: 1.8;
}
#floating-banner dd {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
#floating-banner dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #fff;
	background: #165d89;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#floating-banner dd a:hover {
	opacity: 0.75;
}



#floating-banner {
	transform: translateY(320px);
	transition: all 600ms ease-out;
}
body.scrolled #floating-banner {
	transform: translateY(0);
}
#floating-banner.closed {
	transform: translateY(320px) !important;
	transition: all 400ms ease-out;
	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: 500px;
	height: 400px;
	left: calc(50% - 250px);
	top: calc(50% - 200px);
	z-index: 10000;
	padding: 30px;
	background: #fff;
}
#modal-form button {
	position: absolute;
	width: 50px;
	height: 50px;
	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: 250px;
	height: auto;
}
#modal-form .form-title dl {
	margin: 30px 0 0;
}
#modal-form .form-title dt {
	font-size: 17px;
}
#modal-form .form-title dd {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
#modal-form form {
	margin: 20px 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: 14px;
	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: 25px 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: 45px;
	font-size: 15px;
	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: 500px;
	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(100px);
}

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




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



.incubation-intro {
	display: flex;
	justify-content: space-between;
}

.incubation-intro .text {
	width: calc(100% - 75px - 365px);
}
.incubation-intro .logo {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 365px;
	border-left: 1px solid #c9c9c9;
}
.incubation-intro .logo img {
	width: 160px;
	height: auto;
}

.incubation-intro h3 {
	font-size: 1.5rem;
	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: 55px 0 0;
	padding: 50px 0;
	text-align: center;
	background: #fafafa;
}
.incubation-figure h4 {
	margin: 0 0 40px;
	font-size: 1.25rem;
	font-weight: 500;
}
.incubation-figure img {
	width: 616px;
	height: auto;
}


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

.incubation-column h3 {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 0 30px;
	font-size: 1.5rem;
	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: 40px 0;
}
.university-list li {
	width: calc(100% / 8);
	text-align: center;
}
.university-list img {
	width: 95%;
	height: auto;
}
.university-list li:nth-child(n + 9) {
	margin-top: 15px;
}








.incubation-logos {
	position: relative;
	width: 100vw;
	left: calc((1180px - 100vw) / 2 - 40px);
	margin: 60px 0 0;
}

@media screen and (max-width:1179px) {
	.incubation-logos {
		left: -40px;
	}
}


.incubation-logos ul {
	display: flex;
}
.incubation-logos li {
	width: 210px;
}
.incubation-logos img {
	width: 160px;
	height: auto;
}

.incubation-logos ul:nth-child(2) {
	margin-left: 105px;
}


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











.incubation-archive {
	margin: 50px 0 0;
}
.incubation-archive dt {
	font-size: 1.75rem;
	font-weight: 700;
	font-family: Overpass, "Zen Kaku Gothic Antique", sans-serif;
	background: #fafafa;
	border-top: 1px solid #c9c9c9;
}

.incubation-archive ul {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}
.incubation-archive li {
	width: calc(100% / 6);
	text-align: center;
}
.incubation-archive li:nth-child(n + 7) {
	margin-top: 20px;
}
.incubation-archive li img {
	width: 60%;
}


.incubation-archive a {
	position: relative;
	display: block;
	padding: 26px 35px 25px;
	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: 19px;
	right: 40px;
	top: calc(50% - 10px);
	transition: all 300ms ease-out;
}
.incubation-archive a::after {
	width: 19px;
	height: 1px;
	right: 31px;
	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: 5em;
}

.incubation-archive a:hover {
	background: #EAF7FF;
}






.banner-1stround {
	position: relative;
	min-height: 160px;
	margin: 80px 0 0;
	background: url(../img/bg_1stround3.png) 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner-1stround a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 160px;
	padding: 35px 40px;
	cursor: pointer;
}

.banner-1stround dt {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.banner-1stround dt.small {
	font-size: 1.25rem;
}

.banner-1stround dd {
	position: absolute;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 280px;
	min-height: 56px;
	right: 26px;
	top: 50%;
	padding: 0 0 0 26px;
	transform: translateY(-50%);
	font-size: 1.125rem;
	color: #165d89;
	border-radius: 50px;
	background: #fff url(/img/icon_popup_blue.svg) right 18px top 50% no-repeat;
	background-size: 16px auto;
}
html:lang(en) .banner-1stround dd {
	width: 300px;
}





.banner-contact {
	position: relative;
	margin: 30px 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: 45px 40px;
	cursor: pointer;
	background: url(../img/pict_contact.png) right 45px top 50% no-repeat;
	background-size: 197px auto;
}

.banner-contact dt {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.banner-contact dd {
	margin: 15px 0 0;
	font-size: 0.8725rem;
	line-height: 1.8;
}

.banner-1stround,
.banner-contact {
	transition: all 300ms ease-out;
}
.banner-1stround:hover,
.banner-contact:hover {
	opacity: 0.7;
}





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







/* 2025 */

main.incubation2025 section.column h2 {
	line-height: 1.5;
}
main.incubation2025 section.column h2 br {
	display: initial;
}

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


main.incubation2025 #intro .figure {
	max-width: 1100px;
	margin: 70px auto 0;
}
main.incubation2025 #intro .figure img {
	width: 100%;
	height: auto;
}


main.incubation2025 #startup .logo {
	flex-direction: column;
}
main.incubation2025 #startup .logo img {
	width: 183px;
}
main.incubation2025 #startup .logo span {
	margin: 12px 0 0;
	font-size: 23px;
	color: #165d89;
}




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;
	min-height: 160px;
	margin: 80px 0 0;
	background: #D0E9F4 url(../img/bg_startup.png) 60% 50% no-repeat;
	background-size: 240px auto;
	border: 1px solid #c9c9c9;
	overflow: hidden;
}
.banner-startup a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 160px;
	padding: 35px 40px;
	cursor: pointer;
}

.banner-startup dt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
.banner-startup dt.small {
	font-size: 1.25rem;
}

.banner-startup dd.button {
	position: absolute;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 340px;
	min-height: 56px;
	right: 26px;
	top: 50%;
	padding: 0 0 0 26px;
	transform: translateY(-50%);
	font-size: 15px;
	color: #165d89;
	border-radius: 50px;
	background: #fff url(/img/icon_popup_blue.svg) right 18px top 50% no-repeat;
	background-size: 16px auto;
	border: 1px solid #165d89;
}

.banner-startup {
	transition: all 300ms ease-out;
}
.banner-startup:hover {
	opacity: 0.7;
}



html:lang(en) .banner-startup dd.button {
	font-size: 14px;
}
html:lang(en) .banner-startup dd.text {
	width: 50%;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

























