@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');


body {
	overflow-x: visible !important;
}
.idPad {
    margin-top: -7.5em;
    padding-top: 1.5em;
}
@media only screen and (max-width: 750px) {
    .idPad {
        margin-top: -20vw;
        padding-top: 20vw;
    }
}
.headless #path {
	margin: 1.25em auto 8em !important;
}


/** 移植 **/
.case_single .cont2 .btnst {
	text-align: center;
	padding-top: 7em;
}
.case_single .cont2 {
    padding-bottom: 12.5em;
}
.case_single .section {
    width: 60em;
	margin: 0 auto;
	margin: 0 auto 3.5em auto;
}
.case_single .section.wide {
    width: 100%;
}
.case_single .cont2 .section h1 {
	line-height: 1.6;
}
.case_single .cont2 .section .date {
	color: #808080;
	padding: 1em 0 4em;
	letter-spacing: 0.1em;
	position: relative;
}
.case_single .cont2 .section .date::before {
	content: '';
	width: 2.5em;
	height: 0.25em;
	background-color: #8FC31F;
	position: absolute;
	left: 0;
	bottom: 2em;
}


/** List **/

#case_panes {
	padding-bottom: 12.5em;
}
#case_panes h3.title {
	margin-bottom: 3.5em;
	font-size: 1.15em;
	text-align: center;
}
.case_list_tag {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.35em 1.25em;
	color: #8fc31f;
	text-align: center;
	line-height: 1.2em;
	border: solid 1px #8fc31f;
	border-radius: 200px;
}

.case_pane {
	float: left;
	margin-bottom: 3em;
	width: 32%;
}
.case_pane:nth-of-type(3n + 1) {
	clear: both;
}
.case_pane:nth-of-type(3n - 1) {
	margin-right: 2%;
	margin-left: 2%;
}
.case_pane_image {
	margin-bottom: 1em;
}
.case_pane_image a {
	display: block;
	aspect-ratio: 1/1;
}
.case_pane h4.title {
	margin-bottom: 1rem;
	font-size: 1.05em;
}

#case_filters {
	margin-bottom: 4.5em;
	text-align: center;
}
#case_filters ul {
	display: inline-block;
	line-height: 1.2em;
	font-size: 1.05em;
	color: #8fc31f;
}
#case_filters ul a {
	color: #8fc31f !important;
}
#case_filters ul:not(:last-of-type) {
	padding-right: 1em;
	margin-right: 1em;
	border-right: solid 1px #8fc31f;
}
#case_filters li {
	position: relative;
	float: left;
	margin: 0 0.6em;
}
#case_filters li.active::before {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #8fc31f;
}


/** Single **/

#case_single * {
	box-sizing: border-box;
}
#case_single h3.title {
	margin-bottom: 2.5em;
	font-size: 1.15em;
}

#case_meta {
	margin-bottom: 5em;
}
.case_tags li {
	float: left;
}
.case_tags li:not(:last-of-type) {
	margin-right: 0.75em;
}
.case_tags li a {
	display: block;
	padding: 0.35em 1.25em;
	color: #8fc31f;
	text-align: center;
	line-height: 1.2em;
	border: solid 1px #8fc31f;
	border-radius: 200px;
}

#case_image {
	margin-bottom: 3em;
}

#case_specs {
	padding: 0.75em 0;
	border-top: solid 1.5px #8fc31f;
	border-bottom: solid 1.5px #8fc31f;
}
.case_spec {
	float: left;
	width: 25%;
	padding: 1em;
	color: #8fc31f;
	text-align: center;
}
.case_spec:not(:last-of-type) {
	border-right: solid 1.5px #8fc31f;
}
.case_spec h3 {
	margin-bottom: 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 2.25em;
	font-weight: 500;
	line-height: 1em;
}
.case_spec h3 .label {
	margin-left: 0.15em;
	font-family: 'Inter', sans-serif;
	font-size: 0.7em;
	line-height: 1em;
}
.case_spec p {
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1.2em;
}
.case_spec p .label {
	font-family: 'Inter', sans-serif;
	font-size: 0.85em;
}

#case_summary {
	margin-bottom: 6.5em;
}
#case_desc {
	float: left;
	width: 50%;
	font-size: 1.05em;
	line-height: 2em;
}
#case_desc p:not(:last-of-type) {
	margin-bottom: 1em;
}
#case_data {
	float: right;
	width: 40%;
}
#case_data dl {
	letter-spacing: 0.05em;
}
#case_data dt {
	clear: both;
	float: left;
	padding: 0.5em 0;
	width: 6.5em;
}
#case_data dd {
	padding: 0.5em 0 0.5em 7.5em;
}
#case_data dd:not(:last-of-type) {
	border-bottom: solid 1px #ddd;
}

#case_gallery .inner {
	padding: 0;
	max-width: 100%;
}
.case_gallery_pane_image p {
	position: relative;
}
.case_gallery_pane_image p::before {
	position: absolute;
	right: 15px;
	top: 15px;
	content: '';
	width: 27px;
	height: 27px;
	background: url('../img/case/icon_zoom.png') no-repeat center / cover;
	z-index: 1;
}

/*** Splide ***/

.splide__pagination {
	margin-top: 1.5em !important;
}
.splide__pagination__page {
	padding: 0;
	width: 70px;
	height: 1.5px;
	border-radius: 0;
	border: none;
	background: #ccc;
	cursor: pointer;
}
.splide__pagination__page.is-active {
	background: #000;
}


/*** GLightbox ***/

.gslide-media {
	padding: 0 7%;
}
.goverlay {
	background: #fff !important;
}
.glightbox-clean .gslide-media {
	box-shadow: none !important;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
	background-color: rgba(0, 0, 0, 0) !important;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
	fill: #111 !important;
	stroke-width: 2px;
}
.glightbox-clean .gslide-video {
	background: #fff !important;
}



#case_materials {
	min-height: 400px;
	background: url('../img/case/case_materials_bg.jpg') no-repeat center / cover;
}

#case_company_pane {
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
	padding: 1.5em 0;
	border-top: solid 1.5px #8fc31f;
	border-bottom: solid 1.5px #8fc31f;
	letter-spacing: 0.05em;
}
#case_company_logo {
	float: left;
	padding: 20px 40px;
	width: 200px;
	border-right: solid 1.5px #8fc31f;
}
#case_company_logo p {
	width: 120px;
	height: 120px;
	background-color: #eee;
}
#case_company_data {
	float: right;
	padding: 1em 0 1em 0;
	width: calc(100% - 250px);
}
#case_company_data h3.title {
	margin-bottom: 0.25em;
}
#case_company_data ul {
	font-size: 0.95em;
}
#case_company_data a {
	text-decoration: underline;
}

#case_materials {
	margin-bottom: 5em;
}
#case_materials .inner {
	padding-top: 6.5em;
	padding-bottom: 6.5em;
	width: 60em;
}
#case_materials_text {
	float: left;
	width: 60%;
}
#case_materials_text h3.title {
	margin-bottom: 0.75em;
	font-size: 0.85em;
	font-weight: normal;
}
#case_materials_text h4 {
	margin-bottom: 1rem;
	font-size: 1.3em;
}
#case_materials_image {
	float: right;
	width: 30%;
}


@media only screen and (max-width:750px){
	
    .idPad {
        margin-top: -20vw;
        padding-top: 20vw;
    }
	.case_single .section {
		width: 100%;
	}
	#contents.headless.case_single {
		padding-top: 0;
	}
	.headless.case_single #path {
		margin: 20vw auto !important;
	}
	.case_single .cont2 {
		padding-bottom: 6.7em;
	}
	#case_meta {
		margin-bottom: 3em;
	}
	#case_meta h1 {
		font-size: 1.6em;
	}
	#case_meta .date {
		font-size: 0.85em;
	}
	#case_tags li a {
		font-size: 0.85em;
	}
	#case_image {
		margin-bottom: 2.5em;
	}
	#case_specs {
		-ms-overflow-style: 2.5em;
		padding-bottom: 0.4em;
	}
	.case_spec {
		padding: 0.8em;
		width: 28.7%;
	}
	.case_spec:first-of-type {
		padding-left: 0;
		width: 21.3%;
	}
	.case_spec:last-of-type {
		padding-right: 0;
		width: 21.3%;
	}
	.case_spec h3 {
		margin-bottom: 0.6rem;
		margin-bottom: 0.3rem;
		font-size: 1.8em;
		letter-spacing: 0;
	}
	.case_spec p {
		font-size: 0.75em;
		line-height: 27px;
	}
	.case_spec_t_co2 p {
		line-height: 1em;
	}
	#case_summary {
		margin-bottom: 3em;
	}
	#case_desc {
		float: none;
		margin-bottom: 2em;
		width: 100%;
	}
	#case_data {
		float: none;
		width: 100%;
	}
	#case_gallery .inner {
		width: 100%;
	}
	#case_gallery .splide__pagination {
		display: none;
	}
	#case_materials {
		margin-bottom: 3em;
	}
	#case_materials .inner {
		padding: 4em 19px 4.5em 19px;
		width: 100%;
	}
	#case_materials_image {
		float: none;
		margin: 0 auto 2em auto;
		width: 50%;
	}
	#case_materials_text {
		float: none;
		width: 100%;
	}
	#case_materials_text h3.title,
	#case_materials_text h4 {
		text-align: center;
	}
	#case_company {
		margin-bottom: 0;
	}
	#case_company_pane {
		width: 100%;
		max-width: 100%;
		padding: 1em 0;
	}
	#case_company_logo {
		padding: 20px;
		padding: 20px 20px 20px 15px;
		width: 110px;
	}
	#case_company_logo p {
		width: 75px;
		height: 75px;
	}
	#case_company_data {
		padding: 0.35em 0 0.5em 0;
		width: calc(100% - 130px);
	}
	#case_single h3.title {
		margin-bottom: 1em;
		font-size: 1.05em;
	}
	#case_company_data ul {
		font-size: 0.85em;
	}
	#case_company_data a {
		word-break: break-all;
	}
	.case_single .cont2 .btnst {
		padding-top: 5em;
	}
	
	.case_pane {
		float: left;
		margin: 0 0 2em 0 !important;
		width: 48.5%;
	}
	.case_pane:nth-of-type(odd) {
		clear: both !important;
	}
	.case_pane:nth-of-type(even) {
		clear: none !important;
		float: right;
	}
	.case_pane h4.title {
		margin-bottom: 1rem;
		font-size: 0.95em;
	}
	.case_tags li:not(:last-of-type) {
		margin-right: 0.5em;
	}
	.case_tags li a {
		font-size: 0.85em;
	}
	
}