@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #004831;
	font-family: "M PLUS 1p", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: clip;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1200px) {
	html {
		font-size: .8334vw;
	}
}
@media only screen and (min-width: 835px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 834px) {
	img {
		width: 100%;
	}
	html {
		font-size: 1.3334vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Poppins", sans-serif;
}
.font_smooth {
	transform: rotate(0.03deg);
}
.txt_orange {
	color: #ff4e00;
}
.txt_red {
	color: #f00;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	padding: 1.3rem 2.1rem 1.3rem 1.2rem;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	width: 26rem;
}
.header_link {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 1.9rem;
	text-decoration: underline;
	text-underline-offset: .4rem;
	margin-bottom: .4rem;
	transition: color .3s;
}
.header_link::before {
	content: '';
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../img/icon_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .5rem;
	transition: opacity .3s;
}
@media (hover:hover) {
	.header_link:hover {
		color: rgba(0, 72, 49, .6);
		opacity: 1;
	}
	.header_link:hover::before {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.header {
		padding: 1.9rem 2rem;
	}
	.header_logo {
		width: 32rem;
	}
	.header_link {
		font-size: 2.4rem;
		padding-left: 2.8rem;
		margin-bottom: .2rem;
	}
	.header_link::before {
		width: 2.6rem;
		height: 2.6rem;
	}
}

/*main
----------------------------------------*/
main {
	background: url(../img/bg_01.png) no-repeat center top / 100% auto, url(../img/bg_02.png) no-repeat center bottom / 100% auto;
}
@media only screen and (max-width: 1930px) {
	main {
		background: url(../img/bg_01.png) no-repeat center top / 193rem auto, url(../img/bg_02.png) no-repeat center bottom / 193rem auto;
	}
}
@media only screen and (max-width: 834px) {
	main {
		background: url(../img/bg_01-sp.png) no-repeat center top / 100% auto, url(../img/bg_02-sp.png) no-repeat center bottom / 100% auto;
	}
}

/*mv
----------------------------------------*/
.mv {
	max-width: 90rem;
	margin: 0 auto;
	padding: 5rem 0 2.4rem;
}
@media only screen and (max-width: 834px) {
	.mv {
		padding: 2.7rem 0 2.2rem;
	}
}

/*benefits
----------------------------------------*/
.benefits {
	max-width: 90rem;
	margin: 0 auto;
}
.benefits_box + .benefits_box {
	margin-top: 6rem;
}
.benefits_box + .benefits_box::before {
	content: '';
	display: block;
	background: url(../img/icon_plus_01.svg) no-repeat left top / 100% auto;
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -5rem;
	margin: 0 auto;
	filter: drop-shadow(0 .4rem 0 #a8e595);
}
.benefits_box h2 {
	background: #108762;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem 3rem 0 0;
}
.benefits_box h2 img {
	margin: 0 auto;
	height: 3.06rem;
	width: auto;
}
.benefits_box h2 .benefits_balloon {
	width: 11.4rem;
	height: auto;
	position: absolute;
	top: -2.9rem;
	left: 12.9rem;
	z-index: 2;
}
.benefits_box .benefits_inner {
	border: .2rem solid #a8e595;
	background: rgba(255, 255, 255, .85);
	border-top: 0;
	border-bottom-width: .8rem;
	border-radius: 0 0 3rem 3rem;
	padding: .1rem 0 3rem;
}
.benefits_point_ttl {
	max-width: 54.4rem;
	margin: 1.7rem auto .5rem;
}
.benefits_note {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: -.01em;
}
.benefits_point_table {
	width: 58rem;
	margin: .4rem auto 0;
	border-collapse: collapse;
}
.benefits_point_table thead th {
	width: 27.7rem;
	border: .2rem solid #108762;
	background: #e9f193;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: .2rem 0 0;
}
.benefits_point_table thead th + th {
	width: 30.3rem;
	background: #d6f0e2;
}
.benefits_point_table thead td {
	border: .2rem solid #108762;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	padding: .2rem 0 0;
}
.benefits_point_table tbody th {
	border: .2rem solid #108762;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.37;
	padding: .6rem 0 .46rem;
	letter-spacing: -.03em;
}
.benefits_point_table tbody td {
	border: .2rem solid #108762;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: -.03em;
}
.benefits_point_table tbody td span {
	font-size: 2.1rem;
	font-weight: 500;
}
.benefits_card h3 {
	background: #c8e6a4;
	height: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}
.benefits_card_item h3 img {
	height: 2.7rem;
	width: auto;
}
.benefits_card_item:first-child h3 {
	margin-top: -.1rem;
	background: #b3dbc6;
}
.benefits_card_item {
	padding-bottom: 2.3rem;
}
.benefits_card_item:last-child {
	padding-bottom: 0;
	margin-bottom: -.9rem;
}
.benefits_card_price {
	max-width: 69.9rem;
	margin: 0 auto .8rem;
}
.benefits_card_txt {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	left: .3rem;
	letter-spacing: -.005em;
}
.benefits_card_bnr {
	max-width: 69.9rem;
	margin: 1.6rem auto .8rem;
}
.benefits_card_note {
	font-size: 1.2rem;
	max-width: 70.9rem;
	font-weight: 500;
	letter-spacing: -.015em;
	line-height: 1.4;
	margin: 1.2rem auto 0;
	left: .5rem;
}
.benefits_card_note + .benefits_card_note {
	margin-top: .5rem;
}
.benefits_card_note a {
	text-decoration: underline;
	text-underline-offset: .2rem;
	letter-spacing: 0;
}
.benefits_card_note a::after {
	content: '';
	display: inline-block;
	width: 1.0406rem;
	height: 1.0406rem;
	background: url(../img/icon_external_01.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin-left: .3rem;
}
ul.benefits_card_note {
	margin-top: 1.6rem;
}
.benefits_card_note li {
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: -.02em;
}
.benefits > .benefits_note {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 1.2rem 0;
}
@media only screen and (max-width: 834px) {
	.benefits {
		max-width: 67rem;
	}
	.benefits_box h2 {
		border-radius: 2rem 2rem 0 0;
	}
	.benefits_box h2 img {
		height: 3.3rem;
	}
	.benefits_box h2 .benefits_balloon {
		left: 6rem;
	}
	.benefits_box .benefits_inner {
	border-radius: 0 0 3rem 3rem;
		padding: .1rem 0 3rem;
	}
	.benefits_point_ttl {
		max-width: 61rem;
		margin: 2.6rem auto .5rem;
	}
	.benefits_note {
		font-size: 2.4rem;
		line-height: 1.3;
		letter-spacing: -.07em;
		left: .5rem;
	}
	.benefits_point_table {
		width: 61rem;
		margin: .8rem auto 0;
	}
	.benefits_point_table thead th {
		width: 35.4rem;
		font-size: 2rem;
		padding: .3rem 0 .2rem;
	}
	.benefits_point_table thead th + th {
		width: 25.6rem;
	}
	.benefits_point_table thead td {
		font-size: 2rem;
		padding: .3rem 0 .2rem;
	}
	.benefits_point_table tbody th {
		font-size: 2rem;
		line-height: 1.33;
		padding: .7rem 0 .8rem;
		letter-spacing: -.05em;
	}
	.benefits_point_table tbody td {
		font-size: 1.8rem;
		padding: 1rem 0 .7rem;
	}
	.benefits_point_table tbody td span {
		font-size: 3rem;
		display: block;
		margin-bottom: -.2rem;
		line-height: 1;
	}
	.benefits_card h3 {
		margin-bottom: 3rem;
	}
	.benefits_card_item {
		padding-bottom: 2.9rem;
	}
	.benefits_card_price {
		max-width: none;
		margin: 0 auto .6rem;
	}
	.benefits_card_txt {
		font-size: 2.4rem;
		text-align: left;
		margin: 0 3rem;
		line-height: 1.25;
		padding-left: 1em;
		text-indent: -1em;
		left: auto;
		letter-spacing: -.05em;
	}
	.benefits_card_item:last-child .benefits_card_txt {
		margin: 0 1rem 0 2rem;
		letter-spacing: -.07em;
	}
	.benefits_card_detail {
		background: #eefaea;
		padding: 3rem 0 3.2rem;
		border-radius: 0 0 3rem 3rem;
		margin: 3rem 0 -3rem;
	}
	.benefits_card_detail a {
		border: .2rem solid #fff;
		width: 56rem;
		height: 9rem;
		border-radius: 4.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.8rem;
		margin: 0 auto;
		box-shadow: 0 .4rem 0 #cccec7;
		color: #fff;
		background: linear-gradient(to right, #118661 0%, #3fa25a 50%, #6dbf54 100%);
		font-weight: 700;
		padding-bottom: .4rem;
		padding-right: 1rem;
		text-shadow: -.2rem -.1rem 0 rgba(0, 0, 0, .4);
	}
	.benefits_card_detail a::after {
		content: '';
		display: block;
		width: 2rem;
		height: 2rem;
		background: url(../img/icon_arrow_02.svg) no-repeat left top / 100% auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 4.8rem;
		margin: auto 0;
		filter: drop-shadow(.2rem .2rem 0 rgba(0, 0, 0, .4));
		transform: rotate(90deg);
	}
	.benefits_card_bnr {
		max-width: 59rem;
		margin: 4rem auto 1.8rem;
	}
	.benefits_card_note {
		font-size: 2.4rem;
		margin: 1.2rem 3rem 0;
		left: auto;
	}
	.benefits_card_note a::after {
		width: 2.4rem;
		height: 2.4rem;
	}
	.benefits > .benefits_note {
		width: 50.8rem;
		text-align: left;
		font-size: 2.4rem;
		font-weight: 500;
		padding-left: 1em;
		text-indent: -1em;
		margin: 2rem auto;
		letter-spacing: 0;
	}
	ul.benefits_card_note {
		line-height: 1.3;
		margin-top: 2.5rem;
	}
}

/*card
----------------------------------------*/
.card_inner {
	max-width: 90rem;
	margin: 2.6rem auto 0;
	background: rgba(255, 255, 255, .85);
	border: .2rem solid #b3dbc6;
	border-top: 0;
}
.card h2 {
	background: #b3dbc6;
	font-size: 2.8rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4.5rem;
	letter-spacing: .015em;
}
.card h2.js-accordionButton {
	cursor: pointer;
	margin-bottom: 0;
}
.js-accordionContainer {
	padding-top: 4.5rem;
}
.card h2.js-accordionButton::after {
	content: '';
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-top: .4rem solid #004831;
	border-right: .4rem solid #004831;
	transform: rotate(135deg);
	margin: 0 -2.7rem .7rem 1.7rem;
}
.card h2.js-accordionButton.open::after {
	transform: rotate(-45deg);
	margin: .5rem -2.7rem 0 1.7rem;
}
.card .business h2 {
	background: #c8e6a4;
}
.card h2 img {
	width: auto;
	height: 2.55rem;
}
.card_item {
	padding-bottom: 5.3rem;
}
.card_item + .card_item {
	border-top: .2rem solid #b3dbc6;
}
.card_item + .card_item.business {
	border-top-color: #e7ecc1;
}
.card_list {
	display: flex;
	justify-content: center;
	gap: 4rem;
}
.card_list + .card_list {
	margin-top: 4.5rem;
}
.card_list li {
	width: 23rem;
}
.card_list h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #108762;
	min-height: 7.8rem;
	display: flex;
	justify-content: center;
	padding-bottom: 2rem;
	align-items: flex-end;
	margin-bottom: 2.8rem;
}
.card_list h3::after {
	content: '';
	display: block;
	background: url(../img/card_ttl_bg.svg) no-repeat left top / 100% auto;
	width: 22.2rem;
	height: 1.3rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.card_list figure {
	width: 19.8rem;
	height: 12.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
}
.card_list figure.owners {
	width: 22.9rem;
	margin-left: -1.5rem;
}
.card_name {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	min-height: 5.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.2rem;
}
.card_point {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #108762;
	gap: .6rem;
}
.card_point dt {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-bottom: .3rem;
}
.card_point dd {
	font-size: 1.8rem;
	font-weight: 700;
}
.card_point dd .max {
	font-size: 1.2rem;
	line-height: 1.1;
	display: inline-block;
}
.card_point dd sup {
	font-size: 1rem;
	position: absolute;
}
.card_point dd .en {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.025em;
}
.card_point dd .en span {
	font-size: 80%;
	vertical-align: .2rem;
	margin: 0 -.1rem 0 .1rem;
}
.card_point dd .en span.num10000 {
	margin: 0 0 0 -.1rem;
}
.card_btn {
	margin-top: 1rem;
}
.card_btn_join {
	display: flex;
	justify-content: center;
	align-items: center;
	border: .2rem solid #fff;
	color: #fff;
	border-radius: 2.5rem;
	box-shadow: 0 .4rem 0 #cccec7;
	background: linear-gradient(to right, #ff4e00 0%, #fe5001 50%, #e89a29 100%);
	height: 5rem;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: .2rem;
	letter-spacing: -.02em;
	text-shadow: -.2rem -.1rem 0 rgba(0, 0, 0, .4);
}
.card_btn_join::after {
	content: '';
	display: block;
	width: 1.7875rem;
	height: 1.797rem;
	background: url(../img/icon_arrow_02.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	filter: drop-shadow(-.2rem -.1rem 0 rgba(0, 0, 0, .4));
	transition: transform .3s;
}
.card_btn_detail {
	border: .2rem solid #004831;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.5rem;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 1.9rem;
	letter-spacing: -.02em;
	background: #fff;
	box-shadow: 0 .4rem 0 #bbd3b8;
}
.card_btn_detail::after {
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../img/icon_external_02.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.1rem;
	margin: auto 0;
}
.card_note {
	font-size: 1.2rem;
	text-align: left;
	margin: 1rem .5rem 0;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 500;
}
.card_caution {
	display: block;
	width: fit-content;
	margin: 2.5rem auto 0;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: .2rem;
	text-underline-offset: .6rem;
	transition: color .3s;
}
.card_caution::after {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	border-top: .3rem solid #004831;
	border-right: .3rem solid #004831;
	transform: rotate(45deg);
	margin-left: .5rem;
	vertical-align: .2rem;
	transition: opacity .3s, transform .3s;
}
.card > .card_note {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1.2rem;
}
@media (hover:hover) {
	.card_btn_join:hover::after {
		transform: translateX(.5rem);
	}
	.card_caution:hover {
		opacity: 1;
		color: rgba(0, 72, 49, .6);
	}
	.card_caution:hover::after {
		opacity: .6;
		transform: translateX(.5rem) rotate(45deg);
	}
}
@media only screen and (max-width: 834px) {
	.card_navi {
		width: 67rem;
		margin: 6.2rem auto 4.6rem;
	}
	.card_navi_ttl {
		background: #108762;
		color: #fff;
		font-size: 3.4rem;
		font-weight: 700;
		height: 9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 4rem;
	}
	.card_navi_link {
		display: flex;
		justify-content: center;
		gap: 7.5rem;
		font-size: 3.08rem;
		font-weight: 700;
	}
	.card_navi_link a {
		text-decoration: underline;
		text-underline-offset: .5rem;
		display: flex;
		align-items: center;
		gap: 1.8rem;
	}
	.card_navi_link a::before {
		content: '';
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		border-top: .4rem solid #004831;
		border-right: .4rem solid #004831;
		transform: rotate(135deg);
		margin-bottom: .4rem;
	}
	.card_inner {
		max-width: 67rem;
		padding-bottom: .4rem;
	}
	.card h2 {
		font-size: 3.4rem;
		height: 9rem;
		margin-bottom: 5rem;
	}
	.js-accordionContainer {
		padding-top: 7rem;
	}
	.card_item {
		padding-bottom: 6rem;
	}
	.card_list {
		width: 55.7rem;
		margin: 0 auto;
		display: block;
	}
	.card_list li {
		width: auto;
	}
	.card_list li + li {
		margin-top: 5.6rem;
	}
	.card_list h3 {
		width: fit-content;
		font-size: 3.4rem;
		min-height: 0;
		padding-bottom: 3rem;
		margin: 0 auto 2.8rem;
	}
	.card_list h3::after {
		width: auto;
		height: 1.8rem;
		background: url(../img/card_ttl_bg-sp.svg) no-repeat center top / auto 1.8rem;
	}
	.card_list figure {
		width: 33rem;
		height: 20.6rem;
		margin: 0 auto 2.5rem;
	}
	.card_list figure.owners {
		width: 37rem;
		margin-left: auto;
	}
	.card_name {
		font-size: 3.4rem;
		min-height: 0;
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.card_point dt {
		font-size: 2.089rem;
		margin-bottom: 1rem;
		line-height: 1.15;
	}
	.card_point dd {
		font-size: 3.134rem;
	}
	.card_point dd .max {
		font-size: 2.089rem;
	}
	.card_point dd sup {
		font-size: 1.8rem;
	}
	.card_point dd .en {
		font-size: 5.572rem;
	}
	.card_btn {
		margin-top: 1.5rem;
	}
	.card_btn_join {
		border-radius: 4.5rem;
		height: 9rem;
		font-size: 2.8rem;
	}
	.card_btn_join::after {
		width: 2rem;
		height: 2rem;
		right: 4rem;
		filter: drop-shadow(-.1rem -.1rem 0 rgba(0, 0, 0, .4));
	}
	.card_btn_detail {
		height: 9rem;
		border-radius: 4.5rem;
		font-size: 2.8rem;
		margin-top: 2.4rem;
	}
	.card_btn_detail::after {
		width: 2.7rem;
		height: 2.7rem;
		right: 4.3rem;
	}
	.card_note {
		font-size: 2.4rem;
		text-align: center;
		margin: 2rem -1rem 0 0;
		letter-spacing: -.03em;
	}
	.card_caution {
		margin: 3.5rem auto 0;
		font-size: 2.6rem;
	}
	.card_caution::after {
		width: 1rem;
		height: 1rem;
		margin-left: 1rem;
	}
	.card > .card_note {
		font-size: 2.4rem;
	}
	.card_detail_box {
		width: 67rem;
		background: rgba(255, 255, 255, .85);
		border: .2rem solid #a8e595;
		border-bottom-width: .8rem;
		border-radius: 0 0 3rem 3rem;
		margin: 3.5rem auto 0;
		padding-bottom: 6rem;
	}
	.card_detail_box_ttl {
		background: #108762;
		color: #fff200;
		font-size: 3.4rem;
		height: 9rem;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: .05em;
	}
	.card_detail_box h3 {
		background: #b3dbc6;
		height: 5.7rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.card_detail_box h3 ~ h3 {
		background: #c8e6a4;
		margin-top: 5rem;
	}
	.card_detail_box h3 img {
		height: 2.7rem;
		width: auto;
		margin: 0 auto;
	}
}

/*topics
----------------------------------------*/
.topics {
	padding: 3.2rem 0 5rem;
}
.topics h2 {
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	color: #0a6f4f;
	margin-bottom: 1.5rem;
}
.topics_slider {
	width: 70.4rem;
	margin: 0 auto;
}
.topics_slider::after,
.topics_slider .slick-list::after {
	content: '';
	display: block;
	clear: both;
}
.topics_slider .slick-list {
	overflow: hidden;
}
.topics_slider a {
	display: block;
	width: 70.4rem;
	margin: 0;
	float: left;
}
.topics_slider .slick-prev,
.topics_slider .slick-next {
	appearance: none;
	display: block;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: none;
	width: 3rem;
	height: 3rem;
	border: 0;
	position: absolute;
	right: -4rem;
	top: 3rem;
	overflow: hidden;
	text-indent: -99rem;
	cursor: pointer;
}
.topics_slider .slick-prev {
	transform: scale(-1, 1);
	left: -4rem;
	right: auto;
}
.topics_slider .slick-prev::before,
.topics_slider .slick-next::before {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	border-top: .2rem solid #108661;
	border-right: .2rem solid #108661;
	transform: rotate(45deg);
	position: absolute;
	left: -.5rem;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.topics_slider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
	margin-top: 1.8rem;
}
.topics_slider .slick-dots button {
	appearance: none;
	display: block;
	padding: 0;
	margin: 0;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #a6a6a6;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
}
.topics_slider .slick-dots .slick-active button {
	background: #108661;
}
@media only screen and (max-width: 834px) {
	.topics {
		padding: 5.7rem 0 8rem;
	}
	.topics h2 {
		font-size: 6rem;
		margin-bottom: 2rem;
	}
	.topics_slider {
		width: 60rem;
	}
	.topics_slider a {
		width: 60rem;
		margin: 0;
	}
	.topics_slider .slick-prev,
	.topics_slider .slick-next {
		width: 6rem;
		height: 6rem;
		right: -6.25rem;
		top: 22.5rem;
	}
	.topics_slider .slick-prev {
		left: -6.25rem;
		right: auto;
	}
	.topics_slider .slick-prev::before,
	.topics_slider .slick-next::before {
		width: 1.1em;
		height: 1.1em;
		border-top-width: .4rem;
		border-right-width: .4rem;
		left: -1rem;
	}
	.topics_slider .slick-dots {
		gap: 2.4rem;
		margin-top: 4rem;
	}
	.topics_slider .slick-dots button {
		width: 1.3rem;
		height: 1.3rem;
	}
}

/*introduction
----------------------------------------*/
.introduction_box {
	max-width: 90rem;
	margin: 0 auto;
	border: .2rem solid #a8e595;
	background: rgba(255, 255, 255, .85);
	padding: 4.8rem 8.3rem 5rem;
}
.introduction h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	width: fit-content;
	margin: 3.5rem auto 1.7rem;
	padding: 0 1.5rem;
	line-height: 1.4;
	letter-spacing: -.04em;
}
.introduction h3::before,
.introduction h3::after {
	content: '';
	display: block;
	width: .2rem;
	height: 6.6rem;
	background: #004831;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(26deg);
}
.introduction h3::before {
	right: auto;
	left: 0;
	transform: rotate(-26deg);
}
.introduction_link {
	display: block;
	width: fit-content;
	margin: 2.5rem auto 0;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: .2rem;
	text-underline-offset: .6rem;
	transition: color .3s;
}
.introduction_link::after {
	content: '';
	display: inline-block;
	width: .7rem;
	height: .7rem;
	border-top: .3rem solid #004831;
	border-right: .3rem solid #004831;
	transform: rotate(45deg);
	margin-left: .3rem;
	vertical-align: .2rem;
	transition: opacity .3s, transform .3s;
}
.introduction_note {
	max-width: 72.6rem;
	padding: 3.6rem 0;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -.01em;
}
.introduction_note li {
	margin-left: 1em;
	text-indent: -1em;
}
@media (hover:hover) {
	.introduction_link:hover {
		opacity: 1;
		color: rgba(0, 72, 49, .6);
	}
	.introduction_link:hover::after {
		opacity: .6;
		transform: translateX(.5rem) rotate(45deg);
	}
}
@media only screen and (max-width: 834px) {
	.introduction_box {
		max-width: 67rem;
		padding: 5rem 0 5rem;
	}
	.introduction h3 {
		font-size: 2.8rem;
		margin: 4rem auto 1.5rem;
		letter-spacing: -.07em;
	}
	.introduction h3::before,
	.introduction h3::after {
		bottom: .5rem;
	}
	.introduction_bnr {
		display: block;
		width: 60rem;
		margin: 0 auto;
	}
	.introduction_link {
		font-size: 2.6rem;
	}
	.introduction_link::after {
		margin-left: .5rem;
		vertical-align: .6rem;
	}
	.introduction_note {
		max-width: 67rem;
		font-size: 2.4rem;
		line-height: 1.3;
		padding-bottom: 7.5rem;
	}
}

/*popup
----------------------------------------*/
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(198, 239, 154, .6);
	z-index: 1200;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.open .popup {
	opacity: 1;
	pointer-events: all;
}
.popup_inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3rem 0;
}
.popup_box {
	width: 63rem;
	margin: 0 auto;
	background: #fff;
	border: .1rem solid #108661;
	padding: 5.9rem 6rem 5.8rem;
}
.popup_close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 1.9rem;
	right: 1.9rem;
	appearance: none;
	border: 0;
	display: block;
	padding: 0;
	background: none;
	cursor: pointer;
}
.popup_close::before,
.popup_close::after {
	content: '';
	display: block;
	height: 3rem;
	width: .4rem;
	border-radius: .2rem;
	background: #108661;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.popup_close::after {
	transform: rotate(-45deg);
}
.popup_box h2 {
	background: #108661;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.3rem;
}
.popup h3 {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 1.6rem;
}
.popup_txt {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 500;
}
.popup_list {
	border: .2rem solid #004831;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.3rem .9rem 1.3rem 1.6rem;
	margin: .6rem 0 1.5rem;
}
.popup_list li {
	padding-left: 2rem;
	letter-spacing: -.01em;
	line-height: 1.4;
}
.popup_list li span {
	margin-right: -1rem;
	display: inline-block;
}
.popup_list li + li {
	margin-top: 1.1rem;
}
.popup_list li::before {
	content: '●';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.popup_note {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.45;
}
.popup_note li {
	padding-left: 2rem;
}
.popup_note li + li {
	margin-top: .9rem;
}
.popup_note li::before {
	content: '＊';
	position: absolute;
	left: 0;
	top: 0;
}
.popup_btn {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38rem;
	height: 8rem;
	padding: 0;
	border: 0;
	border-radius: 4rem;
	background: #ff4e00;
	color: #fff;
	font-family: inherit;
	margin: 2.5rem auto 0;
	font-size: 2.2rem;
	font-weight: 700;
	cursor: pointer;
	transition: opacity .3s;
}
@media (hover:hover) {
	.popup_btn:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.popup_inner {
		padding: 2rem 0;
	}
	.popup_box {
		width: 67.8rem;
		border-width: .2rem;
		padding: 8.7rem 5rem 5.8rem;
	}
	.popup_close {
		width: 3.6rem;
		height: 3.6rem;
		top: 2.6rem;
		right: 2.6rem;
	}
	.popup_close::before,
	.popup_close::after {
		height: 4.6rem;
		width: .5rem;
		border-radius: .25rem;
	}
	.popup_box h2 {
		font-size: 3.4rem;
		height: 6.6rem;
		margin-bottom: 3rem;
	}
	.popup h3 {
		font-size: 3.4rem;
		margin-bottom: 2.6rem;
	}
	.popup_txt {
		font-size: 2.4rem;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.popup_list {
		font-size: 2.4rem;
	}
	.popup_list li {
		padding-left: 2.5rem;
	}
	.popup_list li + li {
		margin-top: .5rem;
	}
	.popup_note {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.popup_btn {
		width: 42.5rem;
		height: 9rem;
		border-radius: 4.5rem;
		margin: 4rem auto 0;
		font-size: 2.6rem;
	}
}

/*modal
----------------------------------------*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1200;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .6);
	transition: opacity .3s;
}
.modal_open .modal {
	opacity: 1;
	pointer-events: all;
}
.modal_inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3rem 0;
}
.modal_item {
	width: 63rem;
	padding: 6.9rem 6.1rem 6.8rem;
	background: #fff;
	display: none;
}
.modal_item > *,
.detail_item > *,
.choose_item > *,
.realtime_item > *,
.popup_box > * {
	transform: rotate(0.03deg);
}
.modal_box {
	width: fit-content;
	margin: 0 auto;
}
.modal_close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 1.9rem;
	right: 1.9rem;
	appearance: none;
	border: 0;
	display: block;
	padding: 0;
	background: none;
	cursor: pointer;
	z-index: 2;
}
.modal_close::before,
.modal_close::after {
	content: '';
	display: block;
	height: 3rem;
	width: .4rem;
	border-radius: .2rem;
	background: #262626;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.modal_close::after {
	transform: rotate(-45deg);
}
.modal_item h2 {
	height: 8.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: #108762;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -.04em;
	margin-bottom: 3.2rem;
}
.modal_item h3 {
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 1rem;
}
.modal_item figure {
	width: 19.8rem;
	height: 12.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 4rem;
}
.modal_item#card09 figure {
	width: 22.9rem;
}
.modal_notes {
	border: .1rem solid #262626;
	color: #262626;
	overflow: auto;
	height: 30rem;
	padding: 3.2rem 2rem 3.5rem 4rem;
}
.modal_notes h4 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.modal_list_01 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.2rem;
}
.modal_list_01 li {
	padding-left: 2rem;
}
.modal_list_01 li + li {
	margin-top: 1.2rem;
}
.modal_list_01 li::before {
	content: '●';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.modal_notes p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -.6rem;
}
.modal_notes p + p {
	margin: .5rem 0 0;
}
.modal_list_02 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 1rem 0 1.2rem;
}
.modal_list_02 li {
	padding-left: 2rem;
}
.modal_list_02 li + li {
	margin-top: .5rem;
}
.modal_list_02 li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.modal input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.modal label {
	width: fit-content;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #262626;
	margin: 1.6rem auto;
	padding-left: 2.8rem;
	letter-spacing: -.02em;
	position: relative;
}
.modal label::before {
	content: '';
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border: .1rem solid #262626;
	background: #f3f3fc;
	position: absolute;
	left: 0;
	top: .2rem;
	box-sizing: border-box;
	box-shadow: inset .2rem .2rem .3rem rgba(0, 0, 0, .15);
}
.modal input[type="checkbox"]:checked + label::before {
	background: #327aff;
}
.modal input[type="checkbox"]:checked + label::after {
	content: '';
	display: block;
	width: .9rem;
	height: .5rem;
	border-left: .3rem solid #fff;
	border-bottom: .3rem solid #fff;
	transform: rotate(-50deg);
	position: absolute;
	top: .5rem;
	left: .3rem;
}
.modal_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50.8rem;
	height: 6rem;
	border-radius: 3rem;
	pointer-events: none;
	background: #8c8c8c;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
}
.modal input[type="checkbox"]:checked ~ .modal_btn {
	background: #327aff;
	pointer-events: all;
}
.modal_note {
	color: #333;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: .5rem;
}
@media only screen and (max-width: 834px) {
	.modal_inner {
		padding: 3rem 0;
	}
	.modal_item {
		width: 67.8rem;
		padding: 8rem 2.5rem 6.8rem;
	}
	.modal_close {
		width: 3.6rem;
		height: 3.6rem;
		top: 2.6rem;
		right: 2.6rem;
	}
	.modal_close::before,
	.modal_close::after {
		height: 4.6rem;
		width: .5rem;
		border-radius: .25rem;
	}
	.modal_item h2 {
		height: auto;
		font-size: 4rem;
		margin-bottom: 2.5rem;
	}
	.modal_item h3 {
		font-size: 3.2rem;
		margin-bottom: 3rem;
	}
	.modal_item figure {
		width: 25.8rem;
		height: 16rem;
	}
	.modal_item#card09 figure {
		width: 28.9rem;
	}
	.modal_notes {
		border: .1rem solid #515151;
		height: 40rem;
		padding: 4rem 2rem 3.5rem 3rem;
	}
	.modal_notes h4 {
		font-size: 2.8rem;
	}
	.modal_list_01 {
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 2rem;
	}
	.modal_list_01 li {
		padding-left: 2.5rem;
	}
	.modal_list_01 li + li {
		margin-top: .5rem;
	}
	.modal_notes p {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.modal_list_02 {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.modal_list_02 li {
		padding-left: 2.5rem;
	}
	.modal label {
		font-size: 2.64rem;
		text-align: left;
		margin: 3.5rem 2rem 3rem;
		padding-left: 4rem;
	}
	.modal label::before {
		width: 3rem;
		height: 3rem;
		top: .4rem;
	}
	.modal input[type="checkbox"]:checked + label::after {
		width: 1.6rem;
		height: .8rem;
		border-left-width: .5rem;
		border-bottom-width: .5rem;
		top: 1rem;
		left: .5rem;
	}
	.modal_btn {
		width: 61rem;
		height: 8rem;
		border-radius: 4rem;
		font-size: 3rem;
	}
	.modal_note {
		font-size: 2.4rem;
		margin-top: 1rem;
	}
}

/*detail
----------------------------------------*/
.detail_item {
	width: 79rem;
	display: none;
	background: #fff;
	padding: 6.8rem 9rem 5rem;
}
.detail_item h2 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 2.2rem;
	font-weight: 700;
}
.detail_item h2 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -.04em;
}
.detail_list {
	color: #333;
}
.detail_list a {
	color: #3f87fc;
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.detail_list > dt {
	background: #e3e3e3;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	padding: .8rem;
	letter-spacing: .03em;
	margin-bottom: 1.6rem;
}
.detail_list > dt:empty {
	display: none;
}
.detail_list > dd {
	padding-bottom: 1.55rem;
}
.detail_txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .02em;
}
.detail_note {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .02em;
}
.detail_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.7rem;
	padding: .4rem 0;
}
.detail_insurance {
	max-width: 48rem;
	margin: 0 auto;
	padding-bottom: .9rem;
}
.detail_insurance dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 1.7rem 0 .7rem;
}
.detail_insurance dt:first-child {
	margin-top: 0;
}
.detail_insurance dd {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 500;
}
.detail_insurance .detail_note {
	text-align: left;
	font-size: 1.2rem;
	margin-left: 1em;
	text-indent: -1em;
}
.detail_money {
	width: fit-content;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.6;
	letter-spacing: .02em;
}
.detail_other {
	margin: 0 1.5rem;
}
.detail_other dt {
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: -.02em;
	margin: 1.3rem 0 .3rem;
}
.detail_other dt {
	margin-left: 1em;
	text-indent: -1em;
}
.detail_other dt + dt {
	margin-top: -.3rem;
}
.detail_other dt:first-child {
	margin-top: 0;
}
.detail_other dd {
	font-size: 1.2rem;
	line-height: 1.43;
}
.detail_other .detail_note {
	text-align: left;
	font-size: 1.2rem;
	letter-spacing: .02em;
	line-height: 1.43;
}
.detail_other .detail_note + p,
.detail_other p + .detail_note {
	margin-top: .3rem;
}
.detail_other .detail_note li {
	margin-left: 1em;
	text-indent: -1em;
}
.detail_other .detail_note.number li {
	margin-left: 2.5em;
	text-indent: -2.5em;
}
@media only screen and (max-width: 834px) {
	.detail_item {
		width: 67.8rem;
		padding: 11rem 3.4rem 5rem;
	}
	.detail_item h2 {
		font-size: 3.6rem;
		margin-bottom: 2.6rem;
	}
	.detail_item h2 span {
		font-size: 2.4rem;
	}
	.detail_list > dt {
		font-size: 2.4rem;
		padding: 1.3rem 1rem 1.2rem;
		margin-bottom: 1.4rem;
	}
	.detail_list > dd {
		padding-bottom: 1.4rem;
	}
	.detail_txt {
		font-size: 2.6rem;
	}
	.detail_note {
		font-size: 2.2rem;
	}
	.detail_logo img {
		height: 5.8rem;
		width: auto;
	}
	.detail_insurance {
		max-width: 58.6rem;
		padding-bottom: .3rem;
	}
	.detail_insurance dt {
		font-size: 2.6rem;
		margin: 0;
	}
	.detail_insurance dd {
		font-size: 2.2rem;
	}
	.detail_insurance .detail_note {
		font-size: 2.2rem;
	}
	.detail_money {
		font-size: 2.4rem;
		margin: -.2rem auto 0;
	}
	.detail_other {
		max-width: 58.6rem;
		margin: 0 auto;
	}
	.detail_other dt {
		font-size: 2.6rem;
		line-height: 1.4;
		margin: 1.3rem 0 .7rem;
	}
	.detail_other dd {
		font-size: 2.2rem;
	}
	.detail_other .detail_note {
		font-size: 2.2rem;
		letter-spacing: 0;
		line-height: 1.43;
	}
	.detail_other .detail_note + p,
	.detail_other p + .detail_note {
		margin-top: .6rem;
	}
	.detail_other .detail_note + p {
		margin-top: 1.6rem;
	}
}

/*choose
----------------------------------------*/
.choose_item {
	width: 63rem;
	display: none;
	background: #fff;
	padding: 9rem 9rem 7.5rem;
}
.choose_item h2 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: .8rem;
	letter-spacing: -.02em;
}
.choose_txt {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: .7rem;
	letter-spacing: -.02em;
}
.choose_note {
	margin: 0 0 1.7rem 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.02em;
}
.choose_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #108762;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	height: 6rem;
	border-radius: 3rem;
	letter-spacing: .02em;
}
.choose_btn.orange {
	background: #ff4e00;
	margin-bottom: 1.7rem;
}
.choose_balloon {
	margin: 3rem auto 1rem;
	width: 30rem;
	height: 8.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ff4e00;
	text-align: center;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1.2rem;
	text-indent: .5rem;
	background: url(../img/choose_balloon_bg.svg) no-repeat left top / 100% auto;
}
@media only screen and (max-width: 834px) {
	.choose_item {
		width: 67.8rem;
		padding: 12.5rem 3.3rem 9rem;
	}
	.choose_item h2 {
		font-size: 4.2rem;
		margin-bottom: 1.2rem;
	}
	.choose_txt {
		font-size: 2.8rem;
		margin-bottom: .8rem;
	}
	.choose_note {
		margin: 0 0 2.3rem 1em;
		font-size: 2.4rem;
	}
	.choose_btn {
		font-size: 3rem;
		height: 9rem;
		border-radius: 4.5rem;
	}
	.choose_balloon {
		margin: 3.2rem auto 1rem;
		width: 45rem;
		height: 12.5rem;
		font-size: 2.6rem;
		padding-bottom: 2rem;
	}
}

/*realtime_item
----------------------------------------*/
.realtime_item {
	width: 63rem;
	display: none;
	background: #fff;
	padding: 9rem 6.1rem 8.5rem;
}
.realtime_item h2 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: .8rem;
	letter-spacing: -.02em;
}
.realtime_txt {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2.7rem;
	letter-spacing: -.02em;
}
.realtime_item .modal_notes {
	height: 35rem;
}
.realtime_item .modal_notes p + p {
	margin: 1.2rem 0 0;
}
.realtime_item .modal_notes p + ul {
	margin-top: 0;
}
.realtime_btn {
	max-width: 45rem;
	margin: 3rem auto 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff4e00;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	height: 6rem;
	border-radius: 3rem;
	letter-spacing: .02em;
}
.realtime_note {
	max-width: 45rem;
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.35;
}
@media only screen and (max-width: 834px) {
	.realtime_item {
		width: 67.8rem;
		padding: 12.5rem 3rem 9rem;
	}
	.realtime_item h2 {
		font-size: 4.2rem;
		margin-bottom: 1.2rem;
	}
	.realtime_txt {
		font-size: 2.6rem;
		margin-bottom: 3.2rem;
	}
	.realtime_item .modal_notes {
		height: 40.9rem;
	}
	.realtime_item .modal_notes p {
		line-height: 1.4;
	}
	.realtime_item .modal_notes p + p {
		margin: 1.5rem 0 0;
	}
	.realtime_btn {
		max-width: none;
		margin: 4.2rem auto 2.4rem;
		font-size: 3rem;
		height: 7.9rem;
		border-radius: 4rem;
	}
	.realtime_note {
		max-width: none;
		font-size: 2.4rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #e8e8e8;
	color: #444;
	padding: 1.8rem 0 5rem;
}
.footer_logo {
	max-width: 17.5rem;
	margin: 2.1rem auto 1.1rem;
}
.footer_navi {
	max-width: 90rem;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 500;
	display: flex;
	gap: 2.5rem;
	letter-spacing: .02em;
}
.footer_navi a {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.footer_navi a::after {
	content: '';
	display: inline-block;
	width: 1.06rem;
	height: 1.06rem;
	background: url(../img/icon_external_01.svg) no-repeat left top / 100% auto;
	vertical-align: -.1rem;
	margin-left: .4rem;
	filter: grayscale(1);
}
.footer .copyright {
	display: block;
	text-align: center;
	font-size: 1.259rem;
	font-weight: 700;
	letter-spacing: .03em;
}
@media only screen and (max-width: 834px) {
	.footer {
		padding: 2.5rem 0 9.4rem;
	}
	.footer_logo {
		max-width: 27.8rem;
		margin: 6.4rem auto 1.6rem;
	}
	.footer_navi {
		font-size: 2.4rem;
		justify-content: center;
		gap: 5rem;
	}
	.footer_navi a {
		text-underline-offset: .4rem;
	}
	.footer_navi a::after {
		width: 2.2rem;
		height: 2.2rem;
	}
	.footer .copyright {
		font-size: 2.002rem;
	}
}
.card_text{
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 700;
}
@media only screen and (max-width: 834px) {
.card_text{
    font-size: 2.8rem;
}
}
.cp_plus{
    width: 3.6rem;
    margin: 15px auto;
}
.mt-4{
    margin-top: 4rem;
}
.mt-point{
    margin-top: 2.2rem;
}