@charset "utf-8";
/* CSS Document */
@import "./fonts.css";
@import "./reset.css";
@import "./loader.css";
@import "./parts.css";
@import "./menu_trigger.css";
@import "./fadein.css";
/* =Layout
-------------------------------------------------------------- */ :root {
	--base: #009946;
	--base-t: rgba(0, 153, 70, 0.80);
	--base-pale: rgba(0, 153, 70, 0.1);
	--dark: #00441F;
	--dark-t: rgba(0, 68, 31, 0.90);
	--darker: rgba(0, 137, 62, 1);
	--darker-t: rgba(0, 137, 62, 0.60);
	--impact: #ff006b;
	--light: #d1ff00;
	--black-t: rgba(0, 0, 0, 0.5);
	--yellow: #e1e100;
	--dark-yellow: #969630;
	--dark-pink: #B3004E;
	--pink-bg: #F7E9EF;
	--yellow-bg: #FBFBE4;
	--red: #EF0060;
}
.sp {
	display: none !important;
}
body {
	background: #fff;
	line-height: 1.9;
	font-weight: 500;
}
body::before {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 1;
	opacity: 0.5;
}
#particles-js {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 2;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	z-index: 10;
}
.inside {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.admin-bar #header {
	top: 32px;
}
#header .inside {}
#header .site-title {
	width: auto;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: ease-out 0.6s;
	height: 100px;
}
.shlink #header .site-title {
	height: 0px;
	padding: 0px 0;
}
#header .site-title img {
	height: 86px;
	display: block;
	margin: 0 auto;
}
#header .navigation {
	border-bottom: 3px solid var(--base);
}
#header .shoulder {
	position: absolute;
	right: 0;
	top: 20px;
	transition: ease-out 0.6s;
	display: flex;
	margin: 0 -5px;
}
.shlink #header .shoulder {
	top: -100px;
}
#header .en_link a {
	font-size: 12px;
	margin: 0 5px;
	color: var(--base);
	padding: 5px 10px;
	border: 1px solid var(--base);
	border-radius: 3px;
	display: block;
}
#header .inquiry_link a {
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid var(--impact);
	background: var(--impact);
	border-radius: 3px;
	display: block;
}
#header .accommodation_link a {
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid var(--base);
	border-radius: 3px;
	display: block;
}
#header .navigation ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .navigation li {
	width: 100%;
}
#header .navigation li a {
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	color: var(--base);
	position: relative;
	white-space: nowrap;
}
#header .navigation li:nth-child(2n) a {}
#header .navigation li a::before {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	content: "";
	height: 1px;
	width: 90%;
	background: var(--yellow);
	transition: ease-in 0.3s;
}
#header .navigation li a:hover::before {
	width: 20%;
}
#header .navigation li.current_page_item a::after {}
#header .navigation li.current_page_item a:hover::after {
	bottom: 8px;
}
#main {
	padding: 188px 0 506px;
}
.admin-bar #main {
	padding-top: 220px;
}
.page-id-2 #main {
	padding: 188px 0 506px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: var(--base);
	color: #fff;
	padding: 100px 0;
}
#footer h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px;
}
#footer h1 img {
	height: 70px;
}
#footer .sns {
	margin: 40px 0 60px;
}
#footer .sns .link {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .sns .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ddd;
	width: auto;
}
#footer .sns .link a img {
	margin: 0 10px 0 0;
	width: 40px;
}
#footer .sns .link a h6 {
	font-size: 16px;
	font-weight: 500;
}
#footer #footer_links.navigation {
	margin: 0 0 40px;
}
#footer #footer_links.navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}
#footer #footer_links.navigation li {
	margin: 0 10px;
	width: 100%;
}
#footer #footer_links.navigation li a {
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}
#footer #other_links.navigation {
	margin: 0 0 60px 0;
	text-align: center;
}
#footer #other_links.navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -20px;
}
#footer #other_links.navigation li {
	margin: 0 20px;
	width: 100%;
	max-width: 33%;
}
#footer #other_links.navigation li a {
	font-size: 14px;
	color: #fff;
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--dark-t);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer #other_links.navigation li a::after {
	font-family: 'icomoon';
	margin: 0 0 0 0.5em;
	content: "\e90c";
	font-size: 80%;
}
#footer p.copyright {
	margin: 0;
	text-align: center;
	font-size: 12px;
}
.breadcrumbs {
	margin: 0 0 40px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}
.breadcrumbs a {
	color: var(--base);
	text-decoration: underline;
}
#menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9900;
}
#to_top a, #to_top img {
	display: block;
}
#to_top a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	background: var(--dark);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.active #drawer {
	height: 100vh;
}
.content-area {
	min-height: 50vh;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 40px;
	background: #fff;
	border: 1px solid #dadada;
	margin: 0 0 60px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.entry-header {
	margin: 0 0 5em;
	padding: 0 0 3em;
	position: relative;
}
.entry-header::before {
	content: "";
	background: var(--yellow);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	transform: translate(-50%, 0);
	width: 150px;
}
.entry-header .entry-title {
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.18em;
	color: var(--base);
}
.en .entry-header .entry-title {
	font-size: 32px;
	letter-spacing: 0;
}
.entry-content {
	margin: 0 40px;
}
.entry-content p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 1.8em;
	color: #000;
	font-weight: 500;
}
#visual {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transform: translate(0, 0);
	transition: ease-out 1.2s;
	position: relative;
	z-index: 100;
	padding: 0 0 30px;
}
.loading #visual {
	transform: translate(0, -40px);
}
#visual .center {
	margin: -120px 0 40px;
	position: relative;
	width: 100%;
	max-width: 980px;
}
#visual h1 {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 2.0833333333333vw;
	transform: translate(-130%, -25%);
	z-index: 1000;
	width: 22.28125vw;
	opacity: 0;
	transition: ease-in 1s 0.3s;
}
.loaded #visual h1 {
	opacity: 1;
	transform: translate(-120%, 0);
}
#visual h2 {
	opacity: 0;
	transform: translate(0, 25%);
	transition: ease-in 0.6s 1.2s;
}
.loaded #visual h2 {
	opacity: 1;
	transform: translate(0, 0);
}
#visual h2 svg {
	width: 60%;
	display: block;
	margin: 0 auto;
}
#visual h2 {
	margin: -30px 0 0;
	position: relative;
	z-index: 1000;
}
#visual .swiper_outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#visual .swiper_outer .swiper {}
#visual .swiper_outer .swiper .swiper-slide {
	border: 3px solid var(--base);
	box-sizing: border-box;
	border-radius: 4px;
}
#visual .swiper_outer .swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
#visual .swiper-button-next, #visual .swiper-button-prev {
	background: var(--base);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 9999px;
}
#visual .swiper-button-next::after, #visual .swiper-button-prev::after {
	color: #fff;
	font-size: 12px;
}
#visual .scroll {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 25%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 100;
	display: none;
}
#visual .scroll a {
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px;
}
#visual .scroll::after {
	width: 1px;
	background: #fff;
	height: 150px;
	content: "";
	animation: scroll ease-out 1.8s 0.5s infinite;
	transform-origin: center top;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: center top;
	}
	40% {
		transform: scale(1, 0);
		transform-origin: center top;
	}
	70% {
		transform: scale(1, 1);
		transform-origin: center top;
	}
	71% {
		transform: scale(1, 1);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: center bottom;
	}
}
#video {
	background: var(--dark);
}
#video .inside {
	padding: 80px 0;
}
#video h3 {
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin: 0 0 0px;
	padding: 15px;
	background: var(--black-t);
	font-family: "Merriweather Sans", sans-serif;
	border-radius: 3px 3px 0 0;
}
.video video {
	width: 100%;
	height: auto;
	display: block;
}
#buttons {}
#buttons .bt a {
	padding: 30px 0;
	font-size: 20px;
	min-width: 448px;
}
#news {
	padding: 80px 0;
	background: var(--base-pale);
}
#news h2 {
	text-align: center;
	font-weight: 900;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 40px;
	margin: 0 0 40px;
	color: var(--base);
	letter-spacing: 0.05em;
}
#news .news_board {
	box-sizing: border-box;
}
#news .news_board .coming_soon {
	padding: 100px 0;
	font-size: 16px;
	color: var(--base);
}
ul.news {
	height: 200px;
	overflow: hidden;
}
ul.news li {
	padding: 0 0 1em;
	margin: 0 0 1em;
	border-bottom: 1px dotted var(--base);
	font-size: 16px;
	position: relative;
}
ul.news li time {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--base);
}
ul.news li .new {
	position: absolute;
	top: 5px;
	left: 123px;
	display: block;
	color: var(--impact);
	letter-spacing: 0.2em;
	border: var(--impact) 1px solid;
	font-size: 0.6em;
	padding: 0 1em;
}
ul.news li p {
	margin: 0 0 0 14em;
}
ul.news li p a {
	color: var(--base);
	text-decoration: underline;
}
#top_info {
	padding: 80px 0;
	background: var(--base-pale);
}
#links {
	padding: 80px 0;
	color: #fff;
}
#flow_abstruct {
	margin: 0 0 20px;
}
#flow_abstruct h2 {
	margin: 40px 0 20px;
}
#banners {
	padding: 80px 0;
	margin: 0 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
#banners h3 {
	text-align: center;
	margin: 0 0 40px;
}
.flex {
	justify-content: space-between;
	display: flex;
}
.flex .img {
	width: 220px;
}
.flex .img img {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
.flex .img .caption {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	margin: 20px 0 0;
}
.flex .info {
	width: 540px;
}
.flex .info h3 {
	font-size: 22px;
	margin: 0 0 40px;
}
.flex .info p {
	font-size: 15px;
	margin: 0 0 2em;
	line-height: 2;
}
.tile_bt {
	margin: 0 -20px;
	display: flex;
	align-items: stretch;
}
.tile_bt li {
	margin: 0 20px;
	width: 100%;
}
.tile_bt li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 22px;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 40px;
	border: 3px solid var(--base);
	font-weight: 900;
	height: 100%;
	text-decoration: none !important;
	background: #fff;
}
.tile_bt li a .img {
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	color: #000;
	padding: 0 0 15px;
	border-bottom: 2px solid var(--light);
	width: 100%;
	margin: 0 0 40px;
}
.tile_bt li a .img small {
	font-size: 30px;
}
.tile_bt li a .img img {
	height: 100px;
}
.tile_bt li a .info {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	padding: 0.8em 0;
	width: 100%;
	border-radius: 3px;
	color: #fff;
	background: var(--base);
}
.coming_soon {
	text-align: center;
	font-size: 26px;
	padding: 0 0 200px;
}
@media screen and (max-width: 750px) {
	body.active {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#loader .percent {
		font-size: 28px;
	}
	#loader .circle, #loader .circle:after {
		width: 10em;
		height: 10em;
	}
	#loader .circle {
		border-top: 0.2em solid rgba(255, 255, 255, 0.2);
		border-right: 0.2em solid rgba(255, 255, 255, 0.2);
		border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
		border-left: 0.2em solid #ffffff;
	}
	#loader .circle {
		font-size: 28px;
	}
	body::before {
		/* background: url(../img/bg_sp.jpg?) center top / cover no-repeat;*/
		height: 100vh;
		bottom: auto;
	}
	#particles-js {}
	#wrapper {}
	.inside {
		width: auto;
		margin: 0 40px;
	}
	#header {}
	.admin-bar #header {
		top: 32px;
	}
	#header .site-title {
		padding: 40px;
		height: auto;
	}
	.shlink #header .site-title {
		height: 0px;
		padding: 0px 0;
		text-align: left;
	}
	#header .site-title img {
		height: auto;
		width: 560px;
		margin: 0;
	}
	#header .shoulder {
		display: none;
	}
	#header .navigation {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		display: none;
	}
	#header .navigation .en_link {
		right: 0;
		top: -40px;
	}
	#header .navigation .en_link a {}
	#header .navigation ul {
		display: flex;
	}
	#header .navigation li {}
	#header .navigation li a {
		padding: 15px 0;
		font-size: 16px;
	}
	#header .navigation li a::before {
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		height: 1px;
		width: 0;
	}
	#header .navigation li a:hover::before {
		width: 90%;
	}
	#header .navigation li.current_page_item a::after {
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0%) rotate(45deg);
		height: 8px;
		width: 8px;
		border-bottom: 1px solid rgba(158, 158, 90, 1);
		border-right: 1px solid rgba(158, 158, 90, 1);
	}
	#header .navigation li.current_page_item a:hover::after {
		bottom: 8px;
	}
	#main {
		padding: 170px 0 100px;
	}
	.admin-bar #main {
		padding-top: 220px;
	}
	.page-id-2 #main {
		padding-top: 170px;
		padding-bottom: 0;
	}
	#footer {
		padding: 100px 0;
		position: relative;
		bottom: auto;
		left: auto;
	}
	#footer h1 {
		display: block;
		margin: 60px 0;
	}
	#footer h1 img {
		height: auto;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#footer .sns {
		margin: 40px 0 60px;
	}
	#footer .sns .link {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .sns .link a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 30px;
		border-radius: 5px;
		border: 1px solid #ddd;
		width: auto;
		text-align: left;
	}
	#footer .sns .link a img {
		margin: 0 20px 0 0;
		width: 70px;
	}
	#footer .sns .link a h6 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.5;
	}
	#footer .navigation {
		margin: 0 0 60px 0;
	}
	#footer #footer_links.navigation ul {
		display: block;
		margin: 0 0px;
	}
	#footer .navigation li {
		margin: 0 0 40px;
	}
	#footer .navigation li a {
		font-size: 26px;
		padding: 20px 0px;
		display: flex;
		border-top: 2px solid rgba(255, 255, 255, 0.2);
		border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	}
	#footer .navigation li a::after {
		margin: 0 0 0 0.5em;
		font-size: 80%;
	}
	#footer .navigation #footer_gavi li a {
		font-size: 32px;
		padding: 25px 0px;
		background: none;
		border-top: 2px solid rgba(255, 255, 255, 0.6);
		border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	}
	#footer #other_links.navigation {
		margin: 0 0 60px;
	}
	#footer #other_links.navigation ul {
		display: block;
		margin: 0 0px;
	}
	#footer #other_links.navigation li {
		margin: 0 0 20px;
		max-width: none;
	}
	#footer #other_links.navigation li a {
		font-size: 24px;
		padding: 20px 0px;
	}
	#footer #other_links.navigation li a::after {}
	#footer p.copyright {
		font-size: 20px;
	}
	.breadcrumbs {
		margin: 40px 0;
		font-size: 22px;
	}
	.breadcrumbs a {}
	#menu_bt {
		right: 40px;
		top: 61px;
		display: block;
		z-index: 9999;
	}
	#to_top {
		right: 40px;
		bottom: 60px;
	}
	#to_top a, #to_top img {}
	#to_top a {
		width: 80px;
		height: 80px;
		display: flex;
		font-size: 30px;
		border: 2px solid rgba(255, 255, 255, 0.2);
	}
	#drawer {
		top: 0;
		height: 0vh;
		background: var(--base-t);
		z-index: 9990;
	}
	.active #drawer {
		height: 100vh;
	}
	#drawer .drawer_inside {
		margin: 0 40px;
		padding: 200px 0;
	}
	#drawer .menu-gnavi-container {
		padding: 0px 0 60px;
	}
	#drawer nav {
		margin: 0 0;
	}
	#drawer nav div ul {}
	#drawer nav div ul li {
		border-bottom: 2px solid #fff;
	}
	#drawer nav div ul li a {
		padding: 35px 0;
		color: #fff;
		display: block;
		font-size: 38px;
		letter-spacing: 0.1em;
	}
	#drawer nav.others div ul li {
		border-bottom: 1px solid #fff;
	}
	#drawer nav.others div ul li a {
		padding: 25px 0;
		font-size: 28px;
	}
	#drawer .shoulder {
		display: flex;
		margin: 0px -20px 60px;
	}
	#drawer .shoulder div {
		margin: 0 20px;
		width: 100%;
	}
	#drawer .shoulder div a {
		padding: 15px 40px;
		border: 2px solid #fff;
		border-radius: 10px;
		display: block;
		color: #fff;
		font-size: 40px;
	}
	#drawer .shoulder .en_link a {}
	#drawer .shoulder .inquiry_link a {
		border: 2px solid var(--impact);
		background: var(--impact);
	}
	.content-area {
		min-height: 50vh;
		border-radius: 4px;
		padding: 40px;
		border: 1px solid #fff;
	}
	.entry-header {
		margin: 0 0 5em;
		padding: 0 0 2em;
	}
	.entry-header::before {
		height: 3px;
		bottom: 0;
		right: 0;
	}
	.entry-header .entry-title {
		font-size: 40px;
	}
	.en .entry-header .entry-title {
		font-size: 30px;
	}
	.entry-content {
		margin: 0 0px;
		word-break: break-all;
	}
	.entry-content p {
		font-size: 28px;
		margin: 0 0 1.8em;
	}
	.entry-content .img img {
		width: 100%;
		height: auto;
	}
	#visual {
		display: block;
		padding: 40px 0;
	}
	.loading #visual {
		transform: translate(0, -40px);
	}
	#visual h1 {
		transform: translate(-950%, -25%);
		width: 32.28125vw;
	}
	.loaded #visual h1 {
		transform: translate(-95%, 0);
	}
	#visual h1 svg {}
	.loaded #visual h1 svg path {}
	#visual h2 {}
	.loaded #visual h2 {
		text-align: center;
	}
	#visual h2 img {
		margin: 0 auto;
		display: block;
		width: 90vw;
	}
	#visual .scroll {
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, 25%);
		display: flex;
		flex-direction: column;
	}
	#visual .scroll a {
		font-size: 28px;
		margin: 0 0 10px;
	}
	#visual .scroll::after {
		width: 1px;
		height: 150px;
		animation: scroll ease-out 1.8s 0.5s infinite;
	}
	#video .inside {
		padding: 100px 0;
	}
	#video h3 {
		font-size: 30px;
		margin: 0 0 0px;
		padding: 20px;
	}
	.video video {}
	#buttons .bt a {
		padding: 40px 0;
		font-size: 28px;
		min-width: 100%;
	}
	#news {
		padding: 100px 0;
	}
	#news h2 {
		font-size: 50px;
		margin: 0 0 60px;
	}
	#news .news_board {}
	#news .news_board .coming_soon {
		padding: 100px 0;
		font-size: 16px;
	}
	ul.news {
		height: 400px;
	}
	ul.news li {
		padding: 0 0 1em;
		margin: 0 0 1em;
		border-bottom: 1px dotted var(--base);
		font-size: 28px;
	}
	ul.news li time {
		top: auto;
		left: auto;
		position: relative;
	}
	ul.news li .new {
		top: auto;
		display: inline-block;
		position: relative;
		left: auto;
		font-size: 0.6em;
		padding: 0 1em;
		margin: 0 0 0 1em;
	}
	ul.news li p {
		margin: 0.5em 0 0;
	}
	ul.news li p a {}
	#links {
		padding: 100px 0;
	}
	#flow_abstruct {
		margin: 0 0 20px;
	}
	#flow_abstruct h2 {
		margin: 40px 0 20px;
	}
	.flex {
		display: block;
	}
	.flex .img {
		width: auto;
		margin: 0 0 40px;
	}
	.width_60 img {
		width: 60% !important;
		margin: 0 auto;
	}
	.flex .img img {
		border-radius: 4px;
	}
	.flex .img .caption {
		font-size: 28px;
		line-height: 1.8;
		margin: 20px 0 0;
	}
	.flex .info {
		width: auto;
	}
	.flex .info h3 {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.flex .info p {
		font-size: 25px;
		margin: 0 0 2em;
	}
	.tile_bt {
		margin: 0 0px;
		display: block;
	}
	.tile_bt li {
		margin: 0 0 40px;
	}
	.tile_bt li:last-child {
		margin: 0;
	}
	.tile_bt li a {
		display: flex;
		flex-direction: column;
		font-size: 32px;
		border-radius: 4px;
		padding: 40px;
	}
	.tile_bt li a .img {
		margin: 0 0 40px;
		font-size: 50px;
	}
	.tile_bt li a .img img {
		height: 150px;
	}
	.tile_bt li a .info {
		font-size: 24px;
		padding: 0.8em 0;
	}
	.coming_soon {
		font-size: 28px;
		padding: 0 0 200px;
	}
}