@charset "utf-8";

/* ----------------------------------------------
	Basic-Design
---------------------------------------------- */
body {
	background: #021579;
	color: #333;
	font-size: 1.5em;
	font-family: "Helvetica Neue", HelveticaNeue, "Noto Sans JP", sans-serif;
	line-height: 1.8;
}
html {
	overflow-y: scroll;
}
a.alpha:hover img{
	filter:alpha(opacity=75);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=75)"; /* IE8用 */
	-moz-opacity:0.75; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}
a:link{
	color: #039;
	text-decoration: underline;
}
a:visited{
	color: #039;
	text-decoration: underline;
}
a:hover,a:active{
	color: #039;
	text-decoration: none;
}
img {
	-ms-interpolation-mode: bicubic; /* ie7 画像荒れ対策*/
}
table {
    font-size:inherit;
}
.red{
	color: #e60012;
	font-size: 16px;
}

.sp-only {
	display: none;
}
.sp-only2 {
	display: none;
}
@media only screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.pc-only2 {
		display: none;
	}
	.sp-only2 {
		display: block;
	}
}


/* ----------------------------------------------
	header
---------------------------------------------- */
.l-header {
	position: relative;
	width: 100%;
	height: 80px;
	background: #FFF;
	border-top: 4px solid #021579;
}
@media only screen and (max-width: 768px) {
	.l-header {
		height: 60px;
		border-top-width: 2px
	}
}
.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1120px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
@media only screen and (max-width: 768px) {
	.l-header__inner {
		max-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 20px;
	}
}
.l-header__logo {
	width: 265px;
}
@media only screen and (max-width: 768px) {
	.l-header__logo {
		width: 222px;
	}
}



/* ----------------------------------------------
	layout
---------------------------------------------- */
#contents{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 60px;
}
	#contents p.lead{
		margin-bottom: 60px;
		color: #FFF;
		font-size: 22px;
		text-align: center;
	}
	@media only screen and (max-width: 768px) {
		#contents{
			padding: 0 20px 40px;
		}
			#contents p.lead{
			margin-bottom: 40px;
			font-size: 15px;
		}
	}
	#contents p.lead.blue{
		color: #FFFF26;
	}
#main{
	padding: 60px;
	background: #FFF;
	border-radius: 30px;
}
#footer{
	padding: 40px;
}
address{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

.btn{
		max-width: 300px;
		margin: 0 auto;
}

a.btn-link{
	width: 100%;
	height: 60px;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 30px;
	color: #021774;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
}

	a.btn-link:hover{
		background: #021774;
		color: #FFF;
	}

a.btn-link2{
	width: 100%;
	height: 60px;
	background: #0082EF;
	border: 1px solid #0082EF;
	border-radius: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
}

	a.btn-link2:hover{
		background: #FFF;
		color: #0082EF;
	}

@media only screen and (max-width: 768px) {
	.btn{
			max-width: 280px;
	}
	a.btn-link,
	a.btn-link2{
		height: 48px;
		font-size: 15px;
		line-height: 48px;
	}
}


/* Canvas
------------------------------- */
.canvas-wrapper{
	/* position: relative;
	padding-top: 48%;
	background: url(img/bg.jpg) no-repeat center top;
	background-size: contain; */
}
/* @media only screen and (max-width: 768px) {
	.canvas-wrapper{
		padding-top: 354px;
		background-size: auto 300px;
	}
} */

.hero{
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 1;
	background: url(img/bg.jpg) no-repeat center top;
	background-size: contain;
}
/* @media only screen and (max-width: 768px) {
	.canvas-wrapper{
		padding-top: 354px;
		background-size: auto 300px;
	}
} */

.subtitle{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 240px;
	margin-left: -300px;
	margin-top: -120px;
}
.subtitle img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.subtitle{
		width: 260px;
		height: 104px;
		margin-left: -130px;
		margin-top: -52px;
	}
}
.canvas-wrapper h1{
	/* position: absolute; */
	max-width: 846px;
	width: 100%;
	margin: 40px auto;
	padding: 0 20px;
	/* left: 50%;
	top: 80vh;
	transform: translateX(-50%); */
	text-align: center;
	/* z-index: 2; */
}
.canvas-wrapper h1 img{
	width: 100%;
}
@media only screen and (max-width: 768px) {
	/* .canvas-wrapper h1{
		top: 270px;
	} */
}

/* .wave-bar{
	margin-top: -100px;
}
canvas {
	display: block;
	width: 100%;
}
canvas.flipped {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
} */

.video-contents{
	width: 720px;
	margin: 60px auto;
}
.video{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.video-contents{
		width: 300px;
		margin: 30px auto;
	}
}

.section-contents{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 60px;
}

.section{
	padding: 40px;
	background: #FFF;
	border-radius: 20px;
}

.section h2{
	margin-bottom: 20px;
	padding: 0.2em 1em;
	border-left: 4px solid #021579;
	background: #E5ECF4;
	font-size: 20px;
}

.section p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
	.section-contents{
		gap: 20px;
		margin-top: 30px;
	}
	.section{
		padding: 20px;
		border-radius: 16px;
	}
	.section h2{
		margin-bottom: 16px;
		font-size: 16px;
	}
	.section p{
		margin-top: 16px;
		font-size: 12px;
	}
}

.btn-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}

.btn-list__item{
	width: calc((100% - 40px) / 3);
}

@media only screen and (max-width: 768px) {
	.btn-list{
		-webkit-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		width: 90%;
		max-width: 280px;
	}
	.btn-list__item{
		width: 100%;
	}
}