@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #1f1f1f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.wrapper {
	overflow: hidden;
}

img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media only screen and (max-width: 834px) {
	img {
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	html {
		font-size: 2.6667vw;
	}
}

.notosans {
	font-family: "Noto Sans JP", sans-serif;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.visible_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.visible_pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: #fff;
	padding: 16px 20px 15px;
	z-index: 10;
}
.header_inner {
	max-width: 668px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}
.header_logo {
	width: 56rem;
	margin: 0 auto;
}
.header_logo a {
	display: block;
	transition: opacity .3s;
}
.header_ttl {
	width: 100%;
	padding-top: 27px;
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: -.02em;
}
.header_ttl span {
	font-size: 4.113rem;
	vertical-align: -3px;
}
.header_close {
	-webkit-appearance: none;
	appearance: none;
	width: 133px;
	font-family: inherit;
	font-weight: bold;
	background: #fff;
	border-radius: 0;
	font-size: 1.8rem;
	color: #003925;
	border: 2px solid #003925;
	margin: 0 -1px 0 auto;
	padding: 6px 25px 6px 5px;
	letter-spacing: -.06em;
	cursor: pointer;
	transition: opacity .3s;
}
.header_close::before,
.header_close::after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #003925;
	transform: rotate(45deg);
	position: absolute;
	right: 29px;
	top: 19px;
}
.header_close::after {
	transform: rotate(-45deg);
}
@media only screen and (min-width: 835px) {
	.header a:hover,
	.header_close:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.header {
		padding: .8rem 5.3333% .75rem;
	}
	.header_inner {
		max-width: none;
	}
	.header_logo {
		padding-top: 3px;
		width: 28rem;
	}
	.header_ttl {
		padding-top: 13px;
		font-size: 1.8rem;
	}
	.header_ttl span {
		font-size: 2.1rem;
		vertical-align: -1px;
	}
	.header_close {
		width: 67px;
		font-size: .9rem;
		border-width: 1px;
		margin: 0 0 0 auto;
		padding: 3px 12px 3px 3px;
	}
	.header_close::before,
	.header_close::after {
		width: 9px;
		height: 1px;
		right: 14px;
		top: 9px;
	}
}

/*mainv
----------------------------------------*/
.mainv_block {
	background: #e0f7f0 url(../img/bg_ttl.png) no-repeat center bottom / auto 426px;
	padding: 5.3rem 0 0;
	height: 346px;
	font-feature-settings: "palt";
}
.mainv_block h2 {
	text-align: center;
	color: #fffbb8;
	line-height: 1.31;
}
.mainv_block h2 > span:first-child {
	font-size: 4rem;
	letter-spacing: .04em;
	display: inline-block;
	margin-bottom: 1.2rem;
}
.mainv_block h2 > span:first-child span {
	font-size: 5.273rem;
}
.mainv_block h2 > span:last-child {
	font-size: 6.4rem;
}
.mainv_note {
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: .05em;
}
.mainv_label {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2.3rem;
}
.mainv_label span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #108761;
	font-weight: 700;
	padding: 0 4.8rem;
	border-radius: 2.7rem;
	font-size: 3.2rem;
	height: 5.4rem;
}
@media only screen and (max-width: 834px) {
	.mainv_block {
		background: #e0f7f0 url(../img/bg_ttl-sp.png) no-repeat center bottom / 100% auto;
		padding: 2.7rem 0 0;
		height: 22rem;
	}
	.mainv_block h2 {
		line-height: 1.2;
	}
	.mainv_block h2 > span:first-child {
		font-size: 1.7rem;
		margin-bottom: 1rem;
	}
	.mainv_block h2 > span:last-child {
		font-size: 3.55rem;
		line-height: 1.25;
		display: inline-block;
	}
	.mainv_note {
		font-size: 1.1rem;
		margin-top: 2.6666vw;
	}
	.mainv_label {
		gap: .5rem;
		margin-top: 1.2rem;
	}
	.mainv_label span {
		padding: 0 2rem;
		font-size: 1.6rem;
		height: 2.7rem;
	}
}

/*point01
----------------------------------------*/
.point01_block {
	background: #e0f7f0;
	padding: 36px 20px 38px;
	font-feature-settings: "palt";
}
.point_mark {
	width: 117px;
	height: 127px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 2.34rem;
	font-weight: bold;
	padding: 21px 0 0 2px;
	letter-spacing: .02em;
	background: url(../img/bg_point.png) no-repeat left top / 100% auto;
}
.point_mark img {
	height: 35px;
	width: auto;
	margin: 0 auto;
}
.ttl_h2 {
	text-align: center;
	color: #108761;
	margin: 3rem 0;
	line-height: 1.5;
	font-size: 3.2rem;
	letter-spacing: .05em;
}
.point01_bnr + .ttl_h2 {
	margin-top: 6rem;
}
.ttl_h2 > span span {
	background: #fffbb8;
	font-size: 4.8rem;
	color: #f75a30;
	letter-spacing: 0;
	margin-top: .5rem;
	padding: 0 1rem;
}
.ttl_h2 sub {
	font-size: 60%;
	vertical-align: text-bottom;
}
.ttl_h2 > span > span span:not(.ttl_h2_note) {
	color: #f60;
	font-size: 130%;
	top: 3px;
}
.ttl_h2 > span > span .ttl_h2_note {
	font-size: 50%;
}
.ttl_h3 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: #108761;
	letter-spacing: .05em;
}
.point01_bnr {
	text-align: center;
}
.point01_bnr h4 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 1.5rem;
}
.point01_bnr a {
	display: block;
	width: 88rem;
	margin: 0 auto;
	transition: opacity .3s;
}
.point01_bnr a + a {
	margin-top: 3rem;
}
.point01_txt {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: .06em;
}
.point01_txt span {
	font-size: 1.8rem;
}
.point01_bnr {
	max-width: 1226px;
	margin: 17px auto 22px;
}
.point_note {
	font-feature-settings: normal;
}
.point01_block .point_note,
.point03_block .point_note {
	width: 900px;
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
}
.point01_link {
	text-align: center;
}
.point01_link a {
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #108761;
	font-weight: bold;
	border-bottom: 1px solid #108761;
	transition: opacity .3s;
}
.point01_note {
	width: 40.2rem;
	margin: 1rem auto 0;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 700;
	color: #f00;
}
@media (hover:hover) {
	.point01_bnr a:hover,
	.point01_link a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.point01_block {
		padding: 15px 5.3333vw 31px;
	}
	.point01_block::before {
		width: 100vw;
		height: 24.5vw;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
	.point_mark {
		width: 65px;
		height: 71px;
		font-size: 1.3rem;
		padding: 12px 0 0 1px;
	}
	.point_mark img {
		height: 19px;
		margin-top: 1px;
	}
	.ttl_h2 {
		margin: 1.2rem -1rem 1.3rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.ttl_h2 > span {
		display: block;
		margin-top: .8rem;
	}
	.ttl_h2 > span span {
		font-size: 2.7rem;
	}
	.ttl_h3 {
		font-size: 1.6rem;
	}
	.point01_txt {
		font-size: 1.6rem;
		margin-top: 8px;
		padding-left: 0;
	}
	.point01_txt span {
		font-size: 1.3rem;
	}
	.point01_bnr {
		width: auto;
		margin: .6rem auto 13px;
	}
	.point01_bnr h4 {
		font-size: 1.4rem;
		margin-bottom: .8rem;
	}
	.point01_bnr a {
		max-width: 100%;
	}
	.point01_bnr a + a {
		margin-top: 2rem;
	}
	.point_note {
		text-align: left;
		margin-left: 1em;
		margin-right: -.5em;
		text-indent: -1em;
		font-size: 1.1rem;
		line-height: 1.35;
	}
	.point01_block .point_note,
	.point03_block .point_note {
		width: auto;
	}
	.point01_link a {
		font-size: 1.8rem;
	}
}

/*point02
----------------------------------------*/
.point02_block {
	padding: 61px 20px 4.4rem;
	font-feature-settings: "palt";
}
.point02_block .ttl_h2 {
	margin: 1.5rem 0 2.7rem;
}
.point02_block h3 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5714;
	letter-spacing: .05em;
}
.point02_card {
	max-width: 100rem;
	margin: 2.8rem auto;
}
.detail_block .point02_card {
	max-width: 96rem;
}
.point02_card:last-child {
	margin-bottom: 0;
}
.point02_card dt {
	border: .1rem solid #108761;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	color: #108761;
	height: 6.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
	cursor: pointer;
}
.point02_card dt::after {
	content: '';
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-top: .2rem solid #108761;
	border-right: .2rem solid #108761;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 1rem;
	right: 2.5rem;
	margin: auto 0;
}
.point02_card dt.open::after {
	transform: rotate(-45deg);
	top: .5rem;
	bottom: 0;
}
.point02_card dd {
	padding: 1.7rem 0 0;
	display: none;
}
.point02_card_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.point02_card_item {
	background: #ebf8f4;
	border-radius: 1rem;
	padding: 3rem 1.7rem 3.5rem;
}
.point02_card_box > p {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #108761;
	line-height: 1.5;
	font-feature-settings: "palt";
	min-height: 11.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.point02_card_box figure {
	width: 15.7rem;
	margin: 2.2rem auto 2.7rem;
}
.point02_card_box figure img {
	height: 9.9rem;
	width: auto;
}
.point02_card_item table {
	width: 100%;
	border-collapse: collapse;
}
.point02_card_item table th {
	background: #108761;
	text-align: center;
	font-size: 1.76rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.25;
	padding: 1.1rem 0;
	border: .1rem solid #108761;
	border-bottom: 0;
}
.point02_card_item table th:nth-child(1) {
	width: 55.8036%;
	border-right: .1rem solid #fff;
}
.point02_card_item table td {
	background: #fff;
	border: .1rem solid #108761;
	text-align: center;
	font-size: 1.76rem;
	font-weight: 500;
	padding: 1.35rem 0;
}
.point02_card_item:nth-child(4) table td {
	padding: 2.7rem 0;
}
.point02_card_item:nth-child(1) table td {
	padding: .665rem 0;
}
.point02_card_note {
	max-width: 98rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 1rem auto 0;
}
.point02_pointup {
	max-width: 80rem;
	background: #108761;
	text-align: center;
	border-radius: 2rem;
	color: #fff;
	margin: 6rem auto 0;
	padding: 5.2rem 0 2.2rem;
}
.point02_pointup::before {
	content: '';
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	background: #fff;
	border: .2rem solid #108761;
	position: absolute;
	left: 0;
	right: 0;
	top: -2.8rem;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 50%;
}
.point02_pointup p {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	position: static;
}
.point02_pointup p::before,
.point02_pointup p::after {
	content: '';
	display: block;
	width: 2.6rem;
	height: .3rem;
	background: #108761;
	position: absolute;
	top: -.2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.point02_pointup p::after {
	transform: rotate(90deg);
}
.point02_pointup p span {
	display: block;
	font-size: 4.6rem;
	color: #fffbb8;
	margin-top: .4rem;
	letter-spacing: .05em;
}
.point_link {
	text-align: center;
	margin-top: 35px;
	font-feature-settings: "palt";
}
.point_link a {
	font-size: 2.4rem;
	line-height: 1.2;
	display: inline-block;
	font-weight: bold;
	color: #108761;
	letter-spacing: .02em;
	border-bottom: 2px solid #108761;
	transition: opacity .3s;
}
.point_accordion {
	max-width: 900px;
	margin: 40px auto 0;
}
.point_accordion_ttl {
	font-size: 2.5rem;
	cursor: pointer;
	margin-bottom: 20px;
	transition: opacity .3s;
}
.point_accordion_ttl::after {
	content: '';
	display: block;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 2rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #edf8f5;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.point_accordion_ttl span {
	position: static;
}
.point_accordion_ttl span::before,
.point_accordion_ttl span::after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #108761;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.point_accordion_ttl span::after {
	width: 2px;
	height: 14px;
	right: 14px;
}
.point_accordion_ttl.open span::after {
	display: none;
}
.point_accordion_contents {
	display: none;
}
.point_accordion_contents h4 {
	font-size: 2rem;
}
.point_accordion_contents ul {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.point_accordion_contents ul li {
	margin-left: 23px;
	text-indent: -23px;
}
.point_accordion_contents ul li::before {
	content: '●';
	color: #92d050;
	margin-right: 5px;
}
@media only screen and (min-width: 835px) {
	.point_link a:hover,
	.point_accordion_ttl:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.point02_block {
		padding: 3.9rem 4vw 3.8rem;
	}
	.point02_block .ttl_h2 {
		margin: 1.5rem 0 1.7rem;
	}
	.point02_block h3 {
		font-size: 1.4rem;
		line-height: 1.5714;
	}
	.point02_list {
		margin: 21px auto 0;
	}
	.point02_card {
		max-width: 33.5rem;
		margin-top: 1.1rem;
	}
	.detail_block .point02_card {
		margin-top: 2rem;
	}
	.point02_card dt {
		font-size: 1.4rem;
		height: 3.4rem;
		padding: .2rem 2rem 0 0;
	}
	.point02_card dt::after {
		width: .9rem;
		height: .9rem;
		border-top-width: .1rem;
		border-right-width: .1rem;
		bottom: .5rem;
		right: 1.5rem;
	}
	.point02_card dd {
		padding: 1.4rem 0 0;
	}
	.point02_card_list {
		display: block;
	}
	.point02_card_item {
		display: flex;
		align-items: center;
		gap: 1.8rem;
		padding: 1rem 1.5rem;
	}
	.point02_card_item + .point02_card_item {
		margin-top: 1.4rem;
	}
	.point02_card_box {
		width: 15.3rem;
	}
	.point02_card_item table {
		flex: 1;
	}
	.point02_card_item table th {
		font-size: 1.1rem;
		padding: .5rem 0;
	}
	.point02_card_item table td {
		font-size: 1.1rem;
		padding: .61rem 0;
	}
	.point02_card_item:nth-child(3) table td {
		padding: .66rem 0;
	}
	.point02_card_note {
		font-size: 1.1rem;
		letter-spacing: .02em;
		margin-top: .7rem;
	}
	.point02_card_box > p {
		font-size: 1.2rem;
		min-height: 0;
		margin: 0 -1rem;
	}
	.point02_card_box figure {
		width: 7.9rem;
		margin: 1rem auto 0;
	}
	.point02_card_box figure img {
		height: auto;
		width: 100%;
	}
	.point02_block .point_note {
		margin: 10px 0 0 1em;
	}
	.point02_pointup {
		border-radius: 1.5rem;
		margin: 2.5rem auto 0;
		padding: 3rem 0 1.3rem;
	}
	.point02_pointup::before {
		width: 4rem;
		height: 4rem;
		border-width: .1rem;
		top: -2rem;
	}
	.point02_pointup p {
		font-size: 1.6rem;
	}
	.point02_pointup p::before,
	.point02_pointup p::after {
		width: 1.7rem;
		height: .2rem;
		top: -.1rem;
	}
	.point02_pointup p span {
		font-size: 2.7rem;
		margin-top: 0;
	}
	.point_link {
		margin-top: 2px;
	}
	.point_link a {
		font-size: 1.2rem;
		border-bottom-width: 1px;
	}
	.point_accordion {
		margin: 20px auto 0;
	}
	.point_accordion_ttl {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.point_accordion_contents h4 {
		font-size: 1.6rem;
	}
	.point_accordion_contents ul {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.point_accordion_contents ul li {
		margin-left: 19px;
		text-indent: -19px;
	}
}

/*point03
----------------------------------------*/
.point03_block {
	padding: 0 20px 55px;
	font-feature-settings: "palt";
}
.point03_block .ttl_h2 {
	margin-top: 12px;
	letter-spacing: .042em;
}
.point03_block .ttl_h2 > span {
	padding-left: .15em;
}
.point03_block ul {
	max-width: 690px;
	margin: 24px auto 21px;
}
.point03_block li {
	background: #108761;
	border-radius: 10px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 3.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 31px 41px 27px 50px;
}
.point03_block li figure {
	width: 175px;
	margin: 0 0 4px auto;
}
.point03_block li h3 {
	flex: 1;
	line-height: 1.35;
	letter-spacing: .05em;
}
.point03_block li h3 sup {
	font-size: 2rem;
}
.point03_block li:nth-child(2) {
	padding: 27px 41px 21px 50px;
}
.point03_block li:nth-child(3) {
	padding: 22px 41px 17px 50px;
}
@media only screen and (max-width: 834px) {
	.point03_block {
		padding: 0 4% 29px;
	}
	.point03_block .ttl_h2 {
		margin-top: 7px;
		letter-spacing: .02em;
	}
	.point03_block .ttl_h2 > span {
		padding-left: 0;
	}
	.point03_block ul {
		margin: 27px auto 8px;
	}
	.point03_block li {
		border-radius: 1.3333vw;
		margin-bottom: 6px;
		font-size: 1.7rem;
		padding: 15px 20px 14px 25px;
	}
	.point03_block li figure {
		width: 87.5px;
	}
	.point03_block li h3 sup {
		font-size: 1rem;
	}
	.point03_block li:nth-child(2) {
		padding: 12px 20px 10px 25px;
	}
	.point03_block li:nth-child(3) {
		padding: 10px 20px 7px 25px;
	}
}

.point04_block {
	background: #f5f5f5;
	padding: 60px 20px 6.8rem;
	font-feature-settings: "palt";
}
.point04_block::before {
	content: '';
	display: block;
	width: 107.2rem;
	height: 34.5rem;
	background: url(../img/point04_img.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 1rem;
	right: 0;
	top: -2.6rem;
	margin: 0 auto;
}
.point04_block .ttl_h2 {
	margin: 2.2rem 0 2.5rem;
}
.point04_block h4 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin: 1.5rem 0 2.2rem;
}
.point04_note {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
}
@media only screen and (max-width: 834px) {
	.point04_block {
		padding: 3.3rem 0 3.3rem;
	}
	.point04_block::before {
		width: 100%;
		height: 17.3rem;
		background-image: url(../img/point04_img-sp.png);
		left: 0;
		top: -2.7rem;
	}
	.point04_block .ttl_h2 {
		margin: 1.5rem 0 1rem;
	}
	.point04_block h4 {
		font-size: 1.4rem;
		margin: .5rem 0 2rem;
	}
	.point04_note {
		width: fit-content;
		text-align: left;
		margin: 0 auto;
		font-size: 1.1rem;
		letter-spacing: .01em;
		line-height: 1.25;
	}
}


/*detail
----------------------------------------*/
.detail_block {
	text-align: center;
	font-feature-settings: "palt";
	padding: 55px 20px;
}
.detail_block:last-child {
	padding-bottom: 73px;
}
.detail_block h2 {
	font-size: 3rem;
	color: #108761;
	margin-bottom: 2.8rem;
	margin-top: 80px;
}
.detail_block > p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 1rem;
}
.detail_block h2 .point01_bnr_balloon {
	width: 220px;
	position: absolute;
	left: 50%;
	top: -40px;
	font-size: 2rem;
	margin-left: -430px;
}
.detail_block h2 .point01_bnr_balloon::before {
	border-width: 0 20px 20px 0;
	border-color: transparent #e95560 transparent transparent;
	margin-right: 30px;
	bottom: -16px;
}
.detail_block h2:first-child {
	margin-top: 0;
}
.detail_inner + .detail_inner {
	margin-top: 50px;
}
.detail_item {
	max-width: 96rem;
	margin: 0 auto;
	border: .2rem solid #178e68;
	box-shadow: 0 .7rem 0 #178e68;
	background: #fffde2;
	border-radius: 2rem;
	padding-bottom: 2.5rem;
}
.detail_item + .detail_item {
	margin-top: 4.1rem;
}
.detail_item h3 {
	background: #108761;
	text-align: center;
	font-size: 2.238rem;
	color: #fff;
	padding: .4rem 0;
	letter-spacing: .05em;
	border-radius: 1.6rem 1.6rem 0 0;
}
.detail_head {
	padding: 2.6rem 0 2rem;
}
.detail_head p {
	text-align: center;
	font-size: 1.958rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}
.detail_head dl {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #108761;
	gap: 1rem;
}
.detail_head dl dt {
	font-size: 2.098rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: .05em;
}
.detail_head dl dd {
	font-size: 4.28rem;
	font-weight: 700;
	margin-top: .7rem;
}
.detail_body {
	max-width: 83.6rem;
	margin: 0 auto;
	padding: .7rem 0 3.8rem;
	text-align: left;
	font-weight: 500;
	display: none;
}
.detail_body_inner {
	padding: 0 .7rem;
}
.detail_body h4 {
	background: #108761;
	color: #fff;
	font-size: 2.241rem;
	padding: .1rem;
	text-align: center;
	margin: 0 0 1rem;
}
.detail_item.orange {
	border: .2rem solid #fb4f30;
	box-shadow: 0 .7rem 0 #fb4f30;
}
.detail_item.orange h3,
.detail_item.orange h4 {
	background: #fb4f30;
}
.detail_txt_l {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .02em;
}
.detail_txt {
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 1.25;
}
.detail_note {
	font-size: 1.2rem;
	line-height: 1.3333;
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: .02em;
}
.detail_note.number {
	margin-left: 1.9em;
	text-indent: -1.9em;
}
.detail_plus {
	background: #fff2ef;
	border: .2rem solid #f75a30;
	border-radius: 1rem;
	max-width: 96rem;
	margin: 2.3rem auto 3.8rem;
}
.detail_plus_head {
	background: #f75a30;
	color: #fff;
	font-size: 2.587rem;
	font-weight: 700;
	text-align: center;
	border-radius: .6rem .6rem 0 0;
	padding: 1.5rem 0 1.4rem;
	letter-spacing: .05em;
	line-height: 1.45;
}
.detail_plus_head::before {
	content: '';
	display: block;
	background: url(../img/detail_plus_arrow.svg) no-repeat left top / 100% auto;
	width: 6.419rem;
	height: 5.631rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -4.8rem;
}
.detail_plus_head span {
	font-size: 2rem;
	display: block;
	letter-spacing: .05em;
}
.detail_plus_body {
	padding: 1.7rem 0 1rem;
}
.detail_plus_body p {
	font-size: 2.098rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.detail_plus_body dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}
.detail_plus_body dt {
	font-size: 2.098rem;
	line-height: 1.1;
	font-weight: 700;
	color: #108761;
	padding-top: 1.4rem;
}
.detail_plus_body dd {
	font-size: 4.28rem;
	font-weight: 700;
	color: #108761;
	margin-top: 1rem;
}
.detail_plus_body dd > span {
	color: #f75a30;
}
.detail_plus_body dd > span span {
	font-size: 6.799rem;
	line-height: 1;
	vertical-align: -.2rem;
}
.detail_body .mt5 {
	margin-top: .5rem;
}
.detail_body .mt10 {
	margin-top: 1rem;
}
.detail_body h5 {
	margin: 2.7rem 0 .3rem;
	font-size: 1.6rem;
}
.detail_body h5 ~ h5 {
	margin: 2rem 0 -.2rem;
}
.detail_body h4 + h5 {
	margin-top: 0;
}
.detail_btn {
	appearance: none;
	border: 0;
	display: block;
	width: 100%;
	height: 3.2rem;
	background: none;
	cursor: pointer;
	transition: opacity .3s;
	outline: none;
}
.detail_btn:not(.open)::before {
	content: '詳細はこちら';
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	color: #108761;
}
.detail_btn.open {
	transform: scale(1, -1);
}
.detail_btn::after {
	content: '';
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	border-top: .4rem solid #178e68;
	border-right: .4rem solid #178e68;
	transform: scaleX(1.1) rotate(135deg);
	margin: auto;
	position: absolute;
	left: 0;
	top: -2.4rem;
	bottom: 0;
	right: 0;
}
.detail_btn:not(.open)::after {
	width: 1.7rem;
	height: 1.7rem;
	border-width: .2rem;
	right: 0;
	left: auto;
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0 .6rem 0 1.8rem;
	vertical-align: .5rem;
}
.detail_border {
	background: #fff;
	border: .2rem solid #108761;
	margin-top: 2rem;
	padding: 2.2rem 2rem 2.5rem;
}
.detail_border dt {
	font-size: 2rem;
	font-weight: 700;
	color: #108761;
	text-align: center;
	letter-spacing: .02em;
	margin-bottom: 2rem;
}
.detail_body .detail_bold {
	font-weight: 700;
}
.detail_head dl dd > span {
	color: #f75a30;
}
.detail_head_max {
	font-size: 2.097rem;
	color: #108761;
	line-height: 1.1;
	display: inline-block;
	margin-right: .5rem;
}
.detail_head dl dd > span span {
	font-size: 6.798rem;
	line-height: 1;
	vertical-align: -.2rem;
}
.detail_icon {
	width: 11.7rem;
	position: absolute;
	left: -2.1rem;
	top: -2rem;
	z-index: 2;
}
.detail_inner > .detail_note {
	max-width: 92rem;
	font-weight: 500;
	margin: 2.4rem auto 0;
	text-align: left;
}
.color_red {
	color: #ea3355;
}
.detail_block h4 + h4 {
	margin-top: 25px;
}
.detail_block p .txt_kerning_kana {
	letter-spacing: -.08em;
}
.detail_block p:last-child {
	margin-bottom: 0;
}
.detail_block p a {
	border-bottom: 1px solid #108761;
	color: #108761;
	padding-bottom: 1px;
}
.detail_block table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -.02em;
	margin: 1.2rem 0 10px;
}
.detail_block table .balloon {
	display: block;
	background: #108761;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	padding: .3rem 1.5rem .2rem;
	border-radius: 3rem;
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	top: 3rem;
}
.detail_block table .balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0px 5px;
	border-color: #108761 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.9rem;
	margin: 0 auto;
}
.detail_block table th > span,
.detail_block table td > span {
	display: inline-block;
	text-align: left;
}
.detail_block table th {
	border: 1px solid #000;
	font-weight: 700;
	font-size: 1.474rem;
	line-height: 1.2;
	padding: 1.85rem 8px;
}
.detail_block table td {
	border: 1px solid #000;
	background: #fff;
	font-weight: 700;
	font-size: 1.474rem;
	line-height: 1.1364;
	padding: 2.9rem 5px;
}
.detail_block table tr:nth-child(2) th,
.detail_block table tr:nth-child(2) td {
	padding: .9rem 0;
}
.detail_block table th {
	background: #f0f3ef;
}
.detail_block table td .detail_dot {
	writing-mode: vertical-rl;
	letter-spacing: -.4em;
}
.campaign_brackets {
	margin: 0 -.5em;
}
.detail_block p.mb0 {
	margin-bottom: 0;
}
.campaign_indent {
	margin-left: 1.9em;
	text-indent: -1.9em;
}
.detail_block .txt_indent {
	margin-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.align_l {
	text-align: left;
}
.color_green {
	color: #108761;
}
.campaign_example {
	width: 815px;
	margin: 0 0 25px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.campaign_example figure {
	width: 380px;
}
.campaign_debut {
	display: block;
	width: fit-content;
	padding: 0 1.5em;
	text-align: center;
}
.campaign_debut::before,
.campaign_debut::after {
	content: '／';
	position: absolute;
	bottom: 0;
	right: 0;
}
.campaign_debut::before {
	content: '＼';
	right: auto;
	left: 0;
}
@media only screen and (min-width: 835px) {
	.detail_btn:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.detail_block {
		padding: 3.8rem 2rem;
	}
	.detail_block:last-child {
		padding-bottom: 7rem;
	}
	.detail_block h2 {
		font-size: 2.05rem;
		line-height: 1.33;
		margin-bottom: 2rem;
		margin-top: 0;
	}
	.detail_block > p {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.detail_item {
		border-width: .1rem;
		box-shadow: 0 .5rem 0 #178e68;
		border-radius: .5rem;
		padding-bottom: 2.1rem;
	}
	.detail_item + .detail_item {
		margin-top: 2.6rem;
	}
	.detail_item h3 {
		font-size: 1.6rem;
		padding: .25rem 0;
		border-radius: .2rem .2rem 0 0;
	}
	.detail_head {
		padding: 1rem 0 .8rem;
	}
	.detail_head p {
		font-size: 1.4rem;
	}
	.detail_head dl {
		display: block;
	}
	.detail_head dl dt {
		font-size: 1.5rem;
		text-align: center;
	}
	.detail_head dl dd {
		font-size: 3.06rem;
		line-height: 1.25;
	}
	.detail_head dl dd > span span {
		font-size: 4.86rem;
		vertical-align: -.2rem;
	}
	.detail_body {
		max-width: 29.65rem;
		padding: 1.2rem 0 2.8rem;
	}
	.detail_body_inner {
		padding: 0;
	}
	.detail_body h4 {
		font-size: 1.6rem;
		padding: .1rem 0 0;
		margin-bottom: .8rem;
	}
	.detail_txt_l {
		font-size: 1.6rem;
		line-height: 1.2;
		margin-bottom: .3rem;
	}
	.detail_txt {
		font-size: 1.3rem;
		line-height: 1.3846;
	}
	.detail_note {
		font-size: 1.1rem;
		line-height: 1.2727;
	}
	.detail_plus {
		border-width: .1rem;
		border-radius: .5rem;
		margin: 1.3rem auto 2.3rem;
	}
	.detail_plus_head {
		font-size: 1.85rem;
		border-radius: .2rem .2rem 0 0;
		padding: 1.1rem 0 .8rem;
	}
	.detail_plus_head::before {
		width: 4.75rem;
		height: 4.15rem;
		top: -3.3rem;
	}
	.detail_plus_head span {
		font-size: 1.4rem;
	}
	.detail_plus_body {
		padding: 1.2rem 0 1rem;
	}
	.detail_plus_body p {
		font-size: 1.5rem;
	}
	.detail_plus_body dl {
		gap: .3rem;
	}
	.detail_plus_body dt {
		font-size: 1.5rem;
		padding-top: .8rem;
		line-height: 1;
	}
	.detail_plus_body dd {
		font-size: 3.06rem;
		margin-top: .5rem;
	}
	.detail_plus_body dd > span span {
		font-size: 4.86rem;
	}
	.detail_body .mt5 {
		margin-top: 1rem;
	}
	.detail_body .mt10 {
		margin-top: .5rem;
	}
	.detail_body h5 {
		margin: 2.2rem 0 .3rem;
		font-size: 1.3rem;
	}
	.detail_btn {
		height: 1.6rem;
	}
	.detail_btn:not(.open)::before {
		font-size: 1.5rem;
	}
	.detail_btn::after {
		width: 1.8rem;
		height: 1.8rem;
		border-top-width: .2rem;
		border-right-width: .2rem;
		top: -1.2rem;
	}
	.detail_btn:not(.open)::after {
		width: 1.1rem;
		height: 1.1rem;
		margin: 0 .5rem 0 1.1rem;
		vertical-align: .3rem;
	}
	.detail_border {
		border-width: .1rem;
		margin-top: 2.5rem;
		padding: 2.4rem 1.5rem 2.5rem;
	}
	.detail_border dt {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}
	.detail_head_max {
		font-size: 1.5rem;
	}
	.detail_icon {
		width: 7.6rem;
		left: -1.15rem;
		top: -1.8rem;
	}
.detail_inner > .detail_note {
	max-width: 92rem;
	font-weight: 500;
	margin: 2.4rem auto 0;
	text-align: left;
}
	.detail_block table {
		font-size: 1.1rem;
		letter-spacing: -.04em;
		margin: 12px 0 10px;
	}
	.detail_block table th {
		border-width: 1px;
		padding: 1rem 0;
		letter-spacing: -.05em;
		background: #f0f3ef;
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.detail_rate {
		font-size: 1.1rem !important;
	}
	.detail_rate span {
		font-size: 1.6rem !important;
	}
	.detail_rate_02 {
		font-size: 1.5rem !important;
	}
	.detail_block table .balloon {
		padding: .3rem 1rem .2rem;
		font-size: 1.1rem;
		top: auto;
		bottom: -2.5rem;
	}
	.detail_block table .balloon::after {
		border-width: 1rem .5rem 0;
		bottom: -.7rem;
	}
	.detail_block table td {
		border-width: 1px;
		padding: 1.2rem 0 !important;
		font-size: 1.1rem;
	}
	.detail_block .scroll_table {
		overflow: auto;
	}
	.detail_block .scroll_table table {
		width: 960px;
		margin-bottom: 0;
	}
	.detail_block .scroll_table table th,
	.detail_block .scroll_table table td {
		text-align: center;
		padding: 12px 8px;
	}
	.detail_block .scroll_table {
		margin-bottom: 10px;
	}
	.campaign_schedule_img {
		overflow: auto;
	}
	.campaign_schedule_img figure {
		width: 600px;
		overflow: hidden;
	}
	.campaign_schedule_img img {
		width: 800px;
		display: block;
		margin: 0 -100px;
		max-width: none;
	}
	.campaign_example {
		width: auto;
		margin: 0 0 25px;
		display: block;
	}
	.campaign_example figure {
		width: auto;
	}
	.campaign_example figure + figure {
		margin-top: 25px;
	}
	.detail_inner > .detail_note {
		padding-left: 1em;
	}
}

/*footer
----------------------------------------*/
.btn_pagetop {
	width: 63px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: none;
	transition: bottom .5s;
	transition-delay: .5s
}
.btn_pagetop a {
	display: block;
	transition: opacity .3s;
}
.btn_pagetop a:hover {
	opacity: .6;
}
.btn_pagetop img {
	display: block;
}
@media screen and (max-width: 834px) {
	.btn_pagetop {
		width: 49px;
		bottom: 5.333vw;
		right: 0;
	}
	.btn_pagetop a:hover {
		opacity: 1;
	}
}
.back-top {
	width: 100%;
	height: 40px;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-top img {
	width: 17px;
}
.inner {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
#footer {
	background: #fff;
	padding: 28px 20px 28px;
	line-height: 1.4;
}
.back-top,
#footer a {
	text-decoration: none;
	transition: all .3s ease;
}
.back-top:hover,
#footer a:hover {
	opacity: .5;
	text-decoration: none;
}
.ft-block {
	margin-bottom: 25px;
}
.ft-block .item {
	margin-bottom: 32px;
}
.ft-block .item:last-of-type {
	margin-bottom: 0;
}
.ft-block .item .ft-ttl {
	font-weight: 500;
	margin-bottom: 10px;
}
.ft-block .item .ft-content {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.4;
}
.ft-block .item .ft-content p {
	margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
	#footer {
		padding-top: 33px;
	}
	.back-top {
		height: 54px;
	}
	.back-top img {
		width: 22px;
	}
	.ft-block .item {
		margin-bottom: 20px;
	}
	.ft-block .item .ft-ttl {
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
	.ft-block .item .ft-content {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.55;
		word-break: break-all;
	}
	.ft-block {
		margin-bottom: 35px;
	}
}