@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_mat200 {
	margin-top: 200px;
}

.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_mab200 {
	margin-bottom: 200px;
}

.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: 1100px) {
	.s_pc_view {
		display: none !important;
	}
	.s_sp_view {
		display: initial !important;
	}
}

/*----------------------------------------------
	s_top_mv
---------------------------------------------*/
/*.s_top_mv {
    position: relative;
    background: url(../images/bg_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    width: 100%;
}*/
.s_top_mv {
    position: relative;
    width: 100%;
}
.s_top_mv_flex {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 10rem;
}
.s_top_mv_bg {
    width: 100%;
    top: 0;
    z-index: -1;
}
.s_top_info {
    padding: 10rem 0rem 0rem 10rem;
}
.s_top_ttl > * {
	display: block;
}
.s_top_catch {
    width: 85%;
    min-width: 300px;
}
.s_top_logo {
	width: 30%;
	min-width: 800px;
}
.s_mv_price_num {
    max-width: 300px;
}
.s_mv_price_txt {
    display: flex;
	gap:1rem;
    align-items: center;
    font-size: 6rem;
    color: var(--bl-color);
    font-weight: 800;
}
.s_top_main {
    margin-bottom: 4rem;
}
.s_top_bottom {
    margin-top: 4rem;
}
.s_top_bottom .is_btn_cta{
	text-align: left;
}

@media screen and (max-width: 1580px) {
	.s_top_info {
		padding: 10rem 0rem 0rem 5rem;
	}
	.s_top_bottom .c_btn a {
		font-size: 2.4rem;
		padding: 2rem 2rem;
	}
	.s_top_bottom .is_btn_mv_txt_small {
		font-size: 1.6rem;
		text-align: center;
	}
	.s_top_imgbox {
		margin-bottom: 10rem;
	}
	.s_mv_price_num {
		max-width: 250px;
	}
	.s_mv_price_txt {
		font-size: 5rem;
	}
	.s_top_bottom {
		margin-top: 2rem;
	}
	.s_top_bottom .c_btn a{
		min-width: 600px;
	}
}

@media screen and (max-width: 1300px) {
	.s_top_mv_bg{
		height: 100%;
	}
	.s_top_mv {
		height: 100vh;
	}
}
@media screen and (max-width: 1100px) {
	.s_top_mv{
		height: auto;
	}
	.s_top_mv_flex {
		flex-wrap: wrap;
	}
	.s_top_catch {
		width: 100%;
	}
	.s_top_bottom_sp {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 50vh;
    left: 0;
	padding: 0 2rem;
}
.s_top_bottom .c_btn a {
        min-width: auto;
        width: 100%;
        padding: 4rem;
        font-size: 4rem;
        margin: 0 auto;
    }
	.s_mv_price_txt {
    justify-content: center;
    width: 100%;
    font-size: 6rem;
}
.s_mv_price_num {
        max-width: 450px;
    }
}
@media screen and (max-width: 1050px) {
	.s_top_bottom_sp{
		bottom: 20vh;
	}

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

}
@media screen and (max-width: 768px) {
	.s_top_mv {
	}
	.s_top_info {
        padding: 8rem 2rem 0;
    }
	.s_top_bottom_sp {
        bottom: 10vh;
    }
	.s_top_bottom .c_btn a {
        min-width: auto;
        width: 100%;
        padding: 2rem;
        font-size: 2rem;
        margin: 0 auto;
    }
	.s_top_bottom_sp{
		padding: 0 1rem;
	}
	.s_mv_price_num {
        max-width: 200px;
    }
	.s_mv_price_txt {
        font-size: 2rem;
    }
	.s_mv_price_cap {
        font-weight: 500;
        color: var(--wh-color);
        text-shadow: 0px 3px 7px #0417375c;
        text-align: left;
    }
}

/*----------------------------------------------
	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_about
---------------------------------------------*/
.s_about_cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin: 3rem auto 6rem;
}
.s_about_cat_lead {
    font-size: 1.8rem;
    font-weight: 500;
    background: var(--wh-color);
    border-radius: 50px;
    padding: 1rem 0.5rem;
}
.s_about_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.s_about_item {
    background: var(--wh-color);
    border-radius: 15px;
    padding: 6rem;
}
.s_about_logo {
    display: block;
    height: 200px;
    object-fit: contain;
    margin: 0 auto 4rem;
}
.s_about_ttl {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.s_about_cap {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 4rem;
}
.s_about_subttl {
    position: relative;
    font-size: 2.4rem;
    z-index: 1;
    margin-bottom: 1rem;
}
.s_about_subttl:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    background: var(--yl-color);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.s_about_txt {
    margin-bottom: 2rem;
}
.s_about_subttl i {
    color: var(--key-color);
    padding-right: 0.5rem;
}
@media screen and (max-width: 1100px) {
	.s_about_item{
		padding: 4rem 2.5rem;
	}
}
@media screen and (max-width: 900px) {
	.s_about_cat {
		grid-template-columns: 1fr 1fr;
		margin: 3rem auto 4rem;
	}
	.s_about_cat_lead {
		font-size: 1.4rem;
	}
	.s_about_box {
		grid-template-columns: 1fr;
	}
	.s_about_logo {
		height: auto;
		max-height: 150px;
		margin: 0 auto 2rem;
	}
	.s_about_ttl {
		font-size: 2.2rem;
	}
	.s_about_subttl {
		font-size: 1.8rem;
	}
}
/*----------------------------------------------
	s_merit
---------------------------------------------*/
.s_merit_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap: 15rem;
}
.s_merit_ttl {
    text-align: center;
    font-size: 3.2rem;
    margin: 3rem auto;
}
@media screen and (max-width: 1100px) {
	.s_merit_ttl{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 900px) {
	.s_merit_box {
		grid-template-columns: 1fr;
		row-gap: 5rem;
	}
	.s_merit_ttl {
        font-size: 1.8rem;
        margin: 2rem auto;
    }
}
/*----------------------------------------------
　s_read 詳しく読む
---------------------------------------------*/
.s_read_box {
    border-bottom: 2px solid var(--wh-color);
    cursor: pointer;
    transition: .3s;
}
.s_read_box:nth-child(1) {
	border-top: 2px solid var(--wh-color);
}
.s_read_item-01 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    color: var(--wh-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.s_read_item-02 {
	display: none;
	padding: 0px 0 40px;
}
.is_open .s_read_item-02 {
	display: block;
	display: flex;
    align-items: center;
    gap: 20px;
}
.s_read_item_txt {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    background: var(--wh-color);
    padding: 2rem;
    border-radius: 15px;
    width: 100%;
}
.s_read_txt-q {
    font-weight: 600;
    font-size: 2.4rem;
}
.s_read_box:hover .s_read_txt-q {
    color: var(--key-color);
    transition: .3s;
}
@media screen and (max-width: 1100px) {
	.s_read_item-01 {
    padding: 10px 10px;
	}
}
@media screen and (max-width: 900px) {
	.s_read_txt-q {
		font-size: 1.6rem;
	}
	.s_read_item-02 {
        padding: 0 10px 10px;
    }
	.s_read_item_txt {
		font-size: 1.4rem;
		line-height: inherit;
	}
}


/*----------------------------------------------
　.s_problems
---------------------------------------------*/
.s_problems_speech {
    font-size: 4rem;
    position: relative;
    color: var(--wh-color);
    background: var(--bl-color);
    border-radius: 20px;
    padding: 3rem 2rem 1rem;
    margin: 0 auto 4rem;
	text-align: center;
}
.s_problems_speech:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-top: 30px solid #082c83;
}
.s_problems_yl {
    display: block;
    color: var(--yl-color);
    font-size: 5rem;
	line-height: 2;
}
.s_problems_dot {
    font-size: 6.5rem;
    background-image: radial-gradient(circle at center, #f5de5b 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 1rem;
}
.s_problems_ttl {
    color: var(--bl-color);
    font-size: 4rem;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 3rem;
}
.s_problems_small {
    font-size: 3rem;
}
.s_problems_txt {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 768px) {
	.s_problems_speech {
		font-size: 1.8rem;
	}
	.s_problems_yl{
		font-size: 3rem;
	}
	.s_problems_dot {
		font-size: 4rem;
		padding-top: 0.5rem;
	}
	.s_problems_ttl{
		font-size: 1.8rem;
	}
	.s_problems_small {
		font-size: 1.4rem;
	}
	.s_problems_txt {
		font-size: 1.4rem;
		text-align: left;
	}
}

/*----------------------------------------------
　s_reason
---------------------------------------------*/
.s_reason {
	position: relative;
    background: var(--main-color);
}
.s_reason_ttl_area {
    text-align: center;
    padding: 20rem 0 10rem;
    z-index: 2;
}
.s_reason_ttl_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.s_reason_grid {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 100;
}
.s_reason_item {
    display: flex;
    justify-content: left;
    text-align: left;
    padding: 4rem 6rem 6rem;
    background: var(--wh-color);
    border-radius: 20px;
    box-shadow: 0 10px 10px rgb(0 31 145 / 12%);
}
.s_reason_item_lead {
    width: 80%;
}
.s_reason_num {
    margin-top: -12rem;
}
.s_reason_item_ttl {
    font-size: 5rem;
    background: var(--key-color);
    width: fit-content;
    font-feature-settings: "palt";
    padding: 0 1rem;
}
.s_reason_item_txt {
    font-size: 2rem;
    color: var(--bk-color);
    margin-top: 4rem;
}
.s_reason_item_img {
    margin-left: -22rem;
    margin-top: -5rem;
	z-index: 10;
}
.s_reason_grid_bg {
    position: absolute;
    top: 0;
    right: -15rem;
    z-index: 10;
}
.s_reason_point {
    margin-bottom: 12rem;
}
.s_reason_point.s_reason_point_second {
    position: relative;
}
.s_reason_point_second .s_reason_item {
    justify-content: right;
}
.s_reason_point_second .s_reason_item_img {
    margin-right: -20rem;
	margin-left: inherit;
}
.s_reason_point_second .s_reason_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: inherit;
    width: fit-content;
    height: fit-content;
}
.s_reason_point.s_reason_point_third {
    position: relative;
}
.s_reason_point_third .s_reason_item_img {
    margin-left: -22rem;
    margin-top: -5rem;
	z-index: 10;
}
.s_reason_point_third .s_reason_grid_bg {
    position: absolute;
    top: 0;
    right: -15rem;
    z-index: 10;
    mix-blend-mode: color-burn;
}
.s_reason_point.s_reason_point_third  {
    margin-bottom: 0rem;
}

@media (max-width: 1580px) {
	.s_reason_grid{
		width: 95%;
	}
}
@media (max-width: 1300px) {
	.s_reason_ttl_area{
		padding: 10rem 0 2rem;
	}
	.s_reason_grid {
		flex-wrap: wrap;
	}
	.s_reason_item_img {
        margin: -3rem auto 0;
    }
	.s_reason_item_lead {
		width: 100%;
		text-align: center;
	}
	.s_reason_item_txt {
		text-align: left;
	}
	.s_reason_point_second .s_reason_grid {
		flex-direction: column-reverse;
	}
	.s_reason_point_second .s_reason_item_img {
		margin: -3rem auto 0;
	}
	.s_reason_point_third .s_reason_item_img{
		margin: -3rem auto 0;
	}
}
@media (max-width: 768px) {
	.s_reason_num {
		margin-top: -9rem;
	}
	.s_reason_item_lead h3 {
		margin-top: 2rem;
	}
	.s_reason_item{
		padding: 4rem 1.5rem 4rem;
	}
	.s_reason_item_ttl {
		font-size: 2.8rem;
	}
	.s_reason_item_txt {
		font-size: 1.4rem;
	}
	.s_reason_point {
		margin-bottom: 8rem;
	}
	.s_reason_item {
        padding: 4rem 1.5rem 20rem;
    }
	.s_reason_item_img {
        margin: -17rem auto 0;
	}
	.s_reason_point_second .s_reason_item_img {
		margin: -17rem auto 0;
	}
	.s_reason_point_third .s_reason_item_img{
		margin: -17rem auto 0;
	}
}

/*----------------------------------------------
　s_price
---------------------------------------------*/
.s_price {
    background: var(--bl-color);
}
.s_price_ttl_area {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    text-align: center;
    background: url(../images/price_bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20rem 0 0rem;
}
.s_price_box_ttl {
    font-size: 3rem;
    text-align: center;
    color: var(--wh-color);
    background: var(--main-color);
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 3rem;
}
.s_price_monthly {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12rem;
    width: fit-content;
    margin: 0 auto;
    background: var(--wh-color);
    padding: 4rem 6rem;
    border-radius: 15px;
	z-index: 1;
}
.s_price_monthly_txt {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    font-size: 6rem;
    color: var(--bl-color);
    font-weight: 600;
}
.s_price_num {
    min-width: 400px;
}
.s_price_item {
    font-size: 2rem;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--bl-color);
    background: var(--wh-color);
    border-radius: 15px;
    min-height: 120px;
    text-align: center;
    padding: 3rem 1rem;
}
.s_price_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2rem;
}
.s_price_box_txt {
    color: var(--wh-color);
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 1.6px;
    margin: 6rem auto 0;
	line-height: 1.8;
}
.s_price_border {
    font-size: 3.2rem;
    border-bottom: 1px solid var(--wh-color);
}
.s_price_yl {
    font-size: 2.8rem;
    color: var(--yl-color);
}
.s_price_item_small {
    font-size: 1.4rem;
    width: 100%;
    display: block;
}
.s_price_service{
	position: relative;
	background: url(../images/price_bg02.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
}
@media (max-width: 1300px) {
	.s_price_ttl_area{
		min-height: 500px;
		padding: 10rem 0 0rem;
	}
}
@media (max-width: 768px) {
	.s_price_ttl_area {
		min-height: 300px;
		padding: 6rem 0 0rem;
    }
	.s_price_monthly {
		padding: 2rem;
		width: 95%;
		bottom: -5rem;
	}
	.s_price_box_ttl {
		margin-top: 3rem;
	}
	.s_price_monthly_txt {
		font-size: 3rem;
		gap: 0.5rem;
	}
	.s_price_num {
		min-width: 100px;
	}
	.s_price_grid {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
	.s_price_item {
		font-size: 1.8rem;
	}
	.s_price_box_txt {
		font-size: 1.8rem;
	}
	.s_price_border {
		font-size: 2.4rem;
	}
	.s_price_yl {
		font-size: 2.4rem;
	}
}

/*----------------------------------------------
　s_voice
---------------------------------------------*/
.s_voice {
    background: var(--main-color);
}
.s_voice_ttl_area {
    text-align: center;
    background: url(../images/voice_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20rem 0 4rem;
	margin-bottom: 10rem;
}


/*----------------------------------------------
　s_qa
---------------------------------------------*/
.s_qa {
    background: var(--bl-color);
}
.s_qa_ttl_area {
    text-align: center;
    background: url(../images/qa_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20rem 0 4rem;
	margin-bottom: 10rem;
}
.qa_icon {
    width: fit-content;
    z-index: 100;
}
@media (max-width: 1300px) {
	.s_qa_ttl_area{
		padding: 10rem 0 4rem;
	}
}
@media (max-width: 768px) {
	.s_qa_ttl_area {
		padding: 6rem 0 2rem;
		margin-bottom: 4rem;
	}
	.s_qa_ttl_area img {
		max-width: 100px;
	}
}
/*----------------------------------------------
　s_comparison
---------------------------------------------*/
.s_comparison_txt {
    font-size: 3rem;
    font-weight: 700;
    color: var(--key-color);
    background: var(--wh-color);
    padding: 2rem;
    border: 12px double #eaf1fc;
    border-radius: 15px;
    text-align: center;
}
@media screen and (max-width: 900px) {
	.s_comparison_txt {
		font-size: 1.8rem;
		padding: 1rem 0.5rem;
		border: 6px double #eaf1fc;
		margin-bottom: 6rem;
	}
}




/*----------------------------------------------
	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);
    margin-inline: auto;
    padding: 6rem;
    background: var(--wh-color);
    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_thanks
---------------------------------------------*/
.s_thanks_box {
    background: var(--wh-color);
    width: fit-content;
    padding: 6rem;
    margin: 10rem auto 0;
    border-radius: 15px;
}
@media (max-width: 768px) {
	.s_thanks_box{
		padding: 4rem;
	}
}
/*----------------------------------------------
	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;
	}
	.contact_lead{
		text-align: left;
	}
}
@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;
	}
}
