@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

/*============= #html,body =============*/
html,
body {
	font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック",
		Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo,
		sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000;
	background: #fff none;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
*::selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
.oh-open {
	overflow: visible;
}
@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
	.effect-fade-hover {
		transition: 0.5s ease;
	}
	.effect-fade-hover:hover {
		opacity: 0.7;
	}
}

/*============= #wrapper =============*/
@media screen and (min-width: 768px) {
	#wrapper {
		min-width: 1024px;
	}
	.w1000 {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}
/*============= #header =============*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 85px;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	#header {
		min-width: 1024px;
	}
}
.header-in {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0 0 0 35px;
}
.hlogo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.hlogo {
		width: 300px;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 10px 0;
	}
}

.hlogo__wrap{
	display: flex;
	align-items: center;
}

.hlogo img{
	height: 36px;
	width: auto;
	margin:0 20px;
}
.hlogo img.one{
	height: 30px;
	margin-left:0px;
}
.hlogo span{
	font-size:18px;
}
.logo__link {
}
/*------------ hnav-list ------------*/

.header-item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.header-item-tel {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	margin-right: 30px;
}
.header-item-tel > a {
	font-weight: bold;
	color: #014b9e;
	font-size: 36px;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 5px;
}
.header-item-tel > a::before {
	width: 21px;
	height: 28px;
	content: "";
	background: url(../../img/solar-maintenance/common/ico_01.png) center / 100%
		no-repeat;
	display: inline-block;
	position: relative;
	margin-right: 3px;
}
.header-item-tel > span {
	line-height: 1;
	display: block;
	font-size: 14px;
}
.header-contact {
	background-color: #99d900;
	width: 280px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.header-contact > .fas {
	margin-right: 5px;
}

@media screen and (min-width: 768px) {
span.header-item-company{
	display: none;
}
}

/*------------ sp-header__menu-wrap ------------*/

/*============= #main =============*/
@media screen and (min-width: 768px) {
	#main {
		display: block;
		margin: 39px 0 0;
	}
}
/*============= #見出し =============*/
.blk__ttl {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
}
.blk__ttl span {
	color: #ff7e16;
}
/* ------ option ------ */
.blk__ttl02 {
	background: url(../../img/solar-maintenance/common/ttl_bg.png) center / 100%
		no-repeat;
	width: 490px;
	height: 130px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.blk__ttl02--en {
	display: block;
}
.blk__ttl02--main {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.blk__ttl02--main > span {
	color: #ffdd21;
}
/*============= #contact =============*/
.block-contact {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.block-contact-tel {
	margin-right: 25px;
}
.block-contact__num {
	color: #014b9e;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.block-contact-tel span {
	font-size: 18px;
	display: block;
	line-height: 1;
	margin-top: 5px;
}
.block-contact__btn {
	border-radius: 10px;
	background-image: -moz-linear-gradient(
		90deg,
		rgb(139, 192, 24) 0%,
		rgb(173, 224, 31) 100%
	);
	background-image: -webkit-linear-gradient(
		90deg,
		rgb(139, 192, 24) 0%,
		rgb(173, 224, 31) 100%
	);
	background-image: -ms-linear-gradient(
		90deg,
		rgb(139, 192, 24) 0%,
		rgb(173, 224, 31) 100%
	);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1),
		inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	width: 438px;
	height: 80px;
	z-index: 3;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.block-contact__btn .fas {
	margin-right: 5px;
}
/*============= #base-pack =============*/
.base-pack {
}
.base-pack__ttl {
	width: 408px;
	height: 62px;
	background: url(../../img/solar-maintenance/common/pack/ttl_bg02.png) center /
		100% no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 auto 75px;
}
.base-pack-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	max-width: 1100px;
}
.base-pack-list::after {
	content: "";
	width: 233px;
	height: 78px;
	background: url(../../img/solar-maintenance/common/arw_02.png) center / 100%
		no-repeat;
	position: relative;
	margin: auto;
	display: block;
}
.base-pack-item {
	width: calc((100% - 50px) / 3);
	height: 90px;
	background: url(../../img/solar-maintenance/common/bg_ptn.jpg) center /
		32.5px repeat;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}
.base-pack-item__ico {
	width: 55px;
	display: block;
	align-self: flex-start;
}
.base-pack-item-in {
	width: calc(100% - 55px);
	padding: 0 20px;
	font-size: 14px;
	line-height: 1;
}
.base-pack-item__txt {
	font-size: 24px;
	font-weight: bold;
	color: #d73d00;
	display: block;
	margin-bottom: 5px;
}
.base-pack-btmtxt {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
	/*margin-bottom: 800px;*/
}
.footer-copy {
	font-size: 12px;
	width: 100%;
	padding: 6px 0 25px;
	text-align: center;
}

/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 13px;
		line-height: 1.6;
	}
	.oh-open {
		overflow: hidden;
	}
	/*============= #wrapper =============*/
	#wrapper {
	}
	/*============= #header =============*/
	#header {
		height: 60px;
	}
	.header-in {
		padding: 0 0 0 6px;
	}
	.hlogo {
		width: 118px;
		padding: 0;
		align-items: center;
	}
	.hlogo img{
		margin:0;
		height: 28px;
	}
	.hlogo img.one{
		display: none;
	}
	.hlogo span{
		display: none;
	}
	.header-item {
		width: calc(100% - 118px);
	}
	.header-item-tel {
		margin-right: 5px;
	}
	.header-item-tel > a {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 2px;
	}
	.header-item-company{
		margin: 3px 0 0;
	}
	.header-contact {
		width: 60px;
		height: 60px;
		font-size: 12px;
		flex-direction: column;
	}
	.header-contact .text{
		display: none;
	}
	.header-contact i{
		font-size: 20px;
	}
	.header-item-tel > span {
		font-size: 10px;
	}
	.header-item-tel{
		text-align: right;
		align-items: flex-end;
		position: relative;
    bottom: 6px;
	}
	/*------------ hnav ------------*/

	/*============= #main =============*/
	#main {
		margin-top: 59px;
	}
	/*============= #blk__ttl =============*/
	.blk__ttl {
		font-size: 25px;
	}
	.blk__ttl02 {
		width: 300px;
		height: 84px;
	}
	.blk__ttl02--main {
		font-size: 20px;
	}
	/*============= #contact =============*/
	.block-contact {
		display: block;
	}
	.block-contact-tel {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.block-contact__num {
		font-size: 44px;
	}
	.block-contact-tel span {
		font-size: 15px;
	}
	.block-contact__btn {
		width: 300px;
		height: 70px;
		font-size: 20px;
		margin: 17px auto 0;
	}
	/*============= #pack =============*/
	.base-pack-list {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
	.base-pack__ttl {
		width: 308px;
		height: 47px;
		font-size: 18px;
		margin: 0 auto 45px;
	}
	.base-pack-item {
		width: 100%;
		height: 70px;
		-webkit-background-size: 16px;
		background-size: 16px;
		padding: 0 0 0 10px;
		margin-bottom: 15px;
	}
	.base-pack-item__ico {
		width: 45px;
	}
	.base-pack-item-in {
		width: calc(100% - 45px);
		padding: 0 10px;
		font-size: 13px;
	}
	.base-pack-item__txt {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.base-pack-btmtxt {
		font-size: 35px;
	}
	/*============= #footer =============*/

	/*============= #not-found 404 =============*/
}
