@charset "utf-8";
/* CSS Document */

body.home .site-header {
	position: fixed;
	width: 100%;
	height: auto;
	background-color: transparent;
	z-index: 10;
}
body.home .site-header.fixed {
	background-color: #FFF;
}
body.home .site-footer {
	padding: 0;
}
.footer-wrap-top {
	display: flex;
	flex-wrap: wrap;
	padding: 7rem 2%;
	justify-content: center;
	width: 100%;
	position: relative;
}
.footer-wrap-top::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 680px;
	height: 468px;
	background-image: url(images/top-bottom-gaikan.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer-wrap-top .left {
	width: 48%;
	margin: 0 10% 0 0;
	position: relative;
	z-index: 4;
}
.footer-wrap-top .right {
	margin: 0;
	width: 33%;
	display: inline-flex;
	position: relative;
	z-index: 4;
}
ul.contact-list li {
	position: relative;
}
ul.contact-list li::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #005ba8;
	background: linear-gradient(to right, #ffffff 0%, #005ba8 100%);
}
ul.contact-list li:last-child::before {
	display: none;
}
ul.contact-list li a {
	display: flex;
	text-align: left;
	padding: 1.875rem;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	font-size: 1.25rem;
}
ul.contact-list li a img {
	max-width: 60px;
	margin-right: 1.875rem;
}
ul.contact-list li p {
	padding-bottom: 0;
	text-align: left;
	font-size: 1.25rem;
}
ul.contact-list li .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 2rem;
	padding-top: .5rem;
}
ul.contact-list li .tel-num {
	margin-right: 1.875rem;
}
ul.contact-list li .tel-num a {
	padding: 0;
}
ul.contact-list li .tel-num a img {
	max-width: 400px;
	margin-right: 0;
}
ul.contact-list li .tel .eigyo {
	text-align: left;
	line-height: 1.37;
}
.footer-wrap-top .left .logo {
	max-width: 400px;
	margin: 3rem 0 1rem 0;
}
.footer-wrap-top .left p.btx {
	font-weight: 700;
	margin: 0;
	padding: 0 0 .5rem 0;
	text-align: left;
	font-size: 1.125rem;
	letter-spacing: .08em;
}
.footer-wrap-top .left p.btx:last-child {
	padding: 0;
}
.footer-wrap-top .right div {
	text-align: left;
}
.footer-wrap-top .right .r-nav {
	margin-left: 3rem;
}
.footer-wrap-top .right ul li {
	margin-bottom: 1.5rem;
}
.main-image {
	position: relative;
}
.main-image .catch {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	z-index: 2;
	background-image: url(images/top-main-bg02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 3.5rem 5.5% 0 3.5rem;
}
.main-image .catch h2, .main-image .catch p {
	text-align: right;
}
.main-image .catch h2 {
	color: #005BA8;
	font-size: 3.5rem;
	margin: 2.4rem 0 .0 0;
	line-height: 1.1;
}
.main-image .catch p {
	color: #758EC6;
	line-height: 1;
	font-size: 2rem;
	font-weight: 500;
	padding: 0;
}
.main-image .catch p .fs-ss {
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .075em;
}
body.home .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	padding: 0 0 5rem 0;
}
body.home .inner.news {
	margin-top: 6rem;
}
body.home .inner.news::before {
	position: absolute;
	left: 24px;
	top: 0;
	content: '';
	width: 1130px;
	height: 135px;
	background-image: url(images/information.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home .inner .news-list {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.news-list h2 {
	color: #005BA8;
	font-size: 2.75rem;
	margin-bottom: 3.5rem;
}
body.home .inner h2 {
	font-size: 2.75rem;
	color: #005BA8;
}
body.home .inner.company {
	margin-top: 10rem;
}
body.home .inner.company::before {
	position: absolute;
	left: 24px;
	top: 0;
	content: '';
	width: 856px;
	height: 135px;
	background-image: url(images/company.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home .inner.company .white-area {
	position: relative;
	z-index: 3;
}
body.home .inner.company .white-area {
	display: flex;
	flex-wrap: wrap;
}
body.home .inner.company .white-area .left {
	width: 60%;
	margin-right: 5%;
}
body.home .inner.company .white-area .right {
	width: 30%;
	margin-right: 5%;
}
body.home .more {
	margin: 2rem 0 1rem 0;
	max-width: 214px;
}
body.home .more a {
	text-decoration: none;
	color: #005BA8;
	border: 2px solid #005BA8;
	font-weight: 700;
	padding: 1rem 2rem;
	display: block;
	text-align: center;
	font-size: 1.25rem;
}
body.home .info-photo-area {
	position: relative;
	z-index: 4;
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 9rem;
	background: #b1ccea;
	background: linear-gradient(to right, #ecf6fc 0%, #b1ccea 100%);
	padding-bottom: 15rem;
}
body.home .info-photo-area::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: url(images/top-content-bg01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 200px;
}
body.home .info-photo-area .image {
	position: relative;
	z-index: 5;
}
body.home .info-photo-area .image:nth-child(1) {
	width: 52%;
	position: absolute;
	left: 9rem;
	top: -16rem;
}
body.home .info-photo-area .image:nth-child(2) {
	width: 40%;
	margin-top: 3rem;
}
body.home .inner.service {
	background: linear-gradient(to right, #ecf6fc 0%, #b1ccea 100%);
	padding-bottom: 12rem;
	position: relative;
}
body.home .inner.service::before {
	position: absolute;
	left: 24px;
	top: 0;
	content: '';
	width: 644px;
	height: 135px;
	background-image: url(images/service.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home .inner.service h2,body.home .inner.service ul.ser-icon-btn {
	position: relative;
	z-index: 6;
}
ul.ser-icon-btn {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
	padding-top: 1.5rem;
}
ul.ser-icon-btn li {
	width: calc(100% / 3);
	padding: 0 3% 0 0;
	margin-bottom: 2.5rem;
}
ul.ser-icon-btn li a {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	flex-wrap: wrap;
	min-height: 100px;
	line-height: 1.1;
	text-align: center;
	padding-left: 5rem;
	font-weight: 700;
	font-size: 1.75rem;
	justify-content: center;
	color: #7C929D;
	position: relative;
}
ul.ser-icon-btn li a .fs-ss {
	width: 100%;
	font-weight: 400;
	font-size: 1.125rem;
	margin-top: -1.5rem;
}
ul.ser-icon-btn li a::before {
	position: absolute;
	left: 5px;
	top: 16px;
	content: '';
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 78px;
	height: 62px;
}
ul.ser-icon-btn li:nth-child(1) a::before {
	background-image: url(images/biz-icon001.png);
}
ul.ser-icon-btn li:nth-child(2) a::before {
	background-image: url(images/biz-icon004.png);
}
ul.ser-icon-btn li:nth-child(3) a::before {
	background-image: url(images/biz-icon002.png);
}
ul.ser-icon-btn li:nth-child(4) a::before {
	background-image: url(images/biz-icon003.png);
}
ul.ser-icon-btn li:nth-child(5) a::before {
	background-image: url(images/biz-icon008.png);
}
ul.ser-icon-btn li:nth-child(6) a::before {
	background-image: url(images/biz-icon006.png);
}
ul.ser-icon-btn li:nth-child(7) a::before {
	background-image: url(images/biz-icon005.png);
}
ul.ser-icon-btn li:nth-child(8) a::before {
	background-image: url(images/biz-icon012.png);
}
ul.ser-icon-btn li:nth-child(9) a::before {
	background-image: url(images/biz-icon009.png);
}
ul.ser-icon-btn li:nth-child(10) a::before {
	background-image: url(images/biz-icon010.png);
}
ul.ser-icon-btn li:nth-child(11) a::before {
	background-image: url(images/biz-icon011.png);
}
ul.ser-icon-btn li:nth-child(12) a::before {
	background-image: url(images/biz-icon007.png);
}
body.home .inner.regroup {
	background: #b1ccea;
	background: linear-gradient(to right, #ecf6fc 0%, #b1ccea 100%);
	padding-bottom: 15rem;
	margin-bottom: 10rem;
}
body.home .inner.regroup::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(images/top-content-bg02-2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home .inner.regroup .column2 {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	position: relative;
	z-index: 6;
}
.inner.regroup .column2 .tx {
	width: 38%;
	margin: 0 2%;
}
.inner.regroup .column2 .map {
	width: 56%;
	margin: 0 2% 0 0;
}
.re-logo {
	max-width: 460px;
	margin: 0;
}
.inner.regroup .column2 .tx h3 {
	font-size: 3rem;
	line-height: 1.5;
}
body.home .inner.regroup .re-tx {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: auto;
	align-items: flex-end;
	position: relative;
	z-index: 6;
}
body.home .inner.regroup .re-tx p {
	width: auto;
	margin: 0 3rem;
}
body.home .inner.works::before {
	position: absolute;
	left: 24px;
	top: 0;
	content: '';
	width: 610px;
	height: 135px;
	background-image: url(images/works.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
body.home .inner.works .works-list {
	position: relative;
	z-index: 3;
}
.banner-area {
	padding: 10rem 2rem 5rem 2rem;
	background-color: #F4F7F8;
	position: relative;
}
.banner-area::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(images/top-bottom-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.banner-area ul {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
.banner-area ul li {
	width: calc(100% / 3);
	max-width: 300px;
	padding: 0 2rem;
	margin: 2rem 0;
}
body.home .site-main {
	padding-bottom: 0;
}
.top-maps {
	margin: 0 auto;
	width: 100%;
}
/* slide */
.slide-area {
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	padding: 0 190px 0 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.slide-area .slick-track {
  display: flex !important;
}
.slide-area .slick-slide {
  height: auto !important;
  margin: 0 25px;
}
.slide-area .slick-list{
    overflow: visible;
  margin: 0 -15px;
}
.control {
    display: flex;
	flex-wrap: wrap;
    margin: 3rem 0 0 0;
}
.arrow_box,.arrow_box02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.75rem;
}
.prev-arrow,
.next-arrow {
    display: block;
    width: 70px;
    height: 70px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
	margin-right: 1rem;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: '';
	left: 0;
	top: 0;
    width:70px;
    height:70px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.prev-arrow::before {
	background-image: url(images/slide-arrow-prev.png);
}
.next-arrow::before {
	background-image: url(images/slide-arrow-next.png);
}
.btn-list {
	margin-left: 3.5rem;
	width: 215px;
}
.btn-list a {
	color: #005BA8;
	text-decoration: none;
	border: 2px solid #005BA8;
	text-align: center;
	font-weight: 500;
	font-size: 1.25rem;
	align-items: center;
	display: inline-flex;
	height: 100%;
	width: 100%;
	justify-content: center;
}
.slide-item .thum {
	position: relative;
	display: block;
}
.slide-item .thum .c-name,.slide-item .thum .group {
	position: absolute;
	left: 0;
	top: 0;
}
.slide-item .thum .c-name, .slide-item .thum .group {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: .875rem;
	font-weight: 500;
	color: #FFF;
	padding: .75rem 1.75rem;
}
.slide-item .thum .c-name {
	background-color: #F39800;	
}
.slide-item .thum .ecocute {
	background-color: #2AA738;
}
.slide-item .thum .solar {
	background-color: #F39800;
}
.slide-item .thum .aircon {
	background-color: #61AAE5;
}
.slide-item .thum .reform {
	background-color: #7C929D;
}
.slide-item .thum .electrical-work {
	background-color: #DC67E5;
}
.slide-item .thum .other {
	background-color: #AFAEA7;
}
.slick-works .slide-item a {
	text-decoration: none;
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}
.slick-news .slick-slide {
	background-color: #7C929D;
}
.slick-news a {
	text-decoration: none;
	background-color: #7C929D;
	color: #FFF;
	display: block;
}
.slick-news .date {
	width: 100%;
	background-color: #E3E9ED;
	display: inline-flex;
	color: #7C929D;
	padding: .5rem 1rem;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .06em;
}
.slick-news .title {
	width: 100%;
	display: inline-flex;
	padding: .5rem 1rem;
	font-size: .9rem;
}
.slide-area .slick-news .slick-slide {
	display: flex;
}
.slide-area .slick-news .slide-item,.slide-area .slick-news .slide-item a {
	height: 100%;
}
@media screen and (min-width:1025px){
	.main-image .slick-main img {
		height: 90vh;
		object-fit: cover;
		width: 100%;
		object-position: 50% 35%;
	}
	body.home .inner {
		padding-left: 9rem;
	}
	body.home .inner.service {
		padding-right: 9rem;
	}
	body.home .inner.regroup {
		padding-left: 0;
	}
}
@media screen and (max-width:1600px){
	ul.ser-icon-btn li a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:1400px){
	ul.ser-icon-btn li a {
		padding-left: 6rem;
		font-size: 1.375rem;
		text-align: left;
		justify-content: flex-start;
	}
	ul.ser-icon-btn li a::before {
		width: 50px;
		height: 40px;
		left: 15px;
		top: 30px;
	}
	ul.ser-icon-btn li a .fs-ss {
		font-size: 1rem;
		line-height: 1;
		margin-top: -2rem;
	}
	body.home .inner.news::before {
		width: 75%;
		height: 100%;
	}
	body.home .inner.company::before {
		width: 57%;
		height: 100%;
	}
	body.home .inner.service::before {
		width: 43%;
		height: 100%;
	}
	body.home .inner.works::before {
		width: 41%;
		height: 100%;
	}
	.inner.regroup .column2 .tx h3 {
		font-size: 2.5rem;
	}
}
@media screen and (max-width:1240px){
	ul.ser-icon-btn li {
		width: calc(100% / 2);
		padding: 0 1%;
		margin-bottom: 1rem;
	}
	.main-image .catch h2 {
		font-size: 2.75rem;
	}
	.main-image .catch {
		padding: 3.5rem 2.5% 0 2.5%;
	}
	.inner.regroup .column2 .tx h3 {
		font-size: 2rem;
	}
	.re-logo {
		max-width: 240px;
	}
	.footer-wrap-top .right {
		display: initial;
	}
	.footer-wrap-top .right .r-nav {
		margin-left: 0;
	}
	ul.contact-list li .tel .eigyo {
		width: 100%;
		margin: .5rem 0 0 0;
	}
	ul.contact-list li a img {
		max-width: 40px;
	}
	ul.contact-list li a {
		padding: 1.25rem;
	}
	ul.contact-list li .tel-num a img {
		max-width: 300px;
	}
	.footer-wrap-top::before {
		width: 38%;
		height: 100%;
	}
	body.home .inner.company .white-area .left, body.home .inner.company .white-area .right {
		width: 100%;
		margin: 0;
	}
	body.home .info-photo-area {
		margin-top: 0;
	}
	body.home .info-photo-area .image:nth-child(1) {
		top: 0;
	}
	body.home .info-photo-area .image:nth-child(2) {
		margin-top: 10rem;
	}
}
@media screen and (max-width:1024px){
	body.home .inner {
		padding: 0 1rem;
	}
	.main-image .catch h2 {
		margin: 1rem 0 0 0;
		font-size: 2.25rem;
	}
	.main-image .catch p {
		font-size: 1.5rem;
	}
	.main-image .catch p .fs-ss {
		font-size: .75rem;
	}
	.prev-arrow,.next-arrow ,.prev-arrow::before,.next-arrow::before {
		width: 40px;
		height: 40px;
	}
	.btn-list {
		margin-left: 2rem;
	}
	.btn-list a {
		border: 1px solid #005BA8;
		font-size: 1rem;
	}
	body.home .inner h2 {
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}
	.slide-area {
		padding-right: 120px;
		padding-left: .5rem;
	}
	body.home .inner.company .white-area .right p {
		width: 100%;
	}
	body.home .more {
		margin: 0 0 3rem 0;
	}
	body.home .more a {
		font-size: 1rem;
		padding: .5rem;
	}
	body.home .info-photo-area {
		padding: 0 2rem 6rem 2rem;
	}
	body.home .info-photo-area .image:nth-child(1) {
		left: 5rem;
	}
	body.home .inner.service {
		padding-bottom: 7rem;
	}
	body.home .inner.regroup .column2 .tx, body.home .inner.regroup .column2 .map {
		width: 100%;
		margin: 0 auto 1rem auto;
	}
	.inner.regroup .column2 .tx h3 {
		text-align: center;
		font-size: 2.5rem;
	}
	.re-logo {
		max-width: 340px;
		margin: 0 auto 2rem auto;
	}
	body.home .inner.regroup {
		padding-bottom: 10rem;
		margin-bottom: 7rem;
	}
	body.home .inner.regroup .re-tx p {
		margin: 0 auto;
	}
	body.home .inner.regroup .more {
		margin: 0 auto;
	}
	body.home .inner.works {
		padding: 0 0 5rem 0;
	}
	.banner-area {
		padding: 6rem 1rem 3rem 1rem;
	}
	.slick-news .date {
		font-size: 1.11rem;
	}
	ul.contact-list li a {
		font-size: 1rem;
	}
	body.home .site-footer {
		margin-bottom: 80px;
	}
	body.home .inner.regroup .re-tx p, body.home .inner.regroup .re-tx .more {
		width: 100%;
		margin: 0;
	}
	body.home .site-header.fixed {
		position: relative;
		background-color: transparent;
	}
	.slide-item .thum .c-name, .slide-item .thum .group {
		padding: .375rem .5rem;
		font-size: .75rem;
	}
	body.home .inner.works .works-list h2,body.home .inner.news h2 {
		padding-left: 1rem;
	}
	.slide-area .slick-list {
		margin: 0;
	}
	body.home .inner.news {
		padding: 0;
	}
}
@media screen and (max-width:768px){
	.slide-area {
		padding-right: 90px;
	}
	.footer-wrap-top .left, .footer-wrap-top .right {
		width: 100%;
		margin: 0 auto;
		padding: 0 2%;
	}
	ul.contact-list li .tel-num a img {
		width: 100%;
		height: auto;
		max-width: 280px;
	}
	.footer-wrap-top .left .logo {
		width: 60%;
		max-width: 320px;
	}
	.footer-wrap-top .left p.btx {
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.25;
	}
	.site-footer .l-nav ul {
		padding-top: 3rem;
	}
	.footer-wrap-top .right ul li {
		margin-bottom: .5rem;
		font-size: .9rem;
	}
	.footer-wrap-top {
		padding-bottom: 3rem;
	}
	.main-image .catch {
		position: relative;
		margin-top: -5rem;
	}
	.main-image .catch h2 {
		margin: 0;
		font-size: 2rem;
	}
	body.home .inner.news {
		margin-top: 4rem;
	}
	body.home .inner h2 {
		font-size: 2rem;
	}
	.slide-area .slick-slide {
		margin: 0 10px;
	}
	.btn-list {
		width: 130px;
		margin-left: 1rem;
	}
	body.home .inner h2 {
		padding-top: 2rem;
	}
	.footer-wrap-top {
		padding-bottom: 3rem;
	}
	.slick-works .slide-item a {
		font-size: 1.125rem;
		font-weight: 500;
	}
	.slick-news .date,.slick-news .title {
		font-size: .9rem;
		padding: .5rem;
		line-height: 1.25;
	}
}
@media screen and (max-width:640px){
	ul.ser-icon-btn li {
		width: 100%;
	}
	.inner.regroup .column2 .tx h3 {
		font-size: 2rem;
		margin: 0 auto 2rem auto;
	}
	.re-logo {
		max-width: 240px;
		width: 80%;
	}
	.banner-area ul li {
		padding: 0 .5rem;
	}
	.banner-area {
		padding: 3rem 1rem 1rem 1rem;
	}
	.footer-wrap-top {
		padding-top: 4rem;
	}
	body.home .inner.company {
		margin-top: 8rem;
	}
	body.home .info-photo-area .image:nth-child(1) {
		left: 2rem;
	}
	body.home .info-photo-area .image:nth-child(2) {
		width: 45%;
		margin-top: 7rem;
	}
	body.home .inner.regroup .re-tx .more {
		margin: 0 auto;
	}
	body.home .inner.regroup {
		padding-bottom: 8rem;
		margin-bottom: 5rem;
	}
}
@media screen and (max-width:480px){
	.inner.regroup .column2 .tx h3 {
		font-size: 1.75rem;
	}
	.slide-area {
		padding-right: 50px;
	}
	.main-image .catch {
		margin-top: -3rem;
	}
	.main-image .catch h2 {
		font-size: 1.75rem;
	}
	.main-image .catch p {
		font-size: 1.25rem;
	}
}