@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	vertical-align: top;
	box-sizing: border-box;
}

body {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	vertical-align: top;
	width: 100%;
	display: block;
}

.fw-bold {
	font-weight: bold;
}

.fc-navy {
	color: #094295;
}

.fc-pink {
	color: #ffa9b7;
}

.only-pc {
	display: block;
}

.only-sp {
	display: none;
}

@media (max-width: 750px) {
	.only-pc {
		display: none;
	}

	.only-sp {
		display: block;
	}
}

/* ヘッダー */
.header {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #007cc8;
}

.header .pr {
	width: 1120px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: left;
}

.header .pr p {
	width: 50px;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
	border: 1px solid #FFF;
	border-radius: 4px;
}

@media (max-width: 750px) {
	.header {
		height: 5.33333vw;
	}

	.header .pr {
		width: 100%;
		padding-top: 0.8vw;
		padding-left: 1vw;
	}

	.header .pr p {
		width: 6.66666vw;
		height: 3.73333vw;
		padding-top: 0.26666vw;
		font-size: 2.93333vw;
		line-height: 2.93333vw;
		border-radius: 4px;
	}
}

/* FV */
.fvarea {
	width: 1440px;
	margin: 0 auto;
	text-align: center;
}

.fvarea p.obi-title {
	width: 520px;
	height: 40px;
	margin: 50px auto 0;
	background-color: #007cc8;
	font-size: 19px;
	line-height: 40px;
	color: #fff;
}

.fvarea h1 {}

.fvarea h1 img.fv-title {
	width: 970px;
	margin: 30px auto 0;
}

.fvarea p.fv-subtitle {
	margin: 40px auto 0;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.fvarea .fv-mainimg {
	margin: 40px auto 0;
}

.fvarea .anno-1 {
	margin: 40px auto 0;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 750px) {
	.fvarea {
		width: 100%;
	}

	.fvarea p.obi-title {
		width: 69.33333vw;
		height: auto;
		margin: 6.66666vw auto 0;
		padding: 2.66666vw 0;
		font-size: 5.06666vw;
		line-height: 5.33333vw;
		color: #fff;
	}

	.fvarea h1 img.fv-title {
		width: 78.13333%;
		margin: 4vw auto 0;
	}

	.fvarea p.fv-subtitle {
		margin: 5.33333vw auto 0;
		font-size: 4.4vw;
		line-height: 1.5;
	}

	.fvarea .fv-mainimg {
		margin: 5.33333vw auto 0;
	}

	.fvarea .anno-1 {
		margin: 5.33333vw auto 0;
		font-size: 2.8vw;
	}
}

/* コンテンツ */
/* ブロック1 */
.block-1 {
	width: 100%;
	margin: 40px auto 0;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #eee;
	text-align: center;
}

.block-1 h2.b1-title {
	font-size: 34px;
	line-height: 1.3;
	font-weight: bold;
	color: #094295;
}

.block-1 p.b1-subtitle {
	margin: 40px auto 0;
	font-size: 20px;
	line-height: 1.5;
}

.block-1 ul {
	width: 1120px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.block-1 ul li {
	position: relative;
	text-align: justify;
}

.block-1 ul li .onayami-title {
	position: absolute;
	top: 65px;
	left: 120px;
	font-size: 20px;
	font-weight: bold;
}

.block-1 ul li .onayami-text {
	width: 172px;
	position: absolute;
	top: 103px;
	left: 120px;
	font-size: 16px;
	line-height: 1.5;
}

.block-1 .cta {}

.block-1 .cta a.triangle-button {
	width: 628px;
	height: 100px;
	background-color: #e9802f;
	border-radius: 999em;
	box-shadow: 0 4px 0 #cd4300;
	color: #fff;
	display: block;
	margin: 50px auto 0;
	padding-top: 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.block-1 .cta a.triangle-button::after {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.block-1 .cta a.triangle-button:hover {
	top: 4px;
	box-shadow: none;
}

@media (max-width: 750px) {
	.block-1 {
		margin: 5.33333vw auto 0;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-1 h2.b1-title {
		font-size: 6.8vw;
	}

	.block-1 p.b1-subtitle {
		margin: 5.33333vw auto 0;
		font-size: 4vw;
	}

	.block-1 ul {
		width: 75%;
		margin: 5.33333vw auto 0;
		display: block;
	}

	.block-1 ul li {
		position: relative;
		text-align: justify;
		margin: 0 auto 4vw;
	}

	.block-1 ul li .onayami-title {
		position: absolute;
		top: 16vw;
		left: 27vw;
		font-size: 4vw;
	}

	.block-1 ul li .onayami-text {
		width: 34vw;
		top: 22vw;
		left: 27vw;
		font-size: 3.2vw;
	}

	.block-1 .cta a.triangle-button {
		width: 83.73333vw;
		height: auto;
		margin: 6.66666vw auto 0;
		padding-top: 4vw;
		padding-bottom: 4vw;
		font-size: 4.4vw;
		line-height: 6vw;
	}

	.block-1 .cta a.triangle-button::after {
		border-width: 1.33333vw 0 1.33333vw 1.86666vw;
		right: 2.66666vw;
	}
}

/* ブロック2 */
.block-2 {
	width: 1120px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	background: #fff;
	position: relative;
}

.block-2:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0;
	border-color: #fff #d8e7f0 transparent #d8e7f0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.block-2 h2.b2-title {
	font-size: 34px;
	line-height: 1.3;
	font-weight: bold;
	color: #094295;
}

.block-2 p.b2-subtitle {
	margin: 40px auto 0;
	font-size: 20px;
	line-height: 1.5;
}

.cardbox {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.card-1 {
	width: 536px;
	height: 412px;
	padding: 32px 36px;
	background: #eaf3ff;
}

.card-2 {
	height: 228px;
	margin-top: 50px;
	padding: 32px 36px;
	background: #eaf3ff;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
}

.icon {
	width: 64px;
	display: inline-flex;
}

.icon img {
	width: 100%;
	height: auto;
}

.card-header h3 {
	font-size: 32px;
	font-weight: bold;
	color: #004a9f;
}

.feature-1 {
	margin-bottom: 24px;
}

.feature-2 {
	width: 465px;
	margin-bottom: 24px;
}

.featurebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.feature-title {
	font-size: 20px;
	font-weight: bold;
	color: #004a9f;
	display: flex;
	align-items: center;
	gap: 8px;
}

.feature-title img {
	width: 16px;
}

.feature-1 p,
.feature-2 p {
	margin: 4px 0 0 1.7em;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.fixarea {
	width: 700px;
	height: auto;
	margin: 50px auto 0;
	padding: 20px;
	background-color: #009a9f;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: skewX(-14deg);
	letter-spacing: 0.15em;
}

.container {}

.fix-title {
	width: 200px;
	height: auto;
	margin: 0 auto 16px;
	padding: 0;
	background-color: #fff;
	color: #009a9f;
	transform: skewX(-6deg);
}

.fix-title p {
	font-size: 24px;
	font-weight: bold;
	list-style: 100%;
	padding: 4px 0;
	transition: unset;
	transform: skewX(20deg);
}

p.fix-text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	transform: skewX(14deg);
}

p.fix-text span.fs-large {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.block-2 {
		width: 100%;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-2:after {
		border-width: 8vw 10vw 0;
	}

	.block-2 h2.b2-title {
		font-size: 6.8vw;
	}

	.block-2 p.b2-subtitle {
		margin: 5.33333vw auto;
		font-size: 4vw;
	}

	.cardbox {
		margin: 0;
		display: block;
	}

	.card-1 {
		width: 94%;
		height: auto;
		margin: 0 auto 4vw auto;
		padding: 4.53333vw;
	}

	.card-2 {
		width: 94%;
		height: auto;
		margin: 0 auto 4vw auto;
		padding: 4.53333vw;
	}

	.card-header {
		display: flex;
		align-items: center;
		gap: 2.66666vw;
		margin-bottom: 4vw;
	}

	.icon {
		width: 8.53333vw;
	}

	.card-header h3 {
		font-size: 6vw;
	}

	.feature-1 {
		margin-bottom: 4vw;
	}

	.feature-2 {
		width: auto;
	}

	.featurebox {
		display: block;
	}

	.feature-title {
		font-size: 4vw;
	}

	.feature-title img {
		width: 3.2vw;
	}

	.feature-1 p,
	.feature-2 p {
		margin: 0.53333vw 0 0 1.7em;
		font-size: 3.2vw;
	}

	.fixarea {
		width: 78vw;
		margin: 6.66666vw auto 0;
		padding: 4vw 0;
		transform: skewX(-8deg);
	}

	.fix-title {
		width: 40vw;
		margin: 0 auto 2.13333vw;
	}

	.fix-title p {
		font-size: 4.8vw;
		padding: 0.53333vw 0;
	}

	p.fix-text {
		font-size: 4.4vw;
		transform: skewX(8deg);
	}

	p.fix-text span.fs-large {
		font-size: 6vw;
	}
}

/* ブロック3 */
.block-3 {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #d8e7f0;
}

.block-3 img.crown-img {
	width: 94px;
	margin: 20px auto 0;
}

.block-3 h2.b3-title-1,
.block-3 h2.b3-title-2 {
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	color: #094295;
	margin: 20px auto 0;
}

.block-3 h2.b3-title-2 {
	margin: 60px auto 0;
}

.block-3 .osusumebox {
	width: 1120px;
	background-color: #fff;
	margin: 50px auto 0;
	padding: 34px 34px 0px 34px;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}

.block-3 .osusumebox .osusume-img {
	width: 496px;
}

.block-3 .osusumebox .osusume-text {
	width: 496px;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
}

.block-3 .osusumebox .osusume-text ul {
	margin: 28px 0 0 0;
}

.block-3 .osusumebox .osusume-text ul li {
	margin: 0 0 24px 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	gap: 14px;
}

.block-3 .osusumebox .osusume-text .osusume-icon {
	width: 44px;
	margin-top: 6px;
}

.block-3 .osusumebox .osusume-text .osusume-detail {
	font-size: 16px;
}

.block-3 .osusumebox .osusume-text .osusume-detail .highlight {
	font-weight: bold;
	font-size: 20px;
	color: #094295;
}

.block-3 .osusume-mid {
	width: 1120px;
	margin: 0 auto;
	background-color: #fff;
	padding: 48px 34px 34px 34px;
}

.block-3 .osusume-mid .osusume-matome {
	background-color: #d8e7f0;
	padding: 30px 0;
	font-size: 20px;
}

.block-3 .osusume-mid .osusume-matome .slopebox {
	width: 236px;
	height: auto;
	margin: 20px auto;
	padding: 16px;
	background-color: #007cc8;
	transform: skewX(-12deg);
}

.block-3 .osusume-mid .osusume-matome .slopebox p {
	font-size: 16px;
	color: #fff;
	transform: skewX(12deg);
}

.block-3 .osusume-fix {
	width: 1120px;
	margin: 40px auto 0;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block-3 .osusume-fix .osusume-check {
	width: 340px;
	height: auto;
	margin: 0;
	padding: 0 30px 40px;
	background-color: #fff;
}

.block-3 .osusume-fix .osusume-check .medal {
	width: 66px;
	height: 97px;
	margin: 0 auto;
}

.block-3 .osusume-fix .osusume-check .check-title {
	font-size: 26px;
	line-height: 1;
	margin: 25px 0;
	color: #094295;
	font-weight: bold;
}

.block-3 .osusume-fix .osusume-check .check-text {
	font-size: 18px;
	line-height: 166.66666%;
	text-align: justify;
}

@media (max-width: 750px) {
	.block-3 {
		padding-top: 5.33333vw;
		padding-bottom: 8vw;
	}

	.block-3 img.crown-img {
		width: 94px;
		margin: 5.33333vw auto 0;
	}

	.block-3 h2.b3-title-1,
	.block-3 h2.b3-title-2 {
		font-size: 7.6vw;
		line-height: 1.3;
		margin: 2.66666vw auto 0;
	}

	.block-3 h2.b3-title-2 {
		margin: 8vw auto 0;
	}

	.block-3 .osusumebox {
		width: 94%;
		margin: 6.66666vw auto 0;
		padding: 4.53333vw;
		display: block;
	}

	.block-3 .osusumebox .osusume-img {
		width: 94%;
		margin: 0 auto;
	}

	.block-3 .osusumebox .osusume-text {
		width: 94%;
		margin: 4vw auto 0;
		font-size: 4.53333vw;
	}

	.block-3 .osusumebox .osusume-text ul {
		margin: 4vw 0 0 0;
	}

	.block-3 .osusumebox .osusume-text ul li {
		margin: 0 0 3.2vw 0;
	}

	.block-3 .osusumebox .osusume-text .osusume-icon {
		width: 11.73333vw;
		margin-top: 6px;
	}

	.block-3 .osusumebox .osusume-text .osusume-detail {
		font-size: 3.2vw;
	}

	.block-3 .osusumebox .osusume-text .osusume-detail .highlight {
		font-size: 4vw;
	}

	.block-3 .osusume-mid {
		width: 94%;
		padding: 2.66666vw 4.53333vw 4.53333vw;
	}

	.block-3 .osusume-mid .osusume-matome {
		padding: 4vw 0;
		font-size: 4vw;
		line-height: 1.3;
	}

	.block-3 .osusume-mid .osusume-matome .slopebox {
		width: 60vw;
		margin: 2.66666vw auto;
		padding: 4vw 0;
	}

	.block-3 .osusume-mid .osusume-matome .slopebox p {
		font-size: 4.26666vw;
		color: #fff;
		transform: skewX(12deg);
	}

	.block-3 .osusume-fix {
		width: 100%;
		margin: 5.33333vw auto 0;
		display: block;
	}

	.block-3 .osusume-fix .osusume-check {
		width: 94%;
		margin: 0 auto 4vw auto;
		padding: 0 4vw 5.33333vw;
	}

	.block-3 .osusume-fix .osusume-check .medal {
		width: 66px;
		height: 97px;
		margin: 0 auto;
	}

	.block-3 .osusume-fix .osusume-check .check-title {
		font-size: 5.2vw;
		margin: 3.33333vw 0;
	}

	.block-3 .osusume-fix .osusume-check .check-text {
		font-size: 3.6vw;
	}
}

/* ブロック4 */
.block-4 {
	width: 1120px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.block-4 h2.b4-title {
	font-size: 34px;
	line-height: 1.3;
	font-weight: bold;
	color: #094295;
}

table.chart {
	width: 1120px;
	border-collapse: collapse;
	margin: 50px auto 0 auto;
	font-size: 16px;
}

thead th {
	background-color: #0074c8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

tbody th {
	background-color: #fff;
	color: #454545;
	font-weight: bold;
	text-align: left;
	padding: 14px 0 14px 14px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
}

tbody td {
	text-align: left;
	padding: 14px 0 14px 14px;
	line-height: 1.5;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
}

tbody th:nth-child(1) {
	width: 15%;
}

tbody td:nth-child(2) {
	width: 24%;
	background-color: #cce5f4;
}

tbody td:nth-child(3) {
	width: 34%;
	background-color: #e5f2f9;
}

tbody td:nth-child(4) {
	width: 27%;
	background-color: #f2f8fc;
}

@media (max-width: 750px) {
	.block-4 {
		width: 100%;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-4 h2.b4-title {
		font-size: 6.8vw;
	}

	table.chart {
		width: 94%;
		margin: 6.66666vw auto 0 auto;
		font-size: 3.2vw;
	}

	thead th {
		padding: 1.86666vw 0;
		line-height: 1.3;
		vertical-align: middle;
	}

	tbody th {
		padding: 1.86666vw 1vw;
		line-height: 1.3;
	}

	tbody td {
		padding: 1.86666vw 1vw;
	}

	tbody th:nth-child(1) {
		text-align: center;
	}
}

/* ブロック5 */
.block-5 {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #d8e7f0;
	text-align: center;
}

.block-5 h2.b5-title {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #094295;
}

.rank-gold,
.rank-silver,
.rank-bronze {
	width: 1120px;
	margin: 50px auto 0 auto;
	border: 4px solid #e9c26a;
	background-color: #fff;
	padding: 0 0 50px;
}

.rank-silver {
	border: 4px solid #9f9e9a;
}

.rank-bronze {
	border: 4px solid #c6af9c;
}

.rank-header {}

.rank-header img {
	margin: 0 auto;
	width: 66px;
}

.rank-header h3 {
	margin: 36px auto 0;
	font-size: 32px;
	font-weight: bold;
	color: #004a9f;
}

.rank-header p {
	font-size: 20px;
	margin: 16px auto 0;
}

.rank-detail {
	width: 1052px;
	padding: 30px 0;
	margin: 20px auto 0;
	background-color: #f2f8fc;
	text-align: justify;
}

.rank-detail .title {
	font-size: 22px;
	font-weight: bold;
	color: #094295;
	padding: 0 0 0 30px;
}

.rank-detail .title img {
	width: 22px;
	display: inline-block;
	margin: 2px 8px 0 0;
}

.rank-detail .text {
	width: 990px;
	font-size: 18px;
	line-height: 1.4;
	margin: 16px auto 0;
}

.block-5 .b5_cta {}

.block-5 .b5_cta a.triangle-button {
	width: 920px;
	height: 72px;
	background-color: #e9802f;
	border-radius: 999em;
	box-shadow: 0 4px 0 #cd4300;
	color: #fff;
	display: block;
	margin: 50px auto 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	line-height: 72px;
	font-weight: bold;
}

.block-5 .b5_cta a.triangle-button::after {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.block-5 .b5_cta a.triangle-button:hover {
	top: 4px;
	box-shadow: none;
}

@media (max-width: 750px) {
	.block-5 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-5 h2.b5-title {
		font-size: 6.8;
	}

	.rank-gold,
	.rank-silver,
	.rank-bronze {
		width: 94%;
		margin: 6.66666vw auto 0 auto;
		padding: 0 0 6.66666vw;
	}

	.rank-header img {
		width: 8.8vw;
	}

	.rank-header h3 {
		margin: 4.8vw auto 0;
		font-size: 6.4vw;
	}

	.rank-header p {
		font-size: 4vw;
		margin: 4vw auto;
		line-height: 1.5;
	}

	.rank-detail {
		width: 94%;
		padding: 4vw 0;
		margin: 2.66666vw auto 0;
	}

	.rank-detail .title {
		font-size: 4.4vw;
		padding: 0 0 0 4vw;
	}

	.rank-detail .title img {
		width: 4.4vw;
		display: inline-block;
		margin: 0.26664vw 1.06666vw 0 0;
	}

	.rank-detail .text {
		width: 94%;
		font-size: 3.6vw;
		margin: 2.13333vw auto 0;
	}

	.block-5 .b5_cta a.triangle-button {
		width: 94%;
		height: auto;
		margin: 6.66666vw auto 0;
		font-size: 6vw;
	}

	.block-5 .b5_cta a.triangle-button::after {
		border-width: 1.33333vw 0 1.33333vw 1.86666vw;
		right: 2.66666vw;
	}
}

/* ブロック6 */
.block-6 {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e5f2f9;
	text-align: center;
}

.block-6 .slopebox-2 {
	width: 280px;
	height: 50px;
	margin: 0 auto 20px;
	background-color: #094295;
	transform: skewX(-12deg);
}

.block-6 .slopebox-2 p {
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	transform: skewX(12deg);
}

.block-6 h2.b6-title {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #094295;
}

.evabox {
	width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.evabox .eva-card {
	width: 540px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 30px 22px 22px;
	border: 2px solid #007cc8;
	background-color: #fff;
}

.evabox .eva-card .eva-title {
	font-size: 26px;
	font-weight: bold;
	color: #094295;
	text-align: center;
}

.evabox .eva-card .eva-phtxt {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.evabox .eva-card .eva-ph img {
	width: 226px;
}

.evabox .eva-card .eva-txt {
	width: 250px;
	font-size: 18px;
	line-height: 1.4;
	text-align: justify;
}

@media (max-width: 750px) {
	.block-6 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-6 .slopebox-2 {
		width: 50vw;
		height: auto;
		margin: 0 auto 2.66666vw;
		padding: 3.2vw 0;
	}

	.block-6 .slopebox-2 p {
		font-size: 6vw;
		line-height: 1;
	}

	.block-6 h2.b6-title {
		font-size: 6.8vw;
		line-height: 1.3;
	}

	.evabox {
		width: 94%;
		display: block;
	}

	.evabox .eva-card {
		width: 100%;
		margin: 5.33333vw 0 0 0;
		padding: 4vw 2.93333vw 2.93333vw;
	}

	.evabox .eva-card .eva-title {
		font-size: 5.2vw;
	}

	.evabox .eva-card .eva-phtxt {
		margin: 4vw 0 0 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.evabox .eva-card .eva-ph img {
		width: 94%;
	}

	.evabox .eva-card .eva-txt {
		width: 60%;
		font-size: 3.6vw;
	}
}

/* ブロック7 */
.block-7 {
	width: 1120px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.block-7 h2.b7-title {
	font-size: 34px;
	line-height: 1.3;
	font-weight: bold;
	color: #094295;
}

ul.faqbox {
	width: 800px;
	margin: 50px auto 0;
	text-align: left;
}

ul.faqbox li p.que {
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

ul.faqbox li p.ans {
	font-size: 18px;
	line-height: 1.55555;
	margin: 0 0 0 36px;
	text-indent: -36px;
}

ul.faqbox li img {
	width: 28px;
	margin: 0 8px 0 0;
	display: inline-block;
}

hr.faq-bar {
	margin: 14px 0;
	border: 1px solid #e5e7eb;
}

@media (max-width: 750px) {
	.block-7 {
		width: 94%;
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-7 h2.b7-title {
		font-size: 6.8vw;
	}

	ul.faqbox {
		width: 100%;
		margin: 6.66666vw auto 0;
	}

	ul.faqbox li p.que {
		margin: 0;
		font-size: 4vw;
	}

	ul.faqbox li p.ans {
		margin: 0;
		font-size: 3.6vw;
		margin: 0 0 0 7.4vw;
		text-indent: -7.4vw;
	}

	ul.faqbox li img {
		width: 28px;
		margin: 0 8px 0 0;
		display: inline-block;
	}

	hr.faq-bar {
		margin: 14px 0;
		border: 1px solid #e5e7eb;
	}
}

/* ブロック8 */
.block-8 {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #007cc8;
	text-align: center;
}

.block-8 .slopebox-3 {
	width: 180px;
	height: 60px;
	margin: 0 auto;
	background-color: #009a9f;
	transform: skewX(-12deg);
}

.block-8 .slopebox-3 p {
	font-size: 38px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	transform: skewX(12deg);
}

.matomebox {
	width: 960px;
	margin: -30px auto 0;
	padding: 70px 0 40px;
	background-color: #fff;
}

.matomebox .omatome-title {
	text-align: center;
}

.matomebox .omatome-title p {
	font-size: 22px;
	line-height: 1.5;
}

.matomebox .omatome-title img {
	width: 586px;
	margin: 10px auto;
}

.matomebox .omatome-obi {
	width: 864px;
	margin: 30px auto 0;
	padding: 30px 0;
	background-color: #007cc8;
}

.matomebox .omatome-obi p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}

.matomebox .omatome-fix {
	margin: 34px auto 0;
}

.matomebox .omatome-fix p {
	font-size: 18px;
	line-height: 1.5;
}

.matomebox .omatome-menseki {
	width: 864px;
	margin: 30px auto 0;
	padding: 22px 0;
	background-color: #eeeeee;
}

.matomebox .omatome-menseki p.title {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

.matomebox .omatome-menseki p.title img {
	width: 14px;
	display: inline-block;
	margin: 6px 4px 0 0;
}

.matomebox .omatome-menseki p {
	font-size: 12px;
	line-height: 1.8;
}

@media (max-width: 750px) {
	.block-8 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	.block-8 .slopebox-3 {
		width: 36vw;
		height: auto;
	}

	.block-8 .slopebox-3 p {
		font-size: 7.6vw;
		line-height: 8vw;
		padding: 2vw 0;
	}

	.matomebox {
		width: 94%;
		margin: -4vw auto 0;
		padding: 9.33333vw 0 4vw;
	}

	.matomebox .omatome-title p {
		font-size: 4vw;
	}

	.matomebox .omatome-title img {
		width: 90%;
		margin: 1.33333vw auto;
	}

	.matomebox .omatome-obi {
		width: 90%;
		margin: 4vw auto 0;
		padding: 4vw 0;
	}

	.matomebox .omatome-obi p {
		font-size: 3.6vw;
	}

	.matomebox .omatome-fix {
		margin: 4.53333vw auto 0;
	}

	.matomebox .omatome-fix p {
		font-size: 3.6vw;
	}

	.matomebox .omatome-menseki {
		width: 90%;
		margin: 4vw auto 0;
		padding: 2.93333vw 0;
	}

	.matomebox .omatome-menseki p.title {
		font-size: 3.2vw;
		margin: 0 0 1.06666vw 0;
	}

	.matomebox .omatome-menseki p.title img {
		width: 3vw;
		margin: 1.2vw 1vw 0 0;
	}

	.matomebox .omatome-menseki p {
		width: 90%;
		margin: 0 auto;
		font-size: 2.8vw;
		text-align: justify;
	}

	.matomebox .omatome-menseki p.title {
		text-align: center;
	}
}

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

footer ul {
	text-align: center;
}

footer ul li {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
}

footer ul li a {
	color: #000;
	text-decoration: none;
}