/*--------------------------------------------------
  = cta_btn_link
--------------------------------------------------*/
.cta_btn_link {
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	padding: 1.2rem 1.2rem;
	background-color: #026874;
}
.cta_btn_link.green {
	color: #0B0D1B;
	background-color: #06C655;
}
@media screen and (min-width: 768px) {
	.cta_btn_link:hover {
		color: #fff;
	}
	.cta_btn_link.green:hover {
		color: #0B0D1B;
	}
}

@media screen and (max-width: 767px) {
	.cta_btn_link {
		display: block;
		font-size: 1.5rem;
		padding: 1.6rem 1.2rem;
	}
}

/*--------------------------------------------------
  = PC CTA追従ボタン
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	#pc_fix {
		display: block;
	}
	.pc_ctaBtn {
		position: fixed;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
        flex-direction: column;
		gap: 8px;
		z-index: 111;
	}
	.pc_ctaBtn_link {
		display: inline-block;
		color: #fff;
		min-height: 160px;
		border-radius: 4px 0px 0px 4px;
		background: #0B0D1B;
		text-align: center;
		font-size: 16px;
		line-height: 1.1;
		writing-mode: vertical-rl;
		text-orientation: upright;
		letter-spacing: 0.04em;
		padding: 10px 16px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	}
	.pc_ctaBtn_link__showroom {
		background: var(--color-accent-1);
	}
	.pc_ctaBtn_link__contact {
		background: var(--color-blue-1);
	}
	.pc_ctaBtn_link__line {
		color: #0B0D1B;
		background: var(--color-green-1);
	}
	/* hover */
	.pc_ctaBtn_link:hover {
		text-decoration: underline;
		opacity: 1 !important;
		color: #fff;
	}
	.pc_ctaBtn_link__line:hover {
		color: #0B0D1B;
	}
}

@media screen and (max-width: 767px) {
	#pc_fix {
		display: none;
	}
}

/*--------------------------------------------------
  = 導入事例
--------------------------------------------------*/
/* 
	20251016導入事例詳細ページ
	 */
	.ly_cases_detail {
		position: relative;
	}
	.ly_cases_detail .bl_category_boxImg_top {
		position: relative;
	}
	.ly_cases_detail .bl_category_boxImg_top::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 17rem;
		background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0));
		z-index: 2;
	}
	.ly_cases_detail .bl_category_boxImg_top img {
		height: auto;
		aspect-ratio: 100/40;
		object-fit: cover;
	}

@media screen and (min-width: 768px) {
	.bl_category_boxImg.single img {
		height: 100% !important;
        max-height: 700px !important;
	}
}
@media screen and (max-width: 1023px) {
    .bl_category_boxImg.single img {
		max-height: 80vh;
        height: auto;
    }

}
@media screen and (max-width: 767px) {
	.ly_cases_detail .ly_cases_detail_absolte {
		color: #fff;
		position: absolute;
		top: 1rem;
		left: 0;
		width: 100%;
		z-index: 3;
	}
	.ly_cases_detail #breadcrumbs,
	.ly_cases_detail #breadcrumbs a {
		color: #fff;
	}
	.ly_cases_detail #breadcrumbs a::after {
		background: url(../img/share/icon_breadcrumbs_white.svg) no-repeat center / 100%;
	}
	.ly_cases_detail .bl_pageTtl .bl_pageTtl_main,
	.ly_cases_detail .bl_pageTtl .bl_pageTtl_main::first-letter {
		color: #fff;
	}
    .ly_cases_detail .bl_category_boxImg_top img {
		aspect-ratio: 100/100;
	}
	.ly_cases_detail .bl_pageTtl .bl_pageTtl_main,
	.ly_cases_detail .bl_pageTtl .bl_pageTtl_main::first-letter {
		font-size: 2rem;
	}
}

/*--------------------------------------------------
  = アンカーリンクボタン
--------------------------------------------------*/
.anchor_btn_link {
	position: relative;
	display: inline-block;
	min-width: 280px;
	font-size: 1.5rem;
	padding: 1.5rem 6rem 1.5rem 2rem;
	color: #fff;
	background-color: var(--color-blue-1);
	border-radius: 0.4rem;
	transition: all .2s;
}
.anchor_btn_link::after {
	content: "";
	position: absolute;
	top: 2.3rem;
	right: 2rem;
	width: 2.4rem;
	height: 1.2rem;
	background: url(../img/share/icon_arrow_down.svg) no-repeat center/100%;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.anchor_btn_link {
		display: block;
	}
}


/*--------------------------------------------------
  = 2025 単体スタイル
--------------------------------------------------*/
.bg_radius__15px {
	border-radius: 1.5rem;
	overflow: hidden;
}
.img_radius__7px {
	border-radius: 0.7rem;
	overflow: hidden;
}
.line_top__ddd {
	border-top: 1px solid #ddd;
}
/* ギャラリー等のflex */
.hm_flex__gap2 {
	display: flex;
	gap: 2rem;
}
/* 親コンテンツのflex */
.hm_contentsUnits {
	display: flex;
}
.galleryCenter_slider .img {
	margin: 0 1rem;
}
.galleryCenter_slider .img img {
	aspect-ratio: 3/3.6;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.hm_flex__gap2.hm_gallery_list .slick-next {
		right: 10px;
	}
	.hm_flex__gap2.hm_gallery_list .slick-prev {
		left: 10px;
	}
	.hm_contentsUnits.__2col .hm_contentsUnits__l {
		width: 30%;
		margin-right: 4rem;
	}
	.hm_about .hm_contentsUnits.__2col .hm_contentsUnits__l {
		width: 40%;
	}
	.hm_products .hm_contentsUnits.__2col .hm_contentsUnits__l {
		width: 30%;
		margin-right: 4rem;
	}
	.hm_contentsUnits.__2col .hm_contentsUnits__r {
		flex: 1;
	}
	.galleryCenter_slider .slick-prev, 
	.galleryCenter_slider .slick-next {
		width: 36px;
    	height: 36px;
	}
	.galleryCenter_slider .slick-prev {
		left: 9rem;
	}
	.galleryCenter_slider .slick-next {
		right: 9rem;
	}
	
}
@media screen and (max-width: 767px) {
	.sp__column {
		flex-direction: column;
	}
	.hm_flex__gap2.hm_gallery_list .slick-next {
		right: 0;
	}
	.hm_flex__gap2.hm_gallery_list .slick-prev {
		left: 0;
	}
	.galleryCenter_slider .slick-prev {
		left: 1.5rem;
	}
	.galleryCenter_slider .slick-next {
		right: 1.5rem;
	}
}

/*--------------------------------------------------
  = 2025 リンクボタン
--------------------------------------------------*/
.btn_link__smallSquare {
	position: relative;
	display: inline-flex;
	padding: 0.6rem 2.8rem 0.6rem 1.2rem;
	align-items: center;
	gap: 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid #D9DDE7;
	background: #FFF;
	line-height: 1.34;
	font-size: 1.5rem;
}
.btn_link__smallSquare span {
	display: inline-block;
}
.btn_link__smallSquare::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    border: 0.5rem solid transparent;
    border-left: 0.8rem solid #0B0D1B; 
}
.btn_link__base {
	position: relative;
	display: inline-block;
	min-width: 200px;
	font-size: 1.5rem;
	padding: 1.5rem 5rem 1.5rem 3rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	background-color: var(--color-key);
	border-radius: 0.6rem;
	transition: all .2s;
}
.btn_link__base span {
	display: inline-block;
}
.btn_link__base.white {
	color: #0B0D1B;
	background-color: #fff;
}
.btn_link__base::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    border: 0.5rem solid transparent;
    border-left: 0.8rem solid #fff; 
}
.btn_link__base.white::after {
	border-left: 0.8rem solid #0B0D1B; 
}
.hm_casesLink {
	display: block;
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	padding: 1rem 5rem 1rem 1rem;
}
.hm_casesLink::before,
.hm_casesLink::after {
	content: "";
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}
.hm_casesLink::before {
	right: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 1px solid #D9DDE7;
}
.hm_casesLink::after {
    right: 1rem;
    border: 0.5rem solid transparent;
    border-left: 0.8rem solid #0B0D1B; 
}

@media screen and (min-width: 768px) {
	.btn_link__base:hover {
		background-color: #2c2c2c;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	}
	.btn_link__base.white:hover {
		background-color: #D9E3E6;
	}
	.hm_casesLink {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.btn_link__smallSquare {
		font-size: 1.3rem;
	}
	.btn_link__base {
		min-width: 80%;
		font-size: 1.4rem;
	}
	.hm_casesLink {
		font-size: 1.6rem;
	}
}
/*--------------------------------------------------
  = 2025 トップ見出し
--------------------------------------------------*/
.hm_heading02 {
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 3rem;
}
.hm_heading02_ja {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.34;
}
.hm_heading02_en {
	position: relative;
	color: #757575;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.8;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
}
.hm_heading02_en + .hm_heading02 {
	padding-top: 10px;
}
.hm_heading02_en + .hm_heading02::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 2.3rem;
	height: 2px;
	background-color: #757575;
}
.hm_heading02_en + .hm_heading02.center::before {
	right: 0;
}
.hm_heading02 .text_band {
	display: inline-block;
	color: #fff;
	background-color: var(--color-key);
	padding: 0 6px;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.hm_heading02 {
		font-size: 2.4rem;
	}
}
/*--------------------------------------------------
  = card
--------------------------------------------------*/
.card {
	border-radius: 0.7rem;
	background: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.card_ttl {
	font-weight: bold;
	line-height: 1.5;
}
.card_txt {
	font-weight: 600;
}
.card_num {
	display: block;
	color: #0B0D1B;
	font-weight: 400;
	line-height: 1;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 1rem;
}
.card_note {
	font-size: 1.2rem;
}
.card_img img {
	aspect-ratio: 20 / 11;
    object-fit: cover;
}
/* ENEOS */
.eneos_plan_ttl {
	font-weight: bold;
	line-height: 1.3;
}
.eneos_plan_num {
	display: inline-block;
	font-weight: bold;
}
.eneos_plan_price {
	font-weight: 600;
	line-height: 1.3;
}
.eneos_plan_note {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.card_cont {
		padding: 30px;
	}
	.card_ttl {
		font-size: clamp(16px, 2vw, 24px);
		margin:0 0 2.5rem;
	}
	.card_txt {
		font-size: 1.4rem;
	}
	.card_num {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 767px) {
	.card_cont {
		padding: 2rem 1.5rem 3rem 1.5rem;
	}
	.card_img {
		margin-left: -1.5rem;
	}
	.card_ttl {
		font-size: 20px;
		margin:0 0 1.5rem;
	}
	.card_txt {
		font-size: 14px;
	}
	.card_num {
		font-size: 30px;
	}
}
/*--------------------------------------------------
  = オプション一覧
--------------------------------------------------*/
.flex_option {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
}
.flex_option .item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.flex_option_ttl {
	font-weight: bold;
	margin-top: 1rem;
	line-height: 1.4;
}
.flex_option_price {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.flex_option {
		justify-content: center;
	}
	.flex_option .item {
		width: 27rem;
	}
	.flex_option_ttl {
		font-size: 1.6rem;
	}
	.flex_option_price {
		font-size: 1.4rem;
	}
	.flex_option_txt {
		font-size: 1.4rem;
	}
	.flex_option_img img {
		border-radius: 7px;
	}
}
@media screen and (max-width: 767px) {
	.flex_option {
		gap: 1.8rem .6rem;
	}
	.flex_option .item {
		width: 49%;
	}
	.flex_option_ttl {
		font-size: 1.4rem;
	}
	.flex_option_price {
		font-size: 1.3rem;
	}
	.flex_option_txt {
		font-size: 1.2rem;
	}
	.flex_option_img img {
		border-radius: 4px;
	}
}
/*--------------------------------------------------
  = 202509 製品紹介一覧 タブ
--------------------------------------------------*/
.tab_products {
	display: flex;
}
.tab_products_item {
	display: flex;
	align-items: center;
	background-color: #fff;
	cursor: pointer;
}
.tab_products_item.active {
	color: #fff;
	background: #0B0D1B;
}
.tab_products_item .txt {
	font-weight: 600;
	line-height: 1.2; 
}
/* 説明 */
.ex_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.2rem;
}
.ex_item_guide {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 2.1rem;
	height: 2.1rem;
	font-weight: bold;
	aspect-ratio: 1/1;
	border-radius: 2px;
	background: #D9DDE7;
	margin-right: 6px;
}
.ex_txt_bold {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
}
header .ex_item_guide {
	display: inline;
	padding: 2px 4px;
	font-size: 1.1rem;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.tab_products_sp {
		display: none;
	}
	.tab_products {
		gap: 8px;
		justify-content: center;
		border-bottom: 1px solid #D1D1D6;
	}
	.tab_products_item {
		width: 265px;
		height: 56px;
		padding: 8px;
		gap: 8px;
		border-radius: 4px 4px 0 0;
		border: 1px solid #E0E1E4;
	}
	.tab_products_item .img {
		width: 50px;
		aspect-ratio: 1/1;
	}
	.tab_products_item .txt {
		font-size: 1.6rem;
	}
	.ex_flex {
		gap: 12px;
	}
	.ex_item_guide {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.tab_products {
		flex-wrap: wrap;
		border-top: 1px solid #D1D1D6;
		border-bottom: 1px solid #D1D1D6;
	}
	.tab_products_item {
		width: 50%;
		height: 6rem;
		font-size: 1.4rem;
		justify-content: center;
		text-align: center;
		padding: 0 .8rem;
	}
	.tab_products_sp .tab_products_item {
		height: 4rem;
		font-size: 1.2rem;
	}
	.tab_products_item:nth-child(odd) {
		border-right: 1px solid #D1D1D6;
	}
	.tab_products_item:nth-child(1),
	.tab_products_item:nth-child(2) {
		border-bottom: 1px solid #D1D1D6;
	}
	.tab_products_item .img {
		display: none;
	}
	.ex_flex {
		gap: 4px;
		font-size: 1.1rem;
	}
	.ex_item_guide {
		width: 1.8rem;
		height: 1.8rem;
		font-size: 1.2rem;
	}
}

/*--------------------------------------------------
  = list_check
--------------------------------------------------*/
.list_check_item {
	position: relative;
	padding-left: 2rem;
	line-height: 1.4;
}
.list_check_item::after {
	content: "";
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../img/share/icon_check.svg);
}
.list_check_item + .list_check_item {
	margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {

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

/*--------------------------------------------------
  = notice
--------------------------------------------------*/
.notice {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	background-color: #fff;
	letter-spacing: 0.02em;
}
.notice.__pink {
	background-color: #fff;
}
.notice_icon {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	background-color: var(--color-accent-1);
	border-radius: 3px;
    padding: 4px 8px;
    line-height: 1;
    letter-spacing: 0.04em;
	white-space: nowrap;
}
.notice a {
	color: var(--color-accent-1);
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.ly_header + .notice {
		padding-top: 9.4rem;
	}
	.notice {
		font-size: 1.3rem;
		padding: 12px 20px;
		gap: 8px;
	}
	.notice a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.ly_header + .notice {
		padding-top: 6.1rem;
	}
	.notice {
		font-size: 1.2rem;
		padding: 12px 4px;
		gap: 4px;
	}
	.notice_icon {
		padding: 4px;
	}
}
/*--------------------------------------------------
  = 流れ　ステップが多い場合
--------------------------------------------------*/
.list_timeSchedule_item {
	display: flex;
	align-items: baseline;
	gap: 2.2rem;
	line-height: 1.34;
	height: 80px;
}
.list_timeSchedule_num {
	font-weight: 600;
	color: var(--color-key);
	letter-spacing: 0.02em;
}
.list_timeSchedule_circle {
	display: inline-block;
	position: relative;
	width: .7rem;
    height: .7rem;
	border-radius: 50%;
	background: var(--color-accent-1);
	z-index: 2;
}
.list_timeSchedule_circle::after {
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--color-accent-1);
	opacity: .2;
    transform: translate(-50%, -50%);
}
.list_timeSchedule_item + .list_timeSchedule_item .list_timeSchedule_circle::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
    width: 1px;
    height: 80px;
    border-left: 1px solid var(--color-accent-1);
	opacity: .8;
	z-index: -1;
}
.list_timeSchedule_lead {
	font-weight: 500;
}
.list_timeSchedule_text {
	flex: 1;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.list_timeSchedule_lead {
		font-size: 1.6rem;
	}
	.list_timeSchedule_text {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.list_timeSchedule_item {
		gap: 1.2rem;
	}
	.list_timeSchedule_num {
		font-size: 1.3rem;
	}
	.list_timeSchedule_lead {
		display: block;
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
}
/*--------------------------------------------------
  = 
--------------------------------------------------*/

@media screen and (min-width: 768px) {

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

}