@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
/* --------------------------------------------------
	slick.css
-------------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
			touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			 -o-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }

/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	vertical-align: baseline;
	background: transparent;
}
body {
	position: relative;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: all 0.2s linear;
}
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	width: 100%;
}

/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix { *zoom: 1; }

/* --------------------------------------------------
	.pagetop
-------------------------------------------------- */
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 100;
	width: 70px;
}
.pagetop a { transition: 0.2s linear; }
.pagetop a:hover { opacity: 0.7; }
@media screen and (max-width: 768px) {
	.pagetop {
		right: 0;
		width: 10.6667vw;
	}
}

/* --------------------------------------------------
	.anchor
-------------------------------------------------- */
.anchor { transform: translate(0,-150px); }
@media screen and (max-width: 768px) {
	.anchor { transform: translate(0,-20vw); }
}
/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
}
@media screen and (max-width: 768px) {
	.inner {
	}
}

/* --------------------------------------------------
	br,span
-------------------------------------------------- */
br.sp,
span.sp { display: none; }
@media screen and (max-width: 768px) {
	br.pc,
	span.pc { display: none; }
	br.sp,
	span.sp { display: block; }
}

/* --------------------------------------------------
	body
-------------------------------------------------- */
body { padding-top: 70px; }
@media screen and (max-width: 768px) {
	body { padding-top: 70px; }
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 70px;
	background: #fff;
}
#header .inner {}
#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 220px;
}
#header .menuBtn {
	display: none;
	cursor: pointer;
}
#header nav {
	margin-left: auto;
	margin-right: 36px;
	width: 640px;
}
#header nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#header nav ul li { height: 70px; }
#header nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 100%;
	transition: all 0.2s linear;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.06em;
}
#header nav ul li a:hover {
	background-color: #fff;
}
@media screen and (max-width: 890px) {
	#header nav {
		margin-left: 230px;
		margin-right: 10px;
		width: auto;
	}
	#header nav ul li a { padding: 0 5px; }
}
@media screen and (max-width: 768px) {
	body { padding-top: 20vw; }
	#header { height: 20vw; }
	#header .inner { height: 20vw; }
	#header .logo { width: 53.3334vw; }
	#header .logo a {
		display: block;
		padding-top: 1.3334vw;
	}
	#header .menuBtn {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 20vw;
		height: 20vw;
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	#header .menuBtn span {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 9.3334vw;
		height: 0.8vw;
		background: #B3B3B3;
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	#header .menuBtn span:nth-child(1) { transform: translate(-50%,-2.4vw); }
	#header .menuBtn span:nth-child(2) { transform: translate(-50%,0); }
	#header .menuBtn span:nth-child(3) { transform: translate(-50%,2.4vw); }
	#header.close .menuBtn { background: #004DA0; }
	#header.close .menuBtn span { background: #fff; }
	#header.close .menuBtn span:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
	#header.close .menuBtn span:nth-child(2) { opacity: 0; }
	#header.close .menuBtn span:nth-child(3) { transform: translate(-50%,-50%) rotate(-45deg); }
	#header nav {
		margin-left: auto;
		margin-right: auto;
		padding-top: 20vw;
		width: 100%;
		overflow: hidden;
		pointer-events: none;
	}
	#header.close nav {
		pointer-events: auto;
	}
	#header nav ul {
		display: block;
		padding: 12vw 0 21.3334vw;
		background: #004DA0;
		transform: translate(100%,0);
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	#header.close nav ul {
		transform: translate(0,0);
	}
	#header nav ul li { height: auto; }
	#header nav ul li a {
		justify-content: start;
		padding: 6.6667vw 10vw;
		height: auto;
		font-size: 5.0667vw;
		color: #fff;
		text-align: left;
	}
	#header nav ul li a:hover {
		background-color: #fff;
		text-decoration: none;
	}
	#header nav ul li:last-child { display: none; }
}

/* --------------------------------------------------
	#register
-------------------------------------------------- */
#register {
	position: fixed;
	left: 0;
	top: 70px;
	z-index: 1000;
	width: 100%;
	height: 70px;
}
#register .registerBase {
	padding: 20px;
	width: 260px;
	height: 220px;
	background: #EFEFEF;
	box-sizing: border-box;
}
#register .registerBase p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
	height: 70px;
	background: #009EDD;
	text-align: center;
}
#register .registerBase p span {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	color: #fff;
}
#register .registerBase p small {
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
}
#register .registerBase p:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,100%);
	display: block;
	width: 0;
	height: 0;
	border-top: #009EDD 11px solid;
	border-right: transparent 7.5px solid;
	border-left: transparent 7.5px solid;
}
#register .registerBase .btn {
	height: 90px;
}
#register .registerBase .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background: #D8CF77;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
}
#register .registerBase .btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#register {
		position: fixed;
		left: 53.3334vw;
		top: 0;
		width: 26.6667vw;
		height: 20vw;
	}
	#register .inner,
	#register .registerBase {
		padding: 0;
		width: 100%;
		height: 100%;
	}
	#register .registerBase p { display: none; }
	#register .registerBase .btn {
		width: 100%;
		height: 100%;
	}
	#register .registerBase .btn a {
		width: 100%;
		height: 100%;
		box-shadow: none;
		font-size: 2.9334vw;
		line-height: 1.6;
		text-align: center;
	}
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
.footer-bg {
	background: #3646e0;
	background: -moz-linear-gradient(top, #3646e0 0%, #1c71df 100%);
	background: -webkit-linear-gradient(top, #3646e0 0%,#1c71df 100%);
	background: linear-gradient(to bottom, #3646e0 0%,#1c71df 100%);
}
#footer { height: 220px; }
#footer .inner {
	padding-top: 70px;
	text-align: center;
}
#footer nav { margin-bottom: 10px; }
#footer nav ul {
	width: 100%;
	font-size: 0;
}
#footer nav ul li {
	display: inline-block;
	margin-left: -1px;
	margin-bottom: 1.2em;
	padding: 0 1em;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	font-size: 14px;
}
#footer nav ul li a {
	color: #fff;
	transition: opacity 0.2s linear;
}
#footer nav ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#footer p {
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#footer { height: auto; }
	#footer .inner { padding: 5.3334vw 0; }
	#footer nav { margin-bottom: 6.6667vw; }
	#footer nav ul li { font-size: 2.6667vw; }
	#footer p { font-size: 2.1334vw; }
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	max-width: 100%;
	overflow: hidden;
}

/* --------------------------------------------------
	.contactArea
-------------------------------------------------- */
.contactArea { text-align: center; }
.contactArea .inner { padding: 80px 0; }
.contactArea p {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.16em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}
.contactArea p:after {
	content: '';
	display: block;
	margin: 14px auto 0;
	width: 12px;
	border-bottom: #fff 2px solid;
}
.contactArea .btn-contact {
	margin: 0 auto;
	width: 500px;
	height: 130px;
}
.contactArea .btn-contact a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #D8CF77;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #333;
}
.contactArea .btn-contact a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.contactArea .btn-contact a:after {
	content: '';
	position: absolute;
	right: 42px;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 16px;
	height: 32px;
	background: url("../img/icon_arrow_navy.svg") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.contactArea .inner { padding: 8.5334vw 0 7.2vw; }
	.contactArea p {
		margin-bottom: 8vw;
		font-size: 3.4667vw;
	}
	.contactArea p:after {
		margin-top: 2.4vw;
		width: 2.1334vw;
		border-width: 0.32vw;
	}
	.contactArea .btn-contact {
		width: 80vw;
		height: 20.8vw;
	}
	.contactArea .btn-contact a { font-size: 4vw; }
	.contactArea .btn-contact a:after {
		right: 6.9334vw;
		width: 2.6667vw;
		height: 5.3334vw;
	}
}

/* --------------------------------------------------
	.main
-------------------------------------------------- */
.main {
	height: 600px;
	background: url("../img/main_bg.jpg") no-repeat center center;
	background-size: 100% auto;
}
.main .inner { padding-top: 165px; }
.main h1 {
	margin-left: 23.6112%;
	font-size: 41px;
	line-height: 1.4;
	color: #fff;
	opacity: 0;
	transform: translate(5%,0);
	transition: all 1s cubic-bezier(.21,1.05,.8,.98) 1s;
}
.main h1 small {
	display: block;
	margin-top: 2.2em;
	font-size: 18px;
	line-height: 1.6;
	opacity: 0;
	transform: translate(5%,0);
	transition: all 1s cubic-bezier(.21,1.05,.8,.98) 1.5s;
}
.main.delighter.started h1,
.main.delighter.started h1 small {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 1440px) {
	.main { background-size: 1440px auto; }
}
@media screen and (max-width: 1200px) {
	.main h1 { margin-left: 300px; }
}
@media screen and (max-width: 768px) {
	.main {
		height: 104vw;
		background-image: url("../img/sp_main_bg.jpg");
		background-size: 100% auto;
	}
	.main .inner { padding-top: 32.8001vw; }
	.main h1 {
		margin-left: 16vw;
		font-size: 6.6667vw;
	}
	.main h1 small { font-size: 3.7334vw; }
}

/* --------------------------------------------------
	.introduction
-------------------------------------------------- */
.introduction {
	position: relative;
	background: #F9F8F7;
}
.introduction .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 370px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url("../img/introduction_bg.jpg");
	background-size: 100% auto;
}
.introduction .inner {
	padding: 520px 0 400px;
	max-width: 900px;
	box-sizing: border-box;
}
.introduction h2 {
	float: left;
	margin-left: 76px;
	width: 104px;
}
.introduction.delighter h2,
.introduction .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.introduction.delighter.started h2,
.introduction .delighter.started {
	opacity: 1;
	transform: none;
}
.introduction .textArea {
	margin-left: 245px;
	padding: 0 0 0 26px;
	border-left: #DAD9D8 1px solid;
}
.introduction .textArea p {
	font-size: 16px;
	line-height: 2;
}
.introduction .textArea p strong {
	font-size: 24px;
	line-height: 1.85;
}
.introduction .textArea p + p { margin-top: 2em; }
@media screen and (max-width: 1440px) {
	.introduction .bg { background-size: 1440px auto; }
}
@media screen and (max-width: 1300px) {
	.introduction .inner {
		margin-left: 220px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.introduction .bg {
		height: 49.3334vw;
		background-size: auto 100%;
	}
	.introduction .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 62.6667vw 0 20.6667vw;
	}
	.introduction h2 {
		margin-left: 10.9334vw;
		width: 15.4667vw;
	}
	.introduction .textArea {
		margin-left: 34.4vw;
		padding-left: 3.7334vw;
		width: 55.4667vw;
	}
	.introduction .textArea p { font-size: 3.7334vw; }
	.introduction .textArea p strong { font-size: 4.8vw; }
}

/* --------------------------------------------------
	.about
-------------------------------------------------- */
.about {
	position: relative;
	background: #009EDD;
	background: -moz-linear-gradient(top, #009EDD 0%, #3646E0 100%);
	background: -webkit-linear-gradient(top, #009EDD 0%,#3646E0 100%);
	background: linear-gradient(to bottom, #009EDD 0%,#3646E0 100%);
}
.about .inner {
	position: relative;
	z-index: 2;
	padding: 300px 0 230px 40px;
	max-width: 840px;
	box-sizing: border-box;
}
.about h2 {
	float: right;
	width: 182px;
}
.about.delighter h2,
.about .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.about.delighter.started h2,
.about .delighter.started {
	opacity: 1;
	transform: none;
}
.about .subBox {
	padding: 40px 30px;
	width: 566px;
	background: #fff;
	box-sizing: border-box;
}
.about .subBox + .subBox { margin-top: 80px; }
.about .subBox h3 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.46;
	color: #004DA0;
}
.about .subBox h3:after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 32px;
	border-bottom: #004DA0 2px solid;
}
.about .subBox h3 + p { margin-top: 20px; }
.about .subBox p,
.about .subBox li {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 2;
}
.about .subBox li:before {
	content: '・';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.about .bg1,
.about .bg2,
.about .bg3,
.about .bg4 {
	position: absolute;
	left: 0;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100% auto;
}
.about .bg1 {
	top: -250px;
	background-image: url("../img/about_bg1.png");
}
.about .bg2 {
	top: 490px;
	background-image: url("../img/about_bg2.png");
}
.about .bg3 {
	bottom: 400px;
	background-image: url("../img/about_bg3.png");
}
.about .bg4 {
	bottom: 0;
	background-image: url("../img/about_bg4.png");
}
@media screen and (max-width: 1440px) {
	.about .bg1,
	.about .bg2,
	.about .bg3,
	.about .bg4 { background-size: 1440px auto; }
}
@media screen and (max-width: 1300px) {
	.about .inner {
		margin-left: 220px;
		margin-right: 30px;
	}
	.about .subBox { margin-left: 10px; }
}
@media screen and (max-width: 1060px) {
	.about .subBox {
		margin-right: 192px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.about:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 33.6vw;
		background: #fff;
	}
	.about .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 19.7334vw 0 30.1334vw;
	}
	.about h2 {
		float: none;
		margin: 0 auto 6.6667vw;
		width: 24.2667vw;
	}
	.about .subBox {
		margin: 0 auto;
		padding: 9.3334vw 6.6667vw;
		width: 84vw;
	}
	.about .subBox + .subBox { margin-top: 13.3334vw; }
	.about .subBox h3 { font-size: 5.8667vw; }
	.about .subBox h3:after {
		margin-top: 3.7334vw;
		width: 7.4667vw;
	}
	.about .subBox h3 + p { margin-top: 4.8vw; }
	.about .subBox p,
	.about .subBox li { font-size: 3.7334vw; }
	.about .bg1,
	.about .bg2,
	.about .bg3,
	.about .bg4 {
		height: 53.3334vw;
		background-size: 192vw auto;
	}
	.about .bg1 { top: 0; }
	.about .bg2 { top: 210.4vw; }
	.about .bg3 { bottom: 53.3334vw; }
	.about .bg4 { bottom: 0; }
}

/* --------------------------------------------------
	.member
-------------------------------------------------- */
.member { position: relative; }
.member .bg {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 184px;
	width: 536px;
	height: 460px;
	background-image: url("../img/member_15.png");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100% auto;
}
.member .inner {
	position: relative;
	z-index: 2;
	padding: 112px 0 150px 30px;
	max-width: 840px;
	box-sizing: border-box;
}
.member h2 {
	margin-bottom: 0.5em;
	font-size: 48px;
	line-height: 1.43;
	letter-spacing: 0.1em;
	color: #004DA0;
}
.member h2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	width: 200px;
	height: 40px;
	background: #004DA0;
	border-radius: 20px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.member .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.member .delighter.started {
	opacity: 1;
	transform: none;
}
.member.delighter .bg {
	opacity: 0;
	transform: translate(10%,0);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.member.delighter.started .bg {
	opacity: 1;
	transform: none;
}
.member p {
	font-size: 22px;
	color: #004DA0;
}
.member .text { margin-bottom: 3.6em; }
.member .lead {
	margin-bottom: 2em;
	font-weight: bold;
}
.member li {
	position: relative;
	padding: 20px 20px 20px 25px;
	width: 500px;
	background: #F5FBFF;
	box-sizing: border-box;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: #004DA0;
}
.member li + li { margin-top: 40px; }
.member li:nth-child(odd) { padding-left: 160px; }
.member li:nth-child(even) { padding-right: 140px; }
.member li:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 132px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
}
.member li:nth-child(odd):before { left: 14px; }
.member li:nth-child(even):before { right: 14px; }
.member li:nth-child(1):before { background-image: url("../img/member_illust1.png"); }
.member li:nth-child(2):before { background-image: url("../img/member_illust2.png"); }
.member li:nth-child(3):before { background-image: url("../img/member_illust3.png"); }
.member li:nth-child(4):before { background-image: url("../img/member_illust4.png"); }
.member li:nth-child(5):before { background-image: url("../img/member_illust5.png"); }
.member li:nth-child(6):before { background-image: url("../img/member_illust6.png"); }
.member li:nth-child(7):before { background-image: url("../img/member_illust7.png"); }
@media screen and (max-width: 1300px) {
	.member .inner {
		margin-left: 240px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.member .bg {
		margin-left: -35.7334vw;
		width: 71.4667vw;
		height: 61.3334vw;
	}
	.member .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 26.6667vw 0 13.3334vw;
		max-width: 84vw;
	}
	.member h2 { font-size: 8vw; }
	.member h2 span {
		margin-bottom: 3.4667vw;
		width: 46.6667vw;
		height: 9.3334vw;
		border-radius: 4.6667vw;
		font-size: 3.7334vw;
	}
	.member p {
		font-size: 4vw;
		line-height: 1.6;
	}
	.member .text { margin-bottom: 2em; }
	.member li {
		padding: 6.6667vw 4.6667vw 6.6667vw 5.3334vw;
		width: 84vw;
		min-height: 30.1334vw;
		box-sizing: border-box;
		box-shadow: 0.5334vw 0.5334vw 0.4vw rgba(0,0,0,0.2);
		font-size: 3.7334vw;
	}
	.member li + li { margin-top: 6.6667vw; }
	.member li:nth-child(odd) { padding-left: 22.4001vw; }
	.member li:nth-child(even) { padding-right: 21.6vw; }
	.member li:before {
		bottom: 2.4vw;
		width: 28.0001vw;
		height: 25.3334vw;
	}
	.member li:nth-child(odd):before { left: -6.4vw; }
	.member li:nth-child(even):before { right: -6.4vw; }
}

/* --------------------------------------------------
	.masuika
-------------------------------------------------- */
.masuika {
	margin-bottom: 150px;
	background: url("../img/masuika_bg.jpg") no-repeat right top;
	background-size: 55.1% auto;
}
.masuika .inner {
	padding: 95px 0;
	max-width: 840px;
	box-sizing: border-box;
}
.masuika .textArea {
	padding: 95px 0 50px 30px;
	width: 700px;
	background: #fff;
}
.masuika h2 {
	margin-bottom: 1.3em;
	font-size: 42px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #004DA0;
}
.masuika li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #004DA0;
}
.masuika li:before {
	content: '・';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.masuika li + li { margin-top: 1.8em; }
@media screen and (max-width: 1300px) {
	.masuika .inner {
		margin-left: 250px;
		margin-right: 0;
	}
	.masuika .textArea { width: auto; }
}
@media screen and (max-width: 768px) {
	.masuika {
		margin-bottom: 0;
		background-image: url("../img/sp_masuika_bg.jpg");
		background-size: 100% auto;
	}
	.masuika .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 66.6667vw 0 22.6667vw;
		max-width: 84vw;
	}
	.masuika .textArea {
		padding: 12vw 0 0;
		width: 100%;
	}
	.masuika h2 { font-size: 6.4vw; }
	.masuika li { font-size: 3.7334vw; }
.masuika li + li { margin-top: 1em; }
}

/* --------------------------------------------------
	.prize
-------------------------------------------------- */
.prize {
	margin-bottom: 150px;
	background: #EAEAEA;
}
.prize .heading {
	margin-bottom: 80px;
	background: url("../img/prize_bg.jpg") no-repeat center top;
	background-size: 100% auto;
	height: 400px;
}
.prize .heading h2 {
	font-size: 42px;
	line-height: 1.76;
	letter-spacing: 0.2em;
	color: #fff;
}
.prize .heading .inner {
	padding: 136px 0 0 30px;
	max-width: 840px;
	box-sizing: border-box;
}
.prize > .inner {
	padding: 0 0 150px 30px;
	max-width: 840px;
	box-sizing: border-box;
}
.prize h3 {
	margin-bottom: 1em;
	font-size: 23px;
	font-weight: bold;
}
.prize > .inner > div + div { margin-top: 100px; }
.prize .figureWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	width: 750px;
}
.prize .figureWrap figure { width: 46.9334%; }
.prize .figureWrap figcaption {
	margin-top: 1em;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
	color: #333;
}
.prize p {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	letter-spacing: 0.08em;
	color: #333;
}
.prize li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	color: #333;
}
.prize .subBox {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	width: 750px;
}
.prize .subBox div:first-child { width: 36.6667%; }
.prize .subBox div:last-child {
	display: flex;
	align-items: center;
	width: 59.3334%;
}
.prize .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.prize .delighter.started {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 1440px) {
	.prize .heading { background-size: 1440px auto; }
}
@media screen and (max-width: 1300px) {
	.prize .heading .inner { margin-left: 260px; }
	.prize > .inner {
		margin-left: 260px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1060px) {
	.prize .figureWrap,
	.prize .subBox { width: 100%; }
}
@media screen and (max-width: 768px) {
	.prize { margin-bottom: 0; }
	.prize .heading {
		margin-bottom: 12.6667vw;
		background-size: 192vw auto;
		height: 53.3334vw;
	}
	.prize .heading h2 { font-size: 6.4vw; }
	.prize .heading .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 18.1334vw 0 0 8vw;
	}
	.prize > .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 0 0 18.6667vw;
		max-width: 84vw;
	}
	.prize h3 {
		font-size: 5.6001vw;
		line-height: 1.4;
	}
	.prize > .inner > div + div { margin-top: 16.8vw; }
	.prize .figureWrap {
		display: block;
		margin-bottom: 4.8vw;
		width: 100%;
	}
	.prize .figureWrap figure { width: 100%; }
	.prize .figureWrap figure + figure { margin-top: 6.1334vw; }
	.prize .figureWrap figcaption { font-size: 2.6667vw; }
	.prize p { font-size: 3.7334vw; }
	.prize li { font-size: 2.6667vw; }
	.prize .subBox {
		display: block;
		margin-top: 5.3334vw;
		width: 100%;
	}
	.prize .subBox div:first-child { width: 100%; }
	.prize .subBox div:last-child {
		display: block;
		margin-top: 5.3334vw;
		width: 100%;
	}
}

/* --------------------------------------------------
	.greeting
-------------------------------------------------- */
.greeting { margin-bottom: 150px; }
.greeting .inner {
	padding: 0 0 0 30px;
	max-width: 840px;
	box-sizing: border-box;
}
.greeting .pic {
	margin: 0 0 60px;
	width: 724px;
}
.greeting .pic.delighter {
	opacity: 0;
	transform: translate(0,10%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0.3s;
}
.greeting .pic.delighter.started {
	opacity: 1;
	transform: none;
}
.greeting .heading {
	float: right;
	margin-right: 76px;
	width: 90px;
	text-align: center;
}
.greeting .heading img { width: 100%; }
.greeting .heading h2 {
	margin-bottom: 36px;
	width: 67px;
}
.greeting .heading h2:after {
	content: '';
	display: block;
	margin-top: 24px;
	margin-left: -12px;
	width: 90px;
	border-bottom: #D8D8D8 1px solid;
}
.greeting .heading p { width: 67px; }
.greeting .textArea1 p {
	font-size: 17px;
	letter-spacing: 0.2em;
	line-height: 2;
}
.greeting .textArea1 p.delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.greeting .textArea1 p.delighter.started {
	opacity: 1;
	transform: none;
}
.greeting .textArea1 p + p { margin-top: 2.45em; }
.greeting .textArea2 { margin-top: 90px; }
.greeting .textArea2 dl { width: 500px; }
.greeting .textArea2 dl dt {
	float: left;
	display: block;
	width: 180px;
	font-size: 18px;
}
.greeting .textArea2 dl dd {
	margin-bottom: 24px;
	margin-left: 180px;
	display: block;
	width: 320px;
	font-size: 22px;
}
.greeting .textArea2 dl dd small { font-size: 14px; }
.greeting .textArea2 .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.greeting .textArea2 .delighter.started {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 1300px) {
	.greeting .inner {
		margin-left: 250px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1045px) {
	.greeting .heading { margin-right: 0; }
}
@media screen and (max-width: 1020px) {
	.greeting .pic { width: 100%; }
}
@media screen and (max-width: 768px) {
	.greeting { margin-bottom: 17.3334vw; }
	.greeting .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		max-width: 73.3334vw;
	}
	.greeting .pic {
		margin-left: -13.3334vw;
		margin-bottom: 12.8vw;
		width: 100vw;
	}
	.greeting .heading {
		margin-right: 0;
		width: 12.5334vw;
	}
	.greeting .heading h2 {
		margin-bottom: 6.6667vw;
		width: 12.5334vw;
	}
	.greeting .heading h2:after {
		margin-top: 6.6667vw;
		margin-left: -2vw;
		width: 16.5334vw;
	}
	.greeting .heading p { width: 12.5334vw; }
	.greeting .textArea1 {
		margin-bottom: 12vw;
		width: 49.3334vw;
	}
	.greeting .textArea1 p { font-size: 3.4667vw; }
	.greeting .textArea2 { margin-top: 18vw; }
	.greeting .textArea2 dl { width: auto; }
	.greeting .textArea2 dl dt {
		float: none;
		display: inline-block;
		padding-right: 0.2em;
		width: auto;
		font-size: 3.2vw;
	}
	.greeting .textArea2 dl dd + dt { margin-top: 6.1334vw; }
	.greeting .textArea2 dl dd {
		margin-bottom: 0;
		margin-left: auto;
		display: inline;
		width: auto;
		font-size: 4vw;
	}
	.greeting .textArea2 dl dd small { font-size: 2.6667vw; }
}

/* --------------------------------------------------
	.voice
-------------------------------------------------- */
.voice {
	position: relative;
	margin-bottom: 150px;
	background: #009EDD;
	background: -moz-linear-gradient(top, #009EDD 0%, #3646E0 100%);
	background: -webkit-linear-gradient(top, #009EDD 0%,#3646E0 100%);
	background: linear-gradient(to bottom, #009EDD 0%,#3646E0 100%);
}
.voice .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: url("../img/voice_bg.jpg") no-repeat center top;
	background-size: 100% auto;
}
.voice .inner {
	position: relative;
	padding: 150px 0 110px 30px;
	max-width: 840px;
	box-sizing: border-box;
}
.voice h2 {
	position: absolute;
	right: 50px;
	top: 450px;
	width: 36px;
}
.voice h2 img { width: 100%; }
.voice ul { width: 666px; }
.voice li {
	margin-bottom: 40px;
	padding: 35px 30px;
	width: 46.997%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.2);
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
}
.voice li strong {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.voice li:nth-child(odd) { float: left; }
.voice li:nth-child(even) { float: right; }
.voice .delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.voice .delighter.started {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 1300px) {
	.voice .inner {
		margin-left: 250px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1070px) {
	.voice h2 { right: 0; }
	.voice ul {
		margin-right: 50px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.voice { margin-bottom: 18.6667vw; }
	.voice .bg {
		width: 100%;
		height: 40vw;
		background-image: url("../img/sp_voice_bg.jpg");
		background-size: 100vw auto;
	}
	.voice .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 26.6667vw 0 13.3334vw;
		max-width: 84vw;
	}
	.voice h2 {
		right: 0;
		top: 50.6667vw;
		width: 6.8vw;
	}
	.voice h2 img { width: 100%; }
	.voice ul {
		margin-right: auto;
		width: 69.3334vw;
	}
	.voice li {
		margin-bottom: 6.6667vw;
		padding: 4.8vw;
		width: 100%;
		box-shadow: 0.9334vw 0.9334vw 0.9334vw rgba(0,0,0,0.2);
		font-size: 3.7334vw;
	}
	.voice li strong { font-size: 3.7334vw; }
	.voice li:nth-child(odd),
	.voice li:nth-child(even) { float: none; }
}

/* --------------------------------------------------
	.history
-------------------------------------------------- */
.history {
	padding-bottom: 420px;
	background: url("../img/history_bg.png") no-repeat center bottom;
	background-size: 100% auto;
}
.history .inner {
	max-width: 840px;
}
.history h2 {
	margin-bottom: 1.4em;
	font-size: 42px;
	letter-spacing: 0.2em;
	text-align: center;
}
.history .inner > p {
	margin-bottom: 90px;
	font-size: 23px;
	line-height: 1.8;
	letter-spacing: 0.2em;
	text-align: center;
}
.history .historyArea {
	position: relative;
	margin: 0 auto;
	width: 732px;
}
.history .historyArea:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	display: block;
	width: 0;
	height: 100%;
	border-left: #CCC 1px solid;
}
.history .historyArea ol li {
	width: 43.1694%;
	text-align: center;
}
.history .historyArea ol li:nth-child(even) { margin-left: auto; }
.history .historyArea li:nth-child(1) { margin-bottom: -120px; }
.history .historyArea li:nth-child(2) { margin-bottom: 120px; }
.history .historyArea li:nth-child(3) { margin-bottom: -280px; }
.history .historyArea li:nth-child(4) { margin-bottom: 50px; }
.history .historyArea li:nth-child(5) { margin-bottom: -220px; }
.history .historyArea li:nth-child(6) { margin-bottom: 15px; }
.history .historyArea li.delighter {
	opacity: 0;
	transform: translate(0,30%);
	transition: all .5s cubic-bezier(.21,1.05,.8,.98) 0s;
}
.history .historyArea li.delighter.started {
	opacity: 1;
	transform: none;
}
.history .historyArea .date {
	margin-bottom: 10px;
	font-size: 31px;
	letter-spacing: 0.12em;
}
.history .historyArea .date span { font-size: 70%; }
.history .historyArea .date:after {
	content: '';
	display: block;
	margin: 8px auto 0;
	width: 80px;
	height: 4px;
	background: #004DA0;
	border-radius: 2px;
}
.history .historyArea .pic {
	margin-bottom: 12px;
	width: 100%;
}
.history .historyArea li:nth-child(1) .pic {
	margin: 0 auto;
	width: 63.2912%;
}
.history .historyArea p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
.history .historyArea p span { font-size: 82%; }
@media screen and (max-width: 1300px) {
	.history {
		background-size: 1440px auto;
	}
}
@media screen and (max-width: 1300px) {
	.history .inner {
		margin-left: 280px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.history .historyArea { width: 100%; }
}
@media screen and (max-width: 768px) {
	.history {
		padding-bottom: 58.6667vw;
		background-image: url("../img/sp_history_bg.png");
		background-size: 100% auto;
	}
	.history .inner {
		margin-left: auto;
		margin-right: auto;
	}
	.history h2 { font-size: 6.4vw; }
	.history .inner > p {
		margin-bottom: 8vw;
		font-size: 3.7334vw;
	}
	.history .historyArea { width: 86.6667vw; }
	.history .historyArea:before { display: none; }
	.history .historyArea ol li { width: 100%; }
	.history .historyArea li:nth-child(1),
	.history .historyArea li:nth-child(2),
	.history .historyArea li:nth-child(3),
	.history .historyArea li:nth-child(4),
	.history .historyArea li:nth-child(5),
	.history .historyArea li:nth-child(6) { margin-bottom: 12vw; }
	.history .historyArea .date {
		margin-bottom: 1.8667vw;
		font-size: 5.8667vw;
	}
	.history .historyArea .date:after {
		margin-top: 1.8667vw;
		width: 15.2vw;
		height: 1.3334vw;
		border-radius: 0.6667vw;
	}
	.history .historyArea .pic {
		margin: 0 auto 3.4667vw;
		width: 59.7334vw;
	}
	.history .historyArea li:nth-child(1) .pic { width: 35.2vw; }
	.history .historyArea p { font-size: 3.2vw; }
}
