@charset "utf-8";
/*----------------------------------------------
common
---------------------------------------------*/
/*----------------------------------------------
	section
---------------------------------------------*/
/*  .c_sec
---------------------------------------------*/
.c_sec {
	padding: 100px 0;
}
.c_sec_top {
	padding: 100px 0 0;
}
.c_sec_before_cta {
	padding: 100px 0 200px;
}
@media screen and (max-width: 1280px) {
	.c_sec {
		padding: 80px 0;
	}
	.c_sec_top {
		padding: 80px 0 0;
	}
	.c_sec_before_cta {
		padding: 80px 0 160px;
	}
}
@media screen and (max-width: 960px) {
	.c_sec {
		padding: 60px 0;
	}
	.c_sec_top {
		padding: 60px 0 0;
	}
	.c_sec_before_cta {
		padding: 60px 0 140px;
	}
}
@media screen and (max-width: 768px) {
	.c_sec {
		padding: 40px 0;
	}
	.c_sec_top {
		padding: 40px 0 0;
	}
	.c_sec_before_cta {
		padding: 40px 0 120px;
	}
}
@media screen and (max-width: 640px) {
	.is_sec_anchor {
		scroll-margin-top: 50px;
	}
}
/*----------------------------------------------
	ttl
---------------------------------------------*/
.c_ttl_wrap {
	margin-bottom: 40px;
	text-align: center;
}
/*  .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	font-size: 1.66em;
	font-weight: 900;
}
.is_ttl_wh {
	color: #fff;
}
.c_ttl_en {
	font-family: "Varela", sans-serif;
	color: var(--main-color);
}
.c_ttl_em {
	font-size: 1.5em;
}
.c_ttl_label_wrap {
	font-size: 0.75em;
}
.c_ttl_label {
	display: inline-block;
	padding: 0.3em 0.3em 0.4em;
	background: var(--bk-color);
	color: #fff;
	line-height: 1em;
}
/*  .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
	margin-bottom: 40px;
	font-size: 1.66em;
	font-weight: 900;
	text-align: center;
}
.c_ttl_type03 .c_ttl_inner {
	position: relative;
	display: inline-block;
	padding: 0.1em 1em;
}
.c_ttl_type03 .c_ttl_inner::before,
.c_ttl_type03 .c_ttl_inner::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
}
.c_ttl_type03 .c_ttl_inner::before {
	top: -2px;
	left: -2px;
}
.c_ttl_type03 .c_ttl_inner::after {
	top: 2px;
	left: 2px;
}
.c_ttl_type03 .c_ttl_en {
	position: absolute;
	top: -0.8em;
	right: 0;
	left: 0;
	z-index: 2;
	display: inline-block;
	width: 33%;
	max-width: 100px;
	margin: auto;
	padding: 0.1em;
	background: #fff;
	font-size: 0.45em;
	font-weight: 400;
}
.c_ttl_sm {
	font-size: 0.75em;
}
@media (max-width: 960px) {
	.c_ttl_wrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.c_ttl_wrap {
		margin-bottom: 20px;
		line-height: 1.4;
	}
	/*  .c_ttl_type03
---------------------------------------------*/
	.c_ttl_type03 {
		margin-bottom: 20px;
	}
}
/*----------------------------------------------
	btn
---------------------------------------------*/
/*  .c_btn
---------------------------------------------*/
.c_btn {
	position: relative;
	max-width: 620px;
	width: 50%;
	margin: auto;
}
.is_mv_btn {
	margin-top: 20px;
	padding-top: 0.8em;
	animation: fadeUp 0.5s 1.5s forwards;
}
.is_mv_btn a {
	padding: 1em 0 0.8em;
}
.c_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.7em 0 0.8em;
	background: var(--point-color);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	color: var(--bk-color);
	font-size: 1.25em;
	text-align: center;
	font-weight: 900;
	transition: 0.3s;
}
.c_btn a:hover {
	animation: cta_shine 1s backwards;
}
.c_btn_arrow {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	background: var(--bk-color);
	border-radius: 30px;
	transition: 0.3s;
}
.c_btn_arrow::before,
.c_btn_arrow::after {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 14px;
	height: 4px;
	margin: auto;
	background: var(--point-color);
}
.c_btn_arrow::before {
	right: 8px;
	transform: rotate(40deg);
}
.c_btn_arrow::after {
	left: 8px;
	transform: rotate(-40deg);
}
.c_btn a:hover .c_btn_arrow {
	transform: translateY(10%);
}
.c_btn_msg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 260px;
	max-width: 50%;
	margin: auto;
	padding: 0.2em 0.6em;
	background: var(--bk-color);
	border-radius: 5px;
	color: #fff;
	font-size: 0.6em;
	animation: btn_msg_float 2s infinite;
}
.c_btn_msg_em {
	color: var(--point-color);
}
.c_btn_msg::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -6px;
	content: "";
	width: 10px;
	margin: auto;
	background: var(--bk-color);
	aspect-ratio: 1.5;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.is_btn_no_shadow a {
	box-shadow: none;
}
/*  .c_btn_toggle
---------------------------------------------*/
.c_btn_toggle {
	text-align: center;
}
button.c_btn_inner,
.c_btn_inner {
	position: relative;
	display: inline-block;
	padding: 0.3em calc(40px + 0.7em) 0.4em 0.7em;
	background: var(--main-color);
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 900;
	cursor: pointer;
}
.c_btn_inner:hover {
	animation: btn_shine 1s backwards;
}
.c_btn_plus {
	position: absolute;
	top: 0;
	right: 0.7em;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	background: #fff;
	border-radius: 30px;
}
.c_btn_plus::before,
.c_btn_plus::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 18px;
	height: 4px;
	margin: auto;
	background: var(--main-color);
	transition: 0.3s;
}
.c_btn_plus::after {
	transform: rotate(90deg);
}
.c_btn_inner.on .c_btn_plus::after {
	opacity: 0;
}
@media screen and (max-width: 960px) {
	.c_btn_arrow {
		width: 24px;
		height: 24px;
	}
	.c_btn_arrow::before,
	.c_btn_arrow::after {
		width: 8px;
		height: 2px;
	}
	.c_btn_arrow::before {
		right: 5px;
	}
	.c_btn_arrow::after {
		left: 5px;
	}
	/*  .c_btn_toggle
---------------------------------------------*/
	button.c_btn_inner,
	.c_btn_inner {
		border-radius: 5px;
	}
	.c_btn_plus {
		width: 20px;
		height: 20px;
	}
	.c_btn_plus::before,
	.c_btn_plus::after {
		width: 12px;
		height: 2px;
	}
}
@media (max-width: 768px) {
	.is_mv_btn {
		margin-top: 15px;
	}
}
@media (max-width: 640px) {
	.c_btn {
		width: 80%;
	}
	.c_btn a {
		font-size: 1em;
	}
}
/*----------------------------------------------
	link
---------------------------------------------*/
.c_link_alpha {
	transition: 0.3s;
}
.c_link_alpha:hover {
	opacity: 0.5;
}
/*----------------------------------------------
	lead
---------------------------------------------*/
/*  .c_lead
---------------------------------------------*/
.c_lead {
	font-weight: 500;
	text-align: center;
}
.is_lead_lg {
	font-size: 1.66em;
}
.is_lead_em {
	position: relative;
	display: inline-block;
}
.is_lead_em::before {
	position: absolute;
	bottom: 0.15em;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 0.4em;
	background: var(--point-color);
}
@media screen and (max-width: 640px) {
	.is_lead_lg {
		font-size: 1.2em;
	}
}
/*----------------------------------------------
	tbl
---------------------------------------------*/
.c_tbl {
	table-layout: fixed;
	width: 800px;
	max-width: 100%;
	margin: auto;
}
.c_tbl th,
.c_tbl td {
	display: table-cell;
	padding: 1em;
	border: 1px solid #e6e6e6;
	text-align: left;
	font-size: 0.75em;
}
.c_tbl th {
	width: 10em;
	background: rgba(var(--rgb-main-color), 0.05);
}
.c_tbl td {
	width: calc(100% - 10em);
	word-wrap: break-word;
}
@media screen and (max-width: 960px) {
	.c_tbl {
		width: 80%;
	}
}
@media screen and (max-width: 640px) {
	.c_tbl {
		width: 100%;
	}
}
/*----------------------------------------------
	animation
---------------------------------------------*/
.c_anime_fadeup {
	opacity: 0;
	transform: translateY(30px);
}
.c_anime_fadeup.is_show {
	animation: fadeUp 0.5s forwards;
}
.c_anime_leftin {
	opacity: 0;
	transform: translateX(-30px);
}
.c_anime_leftin.is_show {
	animation: leftIn 0.5s forwards;
}
.c_anime_rightin {
	opacity: 0;
	transform: translateX(30px);
}
.c_anime_rightin.is_show {
	animation: rightIn 0.5s forwards;
}
/*----------------------------------------------
	block
---------------------------------------------*/
.c_common_block {
	padding-top: 100px;
}
@media (max-width: 960px) {
	.c_common_block {
		padding-top: 80px;
	}
}
@media (max-width: 768px) {
	.c_common_block {
		padding-top: 40px;
	}
}
/*----------------------------------------------
	box
---------------------------------------------*/
.c_box_note {
	margin: 40px 0 0;
	padding: 10px 20px 20px;
	background: rgba(var(--rgb-main-color), 0.05);
	border: 4px solid var(--main-color);
}
.c_box_note_ttl {
	margin-bottom: 10px;
	color: var(--main-color);
	font-weight: 900;
	text-align: center;
}
.c_box_note_txt {
	font-size: 0.75em;
}
@media (max-width: 768px) {
	.c_box_note {
		margin: 20px 0 0;
	}
	.c_box_note_txt {
		font-size: 1em;
	}
}
/*----------------------------------------------
	c_cta
---------------------------------------------*/
.c_cta {
	position: relative;
	margin-top: -13%;
	padding: 16% 0 8%;
	background: url(../images/cta_bg.png) no-repeat center top / 100%;
	text-align: center;
}
.c_cta.is_bg_pk::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 50%;
	background: rgba(var(--rgb-main-color), 0.05);
}
.c_cta_txt {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 900;
}
.c_cta_em {
	font-size: 1.66em;
}
@media (max-width: 1280px) {
	.c_cta {
		background-size: 120% auto;
		padding: 20% 0 9%;
	}
}
@media (max-width: 640px) {
	.c_cta {
		margin-top: -35%;
		padding: 36% 0 15%;
		background-size: 200% auto;
	}
	.c_cta_em {
		font-size: 1.25em;
	}
}
@media (max-width: 380px) {
	.c_cta {
		padding: 35% 0 16%;
	}
	.c_cta_txt {
		margin-bottom: 10px;
		font-size: 0.9em;
	}
}
/*----------------------------------------------
	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_jc_around {
	/* 中央均等 */
	justify-content: space-around;
}
.is_fl_al_center {
	/* 上下中央 */
	align-items: center;
}
@media screen and (max-width: 768px) {
	.is_tab_fl_column {
		flex-direction: column;
	}
	.is_tab_fl_jc_center {
		justify-content: center;
	}
	.is_tab_fl_column_full > * {
		width: 100%;
	}
	.is_tab_fl_column_full > *:not(:last-child) {
		margin-bottom: 20px;
	}
	/*  column - ぴったりカラム用   */
	.is_tab_fl_column2 > * {
		width: calc(100% / 2);
	}
	/*  column - space-between用   */
	.is_tab_fl_bw_column2 > * {
		width: calc((100% / 2) - 20px);
	}
}
@media screen and (max-width: 640px) {
	.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);
	}
}
