@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

@import url("reset.css");

/* 共通定義
=========================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Inter","Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2em;
	color: #14142B;
	text-align: left;
	background-color: #FFF;
}


/* 画像サイズ
-----------------------------------------------------------*/
img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}

picture {
	display: block;
}

/* デスクトップ・スマホ分岐
-----------------------------------------------------------*/
.pc {
	display: block;
}

.sp {
	display: none;
}

/* FV
-----------------------------------------------------------*/
.fv {
	padding: 60px 15px 50px;
	background: url(../images/fv_bg.jpg) center center no-repeat;
	background-size: cover;
}

.fv picture {
	margin: 0 auto;
	max-width: 1182px;
}

/* 01
-----------------------------------------------------------*/
.section01 {
	padding: 80px 0;
	background-color: #FFF;
}

.section01 .inner {
	margin: 0 auto;
	max-width: 1000px;
}

@media screen and (max-width:1030px) {
	.section01 .inner {
		padding: 0 15px;
	}
}

.section01 .inner h1 {
	margin-bottom: 1.5em;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5em;
	text-align: center;
	background: linear-gradient(to right, #239CA8 0%, #3C91FF 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.section01 .inner p:not(:first-of-type) {
	margin-top: 2em;
}

/* 共通
-----------------------------------------------------------*/
section.common {
	padding: 80px 0;
}

section.common .inner {
	margin: 0 auto;
	max-width: 1000px;
}

@media screen and (max-width:1030px) {
	section.common .inner {
		padding: 0 15px;
	}
}

section.common .inner_narrow {
	margin: 0 auto;
	max-width: 800px;
}

@media screen and (max-width:830px) {
	section.common .inner_narrow {
		padding: 0 15px;
	}
}

section.common h2 {
	margin: 0 auto 1em;
	width: fit-content;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5em;
	text-align: center;
	background: linear-gradient(to right, #239CA8 0%, #3C91FF 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

section.common a.button {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	height: 90px;
	font-weight: 600;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #FFF;
	background-color: #14142B;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	transition: 0.3s;
}

@media(hover: hover) {
	section.common a.button:hover {
		opacity: 0.8;
	}
}

section.common a.button::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto 0;
	width: 31px;
	height: 100%;
	background: url(../images/arrow_wh.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s;
}

@media(hover: hover) {
	section.common a.button:hover::before {
		right: 18px;
	}
}

/* 02
-----------------------------------------------------------*/
.section02 {
	background-color: #E6EBF5;
}

.section02 table {
	margin-bottom: 60px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

.section02 table th {
	width: calc(225 / 800 * 100%);
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background-color: #239CA8;
}

.section02 table td {
	width: calc(540 / 800 * 100%);
	padding: 15px;
	vertical-align: middle;
	background-color: #FFF;
}

/* 03
-----------------------------------------------------------*/
.section03 {
	background-color: #F7F7FC;
}

.section03 table {
	margin-bottom: 60px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

.section03 table th {
	width: calc(160 / 1000 * 100%);
	padding: 15px;
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background-color: #239CA8;
}

.section03 table th.bg {
	background-color: #666666;
}

.section03 table td {
	padding: 15px;
	vertical-align: middle;
	background-color: #FFF;
}

.section03 table td.bg {
	width: calc(200 / 1000 * 100%);
	background-color: #C3EEFB;
}

.section03 table h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
}

.section03 table h4 {
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
}

.section03 table p.note {
	font-size: 16px;
	text-align: center;
}

.section03 table p.label {
	margin-bottom: 10px;
	min-width: 140px;
	width: fit-content;
	height: 34px;
	font-weight: 600;
	color: #FFF;
	line-height: 34px;
	text-align: center;
	background-color: #239CA8;
	border-radius: 5px;
}

.section03 table figure {
	display: flex;
	align-items: center;
	gap: 0 24px;
}

.section03 table figure img {
	flex: 0 0 100px;
}

.section03 table figure figcaption {
	font-weight: 600;
}

.section03 table td figure:not(:last-of-type) {
	margin-bottom: 10px;
}

.section03 table figure figcaption span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3em;
}

/* 04
-----------------------------------------------------------*/
.section04 {
	background-color: #FFF;
}

.section04 picture.sponsor {
	margin: 0 auto 90px;
	max-width: 400px;
}

.section04 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 80px calc(125 / 1000 * 100%);
}

.section04 ul li {
	width: calc(250 / 1000 * 100%);
}


/* フッター
-----------------------------------------------------------*/
footer {
	position: relative;
	padding: 55px 0;
	background: linear-gradient(to left, #ECEFF3 0%, #D6EFF5 50%, #ECEFF3 100%)
}

footer .inner {
	margin: 0 auto;
	max-width: 1000px;
}

@media screen and (max-width:1030px) {
	footer .inner {
		padding: 0 15px;
	}
}

footer .inner p {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3em;
	text-align: center;
}

footer a.button {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	height: 90px;
	font-weight: 600;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #239CA8;
	background-color: #FFF;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	transition: 0.3s;
}

@media(hover: hover) {
	footer a.button:hover {
		opacity: 0.8;
	}
}

footer a.button::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto 0;
	width: 31px;
	height: 100%;
	background: url(../images/arrow_gr.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s;
}

@media(hover: hover) {
	footer a.button:hover::before {
		right: 18px;
	}
}


/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	body {
		font-size: 14px;
	}

	/* デスクトップ・スマホ分岐
	-----------------------------------------------------------*/
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* FV
	-----------------------------------------------------------*/
	.fv {
		padding: 45px 15px;
		background: url(../images/fv_bg@2x.jpg) center center no-repeat;
		background-size: cover;
	}

	.fv picture {
		max-width: 390px;
	}

	/* 01
	-----------------------------------------------------------*/
	.section01 {
		padding: 40px 0;
	}

	.section01 .inner h1 {
		font-size: 24px;
	}

	/* 共通
	-----------------------------------------------------------*/
	section.common {
		padding: 40px 0;
	}

	section.common h2 {
		font-size: 24px;
	}

	section.common a.button {
		height: 70px;
		font-size: 20px;
		line-height: 70px;
		border-radius: 15px;
	}

	section.common a.button::before {
		right: 16px;
		width: 20px;
	}

	@media(hover: hover) {
		section.common a.button:hover::before {
			right: 10px;
		}
	}

	/* 02
	-----------------------------------------------------------*/
	.section02 table {
		margin: 0 auto 40px;
		border-spacing: 3px;
	}

	.section02 table th {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}

	.section02 table td {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}

	/* 03
	-----------------------------------------------------------*/
	.section03 table {
		margin-bottom: 40px;
		border-spacing: 3px;
	}

	.section03 table th {
		display: block;
		width: 100%;
		padding: 10px 10px;
	}

	.section03 table td {
		display: block;
		width: 100%;
		padding: 5px 10px;
	}

	.section03 table td.bg {
		width: 100%;
	}

	.section03 table h3 {
		font-size: 18px;
	}

	.section03 table h4 {
		font-size: 16px;
	}

	.section03 table p.note {
		font-size: 14px;
	}

	.section03 table p.label {
		min-width: 120px;
		height: 30px;
		line-height: 30px;
	}

	.section03 table figure {
		gap: 0 15px;
	}

	.section03 table figure img {
		flex: 0 0 80px;
	}

	.section03 table figure figcaption span {
		font-size: 13px;
	}

	/* 04
	-----------------------------------------------------------*/
	.section04 picture.sponsor {
		margin: 0 auto 45px;
		max-width: 250px;
	}

	.section04 ul {
		gap: 50px 10%;
	}

	.section04 ul li {
		width: 45%;
	}

	.section04 ul li {
		max-width: 180px;
	}

	/* フッター
	-----------------------------------------------------------*/
	footer {
		padding: 35px 0;
	}

	footer .inner p {
		font-size: 24px;
	}

	footer a.button {
		height: 70px;
		font-size: 20px;
		line-height: 70px;
		border-radius: 15px;
	}

	footer a.button::before {
		right: 16px;
		width: 20px;
	}

	@media(hover: hover) {
		footer a.button:hover::before {
			right: 10px;
		}
	}
}

/*  480px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {
}

/*  375px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:375px) {}
