@charset "UTF-8";


/*------------------------*/
/*     全体のスタイル     */
/*------------------------*/



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
    color: #333333;
}
html{
    font-size: 62.5%;
}

body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
}
h1 {
    font-size: 28px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

h3{
     font-size: 22px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(1.8rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
    h3 {
        font-size: 2.2rem;/* 24px*/
    }
}
@media screen and (max-width: 720px) {/* 720px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.2rem;/* 22px*/
    }
    h2 {
        font-size: 1.8rem;/* 18px*/
    }
    h3 {
        font-size: 1.6rem;/* 24px*/
    }
}


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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
li{
    list-style: none;
}



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

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a{
    color: #333333;
    text-decoration: none;
    display: block;
}

img{
    width: 100%;
    height: 100%;
    display: block;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#works .flex,#service .flex{
    flex-wrap: wrap;

}

.menu-content.sp{
    display: none;
}
.menu-content.pc{
    display: block;
}

.contain{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
/*------------------------*/
/*         header         */
/*------------------------*/

.top-header{
  height: 70px;
  box-shadow: 0 2px 6px 6px rgba(197, 197, 197, 0.3);
}

.header-title{
    width: 20%;
    padding-left: 10px;
    background: url(../img/bg-header.png);
    background-size:cover ;
    background-position: right;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: normal;
}

.menu-content.pc,.menu-content_footer.pc{
    width: 65%;
    margin-right: 10px;
}

.menu-content_inner li,.menu-content_inner_footer li{
    display: inline-block;
    width: 15%;
    text-align: center;
}

.number-contact{
    background: #FF8C38;
}

.number-contact_inner,.tel-contact_inner{
        padding: 8px;
}

.number-contact,.tel-contact{
	width: 170px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
	-webkit-transition;
	-moz-transition;
	-ms-transition;
	-o-transition;
}

.number-contact:hover,.tel-contact:hover{
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform:  translateY(-4px);
	-webkit-transform:  translateY(-4px);
	-moz-transform:  translateY(-4px);
	-ms-transform:  translateY(-4px);
	-o-transform:  translateY(-4px);
}

.menu-content .menu-content_inner .number-contact,.menu-content .menu-content_inner .tel-contact{
    width: 170px;
}

.number-contact_inner p,.tel-contact_inner p{
    color: #fff;
    display: inline-block;
    line-height: 1.4;
    font-size: 1.2rem;
    margin-left: 5px;
    text-align: left;
}


.menu-content a{
  transition: 1s;
}

.mail-icon{
    width: 40px;
    height: 40px;
}

.menu-content a strong,.menu-content a em{
    width: 100%;
}

.section-title{
    margin-bottom: 40px;
}


.subtitle{
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}

.mgb-50{
    margin-bottom: 10% ;
}

.mg-15{
    margin: 15% auto;
}
/*------------------------*/
/*        eyecatch        */
/*------------------------*/


.eyecatch-img{
    width: 70%;
    margin: 5% 0 0 30%;
}

.relative{
    position: relative;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.absolute-center.eyecatch-content{
    width: 30%;
    background: rgba(250, 250, 250, 0.8);
    left: 0;
    padding: 5%;
}

.eyecatch-content p{
    font-size: 1.4rem;
    line-height: 1.4;
}

.eyecatch-content h2{    
    margin: 20px 0;
}


.triangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #2662D5;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #2662D5;
}





/*------------------------*/
/*        service         */
/*------------------------*/
.service-content{
    padding: 10px;
    background-position: center;
    width: 33%;
    box-sizing: border-box;
    margin-bottom: 30px;
    height: 180px;
}

.service_text{
    margin-bottom:5% ;
}

.service-content_inner{
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    height: 140px;
    box-sizing: border-box;
}

.service-content_border{
    border: 1px solid #2662D5;
    padding: 10px;
    height: 160px;
    box-sizing: border-box;
}

.service-content_text{
    line-height: 1.2;
    font-size: 1.4rem;
    margin: 5%;
}

.service-content_inner_title{
    margin: 5%;
}
.bg-water{
    background: url(../img/toilet-img.jpg);
    background-size: cover;
}

.bg-reform{
    background: url(../img/reform-img.png);
        background-size: cover;

}

.bg-food{
    background: url(../img/example.jpg);
        background-size: cover;

}


/*------------------------*/
/*        works           */
/*------------------------*/

.works-content_child{
    background: url(../img/example.jpg);
    background-size: cover;
    background-position: bottom;
    width: 30%;
    height: 300px;
    margin-bottom: 30px;
    filter: saturate(0%);
    font-size: 40px;
}
.works-content_child p{
    color: #2662D5;
}

.works-content_child.first{
    width: 100%;
}

#works .common-btn{
    filter: saturate(0%);
    pointer-events: none;
}

#works .common-btn p{
text-decoration: line-through;

}



/*------------------------*/
/*        company         */
/*------------------------*/

#company{
    background: #143677;
}
#company .section-title,#company .subtitle,#company th,#company td{
    color: #fff;
    text-align: left;
}

#company .section-title,#company .subtitle{
    text-align: center;
}

#company{
    padding: 40px 0;
}

#company table tr{
    border-bottom: 1px solid #fff;
}

#company .contain{
    width: 70%;
}


/*------------------------*/
/*        contact         */
/*------------------------*/


.contact{
    background: url("../img/contact-bg.png");
    background-size: cover;
}

.contact .tel-contact,.contact .number-contact{
    margin: 15% auto;
}

.tel-contact{
    background: #143677;
}
.contact-content_left,.contact-content_right{
    width: 50%;
}
.contact-content_left h2,.contact-content_left p{
    text-align: left;
    color: #fff;
}


.contact-content_left p{
    font-size: 1.2rem;
}

.contact-title{
    font-size: 2.4rem;
    line-height: 1.2;
    padding-top:40px ;
    text-align: center;
    color: #fff;
}

.contact-subtitle{
    color: #fff;
    text-align: center;
}


.common-btn{
    display: block;
    width: 200px;
    padding: 20px;
    background: #2662D5;
    margin: 0 auto;
    box-shadow: 0 0 3px 0 rgba(38,98,213,.12), 0 2px 3px 0 rgba(38,98,213,.3);
	transition: .3s;
}

.common-btn:hover{
    box-shadow: 0 15px 30px -5px rgba(38,98,213,.15), 0 0 5px rgba(38,98,213,.1);
	transform: translateY(-4px);
}

.common-btn p{
    position: relative;
    color: #fff;
    font-size: 1.3rem

}

.common-btn p::before{
    content: url(../img/white_arrow.svg);
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}


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

#footer .small{
    text-align: center;
}

#footer{
    background: #143677;
}

#footer p,#footer a,#footer .footer-title,#footer span{
    color: #fff;
}


.footer-title{
    padding: 15px 10px;
}

/*------------------------*/
/*       service-page     */
/*------------------------*/

.service-contain{
    width: 70%;
    margin: 0 auto 10%;
}


.service_page_title{
    background: #F2F2F2;
    text-align: center;
    padding: 10px 0;
}


.service_eyecatch-img{
    background: url("../img/service-bg.jpg");
    height: 60vh;
    background-size: cover;
    background-position: bottom;
}

.service-page_img{
    width: 57.25%;
}

.service-page_img.left-before,.service-page_img.right-before{
    position: relative;

}

.service-page_content{
    width: 42.75%;
    padding: 0 20px;
    box-sizing: border-box;
}

.service-page_content h3{
    padding: 10px 0;
}

.service-page_img.left-before::before,.service-page_img.right-before::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    height: 100%;
    border: #EFEFEF;
    width: 20%;
}
.service-page_img.left-before::before{
    background: url(../img/service-right.svg);
    background-size:cover ;
    right: -1px;
}
.service-page_img.right-before::before{
    background: url(../img/service-left.svg);
    background-size:cover ;
    left: -1px;
}

.service-child-contain{
    background: #EFEFEF;
}



@media screen and (max-width: 980px) {
.number-contact_inner p{
    font-size: 1.2rem;
    line-height: 1.2;
}
}
@media screen and (max-width: 720px) {

    #company .contain{
    width: 90%;
}

.service-child-contain.flex{
    display: block;
    position: relative;
}

.service-page_content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: rgba(239, 239, 239, .8);
    z-index: 10;
}

.service-page_img.left-before::before,.service-page_img.right-before::before{
    display: none;
}

.service-page_img{
    width: 100%;
}


.service-contain{
    width: 80%;
}

.service-child-contain{
    margin-bottom: 20px;
}


/* footer */
.menu-content_footer.pc{
    width: 100%;
}
.menu-content_inner_footer li{
    width: 24%;
}

.footer-top.flex{
    flex-wrap: wrap;
}

.footer-title{
    margin: 0 auto;
}
    /* eyecatch */
.eyecatch-img{
    width: 100%;
    margin: 0;
}

.absolute-center.eyecatch-content{
    left: 50%;
    width: 70%;
}

.menu-content .menu-content_inner .number-contact{
    margin: 30px 0;
}

.menu-content .menu-content_inner .number-contact a,.menu-content .menu-content_inner .tel-contact a{
    border-bottom:0;
    padding: 0;
    margin: 0;
}

.menu-content .menu-content_inner .number-contact a::before,.menu-content .menu-content_inner .tel-contact a::before{
    display: none;
}


/* works */

.works-content_child.first{
    display: block;
}

.works-content_child{
    display: none;
}


/* ハンバーガーメニュー コンテンツ*/

.header-title{
    width: 50%;
}

.menu-content.sp{
    display: block;
    z-index: 99;
}
.menu-content.pc{
    display: none;
}

.sp .menu-title{
  margin: 40px 20px;
  font-size: 2.2rem;
  color: #333333;
  text-align: left;
  font-weight: bold;
}

.sp.menu-content{
  width:calc(100% - 80px);
  height: 100%;
  text-align: center;
  transition: .2s;
  position: fixed;
  top: 0;
  left:calc(-100% - 80px);
  background: #fff;
  color: #333333;
  box-shadow: 80px 0 rgba(38, 98, 213, 0.3);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.sp.menu-content li a{
    color: #333333;
    margin: 15px;
    padding: 5px;
    border-bottom: 0.5px solid #2662D5;
    position: relative;
}
.sp.menu-content li a:before{
    position: absolute;
    content: url(../img/blue_arrow.svg);
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.sp.menu-content li a em{
    font-size: 1.2rem;
}
.sp.menu-content li a em,.sp.menu-content li a strong{
    display: block;
    line-height: 1.2;
}


.sp.menu-content li{
  width: 100%;
  text-align: left;
}

.sp.menu-content.open{
  left: 0;
}


/* ハンバーガーメニュー */

.wrap{
  position: absolute;
  top: 20px;
  right: 20px;
}

.hamburger{
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.hamburger span{
  display: block;
  width: 35px;
  height: 2px;
  background-color: #143677;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.hamburger span:nth-of-type(1){
  position: absolute;
  top: 10px;
  left: 2px;
}

.hamburger span:nth-of-type(2){
  position: absolute;
  top: 20px;
  left: 2px;
}

.hamburger span:nth-of-type(3){
  position: absolute;
  top: 30px;
  left: 2px;
}

.hamburger.active span:nth-of-type(1){
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-of-type(2){
  opacity: 0;
}

.hamburger.active span:nth-of-type(3){
  top: 20px;
  transform: rotate(-45deg);
}

.service-content{
    width: 100%;
}


}
@media screen and (max-width: 480px) {
    .service-contain{
    width: 90%;
}
}
/*------------------------*/
/*          news          */
/*------------------------*/

/*------------------------*/
/*       interview       */
/*------------------------*/



/*------------------------*/
/*        business        */
/*------------------------*/



/*------------------------*/
/*    company&recruit    */
/*------------------------*/



/*------------------------*/
/*         access         */
/*------------------------*/



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