@charset "utf-8";
.s_pc_view {
	display: initial !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_yellow {
	color: #f7ff00;
}
.s_pink {
	color: var(--key-color);
}
.s_lblue {
	color: var(--main-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: 1.2rem;
}
.s_fs_lg {
	font-size: 1.8rem;
}

.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_tab_view {
		display: initial !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_pc_view {
		display: none !important;
	}
	.s_sp_view {
		display: initial !important;
	}
}

/*----------------------------------------------
	s_top_mv
---------------------------------------------*/
.s_top_mv {
	position: relative;
	padding: 50px 0 70px;
	background: url(../images/bg_mv.jpg) no-repeat center top / cover;
}
.s_top_info {
	padding-left: 60px;
}
.s_top_ttl > * {
	display: block;
}
.s_top_catch {
	width: 35%;
	min-width: 300px;
}
.s_top_logo {
	width: 30%;
	min-width: 250px;
}
.s_top_main {
	width: 73%;
	min-width: 600px;
	margin: -50px 0 -10px -60px;
}
.s_top_partner {
	position: absolute;
	right: 20px;
	bottom: 60px;
	width: 132px;
	height: auto;
	font-size: 1.4rem;
	text-align: center;
}
.s_top_partner a {
	color: #fff;
	text-decoration: none;
}
.s_top_partner img {
	width: 100px;
}
@media screen and (max-width: 1280px) {
	.s_top_main {
		margin-left: -50px;
	}
	.s_top_partner {
		font-size: calc(10px + 4 * (100vw - 768px) / 552);
	}
}
@media screen and (max-width: 1060px) {
	.s_top_main {
		margin-left: -40px;
	}
	.s_top_info {
		padding-left: 40px;
	}
}
@media screen and (max-width: 900px) {
	.s_top_mv {
		padding-bottom: 50px;
	}
	.s_lead_box {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
	.s_top_mv {
		min-height: 680px;
		height: 100vh;
		padding-bottom: 160px;
		background-image: url(../images/bg_mv_sp.jpg);
	}
	.s_top_info {
		padding: 0;
	}
	.s_top_ttl {
		margin-bottom: 40px;
	}
	.s_top_ttl > *,
	.s_top_main {
		margin-inline: auto;
	}
	.s_top_main {
		min-width: 100%;
		padding-right: 3%;
	}
	.s_top_partner {
		width: 100px;
		bottom: 20px;
		font-size: 1rem;
	}
}

/*----------------------------------------------
	s_lead
---------------------------------------------*/
.s_lead_block {
	display: flex;
	justify-content: space-around;
}
.s_lead_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 380px;
	margin-top: 70px;
	background: #fff;
	border-radius: 250px;
	text-align: center;
}
.s_lead_man {
	position: absolute;
	top: -90px;
	right: 0;
	left: 0;
	width: 200px;
	margin: auto;
}
.s_lead_ttl {
	font-size: 2.2rem;
}
.s_lead_deco {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.s_lead_box:nth-child(1) .s_lead_deco {
	right: -100%;
	left: -100%;
}
.s_lead_box:nth-child(1) .s_lead_deco img {
	max-width: 40%;
}
.s_lead_box:nth-child(4) .s_lead_deco {
	width: 140px;
	bottom: -25px;
}
@media screen and (max-width: 1620px) {
	.s_lead_box {
		width: 300px;
		height: 300px;
	}
}
@media screen and (max-width: 1320px) {
	.s_lead_box {
		width: 250px;
		height: 250px;
	}
	.s_lead_ttl {
		font-size: calc(14px + 8 * (100vw - 768px) / 552);
	}
}
@media screen and (max-width: 1060px) {
	.s_lead_man {
		top: -80px;
		width: 160px;
	}
	.s_lead_box:nth-child(4) .s_lead_deco {
		width: 100px;
		bottom: -15px;
	}
}
@media screen and (max-width: 814px) {
	.s_lead_box {
		width: 180px;
		height: 180px;
		margin-top: 60px;
	}
	.s_lead_man {
		top: -70px;
		width: 140px;
	}
}
@media screen and (max-width: 768px) {
	.s_lead_block {
		flex-wrap: wrap;
	}
	.s_lead_box {
		width: 240px;
		height: 240px;
		margin-top: 55px;
		margin-bottom: 20px;
	}
	.s_lead_man {
		width: 160px;
	}
	.s_lead_ttl {
		font-size: 1.8rem;
	}
}

/*----------------------------------------------
	s_price
---------------------------------------------*/
.s_price_block {
	padding: 30px 40px;
	background: rgba(var(--rgb-main-color), 0.05);
}
.s_price_formula {
	font-size: 2rem;
	font-weight: bold;
}
.s_price_formula p {
	margin-bottom: 20px;
}
.s_price_border {
	padding-top: 20px;
	border-top: 2px solid #333;
}
.s_price_result {
	margin-top: 20px;
	padding: 0.3em 1em 0.5em;
	background: var(--main-color);
	font-size: 3rem;
	color: #fff;
	text-align: center;
}
@media (max-width: 1280px) {
	.s_price_formula {
		font-size: calc(16px + 4 * (100vw - 768px) / 512);
	}
	.s_price_result {
		font-size: calc(20px + 10 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	.s_price_block {
		padding: 15px 20px;
	}
	.s_price_formula {
		font-size: 1.6rem;
	}
	.s_price_formula p {
		margin-bottom: 10px;
	}
	.s_price_border {
		padding-top: 10px;
		border-top: 1px solid #333;
	}
	.s_price_result {
		font-size: 2rem;
	}
}
/*----------------------------------------------
	s_plan
---------------------------------------------*/
.s_plan_block {
	display: flex;
	justify-content: space-around;
	max-width: 1650px;
	margin-inline: auto;
}
.s_plan_box {
	width: calc((100% / 3) - 120px);
	text-align: center;
}
.s_plan_ttl {
	margin: 1em 0 0.5em;
	font-size: 3.4rem;
}
.s_plan_txt {
	font-size: 2.6rem;
	text-align: justify;
}
.s_plan_em {
	color: var(--key-color);
	font-weight: bold;
}
@media (max-width: 1460px) {
	.s_plan_box {
		width: calc((100% / 3) - 90px);
	}
	.s_plan_img {
		max-width: 80%;
		margin-inline: auto;
	}
	.s_plan_ttl {
		font-size: calc(30px + 4 * (100vw - 1280px) / 180);
	}
	.s_plan_txt {
		font-size: calc(22px + 4 * (100vw - 1280px) / 180);
	}
}
@media (max-width: 1280px) {
	.s_plan_ttl {
		font-size: calc(20px + 10 * (100vw - 768px) / 512);
	}
	.s_plan_txt {
		font-size: calc(16px + 6 * (100vw - 768px) / 512);
	}
}
@media (max-width: 1080px) {
	.s_plan_box {
		width: calc((100% / 3) - 50px);
	}
}
@media (max-width: 640px) {
	.s_plan_block {
		width: 80%;
		flex-direction: column;
	}
	.s_plan_box {
		width: 100%;
	}
	.s_plan_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_plan_img {
		max-width: 200px;
	}
	.s_plan_ttl {
		font-size: 2rem;
	}
	.s_plan_txt {
		font-size: 1.6rem;
	}
}

/*----------------------------------------------
	s_lp
---------------------------------------------*/
.s_lp_lead {
	font-size: 2.6rem;
}
.s_lp_fig {
	margin: 60px 0;
}
.s_lp_fig img {
	max-width: 700px;
	width: 60%;
}
.s_lp_notice {
	font-size: 3.6rem;
	color: var(--point-color);
	font-weight: bold;
}
.s_lp_price img {
	max-width: 360px;
	width: 40%;
}
@media (max-width: 1280px) {
	.s_lp_lead {
		font-size: calc(16px + 6 * (100vw - 768px) / 512);
	}
	.s_lp_fig {
		margin: 40px 0;
	}
	.s_lp_notice {
		font-size: calc(20px + 16 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	.s_lp_lead {
		font-size: 1.6rem;
	}
	.s_lp_fig {
		margin: 20px 0;
	}
	.s_lp_notice {
		font-size: 2rem;
	}
}

/*----------------------------------------------
	s_works
---------------------------------------------*/
.s_works_block {
	margin-bottom: 20px;
}
.s_works_box {
	width: calc(100% - 60px);
	max-width: 560px;
	margin-inline: auto;
	padding: 40px 0 50px;
	background: #fff;
	box-shadow: 0 5px 0 rgba(20, 72, 131, 0.3);
	border-radius: 20px;
	text-align: center;
}
.s_works_icon img {
	width: 18%;
	max-width: 80px;
	margin-inline: auto;
}
.s_works_ttl {
	margin-bottom: 20px;
	font-size: 3.6rem;
	color: var(--base-color);
}
.s_works_ad {
	display: inline-block;
	width: 240px;
	max-width: 70%;
	padding: 0.1em 0.2em 0.2em;
	background: var(--main-color);
	font-size: 2rem;
	font-weight: bold;
}
.s_works_type {
	margin-top: 5px;
	font-size: 2.6rem;
	color: var(--main-color);
	font-weight: bold;
}
.s_works_cont {
	margin-top: 30px;
}
.s_works_txt {
	margin-bottom: 5px;
	font-size: 3.6rem;
	color: var(--bk-color);
	font-weight: bold;
}
.s_works_result {
	font-size: 4.6rem;
	color: var(--key-color);
	font-weight: bold;
}
.s_works_em {
	display: inline-block;
	margin-right: 10px;
	padding: 0.2em 0.3em;
	background: var(--point-color);
	font-size: 1.3em;
	line-height: 1em;
}
.s_works_lg {
	font-size: 1.3em;
}
.s_works_sm {
	font-size: 0.8em;
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	margin: auto;
	border: none;
	font-size: 0;
	cursor: pointer;
	transition: 0.2s;
}
.slick-arrow:hover {
	opacity: 0.5;
}
.slick-prev {
	right: calc(100% - 440px);
	background: url(../images/arrow_prev.png) no-repeat center / 100% auto;
}
.slick-next {
	left: calc(100% - 440px);
	background: url(../images/arrow_next.png) no-repeat center / 100% auto;
}
@media (max-width: 1400px) {
	.slick-prev {
		right: calc(100% - 300px);
	}
	.slick-next {
		left: calc(100% - 300px);
	}
}
@media (max-width: 1280px) {
	.s_works_ttl,
	.s_works_txt {
		font-size: calc(20px + 16 * (100vw - 768px) / 512);
	}
	.s_works_ad {
		font-size: calc(12px + 8 * (100vw - 768px) / 512);
	}
	.s_works_type {
		font-size: calc(16px + 10 * (100vw - 768px) / 512);
	}
	.s_works_result {
		font-size: calc(24px + 22 * (100vw - 768px) / 512);
	}
}
@media (max-width: 1080px) {
	.s_works_box {
		width: calc(100% - 30px);
	}
	.slick-prev {
		right: calc(100% - 180px);
	}
	.slick-next {
		left: calc(100% - 180px);
	}
}
@media (max-width: 980px) {
	.s_works_cont {
		margin-top: 20px;
	}
	.slick-prev {
		right: calc(100% - 210px);
	}
	.slick-next {
		left: calc(100% - 210px);
	}
}
@media (max-width: 768px) {
	.s_works_box {
		padding: 20px 0 30px;
	}
	.s_works_ttl,
	.s_works_txt {
		font-size: 2rem;
	}
	.s_works_ad {
		font-size: 1.2rem;
	}
	.s_works_type {
		font-size: 1.6rem;
	}
	.s_works_result {
		font-size: 2.4rem;
	}
	.s_works_em {
		margin-right: 5px;
	}
	.slick-prev {
		right: calc(100% - 110px);
	}
	.slick-next {
		left: calc(100% - 110px);
	}
}
@media (max-width: 640px) {
	.slick-prev {
		right: calc(100% - 60px);
	}
	.slick-next {
		left: calc(100% - 60px);
	}
}

/*----------------------------------------------
	s_recommend
---------------------------------------------*/
.s_recommend_box {
	position: relative;
	padding: 80px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.s_recommend_box::before {
	position: absolute;
	top: 20px;
	left: -80px;
	content: "";
	width: 180px;
	height: 180px;
	background: url(../images/icon_for_ad.png) no-repeat center / 100% auto;
}
.s_recommend_box::after {
	position: absolute;
	top: -100%;
	right: -80px;
	bottom: -100%;
	content: "";
	width: 300px;
	height: calc(100% + 160px);
	margin: auto;
	background: url(../images/icon_for_money.png) no-repeat right 100px bottom /
			160px auto,
		url(../images/img_man04.png) no-repeat right 20px / 170px auto;
}
.s_recommend_txt:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 1400px) {
	.s_recommend_box {
		width: 80%;
		margin-inline: auto;
	}
}
@media (max-width: 1280px) {
	.s_recommend_box {
		font-size: calc(20px + 16 * (100vw - 768px) / 512);
	}
}
@media (max-width: 960px) {
	.s_recommend_box::before {
		width: 140px;
		height: 140px;
	}
	.s_recommend_box::after {
		right: -50px;
		height: calc(100% + 120px);
		background-size: 120px auto, 130px auto;
	}
}
@media (max-width: 768px) {
	.s_recommend_box {
		padding: 40px;
		font-size: 1.6rem;
	}
	.s_recommend_txt:not(:last-child) {
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	.s_recommend_box {
		width: 100%;
		padding: 20px 10px;
	}
	.s_recommend_box::before,
	.s_recommend_box::after {
		content: none;
	}
	.s_recommend_txt:not(:last-child) {
		margin-bottom: 5px;
	}
}

/*----------------------------------------------
	s_contact
---------------------------------------------*/
.s_contact_block {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.s_contact_box,
.s_contact_privacy {
	font-size: 2rem;
}
.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 0.35em;
	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-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 {
	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: 50%;
}
.blk-iframe {
	margin-top: 10px;
	padding: 1.5em 0 1.5em 1.5em;
	border: 1px solid var(--bk-color);
	border-radius: 5px;
	font-size: 0.9em;
}
.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: 680px;
	max-width: 90%;
	overflow: hidden;
	margin: 40px auto 10px;
	padding: 0.4em 1.5em 0.5em;
	box-shadow: 0 10px 10px rgba(80, 48, 72, 0.3);
	border-radius: 10px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}
.contact-submit:hover {
	box-shadow: none;
}
.contact-submit::before,
.contact-submit::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: 0.2s;
}
.contact-submit::before {
	z-index: -1;
	background: var(--key-color);
	background: linear-gradient(
		0deg,
		rgba(var(--rgb-key-color), 1) 0%,
		rgba(var(--rgb-pink-color), 1) 100%
	);
}
.contact-submit::after {
	z-index: -2;
	background: var(--key-color);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) inset;
}
.contact-submit:hover::before {
	opacity: 0;
}
.contact-submit.disabled {
	opacity: 0.5;
	box-shadow: 0 10px 10px rgba(80, 48, 72, 0);
	cursor: no-drop;
}
.contact-submit.disabled::before {
	opacity: 1;
}
.contact-submit .wpcf7-spinner {
	display: none !important;
}
.wpcf7-submit {
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
}
.grecaptcha-badge {
	display: none;
}
@media (max-width: 1280px) {
	.s_contact_box,
	.s_contact_privacy {
		font-size: calc(16px + 4 * (100vw - 768px) / 512);
	}
	.contact-submit {
		font-size: calc(24px + 16 * (100vw - 768px) / 512);
	}
}
@media (max-width: 960px) {
	.contact-submit {
		width: 560px;
	}
}
@media (max-width: 768px) {
	.s_contact_box,
	.s_contact_privacy {
		font-size: 1.6rem;
	}
	.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;
		font-size: 2.4rem;
	}
}
@media (max-width: 640px) {
	.contact-submit {
		max-width: 100%;
		margin: 20px 0 10px;
		font-size: 2rem;
	}
}
