@charset "UTF-8";
/* --------------------
 株式会社ネクストエネルギー

メインブルー	#0077B6
アクセントブルー	#0096C7
背景	#FFFFFF
セクション背景	#F5F5F5
テキスト	#333333
エコグリーン	#6DBD45
アクセントレッド: #E63946
アクセントイエロー: #F4C430

font-family: "Noto Sans JP", sans-serif;
font-family: "Oswald", sans-serif;
--------------------- */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}
h2,h3,h4,h5,h6{
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: 1rem;
}
p,.post-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	margin-bottom: 1rem;
}
p:last-of-type,.post-content p:last-of-type{
	margin-bottom: 0;
}
a{
	color: #333;
	transition: all .6s;
}
a img{
	transition: all .6s;
}
a:hover img{
	opacity: .6;
}
img{ max-width: 100%;}

/* ---------------
	class
 --------------- */
.inner{
	width: 89.84375%;
	max-width: 1200px;
}
.font-oswald{
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}
.btn{
	display: block;
	width: 100%;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	background: #0077b6;
	color: #fff;
	border: 1px solid #0077b6;
	padding: 0 3rem 0 1rem;
	position: relative;
}
.btn::after{
	content: '\ea3c';
	display: block;
	font-family: "design_plus";
	position: absolute;
	top: 0;
	right: 1rem;
	transition: all .6s;
}
.btn:hover{
	background: #0096C7;
}
.btn:hover::after{
	right: 1.5rem;
}
ul.check_list{
	list-style: none !important;
}
ul.check_list li{
	position: relative;
}
ul.check_list li::before{
	content:'\ea10';
	font-family: "design_plus";
	color: #0077B6;
	position: absolute;
	left: -1.2em;
}
.rice_text{
	display: inline-block;
	font-size: .8rem;
	line-height: 1.5;
	padding-left: 1.5em;
	position: relative;
}
.rice_text::before{
	content: '※';
	color: #E63946;
	position: absolute;
	top: 0;
	left: 0;
}
.well{
	max-width: 840px;
	background: #DAF0F7;
	border: 1px solid #0077B6;
	padding: 1rem 2rem;
	margin: 0 auto 2rem;
}
.post-content .well h3{
	margin-top: 0;
}
.pc-br{ display: block;}
.sp-br{ display: none;}

@media screen and (max-width: 480px){
	.pc-br{ display: none;}
	.sp-br{ display: block;}
}
/* ---------------
	header
 --------------- */
.global-nav > ul > li > a{
	color: #333;
	padding: 0 14px;
}
.global-nav > ul > li > a::after{
	content: '';
	width: 0;
	height: 5px;
	background: #0096c7;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .6s;
}
.global-nav > ul > li > a:hover::after{
	width: 100%;
}

/* ---------------
	footer
--------------- */
#ft_contact{
	background: #f0ede5;
	padding: 6rem 0;
}
#ft_contact h2{
	display: table;
	color: #fff;
	font-size: 6rem;
	line-height: 1;
	margin:0 auto 2rem;
	position: relative;
}
#ft_contact h2 span{
	color: #6dbd45;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
}
#ft_contact p{
	text-align: center;
	margin-bottom: 2rem;
}
.ft_contact-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.ft_contact-flex h3{
	font-size:1.5rem;
}
.ft_contact-tel,
.ft_contact-mail{
	width: 50%;
	padding: 0 1%;
}
.ft_contact-text{
	font-family: "Oswald", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	font-style: normal;
	color: #0077b6;
}
.ft_contact-text span{
	font-size: 0.75em;
}
.ft_contact-btn{
	display: block;
	width: 100%;
	max-width: 480px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background: #0077b6;
	border: 1px solid #0077b6;
	margin: 0 auto ;
}
.ft_contact-btn::before{
	content: '\f003';
	display: inline-block;
	font-family: "design_plus";
	font-size: 1.4em;
	margin-right: 1em;
}
.ft_contact-btn:hover{
	background: #0096c7;
}
.footer{
	margin-top: 0;
}
.footer-gallery,
.social-nav{
	display: none;
}
.f_logo{
	width: 240px;
}
address.ft_add{
	text-align: center;
	font-style: normal;
	margin-bottom: 2rem;
}
address.ft_tel{
	text-align: center;
	color: #0077b6;
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	margin-bottom: 2rem;
}
address.ft_tel span{
	font-size: 0.7em;
}
a.ft_btn-mail{
	display: block;
	width: 100%;
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	color: #0077b6;
	border: 2px solid #0077b6;
	margin: 0 auto 3rem;
}
a.ft_btn-mail::before{
	content: '\f003';
	display: inline-block;
	font-family: "design_plus";
	font-size: 1.2em;
	margin-right: 1em;
}
a.ft_btn-mail:hover{
	color: #fff;
	background: #0077b6;
}
.ft_nav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ft_nav-list li{
	padding: 0 1em;
	position: relative;
}
.ft_nav-list li::after{
	content:'';
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.ft_nav-list li:last-child::after{
	content: none;
}
.ft_nav-list li a:hover{
	color: #0077b6;
}
.copyright small{
	font-size: .6rem;
}
.dp-footer-bar{
	background: #0096c7;
	border-top: 1px solid #0077B6;
}
.dp-footer-bar-item + .dp-footer-bar-item {
	border-left: 1px solid #0077B6;
}
.dp-footer-bar a{
	color: #fff;
}
@media screen and ( max-width:1199px ){
	#ft_contact{
		padding: 5rem 0;
	}
}
@media screen and ( max-width:991px ){
	#ft_contact{
		padding: 4rem 0;
	}
	#ft_contact h2{
		font-size: 5rem;
	}
	#ft_contact h2 span {
		font-size: 1.3rem;
	}
	.ft_contact-flex h3{
		font-size: 1.3rem;
	}
	.ft_contact-text{
		font-size: 2.8rem;
	}
}
@media screen and ( max-width:767px ){
	#ft_contact{
		padding: 3rem 0;
	}
	#ft_contact h2{
		font-size: 4rem;
	}
	#ft_contact h2 span {
		font-size: 1.2rem;
	}
	.ft_contact-flex h3{
		font-size: 1.2rem;
	}
	.ft_contact-tel {
		width: 100%;
		margin-bottom: 2rem;
	}
	.ft_contact-mail {
		width: 100%;
	}
}
@media screen and ( max-width:480px ){
	.ft_contact-flex h3{
		font-size: 1.1rem;
	}
	.ft_contact-text{
		font-size: 2.4rem;
	}
	.ft_nav{
		display: none;
	}
}

/* ---------------
	front page
 --------------- */
.top-slider-content{
	border-radius: 0;
	width: 70%;
	aspect-ratio: 1 / 0.274;
	right: auto;
}
#front_concept{
	padding: 6rem 0;
	background: url(/wp-content/themes/story_tcd041/img/front-concept_bg.png) center no-repeat;
	background-size: cover;
}
#front_concept h2,
#front_service h2{
	display: table;
	color: #f0ede5;
	font-size: 6rem;
	line-height: 1;
	position: relative;
}
#front_concept h2 span,
#front_service h2 span{
	color: #6dbd45;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
}
#front_concept h3{
	font-size: 1.4rem;
}
.front_concept-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.front_concept-text{
	width: 50%;
}
.front_concept-text p{
	text-align: justify;
	margin-bottom: 1rem;
}
.front_concept-img{
	width: 50%;
	padding-left: 5%;
}
#front_service{
	padding: 6rem 0;
}
#front_service h2{
	margin: 0 auto 1em;
}
.front_service-box{
	width: 100%;
	position: relative;
	padding-top: 15rem;
	margin-bottom: 6rem;
}
.front_service-img{
	width: 80%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.front_service-box:nth-of-type(even) .front_service-img{
	left: auto;
	right: 0;
}
.front_service-text{
	width: 600px;
	max-width: 90%;
	background: #fff;
	padding: 50px 40px;
	box-shadow: 0 0 10px #333;
	margin-left: auto;
}
.front_service-box:nth-of-type(even) .front_service-text{
	margin-left: 0;
	margin-right: auto;
}
#front_service h3{
	font-size: 1.4rem;
}
#front_service h3 span{
	font-size: .75em;
	font-weight: 500;
	letter-spacing: 0;
	color: #0096c7;
	margin-left: 1em;
}
#front_service h4{
	font-size: 1.1rem;
}
.front_service-text p{
	text-align: justify;
	margin-bottom: 1rem;
}
.front_service-text .btn{
	margin-left: auto;
}
@media screen and ( max-width:1199px ){
	#front_concept,
	#front_service{
		padding: 5rem 0;
	}
	.front_service-box{
		padding-top: 14rem;
		margin-bottom: 5rem;
	}
}
@media screen and ( max-width:991px ){
	.top-slider {
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.top-slider-content{
		width: 100%;
	}
	#front_concept,
	#front_service{
		padding: 4rem 0;
	}
	#front_concept h2,
	#front_service h2{
		font-size: 5rem;
	}
	#front_concept h2 span,
	#front_service h2 span,
	#front_concept h3,
	#front_service h3{
		font-size: 1.3rem;
	}
	#front_service h3 span,
	#front_service h4{
		font-size: 1.2rem;
	}
	.front_service-box{
		padding-top: 13rem;
		margin-bottom: 4rem;
	}
}
@media screen and ( max-width:767px ){
	#front_concept,
	#front_service{
		padding: 3rem 0;
	}
	#front_concept h2{
		font-size: 4rem;
		margin: 0 auto 1rem;
	}
	#front_service h2{
		font-size: 4rem;
	}
	#front_concept h2 span,
	#front_service h2 span,
	#front_concept h3,
	#front_service h3{
		font-size: 1.2rem;
	}
	#front_service h3 span{
		display: block;
		font-size: 1.1rem;
		margin-left: 0;
	}
	#front_service h4 {
		font-size: 1.1rem;
	}
	.front_concept-text{
		width: 100%;
		order: 1;
	}
	.front_concept-img{
		width: 100%;
		padding-right:5%;
		margin-bottom: 2rem;
		order: 0;
	}
	.front_service-box{
		padding-top: 8rem;
		margin-bottom: 3rem;
	}
	.front_service-img{
		width: 100%;
	}
	.front_service-text,
	.front_service-box:nth-of-type(even) .front_service-text{
		padding: 20px;
		margin-left: 5%;
		margin-right: 5%;
	}

}
@media screen and ( max-width:480px ){
	
}
/* ---------------
	固定ページ
 --------------- */
.signage{
	height: 300px;
	background: url(/wp-content/themes/story_tcd041/img/front-concept_bg.png) center no-repeat !important;
	background-size: cover;
}
h1.signage-title{
	font-family: "Oswald", sans-serif;
	color: #0077B6 !important;
	text-shadow: 0px 0px 5px #fff;
}
.signage-title-sub{
	text-align: center;
	font-weight: 700;
	color: #0077B6 !important;
	text-shadow: 0px 0px 5px #fff;
}
.post-header{ display: none;}
body.page-template-default .flex_layout{
	gap: 0;
}
.content_full{
	width: 100%;
	padding: 6rem 0;
}
.content_box{
	margin-bottom: 6rem;
}
.content_box:last-child{
	margin-bottom: 0;
}
.post-content h2{
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	padding-top: 0;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	position: relative;
}
.post-content h2:before {
	content: '';
	width: 60px;
	height: 5px;
	background: #0096C7;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.post-content h3{
	font-size: 1.5rem;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding: 0 .5em .3em;
	border-bottom: 3px solid #F0EDE5;
	position: relative;
}
.post-content h3:before {
	content: '';
	width: 25%;
	height: 3px;
	background: #0096C7;
	border-radius: 2px;
	position: absolute;
	bottom: -3px;
	left:0;
}
.post-content h4{
	font-size: 1.4rem;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding-left: .5em;
	border-left: 8px solid #0096C7;
}
.post-content h5{
	font-size: 1.3rem;
	color: #0096C7;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.post-content h6{
	font-size: 1.2rem;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.post-content thead th{
	vertical-align: middle;
	background: #0096C7;
	color: #fff;
	font-weight: 700;
	border: 1px solid #0077B6;
}
.post-content tbody th{
	vertical-align: middle;
	background: #DAF0F7;
	font-weight: 700;
	border: 1px solid #0077B6;
}
.post-content td{
	vertical-align: middle;
	background: #fff;
	text-align: center;
	border: 1px solid #0077B6;
}
.post-content ul{
	list-style: disc;
	margin-bottom: 1rem;
}
.post-content ul ul{
	list-style: circle;
}
.post-content ol{
	list-style: decimal-leading-zero;
	margin-bottom: 1rem;
}
.post-content ol ol{
	list-style: decimal;
}
.post-content ul li,.post-content ol li{
	line-height: 1.8;
	margin-bottom: .5rem;
}
.post-content ul li:last-of-type,.post-content ol li:last-of-type{
	margin-bottom: 0;
}
@media screen and ( max-width:1199px ){
	.content_full{
		padding: 5rem 0;
	}
	.content_box{
		margin-bottom: 5rem;
	}
	.post-content h2{
		font-size: 1.9rem;
	}
}
@media screen and ( max-width:991px ){
	.content_full{
		padding: 4rem 0;
	}
	.content_box{
		margin-bottom: 4rem;
	}
	.post-content h2{
		font-size: 1.8rem;
	}
	.post-content h3{
		font-size: 1.3rem;
	}
	.post-content h4{
		font-size: 1.2rem;
	}
	.post-content h5{
		font-size: 1.1rem;
	}
	.post-content h6{
		font-size: 1rem;
	}
}
@media screen and ( max-width:767px ){
	.content_full{
		padding: 3rem 0;
	}
	.content_box{
		margin-bottom: 3rem;
	}
	.post-content h2{
		font-size: 1.7rem;
	}
	.post-content th,
	.post-content td{
		display: block;
		width: 100%;
	}
	.post-content .s_table{
		white-space: normal;
        margin-bottom: 0;
	}
}
@media screen and ( max-width:480px ){
	.post-content h2{
		font-size: 1.6rem;
	}
}

/* 私たちについて */
.about_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about_img{
	width: 45%;
	padding-right: 5%;
}
.about_text{
	width: 55%;
}
.about_text p{
	text-align: justify;
}
.feature_box{
	display: flex;
	flex-wrap: wrap;
	counter-reset: number 0;
}
.feature_item{
	width: calc( 100% / 3);
	padding: 2rem;
	position: relative;
}
.feature_item::before{
	counter-increment: number 1;
	content: 'FEATURE 'counter(number);
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem;
	color: #fff;
	background: #6DBD45;
	padding: .5em;
	border-radius: 5px;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.post-content .feature_item h3{
	margin-top: 1rem;
}
.system-box{
	max-width: 840px;
	margin: 0 auto;
	counter-reset: number 0;
	position: relative;
}
.system-box::before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #0096C7;
	position: absolute;
	top: 0;
	left: calc(30px + 35%);	
	z-index: -1;
}
.system_item {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}
.system_item:last-child {
	padding-bottom:0;
}
.system_text {
	width: 65%;
	padding: 0 0 0 60px;
	position: relative;
}
.system_item:last-child .system_text::before{
	height: 100%;
}
.system_text::after{
	counter-increment: number 1;
	content: counter(number);
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	background: #0077B6;
	border-radius: 20px;
	position: absolute;
	top:0;
	left: 10px;
}
.post-content .system_text h3{
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
}
.post-content .system_text h3::before{
	content: none;
}
.system_img{
	width: 35%;
}
@media screen and ( max-width:1199px ){

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

}
@media screen and ( max-width:767px ){
	.about_img{
		width: 100%;
		padding-right: 0;
	}
	.about_text{
		width: 100%;
	}
	.feature_item{
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.feature_item::before{
		top: -5px;
		left: -5px;
	}
	.system-box::before{
		left: 30px;	
	}
	.system_img{
		width: 80%;
		margin-right: 20%;
		padding-bottom: 1rem;
	}
	.system_text{
		width: 100%;
	}
}
@media screen and ( max-width:480px ){}

/* サービス一覧 */
#service_sec .inner{
    max-width: 840px
}
.service_img{
    margin-bottom: 2rem;
}
.post-content p.service_text{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem !important;
}
#service_sec well{
    border: none;
}
#service_sec dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
#service_sec dt{
    width: 260px;
    background: #0077B6;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 40px;
    padding: 0 1rem;
    margin-bottom: 1em;
}
#service_sec dd{
    width: calc(100% - 260px);
    line-height: 40px;
    padding: 0 0 0 1em;
    border-bottom: 1px dashed #0077B6;
    margin-bottom: 1em;
}
@media screen and ( max-width:1199px ){

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

}
@media screen and ( max-width:767px ){
	#service_sec dt,
	#service_sec dd{
		width: 100%;
	}

}
@media screen and ( max-width:480px ){
	.post-content p.service_text{
		text-align: left;
	}
}

/* 会社概要 */
.post-content .company_tbl{
	max-width: 840px;
	margin: 0 auto;
}
.post-content .company_tbl td{
    text-align: left;
}

/* お問い合わせ */
.page-id-22 #ft_contact{ display: none;}
#tel .contact_tel{
	font-family: "Oswald", sans-serif;
	line-height: 1;
	text-align: center;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    color: #0077b6;
}
#tel .contact_tel span{
	font-size: .75em;
}
.wpcf7{
	max-width:840px;
	background: none;
	padding: 0;
	margin: 0 auto !important;
	border: none;
}
.wpcf7 form{
	margin: 0;
}
.wpcf7 input, .wpcf7 textarea{
	border-color: #0077B6;
	background: #eee;
	border-radius: 5px;
}
.required{
	color: #fff;
	font-size: .6rem;
	line-height: 1.2;
	background: #E63946;
	padding: 0 1em;
	margin-left: .5rem;
}
@media screen and ( max-width:1199px ){
	#tel .contact_tel{
		font-size: 2.9rem;
	}
}
@media screen and ( max-width:991px ){
	#tel .contact_tel{
		font-size: 2.8rem;
	}
}
@media screen and ( max-width:767px ){
	#tel .contact_tel{
		font-size: 2.7rem;
	}
}
@media screen and ( max-width:480px ){
	#tel .align1{
		text-align: left !important;
	}
}