﻿.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign .mv {
	position: relative;
}
.maindesign .mv__txt {
	position: absolute;
	bottom: 18%;
	left: 5%;
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 6px #000;
}
@media screen and (max-width: 767px) {
	.maindesign .mv__txt {
		font-size: 6.5vw;
		left: 4%;
		bottom: 16%;
	}
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .img_container {
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.maindesign .img_container {
		margin-top: 30px;
	}
}
.maindesign .lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}
.maindesign .lead-text--bold {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
	background-color: transparent;
	color: #333;
	text-indent: 0;
}
.maindesign .feature-hdg2::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 8%;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}
.maindesign h3.checkPoint {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 60px 0 20px 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: #aaaaaa 2px solid;
	display: flex;
	align-items: center;
	line-height: 1.15;
}
@media screen and (max-width: 767px) {
	.maindesign h3.checkPoint {
		font-size: 1.1rem;
	}
}
.maindesign h3.checkPoint .st0 {
	fill: #aaaaaa;
}
.maindesign h3.checkPoint .st1 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
.maindesign h3.checkPoint span {
	margin: 0 0 0 20px;
	width: calc(100% - 60px);
}
.maindesign .lr_heading {
	position: relative;
	margin-top: 50px;
	margin-bottom: 15px;
	padding: 4px 0 4px 12px;
	font-size: 1.35rem;
	line-height: 1.25;
}
@media screen and (max-width: 767px) {
	.maindesign .lr_heading {
		font-size: 1.2rem;
	}
}
.maindesign .lr_heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #06743a;
}
.maindesign .bold_heading {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.maindesign .bold_heading {
		font-size: 1rem;
	}
}
.maindesign .cb_heading {
	font-size: 1.35rem;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .cb_heading {
		font-size: 1.15rem;
	}
}

.maindesign .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .nav-list .nav-list__btn:nth-child(n + 5) {
	margin-top: 15px;
}
.maindesign .nav-list__btn {
	position: relative;
	border: 1px solid #b6b6b6;
	width: 24%;
	font-size: 1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
	overflow: hidden;
}
.maindesign .nav-list__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(135deg);
}
.maindesign .nav-list__btn:hover {
	border-color: #e5002d;
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .nav-list__inner {
	display: flex !important;
	opacity: 1;
	width: auto;
	height: 100%;
	align-items: center;
	justify-content: center;
	height: 3em;
	color: #333;
	padding: 0 2em;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width: 767px) {
	.maindesign .nav-list__btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list__btn:nth-child(n + 3) {
		margin-top: 15px;
	}
	.maindesign .nav-list__inner {
		font-size: 0.8rem;
	}
}

.maindesign .block_01 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 30px;
	background-color: #eef3ef;
	padding: 15px 10px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_01 {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
	.maindesign .block_01__left {
		margin-inline: auto;
		width: 50%;
	}
}
.maindesign .block_01__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .block_01_01,
.maindesign .block_01_02 {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 10px;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.maindesign .block_01_01,
	.maindesign .block_01_02 {
		grid-template-columns: 1fr;
	}
}
.maindesign .block_02 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
}
.maindesign .block_02 > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 10px;
}
.maindesign .block_02__img {
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.maindesign .block_02 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.maindesign .block_02__txt {
	margin-top: 10px;
}

.maindesign .block_03 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_03 {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}

.maindesign .block_04 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_04 {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}

.maindesign .block_05 {
	margin-top: 30px;
}
.maindesign .block_06 {
	margin-top: 30px;
}

.maindesign .block_07 {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_07 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.maindesign .block_07 > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 15px;
}
.maindesign .block_07__lead {
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.15;
}
@media screen and (max-width: 767px) {
	.maindesign .block_07__lead {
		font-size: 1rem;
	}
}
.maindesign .block_07__type {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	padding: 8px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_07__type {
		font-size: 1.1rem;
	}
}
.maindesign .block_07__type--orange {
	background-color: #ee8322;
}
.maindesign .block_07__type--red {
	background-color: #e41e26;
}

.maindesign .block_08 {
	margin-top: 30px;
}
.maindesign .block_09 {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.maindesign .block_09__outer {
		overflow: scroll;
	}
}

.maindesign .block_09__inner {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.maindesign .block_09__inner {
		width: 1200px;
	}
}

.maindesign .scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
	border: 2px solid #e00012;
	color: #e00012;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 15px;
}

.maindesign .notes_list {
	margin-top: 30px;
}
.maindesign .notes_list > li {
	margin-top: 3px;
	text-indent: -1em;
	padding-left: 1em;
}
.maindesign .notes_list__catch {
	color: #e5002d;
}
.maindesign .block_10 {
	margin-top: 30px;
}
.maindesign .block_11 {
	margin-top: 30px;
}
.maindesign .block_12 {
	margin-top: 30px;
}
.maindesign .block_13 {
	margin-top: 30px;
}
.maindesign .block_14 {
	margin-top: 30px;
}
.maindesign .block_15 {
	margin-top: 30px;
}
