@charset "utf-8";
.s_pc_view {
	display: initial !important;
}
.s_pctab_view {
	display: initial !important;
}
.s_tab_view {
	display: none !important;
}
.s_tabsp_view {
	display: none !important;
}
.s_sp_view {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab80 {
	margin-bottom: 80px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #f00;
}
.s_black {
	color: #000;
}
.s_white {
	color: #fff;
}
.s_navy {
	color: #1e3379;
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
.s_kome,
.s_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}

.s_fs_sm {
	font-size: 1.2rem;
}
.s_fs_lg {
	font-size: 1.8rem;
}
.s_em {
	font-size: 1.2em;
	font-weight: 900;
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}

.s_disable {
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.s_pc_view {
		display: none !important;
	}
	.s_tab_view {
		display: initial !important;
	}
}

@media screen and (max-width: 768px) {
	.s_tabsp_view {
		display: initial !important;
	}
	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}

	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab80 {
		margin-bottom: 40px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 640px) {
	.s_sp_view {
		display: initial !important;
	}

	.s_mab40,
	.s_mab50 {
		margin-bottom: 10px;
	}
	.s_mab60,
	.s_mab80 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 40px;
	}
}

/*----------------------------------------------
	s_mv
---------------------------------------------*/
.s_mv {
	position: relative;
	height: 100vh;
	min-height: 800px;
	background: url(../images/mv_bg.jpg) no-repeat center / cover;
}
.s_mv::before,
.s_mv::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_mv::before {
	z-index: 1;
	background: url(../images/mv_left.png) no-repeat 0 center / auto 100%,
		url(../images/mv_right.png) no-repeat right center / auto 100%;
	opacity: 0;
	animation: fadeIn 1s 0.5s forwards;
}
.s_mv::after {
	z-index: 0;
	border: 58px solid var(--main-color);
}
.s_mv_cont {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding-top: 40px;
	width: 40%;
	max-width: 580px;
	text-align: center;
}
.s_mv_tagline {
	position: relative;
	overflow: hidden;
}
.s_mv_tagline::before,
.s_mv_tagline::after {
	position: absolute;
	left: -100%;
	content: "";
	z-index: -1;
	width: 87%;
	height: 16%;
	background: var(--main-color);
}
.s_mv_tagline::before {
	top: 6%;
	animation: slideIn 1s 1.7s forwards;
}
.s_mv_tagline::after {
	top: 42%;
	animation: slideIn 1s 2.2s forwards;
}
.s_mv_tagline img {
	position: relative;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 1s 1.2s forwards;
}
.s_mv_txt {
	margin: 20px 0;
	font-size: 0.8em;
	font-weight: 700;
}
.s_mv .c_btn {
	width: 100%;
}
@media (max-width: 1400px) {
	.s_mv::before {
		background-size: 42% auto, 46% auto;
	}
}
@media (max-width: 1024px) {
	.s_mv {
		height: auto;
		min-height: 700px;
	}
	.s_mv::before {
		z-index: 1;
		background: url(../images/mv_left_sp.png) no-repeat 0 bottom / 27% auto,
			url(../images/mv_right_sp.png) no-repeat right top / 35% auto;
	}
	.s_mv::after {
		border-width: 40px;
	}
	.s_mv_cont {
		width: 45%;
	}
}
@media (max-width: 768px) {
	.s_mv {
		min-height: 500px;
	}
	.s_mv::after {
		border-width: 30px;
	}
}
@media (max-width: 640px) {
	.s_mv_cont {
		width: 65%;
	}
}

/*----------------------------------------------
	s_lead
---------------------------------------------*/
.s_lead_head {
	text-align: center;
}
.s_lead_head_txt {
	font-size: 1.65em;
	font-weight: 600;
}
.s_lead_head_em {
	font-size: 1.2em;
	font-weight: 900;
}
.s_lead_fukidashi {
	position: relative;
	display: inline-block;
	margin: 40px auto 0;
	padding: 0.1em 0.5em 0.2em;
	background: var(--key-color);
	border-radius: 10px;
	font-size: 2em;
	color: #fff;
	font-weight: 900;
}
.s_lead_fukidashi::after {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	content: "";
	width: 30px;
	aspect-ratio: 1 / cos(30deg);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	margin: auto;
	background: var(--key-color);
}
.s_lead_nayami {
	margin: 100px 0 60px;
	background: url(../images/lead_bg.jpg) no-repeat center top 100px / 100% auto;
}
.s_lead_box {
	width: calc(33% - 80px);
	margin: 0 10px;
}
.s_lead_box:nth-child(2) {
	transform: translateY(-20px);
}
.s_lead_solution {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.65em;
	font-weight: 600;
	text-align: center;
	transform: translateX(5px);
}
.s_lead_solution::before,
.s_lead_solution::after {
	position: absolute;
	top: 10px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 100%;
	background: var(--bk-color);
	border-radius: 10px;
}
.s_lead_solution::before {
	right: 90%;
	transform: rotate(-15deg);
}
.s_lead_solution::after {
	left: 90%;
	transform: rotate(15deg);
}
.s_lead_solution > * {
	display: inline-block;
}
.s_lead_solution_txt {
	font-size: 1.7em;
	font-weight: 900;
}
.s_lead_solution_em {
	position: relative;
	font-size: 1.2em;
	color: var(--key-color);
}
.s_lead_solution_em::before,
.s_lead_solution_em::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: -2px;
	content: "";
	width: calc(100% + 10px);
	height: 40px;
}
.s_lead_solution_em::before {
	z-index: -1;
	background: #fff;
}
.active .s_lead_solution_em::before {
	animation: slideOut 1s 0.5s forwards;
}
.s_lead_solution_em::after {
	z-index: -2;
	margin: auto;
	background: url(../images/border_gr.png) no-repeat center bottom / 100% auto;
}
@media (max-width: 1280px) {
	.s_lead_nayami {
		background-position: center top 60px;
	}
	.s_lead_solution::before {
		right: calc(((14px + 6 * (100vw - 768px) / 512) * 56) + 10px);
	}
	.s_lead_solution::after {
		left: calc((14px + 6 * (100vw - 768px) / 512) * 56);
	}
}
@media (max-width: 1024px) {
	.s_lead_nayami {
		background-position: center top 40px;
	}
	.s_lead_solution::before {
		right: calc(((14px + 6 * (100vw - 768px) / 512) * 47) + 10px);
	}
	.s_lead_solution::after {
		left: calc((14px + 6 * (100vw - 768px) / 512) * 47);
	}
}
@media (max-width: 768px) {
	.s_lead_solution::before {
		right: calc(((14px + 6 * (100vw - 768px) / 512) * 45) + 10px);
	}
	.s_lead_solution::after {
		left: calc((14px + 6 * (100vw - 768px) / 512) * 45);
	}
}
@media (max-width: 640px) {
	.s_lead_fukidashi {
		margin-top: 10px;
		font-size: 1.4em;
	}
	.s_lead_fukidashi::after {
		width: 15px;
		bottom: -10px;
	}
	.s_lead_nayami {
		margin: 50px 0 20px;
		background-position: center top 20px;
	}
	.s_lead_box {
		width: 33%;
		margin: 0;
	}
	.s_lead_head_txt,
	.s_lead_solution {
		font-size: 1.2em;
	}
	.s_lead_solution {
		transform: translateX(5px);
	}
	.s_lead_solution::before {
		width: 3px;
		right: initial;
		left: 30px;
	}
	.s_lead_solution::after {
		width: 3px;
		left: initial;
		right: 35px;
	}
	.s_lead_solution_txt {
		font-size: 1.4em;
	}
}

/*----------------------------------------------
	s_works
---------------------------------------------*/
.s_works_block {
	margin: 60px 0;
}
.s_works_list {
	margin-bottom: 12px;
}
.s_works_list_ph {
	margin: 0 6px;
	border: 3px solid;
}
.s_works_list_ph:nth-child(odd) {
	border-color: var(--main-color);
}
.s_works_list_ph:nth-child(even) {
	border-color: var(--key-color);
}
@media (max-width: 768px) {
	.s_works_block {
		margin: 20px 0;
	}
}

/*----------------------------------------------
	s_point
---------------------------------------------*/
.s_point {
	position: relative;
	padding: 140px 0 240px;
}
.s_point::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url(../images/point_btm.png) no-repeat center bottom / 500px auto,
		url(../images/bg_gr_top.jpg) no-repeat center top / 100% auto,
		url(../images/bg_gr_btm.jpg) no-repeat center bottom / 100% auto,
		var(--main-color);
}
.s_point_border {
	position: relative;
}
.s_point_border::before,
.s_point_border::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: -5px;
	content: "";
	width: calc(100% + 10px);
	height: 40px;
}
.s_point_border::before {
	z-index: -1;
	background: var(--main-color);
}
.active.s_point_border::before {
	animation: slideOut 1s forwards;
}
.s_point_border::after {
	z-index: -2;
	margin: auto;
	background: url(../images/border_wh.png) no-repeat center bottom / 100% auto;
}
.s_point_box {
	margin-bottom: 40px;
	padding: 0 0 40px;
	background: var(--bk-color);
	border-radius: 20px;
	color: #fff;
	transform-origin: top left;
	transform: rotate(-15deg);
}
.active .s_point_box:nth-child(1) {
	animation: moveIn 0.5s forwards;
}
.active .s_point_box:nth-child(2) {
	animation: moveIn 0.5s 0.4s forwards;
}
.active .s_point_box:nth-child(3) {
	animation: moveIn 0.5s 0.8s forwards;
}
.active .s_point_box:nth-child(4) {
	animation: moveIn 0.5s 1.2s forwards;
}
.s_point_head {
	text-align: center;
}
.s_point_num {
	margin: -0.38em 0 -10px;
	font-size: 5em;
	color: var(--main-color);
}
.s_point_ttl {
	font-size: 2.2em;
	color: var(--key-color);
	font-weight: 900;
}
.s_point_btn {
	position: relative;
	display: block;
	width: 45%;
	min-width: 150px;
	margin: 40px auto 0;
	padding: 0.8em calc(0.8em + 30px) 0.8em 0.8em;
	background: var(--main-color);
	border-radius: 100px;
	color: var(--bk-color);
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
}
.s_point_btn::before,
.s_point_btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
	transition: 0.4s;
}
.s_point_btn::before {
	top: -4px;
	right: calc(0.8em + 12px);
	z-index: 2;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--bk-color);
	border-bottom: 2px solid var(--bk-color);
	transform: rotate(45deg);
}
.s_point_btn.on::before {
	top: 4px;
	transform: rotate(225deg);
}
.s_point_btn::after {
	right: 0.8em;
	z-index: 1;
	width: 34px;
	height: 34px;
	background: #fff;
	border: 2px solid var(--bk-color);
	border-radius: 30px;
}
.s_point_btn:hover {
	background: #fff;
}
.s_point_btn:hover::after {
	background-color: var(--main-color);
}
.s_point_txt {
	margin: 40px 30px 0;
	line-height: 1.6;
}
.s_point_cont {
	width: 900px;
	max-width: 90%;
	margin: auto;
	line-height: 1.6;
}
.s_point_cont_txt {
	margin-top: 1em;
}
@media screen and (max-width: 1024px) {
	.s_point_btn::before {
		top: -2px;
		right: calc(0.8em + 10px);
		width: 6px;
		height: 6px;
	}
	.s_point_btn.on::before {
		top: 2px;
	}
	.s_point_btn::after {
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 768px) {
	.s_point {
		padding: 100px 0 200px;
	}
	.s_point_box {
		margin-bottom: 20px;
	}
	.s_point_btn {
		margin-top: 20px;
	}
	.s_point_txt {
		margin-top: 0.8em;
	}
}
@media screen and (max-width: 640px) {
	.s_point {
		padding: 40px 0 120px;
	}
	.s_point::after {
		background-size: 70% auto, 100% auto, 100% auto, auto;
	}
	.s_point_box {
		margin-bottom: 10px;
		padding: 0 0 20px;
	}
	.s_point_num {
		font-size: 3em;
	}
	.s_point_ttl {
		font-size: 1.6em;
	}
	.s_point_btn {
		margin-top: 10px;
	}
}

/*----------------------------------------------
	s_price
---------------------------------------------*/
.s_price {
	background: url(../images/price_person.png) no-repeat right -80px top 10% / 400px
		auto;
}
.s_price_block {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.s_price_box_wrap {
	position: relative;
	width: calc(50% - 60px);
	margin: 40px 15px 0;
	transform: rotateY(90deg);
}
.active .s_price_box_wrap:nth-child(1) {
	animation: flipIn 0.5s forwards;
}
.active .s_price_box_wrap:nth-child(2) {
	animation: flipIn 0.5s 0.4s forwards;
}
.active .s_price_box_wrap:nth-child(3) {
	animation: flipIn 0.5s 0.8s forwards;
}
.active .s_price_box_wrap:nth-child(4) {
	animation: flipIn 0.5s 1.2s forwards;
}
.active .s_price_box_wrap:nth-child(5) {
	animation: flipIn 0.5s 1.6s forwards;
}
.active .s_price_box_wrap:nth-child(6) {
	animation: flipIn 0.5s 2s forwards;
}
.s_price_box_wrap::before,
.s_price_box_wrap::after {
	position: absolute;
	left: 35px;
	height: 5px;
	content: "";
	z-index: 2;
	border-radius: 10px;
	background: var(--key-color);
}
.s_price_box_wrap::before {
	top: 0;
	width: calc(100% - 105px);
}
.s_price_box_wrap::after {
	bottom: 0;
	width: 15px;
}
.s_price_box {
	position: relative;
	height: 100%;
	padding: 0 40px;
	text-align: center;
}
.s_price_box::before,
.s_price_box::after {
	position: absolute;
	top: 0;
	content: "";
	z-index: -1;
	width: 80px;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	border-radius: 40px;
}
.s_price_box::before {
	left: 0;
	border-color: var(--key-color);
	border-right: none;
}
.s_price_box::after {
	right: 0;
	border-color: var(--main-color);
	border-left: none;
}
.s_price_box_inner {
	position: relative;
	z-index: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 40px 0;
	background: #fff;
}
.s_price_box_inner::before,
.s_price_box_inner::after {
	position: absolute;
	right: -5px;
	height: 5px;
	content: "";
	z-index: 2;
	border-radius: 10px;
	background: var(--main-color);
}
.s_price_box_inner::before {
	top: 0;
	width: 15px;
}
.s_price_box_inner::after {
	bottom: 0;
	width: calc(100% - 25px);
}
.s_price_sub {
	font-size: 1.65em;
	font-weight: 600;
}
.s_price_amt {
	font-size: 3em;
	font-weight: 900;
}
.s_price_unit {
	font-size: 0.8em;
}
.s_price_menu {
	margin: 80px 0 40px;
	padding: 60px 0;
	background: url(../images/price_bg.jpg) no-repeat center / cover;
}
.s_price_menu .l_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: stretch;
	align-items: stretch;
}
.s_price_menu_box {
	padding: 0.4em 0 0.5em;
	background: #fff;
	border-radius: 20px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.s_price {
		background-position: right -10% top 10%;
		background-size: 34% auto;
	}
}
@media screen and (max-width: 960px) {
	.s_price_box_wrap {
		width: calc(50% - 30px);
	}
	.s_price_sub {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.s_price_box_wrap {
		width: calc(50% - 20px);
		margin: 20px 10px 0;
	}
	.s_price_menu {
		margin: 60px 0 30px;
		padding: 40px 0;
	}
}
@media screen and (max-width: 640px) {
	.s_price {
		background-position: right -8% top 7%;
		background-size: 30% auto;
	}
	.s_price_box_wrap {
		width: 100%;
	}
	.s_price_box_inner {
		padding: 20px 0;
	}
	.s_price_menu .l_wrap {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.s_price_menu {
		margin: 40px 0 20px;
		padding: 20px 0;
	}
	.s_price_menu_box {
		border-radius: 10px;
		font-size: 1.2em;
	}
}

/*----------------------------------------------
	s_voice
---------------------------------------------*/
.s_voice_box {
	position: relative;
	margin-top: 60px;
	padding: 40px 60px;
	background: var(--main-color);
	border-radius: 30px;
}
.s_voice_img {
	position: relative;
	width: 200px;
	margin-right: 40px;
}
.s_voice_cat {
	position: absolute;
	top: -50px;
	right: -100%;
	left: -100%;
	display: inline-block;
	max-width: 9em;
	margin: auto;
	padding: 0.4em 0.5em 0.5em;
	background: var(--key-color);
	border-radius: 10px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	transform: rotate(-7deg);
}
.s_voice_cat::after {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	content: "";
	width: 20px;
	aspect-ratio: 1 / cos(30deg);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	margin: auto;
	background: var(--key-color);
}
.s_voice_wrap {
	display: flex;
	justify-content: space-between;
}
.s_voice_cont {
	width: calc(100% - 240px);
}
.s_voice_company {
	font-size: 0.9em;
}
.s_voice_ttl {
	margin: 10px 0 20px;
	font-size: 1.35em;
	font-weight: 600;
}
@media screen and (max-width: 1024px) {
	.s_voice_box {
		margin-top: 40px;
		padding: 30px;
	}
	.s_voice_img {
		width: 140px;
		margin-right: 20px;
	}
	.s_voice_cont {
		width: calc(100% - 160px);
	}
}
@media screen and (max-width: 640px) {
	.s_voice_wrap {
		flex-direction: column;
		align-items: center;
	}
	.s_voice_img {
		width: 100px;
		margin-right: 0;
	}
	.s_voice_cont {
		width: 100%;
		margin-top: 10px;
	}
	.s_voice_ttl {
		margin: 10px 0;
		font-size: 1.2em;
	}
}

/*----------------------------------------------
	s_flow
---------------------------------------------*/
.s_flow {
	position: relative;
	padding: 140px 0;
}
.s_flow::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url(../images/flow_person.png) no-repeat left -20px top 200px / 400px
			auto,
		url(../images/bg_gr_top.jpg) no-repeat center top / 100% auto,
		url(../images/bg_gr_btm_flow.jpg) no-repeat center bottom / 100% auto,
		var(--main-color);
}
.s_flow_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	min-width: 800px;
	margin-top: 80px;
	padding: 20px 60px 20px 20px;
	background: #fff;
	border-radius: 38px;
}
.s_flow_box:nth-child(even) {
	margin-right: 0;
	margin-left: auto;
}
.s_flow_box::after {
	position: absolute;
	top: calc(100% + 35px);
	content: "";
	z-index: 2;
	display: inline-block;
	width: 220px;
	height: 12px;
	background: radial-gradient(
		circle farthest-side,
		#464646,
		#464646 30%,
		transparent 30%,
		transparent
	);
	background-size: 12px;
}
.s_flow_box:nth-child(odd)::after {
	left: 100px;
	transform: rotate(45deg);
}
.s_flow_box:nth-child(even)::after {
	left: -150px;
	transform: rotate(-45deg);
}
.s_flow_box:last-child::after {
	content: none;
}
.s_flow_head {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 130px;
	height: 100%;
	min-height: 260px;
	background: #464646;
	border-radius: 29px;
	font-size: 1.1em;
	color: var(--main-color);
	font-weight: 900;
	text-align: center;
	line-height: 1.2em;
}
.s_flow_num {
	font-size: 2em;
}
.s_flow_cont {
	width: calc(100% - 190px);
}
.s_flow_sub {
	font-size: 1.65em;
	color: var(--key-color);
	font-weight: 900;
}
.s_flow_ttl {
	margin: 20px 0 10px;
	font-size: 1.3em;
	font-weight: 600;
}
@media screen and (max-width: 1024px) {
	.s_flow::after {
		background-size: 300px auto, 100% auto, 100% auto;
	}
	.s_flow_box:nth-child(odd)::after {
		left: 60px;
		transform: rotate(70deg);
	}
	.s_flow_box:nth-child(even)::after {
		left: -110px;
		transform: rotate(-70deg);
	}
	.s_flow_head {
		min-height: 180px;
	}
}
@media screen and (max-width: 960px) {
	.s_flow_box {
		width: 100%;
		min-width: auto;
		margin-top: 40px;
	}
	.s_flow_box:nth-child(odd)::after,
	.s_flow_box:nth-child(even)::after {
		left: -25px;
		transform: rotate(-90deg);
	}
}
@media screen and (max-width: 768px) {
	.s_flow {
		padding: 100px 0;
	}
	.s_flow::after {
		background-size: 200px auto, 100% auto, 100% auto;
	}
}
@media screen and (max-width: 640px) {
	.s_flow {
		padding: 40px 0;
	}
	.s_flow::after {
		background-position: left -20px top 100px, center top, center bottom;
		background-size: 120px auto, 100% auto, 100% auto;
	}
	.s_flow_box {
		align-items: stretch;
		margin-top: 20px;
		padding: 20px;
	}
	.s_flow_box:nth-child(odd)::after,
	.s_flow_box:nth-child(even)::after {
		top: 100%;
		left: 0px;
		width: 100px;
	}
	.s_flow_head {
		width: 60px;
		min-height: 200px;
	}
	.s_flow_cont {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: calc(100% - 80px);
	}
}

/*----------------------------------------------
	s_faq
---------------------------------------------*/
.s_faq {
	background: url(../images/faq_person.png) no-repeat right 30px top 150px /
		130px auto;
}
.s_faq_block {
	margin-top: 40px;
}
.s_faq_box {
	padding: 40px 0;
}
.s_faq_box:not(:last-child) {
	border-bottom: 1px dashed hwb(from var(--bk-color) h w b / 0.5);
}
.s_faq_ttl {
	position: relative;
	padding: 0.8em 0.8em 0.8em 90px;
	background-color: hwb(from var(--key-color) h w b / 0.2);
	border-radius: 100px;
	font-size: 1.4em;
}
.s_faq_ttl::before,
.s_faq_ttl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	content: "";
	width: 56px;
	height: 56px;
	margin: auto;
}
.s_faq_ttl::before {
	background: var(--key-color);
	border-radius: 40px;
}
.s_faq_ttl::after {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 900;
	transform: translateY(-3px);
}
.s_faq_cont {
	position: relative;
	padding: 20px 40px 0 90px;
	line-height: 1.6;
}
.s_faq_cont::before,
.s_faq_cont::after {
	position: absolute;
	top: calc(0.52em + 10px);
	left: 18px;
	content: "";
	width: 56px;
	height: 56px;
}
.s_faq_cont::before {
	border: 1px solid hwb(from var(--key-color) h w b / 0.2);
	border-radius: 40px;
}
.s_faq_cont::after {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	color: var(--key-color);
	font-weight: 900;
	transform: translateY(-6px);
}
@media screen and (max-width: 1024px) {
	.s_faq {
		background-size: 100px auto;
	}
	.s_faq_ttl,
	.s_faq_cont {
		padding-left: 75px;
	}
	.s_faq_ttl::before,
	.s_faq_ttl::after,
	.s_faq_cont::before,
	.s_faq_cont::after {
		left: 15px;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 960px) {
	.s_faq_ttl,
	.s_faq_cont {
		padding-left: 65px;
	}
	.s_faq_ttl::before,
	.s_faq_ttl::after,
	.s_faq_cont::before,
	.s_faq_cont::after {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 768px) {
	.s_faq {
		background-size: 80px auto;
	}
	.s_faq_block {
		margin-top: 20px;
	}
	.s_faq_box {
		padding: 20px 0;
	}
}
@media screen and (max-width: 640px) {
	.s_faq {
		background-position: right 20px top 100px;
		background-size: 40px auto;
	}
	.s_faq_ttl {
		padding-left: 55px;
		font-size: 1.2em;
	}
	.s_faq_cont {
		padding: 10px 20px 0 55px;
	}
	.s_faq_ttl::before,
	.s_faq_ttl::after,
	.s_faq_cont::before,
	.s_faq_cont::after {
		left: 10px;
		width: 34px;
		height: 34px;
	}
	.s_faq_cont::before,
	.s_faq_cont::after {
		top: calc(0.52em + 5px);
	}
}

/*----------------------------------------------
	s_contact
---------------------------------------------*/
.s_contact {
	position: relative;
	padding: 140px 0;
}
.s_contact::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url(../images/contact_bg_top.jpg) no-repeat center top / 100% auto,
		var(--base-color);
}
.s_contact_block {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.s_contact_box:not(:last-child) {
	margin-bottom: 40px;
}
.s_contact_box input[type="text"],
.s_contact_box input[type="email"],
.s_contact_box input[type="url"],
.s_contact_box input[type="tel"],
.s_contact_box textarea {
	padding: 0.3em 0.5em;
	border: 1px solid var(--bk-color);
	border-radius: 5px;
	font-size: 0.9em;
}
.s_input_sm {
	width: 50%;
}
.s_input_lg {
	width: 100%;
}
.s_contact_label {
	margin-bottom: 5px;
	font-weight: bold;
}
.s_contact_label span {
	display: inline-block;
	margin-left: 5px;
	padding: 0.15em 0.4em 0.3em;
	font-size: 0.6em;
	color: #fff;
	transform: translateY(-3px);
}
.s_contact_required {
	background: #d41818;
}
.s_contact_any {
	background: #adadad;
}
.s_contact_box .wpcf7-form-control.wpcf7-list-item,
.s_contact_box .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.s_contact_box .wpcf7-list-item {
	margin-left: 0;
	width: 33%;
}
.s_contact_ex {
	font-size: 0.9em;
}
.blk-iframe {
	margin-top: 10px;
	padding: 1.5em 0 1.5em 1.5em;
	background: #fff;
	border: 1px solid var(--bk-color);
	border-radius: 5px;
	font-size: 0.8em;
}
.blk-iframe p:not(:last-child) {
	margin-bottom: 1em;
}
.contact-privacy__txt {
	height: 200px;
	overflow-y: auto;
	padding-right: 1em;
}
.contact-consent {
	margin-top: 20px;
	text-align: center;
}
.contact-submit {
	position: relative;
	width: 460px;
	max-width: 90%;
	margin: 40px auto 20px;
	padding: 0.7em 1.5em;
	border-radius: 100px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.contact-submit input {
	background: none;
	border: none;
	color: var(--bk-color);
	cursor: pointer;
}
.contact-submit::before,
.contact-submit::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100px;
	transition: 0.3s;
}
.contact-submit::before {
	z-index: -1;
	background: linear-gradient(#fff, var(--main-color));
	border: 5px solid var(--main-color);
}
.contact-submit::after {
	z-index: -2;
	background: var(--main-color);
}
.contact-submit:hover::before {
	opacity: 0;
}
.contact-submit.disabled {
	cursor: no-drop;
}
.contact-submit.disabled input {
	color: #949494;
	cursor: no-drop;
}
.contact-submit.disabled::before {
	background: #c5c5c5;
	border-color: #9c9c9c;
}
.contact-submit.disabled::after {
	background: #9c9c9c;
}
.contact-submit.disabled:hover::before {
	opacity: 1;
}
.contact-submit .wpcf7-spinner {
	display: none !important;
}
.grecaptcha-badge {
	display: none;
}
@media (max-width: 960px) {
	.contact-submit {
		width: 560px;
	}
}
@media (max-width: 768px) {
	.s_contact {
		padding: 100px 0;
	}
	.s_contact_box,
	.s_contact_privacy {
		font-size: 0.9em;
	}
	.s_contact_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_contact_box input[type="text"],
	.s_contact_box input[type="email"],
	.s_contact_box input[type="url"],
	.s_contact_box input[type="tel"],
	.s_contact_box textarea {
		font-size: 1.2em;
	}
	.s_contact_box .wpcf7-form-control {
		flex-direction: column;
	}
	.s_input_sm,
	.s_contact_box .wpcf7-list-item {
		width: 100%;
		margin: 5px 0;
	}
	.contact-submit {
		width: 440px;
	}
}
@media (max-width: 640px) {
	.s_contact {
		padding: 40px 0;
	}
	.s_contact_ttl {
		width: 65%;
		max-width: 260px;
	}
	.contact-submit {
		max-width: 100%;
		margin: 20px auto;
	}
	.contact-submit::before {
		border-width: 2px;
	}
}
