@charset "utf-8";

/*----------------------------------------------
common
---------------------------------------------*/
/*----------------------------------------------
	section
---------------------------------------------*/
/*  .c_sec_lg
---------------------------------------------*/
.c_sec_lg {
	padding: 100px 0;
}

/*  .c_sec_md
---------------------------------------------*/
.c_sec_md {
	padding: 60px 0;
}

/* option */
.is_sec_bg_gy {
	background: var(--base-color);
}

.is_sec_bg_lred {
	background: var(--lred);
}

.is_sec_bg_lbl {
	background: var(--lbl);
}

.is_sec_bg_bl {
	background: var(--main-color);
}

.is_sec_bg_red {
	background: var(--main-color);
}

.is_sec_pat {
	padding-top: 100px;
}

.is_sec_anchor {
	scroll-margin-top: 100px;
}

@media screen and (max-width: 768px) {
	.c_sec_lg {
		padding: 40px 0;
	}

	.c_sec_md {
		padding: 30px 0;
	}

	.is_sec_pat {
		padding-top: 40px;
	}
}

/*----------------------------------------------
	ttl
---------------------------------------------*/
/*  .c_ttl_wrap
---------------------------------------------*/
.c_ttl_wrap {
	margin-bottom: 30px;
	text-align: center;
}

/*  .c_ttl_en
---------------------------------------------*/
.c_ttl_en {
	font-size: 1.2.2em;
	font-weight: 700;
}

/*  .c_ttl_type01
---------------------------------------------*/
.c_ttl_type01 {
	font-size: 2.2em;
	line-height: 1.4;
}

/*  .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	margin-bottom: 20px;
	font-size: 1.3em;
	text-align: center;
}

/* option */
.is_ttl_sm {
	display: block;
	font-size: 0.6em;
}

.is_ttl_wh {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.c_ttl_wrap {
		margin-bottom: 20px;
	}
}

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

/*----------------------------------------------
	btn
---------------------------------------------*/
/*  .c_btn
---------------------------------------------*/
.c_btn a {
	display: block;
	padding: 0.5em;
	background: var(--main-color);
	border-radius: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
}

.c_btn_caption {
	display: block;
	font-size: 0.7em;
	font-weight: 400;
}

/* option - width */
.is_btn_md a {
	width: 400px;
	max-width: 100%;
	margin-inline: auto;
}

/*  .c_btn_cta
---------------------------------------------*/
.c_btn_cta a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
}

/* option - color */
.is_btn_cta_type01 a {
	color: var(--main-color);
}

.is_btn_cta_type02 a {
	color: var(--main-color);
}

/* option - icon */
.is_btn_cta_mail a::after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_mail.svg) no-repeat center / 100% auto;
}

.is_btn_cta_tel a {
	font-size: 2.2em;
	font-weight: 900;
	line-height: 1.08em;
}

.is_btn_cta_tel a::after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_tel.svg) no-repeat center / 100% auto;
}

/*  .c_btn_anchor
---------------------------------------------*/
.c_btn_anchor a {
	display: block;
	padding: 40px 0;
	border-radius: 200px;
	font-size: 1.3em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

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

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

.c_btn_anchor_arrow img {
	width: 30px;
	transition: 0.3s;
}

.c_btn_anchor a:hover .c_btn_anchor_arrow img {
	transform: translateY(10px);
}

/* option - color */
.is_btn_anchor_transfer a {
	background: var(--sub-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.is_btn_anchor_transfer a .c_btn_anchor_ttl {
	color: var(--sub-color);
}

.is_btn_anchor_new a {
	background: var(--key-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.is_btn_anchor_new a .c_btn_anchor_ttl {
	color: var(--key-color);
}

@media (max-width: 1280px) {
	.c_btn a {
		font-size: calc(18px + 6 * (100vw - 768px) / 512);
	}
}

@media (max-width: 1180px) {
	.c_btn_cta a {
		height: 60px;
	}

	.c_btn_cta a::after {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 960px) {
	.c_btn_cta a::after {
		width: 30px;
		height: 30px;
	}

	.c_btn_anchor a {
		padding: 20px 0;
		border-radius: 60px;
	}

	.is_btn_cta_mail a::after {
		right: 20px;
	}
}

@media (max-width: 768px) {
	.c_btn a {
		font-size: 1.8rem;
	}

	.c_btn_anchor a {
		border-radius: 200px;
	}

	.c_btn_anchor_arrow img {
		width: 15px;
	}
}

/*----------------------------------------------
	tbl
---------------------------------------------*/
.c_tbl {
	width: 100%;
	background: #fff;
}

.c_tbl th,
.c_tbl td {
	padding: 1em;
	border: 1px solid var(--gy-color);
}

.c_tbl th {
	background: var(--lred);
	font-weight: 700;
}

/* option */
.is_tbl_md {
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
}

.is_tbl_sm {
	font-size: 0.9em;
}

.is_tbl_sm th {
	background: var(--base-color);
	text-align: left;
}

.is_tbl_sm th,
.is_tbl_sm td {
	padding: 0.5em;
}

.is_tbl_info th {
	width: 200px;
	text-align: left;
}

@media (max-width: 960px) {
	.is_tbl_md {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.c_tbl_wrap {
		overflow-x: auto;
	}

	.is_tbl_resp {
		width: 600px;
	}

	.is_tbl_info th {
		width: 130px;
	}
}

/*----------------------------------------------
	box
---------------------------------------------*/
/*  .c_box_type01
---------------------------------------------*/
.c_box_type01 {
	padding: 60px;
	background: #fff;
}

.c_box_type02 {
	padding: 60px;
	background: var(--lred);
}

/*  option - padding   */
.is_box_pd1020 {
	padding: 20px 10px;
}

.is_box_pd10 {
	padding: 10px;
}

.is_box_pd20 {
	padding: 20px;
}

.is_box_pd30 {
	padding: 30px;
}

.is_box_pd40 {
	padding: 40px;
}

/*  option - width   */
.is_box_full {
	width: 100% !important;
}

/*  option - icon   */
.is_has_icon {
	margin-top: 50px;
}

/*  option - rounded   */
.is_box_rounded {
	border-radius: 20px;
}

.is_box_rounded_md {
	border-radius: 20px;
}

.is_box_rounded_sm {
	border-radius: 10px;
}

/*  option - bg   */
.is_box_bg_main {
	background: var(--main-color);
}

@media (max-width: 960px) {

	.c_box_type01,
	.c_box_type02 {
		padding: 30px;
	}
}

@media (max-width: 768px) {

	.c_box_type01,
	.c_box_type02 {
		padding: 20px;
	}

	.is_box_rounded {
		border-radius: 40px;
	}
}

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

/*  .c_box_caption
---------------------------------------------*/
.c_box_caption {
	font-size: 1.3em;
	color: var(--main-color);
	text-align: center;
}

.c_box_caption-02 {
	font-size: 1.3em;
	color: var(--bk-color);
	text-align: center;
	line-height: 1.5;
}

/*  .c_box_ttl
---------------------------------------------*/
.c_box_ttl {
	margin-bottom: 30px;
	font-size: 2.2em;
	text-align: center;
	line-height: 1;
}

@media (max-width: 960px) {
	.c_box_ttl {
		line-height: 1.4;
	}

	.c_box_ttl .s_fs_sm {
		display: block;
	}
}

@media (max-width: 768px) {
	.c_box_ttl {
		margin-bottom: 10px;
	}
}

/*----------------------------------------------
	lead
---------------------------------------------*/
/*  .c_lead_type01
---------------------------------------------*/
.c_lead_type01 {
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
}

.c_lead_em {
	position: relative;
	display: inline-block;
	color: var(--main-color);
}

.c_lead_em::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: var(--main-color);
}

@media (max-width: 768px) {
	.c_lead_em::after {
		bottom: 3px;
		height: 3px;
	}
}

/*----------------------------------------------
	link
---------------------------------------------*/
/*  .c_link_alpha
---------------------------------------------*/
.c_link_alpha {
	transition: 0.3s;
}

.c_link_alpha:hover {
	opacity: 0.7;
}

/*  .c_link_tel
---------------------------------------------*/
.c_link_tel {
	font-size: 2.7em;
	color: var(--main-color);
	font-weight: 900;
	text-decoration: none;
	transition: .3s;
}

@media (max-width: 960px) {
	.c_link_tel {
		font-size: 2.2em;
	}
}

@media (max-width: 768px) {
	.c_link_tel {
		font-size: 2em;
	}
}

/*----------------------------------------------
	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: 960px) {
	.is_fl_bw_column2>* {
		width: calc((100% / 2) - 10px);
	}
}

@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% !important;
	}

	.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% !important;
	}

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