@charset "UTF-8";

/**************************************************************************************************
■ incubation
**************************************************************************************************/
/* keyframes */
@keyframes text-blink {
	0% {
		opacity: 0;
		color: #d77d4b;
	}
	12.5% {
		opacity: 0.5;
		color: #FFE500;
	}
	25% {
		opacity: 1;
		color: #000;
	}
	37.5% {
		opacity: 0.5;
		color: #d77d4b;
	}
	50% {
		opacity: 1;
		color: #FFE500;
	}
	62.5% {
		opacity: 0;
		color: #d77d4b;
	}
	75% {
		opacity: 1;
		color: #000;
	}
	87.5% {
		opacity: 0.5;
		color: #000;
	}
	100% {
		opacity: 1;
		color: #d77d4b;
	}
}

/* custom */
html {
	scroll-padding-top: 80px;
	scroll-behavior: smooth;
	background-color: rgba(19,44,57,1.0);
}
body {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	line-height: 1.7;
	/* font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
	/* background-color: #f5f5f5; */
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.pc-none {display: none !important;}
.sp-none {display: block !important;}
@media only screen and (max-width: 768px) {
	.pc-none {display: block !important;}
	.sp-none {display: none !important;}
}

/* common */
.incubation-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: inherit;
	z-index: 2000;
	background-color: #100D03;
}
.incubation-header .incubation-header-navi {
	position: relative;
	display: flex;
	height: 80px;
	padding-left: 20px;
	padding-right: 100px;
	align-items: center;
}
.incubation-header .incubation-header-navi .head_logo {
	font-size: 0;
	line-height: 1;
}
.incubation-header .res_menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	font-size: 0;
	line-height: 1;
}
.incubation-header .res_menu #res_menu_box {
	width: 100px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 998;
	cursor: pointer;
}
.incubation-header .res_menu #res_menu_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	margin-left: -22px;
	background-image: url(../images/common/res_menu_btn_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 90px 45px;
}
.incubation-header .js-res-menu.is-open #res_menu_box.js-res-menu_btn::after {
	background-position: right center;
}
.incubation-header .res_menu #res_menu_wrap {
	position: absolute;
	top: 80px;
	right: 0;
	width: 400px;
	padding-bottom: 20px;
	z-index: 999;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
	pointer-events: none;
	backface-visibility: hidden;
}
.incubation-header .res_menu.is-open #res_menu_wrap {
	opacity: 1;
	pointer-events: visible;
}
.incubation-header .res_menu .res_menu_close {
	display: none;
}
.incubation-header .res_menu_head {
	display: block;
	position: relative;
}
.incubation-header .res_menu_head>img{
	width: 40%;
	display: block;
	margin: 10px auto;
}
.incubation-header #globalnavi {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #FFF;
}
.incubation-header #globalnavi > li {
	width: 33.3%;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.incubation-header #globalnavi > li:nth-child(3n+1) {
	border-left: 0;
} 
.incubation-header #globalnavi > li > a {
	display: flex;
	color: #FFF;
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}
.incubation-header #globalnavi > li.request_btn {
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.incubation-header #globalnavi > li.request_btn > a {
	font-size: 20px;
	letter-spacing: 0.3em;
	min-height: inherit;
	background-image: none !important;
}
.incubation-header #globalnavi > li.request_btn > a > span {
	display: inline-block;
	position: relative;
	padding-left: 55px;
}
.incubation-header #globalnavi > li.request_btn > a > span::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../images/common/res_menu_icon03.png) center center no-repeat;
	background-size: 100% auto;
}
.incubation-header #globalnavi > li.navi_bnr {
	display: none;
}
.incubation-header #head_btn {
	display: flex;
	width: 100%;
	margin: 0;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.incubation-header #head_btn > li {
	width: 50%;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.incubation-header #head_btn > li:first-child {
	border-left: none;
	width: 100%;
	background: #DFDFDF;
}
.incubation-header #head_btn > li:first-child .popup_btn {
	display: none;
}
.incubation-header #head_btn > li:nth-child(2) {
	border-left: none;
}
.incubation-header #head_btn > li:nth-child(2)>a,
.incubation-header #head_btn > li:nth-child(3)>.popup_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(45, 42, 38, 1) center center no-repeat;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.incubation-header #head_btn > li:nth-child(2)>a:hover,
.incubation-header #head_btn > li:nth-child(3)>.popup_btn:hover {
	opacity: 0.7;
}
.incubation-header #head_btn > li:nth-child(2)>a {
	background-image: url(../images/common/res_menu_icon01.png);
}
.incubation-header #head_btn > li:nth-child(3)>.popup_btn {
	background-image: url(../images/common/res_menu_icon02.png);
}
.incubation-header #head_btn li .language_box {
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	background: rgba(45, 42, 38, 1);
	margin: 0 auto;
	padding: 0;
	border: none !important;
	z-index: 1000;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.incubation-header #head_btn li .language_box.is-active {
	opacity: 1;
	top: 104px;
}
.incubation-header #head_btn li .language_box.is-active::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 73.5%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #FFF transparent;
}
.incubation-header #head_btn li .language_box {
	pointer-events: none;
}
.incubation-header #head_btn li .language_box.is-active {
	pointer-events: visible;
}
.incubation-header #head_btn li .language_box li{
	float: left;
	border: 1px solid #FFF;
	border-right: none;
	width: 50%;
}
.incubation-header #head_btn li .language_box li:first-child{
	border-left: none;
}
.incubation-header #head_btn li .language_box li:nth-child(2) {
	border-left-color: #FFF;
}
.incubation-header #head_btn li .language_box li a{
	background: none;
	display: block;
	width: 100%;
	height: auto;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 15px;
	text-align: center;
}
.incubation-header #head_btn li .search_box {
	background: #DFDFDF;
	margin: 0 auto;
	padding: 0;
	display: block;
	opacity: 1;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.incubation-header #head_btn li form.gsc-search-box {
	margin: 0;
	font-size: 16px;
}
.incubation-header #head_btn li .search_box table.gsc-search-box td.gsib_a,
.incubation-header #head_btn li .search_box table.gsc-search-box td.gsc-input {
	width: 100%;
	padding: 0 10px;
}
.incubation-header #head_btn li .search_box table.gsc-search-box td.gsib_a input {
	background-image: none !important;
}
.incubation-header #head_btn li .gsc-search-box .gsc-input-box {
	border: none !important;
}
.incubation-header #head_btn li .gsc-search-box table.gsc-search-box {
	margin: 0;
}
.incubation-header #head_btn li .gsc-search-box td.gsc-input {
	width: 100% !important;
	border: none !important;
	margin: 0px !important;
	outline: none !important;
	background-image: none !important;
	background-color: #fff !important;
	font-size: 16px !important;
	line-height: 1 !important;
}
.incubation-header #head_btn li .search_box .gsc-search-button {
	position: relative;
	display: flex;
	width: 25%;
	margin: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	border: none !important;
	vertical-align: top !important;
	background: none !important;
	color: #000;
	font-size: 16px;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.incubation-header #head_btn li .search_box .gsc-search-button > .gsc-search-button-v2 {
	font-size: 0;
	padding: 15px 20px !important;
	width: auto;
	vertical-align: middle;
	border: 1px solid #000;
	border-radius: 2px;
	margin-top: 2px;
	border-color: #000;
	background-color: #000 !important;
	background-image: linear-gradient(top, #333, #333);
}
.incubation-header ul.header_sns_menu {
	display: flex;
	margin: 20px auto 0;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.incubation-header ul.header_sns_menu li {
	overflow: hidden;
}
.incubation-header ul.header_sns_menu li:last-child {
	margin-right: 0;
}
.incubation-header ul.header_sns_menu li a {
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	display:block;
	background: 0 center no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.incubation-header ul.header_sns_menu li.header_sns_menu_twitter a {
	background-image: url(../images/common/sns_icon01_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_facebook a {
	background-image: url(../images/common/sns_icon02_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_instagram a {
	background-image: url(../images/common/sns_icon03_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_youtube a {
	background-image: url(../images/common/sns_icon04_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_itunesU a {
	background-image: url(../images/common/sns_icon05_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_wechat a {
	background-image: url(../images/common/sns_icon09_nocolor.png);
}
.incubation-header ul.header_sns_menu li.header_sns_menu_kakao a {
	background-image: url(../images/common/sns_icon20_nocolor.png);
}
/* incubation-footer */
.incubation-footer {
	width: 100%;
	background-color: #132c39;
}
.incubation-footer_inner {
	padding: calc((55 / 1920) * 100vw);
}
.incubation-footer_logo {
	width: calc((440 / 1920) * 100vw);
	margin: 0 auto;
}
.incubation-footer_logo img {
	width: 100%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(97deg) brightness(105%) contrast(104%);
}
.incubation-footer_linkbtn {
	margin: calc((32 / 1920) * 100vw) auto 0;
	text-align: center;
}
.incubation-footer_linkbtn > a {
	padding: calc((4 / 1920) * 100vw) calc((10 / 1920) * 100vw);
	font-weight: 200;
	font-size: calc((16 / 1920) * 100vw);
	letter-spacing: 0;
	color: #c0c0c0;
}
.incubation-footer_copyright {
	margin-top: calc((8 / 1920) * 100vw);
	font-size: calc((12 / 1920) * 100vw);
	color: #c0c0c0;
	text-align: center;
}

/* ----- incubation-main ----- */
.incubation-main {
	padding-top: 80px;
}
.incubation-main-content {
	padding-bottom: calc((50 / 1920) * 100vw);
	background-color: rgba(19,44,57,1.0);
}
.incubation-main-content[data-page="top"] {
	padding-top: calc((100 / 1920) * 100vw);
	padding-bottom: 0;
	background: url(../images/incubation/incubation_bg01.jpg) rgba(19,44,57,1.0) no-repeat;
	background-position: right bottom;
	background-size: calc((1848 / 1920) * 100vw) auto;
}
.incubation-main-inner {
	width: calc((1200 / 1920) * 100vw);
	margin: 0 auto;
	padding-top: calc((100 / 1920) * 100vw);
}
.incubation-main-guide {
	padding: calc((30 / 1920) * 100vw) 0;
}
.incubation-main-guide .incubation-main-breadcrumb {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
}
.incubation-main-guide .incubation-main-breadcrumb > li {
	position: relative;
	margin: 0;
	margin-right: .25em;
	padding-left: 1.0em;
	font-size: calc((15 / 1920) * 100vw);
	line-height: 1.4;
}
.incubation-main-guide .incubation-main-breadcrumb > li:first-child {
	padding-left: 0;
}
.incubation-main-guide .incubation-main-breadcrumb > li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #c2c2c2;
	content: ">";
}
.incubation-main-guide .incubation-main-breadcrumb > li:first-child:before {
	display: none;
}
.incubation-main-guide .incubation-main-breadcrumb > li > [class*="_link"] {
	display: inline-block;
	color: #c2c2c2;
}

/* ----- incubation-hero ----- */
.incubation-hero {
	position: relative;
}
.incubation-hero_heading {
	position: absolute;
	top: 0;
	right: calc((80 / 1920) * 100vw);
	height: 100%;
	display: flex;
	flex-direction: row-reverse;
	column-gap: calc((40 / 1920) * 100vw);
	transform: translate3d(0, -30px, 0) !important;
	transition-delay: 1.0s !important;
	z-index: 2;
}
.incubation-hero_heading.is-inview {
	transform: translate3d(0, 0, 0) !important;
}
.incubation-hero_heading::after {
	display: none;
}
.incubation-hero_heading .incubation-hero_heading_sub {
	font-family: "Outfit", sans-serif;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 300;
	writing-mode: vertical-rl;
	line-height: 1.5;
}
.incubation-hero_heading .incubation-hero_heading_title {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: calc((55 / 1920) * 100vw);
	writing-mode: vertical-rl;
}
.incubation-hero_detail {
	position: relative;
	z-index: 1;
}
.incubation-hero_title {
	transform: translate3d(-40px, 0, 0) !important;
}
.incubation-hero_title.is-inview {
	transform: translate3d(0, 0, 0) !important;
}
.incubation-hero_title span {
	display: inline-block;
	font-family: "Outfit", sans-serif;
}
.incubation-hero_title .incubation-hero_title_main {
	line-height: 1.1;
	letter-spacing: -1px;
}
.incubation-hero_title .incubation-hero_title_main > span {
	font-size: calc((108 / 1920) * 100vw);
	font-weight: 500;
	opacity: 0;
	color: #d77d4b;
}
.incubation-hero_title.is-active .incubation-hero_title_main > span {
	animation: text-blink backwards 1.0s steps(1);
	opacity: 1;
}
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(1)[data-random='1'] { animation-delay: 0.02s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(2)[data-random='1'] { animation-delay: 0.04s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(3)[data-random='1'] { animation-delay: 0.06s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(4)[data-random='1'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(5)[data-random='1'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(6)[data-random='1'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(7)[data-random='1'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(8)[data-random='1'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(9)[data-random='1'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(10)[data-random='1'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(1)[data-random='2'] { animation-delay: 0.04s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(2)[data-random='2'] { animation-delay: 0.06s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(3)[data-random='2'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(4)[data-random='2'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(5)[data-random='2'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(6)[data-random='2'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(7)[data-random='2'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(8)[data-random='2'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(9)[data-random='2'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(10)[data-random='2'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(1)[data-random='3'] { animation-delay: 0.06s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(2)[data-random='3'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(3)[data-random='3'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(4)[data-random='3'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(5)[data-random='3'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(6)[data-random='3'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(7)[data-random='3'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(8)[data-random='3'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(9)[data-random='3'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(10)[data-random='3'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(1)[data-random='4'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(2)[data-random='4'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(3)[data-random='4'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(4)[data-random='4'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(5)[data-random='4'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(6)[data-random='4'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(7)[data-random='4'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(8)[data-random='4'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(9)[data-random='4'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_main > span:nth-child(10)[data-random='4'] { animation-delay: 0.26s; }
.incubation-hero_title .incubation-hero_title_sub {
	line-height: 1.1;
	letter-spacing: -1px;
}
.incubation-hero_title .incubation-hero_title_sub > span {
	font-size: calc((108 / 1920) * 100vw);
	font-weight: 100;
	opacity: 0;
	color: #d77d4b;
}
.incubation-hero_title.is-active .incubation-hero_title_sub > span {
	animation: text-blink backwards 1.0s steps(1);
	opacity: 1;
}
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(1)[data-random='1'] { animation-delay: 0.06s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(2)[data-random='1'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(3)[data-random='1'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(4)[data-random='1'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(5)[data-random='1'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(6)[data-random='1'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(7)[data-random='1'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(8)[data-random='1'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(9)[data-random='1'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(10)[data-random='1'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(1)[data-random='2'] { animation-delay: 0.08s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(2)[data-random='2'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(3)[data-random='2'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(4)[data-random='2'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(5)[data-random='2'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(6)[data-random='2'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(7)[data-random='2'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(8)[data-random='2'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(9)[data-random='2'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(10)[data-random='2'] { animation-delay: 0.26s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(1)[data-random='3'] { animation-delay: 0.10s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(2)[data-random='3'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(3)[data-random='3'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(4)[data-random='3'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(5)[data-random='3'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(6)[data-random='3'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(7)[data-random='3'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(8)[data-random='3'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(9)[data-random='3'] { animation-delay: 0.26s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(10)[data-random='3'] { animation-delay: 0.28s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(1)[data-random='4'] { animation-delay: 0.12s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(2)[data-random='4'] { animation-delay: 0.14s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(3)[data-random='4'] { animation-delay: 0.16s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(4)[data-random='4'] { animation-delay: 0.18s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(5)[data-random='4'] { animation-delay: 0.20s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(6)[data-random='4'] { animation-delay: 0.22s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(7)[data-random='4'] { animation-delay: 0.24s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(8)[data-random='4'] { animation-delay: 0.26s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(9)[data-random='4'] { animation-delay: 0.28s; }
.incubation-hero_title.is-active .incubation-hero_title_sub > span:nth-child(10)[data-random='4'] { animation-delay: 0.30s; }
.incubation-hero_logo {
	width: calc((98 / 1920) * 100vw);
	margin-top: calc((100 / 1920) * 100vw);
	transition-delay: 1.4s !important;
}
.incubation-hero_lead {
	position: relative;
	margin-top: calc((78 / 1920) * 100vw);
	padding-left: calc(((32 / 1920) * 100vw) + ((25 / 1920) * 100vw));
	transition-delay: 1.6s !important;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: calc((28 / 1920) * 100vw);
	color: #b1b1b1;
	line-height: 1.4;
}
.incubation-hero_lead::before {
	position: absolute;
	top: .65em;
	left: 0;
	width: calc((32 / 1920) * 100vw);
	height: 1px;
	background-color: #b1b1b1;
	content: "";
}
.incubation-hero_text-wrap {
	margin-top: calc((50 / 1920) * 100vw);
	transition-delay: 1.8s !important;
}
.incubation-hero_text {
	font-size: calc((18 / 1920) * 100vw);
	font-weight: 300;
	line-height: 2.38;
	letter-spacing: -.02em;
}
.incubation-hero_image {
	position: absolute;
	top: calc((260 / 1920) * 100vw);
	right: 0;
	width: calc((685 / 1920) * 100vw);
	transition-delay: 2.0s !important;
}

/* ----- incubation-news ----- */
.incubation-news {
	position: relative;
	display: flex;
	padding-top: calc((170 / 1920) * 100vw);
}
.incubation-news .incubation-news_head {
	width: calc((300 / 1920) * 100vw);
	margin-right: calc((50 / 1920) * 100vw);
	flex-shrink: 0;
}
.incubation-news .incubation-news_body {
	width: 100%;
	max-height: calc((300 / 1920) * 100vw);
	padding-right: calc((20 / 1920) * 100vw);
	overflow-y: auto;
}
.incubation-news .incubation-news_foot {
	position: absolute;
	left: 0;
	bottom: 0;
}
.incubation-news .incubation-news_title {
	font-family: "Outfit", sans-serif;
	font-size: calc((40 / 1920) * 100vw);
	font-weight: 200;
	color: #d77d4b;
	line-height: 1.2;
}
.incubation-news .incubation-news_article-wrap {
	display: flex;
	flex-direction: column;
	row-gap: calc((20 / 1920) * 100vw);
}
.incubation-news .incubation-news_article-wrap::after {
	display: none;
}
.incubation-news .incubation-news_article {
	padding-bottom: calc((20 / 1920) * 100vw);
	border-bottom: 1px solid #315262;
}
.incubation-news .incubation-news_article > .incubation-news_article_link {
	display: block;
}
.incubation-news .incubation-news_article .incubation-news_article_date {
	font-family: "Outfit", sans-serif;
	font-size: calc((16 / 1920) * 100vw);
	font-weight: 300;
	color: #d77d4b;
	line-height: 1.2;
}
.incubation-news .incubation-news_article .incubation-news_article_title {
	margin-top: calc((10 / 1920) * 100vw);
	font-size: calc((18 / 1920) * 100vw);
	font-weight: 300;
	color: #fff;
	line-height: 1.27;
	letter-spacing: -.01em;
}
.incubation-news .incubation-news_article > .incubation-news_article_link:hover .incubation-news_article_title {
	text-decoration: underline;
}
.incubation-news .incubation-button {
	display: flex;
}
.incubation-news .incubation-button > .incubation-button_link {
	position: relative;
	min-width: calc((200 / 1920) * 100vw);
	display: flex;
	align-items: center;
	padding: calc((15 / 1920) * 100vw) calc(((10 / 1920) * 100vw) + ((12 / 1920) * 100vw) + ((24 / 1920) * 100vw)) calc((14 / 1920) * 100vw) calc((35 / 1920) * 100vw);
	background-color: #d77d4b;
	border-radius: 30px;
	font-size: calc((18 / 1920) * 100vw);
	font-weight: 300;
	color: #fff;
}
.incubation-news .incubation-button > .incubation-button_link::after {
	position: absolute;
	top: 50%;
	right: calc((24 / 1920) * 100vw);
	width: calc((12 / 1920) * 100vw);
	height: calc((12 / 1920) * 100vw);
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	content: "";
}

/* ----- incubation-slider ----- */
.incubation-slider {
	margin-top: calc((130 / 1920) * 100vw);
}
.incubation-slider .incubation-slider_item {
	margin: 0 calc((50 / 1920) * 100vw);
}

/* ----- incubation-anchor-nav ----- */
.incubation-anchor-nav {
	margin: calc((100 / 1920) * 100vw) 0 0;
	padding: calc((29 / 1920) * 100vw) 0 calc((25 / 1920) * 100vw);
	/* background-color: #223e4c; */
}
.incubation-anchor-nav .incubation-anchor-nav_inner {
	width: calc((1200 / 1920) * 100vw);
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.incubation-anchor-nav .incubation-anchor-nav_head {
	width: calc((286 / 1920) * 100vw);
	flex-shrink: 0;
	margin-right: calc((40 / 1920) * 100vw);
}
.incubation-anchor-nav .incubation-anchor-nav_body {
	width: 100%;
}
.incubation-anchor-nav .incubation-anchor-nav_title {
	font-family: "Outfit", sans-serif;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 200;
	color: #d77d4b;
	line-height: 1.5;
}
.incubation-anchor-nav .incubation-anchor-nav_button-wrap {
	display: flex;
	align-items: center;
	column-gap: calc((34 / 1920) * 100vw);
}
.incubation-anchor-nav .incubation-anchor-nav_button-wrap::after {
	display: none;
}
.incubation-anchor-nav .incubation-anchor-nav_button-wrap > * {
	width: calc((100% - (((34 / 1920) * 100vw) * 1)) / 2);
}
.incubation-anchor-nav .incubation-anchor-nav_button {
	display: flex;
}
.incubation-anchor-nav .incubation-anchor-nav_button > .incubation-anchor-nav_button_link {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: calc((21 / 1920) * 100vw) calc(((20 / 1920) * 100vw) + ((12 / 1920) * 100vw) + ((37 / 1920) * 100vw)) calc((20 / 1920) * 100vw);
	background-color: #d77d4b;
	border-radius: 38px;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 300;
	color: #fff;
}
.incubation-anchor-nav .incubation-anchor-nav_button > .incubation-anchor-nav_button_link::after {
	position: absolute;
	top: 50%;
	right: calc((37 / 1920) * 100vw);
	width: calc((12 / 1920) * 100vw);
	height: calc((12 / 1920) * 100vw);
	background-color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}

/* ----- incubation-faculty ----- */
.incubation-faculty .incubation-faculty_heading > .incubation-faculty_heading_caption {
	margin-bottom: calc((18 / 1920) * 100vw);
	font-family: "Outfit", sans-serif;
	font-size: calc((40 / 1920) * 100vw);
	font-weight: 200;
	text-align: center;
	color: #d77d4b;
	line-height: 1.2;
}
.incubation-faculty .incubation-faculty_heading > .incubation-faculty_heading_title {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: calc((40 / 1920) * 100vw);
	text-align: center;
	line-height: 1.2;
}
.incubation-faculty .incubation-faculty_card-wrap {
	display: flex;
	flex-flow: row wrap;
	gap: calc((37 / 1920) * 100vw) calc((40 / 1920) * 100vw);
	margin-top: calc((90 / 1920) * 100vw);
	padding-bottom: calc((96 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card-wrap::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card-wrap > * {
	width: calc((100% - (((40 / 1920) * 100vw) * 1)) / 2);
}
.incubation-faculty .incubation-faculty_card-wrap > *:nth-child(even) {
	position: relative;
	top: calc((96 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card {
	padding: calc((43 / 1920) * 100vw) calc((37 / 1920) * 100vw);
	background-color: #223e4c;
}
.incubation-faculty .incubation-faculty_card:nth-child(even) {
	transition-delay: .5s !important;
}
.incubation-faculty .incubation-faculty_card > .incubation-faculty_card_head {
	display: flex;
}
.incubation-faculty .incubation-faculty_card > .incubation-faculty_card_head::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card > .incubation-faculty_card_body {
	margin-top: calc((20 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_image {
	width: calc((356 / 1920) * 100vw);
	flex-shrink: 0;
	margin-right: calc((35 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_image::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((108 / 1920) * 100vw);
	row-gap: calc((35 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_name {
	font-family: "Outfit", sans-serif;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 300;
	writing-mode: vertical-rl;
	color: #d77d4b;
	line-height: 1.2;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_button {
	display: flex;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_button > .incubation-faculty_card_profile_button_link {
	position: relative;
	width: calc((108 / 1920) * 100vw);
	height: calc((108 / 1920) * 100vw);
	display: flex;
	justify-content: center;
	padding: calc((23 / 1920) * 100vw) calc((10 / 1920) * 100vw);
	background-color: #d77d4b;
	border-radius: 50%;
	font-family: "Outfit", sans-serif;
	font-size: calc((23 / 1920) * 100vw);
	font-weight: 300;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_button > .incubation-faculty_card_profile_button_link::after {
	position: absolute;
	left: 50%;
	bottom: calc((20 / 1920) * 100vw);
	width: calc((16 / 1920) * 100vw);
	height: calc((16 / 1920) * 100vw);
	margin-left: calc((-7 / 1920) * 100vw);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateX(-50%);
	content: "";
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_name {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: calc((33 / 1920) * 100vw);
	line-height: 1.4;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description {
	margin-top: calc((30 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description > .incubation-faculty_card_description_list {
	/* display: flex; */
	font-size: calc((18 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description > .incubation-faculty_card_description_list> dt {
	flex-shrink: 0;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description > .incubation-faculty_card_description_list > dd {
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description > .incubation-faculty_card_description_list::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_detail {
	margin-top: calc((30 / 1920) * 100vw);
	padding-top: calc((28 / 1920) * 100vw);
	border-top: 1px solid #5b7481;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_detail::after {
	display: none;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_detail > *:first-child {
	margin-top: 0 !important;
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_text {
	margin-top: 2.0em;
	font-size: calc((17 / 1920) * 100vw);
}
.incubation-faculty .incubation-faculty_card .incubation-faculty_card_occupation {
	margin-top: calc((15 / 1920) * 100vw);
	padding: calc((18 / 1920) * 100vw) calc((17 / 1920) * 100vw) calc((17 / 1920) * 100vw);
	background-color: #315262;
	font-size: calc((18 / 1920) * 100vw);
	line-height: 1.4;
}
/* 職員 staff */
.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card > .incubation-faculty_card_head {
	align-items: center;
}
.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card .incubation-faculty_card_image {
	width: calc((256 / 1920) * 100vw);
}
.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card_profile {
	width: 100%;
	align-items: flex-start;
	row-gap: calc((10 / 1920) * 100vw);
}
.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card_profile > .incubation-faculty_card_profile_name {
	writing-mode: inherit;
}
/* ----- incubation-hours ----- */
.incubation-hours {
	margin-top: calc((62 / 1920) * 100vw);
	padding-top: calc((66 / 1920) * 100vw);
	padding-bottom: calc((69 / 1920) * 100vw);
	border-top: 1px solid #d77d4b;
}
.incubation-hours .incubation-hours_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3.0em;
}
.incubation-hours .incubation-hours_inner::after {
	display: none;
}
.incubation-hours .incubation-hours_title {
	font-size: calc((18 / 1920) * 100vw);
}
.incubation-hours .incubation-hours_text {
	font-size: calc((18 / 1920) * 100vw);
}

/* ----- incubation-topics-heading ----- */
.incubation-topics-heading {
	position: relative;
	margin-top: calc((40 / 1920) * 100vw);
	padding-top: calc((20 / 1920) * 100vw);
}
.incubation-topics-heading .incubation-topics-heading_inner {
	position: relative;
	z-index: 1;
}
.incubation-topics-heading .incubation-topics-heading_ornament {
	position: absolute;
	top: calc((-20 / 1920) * 100vw);
	right: 0;
	font-family: "Outfit", sans-serif;
	font-size: calc((122 / 1920) * 100vw);
	font-weight: 500;
	color: #d77d4b;
	line-height: 1.1;
	opacity: .1;
}
.incubation-topics-heading .incubation-topics-heading_date {
	margin-bottom: calc((10 / 1920) * 100vw);
	font-family: "Outfit", sans-serif;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 300;
	color: #d77d4b;
	line-height: 1.5;
}
.incubation-topics-heading .incubation-topics-heading_title {
	font-size: calc((35 / 1920) * 100vw);
	font-weight: 600;
	line-height: 1.3;
}
.incubation-topics-heading + * {
	margin-top: calc((60 / 1920) * 100vw);
}

/* ----- incubation-topics-content ----- */
.incubation-topics-content {
	padding: calc((60 / 1920) * 100vw) calc((52 / 1920) * 100vw);
	background-color: #223e4c;
}
.incubation-topics-content > *:first-child {
	margin-top: 0 !important;
}

/* ----- incubation-topics-text ----- */
.incubation-topics-text {
	margin: 2.0em 0 0;
	font-size: calc((18 / 1920) * 100vw);
	font-weight: 300;
}

/* ----- incubation-topics-column ----- */
.incubation-topics-column {
	display: flex;
	flex-flow: row wrap;
	gap: calc((28 / 1920) * 100vw) calc((30 / 1920) * 100vw);
	margin-top: calc((65 / 1920) * 100vw);
}
.incubation-topics-column::after {
	display: none;
}
.incubation-topics-column > * {
	width: calc((100% - (((30 / 1920) * 100vw) * 1)) / 2);
}
.incubation-topics-column > .incubation-topics-column_item::after {
	display: none;
}

 /* ----- incubation-topics-image ----- */
 .incubation-topics-image {
	margin-top: calc((100 / 1920) * 100vw);
	text-align: center;
 }

 /* ----- incubation-topics-button-wrap ----- */
 .incubation-topics-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: calc((65 / 1920) * 100vw);
 }
 .incubation-topics-button-wrap::after {
	display: none;
 }

/* ----- incubation-topics-button ----- */
.incubation-topics-button {
	display: flex;
}
.incubation-topics-button .incubation-topics-button_link {
	position: relative;
	min-width: 394px;
	display: flex;
	align-items: center;
	padding: calc((18 / 1920) * 100vw) calc(((10 / 1920) * 100vw) + ((12 / 1920) * 100vw) + ((29 / 1920) * 100vw)) calc((17 / 1920) * 100vw) calc((32 / 1920) * 100vw);
	background-color: #d77d4b;
	border-radius: 30px;
	font-size: calc((18 / 1920) * 100vw);
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
}
.incubation-topics-button .incubation-topics-button_link::after {
	position: absolute;
	top: 50%;
	right: calc((29 / 1920) * 100vw);
	width: calc((12 / 1920) * 100vw);
	height: calc((12 / 1920) * 100vw);
	background-color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}

/* ----- incubation-topics-hours ----- */
.incubation-topics-hours {
	margin-top: calc((74 / 1920) * 100vw);
	padding: calc((22 / 1920) * 100vw) calc((20 / 1920) * 100vw);
	border-top: 1px solid #d77d4b;
	border-bottom: 1px solid #d77d4b;
}
.incubation-topics-hours .incubation-topics-hours_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3.0em;
}
.incubation-topics-hours .incubation-topics-hours::after {
	display: none;
}
.incubation-topics-hours .incubation-topics-hours_title {
	font-size: calc((18 / 1920) * 100vw);
}
.incubation-topics-hours .incubation-topics-hours_text {
	font-size: calc((18 / 1920) * 100vw);
}

/* js-view */
.js-view {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 1s,transform 1s;
	transition-delay: .1s;
}
.js-view.is-inview {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}


/* ============== - 768px ============== */
@media only screen and (max-width: 767px) {
	/* custom */
	.incubation-header {
	}
	.incubation-header .incubation-header-navi .head_logo {
		width: calc((400 / 750) * 100vw);
	}
	.incubation-header .incubation-header-navi {
		padding-left: calc((20 / 750) * 100vw);
		padding-right: calc((160 / 750) * 100vw);
	}
	.incubation-header .incubation-header-navi .head_logo {
	}
	.incubation-header .res_menu {
	}
	.incubation-header .res_menu #res_menu_box {
		width: calc((140 / 750) * 100vw);
	}
	.incubation-header .js-res-menu.is-open #res_menu_box.js-res-menu_btn::after {
		background-position: left center;
	}
	.incubation-header .res_menu #res_menu_wrap {
		top: 0;
		width: calc((750 / 750) * 100vw);
		height: 100vh;
		padding-bottom: calc((20 / 750) * 100vw);
	}
	.incubation-header .res_menu.is-open #res_menu_wrap {
	}
	.incubation-header .res_menu .res_menu_close {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		width: calc((140 / 750) * 100vw);
		height: 80px;
		align-items: center;
		justify-content: center;
	}
	.incubation-header .res_menu_head {
	}
	.incubation-header .res_menu_head>img{
		width: 50%;
		margin: calc((40 / 750) * 100vw) auto calc((60 / 750) * 100vw);
	}
	.incubation-header #globalnavi {
	}
	.incubation-header #globalnavi > li {
	}
	.incubation-header #globalnavi > li:nth-child(3n+1) {
	} 
	.incubation-header #globalnavi > li > a {
		height: calc((130 / 750) * 100vw);
		padding: calc((28 / 750) * 100vw) 0;
		font-size: calc((24 / 750) * 100vw);
	}
	.incubation-header #globalnavi > li.request_btn {
	}
	.incubation-header #globalnavi > li.request_btn > a {
		font-size: calc((32 / 750) * 100vw);
	}
	.incubation-header #globalnavi > li.request_btn > a > span {
		padding-left: calc((110 / 750) * 100vw);
	}
	.incubation-header #globalnavi > li.request_btn > a > span::before {
		width: calc((80 / 750) * 100vw);
		height: calc((80 / 750) * 100vw);
		margin-top: calc((-40 / 750) * 100vw);
	}
	.incubation-header #globalnavi > li.navi_bnr {
	}
	.incubation-header #head_btn {
	}
	.incubation-header #head_btn > li {
	}
	.incubation-header #head_btn > li:first-child {
	}
	.incubation-header #head_btn > li:first-child .popup_btn {
	}
	.incubation-header #head_btn > li:nth-child(2) {
	}
	.incubation-header #head_btn > li:nth-child(2)>a,
	.incubation-header #head_btn > li:nth-child(3)>.popup_btn {
		height: calc((110 / 750) * 100vw);
		padding: calc((28 / 750) * 100vw) 0;
		font-size: calc((24 / 750) * 100vw);
	}
	.incubation-header #head_btn > li:nth-child(2)>a:hover,
	.incubation-header #head_btn > li:nth-child(3)>.popup_btn:hover {
	}
	.incubation-header #head_btn > li:nth-child(2)>a {
	}
	.incubation-header #head_btn > li:nth-child(3)>.popup_btn {
	}
	.incubation-header #head_btn li .language_box {
		top: calc((188 / 750) * 100vw);
	}
	.incubation-header #head_btn li .language_box.is-active {
		top: calc((206 / 750) * 100vw);
	}
	.incubation-header #head_btn li .language_box.is-active::before {
		content: "";
		position: absolute;
		top: -8px;
		left: 73.5%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #FFF transparent;
	}
	.incubation-header #head_btn li .language_box li{
		float: left;
		border: 1px solid #FFF;
		border-right: none;
		width: 50%;
	}
	.incubation-header #head_btn li .language_box li:first-child{
		border-left: none;
	}
	.incubation-header #head_btn li .language_box li:nth-child(2) {
		border-left-color: #FFF;
	}
	.incubation-header #head_btn li .language_box li a{
		font-size: calc((24 / 750) * 100vw);
		padding: calc((28 / 750) * 100vw);
	}
	.incubation-header #head_btn li .search_box {
	}
	.incubation-header #head_btn li form.gsc-search-box {
	}
	.incubation-header #head_btn li .search_box table.gsc-search-box td.gsib_a,
	.incubation-header #head_btn li .search_box table.gsc-search-box td.gsc-input {
	}
	.incubation-header #head_btn li .search_box table.gsc-search-box td.gsib_a input {
	}
	.incubation-header #head_btn li .gsc-search-box .gsc-input-box {
	}
	.incubation-header #head_btn li .gsc-search-box table.gsc-search-box {
	}
	.incubation-header #head_btn li .gsc-search-box td.gsc-input {
	}
	.incubation-header #head_btn li .search_box .gsc-search-button {
	}
	.incubation-header #head_btn li .search_box .gsc-search-button > .gsc-search-button-v2 {
	}
	.incubation-header ul.header_sns_menu {
		margin: calc((20 / 750) * 100vw) auto 0;
		gap: calc((10 / 750) * 100vw);
	}
	.incubation-header ul.header_sns_menu li {
	}
	.incubation-header ul.header_sns_menu li:last-child {
	}
	.incubation-header ul.header_sns_menu li a {
		width: calc((80 / 750) * 100vw);
		height: calc((80 / 750) * 100vw);
		font-size: calc((22 / 750) * 100vw);
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_twitter a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_facebook a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_instagram a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_youtube a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_itunesU a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_wechat a {
	}
	.incubation-header ul.header_sns_menu li.header_sns_menu_kakao a {
	}

	/* ----- incubation-main ----- */
	.incubation-main-content {
		padding-bottom: calc((50 / 750) * 100vw);
	}
	.incubation-main-content[data-page="top"] {
		padding-top: 0;
		background-position: center bottom;
		background-size: calc((1946 / 750) * 100vw) auto;
	}
	.incubation-main-inner {
		width: 100%;
		padding: calc((160 / 750) * 100vw) calc((45 / 750) * 100vw) 0;
	}
	.incubation-main-guide {
		padding: calc((30 / 750) * 100vw) 0;
	}
	.incubation-main-guide .incubation-main-breadcrumb > li {
		font-size: calc((15 / 750) * 100vw);
	}

	/* ----- incubation-hero ----- */
	.incubation-hero_heading {
		right: 0;
		column-gap: calc((20 / 750) * 100vw);
	}
	.incubation-hero_heading .incubation-hero_heading_sub {
		font-size: calc((20 / 750) * 100vw);
	}
	.incubation-hero_heading .incubation-hero_heading_title {
		font-size: calc((63 / 750) * 100vw);
	}
	.incubation-hero_title .incubation-hero_title_main > span {
		font-size: calc((80 / 750) * 100vw);
	}
	.incubation-hero_title .incubation-hero_title_sub > span {
		font-size: calc((80 / 750) * 100vw);
	}
	.incubation-hero_logo {
		width: calc((98 / 750) * 100vw);
		margin-top: calc((150 / 750) * 100vw);
	}
	.incubation-hero_lead {
		margin-top: calc((200 / 750) * 100vw);
		padding-left: calc(((32 / 750) * 100vw) + ((25 / 750) * 100vw));
		font-size: calc((42 / 750) * 100vw);
	}
	.incubation-hero_lead::before {
		width: calc((32 / 750) * 100vw);
	}
	.incubation-hero_text-wrap {
		margin-top: calc((130 / 750) * 100vw);
	}
	.incubation-hero_text-wrap > *:first-child {
		margin-top: 0 !important;
	}
	.incubation-hero_text {
		margin-top: 2.0em;
		font-size: calc((22 / 750) * 100vw);
	}
	.incubation-hero_image {
		top: calc((190 / 750) * 100vw);
		width: calc((548 / 750) * 100vw);
	}

	/* ----- incubation-news ----- */
	.incubation-news {
		flex-direction: column;
		padding-top: calc((150 / 750) * 100vw);
	}
	.incubation-news .incubation-news_head {
		width: 100%;
		margin-right: 0
	}
	.incubation-news .incubation-news_body {
		max-height: 100%;
		margin-top: calc((80 / 750) * 100vw);
		overflow-y: inherit;
	}
	.incubation-news .incubation-news_foot {
		position: relative;
		left: inherit;
		bottom: inherit;
		display: flex;
		justify-content: flex-end;
		margin-top: calc((70 / 750) * 100vw);
	}
	.incubation-news .incubation-news_title {
		font-size: calc((40 / 750) * 100vw);
	}
	.incubation-news .incubation-news_article-wrap {
		row-gap: calc((35 / 750) * 100vw);
	}
	.incubation-news .incubation-news_article {
		padding-bottom: calc((35 / 750) * 100vw);
	}
	.incubation-news .incubation-news_article .incubation-news_article_date {
		font-size: calc((20 / 750) * 100vw);
	}
	.incubation-news .incubation-news_article .incubation-news_article_title {
		margin-top: calc((15 / 750) * 100vw);
		font-size: calc((26 / 750) * 100vw);
	}
	.incubation-news .incubation-button > .incubation-button_link {
		min-width: calc((290 / 750) * 100vw);
		padding: calc((13 / 750) * 100vw) calc(((10 / 750) * 100vw) + ((12 / 750) * 100vw) + ((30 / 750) * 100vw)) calc((13 / 750) * 100vw) calc((46 / 750) * 100vw);
		font-size: calc((28 / 750) * 100vw);
		line-height: 1.2;
	}
	.incubation-news .incubation-button > .incubation-button_link::after {
		right: calc((30 / 750) * 100vw);
		width: calc((12 / 750) * 100vw);
		height: calc((12 / 750) * 100vw);
	}

	/* ----- incubation-slider ----- */
	.incubation-slider {
		margin-top: calc((200 / 750) * 100vw);
	}
	.incubation-slider .incubation-slider_item {
		margin: 0 calc((70 / 750) * 100vw);
	}

	/* ----- incubation-anchor-nav ----- */
	.incubation-anchor-nav {
		margin: calc((50 / 750) * 100vw) 0 0;
		padding: calc((40 / 750) * 100vw) 0 calc((55 / 750) * 100vw);
	}
	.incubation-anchor-nav .incubation-anchor-nav_inner {
		width: 100%;
		flex-direction: column;
		padding: 0 calc((45 / 750) * 100vw);
	}
	.incubation-anchor-nav .incubation-anchor-nav_head {
		width: 100%;
		margin-right: 0;
	}
	.incubation-anchor-nav .incubation-anchor-nav_body {
		margin-top: calc((30 / 750) * 100vw);
	}
	.incubation-anchor-nav .incubation-anchor-nav_title {
		font-size: calc((20 / 750) * 100vw);
		text-align: center;
	}
	.incubation-anchor-nav .incubation-anchor-nav_button-wrap {
		flex-direction: column;
		row-gap: calc((30 / 750) * 100vw);
	}
	.incubation-anchor-nav .incubation-anchor-nav_button-wrap > * {
		width: 100%;
	}
	.incubation-anchor-nav .incubation-anchor-nav_button > .incubation-anchor-nav_button_link {
		justify-content: flex-start;
		padding: calc((26 / 750) * 100vw) calc(((20 / 750) * 100vw) + ((12 / 750) * 100vw) + ((30 / 750) * 100vw)) calc((26 / 750) * 100vw) calc((35 / 750) * 100vw);
		font-size: calc((28 / 750) * 100vw);
		line-height: 1.2;
	}
	.incubation-anchor-nav .incubation-anchor-nav_button > .incubation-anchor-nav_button_link::after {
		right: calc((30 / 750) * 100vw);
		width: calc((12 / 750) * 100vw);
		height: calc((12 / 750) * 100vw);
	}

	/* ----- incubation-faculty ----- */
	.incubation-faculty {
		padding: 0 calc((30 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_heading > .incubation-faculty_heading_caption {
		margin-bottom: calc((18 / 750) * 100vw);
		font-size: calc((40 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_heading > .incubation-faculty_heading_title {
		font-size: calc((40 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card-wrap {
		flex-direction: column;
		row-gap: calc((30 / 750) * 100vw);
		margin-top: calc((75 / 750) * 100vw);
		padding-bottom: 0;
	}
	.incubation-faculty .incubation-faculty_card-wrap > * {
		width: 100%;
	}
	.incubation-faculty .incubation-faculty_card-wrap > *:nth-child(even) {
		top: inherit;
	}
	.incubation-faculty .incubation-faculty_card {
		padding: calc((32 / 750) * 100vw) calc((40 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card:nth-child(even) {
		transition-delay: .1s !important;
	}
	.incubation-faculty .incubation-faculty_card > .incubation-faculty_card_body {
		margin-top: calc((20 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_image {
		width: calc((356 / 750) * 100vw);
		margin-right: calc((30 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile {
		width: calc((135 / 750) * 100vw);
		row-gap: calc((30 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_name {
		font-size: calc((20 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_button > .incubation-faculty_card_profile_button_link {
		width: calc((135 / 750) * 100vw);
		height: calc((135 / 750) * 100vw);
		padding: calc((28 / 750) * 100vw) calc((10 / 750) * 100vw);
		font-size: calc((28 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_profile > .incubation-faculty_card_profile_button > .incubation-faculty_card_profile_button_link::after {
		bottom: calc((25 / 750) * 100vw);
		width: calc((22 / 750) * 100vw);
		height: calc((22 / 750) * 100vw);
		margin-left: calc((-10 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_name {
		font-size: calc((38 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description {
		margin-top: calc((28 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_description > .incubation-faculty_card_description_list {
		font-size: calc((26 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_detail {
		margin-top: calc((35 / 750) * 100vw);
		padding-top: calc((35 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_text {
		font-size: calc((24 / 750) * 100vw);
	}
	.incubation-faculty .incubation-faculty_card .incubation-faculty_card_occupation {
		margin-top: calc((35 / 750) * 100vw);
		padding: calc((10 / 750) * 100vw) calc((18 / 750) * 100vw) calc((9 / 750) * 100vw);
		font-size: calc((26 / 750) * 100vw);
		line-height: 1.2;
	}
	/* 職員 staff */
	.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card .incubation-faculty_card_image {
		width: calc((186 / 750) * 100vw);
	}
	.incubation-faculty_card-wrap.incubation-faculty_card-wrap-staff .incubation-faculty_card_profile {
		width: auto;
		row-gap: calc((10 / 750) * 100vw);
	}
	/* ----- incubation-hours ----- */
	.incubation-hours {
		margin-top: calc((70 / 750) * 100vw);
		padding-top: calc((70 / 750) * 100vw);
		padding-bottom: calc((80 / 750) * 100vw);
	}
	.incubation-hours .incubation-hours_inner {
		flex-direction: column;
		row-gap: .25em;
		letter-spacing: 0;
	}
	.incubation-hours .incubation-hours_title {
		font-size: calc((26 / 750) * 100vw);
	}
	.incubation-hours .incubation-hours_text {
		font-size: calc((26 / 750) * 100vw);
	}

	/* ----- incubation-topics-heading ----- */
	.incubation-topics-heading {
		margin-top: calc((40 / 750) * 100vw);
		padding-top: calc((30 / 750) * 100vw);
	}
	.incubation-topics-heading .incubation-topics-heading_ornament {
		top: calc((-30 / 750) * 100vw);
		font-size: calc((120 / 750) * 100vw);
		text-align: right;
	}
	.incubation-topics-heading .incubation-topics-heading_date {
		margin-bottom: calc((10 / 750) * 100vw);
		font-size: calc((28 / 750) * 100vw);
	}
	.incubation-topics-heading .incubation-topics-heading_title {
		font-size: calc((45 / 750) * 100vw);
	}
	.incubation-topics-heading + * {
		margin-top: calc((60 / 750) * 100vw);
	}

	/* ----- incubation-topics-content ----- */
	.incubation-topics-content {
		padding: calc((60 / 750) * 100vw) calc((50 / 750) * 100vw);
	}

	/* ----- incubation-topics-text ----- */
	.incubation-topics-text {
		font-size: calc((26 / 750) * 100vw);
	}

	/* ----- incubation-topics-column ----- */
	.incubation-topics-column {
		flex-direction: column;
		row-gap: calc((30 / 750) * 100vw);
		margin-top: calc((65 / 750) * 100vw);
	}
	.incubation-topics-column > * {
		width: 100%;
	}
	.incubation-topics-column > .incubation-topics-column_item {
		text-align: center;
	}

	/* ----- incubation-topics-image ----- */
	.incubation-topics-image {
	   margin-top: calc((100 / 750) * 100vw);
	}

	 /* ----- incubation-topics-button-wrap ----- */
	 .incubation-topics-button-wrap {
		margin-top: calc((65 / 750) * 100vw);
	 }

	 /* ----- incubation-topics-button ----- */
	 .incubation-topics-button .incubation-topics-button_link {
		min-width: auto;
		padding: calc((18 / 750) * 100vw) calc(((10 / 750) * 100vw) + ((12 / 750) * 100vw) + ((29 / 750) * 100vw)) calc((17 / 750) * 100vw) calc((32 / 750) * 100vw);
		font-size: calc((26 / 750) * 100vw);
	 }
	 .incubation-topics-button .incubation-topics-button_link::after {
		right: calc((29 / 750) * 100vw);
		width: calc((12 / 750) * 100vw);
		height: calc((12 / 750) * 100vw);
	 }

	 /* ----- incubation-topics-hours ----- */
	 .incubation-topics-hours {
		margin-top: calc((74 / 750) * 100vw);
		padding: calc((22 / 750) * 100vw) calc((20 / 750) * 100vw);
	 }
	 .incubation-topics-hours .incubation-topics-hours_inner {
		 flex-direction: column;
		 row-gap: .25em;
	 }
	 .incubation-topics-hours .incubation-topics-hours_title {
		 font-size: calc((26 / 750) * 100vw);
	 }
	 .incubation-topics-hours .incubation-topics-hours_text {
		 font-size: calc((26 / 750) * 100vw);
	 }

	/* incubation-footer */
	.incubation-footer {
		width: 100%;
		background-color: #132c39;
	}
	.incubation-footer_inner {
		padding: calc((55 / 750) * 100vw);
	}
	.incubation-footer_logo {
		width: calc((440 / 750) * 100vw);
		margin: 0 auto;
	}
	.incubation-footer_logo img {
		width: 100%;
	}
	.incubation-footer_linkbtn {
		margin: calc((32 / 750) * 100vw) auto 0;
		text-align: center;
	}
	.incubation-footer_linkbtn > a {
		padding: calc((4 / 750) * 100vw) calc((10 / 750) * 100vw);
		font-weight: 600;
		font-size: calc((24 / 750) * 100vw);
		letter-spacing: 0;
		color: #c0c0c0;
	}
	.incubation-footer_copyright {
		margin-top: calc((8 / 750) * 100vw);
		font-size: calc((20 / 750) * 100vw);
		color: #c0c0c0;
		text-align: center;
	}
}
/* ============== 768px - 1032px tab ============== */
@media screen and (min-width: 768px) and (max-width: 1032px) {
}
/* ============== 1400px - ============== */
@media only screen and (min-width: 1400px) {
}
/* ============== - 横向き ============== */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape){
}
