@charset "UTF-8";

.sec {
}

.sec_ttl {
}

.society_hd {
}

.society_hd_wrap {
}

.society_hd_ttl {
}

.society_hd_ttl_wrap {
}

.society_hd_ttl_cnt {
}

.society_hd_pnkz {
}

.society_hd_pnkz_list {
}

.intro {
	padding: 110px 0 0;
}

.intro_wrap {
	position: relative;
}

.intro_hd {
	margin-bottom: 100px;
}

.intro_catch {
	margin-bottom: 45px;
	font-size: 50px;
	line-height: 1.6;
}

.intro_txt {
	font-size: 20px;
}

.intro_cnt {
}

.intro_balloon {
}

.intro_balloon_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 518px;
	height: 70px;
	margin: 0 auto 55px;
	border: 1px solid #000000;
	border-radius: 9999px;
	background: #ffffff;
	font-size: 24px;
}

.intro_balloon_ttl::before,
.intro_balloon_ttl::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	border-top: 17px solid;
	border-right: 9.5px solid transparent;
	border-left: 9.5px solid transparent;
	transform: translateX(50%);
}

.intro_balloon_ttl::before {
	top: 100%;
	border-top-color: #000000;
}

.intro_balloon_ttl::after {
	top: calc(100% - 2px);
	border-top-color: #ffffff;
}

.intro_balloon_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}

.intro_balloon_cnt {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	padding: 65px 0 0;
	border-radius: 50%;
	background: #c4ff00;
	aspect-ratio: 1;
}

.intro_balloon_cnt::after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: -5px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	border-radius: 50%;
}

.intro_balloon_txt {
	display: flex;
	align-items: center;
	height: 80px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.features {
	padding-bottom: 100px;
	border-bottom: 1px solid #000000;
}

.fsec {
	position: relative;
	margin-bottom: 65px;
}

.fsec_wrap {
	position: relative;
	margin-bottom: 100px;
}

.fsec_wrap.fsec_row {
	display: flex;
	flex-flow: row;
	gap: 40px;
}

.fsec_wrap.fsec_r-row {
	display: flex;
	flex-flow: row-reverse;
	gap: 40px;
}

.fsec_img {
	flex-shrink: 0;
}

.fsec_hd {
	position: relative;
	margin-bottom: 10px;
}

.fsec_hd_en {
	color: transparent;
	font-style: italic;
	font-size: 36px;
	line-height: 1.2;
	text-shadow: 1px 2px 0 #c4ff00;

	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
}

.fsec_hd_en span {
	font-size: 46px;
}

.fsec_hd_ttl {
	font-size: 24px;
}

.fsec_txt {
}

.oc_sec {
	position: relative;
	padding: 71px 50px 0 68px;
}

.oc_sec_ttl {
}

.oc_sec_wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 150px;
}

.oc_sec_txt_catch {
	margin-bottom: 20px;
	font-size: 24px;
}

.oc_sec_txt {
	width: 480px;
	padding-top: 29px;
}

.oc_sec_img {
}

.oc_sec_item {
	position: absolute;
	right: 50%;
	bottom: 0;
	color: #c4ff00;
	font-size: 155px;
	line-height: 1.4;
	white-space: nowrap;
	transform: translateX(50%);
}

.support {
	padding-top: 100px;
}

.support_hd {
	position: relative;
	z-index: 5;
	text-align: center;
}

.support_hd_wrap {
}

.support_hd_ttl {
	position: relative;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0 15px;
	font-size: 30px;
	line-height: 1;
}

.support_hd_ttl::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 12px;
	background: #c4ff00;
}

.support_hd_txt {
}

.support_wrap {
}

.support_sec_child {
	padding: 0 0 70px;
}

.support_sec_child:last-child {
	padding: 0;
}

.support_sec_child_ttl {
	position: relative;
	margin-bottom: 33px;
	padding-bottom: 23px;
	border-bottom: #e4e4e4 5px solid;
	font-size: 24px;
	line-height: 1;
}

.support_sec_child_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 360px;
	height: 5px;
	background: #c4ff00;
}

.support_sec_child_top {
	margin-bottom: 50px;
}

.support_sec_child_wrap {
	margin-bottom: 50px;
}

.support_sec_child_wrap:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.support_sec_child_tbl {
}

.support_sec_child_tbl_hd {
	margin-bottom: 25px;
}

.support_sec_child_tbl_hd_ttl {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
}

.support_sec_child_tbl_hd_ttl::before {
	content: "";
	display: block;
	width: 8px;
	height: auto;
	border-radius: 50%;
	background: #c4ff00;
	aspect-ratio: 1;
}

.support_sec_child_tbl_hd_txt {
	margin-top: 20px;
}

.support_sec_child_tbl table {
	width: 100%;
}

.support_sec_child_tbl table thead tr th {
	padding: 17px 0;
	border: 1px solid #000000;
	background: #ffff00;
	text-align: center;
	vertical-align: middle;
}

.support_sec_child_tbl table tbody {
}

.support_sec_child_tbl table tbody tr {
}

.support_sec_child_tbl table tbody tr th {
	width: 200px;
	padding: 17px 0;
	border: 1px solid #000000;
	background: #ffff00;
	text-align: center;
	vertical-align: middle;
}

.support_sec_child_tbl table tbody tr td {
	padding: 17px 24px;
	border: 1px solid #000000;
	vertical-align: middle;
}

.support_sec_child_tbl_btm {
	margin-top: 25px;
}

.support_sec_child_tbl_btm_note {
	margin-top: 25px;
	font-size: 20px;
}

.support_sec_child_link {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 30px;
}

.support_sec_child_link_item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 140px;
	height: 36px;
	background: #c4ff00;
}

.support_sec_child_link_item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: calc(100% - 6px);
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 25px solid #c4ff00;
	transform: translateY(50%);
}

.support_sec_child_link_cnt {
	display: flex;
	align-items: center;
	gap: 7px;
}

.support_sec_child_link_cnt a {
	color: #ff5800;
	text-decoration: underline;
}

.support_sec_child_link_blank {
	display: flex;
}

.ctble_style {
}

.double {
	text-decoration: underline;
	text-decoration-style: double;
}

.ctble_box {
	width: fit-content;
	margin: 20px 0;
	padding: 25px 35px 40px;
	background: #f1ffc4;
}

.ctble_box_flex {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 25px;
	line-height: 1;
}

.ctble_box_flex_gr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 28px;
	background: #198e3f;
	color: #ffffff;
}

.ctble_box_flex_arrow {
	display: block;
	position: relative;
	width: 21px;
	height: 21px;
}

.ctble_box_flex_arrow::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 50%;
	border-top: 10.5px solid transparent;
	border-bottom: 10.5px solid transparent;
	border-left: 12px solid #ff5800;
	transform: translateY(50%);
}

.ctble_box_flex_arrow::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 13px;
	height: 15px;
	background: #ff5800;
	transform: translateY(50%);
}

.text_center {
	text-align: center;
}

.text_large {
	font-size: 42px;
	line-height: 1;
}

.text_s-large {
	font-size: 38px;
	line-height: 1;
}

.text_mid {
	font-size: 24px;
	line-height: 1;
}

.text_small {
	font-size: 12px;
}

.color_or {
	color: #ff5800;
}

.color_b {
	color: #000000;
}

.posir {
	display: inline-block;
	position: relative;
}

.posia {
	position: absolute;
	top: 108%;
	left: 0;
	white-space: nowrap;
}

ol {
	list-style-type: decimal;
	margin: 0 0 0 28px;
	padding: 0;
}

.practice {
}

.practice_ttl {
	display: flex;
	align-items: center;
	gap: 20px;
}

.practice_ttl_bdg {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 40px;
	border: #198e3f 3px solid;
	border-radius: 9999px;
	background: #ffffff;
	color: #198e3f;
	font-size: 20px;
}

.practice_wrap {
}

.practice_top {
	margin-bottom: 70px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.sec {
	}

	.sec_ttl {
	}

	.society_hd {
	}

	.society_hd_wrap {
	}

	.society_hd_ttl {
	}

	.society_hd_ttl_wrap {
	}

	.society_hd_ttl_cnt {
	}

	.society_hd_pnkz {
	}

	.society_hd_pnkz_list {
	}

	.intro {
		padding: 50px 0 0;
	}

	.intro_wrap {
	}

	.intro_hd {
		margin-bottom: 40px;
	}

	.intro_catch {
		margin-bottom: 20px;
		font-size: 29px;
	}

	.intro_txt {
		font-size: 16px;
	}

	.intro_cnt {
	}

	.intro_balloon {
	}

	.intro_balloon_ttl {
		width: 300px;
		height: auto;
		margin-bottom: 30px;
		padding: 10px;
		font-size: 19px;
		line-height: 1.4;
		text-align: center;
	}

	.intro_balloon_ttl::before,
	.intro_balloon_ttl::after {
	}

	.intro_balloon_ttl::before {
	}

	.intro_balloon_ttl::after {
	}

	.intro_balloon_wrap {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.intro_balloon_cnt {
		width: 280px;
		margin: 0 auto;
	}

	.intro_balloon_cnt::after {
	}

	.intro_balloon_txt {
	}

	.features {
		padding-bottom: 60px;
	}

	.fsec {
	}

	.fsec_wrap {
		margin-bottom: 20px;
	}

	.fsec_wrap.fsec_row {
		flex-flow: column;
		gap: 15px;
	}

	.fsec_wrap.fsec_r-row {
		flex-flow: column;
		gap: 15px;
	}

	.fsec_img {
	}

	.fsec_hd {
	}

	.fsec_hd_en {
	}

	.fsec_hd_en span {
	}

	.fsec_hd_ttl {
	}

	.fsec_txt {
	}

	.oc_sec {
		padding: 60px 20px 40px;
	}

	.oc_sec_ttl {
	}

	.oc_sec_wrap {
		flex-flow: column;
		gap: 20px;
		padding-bottom: 30px;
	}

	.oc_sec_txt_catch {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.oc_sec_txt {
		width: 100%;
		padding: 0;
	}

	.oc_sec_img {
	}

	.oc_sec_item {
		font-size: 46px;
	}

	.support {
		padding-top: 60px;
	}

	.support_hd {
	}

	.support_hd_wrap {
	}

	.support_hd_ttl {
		margin: 0 auto 30px;
	}

	.support_hd_ttl::before {
	}

	.support_hd_txt {
		text-align: start;
	}

	.support_wrap {
	}

	.support_sec_child {
	}

	.support_sec_child:last-child {
	}

	.support_sec_child_ttl {
	}

	.support_sec_child_ttl::before {
		width: 100px;
	}

	.support_sec_child_top {
	}

	.support_sec_child_wrap {
	}

	.support_sec_child_wrap:last-child {
	}

	.support_sec_child_tbl {
	}

	.support_sec_child_tbl_hd {
	}

	.support_sec_child_tbl_hd_ttl {
	}

	.support_sec_child_tbl_hd_ttl::before {
	}

	.support_sec_child_tbl_hd_txt {
	}

	.support_sec_child_tbl table {
	}

	.support_sec_child_tbl table thead tr th {
	}

	.support_sec_child_tbl table tbody {
	}

	.support_sec_child_tbl table tbody tr {
	}

	.support_sec_child_tbl table tbody tr th {
		width: 125px;
		padding: 10px;
	}

	.support_sec_child_tbl table tbody tr td {
		padding: 10px;
	}

	.support_sec_child_tbl_btm {
	}

	.support_sec_child_tbl_btm_note {
	}

	.support_sec_child_link {
	}

	.support_sec_child_link_item {
	}

	.support_sec_child_link_item::after {
	}

	.support_sec_child_link_cnt {
	}

	.support_sec_child_link_cnt a {
	}

	.support_sec_child_link_blank {
	}

	.ctble_style {
	}

	.double {
	}

	.ctble_box {
		padding: 20px 11px;
	}

	.ctble_box_flex {
		flex-flow: column;
		gap: 20px;
		margin: 0 auto;
	}

	.ctble_box_flex_gr {
		margin: 0 auto;
	}

	.ctble_box_flex_arrow {
		margin: 0 auto;
		transform: rotate(90deg) translateX(13px);
	}

	.ctble_box_flex_arrow::after {
	}

	.ctble_box_flex_arrow::before {
	}

	.text_center {
	}

	.text_large {
		font-size: 28px;
	}

	.text_s-large {
		font-size: 31px;
	}

	.text_mid {
		font-size: 18px;
	}

	.text_small {
	}

	.color_or {
	}

	.color_b {
	}

	.posir {
	}

	.posia {
	}

	ol {
	}

	.practice {
	}

	.practice_ttl {
		gap: 10px;
	}

	.practice_ttl_bdg {
		flex-shrink: 0;
		width: 66px;
		height: 30px;
		border: #198e3f 2px solid;
		font-size: 12px;
	}

	.practice_wrap {
	}

	.practice_top {
	}
}
