@charset "utf-8";
/* ===================================================================
 style reset
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
p,li,ul,td,dl,dt,dd{
	font-weight: 500;
}

article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

nav ul {
    list-style: none;
}

ul li,
ol li {
    list-style: none;
}

address {
	font-style: normal;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

iframe, video {
	vertical-align: bottom;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}

select,input,button,textarea,button {
	xfont-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	xfont-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	xfont-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	xfont-family: "Roboto", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	outline: 0;
}

pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
select,
option {
    cursor: pointer;
	outline: 0;
	border: 0;
}

optgroup {
    cursor: default;
}

sup,
sub {
    font-size: 75%;
}

select {
    min-width: 2em;
}

textarea {
	resize: vertical;
	width: 100%;
	margin: 0;
}


/*----------------------------------------------------
	common
----------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
     font-family: 游ゴシック, 'Noto Sans JP', sans-serif;
    background: #ffffff;
    color: #373737;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-feature-settings: "palt";
    -webkit-print-color-adjust: exact;
    margin: 0;
    padding: 0;
}
#allWrap {
	width:100%;
	overflow:hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
li{
	list-style: none;
}
/*----------------------------------------------------
    LINK
----------------------------------------------------*/
a:link {
    color: #373737;
    text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
a:visited {
    color: #373737;
    text-decoration: none;
}
a:hover {
    color: #373737;
    text-decoration: none;
}
a:active {
    color: #373737;
    text-decoration: none;
}
/* -----------------------------------------------------------
    pagetop
----------------------------------------------------------- */
.topBtn {
    position: fixed;
    right: 5%;
    display: block;
    color: #0097e3!important;
    font-size: 14px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-sizing: border-box;
    background: #ffff00;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

/* -----------------------------------------------------------
    pagenation
----------------------------------------------------------- */
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0!important;
}
.page-numbers{
	padding: 2px 12px;
    border-color: #1B97E6;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    color: #1B97E6!important;
}
.pagination span.current {
    background: #1B97E6;
    color: #fff!important;
}
body.category .pagination ul.page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0!important;
	margin: 0;
	border-color: transparent;
}
body.category .pagination ul.page-numbers li{
	border-bottom: none;
}
/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
#header {
    display: none;
}
header {
    display: flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-top: -28px;
}
header ul li a:hover { color: #0097e3; }
header ul li a:hover span { color: #0097e3; }
header .inner {
    width: 100%;
	height: 100px;
	line-height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
header ul {
    display: flex;
    width: 412px;
    justify-content: space-between;
    margin-right: 0;
}
header ul li a {
    font-size: 18px;
}
header ul li span {
    clear: both;
    color: #0097e3;
    display: block;
    font-size: 13px;
}
header ul li {border-left: 1px solid #aaa;width: 33.3%;text-align: center;line-height: 140%;font-weight: bold;}
header ul li:last-child { border-right: 1px solid #aaa; }

header p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 26px;
}
header p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 3px;
}
header a.logo img {
    width: 480px;
    margin-left: 20px;
}


header a.logo {
    overflow: hidden;
    display: block;
    float: left;
}
header .menu {
    display: flex;
}
header .business_hours p {
    font-size: 15px;
    font-weight: bold;
}
header .business_hours .tel {
    color: #076dca;
    font-size: 30px;
}

header .business_hours {
    line-height: 160%;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

.sp{ display: none; }

@media screen and (min-width:1150px) and ( max-width:1280px) {
header a.logo img {
    width: 350px;
    margin-left: 10px;
}
}
@media screen and (min-width:930px) and ( max-width:1149px ) {
header ul{width:300px;}
header a.logo img {
    width: 320px;
}
header .business_hours{margin-right:0;margin-left:5px;}
header .business_hours .tel {
    font-size: 20px;
}

header .business_hours p {
    font-size: 13px;
}
}
@media screen and (min-width:769px) and ( max-width:929px ) {
header ul{width: 260px;}
header a.logo img {
    width: 220px;
    margin-left: 10px;
}
header .business_hours{margin-right:0;margin-left:5px;}
header .business_hours .tel {
    font-size: 18px;
}

header .business_hours p {
    font-size: 12px;
}
header ul li a {
    font-size: 14px;
    padding:0;
    margin:0

}
header ul li span {
    font-size: 11px;
        padding:0;
    margin:0
}
}
@media screen and (min-width:848px) and ( max-width:929px ) {
header a.logo img {
    width: 303px;
    margin-left: 4px;
}

}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

footer section ul li a:hover { color: #0097e3; }
footer section ul li a:hover span { color: #0097e3; }
footer section.contact {
    background: #0097E3;
    text-align: center;
    color: #fff;
    padding-top: 57px;
    padding-bottom: 60px;
    margin-bottom: 37px;
}
footer section.contact .yellow {
    color: #FFFF00;
    font-family: 'Century Gothic';
}
footer section.contact .yellow p:nth-child(1) {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0;
}
footer section.contact .yellow p:nth-child(1) span {
    font-size: 40px;
    font-weight: normal;
}

footer {
    text-align: center;
}
small {
    font-size: 13px;
}
footer section ul {
    display: flex;
    max-width: 412px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}
footer section ul li a {
    font-size: 18px;
}
footer section ul li span {
    clear: both;
    color: #0097e3;
    display: block;
    font-size: 13px;
}
footer section ul li {border-left: 1px solid #aaa;width: 33.3%;line-height: 140%;font-weight: bold;}
footer section ul li:last-child { border-right: 1px solid #aaa; }
footer section:nth-child(2) p {
    font-size: 19px;
    font-weight: bold;
}
footer section.contact p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 26px;
}
footer section.contact p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 3px;
}
footer a.logo img {
    max-width: 480px;
    width: 74%;
    min-width: 300px;
}
footer a.logo {
    overflow: hidden;
    margin-bottom: 24px;
    display: block;
    margin-top: 10px;
}
footer section.contact .yellow p:nth-child(2) {
    letter-spacing: normal;
}

/* -----------------------------------------------------------
    characteristic
----------------------------------------------------------- */

section#characteristic ul li {border: 1px solid #096fca;width: 24%;text-align: center;padding-bottom: 50px;}
section#characteristic ul {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top: 60px;
    }
section#characteristic ul li span {
    background: #0097E3;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
    width: 80px;
    clear: both;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: -28px;
    line-height: 110%;
    font-size: 19px;
    padding-top: 24px;
}
section#characteristic ul li img {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section#characteristic ul li p {
    line-height: 120%;
    font-weight: bold;
    font-size: 22px;
}
section#characteristic {
    text-align: center;
    max-width: 1350px;
    width: 100%;
    margin-bottom: 90px;
}
section#characteristic h2 {
    margin-bottom: 15px;
}
section#characteristic p {
    font-size: 21px;
    line-height: 130%;
    font-weight: bold;
}
section#characteristic h2 p {
    display: inline-block;
    color: #0097e3;
    font-size: 40px;
}
section#characteristic h2 span {
    font-size: 60px;
    font-weight: bold;
}
.blue {
    background: #0097e3;
    padding-bottom: 60px;
}
.blue h2 {
    color: #fff;
    margin-bottom: 0;
}
.service1 h3 {
    color: yellow;
    padding-top: 40px;
}
/* -----------------------------------------------------------
    service
    ----------------------------------------------------------- */
section#service ul.box {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
section#service ul.box li h3 {
    color: yellow;
}
section#service  ul li div{
    background-image: url("../images/top/service1.jpg");
    padding-top: 66.6666666667%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}
section#service  ul li:nth-child(2) div{
	background-image: url("../images/top/service2.jpg");
}
section#service  ul li:nth-child(3) div{
	background-image: url("../images/top/service3.jpg");
}


.service1 {
    background-image: url("../images/top/service4.jpg");
    text-align: center;
    color: #fff;
    padding-bottom: 152px;
}

.service1 ul {}
section#service ul li {
    width: 49%;
    text-align: center;
}
section#service {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.service1 h3 div {
    color: #fff;
}
.service1 ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 60px;
}
.service1 ul li {
    background: #fff;
    color: #000;
}
.service1 ul li {
    width: 48%;
    padding-top: 50px;
    padding-bottom: 35px;
}
.service1 ul li h4 {
    font-size: 25px;
    line-height: 140%;
    height: 80px;
}
.service1 ul li:nth-child(2) h4 {
    line-height: 80px;
}
span.border01 {
    border: 2px solid #939393;
    width: 80px;
    display: block;
    margin: auto;
}
.service1 ul li p {
    width: 87%;
    text-align: left;
    margin: auto;
    margin-top: 30px;
}
.service1 h2 {
    color: #fff;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}
/* -----------------------------------------------------------
    common
----------------------------------------------------------- */
.contents section {
    max-width: 1022px;
    margin: auto;
    width: 100%;
}
h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 90px;
    color: #373737;
    padding-top: 75px;
}

/* -----------------------------------------------------------
    main visual
----------------------------------------------------------- */

section#mv p span {
    color: #076DCA;
}
section#mv p:nth-child(2) {
    background: rgba(255, 255, 255, 0.8);
    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 27px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
section#mv {
    background: url(../images/top/mv.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 630px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    padding-top: 33.3333%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    max-width: 100%;
}
section#mv p:nth-child(1) {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    font-size: 60px;
    font-weight: bold;
    line-height: 120%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
section#service ul li:hover div {
    opacity: 0.5;
}
@media screen and (min-width:769px) and ( max-width:1200px ) {
section#mv p:nth-child(2) {
    bottom: 7%;
    font-size: 20px;
}
section#mv p:nth-child(1) {
    font-size: 40px;
}

section#mv {
    height: 450px;
}
section#characteristic ul li p {
    font-size: 18px;
}
}

/* -----------------------------------------------------------
    COMPANY
----------------------------------------------------------- */
/*	(dl) */

#company dl {
	border-top: none;
	width: 100%;
	font-size: 18px;
	display: table;
}
#company dl:last-of-type {
	border-bottom: none;
}
#company dl {
	border-top: 1px dotted #b0b0b0;
}
#company dl > dt {
	width: 15%;
	padding: 2em;
	padding-left: 1em;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	/* font-weight: bold; */
}
#company dl > dd {
    margin: 0;
    padding: 2em 0 2em 4em;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /* font-weight: normal; */
}
#company dl > dd a{
	color: #026CB7;
	display: inline-block;
}
#company dl > dd::before{
	width: 10px;
	height: 5px;
	background: #FFF;
	position: absolute;
	top: -3%;
	left: 0;
}
section#company {
    line-height: 135%;
    margin-bottom: 85px;
}

section#service ul li div p {
	font-size: 50px;
	font-weight: bold;
	line-height: 120%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	}
section#service ul li div p span { font-size: 30px; }
section#service ul li div p span { display: block; }
.service1 ul li p { font-size: 18px; }
.service1 h3 { padding-top: 40px; }
h3 {
    color: yellow;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
h3 span { font-size: 60px; }


/* -----------------------------------------------------------
    interior
----------------------------------------------------------- */
section#interior h2 {
    color: #0097e3;
    padding-top: 0px;
    margin-bottom: 50px;
}
section#interior ul li {
    background: #0097e3;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: 32.5%;
    padding-top: 35px;
    padding-bottom: 35px;
}
section#interior ul li p {
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
section#interior ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
section#interior {
    text-align: center;
    padding-top: 22px;
    }
section#interior h3 {
    color: #6d6f71;
}
.interior_bak {
    background-image: url(../images/top/interior.jpg);
    overflow: hidden;
    display: block;
    height: 760px;
}
section#interior p {
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    font-size:21px;
}

/* -----------------------------------------------------------
    illumination
----------------------------------------------------------- */
.illumination section img {
    margin: auto;
    display: block;
}
.illumination section h2 {
    margin-bottom: 20px;
    padding-top: 40px;
}
.illumination section p {
    font-size: 21px;
    color: #000;
}
.illumination {padding-bottom: 60px;}

.illumination section img {
    margin-bottom: 35px;
}
.illumination span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 70px 0 70px;
    border-color: #6D6F71 transparent transparent transparent;
    display: block;
    margin: auto;
}

/* -----------------------------------------------------------
    demolition
----------------------------------------------------------- */
.demolition {
    background: #EDF8FC;
    text-align: center;
    padding-bottom: 90px;
}
.demolition section h2{
    color: #0097e3;
    margin-bottom: 15px;
    padding-top: 20px;
}
.demolition p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.demolition span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 70px 0 70px;
    border-color: #0097e3 transparent transparent transparent;
    display: block;
    margin: auto;
}
.demolition .flow {
    background: #fff;
    border: 2px solid #64b2ec;
    padding-bottom: 45px;
    margin-top: 30px;
}
.demolition .flow h4 {
    color: #0097e3;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* -----------------------------------------------------------
    centre
----------------------------------------------------------- */
.centre {background: #F7F7F7;padding-bottom: 105px;}
.centre ul li {
    background: #fff;
    border: 1px solid #000;
    width: 49%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.centre ul {display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.centre ul li h4 {
    border-bottom: 1px solid #aaa;
    text-align: left;
    margin: auto;
    height: 103px;
    line-height: 95px;
    font-size: 24px;
    margin-bottom: 20px;
}
.centre ul li h4 img {
    vertical-align: middle;
    margin-right: 30px;
}
.centre p.area span {
    color: #086ECA;
    font-size: 35px;
    letter-spacing: -0.5px;
    font-weight: bold;
}
.centre ul li p {
    font-size: 18px;
    margin-left: 1em;
}
.centre p.area b {
    font-weight: 500;
    width: 154px;
    display: inline-block;
}
.centre span.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 70px 0 70px;
    border-color: #6D6F71 transparent transparent transparent;
    display: block;
    margin: auto;
}

/* -----------------------------------------------------------
    recyclecenter
----------------------------------------------------------- */

.recyclecenter {
    background-image: url(../images/top/bak.jpg);
    text-align: center;
    color: #fff;
    padding-bottom: 96px;
}

.recyclecenter h2 {
    color: #fff;
    padding-top: 10px;
    line-height: 120%;
    margin-bottom: 60px;
}

.recyclecenter h2 span {
    display:block;
    font-size: 30px;
    font-weight: normal;
}

.recyclecenter section p {
    text-align: left;
    font-size: 21px;
}

@media screen and (min-width:769px) and ( max-width:1210px ) {

section#service ul li div p {font-size: 30px;}
.contents section {width: 90%;}
.service1 {padding-bottom: 86px;}
.recyclecenter { padding-bottom: 50px;}
.centre ul li p {
    font-size: 16px;
}

.centre ul li h4 {
    font-size: 22px;
    text-align: center;
}

.centre ul li h4 img {
    max-width: 77px;
    margin-right: 5px;
}

.centre ul li {
    padding-left: 5px;
    padding-right: 5px;
}

.centre p.area b {
    width: 124px;
}
}