@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: inherit !important;
}
.s_tab_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_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: 0.7em;
}
.s_fs_lg {
	font-size: 1.6em;
}

.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: 768px) {
	.s_pc_view {
		display: none !important; /*改行にのみ使用*/
	}
	.s_tab_view {
		display: inherit !important; /*改行にのみ使用*/
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}
}
@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
}

/*----------------------------------------------
	s_mv_area
---------------------------------------------*/
.s_mv_area {
	position: relative;
	padding-top: 20px;
}
.s_mv_area::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -2;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--grad-pale));
}
/*  .s_mv
---------------------------------------------*/
.s_mv {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1920px;
	margin-inline: auto;
	background: url(../images/mv_bg.jpg) no-repeat center 0 / 100% auto,
		linear-gradient(135deg, var(--grad-bl-pk));
	border-radius: 40px;
	text-align: right;
}
.s_mv_img {
	opacity: 0;
	animation: fade 0.5s 0.5s forwards;
}
.s_mv_cont {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 700px;
	max-width: 45%;
	margin: auto;
	text-align: left;
}
.s_mv_tagline {
	margin: 40px 0;
}
.s_mv_tagline img {
	width: 100%;
	opacity: 0;
	transform: translateY(-20px);
	animation: fade_down 0.5s 1s forwards;
}
.s_mv_ttl {
	color: #fff;
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(-20px);
	animation: fade_down 0.5s 1.5s forwards;
}
/*  .s_lead
---------------------------------------------*/
.s_lead {
	position: relative;
	padding: 80px 0 270px;
}
.s_lead::before,
.s_lead::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
}
.s_lead::before {
	background: url(../images/fukidashi_pu_r.png) no-repeat 5% 150px / 200px auto,
		url(../images/fukidashi_pu_r.png) no-repeat right 22% top 30px / 100px auto,
		url(../images/fukidashi_pu_l.png) no-repeat right 2% bottom 200px / 150px
			auto;
	mix-blend-mode: multiply;
	transition: 0.5s 0.7s;
}
.s_lead::after {
	background: url(../images/fukidashi_wh_l.png) no-repeat 5% 150px / 200px auto,
		url(../images/fukidashi_wh_r.png) no-repeat right 22% top 30px / 100px auto,
		url(../images/fukidashi_wh_r.png) no-repeat right 2% bottom 200px / 150px
			auto;
	transition: 0.3s 0.3s;
}
.active.s_lead::before {
	opacity: 1;
	background-position: 2% 190px, right 18% top 60px, right 6% bottom 110px;
}
.active.s_lead::after {
	opacity: 1;
}
.s_lead_block {
	padding-top: 60px;
}
.s_lead_box {
	position: relative;
	width: calc(33% - 30px);
	max-width: 320px;
	margin: 0 15px;
	padding: 75px 20px 35px;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #f9f9f9 100%);
	border-radius: 70px;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.s_lead_box::before {
	position: absolute;
	right: 22%;
	bottom: -24px;
	width: 23px;
	height: 25px;
	content: "";
	background: url(../images/fukidashi_wh_btm.png) no-repeat 0 center / 100% auto;
}
.s_lead_box::after {
	position: absolute;
	content: "";
	top: 24px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 40px);
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% calc(100% - 16px);
	mix-blend-mode: multiply;
}
.s_lead_box:nth-child(1)::before {
	right: inherit;
	left: 22%;
	transform: rotateY(180deg);
}
.s_lead_box:nth-child(1)::after {
	top: 4px;
	left: -20px;
	background-image: url(../images/fukidashi_gn.png);
}
.s_lead_box:nth-child(2) {
	margin-top: 60px;
}
.s_lead_box:nth-child(2)::after {
	top: 44px;
	left: 10px;
	background-image: url(../images/fukidashi_bl.png);
}
.s_lead_box:nth-child(3)::after {
	top: 4px;
	left: 10px;
	background-image: url(../images/fukidashi_pk.png);
}
.s_lead_icon {
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	z-index: 2;
	width: 120px;
	height: 120px;
	margin: auto;
	background: #fff;
	border-radius: 120px;
}
.s_lead_txt {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1280px) {
	.s_mv_tagline {
		margin: 40px 0 20px;
	}
	.s_mv_ttl {
		font-size: calc(20px + 28 * (100vw - 768px) / 512);
	}
}
@media screen and (max-width: 1024px) {
	/*  .s_mv
---------------------------------------------*/
	.s_mv_cont {
		left: 20px;
	}
	/*  .s_lead
---------------------------------------------*/
	.s_lead {
		padding: 40px 0 200px;
	}
	.s_lead_box {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	/*  .s_mv
---------------------------------------------*/
	.s_mv {
		display: flex;
		align-items: flex-end;
		background-size: cover;
		height: 500px;
	}
	.s_mv_ttl {
		font-size: 1em;
	}
	/*  .s_lead
---------------------------------------------*/
	.s_lead_box:nth-child(3) {
		margin-top: 60px;
	}
}
@media screen and (max-width: 640px) {
	/*  .s_mv
---------------------------------------------*/
	.s_mv_img {
		margin-left: -50%;
	}
	.s_mv_cont {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		transform: translateY(-100px);
	}
	.s_mv_ttl {
		line-height: 2;
	}
	/*  .s_lead
---------------------------------------------*/
	.s_lead {
		padding: 20px 0 140px;
	}
	.s_lead::before {
		background-size: 100px auto, 70px auto, 80px auto;
		background-position: 15px 300px, right 25px top 95px,
			right -30px bottom 150px;
	}
	.s_lead::after {
		background-size: 100px auto, 70px auto, 80px auto;
		background-position: 15px 300px, right 25px top 95px,
			right -30px bottom 150px;
	}
	.active.s_lead::before {
		background-position: -10px 320px, right 5px top 130px,
			right 10px bottom 110px;
	}
	.s_lead_box {
		width: 260px;
		padding: 55px 20px 25px;
		border-radius: 50px;
	}
	.s_lead_box:nth-child(2) {
		margin-top: 50px;
	}
	.s_lead_box:nth-child(3) {
		margin-top: 65px;
	}
	.s_lead_icon {
		top: -40px;
		width: 80px;
		height: 80px;
	}
}
/*----------------------------------------------
	s_solution_area
---------------------------------------------*/
.s_solution_area {
	background: url(../images/solution_bg_top.png) no-repeat 0 0 / 340px auto,
		url(../images/solution_bg_btm.png) no-repeat right 10px bottom -120px / 460px
			auto;
}
/*  .s_solution_head
---------------------------------------------*/
.s_solution_head {
	background: linear-gradient(45deg, var(--grad-bl-pk));
	transform: translateY(calc(-50% + 20px));
	padding: 0 0 50px;
	border-radius: 50px;
	opacity: 0;
	transition: 0.5s 0.5s;
}
.active.s_solution_head {
	opacity: 1;
	transform: translateY(-50%);
}
.s_solution_label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--size-500);
	margin: 0 auto 25px;
	padding: 15px 15px 10px 20px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	font-size: 1.2em;
	font-weight: 600;
}
.s_solution_label img {
	width: calc(100% - (2em + 5px));
	margin-right: 5px;
	line-height: 1em;
}
.s_solution_label::before,
.s_solution_label::after {
	position: absolute;
	top: 0;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/common_curve.png) no-repeat 0 0 / 100% auto;
}
.s_solution_label::before {
	left: -30px;
}
.s_solution_label::after {
	right: -30px;
	transform: rotateY(180deg);
}
.s_solution_catch {
	color: #fff;
	font-size: 2.4em;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
.s_solution_lg,
.s_solution_bg {
	font-size: 1.3em;
}
.s_solution_outline {
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	color: #fff;
	font-weight: 800;
	mix-blend-mode: lighten;
}
.s_solution_outline:nth-of-type(1) {
	transition: 0.5s 1.2s;
}
.s_solution_outline:nth-of-type(2) {
	transition: 0.5s 1.9s;
}
.active .s_solution_outline {
	color: var(--bk-color);
}
.s_solution_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.s_solution_bg {
	position: relative;
	display: inline-block;
	line-height: 1.05em;
	overflow: hidden;
}
.s_solution_bg::before,
.s_solution_bg::after {
	position: absolute;
	top: 0.05em;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_solution_bg::before {
	z-index: -1;
	background: var(--pk-color);
	mix-blend-mode: darken;
}
.s_solution_bg::after {
	background: var(--bk-color);
}
.s_solution_bg:nth-of-type(1)::after {
	transition: 0.5s 2.6s;
}
.s_solution_bg:nth-of-type(2)::after {
	transition: 0.5s 3.3s;
}
.active .s_solution_bg::after {
	left: 100%;
}
/*  .s_solution_body
---------------------------------------------*/
.s_solution_body {
	margin-top: -100px;
	padding-bottom: 80px;
}
.s_solution_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_solution_block:nth-child(even) {
	flex-direction: row-reverse;
}
.s_solution_cont {
	width: var(--size-500);
}
.s_solution_ttl {
	margin-bottom: 30px;
	color: #fff;
	font-size: 2em;
	line-height: 1.1em;
}
.s_solution_ttl_bg {
	display: inline-block;
	padding: 0.1em 0.2em 0.2em;
	background: var(--bk-color);
}
.s_solution_ph {
	width: calc(100% - 560px);
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s 0.3s;
}
.active .s_solution_ph {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 1280px) {
	.s_solution_area {
		background-position: 0 0, right 10px bottom -60px;
		background-size: 340px auto, 300px auto;
	}
	/*  .s_solution_body
---------------------------------------------*/
	.s_solution_block:last-child {
		margin-top: 40px;
	}
}
@media screen and (max-width: 960px) {
	.s_solution_area {
		background-size: 340px auto, 260px auto;
	}
	/*  .s_solution_body
---------------------------------------------*/
	.s_solution_cont {
		width: 400px;
	}
	.s_solution_ph {
		width: calc(100% - 440px);
	}
}
@media screen and (max-width: 768px) {
	.s_solution_area {
		background-size: 260px auto, 240px auto;
	}
	/*  .s_solution_head
---------------------------------------------*/
	.s_solution_label {
		width: var(--size-340);
	}
	.s_solution_label img {
		line-height: 1em;
	}
	/*  .s_solution_body
---------------------------------------------*/
	.s_solution_cont {
		width: 360px;
	}
	.s_solution_ph {
		width: calc(100% - 380px);
	}
}
@media screen and (max-width: 640px) {
	/*  .s_solution_head
---------------------------------------------*/
	.s_solution_head {
		padding-bottom: 20px;
	}
	.s_solution_label {
		width: var(--size-200);
		margin-bottom: 10px;
		padding: 10px;
		font-size: 1em;
	}
	.s_solution_label::before,
	.s_solution_label::after {
		width: 20px;
		height: 20px;
	}
	.s_solution_label::before {
		left: -19.5px;
	}
	.s_solution_label::after {
		right: -19.5px;
	}
	.s_solution_catch {
		font-size: 1.8em;
	}
	/*  .s_solution_body
---------------------------------------------*/
	.s_solution_block {
		flex-direction: column-reverse !important;
		margin-top: 40px !important;
	}
	.s_solution_ph {
		width: 100%;
		max-width: 380px;
	}
	.s_solution_ttl {
		margin-bottom: 10px;
	}
}
/*----------------------------------------------
	s_service_area
---------------------------------------------*/
.s_service_area {
	background: linear-gradient(-45deg, var(--grad-pale-gn-bl));
}
.s_service_block:not(:last-child) {
	margin-bottom: 80px;
}
/*  .s_service_head
---------------------------------------------*/
.s_service_head {
	margin-bottom: 30px;
	text-align: center;
}
.s_service_fukidashi {
	position: relative;
	display: inline-block;
	margin: 0 auto 20px;
	padding: 0.5em 1.5em;
	background: var(--main-color);
	border-radius: 100px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	opacity: 0;
	transform: scale(1.2);
}
.active .s_service_fukidashi {
	animation: bounce 0.5s 0.3s forwards;
}
.s_service_fukidashi::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	content: "";
	width: 15px;
	margin: auto;
	aspect-ratio: 1/0.9;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: var(--main-color);
}
.s_service_ttl {
	color: var(--main-color);
	font-size: 2em;
	text-align: center;
}
/*  .s_service_box
---------------------------------------------*/
.s_service_box {
	padding: 50px 10px;
	background: #fff;
	border-radius: 70px;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
}
.s_service_box:nth-of-type(1) {
	transition: 0.5s 0.5s;
}
.s_service_box:nth-of-type(2) {
	transition: 0.5s 1s;
}
.s_service_box:nth-of-type(3) {
	transition: 0.5s 1.5s;
}
.active .s_service_box {
	opacity: 1;
	transform: translateY(0);
}
.s_service_icon img {
	width: 90px;
}
.s_service_name {
	margin: 10px 0 20px;
	font-size: 1.6em;
	font-weight: 400;
}
.s_service_list li::before {
	content: "・";
	font-weight: 900;
}
/*  .s_service_case
---------------------------------------------*/
.s_service_case {
	margin-top: 20px;
	padding: 0 60px 50px;
	background: linear-gradient(180deg, var(--grad-main));
	border-radius: 70px;
	color: #fff;
}
.s_service_case_label {
	display: flex;
	justify-content: center;
}
.s_service_case_label span {
	position: relative;
	display: block;
	padding: 0.2em 1.4em;
	background: #fff;
	border-radius: 0 0 20px 20px;
	color: var(--main-color);
	font-size: 1.2em;
	-webkit-perspective: 500px;
	perspective: 500px;
}
.s_service_case_label span::before,
.s_service_case_label span::after {
	position: absolute;
	top: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/common_curve.png) no-repeat 0 0 / 100% auto;
}
.s_service_case_label span::before {
	left: -20px;
}
.s_service_case_label span::after {
	right: -20px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.s_service_case_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s_service_case_icon {
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 160px;
}
.s_service_case_ttl {
	width: calc(100% - 190px);
}
.s_service_case_by {
	display: inline-block;
	padding: 0.3em;
	border: 1px solid #fff;
	line-height: 1em;
}
.s_service_case_catch {
	margin-top: 5px;
	font-size: 1.6em;
	line-height: 1.4;
}
.s_service_case_cont {
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
	.s_service_case_icon {
		width: 120px;
		height: 120px;
	}
	.s_service_case_ttl {
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 960px) {
	/*  .s_service_box
---------------------------------------------*/
	.s_service_box {
		padding: 30px 5px;
	}
}
@media screen and (max-width: 768px) {
	.s_service_block:not(:last-child) {
		margin-bottom: 40px;
	}
	.s_service_head {
		margin-bottom: 10px;
	}
	.s_service_fukidashi {
		margin-bottom: 10px;
	}
	/*  .s_service_box
---------------------------------------------*/
	.s_service_name {
		margin: 10px 0;
		font-size: 1.4em;
	}
	.s_service_icon img {
		width: 60px;
	}
	/*  .s_service_case
---------------------------------------------*/
	.s_service_case {
		padding: 0 40px 30px;
	}
	.s_service_case_head {
		margin-top: 10px;
	}
	.s_service_case_icon {
		width: 100px;
		height: 100px;
	}
	.s_service_case_ttl {
		width: calc(100% - 120px);
	}
	.s_service_case_cont {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	/*  .s_service_head
---------------------------------------------*/
	.s_service_fukidashi {
		font-size: 1em;
	}
	.s_service_ttl {
		font-size: 1.4em;
	}
	/*  .s_service_box
---------------------------------------------*/
	.s_service_box {
		padding: 20px 5px;
	}
	/*  .s_service_case
---------------------------------------------*/
	.s_service_case {
		padding: 0 25px 30px;
	}
	.s_service_case_head {
		flex-direction: column;
	}
	.s_service_case_label span::before {
		left: -19.5px;
	}
	.s_service_case_label span::after {
		right: -19.5px;
	}
	.s_service_case_ttl {
		width: 100%;
		margin-top: 10px;
	}
}
/*----------------------------------------------
	s_tool_area
---------------------------------------------*/
.s_tool_wrap {
	padding: 60px 0;
}
.s_tool_head {
	position: relative;
	width: 100%;
	max-width: 770px;
	margin: 0 auto 40px;
	padding: 10px 30px;
	border: 1px solid var(--bk-color);
	font-size: 0.8em;
}
.s_tool_head::before,
.s_tool_head::after {
	position: absolute;
	right: 0;
	left: 0;
	content: "";
	width: calc(100% - 20px);
	height: 3px;
	margin: auto;
	background: #fff;
}
.s_tool_head::before {
	top: -2px;
}
.s_tool_head::after {
	bottom: -2px;
}
.s_tool_item {
	width: calc(100% / 6 - 2rem);
}
.s_tool_item_lead {
	text-align: center;
}
.s_tool_name {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.s_tool_item_lead p,
.s_tool_lg_box p {
	text-align: left;
	font-weight: 500;
	font-size: 1.3rem;
}
.s_tool_box_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	max-width: 100%;
}
.s_tool_lg_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	padding: 20px;
	background: linear-gradient(-45deg, var(--grad-pale-gn-bl));
	border-radius: 50px;
}
.s_tool_lg_box picture {
	width: 100px;
}
.s_tool_lg_box .s_tool_item_lead_wrap {
	width: calc(100% - 120px);
	margin-left: 20px;
}
@media screen and (max-width: 1600px) {
	.s_tool_txt {
		font-size: 1.6rem;
		width: 50%;
		margin: 4rem auto 0;
	}
	.s_tool_txt p {
		padding: 3rem;
	}
}
@media screen and (max-width: 1280px) {
	.s_tool_back_ttl {
		font-size: 8rem;
	}
	.s_tool_back {
		width: 100%;
		height: 300px;
		padding-bottom: 100px;
	}
	.s_tool_txt {
		width: 70%;
	}
}
@media screen and (max-width: 968px) {
	.s_tool_back {
		padding-bottom: 60px;
	}
	.s_tool_back_ttl {
		font-size: 4rem;
	}
	.s_tool_ttl_box {
		top: 3rem;
	}
	.s_tool_txt {
		width: 90%;
		margin: 2rem auto 0;
		font-size: 1.4rem;
	}
	.s_tool_item {
		width: calc(100% / 2 - 2rem);
	}
	.s_tool_icon {
		max-width: 60px;
	}
	.s_tool_box {
		gap: 3rem 2rem;
	}
	.s_tool_lg_box {
		flex-direction: column;
		width: calc(50% - 10px);
	}
	.s_tool_lg_box picture {
		text-align: center;
	}
	.s_tool_name {
		text-align: center;
	}
	.s_tool_lg_box .s_tool_item_lead_wrap {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	.s_tool_wrap {
		padding: 40px 0;
	}
	.s_tool_head {
		margin-bottom: 20px;
	}
	.s_tool_box_flex {
		flex-direction: column;
	}
	.s_tool_lg_box {
		width: 100%;
	}
	.s_tool_lg_box:not(:last-child) {
		margin-bottom: 20px;
	}
}
/*----------------------------------------------
	s_reason_area
---------------------------------------------*/
.s_reasons {
	width: calc(100% - 120px);
	margin: auto;
}
.s_reason_block {
	padding-top: 60px;
}
.s_reason_block:not(:last-child) {
	margin-bottom: 30px;
}
.s_reason_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 70px;
}
.s_reason_ph {
	position: relative;
	width: var(--size-500);
	height: var(--size-500);
	transition: 0.5s 0.5s;
}
.s_reason_ph img {
	position: relative;
	z-index: 2;
	border-radius: 70px;
}
.s_reason_ph::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, var(--grad-bl-pk));
	border-radius: 80px;
	transition: 0.5s 1s;
}
.s_reason_cont {
	width: calc(100% - 530px);
	padding-top: 20px;
	padding-bottom: 20px;
}
.s_reason_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.s_reason_num {
	margin-right: 10px;
	-webkit-text-stroke: 2px var(--bk-color);
	paint-order: stroke;
	color: #fff;
	font-weight: 800;
	font-size: 4.8em;
	line-height: 1em;
	mix-blend-mode: multiply;
}
.s_reason_catch {
	font-size: 2em;
}
.s_reason_block:nth-of-type(odd) .s_reason_box {
	background: linear-gradient(
		135deg,
		var(--pale-bl-color) 0%,
		var(--pale-bl-color) 35%,
		var(--pale-pk-color) 70%,
		#fff 95%
	);
}
.s_reason_block:nth-of-type(odd) .s_reason_ph {
	transform: translate(-30px, -30px);
}
.active.s_reason_block:nth-of-type(odd) .s_reason_ph {
	transform: translate(-60px, -60px);
}
.active.s_reason_block:nth-of-type(odd) .s_reason_ph::before {
	top: 30px;
	left: 30px;
}
.s_reason_block:nth-of-type(odd) .s_reason_cont {
	padding-right: 60px;
}
.s_reason_block:nth-of-type(even) .s_reason_box {
	flex-direction: row-reverse;
	background: linear-gradient(
		135deg,
		#fff 5%,
		var(--pale-bl-color) 30%,
		var(--pale-pk-color) 65%,
		var(--pale-pk-color) 100%
	);
}
.s_reason_block:nth-of-type(even) .s_reason_ph {
	transform: translate(30px, -30px);
}
.active.s_reason_block:nth-of-type(even) .s_reason_ph {
	transform: translate(60px, -60px);
}
.active.s_reason_block:nth-of-type(even) .s_reason_ph::before {
	top: 30px;
	left: -30px;
}
.s_reason_block:nth-of-type(even) .s_reason_cont {
	padding-left: 60px;
}
@media screen and (max-width: 1280px) {
	.s_reasons {
		width: calc(100% - 60px);
	}
	.s_reason_block {
		padding-top: 30px;
	}
	.s_reason_ph {
		width: 400px;
		height: 400px;
	}
	.s_reason_cont {
		width: calc(100% - 420px);
	}
	.s_reason_block:nth-of-type(odd) .s_reason_ph {
		transform: translate(-15px, -15px);
	}
	.active.s_reason_block:nth-of-type(odd) .s_reason_ph {
		transform: translate(-30px, -30px);
	}
	.active.s_reason_block:nth-of-type(odd) .s_reason_ph::before {
		top: 15px;
		left: 15px;
	}
	.s_reason_block:nth-of-type(even) .s_reason_ph {
		transform: translate(15px, -15px);
	}
	.active.s_reason_block:nth-of-type(even) .s_reason_ph {
		transform: translate(30px, -30px);
	}
	.active.s_reason_block:nth-of-type(even) .s_reason_ph::before {
		top: 15px;
		left: -15px;
	}
}
@media screen and (max-width: 1024px) {
	.s_reason_num {
		font-size: 4em;
	}
}
@media screen and (max-width: 960px) {
	.s_reasons {
		width: 100%;
	}
	.s_reason_block {
		padding-top: 0;
	}
	.s_reason_box {
		padding: 30px;
	}
	.s_reason_ph {
		width: 300px;
		height: 300px;
		transform: translate(0) !important;
	}
	.s_reason_cont {
		width: calc(100% - 345px);
		padding: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.s_reason_ph {
		width: 200px;
		height: 200px;
	}
	.s_reason_ph img,
	.s_reason_ph::before {
		border-radius: 50px;
	}
	.s_reason_cont {
		width: calc(100% - 245px);
	}
}
@media screen and (max-width: 640px) {
	.s_reason_block {
		padding-top: 20px;
	}
	.s_reason_box {
		flex-direction: column !important;
		padding: 30px 25px;
	}
	.s_reason_cont {
		width: 100%;
	}
	.s_reason_ttl {
		justify-content: center;
		margin-bottom: 10px;
	}
	.s_reason_ph {
		margin: -60px 0 30px;
	}
	.s_reason_num {
		font-size: 3em;
	}
	.s_reason_catch {
		font-size: 1.6em;
	}
}
/*----------------------------------------------
	s_strength_area
---------------------------------------------*/
/*  .s_strength
---------------------------------------------*/
.s_strength_area {
	position: relative;
	overflow-x: hidden;
}
.s_strength_area::before,
.s_strength_area::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	background: linear-gradient(135deg, #e3fbff, #aaccff);
}
.s_strength_area::before {
	height: 100%;
}
.s_strength_area::after {
	height: 500px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	mix-blend-mode: multiply;
}
.s_strength_box {
	margin-top: 100px;
	padding: 0 40px 40px;
	background: linear-gradient(180deg, #fff, #f9f9f9);
	border-radius: 70px;
	text-align: center;
}
.s_strength_icon {
	width: 200px;
	height: 200px;
	margin: -100px auto 20px;
	background: linear-gradient(180deg, var(--grad-main));
	border-radius: 200px;
	opacity: 0;
	transform: translateY(-20px);
}
.s_strength_box:nth-of-type(1) .s_strength_icon {
	transition: 0.5s 0.5s;
}
.s_strength_box:nth-of-type(2) .s_strength_icon {
	transition: 0.5s 1s;
}
.s_strength_box:nth-of-type(3) .s_strength_icon {
	transition: 0.5s 1.5s;
}
.active .s_strength_icon {
	opacity: 1;
	transform: translateY(0);
}
.s_strength_label {
	display: inline-block;
	padding: 0.2em 0.5em;
	background: var(--main-color);
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
}
.s_strength_ttl {
	margin: 5px 0;
	color: var(--main-color);
	font-size: 1.6em;
}
.s_strength_txt {
	text-align: left;
}
/*  .s_case
---------------------------------------------*/
.s_case {
	margin-top: 100px;
}
.s_cases {
	padding-top: 40px;
}
.s_case_block {
	padding: 60px;
	background: linear-gradient(180deg, var(--grad-main));
	border-radius: 70px;
	color: #fff;
}
.s_case_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.s_case_ttl {
	width: calc(100% - 520px);
}
.s_case_company {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0.2em 0.2em 0.25em;
	border: 1px solid #fff;
	line-height: 1em;
}
.s_case_catch {
	font-size: 1.6em;
}
.s_case_ph {
	margin-top: -100px;
}
.s_case_ph img {
	width: 480px;
	border-radius: 50px;
}
@media screen and (max-width: 1024px) {
	/*  .s_strength
---------------------------------------------*/
	.s_strength_box {
		margin-top: 50px;
		padding: 0 30px 30px;
	}
	.s_strength_icon {
		width: 140px;
		height: 140px;
		margin: -70px auto 20px;
	}
	/*  .s_case
---------------------------------------------*/
	.s_case_block {
		padding: 40px;
	}
	.s_case_ph {
		margin-top: -80px;
	}
	.s_case_ph img {
		width: 380px;
	}
	.s_case_ttl {
		width: calc(100% - 400px);
	}
}
@media screen and (max-width: 960px) {
	/*  .s_strength
---------------------------------------------*/
	.s_strength_box {
		padding: 0 15px 30px;
		border-radius: 50px;
	}
	/*  .s_case
---------------------------------------------*/
	.s_case_catch {
		line-height: 1.4;
	}
	/*  .s_strength
---------------------------------------------*/
	.s_strength_box {
		padding: 0 15px 30px;
		border-radius: 50px;
	}
}
@media screen and (max-width: 768px) {
	.s_strength_area::after {
		height: 300px;
	}
	/*  .s_strength
---------------------------------------------*/
	.s_strength_icon {
		width: 120px;
		height: 120px;
		margin: -60px auto 20px;
	}
	/*  .s_case
---------------------------------------------*/
	.s_case {
		margin-top: 60px;
	}
	.s_case_head {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	/*  .s_strength
---------------------------------------------*/
	.s_strength_box {
		max-width: 480px;
		padding: 0 25px 30px;
		border-radius: 70px;
	}
	.s_strength_icon {
		margin-bottom: 10px;
	}
	/*  .s_case
---------------------------------------------*/
	.s_case {
		margin-top: 40px;
	}
	.s_case_block {
		padding: 30px;
	}
	.s_case_head {
		flex-direction: column-reverse;
		align-items: center;
	}
	.s_case_ttl {
		width: 100%;
	}
	.s_case_company {
		margin: 20px 0 10px;
	}
	.s_case_ph img {
		border-radius: 30px;
	}
}
/*----------------------------------------------
	s_faq_area
---------------------------------------------*/
.s_faq_area {
	background: linear-gradient(135deg, var(--grad-pale));
}
.s_faq_box {
	position: relative;
	z-index: 2;
	padding: 40px;
	border-radius: 50px;
	opacity: 0;
	transform: translateY(100px) rotate(10deg);
	cursor: pointer;
}
.s_faq_box::before,
.s_faq_box::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transition: 0.2s;
}
.s_faq_box::before {
	z-index: -2;
	background: rgb(249, 249, 249);
}
.s_faq_box::after {
	z-index: -1;
	background: linear-gradient(rgb(255, 255, 255), rgb(249, 249, 249));
}
.s_faq_box:hover::after {
	opacity: 0;
}
.active .s_faq_box {
	opacity: 1;
	transform: translateY(0) rotate(0deg);
}
.s_faq_box:nth-child(1) {
	transition: 0.4s 0.5s;
}
.s_faq_box:nth-child(2) {
	transition: 0.4s 0.7s;
}
.s_faq_box:nth-child(3) {
	transition: 0.4s 0.9s;
}
.s_faq_box:nth-child(4) {
	transition: 0.4s 1.1s;
}
.s_faq_box:nth-child(5) {
	transition: 0.4s 1.3s;
}
.s_faq_box:nth-child(6) {
	transition: 0.4s 1.5s;
}
.s_faq_box:not(:last-child) {
	margin-bottom: 20px;
}
.s_faq_txt {
	padding: 0 60px 0 40px;
}
.s_faq_item_ques {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
}
.s_faq_item_ques::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	color: var(--main-color);
	font-size: 4rem;
	font-weight: 900;
	line-height: 1em;
}
.s_faq_btn {
	position: absolute;
	top: -100%;
	right: 0;
	bottom: -100%;
	width: 50px;
	height: 50px;
	margin: auto;
	background: linear-gradient(90deg, var(--grad-main));
	border-radius: 30px;
}
.s_faq_btn::before,
.s_faq_btn::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 12px;
	height: 3px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
}
.s_faq_btn::after {
	transform: rotate(90deg);
	transition: 0.2s;
}
.is_open .s_faq_btn::after {
	transform: rotate(0deg);
}
.s_faq_item_ans {
	position: relative;
	margin-top: 15px;
	padding-top: 0.3em;
}
.s_faq_item_ans::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	background: linear-gradient(70deg, var(--grad-bl-pk));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1em;
}
@media screen and (max-width: 1024px) {
	.s_faq_box {
		padding: 30px;
	}
	.s_faq_box:not(:last-child) {
		margin-bottom: 10px;
	}
	.s_faq_item_ques::before,
	.s_faq_item_ans::before {
		font-size: 3rem;
	}
}
@media screen and (max-width: 640px) {
	.s_faq_box {
		padding: 20px;
		border-radius: 40px;
	}
	.s_faq_box::before,
	.s_faq_box::after {
		border-radius: 40px;
	}
	.s_faq_txt {
		padding: 0 40px 0 30px;
	}
	.s_faq_btn {
		width: 30px;
		height: 30px;
	}
	.s_faq_item_ques {
		font-size: 1.2em;
	}
	.s_faq_item_ques::before {
		transform: translateY(-0.1em);
	}
}
/*----------------------------------------------
	s_flow_area
---------------------------------------------*/
.s_flow_area {
	position: relative;
	overflow: hidden;
	background: url(../images/flow_bg_top.png) no-repeat right 0 top 100px / 35%
			auto,
		url(../images/flow_bg_btm.png) no-repeat left 1% bottom 30px / 13% auto;
}
.s_flow_area::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -2;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #ffecf2 0%, #fff 60%);
}
.s_flow_bg {
	position: relative;
	width: 100%;
	height: 100%;
}
.s_flow_bg::before,
.s_flow_bg::after {
	position: absolute;
	bottom: -101px;
	content: "";
	z-index: -1;
	width: 50%;
	height: 200px;
	aspect-ratio: 1;
}
.s_flow_bg::before {
	left: 0;
	clip-path: polygon(0 100%, 0 0, 100% 100%);
	background: #fff;
}
.s_flow_bg::after {
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background: #fff;
}
.s_flow_block {
	margin: 0 22px;
}
.s_flow_block:not(:first-child) {
	margin-top: 30px;
}
.s_flow_slick {
	display: none;
}
.s_flows {
	width: 320px;
	padding-top: 1em;
}
.s_flow_box {
	height: 100%;
	margin: 0 8px;
	padding: 30px 0;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 5%,
		var(--pale-bl-color) 20%,
		var(--pale-pk-color) 90%,
		var(--pale-pk-color) 100%
	);
	border-radius: 70px;
	text-align: center;
}
.s_flow_num {
	margin: calc(-0.5em - 30px) 0 20px;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	color: #fff;
	font-weight: 800;
	font-size: 3.2em;
	line-height: 1em;
	mix-blend-mode: multiply;
}
.active .s_flow_num {
	-webkit-text-stroke: 2px var(--bk-color);
}
.s_flow_block .s_flows:nth-of-type(1) .s_flow_num {
	transition: 0.5s 0.3s;
}
.s_flow_block .s_flows:nth-of-type(2) .s_flow_num {
	transition: 0.5s 0.6s;
}
.s_flow_block .s_flows:nth-of-type(3) .s_flow_num {
	transition: 0.5s 0.9s;
}
.s_flow_block .s_flows:nth-of-type(4) .s_flow_num {
	transition: 0.5s 1.2s;
}
.s_flow_icon {
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
}
.s_flow_icon::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #cdf3f9, #f0c7f7);
	border-radius: 200px;
	mix-blend-mode: multiply;
}
.s_flow_icon img {
	position: relative;
	z-index: 2;
	mix-blend-mode: initial;
}
.s_flow_icon_label {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 20px;
	color: #fff;
	font-size: 0.7em;
}
.is_icon_customer {
	right: 0;
	background: linear-gradient(-15deg, var(--grad-bl-pk));
}
.is_icon_gsi {
	left: 0;
	background: linear-gradient(180deg, var(--grad-main));
}
.s_flow_ttl {
	margin: 15px 0;
	font-size: 1.6em;
	line-height: 1.4em;
}
.s_flow_txt {
	padding: 0 30px;
	text-align: left;
}
@media screen and (max-width: 1420px) {
	.s_flows {
		width: 240px;
	}
	.s_flow_num {
		margin-bottom: 10px;
	}
	.s_flow_icon {
		width: 160px;
		height: 160px;
	}
	.s_flow_icon_label {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}
	.s_flow_ttl {
		margin: 5px 0;
		font-size: 1.2em;
	}
	.s_flow_txt {
		padding: 0 20px;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 1120px) {
	.s_flow_area {
		background-position: right -40px top 20px, left 25% bottom 0;
	}
	.s_flow_block {
		display: none;
	}
	.s_flow_slick {
		display: block;
	}
	.s_flow_num {
		transition: 0.5s 0.3s;
	}
}
@media screen and (max-width: 960px) {
	.s_flow_icon {
		width: 120px;
		height: 120px;
	}
	.s_flow_icon_label {
		width: 34px;
		height: 34px;
	}
}
@media screen and (max-width: 768px) {
	.s_flow_area {
		background-position: right -40px top 20px, left -10px bottom 10px;
	}
	.s_flow_bg::before,
	.s_flow_bg::after {
		bottom: -61px;
		height: 100px;
	}
}
@media screen and (max-width: 640px) {
	.s_flow_area {
		background-position: right -40px top 20px, left 20px bottom 10px;
	}
	.s_flow_bg::before,
	.s_flow_bg::after {
		bottom: -41px;
		height: 60px;
	}
	.s_flow_slick .slick-prev {
		left: 0px;
	}
	.s_flow_slick .slick-next {
		right: 0px;
	}
	.s_flow_box {
		max-width: 260px;
		margin: auto;
	}
}
/*----------------------------------------------
	s_contact_area
---------------------------------------------*/
.s_contact_area {
	padding: 60px 0 100px;
}
.contact-caution {
	margin-bottom: 30px;
	padding: 1em;
	background-color: #ffecf2;
	border: 3px solid #e94335;
	color: #e94335;
	font-weight: 700;
}
.contact-label,
.contact-consent,
.contact-submit {
	font-size: 1.6rem;
}
.contact-label:not(:last-child) {
	margin-bottom: 30px;
}
.contact-other {
	margin: 60px 0 30px;
}
.contact-required,
.contact-any {
	display: inline-block;
	margin-left: 5px;
	padding: 0.1em 0.5em 0.2em;
	border-radius: 4px;
	font-size: 0.7em;
	color: #fff;
	font-weight: 700;
	transform: translateY(-2px);
}
.contact-required {
	background-color: var(--key-color);
}
.contact-any {
	background-color: #c0c0c0;
}
.contact-label .form-input {
	margin-top: 5px;
	padding: 0.3em 0.6em;
	background: #f4f4f4;
	border: none;
	border-radius: 10px;
}
.contact-label .form-input:not([type="checkbox"]),
.contact-label .form-input:not([type="radio"]) {
	width: 100%;
}
.contact-label .form-input::placeholder {
	color: #c0c0c0;
}
.contact-label .wpcf7-list-item {
	display: block;
	margin: 5px 0 0 0.9em;
}
.contact-label .wpcf7-list-item label,
.contact-consent .wpcf7-list-item label {
	cursor: pointer;
}
.contact-box {
	position: relative;
	margin-top: 10px;
	padding: 40px;
	background: linear-gradient(135deg, var(--grad-pale));
	border-radius: 70px;
}
.contact-box .form-input {
	background: #fff;
}
.contact-edition {
	margin-left: 1em;
	font-size: 0.7em;
}
.contact-privacy {
	font-size: 0.8em;
}
.common__txt--small {
	color: var(--key-color);
	font-size: 0.7em;
}
/* ラジオボタン・チェックボックス */
input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	background: #f4f4f4;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	padding: 0;
	transform: translateY(0.3em);
}
input[type="radio"] {
	border-radius: 50px;
}
input[type="checkbox"] {
	border-radius: 6px;
}
.contact-box input[type="radio"] {
	background: #fff;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
input[type="radio"]:checked::before {
	width: 10px;
	height: 10px;
	background: var(--bk-color);
	border-radius: 10px;
}
input[type="checkbox"]:checked {
	background: var(--key-color);
}
input[type="checkbox"]:checked::before {
	bottom: 3px;
	width: 5px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(40deg);
}
input[type="radio"] label,
input[type="checkbox"] label {
	display: inline-flex;
	align-items: center;
}
/* プライバシーポリシー */
.blk-iframe {
	margin-top: 10px;
	padding: 1em 0.2em 1em 1em;
	border: 1px solid var(--bk-color);
	border-radius: 10px;
}
.contact-privacy__txt {
	height: 200px;
	overflow-y: auto;
	font-size: 0.8em;
}
.contact-consent {
	margin-bottom: 60px;
	text-align: center;
}
.contact-consent .wpcf7-list-item {
	display: block;
	margin: 0;
}
/* ボタン */
.contact-submit {
	text-align: center;
}
.contact-submit input[type="submit"] {
	display: inline-block;
	overflow: hidden;
	padding: 0.6em 2.5em 0.65em;
	background: linear-gradient(90deg, var(--grad-gn-bl));
	border: none;
	border-radius: 100px;
	color: var(--bk-color);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}
.contact-submit input[type="submit"]:hover {
	box-shadow: 5px 5px 0 var(--bk-color);
}
.contact-submit input[type="submit"]:disabled {
	background: #c0c0c0;
	color: #fff;
}
.contact-submit input[type="submit"]:disabled:hover {
	box-shadow: none;
}
.contact-submit .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

.grecaptcha-badge {
	display: none;
}
@media screen and (max-width: 960px) {
	/* ラジオボタン・チェックボックス */
	input[type="radio"],
	input[type="checkbox"] {
		transform: translateY(0.5em);
	}
}
@media screen and (max-width: 768px) {
	.s_contact_area {
		padding: 40px 0 60px;
	}
	.contact-consent {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	.s_contact_area {
		padding: 20px 0 40px;
	}
	.contact-caution,
	.contact-label:not(:last-child),
	.contact-consent {
		margin-bottom: 20px;
	}
	.contact-other {
		margin: 40px 0 20px;
	}
	.contact-box {
		padding: 30px 25px;
		border-radius: 50px;
	}
}
