@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

a,
a:link {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	height: auto;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
	display: none;
}

i {
	font-style: normal;
}

textarea {
	resize: none;
	font-family: sans-serif;
}

* {
	box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
	font-size: 62.5%;
	overflow: auto;
	height: -webkit-fill-available;
}

body {
	margin: auto;
	width: auto;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	overflow-x: hidden;
	color: #fff;
	background-color: #00004a;
}

a, b, dd, dt, li, p, span, td, th {
	font-size: 1.6rem;
	line-height: 1.2;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
}

.sp_only {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp_only {
		display: block !important;
	}
	.pc_only {
		display: none !important;
	}
}
.center {
	margin: auto;
	text-align: center;
	line-height: 180%;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.bg_navy {
	background: rgba(22, 28, 90, 0.8);
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 120px;
}

/*=============================================*/
/*  layout  Base  */
/*=============================================*/
.main_width {
	width: 92%;
	max-width: 1000px;
	margin: auto;
}

section {
	padding: 80px 0;
}

.bg_image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.top_page {
	position: relative;
	z-index: 999;
	padding-top: 0;
	padding-bottom: 0;
}
.top_page .bold {
	font-weight: bold;
}

.common_option .text_center {
	text-align: left;
}
.common_option .text_center .title {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5em;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.15em;
	font-family: "novecento-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.common_option .text_center .title .acronym {
	display: inline-block;
	font-size: 2.5rem;
}

.swiper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9;
}

/*=============================================*/
/*  fade-in animation */
/*=============================================*/
.js-fade_in {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s;
}

.is-active {
	opacity: 1;
	transform: translateY(0);
}

/*=============================================*/
/*  layout  */
/*=============================================*/
.mv {
	width: 100%;
	height: 100vh;
	height: 100svh;
}

.mv .container {
	position: relative;
	max-width: 1000px;
	margin: auto;
	width: 92%;
	height: 100vh;
}

.mv.ver_overlay .logo {
	position: fixed;
	max-width: 187px;
	padding-top: 20px;
	padding-left: 25px;
	z-index: 999;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.mv.ver_overlay .logo.js-fade {
	opacity: 1;
	visibility: visible;
}
.mv.ver_overlay .fv_text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.mv.ver_overlay .fv_text .main_title {
	font-size: 9rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: "novecento-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.mv.ver_overlay .fv_text .main_title .acronym {
	font-size: 11rem;
	font-family: "novecento-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.mv.ver_overlay .fv_text .main_text {
	padding-top: 2em;
	line-height: 2;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/************************************************************************************************************/
/*  @top message                    */
/************************************************************************************************************/
.message {
	padding-top: 0;
}
.message .text_center {
	padding-bottom: 100px;
}
.message .flex {
	display: flex;
}
.message .flex .left {
	display: flex;
	align-items: center;
	width: 50%;
	margin-right: 3%;
}
.message .flex .left .inner_title {
	line-height: 2;
	font-size: clamp(2.4rem, 2.5vw, 3rem);
	padding-bottom: 45px;
}
.message .flex .right {
	width: 47%;
}
.message .flex .right p {
	display: block;
	line-height: 2;
	font-size: 1.4rem;
}
.message .flex .right p:not(:last-child) {
	padding-bottom: 2.857em;
}

/************************************************************************************************************/
/* concept                    */
/************************************************************************************************************/
.concept {
	padding-top: 0;
}

.concept .text_center {
	padding-bottom: 50px;
}
.concept .top_text {
	line-height: 2;
	font-size: clamp(1.8rem, 2vw, 2rem);
	text-align: center;
	letter-spacing: 0.05em;
}
.concept .images {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6.5em;
}
.concept .images .item {
	width: 50%;
}
.concept .images .item img {
	display: block;
	max-width: 320px;
	margin: auto;
}
.concept p {
	display: block;
	max-width: 800px;
	margin: auto;
	line-height: 2;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.concept p:not(:last-child) {
	padding-bottom: 2.857em;
}

/************************************************************************************************************/
/* organization                    */
/************************************************************************************************************/
.organization .bg_navy {
	margin-bottom: 0;
}

.organization {
	padding-top: 0;
}
.organization .text_center {
	padding-bottom: 35px;
}
.organization .top_txt {
	padding-bottom: 2em;
	font-size: clamp(1.8rem, 2vw, 2rem);
	text-align: center;
}
.organization ul {
	margin-bottom: 2em;
}
.organization ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.organization ul li .title {
	display: inline-block;
	margin-right: 2.857em;
	padding: 1.333em 0 1.333em 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.organization ul li .text {
	display: inline-block;
	padding: 1.333em 0;
	line-height: 2;
	font-size: 1.4rem;
}
.organization .contact_btn {
	margin-bottom: 6em;
}
.organization .contact_btn a {
	display: block;
	max-width: 256px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 1.429em 3.571em;
	font-size: 1.4rem;
	transition: all 0.5s;
}
.organization .contact_btn a:hover {
	background-color: #fff;
	border: 1px solid #161C5A;
	color: #161C5A;
}

.organization .ambassador {
	padding-top: clamp(3em, 4vw, 6em);
	border-top: 1px solid #fff;
}
.organization .ambassador .title {
	padding-bottom: 3.571em;
	font-size: 1.4rem;
	text-align: center;
}
.organization .ambassador .flex {
	display: flex;
	flex-wrap: wrap;
}
.organization .ambassador .flex .contents {
	width: 31%;
	margin-right: 3.5%;
}
.organization .ambassador .flex .contents:nth-child(3n) {
	margin-right: 0;
}

.organization .ambassador .flex .contents .item img {
	width: 100%;
}
.organization .ambassador .flex .contents .text_box {
	padding-top: 2em;
}
.organization .ambassador .flex .contents .text_box .post {
	display: block;
	padding-bottom: 0.5em;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.organization .ambassador .flex .contents .text_box p {
	padding-bottom: 1.5em;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.organization .ambassador .flex .contents .text_box .name {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}

/************************************************************************************************************/
/*  @top footer                    */
/************************************************************************************************************/
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	margin-top: auto;
	padding: 2.083em 0;
	z-index: 999;
}
.footer .copyright {
	padding-right: 2em;
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
}

/************************************************************************************************************/
/*  @page 404エラー                    */
/************************************************************************************************************/
.err_message {
	width: 100%;
	padding: 150px 0 150px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.err_message .title {
	font-size: clamp(3rem, 3.9vw, 4rem);
	line-height: 2;
	letter-spacing: 0.05em;
}
.err_message span {
	display: block;
	margin-bottom: 4em;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}
.err_message .home_back {
	max-width: 200px;
	width: 100%;
}
.err_message .home_back a {
	display: block;
	width: 100%;
	padding: 1em 0;
	background-color: #fff;
	font-size: 1.6rem;
	text-align: center;
	color: #000;
	transition: all 0.5s;
}
.err_message .home_back a:hover {
	opacity: 0.7;
}

/*=============================================*/
/*media query  Tablet */
/*=============================================*/
/*=============================================*/
/*media query  Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
	.err_message {
		padding: 100px 0 100px 0;
	}
}
/*=============================================*/
/*media query  SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
	.common_option .text_center {
		text-align: center;
	}
	.bg_navy {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	/************************************************************************************************************/
	/*  @top mv                    */
	/************************************************************************************************************/
	.mv.ver_overlay .fv_text {
		bottom: 100px;
		left: 0;
	}
	.mv.ver_overlay .fv_text .main_title {
		font-size: 6rem;
	}
	.mv.ver_overlay .fv_text .main_title .acronym {
		font-size: 8.5rem;
	}
	.mv.ver_overlay .fv_text .main_text {
		line-height: 2;
		font-size: 1.8rem;
		font-weight: bold;
	}
	/************************************************************************************************************/
	/*  @top message                    */
	/************************************************************************************************************/
	.message {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.message .text_center {
		padding-bottom: 80px;
	}
	.message .flex {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.message .flex .left {
		width: 100%;
	}
	.message .flex .left .inner_title {
		display: block;
		width: 100%;
		padding-bottom: 60px;
		text-align: center;
	}
	.message .flex .right {
		width: 100%;
	}
	.message .flex .right p:not(:last-child) {
		padding-bottom: 1.434em;
	}
	/************************************************************************************************************/
	/*  @top concept                    */
	/************************************************************************************************************/
	.concept {
		padding-bottom: 80px;
	}
	.concept .text_center {
		padding-bottom: 80px;
	}
	.concept .images {
		margin-bottom: 2em;
	}
	.concept .images .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5.5em;
	}
	/************************************************************************************************************/
	/*  @top organization                    */
	/************************************************************************************************************/
	.organization .text_center {
		padding-bottom: 80px;
	}
	.organization .top_txt {
		padding-bottom: 2em;
	}
	.organization ul {
		margin-bottom: 2em;
	}
	.organization ul .center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.organization ul li {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.organization ul li .title {
		padding-bottom: 0.5em;
	}
	.organization ul li .text {
		padding: 0;
	}
	.organization .contact_btn {
		margin-bottom: 6em;
	}
	.organization .contact_btn a {
		display: block;
		max-width: 256px;
		margin: 0 auto;
		border: 1px solid #fff;
		border-radius: 10px;
		padding: 1.429em 3.571em;
		font-size: 1.4rem;
		transition: all 0.5s;
	}
	.organization .contact_btn a:hover {
		background-color: #fff;
		border: 1px solid #161C5A;
		color: #161C5A;
	}
	.organization {
		padding-bottom: 0;
	}
	.organization .ambassador .flex .contents {
		width: 100%;
		margin-right: 0;
	}
	.organization .ambassador .flex .contents .item img {
		display: block;
		width: 60%;
		margin: auto;
	}
	.organization .ambassador .flex .contents {
		margin-bottom: 3em;
	}
	.organization .ambassador .flex .contents .text_box {
		padding-top: 2em;
	}
}
/*=============================================*/
/*media query  SmartPhone */
/*=============================================*/
@media screen and (max-width: 520px) {
	/************************************************************************************************************/
	/*  @top mv                    */
	/************************************************************************************************************/
	.mv.ver_overlay .fv_text .main_title {
		font-size: 4.5rem;
	}
	.mv.ver_overlay .fv_text .main_title .acronym {
		font-size: 6rem;
	}
	.mv.ver_overlay .fv_text .main_text {
		line-height: 2;
		font-size: 1.8rem;
		font-weight: bold;
	}
	/************************************************************************************************************/
	/*  @top About                    */
	/************************************************************************************************************/
	.footer .copyright {
		font-size: 1rem;
	}
}/*# sourceMappingURL=style.css.map */