@charset "utf-8";
/*----------------------------------------------
common
---------------------------------------------*/
/*----------------------------------------------
	section
---------------------------------------------*/
/*  .c_section_type01
---------------------------------------------*/
.c_section_type01 {
	position: relative;
	padding: 200px 0;
}
.c_section_btm_ph {
	position: relative;
	padding: 200px 0 100px;
}
/*  .c_section_type02
---------------------------------------------*/
.c_section_type02 {
	margin: auto;
}

/*  .fadein
---------------------------------------------*/
section.fadein .c_ttl_top_wrap::before,
section.fadein .c_ttl_top_wrap::after,
section.fadein .c_ttl_top::before,
section.fadein .c_ttl_top::after,
section.fadein .c_ttl_top_jp::after {
	opacity: 0;
	transition: all 0.5s;
}
section.fadein .c_ttl_top_wrap::before,
section.fadein .c_ttl_top_wrap::after,
section.fadein .c_ttl_top::before,
section.fadein .c_ttl_top::after {
	margin-top: -20px;
}
section.fadein.active .c_ttl_top_wrap::before,
section.fadein.active .c_ttl_top_wrap::after,
section.fadein.active .c_ttl_top::before,
section.fadein.active .c_ttl_top::after {
	opacity: 1;
	margin-top: 0;
}
section.fadein .c_ttl_top_jp::after {
	transform: translateY(20px);
}
section.fadein.active .c_ttl_top_jp::after {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 960px) {
	.c_section_type01 {
		padding: 80px 0;
	}
	.c_section_btm_ph {
		padding: 80px 0 50px;
	}
}
@media screen and (max-width: 640px) {
	.c_section_btm_ph {
		padding: 80px 0 30px;
	}
}
/*----------------------------------------------
	ttl
---------------------------------------------*/
/*  .c_ttl_deco
---------------------------------------------*/
.c_ttl_deco_wrap {
    position: relative;
}
.c_ttl_deco {
    font-family: "Bebas Neue", serif;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 350px;
    line-height: initial;
    letter-spacing: 10px;
    color: var(--base-color);
    white-space: nowrap;
    text-shadow: 1px 1px 0 #2f2f2f, -1px -1px 0 #2f2f2f, -1px 1px 0 #FFF, 1px -1px 0 #2f2f2f, 0px 1px 0 #2f2f2f, 0 -1px 0 #2f2f2f, -1px 0 0 #2f2f2f, 0px 2px 0 #2f2f2f;
    filter: opacity(0.1);
    z-index: 1;
}
.c_ttl_deco.c_deco_right{
	right: 0 !important;
	left: auto;
}

/*  .c_ttl_box
---------------------------------------------*/
.c_ttl_box {
    position: relative;
    text-align: center;
    margin-bottom: 6rem;
    z-index: 2;
}
.c_ttl_main {
    font-family: "Bebas Neue", serif;
	display: inline-block;
    font-size: 6rem;
    font-weight: normal;
    letter-spacing: 6px;
    padding: 0.5rem 4rem 0;
	margin-bottom: 0.5rem;
    background: var(--bk-color);
    color: var(--wh-color);
    text-align: center;
    line-height: 1;
}
.c_ttl_main_key {
	background: var(--gray-color);
    color: var(--key-color);
}
.c_ttl_sub {
    display: block;
	font-size: 1.6rem;
	text-align: center;
}

/*  .c_ttl_top
---------------------------------------------*/
.c_ttl_top_wrap {
	position: relative;
	margin-bottom: 70px;
	padding: 30px 0;
	text-align: center;
}
.c_ttl_top {
    font-family: "Big Shoulders Stencil Display", serif;
    font-size: 8rem;
    color: var(--wh-color);
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.c_ttl_top_jp {
    display: block;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: normal;
}

/*  .c_ttl_inner_wrap
---------------------------------------------*/
.c_ttl_inner_wrap {
	margin-bottom: 60px;
	color: var(--main-color);
	text-align: center;
}
.c_ttl_inner_en {
	font-size: 2.8rem;
}
.c_ttl_inner_jp {
	font-size: 0.7em;
}
/*  .c_ttl_type01
---------------------------------------------*/
.c_ttl_type01 {
    font-size: 3.6rem;
    color: var(--wh-color);
    text-align: center;
    line-height: 1em;
}
.c_ttl_en {
    font-size: 6rem;
    font-family: "Bebas Neue", serif;
    font-weight: normal;
    background: var(--bk-color);
    display: inline-block;
	letter-spacing: 6px;
    padding: 1rem 6rem 1rem;
}
.c_ttl_jp h1 {
	font-size: 1.6rem;
}

/*  .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	margin-bottom: 40px;
	font-size: 2.6rem;
	text-align: center;
}
/*  .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 2rem;
    color: var(--bk-color);
}

/*  .c_ttl_page_box
---------------------------------------------*/
.c_ttl_page_box {
    text-align: center;
    margin: 0 auto 6rem;
}

/*  .c_ttl_service
---------------------------------------------*/
.c_ttl_service {
    font-size: 3.6rem;
    line-height: 1.6;
    margin-top: 2rem;
}

/*  .c_black_ttl
---------------------------------------------*/
.c_black_ttl {
    font-size: 2.2rem;
    color: var(--wh-color);
    background: var(--bk-color);
    padding: 1.5rem;
    text-align: center;
    border-radius: 12px;
    margin: 6rem auto;
}

@media (max-width: 1280px) {
	.c_ttl_type01 {
		font-size: calc(28px + 8 * (100vw - 768px) / 512);
	}
	.c_ttl_type02 {
		font-size: calc(18px + 8 * (100vw - 768px) / 512);
	}
	.c_ttl_type03 {
		font-size: calc(18px + 2 * (100vw - 768px) / 512);
	}
}
@media (max-width: 960px) {
	/*  .c_ttl_top
	---------------------------------------------*/
	.c_ttl_top_wrap {
		margin-bottom: 50px;
	}
	.c_ttl_top {
		font-size: calc(30px + 6 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	/*  .c_ttl_top
	---------------------------------------------*/
	.c_ttl_top {
		font-size: 3rem;
	}
	/*  .c_ttl_type01
	---------------------------------------------*/
	.c_ttl_type01 {
		font-size: 2.8rem;
	}
	/*  .c_ttl_type02
	---------------------------------------------*/
	.c_ttl_type02 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	/*  .c_ttl_type03
	---------------------------------------------*/
	.c_ttl_type03 {
		font-size: 1.8rem;
	}
}
@media (max-width: 640px) {
	/*  .c_ttl_top
	---------------------------------------------*/
	.c_ttl_top {
		letter-spacing: 0;
	}
}

/*----------------------------------------------
	.c_customer
---------------------------------------------*/
.c_customer_ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: normal;
}
.c_customer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.c_customer_grid02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}



/*----------------------------------------------
	.c_bg
---------------------------------------------*/
.c_bg_black{
	background: var(--bk-color);
	color: var(--wh-color);
}
.c_bg_blue{
	background: var(--bl-color);
	color: var(--wh-color);
}

/*----------------------------------------------
	btn
---------------------------------------------*/
/*  .c_sec_btn_box
---------------------------------------------*/
.c_sec_btn_box {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
}
.c_sec_btn_box .c_btn_type01 {
    margin: 0;
}

/*  .c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
    width: 400px;
    position: relative;
    height: 70px;
}
.c_btn_type01::before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(to right, #8FEDFF 0%, #C35AE9 100%);
    transition: .3s;
}
.c_btn_type01 a {
    display: block;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    z-index: 2;
    top: 0;
    padding: 2rem;
    border-radius: 50px;
    font-size: 2.2rem;
    font-weight: 500;
    background: #fff;
    color: var(--bl-color);
    text-align: center;
    text-decoration: none;
    line-height: normal;
    transition: .3s ease-in-out;
}
.c_btn_type01 a:hover {
    top: 9px;
    transition: .3s;
}
.c_btn_type01:hover::before {
    transform: translate(-10px, 0px);
    overflow: hidden;
}
.c_btn_type01:hover{
	opacity: 0.8;
	transition: .3s;
}
.c_btn_type01.c_btn_type01_or::before {
	background: linear-gradient(to right, #8FEDFF 0%, #DDF774 100%);
}
.c_btn_type01.c_btn_type01_or a {
	color: var(--or-color);
}

.c_btn_type01_ft {
    width: 500px;
}


@media (max-width: 768px) {
	.c_btn_type01 {
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
    }
	.c_btn_type01 a {
		font-size: 1.6rem;
	}
}


/*  .c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
    width: 500px;
    margin: 0 0 3rem 0;
}
.c_btn_type02 a {
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 50px;
    background: var(--bl-color);
    color: var(--wh-color);
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
    line-height: normal;
    text-decoration: none;
    text-align: center;
}
.c_btn_type02_txt {
    display: grid;
    font-size: 2.8rem;
}
.c_btn_type02_txt_sm {
    font-size: 1.4rem;
}
.c_btn_type02.c_btn_type02_bk a{
	background: var(--bk-color);
	letter-spacing: 4.2px;
}
.c_btn_type02.c_btn_type02_bk a .c_btn_type02_txt_sm{
	letter-spacing: normal;
}
.c_btn_type02 a:hover{
	filter: opacity(0.8);
	transition: .3s;
}
.c_btn_type02 .c_btn_icon{
	max-height: 50px;
}
@media (max-width: 1300px) {
	.c_btn_type02{
		margin: 0 0 2rem 0;
	}
	.c_btn_type02_txt{
		font-size: 2.2rem;
	}
}
@media (max-width: 850px) {
	.c_btn_type02_txt {
        font-size: 1.8rem;
    }
	.c_btn_type02_txt_sm {
		font-size: 1.2rem;
	}
	.c_btn_type02 .c_btn_icon {
		max-height: 35px;
	}
}


/*  .c_btn_site
---------------------------------------------*/
.c_btn_site {
	width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    border: 1px solid var(--bk-color);
    border-radius: 50px;
    padding: 1rem;
    margin: 2rem auto 0;
	transition: .3s;
}
.c_btn_type02 a:hover .c_btn_site {
    background: var(--key-color);
	transition: .3s;
}


/*----------------------------------------------
	lst
---------------------------------------------*/
.c_lst_disc li {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 1em;
}
.c_lst_dec li {
	list-style-type: decimal;
	margin-left: 18px;
	margin-bottom: 1em;
}
.c_list_brc li {
	display: flex;
	list-style-type: none;
	counter-increment: cnt;
	margin: 0.8em 0 0 0;
}
.c_list_brc li::before {
	width: 30px;
	content: "( " counter(cnt) " )";
	margin-right: 5px;
	transform: translateY(-1px);
}
.c_list_brc li p {
	width: calc(100% - 35px);
}
/*----------------------------------------------
	link
---------------------------------------------*/
.c_link_opacity {
	transition: all 0.3s;
}
.c_link_opacity:hover {
	opacity: 0.5;
}
.c_link_svg {
    line-height: 0;
}
.c_link_svg svg {
    width: 100px;
    height: auto;
}

.c_link_svg:hover [fill="#fff"] { fill: yellow; }

@media (max-width: 1280px) {
	.c_link_svg svg {
        width: 60px;
    }
}

/*----------------------------------------------
	tab
---------------------------------------------*/
.c_tab-area {
    cursor: pointer;
    width: 100%;
}
.c_tab {
    color: var(--bk-color);
    font-weight: 500;
    padding: 0 0 10px;
    transition: .3s;
}
.c_tab:hover {
    color: var(--key-color);
    transition: .3s;
}
.c_tab.active {
    color: var(--key-color);
}
.c_panel {
    display: none;
    width: 100%;
    margin: 0 auto;
}
.c_panel.active {
	display: block;
}
.c_panel-ul{
	margin: 0 auto;
	max-width: 150px;
	list-style-type: disc;
	line-height: 1.8;
}
.c_tab_ttl {
    color: var(--bk-color);
    text-align: center;
    background: #cbcbc8;
    border-radius: 10px;
    padding: 0.5rem;
    margin-bottom: 3rem;
}
.c_tab_pdf {
    margin-bottom: 0;
}
.c_tab_pdf a {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 4fr 1fr;
    justify-content: space-between;
    font-size: 1.4rem;
    width: 100%;
    color: var(--bk-color);
    background: var(--wh-color);
    border: 2px solid var(--gray-color);
    border-radius: 10px;
    padding: 2rem;
    text-decoration: none;
    transition: .3s;
    min-height: 90px;
    max-height: 90px;
}
.c_tab_pdf a:hover {
	opacity: 0.8;
	transition: .3s;
}
.c_tab_pdf a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    right: 2rem;
    font-size: 3rem;
    width: fit-content;
    height: fit-content;
    color: var(--rd-color);
}
.c_panel .wp-block-columns-is-layout-flex{
	gap:1em;
}
.c_panel .wp-block-columns{
	margin-bottom: 1em;
}
.c_nolink {
    color: var(--bk-color);
    font-weight: 500;
    padding: 0 0 10px;
    cursor: default;
}
.c_tab_sub:before {
    content: "-";
    padding: 0 0.4rem;
}

/*----------------------------------------------
	box
---------------------------------------------*/
/*  .c_box_type01
---------------------------------------------*/
.c_box_type01 {
	padding: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.c_box_iframe {
	height: 200px;
	overflow-y: auto;
	padding: 20px;
	border: 1px solid var(--gray-color);
	line-height: 1.6;
}
.c_box_btmborder {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
/*  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_sec_tagline
---------------------------------------------*/
.c_sec_tagline {
	margin-bottom: 60px;
	font-size: 3.2rem;
	text-align: center;
}
/*  .c_sec_lead
---------------------------------------------*/
.c_sec_lead {
	max-width: 800px;
	width: 50%;
	margin-inline: auto;
}
@media screen and (max-width: 1280px) {
	/*  .c_sec_tagline
	---------------------------------------------*/
	.c_sec_tagline {
		margin-bottom: 40px;
		font-size: calc(20px + 12 * (100vw - 768px) / 512);
	}
}
@media screen and (max-width: 960px) {
	/*  .c_sec_tagline
	---------------------------------------------*/
	.c_sec_tagline {
		margin-bottom: 20px;
	}
	/*  .c_sec_lead
	---------------------------------------------*/
	.c_sec_lead {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	/*  .c_sec_tagline
	---------------------------------------------*/
	.c_sec_tagline {
		font-size: 2rem;
	}
}
@media screen and (max-width: 640px) {
	.c_sec_lead {
		width: 90%;
	}
}
/*----------------------------------------------
	table
---------------------------------------------*/
.c_table {
	width: 100%;
}
.c_table th,
.c_table td {
	padding: 2em 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: left;
	vertical-align: top;
}
.c_table th {
	min-width: 200px;
	border-bottom-color: var(--key-color);
	font-weight: normal;
}
.c_table td {
	border-bottom-color: #ccc;
}
@media screen and (max-width: 640px) {
	.c_table th,
	.c_table td {
		display: block;
		width: 100%;
		float: left;
		clear: left;
		padding: 0.5em 0;
	}
	.c_table th {
		padding-bottom: 0;
		border-bottom: 0;
		color: var(--key-color);
		font-weight: bold;
	}
	.c_table td {
		padding-top: 0;
	}
}

/*----------------------------------------------
	timeline
---------------------------------------------*/
.c_timeline_list {
    padding: 40px 0;
}
.c_timeline_list_item {
    display: flex;
}
.c_timeline_list_date {
    width: 25%;
    padding: 0 0 0 20px;
}
.c_timeline_list_number {
    font-family: "Bebas Neue", serif;
    font-size: 3.8rem;
    letter-spacing: 1.8px;
    line-height: 0.6;
}
.c_timeline_list_number span {
    font-family: "Noto Sans JP", sans-serif;
}
.c_timeline_content {
    position: relative;
    width: 75%;
    padding: 0 0 10rem 4rem;
    border-left: 1px solid var(--gray-color);
    line-height: 1;
}
.c_timeline_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--bk-color);
    border-radius: 10px;
}

/*----------------------------------------------
	news
---------------------------------------------*/
.c_news {
	border-top: 1px solid var(--gray-color);
}
.c_news li {
	border-bottom: 1px solid var(--gray-color);
}
.c_news a {
	position: relative;
	display: flex;
	margin-inline: auto;
	padding: 2em 2em 2em 1em;
	color: var(--bk-color);
	text-decoration: none;
	transition: all 0.3s;
}
.c_news a:hover {
	opacity: 0.5;
}
.c_news a::before,
.c_news a::after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	content: "";
	width: 8px;
	height: 2px;
	margin: auto;
	background: var(--gray-color);
	transition: all 0.3s;
}
.c_news a::before {
	bottom: 5px;
	transform: rotate(45deg);
}
.c_news a::after {
	top: 5px;
	transform: rotate(-45deg);
}

.c_news .c_news_date,
.c_news_detail_ttl_block .c_news_date {
	width: 80px;
}
.c_news .c_news_cat, .c_news_detail_ttl_block .c_news_cat {
    display: inline-block;
    width: auto;
    height: fit-content;
    margin: 0 20px;
    padding: 0 20px 0;
    background: var(--gray-color);
    font-size: 1.4rem;
    color: var(--wh-color);
    text-align: center;
    transform: translateY(2px);
    border-radius: 50px;
}
.c_news .c_news_ttl {
	width: auto;
}
/*  .c_news_detail
---------------------------------------------*/
.c_news_detail_ttl_block {
	margin-bottom: 30px;
	padding: 20px 0 10px;
	border-top: 1px solid var(--bk-color);
	border-bottom: 1px solid var(--bk-color);
}
.c_news_detail_ttl_block .c_news_cat {
	transform: translateY(-1px);
}
.c_news_detail_ttl {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: normal;
}
.c_news_detail_cont {
	line-height: 2.2em;
}
.c_news_detail_cont > * {
	margin-bottom: 10px;
}
.c_news_detail_cont li {
	margin-left: 2em;
	line-height: 1.6em;
}
.c_news_detail_cont li:not(:last-child) {
	margin-bottom: 6px;
}
.c_news_detail_cont ol li {
	list-style-type: decimal;
}
.c_news_detail_cont ul li {
	list-style-type: disc;
}
@media (max-width: 1280px) {
	.c_news .c_news_cat,
	.c_news_detail_ttl_block .c_news_cat {
		font-size: calc(12px + 2 * (100vw - 768px) / 512);
	}
	/*  .c_news_detail
	---------------------------------------------*/
	.c_news_detail_ttl {
		font-size: calc(18px + 4 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	.c_news .c_news_cat,
	.c_news_detail_ttl_block .c_news_cat {
		font-size: 1.2rem;
	}
	/*  .c_news_detail
	---------------------------------------------*/
	.c_news_detail_ttl {
		font-size: 1.8rem;
	}
}
@media (max-width: 640px) {
	.c_news a {
		flex-wrap: wrap;
		width: 90%;
		padding: 1em 0;
	}
	.c_news a::before,
	.c_news a::after {
		right: 0;
	}
	.c_news .c_news_cat {
		margin: 0;
	}
	.c_news_detail_ttl_block .c_news_cat {
		margin: 0 5px;
	}
	.c_news .c_news_ttl {
		width: 100%;
		margin-top: 10px;
	}
}
/*----------------------------------------------
	pager
---------------------------------------------*/
.c_pager {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: var(--bk-color);
    background: var(--wh-color);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}
.page-numbers.current {
    background: var(--bk-color);
    color: var(--wh-color);
}
.c_pager a:hover {
    background: var(--bk-color);
    color: var(--wh-color);
}
.c_pager .prev,
.c_pager .next {
	position: relative;
	font-size: 0;
}
.c_pager .prev::before,
.c_pager .prev::after,
.c_pager .next::before,
.c_pager .next::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 10px;
	margin: auto;
	background: var(--bk-color);
}
.c_pager .prev:hover:before,
.c_pager .prev:hover::after,
.c_pager .next:hover::before,
.c_pager .next:hover::after {
	background: var(--wh-color);

}
.c_pager .prev::before,
.c_pager .next::before {
	transform: rotate(-45deg);
}
.c_pager .prev::after,
.c_pager .next::after {
	transform: rotate(45deg);
}
.c_pager .prev::after,
.c_pager .next::before {
	bottom: 6px;
}
.c_pager .prev::before,
.c_pager .next::after {
	top: 6px;
}
@media (max-width: 768px) {
	.c_pager {
		margin-top: 30px;
	}
	.page-numbers {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
	}
}
/*----------------------------------------------
	controls
---------------------------------------------*/
.c_controls {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.c_controls::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 0.5px;
	height: 100%;
	/* height: calc(100% - 2em); */
	margin: auto;
	background: var(--gray-color);
}
.c_controls li {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.c_controls a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 70px;
	padding: 0.5em 1em 0.3em;
	color: var(--bk-color);
	text-align: left;
	text-decoration: none;
	transition: all 0.2s ease;
}
.c_controls a:hover {
	background: var(--base-color);
}
.c_controls a::before,
.c_controls a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 8px;
	height: 2px;
	margin: auto;
	background: var(--gray-color);
	transition: all 0.2s ease;
}
.c_controls a::before {
	transform: rotate(-45deg);
}
.c_controls a::after {
	transform: rotate(45deg);
}
.c_controls li:first-child a {
	padding-left: 50px;
	border-right-width: 0;
}
.c_controls li:first-child a::before,
.c_controls li:first-child a::after {
	left: 20px;
}
.c_controls li:first-child a:hover::before,
.c_controls li:first-child a:hover::after {
	left: 15px;
}
.c_controls li:first-child a::before,
.c_controls li:last-child a::after {
	top: -8px;
}
.c_controls li:first-child a::after,
.c_controls li:last-child a::before {
	bottom: -2px;
}
.c_controls li:last-child a::before,
.c_controls li:last-child a::after {
	right: 20px;
}
.c_controls li:last-child a:hover::before,
.c_controls li:last-child a:hover::after {
	right: 15px;
}
.c_controls li:last-child {
	text-align: right;
}
.c_controls li:last-child a {
	justify-content: flex-end;
	padding-right: 50px;
	border-left-width: 0;
}
@media (max-width: 768px) {
	.c_controls {
		margin-top: 40px;
	}
	.c_controls li:first-child a {
		padding-left: 30px;
	}
	.c_controls li:last-child a {
		padding-right: 30px;
	}
	.c_controls li:first-child a::before,
	.c_controls li:first-child a::after {
		left: 8px;
	}
	.c_controls li:last-child a::before,
	.c_controls li:last-child a::after {
		right: 8px;
	}
}
@media (max-width: 640px) {
	.c_controls {
		flex-direction: column;
		border: 1px solid var(--gray-color);
	}
	.c_controls::before {
		content: none;
	}
	.c_controls li {
		width: 100%;
	}
	.c_controls li:first-child {
		border-bottom: 1px solid var(--gray-color);
	}
}
/*----------------------------------------------
	carousel
---------------------------------------------*/
/*  .c_carousel
---------------------------------------------*/
.c_carousel {
	margin-top: 50px;
}
.c_carousel_list {
	position: relative;
}
.c_carousel_list .slick-slide {
	height: auto;
}
.c_carousel_list::after {
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 80%;
}
.c_carousel_list li {
	overflow: hidden;
	margin: 0 10px;
}

.c_carousel_back .slick-slide {
	height: auto;
}
.c_carousel_back::after {
	position: absolute;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 80%;
}
.c_carousel_back li {
	overflow: hidden;
}
.c_carousel_logo .slick-slide {
	height: auto;
}
.c_carousel_logo li {
	margin: 0 50px;
}

.c_carousel_list.c_carousel_brand_list li {
    width: fit-content !important;
    height: 200px;
    margin: 0;
    border-radius: 0;
}
.c_carousel_list.c_carousel_brand_list li img {
    object-fit: contain !important;
    height: 200px;
}

.c_carousel_list_img_works{
	border: 6px solid var(--bk-color);
}

@media (max-width: 960px) {
	.c_carousel_list::after {
		bottom: -50px;
	}
}
@media (max-width: 640px) {
	.c_carousel_list::after {
		bottom: -30px;
	}
	.c_carousel_logo li {
		margin: 0 20px;
	}
}



/*----------------------------------------------
	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);
	}
}

/*----------------------------------------------
	c_service
---------------------------------------------*/
.c_service_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.c_sub_ttl_service {
    border-bottom: 1px solid var(--gray-color);
    text-align: center;
    margin: 6rem auto 3rem;
    padding: 3rem 0;
    font-size: 2.2rem;
}
.c_service_carousel {
    margin-top: 7rem;
}

/*----------------------------------------------
	c_brand
---------------------------------------------*/
.c_brand_back {
    position: absolute;
    top: -150%;
    z-index: -1;
}
.c_brand_features_wrap{
	margin: 10rem auto 4rem;
}
.c_brand_flex {
    display: flex;
    justify-content: space-between;
	margin-bottom: 8rem;
}
.c_brand_features_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background: var(--bk-color);
    color: var(--wh-color);
    border-top: 3px solid var(--key-color);
    padding: 4rem 2rem;
    margin: 5rem -10rem 0 0;
    z-index: 2;
    box-sizing: content-box;
}
.c_brand_features_txt_inner {
    width: 80%;
    text-align: center;
}
.c_brand_num_img {
    max-width: 130px;
}
.c_brand_features_subttl {
    font-size: 2.4rem;
    color: var(--key-color);
    margin-bottom: 2rem;
}
.c_brand_features_lead {
    text-align: left;
}
.c_brand_features_img {
    width: 65%;
    box-sizing: content-box !important;
}
.c_brand_flex:nth-child(2n) .c_brand_features_txt {
    margin: 5rem 0 0 -10rem;
}