@charset "UTF-8";

/*----- 固定ボタン -----*/

.fixed_box {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: #00863C;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 20%);
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 3;
	padding: 40px 10px;
	transition: 0.3s;
}

.fixed_box span {
	font-size: 2rem;
}

.fixed_box:hover {
	color: #fff;
	opacity: 0.3;
	padding: 40px 20px 40px 10px;
}

.fixed_box img {
	width: 100%;
	max-width: 20px;
}

/*----- 固定ボタンここまで -----*/

body {
	color: #333;
}

.inner_long {
	padding: 40px 30px !important;
}

.inner_long_bottom {
	padding: 20px 30px 40px !important;
}

.full-width h2 {
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 auto 30px;
}

.full-width h2.title_main {
	margin: 0 auto 40px;
}

.full-width h2.title_main::after {
	content: "";
	width: 120px;
	height: 4px;
	background: #FBCA00;
	border-radius: 3px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 -60px;
}

.full-width h3 {
	line-height: 1.5;
}

.full-width img {
	width: 100%;
}

header > a,
.full-width a {
	color: #00863C;
	transition: 0.3s;
}

header > a:hover,
.full-width a:hover {
	opacity: 0.3;
}

.main_title {
	width: fit-content;
	font-size: 3rem;
}

header {
	background: #fff;
	padding: 10px 30px;
}

header img {
	width: 100%;
	max-width: 120px;
}

.hero_box {
	background: url(../images/hero_bg.png) center center / cover no-repeat;
}

.hero_box > div {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 10px 0;
	background-color: rgba(255, 255, 255, 50%);
	padding: 30px;
}

/*
.hero_box > div > div:nth-of-type(1) {
	min-width: 330px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) {
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 30%));
	padding: 20px;
	margin: 0 0 20px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) > h1 {
	font-size: 5rem;
	text-align: center;
	margin: 0 0 10px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) > h1 span {
	font-weight: normal;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) > ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
	background: #00843F;
	border-radius: 10px;
	padding: 10px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	width: fit-content;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(1) {
	color: #e20a10;
	font-size: 8rem;
	font-weight: bold;
	line-height: 1;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 100%);
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 100%);
	margin: 0 0 -10px;
}

.hero_box > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) span {
	font-size: 1.2rem;
}

.hero_box > div > div:nth-of-type(1) > a {
	width: 100%;
	max-width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00843F;
	font-weight: bold;
	background: #fff;
	border: 2px solid #00843F;
	border-radius: 25px;
	position: relative;
	padding: 0 10px;
	margin: 0 auto 20px;
}

.hero_box > div > div:nth-of-type(1) > a::after {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	background: #00843F;
	border-radius: 15px;
	margin: 0 0 0 5px;
}

.hero_box > div > div:nth-of-type(2) {
	display: flex;
	align-items: flex-end;
}

.hero_box > div > div:nth-of-type(2) > img {
	max-width: 450px;
}
*/

.intro_box {
	padding: 30px 30px 40px;
}

.intro_box > h2 {
	font-size: 2rem;
}

.intro_box > h2 span {
	font-size: 3rem;
	background: linear-gradient(transparent 60%, #fcff81 50%);
}

.intro_box > p {
	text-align: center;
}

.eraberu_box > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 0 auto 30px;
}

.eraberu_box > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 20%));
	padding: 20px;
}

.eraberu_box > div > div > div > img {
	height: 40px;
	object-fit: contain;
	border-bottom: 1px solid #666;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.eraberu_box > div > div > div > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.eraberu_box > div > div > div > p:nth-of-type(2) {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.eraberu_box > div > div > div > p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 3rem;
}

.eraberu_box > div > div:nth-of-type(1) > div > img {
	max-width: 180px;
}

.eraberu_box > div > div > ul li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 0 2rem;
}

.eraberu_box > a {
	width: 100%;
	max-width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00843F;
	font-weight: bold;
	background: #fff;
	border: 2px solid #00843F;
	border-radius: 25px;
	position: relative;
	padding: 0 10px;
	margin: 0 auto;
}

.merit_box h3 {
	display: inline;
	font-size: 2.4rem;
	background: linear-gradient(transparent 60%, #fcff81 50%);
}

.merit_box > div {
	display: flex;
	flex-flow: column;
}

.merit_box > div > div {
	background: #f7f7f7;
	border-radius: 10px;
	filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 10%));
	padding: 30px;
}

.merit_box > div > div:nth-of-type(-n+2) {
	margin: 0 0 40px;
}

.merit_box > div > div > p {
	font-size: 1.6rem;
	font-weight: bold;
}

.merit_box > div > div > p span {
	font-size: 2.4rem;
}

.merit_box > div > div > div {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.merit_box > div > div > div > div:nth-of-type(1) > div {
	margin: 0 0 10px;
}

.merit_box > div > div:nth-of-type(2) > a {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}

.merit_box > div > div:nth-of-type(2) > div {
	margin: 0 0 30px;
}

.merit_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) {
	width: 100%;
	max-width: 400px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 0 auto;
}

.merit_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) > div {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 20%));
	padding: 10px;
}

.merit_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) > div img {
	max-width: 70px;
	height: 50px;
	object-fit: contain;
	margin: 0 0 10px;
}

.merit_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) > div p {
	line-height: 1.5;
}

.merit_box > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.merit_box > div > div:nth-of-type(3) > div > div > img {
	max-width: 400px;
}

.set_box .slick_slide {
	display: flex;
	gap: 60px 30px;
	margin: 70px auto 0;
}

.set_box .slick_slide > div {
	flex: 1;
	background: #F7F7F7;
	padding: 30px;
}

.set_box .slick_slide > div > h4 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.set_box .slick_slide > div > p {
	margin: 0 0 20px;
}

.set_box .slick_slide > div > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}

.set_box .slick_slide > div > ul li {
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 20%));
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
	padding: 5px 3px;
}

.set_box .slick_slide > div > div:nth-of-type(1) {
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0 0 30px;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(1) {
	width: 220px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: -60px;
	left: 0;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(1) > h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(1) > h3 span {
	font-size: 2.6rem;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: 0;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) {
	color: #DC0000;
	font-size: 3rem;
	font-weight: bold;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 2rem;
	font-weight: normal;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(2) > p:nth-of-type(2) span:nth-of-type(2) {
	color: #333;
	font-size: 1.2rem;
	font-weight: normal;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(3) {
	position: absolute;
	bottom: 0;
	right: -50px;
}

.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(3) > img:nth-of-type(1) {
	max-width: 260px;
}

.set_box .slick_slide .basic > div:nth-of-type(1) > div:nth-of-type(1) {
	background: linear-gradient(-45deg, #31A65E, #00853F);
}

.set_box .slick_slide .basic h4 {
	color: #00853F;
}

.set_box .slick_slide .yokubari div:nth-of-type(1) > div:nth-of-type(1) {
	background: linear-gradient(-45deg, #0C6AAE, #0051A4);
}

.set_box .slick_slide .yokubari h4 {
	color: #0051A4;
}

.set_box .slick_slide .yokubari > div > div:nth-of-type(3) > img:nth-of-type(2) {
	width: auto;
	max-height: 60px;
	position: absolute;
	top: -70px;
	right: 150px;
	;
}

.set_box .slick_slide .yokubari > div > div:nth-of-type(3) > img:nth-of-type(3) {
	width: auto;
	max-height: 60px;
	position: absolute;
	top: -70px;
	right: 40px;
}

.dounyu_box > p {
	text-align: center;
	margin: 0 0 30px;
}

.dounyu_box > a {
	width: fit-content;
	display: block;
	margin: 0 0 0 auto;
}

.support_box > p {
	text-align: center;
	margin: 0 0 30px;
}

.support_box > div {
	max-width: 800px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 0 auto;
}

.support_box > div > div {
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 20%));
	padding: 20px;
}

.support_box > div > div > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	gap: 30px;
	border-bottom: 1px solid;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.support_box > div > div > div:nth-of-type(1) > div {
	max-width: 100px;
}

.support_box > div > div > div:nth-of-type(1) > div img {
	height: 50px;
	object-fit: contain;
}

.support_box > div > div > p:nth-of-type(1) {
	min-height: 75px;
	margin: 0 0 10px;
}

.support_box > div > div > table tr td {
	line-height: 1.5;
}

.support_box > div > div > table tr td:nth-of-type(1) {
	width: 60%;
	padding: 0 10px 0 0;
}

.support_box > div > div > table tr td span {
	font-size: 1.1rem;
}

.bg_gray {
	background: #f7f7f7;
}

.text_red {
	color: #ff0000;
	font-weight: bold;
}

/*メールフォーム*/

.form_box table tr th span {
	background: #00843f;
}

.form_box > p input {
	color: #5d5858;
	background: #fbca00;
	border-radius: 20px;
}

/*メールフォームここまで*/

/*サンクスページ*/

.thanks_box {
	text-align: center;
}

.thanks_box > div:nth-of-type(1) {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #00863C 40%, #00612b 90%);
}

.thanks_box h1 {
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 30px 20px;
}

.thanks_box > div:nth-of-type(2) a {
	max-width: 300px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5d5858;
	font-size: 1.6rem;
	font-weight: bold;
	background: #fbca00;
	border-radius: 20px;
	box-shadow: 0 5px 5px 1px rgb(0 0 0 / 20%);
	position: relative;
	margin: 0 auto;
}

.thanks_box > div:nth-of-type(2) a::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 10px;
}

.thanks_box > div:nth-of-type(2) > div p:nth-of-type(1) {
	margin: 0 0 10px;
}

.thanks_box > div:nth-of-type(2) > div p:nth-of-type(2) {
	margin: 0 0 20px;
}


/*サンクスここまで*/


@media screen and (max-width: 1024px) {

	.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) {
		padding: 20px 10px;
	}

	.hero_box > div > div:nth-of-type(1) > div:nth-of-type(1) > ul li {
		padding: 10px 5px;
	}

	.set_box .slick_slide {
		max-width: 460px;
		flex-flow: column;
		align-items: center;
	}

	.set_box .slick_slide > div {
		padding: 30px 10px;
	}

	.eraberu_box > div > div {
		flex-flow: column;
	}

}

@media screen and (max-width: 767px) {

	.pagetop {
		bottom: 65px;
	}

	/*----- 固定ボタン -----*/

	.fixed_box {
		width: 100%;
		justify-content: center;
		writing-mode: initial;
		border: 1px solid #fff;
		border-radius: 0;
		box-shadow: none;
		bottom: 0;
		right: auto;
		padding: 10px;
	}

	.fixed_box:hover {
		opacity: 1;
		padding: 10px;
	}

	/*----- 固定ボタンここまで -----*/

	.inner_long {
		padding: 40px 20px !important;
	}

	.inner_long_bottom {
		padding: 20px 20px 40px !important;
	}


	.full-width h2 {
		font-size: 2.6rem;
	}

	header {
		padding: 10px 20px;
	}

	.hero_box > div {
		height: auto;
		flex-flow: column;
		align-items: center;
		padding: 30px 20px;
	}

	.intro_box {
		padding: 30px 20px 40px;
	}

	.eraberu_box > div {
		max-width: 500px;
		grid-template-columns: 1fr;
	}

	.eraberu_box > div > div > ul li br {
		display: none;
	}

	.merit_box h3 {
		font-size: 2rem;
	}

	.merit_box > p {
		text-align: left;
	}

	.merit_box > div > div {
		padding: 30px 10px;
	}

	.merit_box > div > div > div {
		justify-items: center;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.merit_box > div > div > div > div > img {
		max-width: 400px;
	}

	.set_box .slick_slide > div {
		padding: 30px 20px;
	}

	.set_box .slick_slide > div > ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(1) {
		width: 100%;
		height: 80px;
	}

	.set_box .slick_slide > div > div:nth-of-type(1) {
		height: 290px;
	}

	.set_box .slick_slide > div > div:nth-of-type(1) > div:nth-of-type(3) {
		position: initial;
		text-align: center;
		padding: 40px 0 0;
	}

	.set_box .slick_slide .yokubari > div:nth-of-type(1) > div:nth-of-type(3) > img:nth-of-type(2) {
		max-height: 50px;
		top: 40px;
		right: 0;
	}

	.set_box .slick_slide .yokubari > div > div:nth-of-type(3) > img:nth-of-type(3) {
		max-height: 45px;
		top: 100px;
		right: 0;
	}

	.support_box > p {
		text-align: left;
	}

	.support_box > div {
		justify-content: center;
		grid-template-columns: minmax(auto, 400px);
	}

	.support_box > div > div > p:nth-of-type(1) {
		min-height: auto;
	}

	.support_box > div > div:nth-of-type(2) > table tr td:nth-of-type(1) {
		width: 55%;
	}

}
