@charset "UTF-8";

/* ============================================================

	common

=============================================================== */
html, body {
	min-width: 1400px;
}

body {
	font-size: 1.7rem;
}

/* ------------------------------------------------------------

	container

--------------------------------------------------------------- */
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 180px 100px;
}

/*	heading
--------------------------------------------------------------- */
.heading {
	margin-bottom: 100px;
}

.heading > .en {
	font-size: 10.0rem;
	margin-bottom: 20px;
}

.heading > .ja {
	font-size: 3.0rem;
}

/*	more
--------------------------------------------------------------- */
.more {
	font-size: 1.8rem;
	width: 280px;
	margin-top: 110px;
}

.more > a {
	height: 100px;
}

/* ============================================================

	wrapper

=============================================================== */
.wrapper {
}

/* ============================================================

	header

=============================================================== */
#header {
}

#header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ------------------------------------------------------------

	logo

--------------------------------------------------------------- */
div[itemprop="publisher"] {
	top: 30px;
	left: 30px;
}

div[itemprop="logo"] {
	width: 140px;
	height: 140px;
}

/* ------------------------------------------------------------

	navigation

--------------------------------------------------------------- */
#nav_global {
	font-size: 1.5rem;
	float: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#nav_global > ul {
	margin-right: 30px;
}

#nav_global > ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#nav_global li {
	float: left;
}

#nav_global a {
	color: #FFFFFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	height: 100px;
	padding: 0 12px;
}

/*	contact
--------------------------------------------------------------- */
.nav_contact {
}

.nav_contact > a {
	color: #FFFFFF;
	background: #E4362F;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	padding: 0 30px!important;
}

.nav_contact > a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
}

/* ============================================================

	visual

=============================================================== */
#visual {
	color: #FFFFFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

#visual_copy {
	font-size: 9.0rem;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
}

/* ============================================================

	swiper

=============================================================== */
#slider {
	background: #F3F3F3;
}

#slider > div {
	width: 100%!important;
	margin: 0!important;
	padding: 100px 0;
}

.swiper {
}

.swiper-wrapper {
}

/*	slide
--------------------------------------------------------------- */
.swiper-slide {
	width: 1200px!important;
}

.swiper-slide > a {
}

/*	pagination
--------------------------------------------------------------- */
.swiper-pagination {
}

/*	button
--------------------------------------------------------------- */
.swiper-button-prev {
}

.swiper-button-next {
}

/* ============================================================

	promise

=============================================================== */
#promise {
}

#promise > .overlay {
	position: relative;
	z-index: 2;
}

#promise > .overlay::after {
	background: #E4362F;
	content: "";
	position: absolute;
	top: -40px;
	left: 80%;
	z-index: -1;
	display: block;
	width: 150px;
	height: 400px;
	transform: skewX(-30deg);
}

#promise .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 100px;
}

#promise .container::after {
	background: #E4362F;
	position: absolute;
	top: -50px;
	left: 70%;
	z-index: -1;
	display: block;
	width: 100px;
	height: 200px;
	transform: skewX(-30deg);
}

#built_copy {
	width: 500px;
}

#built_text {
	width: -webkit-calc((100% - 100px) - 500px);
	width: calc((100% - 100px) - 500px);
	line-height: 2;
}

/* ============================================================

	kyusyu

=============================================================== */
#kyusyu {
}

#kyusyu > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ------------------------------------------------------------

	catchcopy

--------------------------------------------------------------- */
#catchcopy {
	width: -webkit-calc((100% - 50px) - 450px);
	width: calc((100% - 50px) - 450px);
}

/*	headline
--------------------------------------------------------------- */
.headline {
}

.headline > .en {
	font-size: 8.0rem;
}

.headline > .ja {
	font-size: 5.0rem;
	margin: 50px 0 30px;
}

/* ------------------------------------------------------------

	map

--------------------------------------------------------------- */
#map {
	width: 450px;
	margin-left: 50px;
}

/* ============================================================

	bus

=============================================================== */
#bus {
}

#bus > div {
}

/* ------------------------------------------------------------

	heading

--------------------------------------------------------------- */
#bus .heading {
	position: relative;
	z-index: 2;
}

#bus .heading::after {
	background: #E4362F;
	position: absolute;
	top: -50px;
	left: 70%;
	z-index: -1;
	display: block;
	width: 100px;
	height: 200px;
	transform: skewX(-30deg);
}

#bus .more {
	position: relative;
	z-index: 2;
	margin: 100px auto 0;
}

#bus .more::after {
	content: "";
	background: #E4362F;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 280px;
	height: 60px;
	transform: skewX(-25deg);
}

#bus .more > a {
	background: none;
	font-size: 1.6rem;
	position: relative;
	right: 0;
	z-index: 4;
	width: 280px!important;
	height: 60px!important;
}

#bus .more span {
	font-weight: 600!important;
}

/* ------------------------------------------------------------

	list

--------------------------------------------------------------- */
#list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px;
}

#list > li {
	width: -webkit-calc((100% - 6px) / 2);
	width: calc((100% - 6px) / 2);
}

/*	thumbnail
--------------------------------------------------------------- */
.bus_thumb {
}

/*	text
--------------------------------------------------------------- */
.bus_text {
	font-size: 1.6rem;
	text-align: center;
	padding: 0 20px 40px;
}

.bus_text > .num {
	font-size: 8.4rem;
	margin-top: -42px;
}

.bus_text > .name {
	font-size: 2.4rem;
	margin: 20px 0 10px;
}



/* ============================================================

	royal

=============================================================== */
#royal {
}

#royal > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 80px 100px;
}

/* ------------------------------------------------------------

	text

--------------------------------------------------------------- */
#royal_text {
	width: -webkit-calc((100% - 0px) - 700px);
	width: ccalc((100% - 0px) - 700px);	
}

#royal_text > figure {
	width: 70%;
	margin: 0 auto;
}

#royal_text > p {
	text-align: center;
	margin: 80px 0 40px;
}

#royal_text > .more {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

#royal_text .more::after {
	content: "";
	background: #BC8414;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 280px;
	height: 60px;
	transform: skewX(-25deg);
}

#royal_text .more > a {
	background: none;
	font-size: 1.6rem;
	position: relative;
	right: 0;
	z-index: 4;
	width: 280px!important;
	height: 60px!important;
}

#royal_text .more span {
	font-weight: 600!important;
}

/* ------------------------------------------------------------

	thumbnail

--------------------------------------------------------------- */
#royal_thumb {
	width: 700px;	
}

/* ============================================================

	blog

=============================================================== */
#blog {
}

#blog > div {
}

/* ------------------------------------------------------------

	header

--------------------------------------------------------------- */
#blog_header {
}

#blog_header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#blog_header .heading {
	text-align: left;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 80px;
}

#blog_header .heading > .en {
	font-size: 7.0rem;
	margin: 0;
}

#blog_header .heading > .ja {
	color: #E4362F;
	font-size: 2.3rem;
	margin-left: 30px;
}

#blog_header .more {
	position: relative;
	z-index: 2;
	float: right;
	width: 250px;
	margin: 0;
}

#blog_header .more::after {
	content: "";
	background: #E4362F;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 200px;
	height: 60px;
	transform: skewX(-25deg);
}

#blog_header .more > a {
	background: none;
	font-size: 1.6rem;
	position: relative;
	right: 0;
	z-index: 4;
	width: 300px!important;
	height: 60px!important;
}

#blog_header .more span {
	font-weight: 600!important;
}

/* ------------------------------------------------------------

	post

--------------------------------------------------------------- */
#post {
}

#post > article {
}

#post a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 0;
}

#post time {
	margin-right: 30px;
}

#post h2 {
}

/* ============================================================

	footer

=============================================================== */
#footer {
	font-size: 1.5rem!important;
}

#footer > .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 120px 100px;
}

/*	Google Map
--------------------------------------------------------------- */
.google_map {
	font-size: 1.3rem;
	margin: 10px 0;
	padding: 5px 15px;
}

.google_map::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
}

/* ------------------------------------------------------------

	office

--------------------------------------------------------------- */
#office {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc((100% - 50px) - 250px);
	width: calc((100% - 50px) - 250px);
}

/*	head
--------------------------------------------------------------- */
#head {
	width: 400px;
	margin-right: 50px;
}

#head > section {
}

#head h1 {
	font-size: 3.4rem;
	margin-bottom: 10px;
}

/*	branch
--------------------------------------------------------------- */
#branch {
	width: -webkit-calc((100% - 50px) - 400px);
	width: calc((100% - 50px) - 400px);
}

#branch > section {
	margin-bottom: 30px;
}

#branch > section:last-child {
	margin: 0;
}

#branch h2 {
	font-size: 2.0rem;
}

/* ------------------------------------------------------------

	association

--------------------------------------------------------------- */
#association {
	width: 250px;
	margin-left: 50px;
}

#safety {
	margin-bottom: 40px;
}

#safety > figure {
	width: 180px;
	margin: 20px auto 0px;
}

/*	banner
--------------------------------------------------------------- */
#association .banner {
}

#association .banner > li {
	margin-bottom: 20px;
}

#association .banner > li:last-child {
	margin: 0;
}

#association .banner a {
}

/* ------------------------------------------------------------

	copyright

--------------------------------------------------------------- */
#copyright {
}

#copyright > div {
	font-size: 1.4rem;
	padding: 30px 100px;
}

#copyright > div:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

small {
	float: right;
}

/*	navigation
--------------------------------------------------------------- */
#nav_extra {
	float: left;
}

#nav_extra > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#nav_extra li {
	float: left;
	margin-left: 15px;
}

#nav_extra li:first-of-type {
	margin: 0;
}

#nav_extra a::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
