@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_mab70 {
	margin-bottom: 70px;
}

.s_mab80 {
	margin-bottom: 80px;
}

.s_mab90 {
	margin-bottom: 90px;
}

.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: var(--bk-color);
}

.s_white {
	color: #fff;
}

.s_main {
	color: var(--main-color);
}

.s_sub {
	color: var(--sub-color);
}

.s_key {
	color: var(--key-color);
}

.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.75em;
}

.s_fs_lg {
	font-size: 1.4em;
}

.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;
	}

	.s_mab20 {
		margin-bottom: 10px;
	}

	.s_mab30 {
		margin-bottom: 20px;
	}

	.s_mab40 {
		margin-bottom: 20px;
	}

	.s_mab50 {
		margin-bottom: 30px;
	}

	.s_mab60 {
		margin-bottom: 30px;
	}

	.s_mab70 {
		margin-bottom: 40px;
	}

	.s_mab80 {
		margin-bottom: 40px;
	}

	.s_mab90 {
		margin-bottom: 50px;
	}

	.s_mab100 {
		margin-bottom: 50px;
	}
}

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

	.s_sp_view {
		display: inherit !important;
		/*改行にのみ使用*/
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_top_mv
---------------------------------------------*/
.s_top_mv {
	padding-top: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFEEEE;
}

.s_top_mv_img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1080px) {
	.s_top_mv picture {
		width: 100%;
	}


	.s_top_mv {
		padding-top: 100px;
	}

	.s_top_mv_img {
		max-width: none;
	}

}

/*  .s_top_service
---------------------------------------------*/
.s_top_service {
	padding: 80px 0;
}

.s_top_service_logo {
	width: 270px;
	height: auto;
	object-fit: contain;
}

.s_top_service_box {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
}

.s_top_service_grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 20px;
}

.s_top_service_inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s_top_service_name {
	display: inline-block;
	padding: 0.2em 0.5em 0.1em;
	font-size: 1.3em;
	color: var(--main-color);
	font-weight: 700;
}

.s_top_service_flex {
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.s_top_service_lead {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
}


.s_top_service_plus {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 20px auto;
}

.s_top_service_plus::before,
.s_top_service_plus::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 10px;
	height: 100%;
	margin: auto;
	background: #fff;
}

.s_top_service_plus::after {
	transform: rotate(90deg);
}

.s_top_service_arrow {
	width: 60px;
	margin: 0 25px 0 35px;
}

.s_top_service_icon {
	width: 100px;
	margin: -110px auto 20px;
}

@media (max-width: 1180px) {

	.s_top_service_arrow {
		width: 40px;
		margin: 0 15px 0 25px;
	}


}

@media (max-width: 960px) {
	.s_top_service_grid {
		grid-template-columns: 1fr;
	}

	.s_top_service_lead {
		font-size: 2rem;
	}

	.s_top_service_box::after {
		bottom: -30px;
	}

	.s_top_service_arrow {
		width: 30px;
		margin: 0 5px 0 15px;
	}

	.s_top_service_icon {
		width: 60px;
		margin-top: -60px;
	}

	.is_has_icon {
		margin-top: 30px;
	}

	.s_top_service_arrow {
		width: 30px !important;
		margin: 0 auto;
	}

	.s_top_service_arrow img {
		width: 100%;
		transform: rotate(90deg);
	}
}

@media (max-width: 768px) {
	.s_top_service_plus {
		width: 20px;
		height: 20px;
		margin: 10px auto;
	}

	.s_top_service_plus::before,
	.s_top_service_plus::after {
		width: 6px;
	}



	.s_top_service_icon {
		margin-top: -50px;
	}

	.s_top_service_logo {
		width: 30%;
		min-width: 120px;
	}
}

@media (max-width: 640px) {
	.s_top_service_logo {
		min-width: 200px;
	}
}

/*  .s_top_plan
---------------------------------------------*/
.s_top_plan_block {
	display: grid;
	grid-template-areas: "item01 item01 item02 item02 item03 item03""item04 item04 item04 item05 item05 item05";
	gap: 30px;
}

.s_top_plan_box-01 {
	grid-area: item01;
}

.s_top_plan_box-02 {
	grid-area: item02;
}

.s_top_plan_box-03 {
	grid-area: item03;
}

.s_top_plan_box-04 {
	grid-area: item04;
}

.s_top_plan_box-05 {
	grid-area: item05;
}

.s_top_plan_ph {
	display: flex;
	align-items: center;
	justify-content: center;
}



.s_top_plan_price {
	font-size: 2.2em;
	font-weight: 900;
	text-align: center;
	line-height: 1.2em;
}

.s_top_plan_num {
	font-size: 2em;
	color: var(--main-color);
}

.s_top_plan_unit {
	font-size: 0.8em;
	color: var(--main-color);
}

.s_top_plan_tax {
	font-size: 0.5em;
}

.s_top_plan_txt {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

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

	.s_top_plan_num {
		font-size: 4rem;
	}

}

@media screen and (max-width: 768px) {
	.s_top_plan_block {
		grid-template-areas:
			"item01"
			"item02"
			"item03"
			"item04"
			"item05"
		;
		gap: 10px;
	}

	.s_top_plan_num {
		font-size: 2em;
	}

}

@media screen and (max-width: 640px) {
	.s_top_plan_price {
		font-size: 2em;
	}
}

/*  .s_top_flow
---------------------------------------------*/
.s_top_flow_block {
	margin-top: 100px;
}

/* s_top_flow_head */
.s_top_flow_head {
	padding: 60px 0;
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.s_top_flow_head_em {
	color: var(--point-color);
}

.s_top_flow_head_ttl {
	display: inline-block;
	margin: 10px 0;
	padding: 0.1em 1.5em;
	background: #fff;
	border-radius: 100px;
	font-size: 1.34em;
}

/* s_top_flow_info */
.s_top_flow_info {
	width: 940px;
	max-width: 90%;
	margin: 30px auto 0;
}

.s_top_flow_info_ttl {
	display: inline-block;
	padding: 0.1em 1em 0;
	border-radius: 20px 20px 0 0;
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
}

.s_top_flow_info_cont {
	padding: 30px;
	border: 4px solid;
	border-radius: 0 30px 30px 30px;
}

.s_top_flow_info_icon {
	width: 100px;
}

.s_top_flow_info_txt {
	width: calc(100% - 120px);
	font-size: 1.3em;
	font-weight: 700;
}

/* s_top_flow_block */
.s_top_flow_block {
	margin-top: 60px;
}

.s_top_flow_box {
	position: relative;
}

.s_top_flow_box:not(:last-child) {
	padding-bottom: 30px;
}

.s_top_flow_box:not(:last-child)::after {
	position: absolute;
	top: 0;
	left: 45px;
	content: "";
	z-index: 1;
	display: inline-block;
	width: 30px;
	height: 100%;
	background-position: 0 0;
	background-size: 30px 30px;
}

.s_top_flow_step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	font-size: 2.7em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 0.7em;
}

.s_top_flow_step * {
	display: block;
	transform: translateY(-0.1em);
}

.s_top_flow_unit {
	font-size: 0.4em;
}

.s_top_flow_ttl {
	width: calc(100% - 150px);
	font-size: 2.2em;
}

.s_top_flow_cont {
	width: calc(100% - 150px);
	margin-left: 150px;
}

/* option */
.is_flow_transfer .s_top_flow_head,
.is_flow_transfer .s_top_flow_info_ttl,
.is_flow_transfer .s_top_flow_step {
	background: var(--sub-color);
}

.is_flow_transfer .s_top_flow_head_ttl,
.is_flow_transfer .s_top_flow_info_txt,
.is_flow_transfer .s_top_flow_ttl {
	color: var(--sub-color);
}

.is_flow_transfer .s_top_flow_info_cont {
	border-color: var(--sub-color);
}

.is_flow_transfer .s_top_flow_box:not(:last-child)::after {
	background-image: radial-gradient(circle,
			var(--sub-color) 5px,
			transparent 5px);
}

/* option */
.is_flow_new .s_top_flow_head,
.is_flow_new .s_top_flow_info_ttl,
.is_flow_new .s_top_flow_step {
	background: var(--key-color);
}

.is_flow_new .s_top_flow_head_ttl,
.is_flow_new .s_top_flow_info_txt,
.is_flow_new .s_top_flow_ttl {
	color: var(--key-color);
}

.is_flow_new .s_top_flow_info_cont {
	border-color: var(--key-color);
}

.is_flow_new .s_top_flow_box:not(:last-child)::after {
	background-image: radial-gradient(circle,
			var(--key-color) 5px,
			transparent 5px);
}

@media (max-width: 960px) {
	.s_top_flow_box:not(:last-child)::after {
		left: 25px;
	}

	.s_top_flow_step {
		width: 80px;
		height: 80px;
	}

	.s_top_flow_ttl {
		width: calc(100% - 100px);
	}

	.s_top_flow_cont {
		width: calc(100% - 100px);
		margin-left: 100px;
	}
}

@media (max-width: 768px) {
	.s_top_flow_block {
		margin-top: 40px;
	}

	/* s_top_flow_head */
	.s_top_flow_head {
		padding: 30px 0;
	}

	/* s_top_flow_info */
	.s_top_flow_info_icon {
		width: 60px;
	}

	.s_top_flow_info_txt {
		width: calc(100% - 80px);
	}

	/* s_top_flow */
	.s_top_flow_block {
		margin-top: 30px;
	}

	.s_top_flow_box:not(:last-child) {
		padding-bottom: 20px;
	}

	.s_top_flow_box:not(:last-child)::after {
		content: none;
	}

	.s_top_flow_cont {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}

@media (max-width: 640px) {

	/* s_top_flow_head */
	.s_top_flow_head {
		font-size: 1.4em;
	}

	/* s_top_flow_info */
	.s_top_flow_info_ttl {
		padding: 0.3em 1em 0;
	}

	.s_top_flow_info_cont {
		padding: 20px;
	}

	.s_top_flow_info_icon {
		margin-bottom: 10px !important;
		text-align: center;
	}

	.s_top_flow_info_icon img {
		width: 60px;
	}

	/* s_top_flow */
	.s_top_flow_step {
		width: 60px;
		height: 60px;
		font-size: 2.4em;
	}

	.s_top_flow_ttl {
		width: calc(100% - 70px);
		font-size: 1.7em;
	}
}

/*----------------------------------------------
	s_contact
---------------------------------------------*/
/* リキャプチャを消す */
.grecaptcha-badge {
	visibility: hidden;
}

.s_contact_block {
	width: 800px;
	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.2em 0.5em;
	border: 1px solid var(--bk-color);
	border-radius: 5px;
	font-size: 1.2em;
}

.s_contact_label {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.s_contact_label span {
	display: inline-block;
	margin-left: 5px;
	padding: 0 0.4em 0.1em;
	font-size: 0.6em;
	color: #fff;
	transform: translateY(-3px);
}

.s_contact_required {
	display: inline-block;
	margin-left: 5px;
	padding: 0 0.3em;
	background: var(--main-color);
	font-size: 0.8em;
	color: #fff;
	transform: translateY(-2px);
}

.s_contact_box .wpcf7-form-control.wpcf7-list-item,
.s_contact_box .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.blk-iframe {
	margin: 10px 0 20px;
	padding: 1.5em 0 1.5em 1.5em;
	border: 1px solid var(--bk-color);
	border-radius: 5px;
	font-size: 0.9em;
}

.blk-iframe div:not(:last-child) {
	margin-bottom: 1em;
}

.contact-privacy__txt {
	height: 200px;
	overflow-y: auto;
	padding-right: 1em;
}

.s_contact_submit {
	text-align: center;
}

@media (max-width: 640px) {
	.s_contact_box:not(:last-child) {
		margin-bottom: 20px;
	}
}

/*----------------------------------------------
	#profile
---------------------------------------------*/
#profile .l_page_cont li {
	margin: 10px 0;
	text-align: center;
}

@media (max-width: 640px) {
	#profile .l_page_cont li {
		margin: 20px 0;
		font-size: 1.3em;
	}
}