@charset "utf-8";
/*----------------------------------------------
common
---------------------------------------------*/
/*----------------------------------------------
	section
---------------------------------------------*/
/*  .c_section_type01
---------------------------------------------*/
.c_section_type01 {
	position: relative;
	padding: 120px 0;
}
.c_section_type02 {
	position: relative;
	padding: 90px 0 0;
}
.c_section_type03 {
	position: relative;
	padding: 200px 0;
}
.c_section_type04 {
	position: relative;
	padding: 200px 0 90px;
}
.is_sec_bg_blue {
	background: url(../images/bg_blue.jpg) repeat;
}
.is_sec_bg_pink {
	background: url(../images/bg_pink.jpg) repeat;
}
.is_sec_bg_grad {
	position: relative;
	background: rgb(10, 166, 242);
	background: linear-gradient(
		0deg,
		rgba(10, 166, 242, 1) 0%,
		rgba(0, 56, 148, 1) 50%,
		rgba(0, 56, 148, 0.5) 100%
	);
	color: #fff;
	text-align: center;
}
.is_sec_bg_grad::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/bg_grad.jpg) no-repeat center 0 / 100% auto;
	filter: blur(10px);
}
.is_sec_bg_grad .l_wrap {
	position: relative;
	z-index: 2;
}
.is_sec_btm {
	padding-bottom: 200px;
}
.is_sec_btm_0 {
	padding-bottom: 0px;
}
.is_sec_top_triangle::before,
.is_sec_top_triangle::after {
	position: absolute;
	top: -100px;
	content: "";
	width: 50%;
	height: 100px;
	aspect-ratio: 1;
	background: #fff;
}
.is_sec_top_triangle::before {
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.is_sec_top_triangle::after {
	clip-path: polygon(0 100%, 0 0, 100% 100%);
}
.is_sec_btm_border .l_wrap {
	padding-bottom: 90px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 960px) {
	.c_section_type01 {
		padding: 60px 0;
	}
	.c_section_type02 {
		padding: 60px 0 0;
	}
	.c_section_type03 {
		padding: 100px 0;
	}
	.c_section_type04 {
		padding: 100px 0 60px;
	}
	.is_sec_btm {
		padding-bottom: 100px;
	}
	.is_sec_btm_border .l_wrap {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.c_section_type01 {
		padding: 30px 0;
	}
	.c_section_type02 {
		padding: 30px 0 0;
	}
	.c_section_type03 {
		padding: 60px 0;
	}
	.c_section_type04 {
		padding: 60px 0 30px;
	}
	.is_sec_btm {
		padding-bottom: 60px;
	}
	.is_sec_btm_border .l_wrap {
		padding-bottom: 30px;
	}
}
/*----------------------------------------------
	ttl
---------------------------------------------*/
/*  .c_ttl_type01
---------------------------------------------*/
.c_ttl_type01 {
	margin-bottom: 60px;
	font-size: 5rem;
	text-align: center;
}
.c_ttl_type01 img {
	width: 200px;
	vertical-align: text-bottom;
	transform: translateY(-0.25em);
}
.c_ttl_type01_small {
    font-size: 3.4rem;
}
/*  .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	margin-bottom: 40px;
	font-size: 3rem;
	text-align: center;
}
/*  .c_ttl_solution
---------------------------------------------*/
.c_ttl_solution {
	margin-bottom: 20px;
	color: var(--base-color);
	font-size: 7rem;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.c_ttl_solution img {
	width: 360px;
	margin-right: 5px;
	vertical-align: text-bottom;
	transform: translateY(-0.2em);
}
/*  .c_ttl_cta
---------------------------------------------*/
.c_ttl_cta {
	margin-bottom: 10px;
	font-size: 4rem;
	text-align: center;
}
@media (max-width: 1280px) {
	.c_ttl_type01 {
		margin-bottom: 30px;
		font-size: calc(24px + 26 * (100vw - 768px) / 512);
	}
	.c_ttl_type02 {
		margin-bottom: 20px;
		font-size: calc(20px + 10 * (100vw - 768px) / 512);
	}
	.c_ttl_type01 img {
		max-width: 17%;
	}
	.c_ttl_type01_small {
		font-size: 2.2rem;
	}
	/*  .c_ttl_solution
	---------------------------------------------*/
	.c_ttl_solution {
		font-size: calc(24px + 46 * (100vw - 768px) / 512);
	}
	.c_ttl_solution img {
		max-width: 20%;
	}
	/*  .c_ttl_cta
	---------------------------------------------*/
	.c_ttl_cta {
		font-size: calc(16px + 22 * (100vw - 768px) / 512);
	}
}
@media (max-width: 960px) {
	.c_ttl_type01 {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.c_ttl_type01 {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.c_ttl_type01_small {
		font-size: 1.8rem;
	}
	.c_ttl_type02 {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	/*  .c_ttl_solution
	---------------------------------------------*/
	.c_ttl_solution {
		font-size: 2.6rem;
	}
	/*  .c_ttl_cta
	---------------------------------------------*/
	.c_ttl_cta {
		font-size: 1.8rem;
	}
}
/*----------------------------------------------
	btn
---------------------------------------------*/
/*  .c_btn
---------------------------------------------*/
.c_btn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0.5em 0.8em;
	font-size: 6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.c_btn a::before,
.c_btn a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.c_btn a::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%
	);
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(80, 48, 72, 0.3);
}
.c_btn a::after {
	z-index: -2;
	background: var(--key-color);
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) inset;
}
.c_btn a:hover::before {
	background: transparent;
	box-shadow: none;
}
.is_btn_cta {
	text-align: center;
}
.is_btn_cta a {
	padding-left: 200px;
}
.is_btn_mv a {
	position: relative;
	padding-left: 190px;
	font-size: 4rem;
}
.is_btn_mv_easy {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 140px;
	height: 140px;
	margin: auto;
	background: #fff;
	border: 5px solid var(--key-color);
	border-radius: 100px;
	color: var(--key-color);
	font-size: 2.6rem;
	line-height: 1;
}
.is_btn_mv_min {
	font-size: 1.6em;
	transform: translateY(-6px);
}
.is_btn_mv_min span {
	display: inline-block;
	font-size: 1.6em;
	transform: translateY(3px);
}
.is_btn_mv_cursor {
	position: absolute;
	right: -10px;
	bottom: -30px;
	width: 50px;
	height: auto;
	transition: all 0.3s;
}
.is_btn_mv a:hover .is_btn_mv_cursor {
	right: -5px;
	bottom: -25px;
}
.is_btn_sm a {
	font-size: 3rem;
}
@media (max-width: 1280px) {
	.c_btn a {
		font-size: calc(22px + 38 * (100vw - 768px) / 512);
	}
	.is_btn_mv a {
		font-size: calc(22px + 18 * (100vw - 768px) / 512);
	}
	.is_btn_mv_easy {
		font-size: calc(18px + 8 * (100vw - 768px) / 512);
	}
	.is_btn_sm a {
		font-size: calc(20px + 10 * (100vw - 768px) / 512);
	}
}
@media (max-width: 1080px) {
	.is_btn_cta a {
		padding-left: 160px;
	}
	.is_btn_cta .is_btn_mv_easy {
		left: 30px;
	}
	.is_btn_mv a {
		padding-right: 0.5em;
		padding-left: 140px;
	}
	.is_btn_mv_easy {
		left: 15px;
		width: 120px;
		height: 120px;
	}
	.is_btn_mv_cursor {
		width: 40px;
	}
}
@media (max-width: 960px) {
	.is_btn_cta a {
		padding-left: 140px;
	}
	.is_btn_mv a {
		padding-left: 120px;
	}
	.is_btn_mv_easy {
		width: 90px;
		height: 90px;
		font-size: 1.6rem;
	}
	.is_btn_mv_cursor {
		width: 30px;
		bottom: -20px;
	}
	.is_btn_mv a:hover .is_btn_mv_cursor {
		bottom: -15px;
	}
}
@media (max-width: 768px) {
	.c_btn a {
		font-size: 2.2rem;
	}
	.is_btn_cta a {
		padding: 0.8em 0.8em 0.9em 100px;
	}
	.is_btn_cta .is_btn_mv_easy {
		width: 80px;
		height: 80px;
		left: 15px;
		font-size: 1.4rem;
	}
	.is_btn_mv {
		position: absolute;
		right: 0;
		bottom: 150px;
		left: 0;
		margin: auto;
		text-align: center;
	}
	.is_btn_mv a {
		padding: 0.8em 0.8em 0.9em 120px;
		font-size: 2.2rem;
	}
	.is_btn_mv_easy {
		font-size: 1.8rem;
	}
	.is_btn_mv_cursor {
		display: none;
	}
	.is_btn_sm a {
		font-size: 2rem;
	}
}
/*----------------------------------------------
	tbl
---------------------------------------------*/
.c_tbl_wrap {
	max-width: 1400px;
	width: calc(98% - 15em);
	margin-inline: auto;
}
.c_tbl_option_wrap {
	max-width: 800px;
	width: 60%;
	margin-inline: auto;
}
.c_tbl {
	position: relative;
	width: 100%;
	font-size: 2.6rem;
}
.c_tbl th,
.c_tbl td {
	padding: 0.8em;
	border: 1px solid #cfcfcf;
}
.c_tbl th {
	background: #edf7fd;
	font-weight: normal;
	text-align: center;
}
.c_tbl_wrap tbody::before {
	position: absolute;
	/* top: -0.4em; */
	top: 2.85em;
	left: -0.4em;
	content: "";
	z-index: 1;
	display: block;
	width: calc(70% + 0.8em);
	height: calc(4.1em + 0.8em);
	background: var(--main-color);
	transform: translateZ(1px);
}
.c_tbl_wrap tbody::after {
	position: absolute;
	/* top: 2em; */
	top: 7.2em;
	left: -7.5em;
	content: "初めての方に人気の料金帯";
	display: block;
	width: 6em;
	height: 50px;
	font-size: 0.6em;
	color: var(--main-color);
	font-weight: bold;
}
.c_tbl_wrap tbody tr:first-child td:not(.c_tbl_cell_first) {
	position: relative;
	z-index: 2;
	color: #fff;
}
.c_tbl_wrap tbody tr:first-child td:first-child::after,
.c_tbl_wrap tbody tr:first-child td:nth-child(2)::after {
	position: absolute;
	top: 0;
	right: -1px;
	height: 100%;
	content: "";
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.c_tbl_cell_label {
	width: 10%;
	text-align: center;
}
.c_tbl_cell_ad {
	width: 38%;
}
.c_tbl_cell_price {
	width: 22%;
	font-weight: bold;
	text-align: right;
}
.c_tbl_cell_option_price {
	width: 40%;
	font-weight: bold;
	text-align: right;
}
.c_tbl_cell_first {
	width: 30%;
	font-weight: bold;
	text-align: center;
}
.c_tbl_cell_first_sp {
	display: none;
}
.c_tbl_txt_em {
	font-size: 1.5em;
}
.s_delete {
	position: relative;
	display: inline-block;
}
.s_delete::before,
.s_delete::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: var(--key-color);
}
.s_delete::before {
	top: 0.3em;
}
.s_delete::after {
	bottom: 0.3em;
}
.c_tbl_free {
	font-size: 2em;
	color: var(--key-color);
}
.c_tbl_free_under {
	position: relative;
	display: inline-block;
}
.c_tbl_free_under::after {
	position: absolute;
	bottom: 8px;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 0.3em;
	background: var(--point-color);
}
@media screen and (max-width: 1470px) {
	.c_tbl {
		font-size: calc(22px + 4 * (100vw - 1280px) / 190);
	}
}
@media screen and (max-width: 1280px) {
	.c_tbl {
		font-size: calc(14px + 6 * (100vw - 768px) / 552);
	}
	.c_tbl_wrap tbody::after {
		/* top: 1.2em; */
		top: 5em;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 1000px) {
	.c_tbl {
		font-size: calc(12px + 4 * (100vw - 768px) / 232);
	}
}
@media screen and (max-width: 768px) {
	.c_tbl_wrap {
		width: 95%;
	}
	.c_tbl {
		font-size: 1.6rem;
	}
	.c_tbl th,
	.c_tbl td {
		padding: 0.4em;
	}
	.c_tbl_wrap tbody tr:first-child td {
		background: var(--main-color);
	}
	.c_tbl_wrap tbody::before {
		/* top: 0; */
		top: 2.3em;
		width: calc(100% + 0.8em);
		height: 4.4em;
	}
	.c_tbl_wrap tbody::after {
		display: none;
	}
	.c_tbl_cell_label {
		width: 15%;
	}
	.c_tbl_cell_ad {
		width: 55%;
	}
	.c_tbl_cell_price {
		width: 30%;
	}
	.c_tbl_cell_first {
		display: none;
	}
	.c_tbl_cell_first_sp {
		display: table-row;
		font-weight: bold;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.c_tbl {
		font-size: 1.2rem;
	}
	.c_tbl_option_wrap {
		width: 80%;
	}
}

/*----------------------------------------------
	tbl02
---------------------------------------------*/
.c_tbl02 {
    position: relative;
    width: 100%;
    font-size: 2.6rem;
    margin: 6rem auto;
}
.c_tbl02 th, .c_tbl02 td {
    padding: 0.8em;
    border: 4px solid #ecf2fe;
}
.c_tbl02_th_none {
    background: none;
    border: none !important;
}
.c_tbl02_th_none, .c_tbl02_td_black {
    width: 20%;
}
.c_tbl02_th_listing {
    width: 40%;
    color: var(--wh-color);
    background: var(--main-color);
    border-radius: 20px 20px 0 0;
}
.c_tbl02_th_display {
    width: 40%;
    color: var(--bk-color);
    background: #EBC400;
    border-radius: 20px 20px 0 0;
}
.c_tbl02 td {
    background: var(--wh-color);
    text-align: center;
}
.c_tbl02_td_black {
    color: var(--wh-color);
    background: #434343 !important;
    text-align: left !important;
}
.c_tbl02::before {
    position: absolute;
    content: "";
    width: calc(40% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #ebc400;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 900px) {
	.c_tbl02 {
		font-size: 1.4rem;
		margin: 3rem auto;
	}
	.c_tbl02_td_black{
		font-size: 1.3rem;
	}
}


/*----------------------------------------------
	box
---------------------------------------------*/
/*  .c_box_type01
---------------------------------------------*/
.c_box_type01 {
	padding: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*  option - padding   */
.is_box_pd10 {
	padding: 10px;
}
.is_box_pd20 {
	padding: 20px;
}
.is_box_pd40 {
	padding: 40px;
}
/*  option - background   */
.is_box_bg_wh {
	background: #fff;
}
.is_box_bg_gy {
	background: #e3e3e3;
}
/*----------------------------------------------
	lead
---------------------------------------------*/
/*  .c_lead_type01
---------------------------------------------*/
.c_lead_type01 {
	width: 50%;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c_lead_type01 {
		width: 80%;
	}
}
/*----------------------------------------------
	lnk
---------------------------------------------*/
.c_link_tp {
	transition: all 0.3s;
}
.c_link_tp:hover {
	opacity: 0.5;
}
/*----------------------------------------------
	flex
---------------------------------------------*/
.c_flex {
	display: flex;
	flex-wrap: wrap;
}
/*  column - ぴったりカラム用   */
.is_fl_column2 > * {
	width: calc(100% / 2);
}
.is_fl_column3 > * {
	width: calc(100% / 3);
}
.is_fl_column4 > * {
	width: calc(100% / 4);
}
.is_fl_column5 > * {
	width: calc(100% / 5);
}
.is_fl_column6 > * {
	width: calc(100% / 6);
}
/*  column - space-between用   */
.is_fl_bw_column2 > * {
	width: calc((100% / 2) - 20px);
}
.is_fl_bw_column3 > * {
	width: calc((100% / 3) - 20px);
}
.is_fl_bw_column4 > * {
	width: calc((100% / 4) - 20px);
}
.is_fl_bw_column5 > * {
	width: calc((100% / 5) - 20px);
}
.is_fl_bw_column6 > * {
	width: calc((100% / 6) - 20px);
}
/*  option   */
.is_fl_nowrap {
	/* 横幅に収まる */
	flex-wrap: nowrap;
}
.is_fl_column {
	/* 縦並び */
	flex-direction: column;
}
.is_fl_jc_end {
	/* 右寄せ */
	justify-content: flex-end;
}
.is_fl_jc_center {
	/* 左右中央 */
	justify-content: center;
}
.is_fl_jc_between {
	/* 均等 */
	justify-content: space-between;
}
.is_fl_al_center {
	/* 上下中央 */
	align-items: center;
}
@media screen and (max-width: 768px) {
	.is_sp_fl_column {
		flex-direction: column;
	}
	.is_sp_fl_jc_center {
		justify-content: center;
	}
	.is_sp_fl_column_full > * {
		width: 100%;
	}
	.is_sp_fl_column_full > *:not(:last-child) {
		margin-bottom: 20px;
	}
	/*  column - ぴったりカラム用   */
	.is_sp_fl_column2 > * {
		width: calc(100% / 2);
	}
	/*  column - space-between用   */
	.is_sp_fl_bw_column2 > * {
		width: calc((100% / 2) - 20px);
	}
}
