@charset "UTF-8";
@import url(font-awesome.min.css);

html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	overflow: hidden;
	min-width: 1040px;
	width: 100%;
	margin: 0 auto;
	font-family: Helvetica,Arial, "Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a,
a:focus {
	outline: none;
}
p,
li,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
	vertical-align: middle;
}
.onlySp,
.slider .onlySp,
nav.gNav ul.menu li.onlySp {
	display: none;
}

/*----------ヘッダー----------*/
header {
	width: 1000px;	
	margin: 0 auto;
	padding: 40px 0;
	-js-display: flex;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-webkit-align-items: center; /* Safari etc. */
	-ms-align-items: center; /* IE10 */
 	align-items: center;
 	justify-content: space-between;
	-ms-justify-content: space-between; /* IE10 */
	-webkit-justify-content: space-between; /* Safari etc. */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
} 
header > div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-webkit-align-items: center; /* Safari etc. */
	-ms-align-items: center; /* IE10 */
 	align-items: center;
 	justify-content: space-between;
	-ms-justify-content: space-between; /* IE10 */
	-webkit-justify-content: space-between; /* Safari etc. */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
header > div p {
	margin: 0 60px 0 0;
}
header > div p img {
	width: auto;
	height: 66px;
}
header > a {
	display: none;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}
h1 img {
    width: 280px;
    height: auto;
}
h2 {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
h3 {
	margin: 20px 0 0;
	font-size: 1.8rem;
	font-weight: 600;
}
header ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
}
header ul li img {
	width: 45px;
	height: auto;
}

/*----------グローバルナビ----------*/
nav.gNav {
	border-top: 2px solid #07569e;
}
nav.gNav ul.menu {
	width: 1000px;
	margin: 0 auto;
	*zoom: 1;
}
nav.gNav ul.menu li {
	display: inline-block;
	width: 200px;
	height: 100%;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
    line-height: 1.6;
    *zoom: 1;
}
nav.gNav ul.menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	color: #07569e;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 1;
}
nav.gNav li.current a {
	border-bottom: solid 2px #07569e;
	box-sizing: border-box;
}
nav.gNav ul li.current a:hover::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
nav.gNav li a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	background-color: #07569e;
	transform-origin: left top;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
nav.gNav li a:hover::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

/*----------TOPページ----------*/
.mainContent {
	padding: 0 0 100px;
	background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 260px;
    background-size: cover;
    background-attachment: fixed
}
.mainContentIn {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
 	justify-content: space-between;
	-ms-justify-content: space-between; /* IE10 */
	-webkit-justify-content: space-between; /* Safari etc. */
	width: 1000px;
	margin: 0 auto;
	padding: 140px 0 0;
}
#top .feature {
	width: 545px;
	padding: 40px 0 0;
}
#top .feature img {
	width: 550px;
}
#top .support {
	margin: 10px 0 40px;
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
}
#top .featureTxt span {
	display: inline;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	padding: .6em;
	background-color: #fff;
}
#top .machine img {
	width: 370px;
	height: auto;
}
#top .carbon {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
 	justify-content: space-between;
	-ms-justify-content: space-between; /* IE10 */
	-webkit-justify-content: space-between; /* Safari etc. */
	width: 1000px;
	margin: 100px auto 0;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px gray;
}
#top .bus {
	width: 410px;
}
#top .bus img {
	width: 100%;
}
#top .aboutCarbon {
	width: 470px;
}
#top .aboutCarbon > p:nth-of-type(2) {
	margin: 15px 0 0;
}
#top .aboutCarbon > p:nth-of-type(2) span {
	color: red;
	font-size: 2.0rem;
	font-weight: 800;
}
#top .aboutCarbon h3 {
	margin: 0 0 40px;
	padding: 10px 0;
	color: #00aeeb;
	border-top: 4px solid #00aeeb;
	border-bottom: 4px solid #00aeeb;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}
#top .aboutCarbon h4 {
	margin: 0 0 20px;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
}
#top #aboutWork {
	position: relative;
	width: 1000px;
	margin: 100px auto;
	padding: 40px 0 0;
	background-color: #fff;
	box-shadow: 0 0 5px 2px gray;
}
#top #aboutWork h3 {
	padding: 5px 0 5px 40px;
	background-color: #07569e;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 800;
}
#top #aboutWork > img {
	position: absolute;
	top: .5%;
	right: 7%;
	width: 240px;
	height: auto;
}
#top .aboutWorkIn {
	padding: 40px;
}
#top .aboutWorkIn > p {
	width: 570px;
}
#top .aboutWorkIn > div {
	margin: 40px 0 0;
}
#top .aboutWorkIn > div > p {
	padding: 4px 10px;
	border: 4px solid #00aeeb;
	color: #00aeeb;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4;
}
#top .aboutWorkIn > div img {
	width: 920px;
	height: auto;
}
.recommend {
	margin: 0 0 100px;
	padding: 100px 0;
	background-color: #00aeeb;
}
.recommend > div {
	width: 1000px;
	margin: 0 auto;
}
.recommend img {
	width: 100%;
	height: auto;
}
.recommend ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
 	justify-content: space-between;
	-ms-justify-content: space-between; /* IE10 */
	-webkit-justify-content: space-between; /* Safari etc. */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0;
}
.recommend li {
	width: 32.0%;
	height: auto;
	margin: 2% 0 0;
	padding: 40px 0;
	background-color: #ff0;
	border-radius: 10px;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

/*----------コンテナー----------*/
article {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	width: 1000px;
	margin: 100px auto;
}
article > h1,
article .noteContact {
	width: 320px;
	border-right: 2px solid #000;
	font-family: Noto Serif Japanese,Noto Serif,YuMincho,Yu Mincho,serif;
	font-size: 4.8rem;
	letter-spacing: 0.4em;
}
#contact article h1 {
	letter-spacing: 0;
}
article > div {
	width: 680px;
	padding: 20px 0 20px 40px;
}
article > div dl {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	font-family: Noto Serif Japanese,Noto Serif,YuMincho,Yu Mincho,serif;
}
article > div dl + dl {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 2px solid #000;
}
article > div dt,
article > div dd,
article > div p {
	font-size: 3.3rem;
	line-height: 1.2;
}
article > div p {
	font-family: Noto Serif Japanese,Noto Serif,YuMincho,Yu Mincho,serif;
}
article > div dl span {
	font-size: 2.4rem;
}
article > div dt span.time,
article > div p.note {
	font-family: Helvetica,Arial, "Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,sans-serif;
	color: #797979;
	font-size: 1.8rem;
}
article > div ul {
	margin: 5px 0 0;
}
article > div li {
	position: relative;
	display: inline-block;
	font-size: 2.2rem;
}
.contactUs {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 20px 10px 40px;
	border: 6px solid #000;
	border-radius: 16px;
	background-color: #fff;
}
.contactUsIn p {
	text-align: center;
}
.contactUsIn img {
	width: 960px;
	height: auto;
}
.contactUsIn .subject {
	margin: 0 0 60px;
	font-size: 2.8rem;
	font-weight: 600;
}
.contactUsIn .subject span.cleaning {
	color: #00aeeb;
}
.contactUs .tel {
	font-size: 7.8rem;
	font-weight: 600;
	line-height: 1;
}
.contactUs .tel p:first-child {
	font-size: 2.8rem;
	margin: 0 0 10px;
}
.contactUs .tel i {
	padding: 0 5px 10px 0;
	content: '\f00c';
	font-family: Font Awesome\ 5 Free;
	font-size: 6.0rem;
	vertical-align: bottom;
}
.contactUs .contactEmail {
	margin: 20px 0 0;
	font-size: 2.8rem;
}
.contactEmail {
	display: block;
	height: auto;
	padding: 14px 0 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
}
.contactEmail a {
	border-bottom: 1px solid #000;
}
.contactEmail a:link,
.contactEmail a:visited {
	color: #000;
}
.contactEmail a:hover {

}

/*----------料金表ページ----------*/
#price article > div > div {
		margin: 40px 0 0;
	}
#price article > div li a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#price article > div li a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	background-color: #07569e;
	transform-origin: left top;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#price article > div li a:hover::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

/*----------施工実績ページ----------*/
#construction article {
	display: block;
}
#construction article > div {
	width: 1000px;
	padding: 0;
}
#construction article h1 {
	width: 100%;
	border-right: none;
	border-bottom: 2px solid #000;
}
#construction article > div p {
	font-family: Helvetica,Arial, "Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
}
#construction .example {
	margin: 40px 0 0;
}
#construction .example img {
	width: 100%;
	height: auto;
}
.thumbnail {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	margin: 80px 0 0;
}
.thumbnail li {
	position: relative;
	width: 48.5%;
	height: auto;
	margin: 0 0 40px;
}
.thumbnail li:last-child,
.thumbnail li:nth-last-child(2) {
	margin: 0;
}
/*見えない要素を追加*/
.thumbnail::after,
.thumbnail::before {
 	content: "";
 	display: block;
	width: 23.5%;
	height: 0;
}
.thumbnail::before {
	order: 1;
}
#construction .thumbnail li img {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
#construction article > div.otherEx {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	align-items: center;
	justify-content: center;
	margin: 100px 0 0;
	padding: 20px 0;
	border: 6px solid #00aeeb;
}
.otherEx h2 {
	margin: 0;
	font-size: 2.8rem;
}
.otherEx ul {
	margin: 0 0 0 20px;
}
.otherEx ul li + li {
	margin: 0 0 0 20px;
}
.otherEx a img {
	width: 67px;
	height: auto;
}

/*----------お問い合わせページ----------*/
#contact article > div dl {
	display: inline-block;
	width: 100%;
}
#contact article > div dt {
	margin: 0 0 10px;
	font-size: 1.8rem;
}
button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    margin: 0;
    background: none;
}
.contact a,
button {
	display: block;
	width: 100%;
	padding: 16px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #07569e;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#mail .content dt {
	width: 150px;
}
#mail .content dd {
	width: 560px;
}

.form-select {
    display: block;
    position: relative;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    top: 42%;
    right: 12px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.form-select select {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
    background-color: #ebebeb;
	font-size: 15px;
    font-size: 1.5rem;
    outline: none;
}

/* ie9対策 */
.form-select select:not(:target) {
    width: 120% \9;
}
input[type="text"] {
	max-width: 100%;
	width: 100%;
	height: 50px;
	padding: 10px;
    border: none;
    border-radius: 0;
    outline: none;
 	background-color: #ebebeb;
}
form#mailformpro {
	padding: 0;
}
form#mailformpro dl dt {
	float: none;
	width: 100%;
	padding: 0;
	border-top: none;
	text-align: left;
}
form#mailformpro dl dd {
	padding: 0;
	border-top: none;
	font-size: 1.6rem;
}
#mailformpro textarea {
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #ebebeb;
}
button {
	width: 100%;
	height: 100%;
	margin: 40px 0 0;
	border: none;
	cursor: pointer;
}
input[type="submit"] {
	padding: 0;
	color: #fff;
	font-weight: 600;
}
article .noteContact p {
	padding: 20px 40px 0 0;
	font-family: Helvetica,Arial, "Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
}
article .noteContact p span {
	font-size: 2.0rem;
	font-weight: 5600;
}
article .pP p {
	font-family: Helvetica,Arial, "Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
}
article .pP div {
	margin: 40px 0 0;
}
article .pP div:last-child p {
	text-align: right;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	padding: 16px 0;
	background: none;
	background-color: #07569e;
	border: none;
	font-size: 1.8rem;
	text-shadow: none;
}
.mfp_element_all {
	max-width: 100%;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: none;
	background-color: #07569e;
	box-shadow: none;
}

/*----------サンクスページ----------*/
#thanks .container {
	width: 1000px;
	margin: 100px auto;
	text-align: center;
}
#thanks .container h1 {
	margin: 0 0 60px;
	font-family: Noto Serif Japanese,Noto Serif,YuMincho,Yu Mincho,serif;
	font-size: 4.0rem;
	text-align: center;
}
#thanks .container p {
	margin:  0 0 20px;
	text-align: center;
}
#thanks .container p.tel {
	margin: 0 0 60px;
}
#thanks .linkBtn {
	width: 320px;
	margin: 0 auto;
	border: 2px solid #07569e;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
}
#thanks .linkBtn a {
	display: block;
	padding: 11px 0 7px;
	color: #07569e;
	font-size: 1.8rem;
	font-weight: 600;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#thanks .linkBtn a:hover {
	background-color: #07569e;
	color: #fff;
}

/*----------ページトップ----------*/
#pageTop {
    position: fixed;
    right: 15px;
	clear: both;
	margin: 0;
}
#pageTop a {
    display: block;
	width: 60px;
	height: 60px;
 	padding: 6px 0 0;
	background: #00aeeb;
    text-decoration: none;
	font-size: 26px;
	font-size: 2.6rem;
    color: #fff;
    text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#pageTop a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#pageTop a img {
	width: 33px;
	height: auto;
}

/*----------フッター----------*/
footer {
	margin: 0 auto;
	background-color: #fff;
	letter-spacing: 0;
}
.footerNav {
	padding: 10px 0;
	background-color: #07569e;
	color: #fff;
	text-align: center;
}
.footerNav ul {
	width: 1000px;
	margin: 0 auto;
}
.footerNav li {
	display: inline-block;
	line-height: 1;
}
.footerNav li.onlySp {
	display: none;
}
.footerNav li + li {
	margin: 0 0 0 20px;
}
.footerNav li i {
	padding: 0 0 2px;
	font-size: 2.4rem;
	vertical-align: middle;
}
.footerLogo img {
	width: 290px;
	height: auto;
}
#footerDetailIn {
	-js-display: flex;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
 	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	border-bottom: 1px solid #000;
}
.comInfo {
	font-size: 15px;
	font-size: 1.5rem;
}
.container .tel,
.comInfo .tel {
	margin: 10px 0 0;
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1;
}
.container .tel i,
.comInfo .tel i {
	padding: 0 3px 0 0;
	font-size: 3.3rem;
}
.comName {
	margin: 0 0 30px;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1;
}
.comName span {
	font-size: 75%;
}
.comAddress {
	font-size: 1.7rem;
}
.comInfo p span.name {
	font-size: 50%;
}
.payment {
	display: inline-block;
	margin: 20px 0 0;
	padding: 8px;
	border: 1.5px solid #000;
	line-height: 1;
}
address {
	padding: 30px 0 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
}

/*----------ふるまい----------*/
a:link,
a:visited {
	color: #000;
}
.footerNav a:link,
.footerNav a:visited {
	color: #fff;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom: 1;
}
*::selection {
	background: #cceffb;
}
*::-moz-selection {
	background: #cceffb;
}

/*----------アニメーション----------*/
/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.4);
  }

  to {
      transform: scale(1);
  }
}

/* 下から出現 */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
	from {
	    opacity: 0;
	    transform: translateY(100px);
	}
	to {
	    opacity: 1;
	    transform: translateY(0);
	}
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}