@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	color: #222222;
	line-height: 1.5;
}
ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 10;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
}
.header_logo {
	width: 320px;
	height: auto;
}
.header_nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 860px;
}
.header_nav a {
	margin-left: 40px;
	transition: opacity 0.2s ease-out;
}
.header_nav a:nth-of-type(2) {
	margin-left: 42px;
}
.header_nav a:hover {
	opacity: 0.6;
}
.hd_logo01 {
	width: 140px;
	height: auto;
}
.hd_logo02 {
	width: 120px;
	height: auto;
}
.hd_logo03 {
	width: 105px;
	height: auto;
}
.hd_logo04 {
	width: 145px;
	height: auto;
}
.hr {
	width: 100%;
	height: 10px;
	background: linear-gradient(to right, #00458e, #1c96d5, #228f74);
}

.whx {
	width: 100%;
	background: linear-gradient(259.09deg, rgb(24, 79, 51) -1.32%, rgb(15, 27, 20) 100%);
	margin-top: 5px;
	padding: 10px 0;
}
.whx .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	max-width: 1200px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
}
.logo_whx {
	width: 340px;
	height: auto;
	margin-top: 5px;
}
.schdl {
	font-size: 4.5rem;
	line-height: 1.3;
	margin-left: 100px;
	padding-top: 5px;
}
.schdl .day {
	font-size: 2.0rem;
}
br.pc {
	display: none;
}
.booth {
	position: relative;
}
.booth h1 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	margin: 30px 0 20px;
}
.booth h2 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.booth .hr {
	margin-bottom: 5px;
}
.img_booth_sp {
	display: none;
}
.corner {
	margin-top: 20px;
}
.caution {
	text-align: right;
	font-size: 1.4rem;
	color: #FFFFFF;
	position: absolute;
	bottom: 4px;
	right: 33.5%;
}
.corner li {
	max-width: 1200px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 0 10px;
}
.corner a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 200px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}
.corner a:hover {
	opacity: 0.6;
}
.cn-logo {
	display: flex;
	justify-content: center;
	width: 400px;
}
.cn-txt {
	width: 750px;
}
.corner p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.35;
}
.corner p:nth-of-type(2) {
	font-size: 2.4rem;
	font-weight: 800;
	margin-top: 10px;
}
.osakabio, .osakabio a {
	color: #004285;
}
.osakabio img {
	width: 280px;
}
.nakanoshima, .nakanoshima a {
	color: #1D9E89;
}
.nakanoshima img {
	width: 350px;
}
.saito, .saito a {
	color: #E94E19;
}
.saito img {
	width: 120px;
}
.kento, .kento a {
	color: #0091CF;
}
.kento img {
	width: 320px;
}
.register {
	margin: 50px 0;
}
.register a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	height: 70px;
	color: #FFFFFF;
	font-size: 2.6rem;
	text-decoration: none;
	background-color: #008261;
	border-radius: 12px;
	margin: 0 auto;
	transition: opacity 0.2s ease-out;
}
.register a:hover {
	opacity: 0.75;
}
footer {
	display: flex;
	justify-content: center;
	width: 100%;
	background: linear-gradient(to right, #00458e, #1c96d5, #228f74);
	padding: 30px 0;
}
.ft-logo {
	width: 280px;
	height: auto;
}

/* ====================================================================================================================
 * RESPONSIVE - 767px breakpoint
 * ====================================================================================================================*/
@media screen and (max-width: 767px) {
	/* Header */
	header {
		position: relative;
	}
	header .inner {
		flex-direction: column;
		height: auto;
		padding: 4vw 3vw 2vw;
	}
	.header_logo {
		width: 75%;
		margin-bottom: 3vw;
	}
	.header_nav {
		width: 100%;
		justify-content: space-between;
	}
	.header_nav a {
		margin-left: 0;
	}
	.header_nav a:nth-of-type(2) {
		margin-left: 0;
	}
	.hd_logo01 {
		width: 22vw;
	}
	.hd_logo02 {
		width: 18.8vw;
	}
	.hd_logo03 {
		width: 16.5vw;
	}
	.hd_logo04 {
		width: 22.8vw;
	}
	.hr {
		height: 0;
		padding-top: min(1.5vw, 10px);
	}

	/* WHX Section */
	.whx {
		margin-top: 0.5vw;
		padding: 2vw 4vw;
	}
	.whx .inner {
		padding: 0;
	}
	.logo_whx {
		width: 38vw;
		margin-top: 0;
	}
	.schdl {
		font-size: 4vw;
		margin: 0 0 0 6vw;
		padding-top: 0;
		text-align: center;
	}
	.schdl .day {
		font-size: 2.5vw;
	}
	.schdl .space {
		display: none;
	}
	br.pc {
		display: inline-block;
	}
	.schdl p {
		text-align: center;
	}

	/* Booth Section */
	.booth h1, .booth h2 {
		padding: 0 3vw;
	}
	.booth h1 {
		font-size: min(5vw, 3.5rem);
		margin: 3vw 0;
		line-height: 1.2;
	}
	.booth h2 {
		font-size: min(3.2vw, 2.4rem);
		margin: 0 0 3vw;
		line-height: 1.3;
	}
	.booth h2 br {
		display: none;
	}
	.booth .hr {
		margin-bottom: min(0.75vw, 5px);
	}
	.img_booth_pc {
		display: none;
	}
	.img_booth_sp {
		display: block;
	}
	.caution {
		font-size: min(2vw, 1.2rem);
		bottom: 28.5vw;
		right: 0.5vw;
	}

	/* Corner Section */
	.corner {
		margin-top: 0;
	}
	.corner li {
		padding: 5vw 4vw;
	}
	.corner a {
		flex-direction: column;
		min-height: auto;
		padding: 0;
	}
	.cn-logo {
		width: 100%;
		margin-bottom: 4vw;
	}
	.cn-txt {
		width: 100%;
		text-align: center;
	}
	.corner p:first-of-type {
		font-size: min(5vw, 3.0rem);
		line-height: 1.4;
	}
	.corner p:nth-of-type(2) {
		font-size: min(4.2vw, 2.4rem);
		margin-top: min(2.5vw, 12px);
	}
	.osakabio img {
		width: min(48vw, 320px);
	}
	.nakanoshima img {
		width: min(65vw, 460px);
	}
	.saito img {
		width: min(20vw, 130px);
	}
	.kento img {
		width: min(45vw, 300px);
	}

	/* Register Button */
	.register {
		margin: 8vw 5vw;
	}
	.register a {
		width: 100%;
		height: auto;
		font-size: min(4.5vw, 3.0rem);
		border-radius: 3vw;
		padding: 3vw 0;
	}

	/* Footer */
	footer {
		padding: 5vw 0;
	}
	.ft-logo {
		width: min(50vw, 320px);
	}
}

