@charset "UTF-8";
/**************************************************
Brakpoint
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style-image: none;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1px;
}
.both {
    clear: both;
}
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* Helper */
.valign_top {
    vertical-align: top;
}
/**************************************************
Brakpoint
***************************************************/
html {
    background: #f5f5f5;
    font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.08em;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
body {
    height: 100%;
    max-width: 1600px;
    margin: auto;
}
/* COMMON
--------------------------------------------------- */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    color: #333333;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover {
  
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.en {
    font-family: 'Roboto', sans-serif;
}
.underline {
    display: inline-block;
    padding-bottom: 0px;
    line-height: 1.6;
    position: relative;
}
.underline::after {
    background-color: #176db7;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .3s all;
    width: 0;
}
.underline:hover::after {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    body {
        font-size: 13px;
        line-height: 1.9;
    }
  
.underline::after {
     display: none;
}
.underline:hover::after {
      display: none;
}
}
/* LAYOUT
--------------------------------------------------- */
.page_header {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}
.mv_service {
    background-image: url(../img/mv_service.jpg);
}
.mv_company {
    background-image: url(../img/mv_company.jpg);
}
.mv_recruit {
    background-image: url(../img/mv_recruit.jpg);
}
.mv_tos {
    background-image: url(../img/mv_tos.jpg);
}
.mv_privacy {
    background-image: url(../img/mv_privacy.jpg);
}


.inner {
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.inner_600 {
    max-width: 600px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.line_wrap{
	position: fixed;
    z-index: -9998;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    display: flex;
   width: calc(100%);
	text-align: center;
	max-width: 1202px;
    margin: 0 auto;
	border-left: #ebebeb 1px solid;
	border-right: #ebebeb 1px solid;

	
  
}
.line_wrap:before{
	content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
	left: 33.333%;
    margin: auto;
    z-index: 0;
}
.line_wrap:after{
	content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
	left: 66.666%;
    margin: auto;
    z-index: 0;
}
a.link_more {
    
    font-size: 14px;
    line-height: 1;
    position: relative;

    width: 215px;
    padding-bottom: 12px;
    letter-spacing:0.1em;
   
}
a.link_more:before{
   position: absolute;
    bottom: 0;

    height: 3px;
    content: '';
    background: #eee;
	width: 215px;
}
a.link_more:after{
      position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
   transition: .3s all;
    transform: scaleX(.7);
    transform-origin: left;
    background: #176db7;

}
a.link_more:hover:after{
 transition: .3s all;
    transform: scaleX(1.0);
	width: 215px;
 background: #176db7;
    opacity: 1;

}

@media only screen and (max-width: 767px) {
    .page_header {
        height: 320px;
    }
	.mv_service {
  
		background-position: left top;
}
   
    .inner, .inner_600 {
        max-width: 100%;
        padding: 0 5%;
        width: 100%;
    }
	
	
.line_wrap{
	position: fixed;
    z-index: -9998;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    display: flex;
   width: calc(100%);
	text-align: center;
	max-width: 90%;
    margin: 0 auto;
	border-left: #ebebeb 1px solid;
	border-right: #ebebeb 1px solid;

	
  
}
.line_wrap:before{
	content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
	left: 50%;
    margin: auto;
    z-index: 0;
}
.line_wrap:after{
	display: none;
}
	
	
}
/* HEADER
--------------------------------------------------- */
.header {
    width: 100%;
    max-width: 1600px;
    padding: 30px 50px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.header .logo_area a{
    display: block;
  
}
.header .logo_area .logo_img {
    width: 240px;
     display: block;
}
.header .gnav_area {
    position: relative;
    margin-top: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header .gnav_area .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.header .gnav_area .gnav li {
    position: relative;
   
}
.header .gnav_area .gnav li a {
    font-size: 16px;
    color: #333333;
     margin-left: 50px;
}

.header .gnav_area .gnav li a.current {
    position: relative;
}
.header .gnav_area .gnav li a.current:after {
    background-color: #176db7;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .header {
        display: block;
        padding: 12px 15px 0 15px;
    }
    .header .logo_area .logo_img {
        max-width: 200px;
    }
    .header .logo_area {
        width: 52%;
    }
    .header .logo_area .head_txt {
        display: none;
    }
    .header .gnav_area {
        width: 70%;
        height: 100%;
        position: fixed;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        margin-top: 0;
    }
    .header .gnav_area .gnav {
        display: block;
        margin: 60px 0 0 0;
        background: #fff;
        height: 100vh;
    }
    .header .gnav_area .gnav li {}
    .header .gnav_area .gnav li a {
        font-size: 15px;
        margin-left: 0;
        padding: 16px 30px !important;
    }
    .header .gnav_area .gnav li a i {
        font-size: 22px;
        color: #666;
        margin-top: 15px;
        vertical-align: -2px;
    }
    .header .gnav_area .gnav li a.current:after {
        display: none;
    }
}
@media all and (-ms-high-contrast: none) {
    .logo_area {
        margin: -40px 0 0 0;
        /*IE*/
    }
}
#masthead {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 100;
}
#masthead.scrolled {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 8999;
}
@media only screen and (max-width: 767px) {
    .drawer-hamburger {
        position: fixed;
    }
    .clone-nav {
        z-index: 0;
    }
}
.top_header {
    position: fixed;
    min-width: 1000px;
}
.header_bg {
    background-color: #fff;
    height: 90px;
    padding: 0px 30px 0 30px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: 1600px;
}
.header_bg.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header_bg.is-show .logo_area {
    padding: 0px;
}
.header_bg.sub_header_bg {
    opacity: 1;
}
.drawer-overlay {
    z-index: 100;
}
.header {
    z-index: 10;
}
.header .logo_area {
    z-index: 3;
    position: fixed;
    padding: 45px 15px 15px 0px;
}
.header .gnav_area {
    z-index: 101;
    position: absolute;
    right: 50px;
    top: 15px;
    width: 60%;
}
.header.sub_menu {
    background-color: #fff;
    position: fixed;
    height: 70px;
    padding: 0px 50px 0 40px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.header.sub_menu .logo_area {
    padding: 15px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
    .header_bg {
        height: 60px;
        padding: 0 20px;
        width: 100%;
    }
    .header_bg .logo_img {
        margin: 15px 0 0 0;
    }
    .header {
        z-index: unset;
        position: static;
        padding: 0;
    }
    .header .logo_area {
        padding: 0;
        margin: 15px 0 0 15px;
        top: 0;
		z-index: 100;
    }
    .header .gnav_area {
        position: fixed;
        right: -16.25rem;
        top: 0;
    }
    .header.sub_menu {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 60px;
        z-index: 9999;
        padding: 0;
    }
    .header.sub_menu .logo_area {
        position: fixed;
        top: 0;
        padding: 0;
    }
}
/* SP MENU
--------------------------------------------------- */
.drawer-nav {
    position: inherit;
    z-index: inherit;
    top: inherit;
    overflow: inherit;
    width: inherit;
    height: inherit;
    color: inherit;
    background-color: inherit;
}
@media only screen and (max-width: 767px) {
    .drawer-nav {
        position: fixed;
        z-index: 101;
        top: 0;
        width: 16.25rem;
        height: 100%;
        color: #000;
        background-color: #fff;
    }
    .drawer--right .drawer-nav {
        right: 50px;
    }
    .drawer--right .drawer-nav {
        right: -30rem;
    }
}
/* SLIDE
--------------------------------------------------- */
.slide_area {
    width: 100%;
    min-width: 1140px;
    height: 65vh;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-image: url(../img/mv.jpg);
}

@media only screen and (max-width: 767px) {
    .slide_area {
        min-width: 100%;
        height: 70vh;
    }
  
}
/* top_service
--------------------------------------------------- */


h2 {
    font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}
h2:after{
     content: "";
    display: block;
    border-bottom: 3px solid #176db7;
    width: 30px;
	text-align: left;
    margin:6px 0 0px;
}
h1.second_page_ttl {
    font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	padding-top: 80px;
}
h1.second_page_ttl:after{
     content: "";
    display: block;
    border-bottom: 3px solid #176db7;
    width: 30px;
	text-align: left;
    margin:6px 0 0px;
}
h2.second_page_sub {
    font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
}
h2.second_page_sub:before{
     content: "";
	display: inline-block;
border-bottom: none;
	background-color: #176db7;
    height: 20px;
	vertical-align: -3px;
	width: 3px;
	text-align: left;
    margin:0px 10px 0px 0;
}
h2.second_page_sub:after{
	display: none;
}

.top_service {
	padding-top: 80px;
	position: relative;
	padding-bottom:160px;
 
}
.top_service:after {
	background-color: #eeeeee;
	width: 585px;
	position: absolute;
	right: 0%;
	top: 0;
	content: "";
	height: 1200px;
	z-index: -9999;
	overflow: hidden;
   
}
.top_service ul{
	margin-top: 40px;
	 display: flex;
   

    
   
}
.top_service ul li {
	border-right: #eee 1px solid;
	box-sizing: border-box;
	width: 33.333%;
   
}
.top_service ul li:last-child{
	border-right: none;
	box-sizing: border-box;
   
}
.top_service ul li .top_service_txt{
	background-color: #fff;
	padding: 34px 40px 48px;
   
}
.top_service ul li .top_service_txt h3{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
   
}
.top_service ul li .top_service_txt p{
	padding-bottom: 35px; 
	text-align: justify;
}

@media only screen and (max-width: 767px) {

  h2 {
    font-size: 20px;
	font-weight: 400;

}
h1.second_page_ttl {
    font-size: 20px;
	padding-top: 50px;
	line-height: 1.4;
}

.top_service {
	padding-top: 60px;
	position: relative;
	padding-bottom:120px;
 
}
.top_service:after {
	width:35%;
	height: 800px;
   
}
.top_service ul{
	margin-top: 35px;
	 display: block;
 
}
.top_service ul li {
	border-right: none;
	margin-bottom: 30px;
	width: 100%;
   
}

.top_service ul li .top_service_txt{
	padding: 30px 30px 40px;
   
}
.top_service ul li .top_service_txt h3{
	font-size: 18px;
	padding-bottom: 17px;
   
}
.top_service ul li .top_service_txt p{
	padding-bottom: 35px; 
}
}


/* top_news
--------------------------------------------------- */
.top_news {
    margin-bottom: 100px;
	position: relative;
	z-index: 2;
}
.top_news .top_news_txt{
	background-color: #fff;
	padding-top: 66px;
	height: 420px;
}


.top_news .top_news_detail{
	margin-top: 35px;
	width: 550px;
}
.top_news .top_news_detail dl{
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	padding-top: 17px;
}
.top_news .top_news_detail dl dt{
	width: 20%;
}
.top_news .top_news_detail dl dd{
	width: 80%;
}

.top_news .top_news_img{
 background-size: cover;
    background-position: center;
	background-image: url(../img/top_news.jpg);
	height: 520px;
	width: 50%;
	position: absolute;
	right: 0;
	top: -60px;
}
@media only screen and (max-width: 767px) {
	.top_news {
    margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
.top_news .top_news_txt{
	background-color: #fff;
	padding-top: 80px;
	height: auto;
	z-index: 50;
	padding-bottom: 50px;
	margin-top: 170px;
}


.top_news .top_news_detail{
	margin-top: 30px;
	width: 100%;
}
.top_news .top_news_detail dl{
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 17px;
	padding-top: 17px;
}
.top_news .top_news_detail dl dt{
	width: 100%;
}
.top_news .top_news_detail dl dd{
	width: 100%;
}

.top_news .top_news_img{
	height: 280px;
	width:85%;
	right: 0;
	top: -230px;
	z-index: 0;
}
}


/* top_recruit
--------------------------------------------------- */

.top_recruit{
	padding-top: 45px;
	z-index: 1;
	position: relative;
	width:1200px;
	margin: 0 auto;
	
}
.top_recruit:after {
	background-color: #eeeeee;
	width: 560px;
	position: absolute;
	left: 400px;
	top: -100px;
	content: "";
	height: 750px;
	z-index: -9999;

   
}
.top_recruit_bg{
	background-image: url(../img/top_recruit.jpg);
	height: 400px;
	background-size: cover;
	position: relative;
	padding: 46px;
	width: 1200px;
	margin: 0 auto;

}

.top_recruit_bg .top_recruit_more{
	position: absolute;
	left: 940px;
	bottom: 45px;

}



@media only screen and (max-width: 767px) {
.top_recruit{
	padding-top: 30px;
	z-index: 1;
	position: relative;
	width:100%;
	margin: 0 auto;
	
}
.top_recruit:after {
	background-color: #eeeeee;
	width:33%;
	position: absolute;
	left: 0%;
	top: -100px;
	content: "";
	height: 750px;
	z-index: -9999;

   
}
.top_recruit_bg{
	background-image: url(../img/top_recruit.jpg);
	height:400px;
	background-size: cover;
	position: relative;
	padding: 30px;
	width: 100%;
	margin: 0 auto;

}

.top_recruit_bg .top_recruit_more{
	position: absolute;
	left: 30px;
	bottom: 45px;

}
  
}

/* service
--------------------------------------------------- */
#ses,#order,#maintenance,#history{
padding-top: 150px;
	margin-top: -150px;

}

.service_kind .service_box_all{
   
    margin: 50px auto 100px;
}
.service_kind .service_box {
    width: 100%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
   display: flex;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 0 60px;
}

.service_kind .service_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service_kind .service_box .service_img {
    width: 600px;
}
.service_kind .service_box .txt_box {
    width: 600px;
	padding: 0 70px;
	
   
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service_kind .service_box .txt_box .icon_txt {
    color: #0061aa;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_kind .service_box .txt_box .icon_txt:before {
    content: "";
    background-color: #0061aa;
    width: 20px;
    height: 1px;
    display: block;
    margin: 0 5px 0 0;
}
.service_kind .service_box .txt_box .reason_tit {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 15px 0;
    line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.service_result ul {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 50px;

 
}

.service_result ul li{
	text-align: center;
	width: 20%;

}
.service_result ul li dt{
background-color: #fff;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	

}
.service_result ul li dt img{
	width: 80px;
	height: 80px;
	margin-top: 15px;


	

}
.service_result ul li dd{
	font-weight: bold;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	#ses,#order,#maintenance{
padding-top: 120px;
	margin-top: -120px;

}
.service_kind .service_box_all{
   
    margin: 30px auto 80px;
}
.service_kind .service_box {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px;
}


.service_kind .service_box .service_img {
    width: 100%;
}
.service_kind .service_box .txt_box {
   width: 100%;
    padding: 35px 35px;
   
}
.service_kind .service_box .txt_box .icon_txt {
    font-size: 11px;
}

.service_kind .service_box .txt_box .reason_tit {
    font-size: 18px;
 


}


.service_result ul {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
     display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 30px;

 
}

.service_result ul li{
	text-align: center;
	width: 50%;
	margin-bottom: 20px;

}
	.service_result ul li:last-child{
	text-align: center;
	width: 50%;
	margin-bottom: 0px;

}
.service_result ul li dt{
background-color: #fff;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
	

}
.service_result ul li dt img{
	width:80px;
	height: 80px;
	margin-top: 15px;
}
.service_result ul li dd{
	font-weight: bold;
	font-size: 16px;
}
}

/*company
--------------------------------------------------- */
.company_profile{
	margin: 50px 0 110px
}
.company_profile .company_profilebox{
	background-color: #fff;
	width: 710px;
	padding: 25px 80px 25px 40px;
}
.company_profile .company_profilebox dl{
	display: flex;
	border-bottom: #eee 1px solid;
	padding: 15px 0;
}
.company_profile .company_profilebox dl:last-child{
	display: flex;
	border-bottom:none;
	padding: 15px 0;
}
.company_profile .company_profilebox dl{
	display: flex;
}
.company_profile .company_profilebox dl dt{
	width:24%;
}
.company_profile .company_profilebox dl dd{
	width:76%;
}
.company_profile .company_profilebox dl dd img{
	width: 67px;
	vertical-align:-1px;
}
.company_profile #map{
	position: absolute;
	right: 0;
	top: 60px;
	width: 45%;
	height: 500px;
}
.company_historybox{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	display: flex;
}

.company_history_left{
	width: 48%;
}
.company_history_right{
	width: 48%;
}
.company_historybox dl{
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}


@media only screen and (max-width: 767px) {
	.company_profile {
		margin: 50px 0 60px
	}
	.company_profile .company_profilebox{
		background-color: #fff;
		width: 100%;
		padding: 20px 30px 15px;
	}
	.company_profile .company_profilebox dl{
		border-bottom: #eee 1px solid;
		padding: 15px 0;
	}
	.company_profile .company_profilebox dl:last-child{
		display: flex;
		border-bottom:none;
		padding: 15px 0;
	}
	.company_profile .company_profilebox dl{
		display: flex;
	}
	.company_profile .company_profilebox dl dt{
		width: 22%;
	}
	.company_profile .company_profilebox dl dd{
		width: 78%;
		padding-left: 15px;
	}
	.company_profile .company_profilebox dl dd img{
		width: 56px;
		vertical-align:-1px;
	}
	.company_profile #map{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: 400px;
	}
	.company_historybox{
		display: block;
	}
	.company_history_left{
		width: 100%;
	}
	.company_history_right{
		width: 100%;
	}
	.company_historybox dl{
		padding-top: 25px;
		padding-bottom: 5px;
	}
}


/* recruit
--------------------------------------------------- */
.recruit_box{
	margin-top: 30px;
	
}
.recruit_box ul.recruit_tab{
	display: flex;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:50px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
}
.recruit_box ul.recruit_tab li{
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 5px 0;
	display: block;
	
}
.recruit_box ul.recruit_tab li a{
	background-color: #d7d7d7;
	
	text-align: center;
	color: #666666;
	display: block;
	
}
.recruit_box ul.recruit_tab li a:hover{
	background-color: #176db7;
	text-align: center;
	color: #fff;
	display: block;
	
}
.recruit_box ul.recruit_tab li a.recruit_current{
	background-color: #176db7;
	color: #fff;
}

.recruit_box .recruit_list dl{
	display: flex;
	position: relative;
}

.recruit_box .recruit_list dl dt{
	width: 100px;
	border-bottom: #176db7 1px solid;
	padding: 22px 0;
	font-weight: bold;
}
.recruit_box .recruit_list dl dd{
	width: 80%;
	border-bottom: #ddd 1px solid;
	padding: 22px 0 22px 35px;
	
	
}
@media only screen and (max-width: 767px) {
	.recruit_box{
	margin-top: 30px;
	
}
.recruit_box ul.recruit_tab{
	font-size: 13px;
	margin-bottom:35px;

	
}
.recruit_box ul.recruit_tab li{
	height: 35px;
	line-height: 35px;
	
	
}




.recruit_box .recruit_list dl dt{
	width: 100px;
	border-bottom: #176db7 1px solid;
	padding: 15px 0;
	font-weight: bold;
}
.recruit_box .recruit_list dl dd{
	width: 80%;
	border-bottom: #ddd 1px solid;
	padding: 15px 0 15px 20px;
	
	
}
}


/* privacy plicy
--------------------------------------------------- */
.president_img img{
	width          : 67px;
	vertical-align :-1px;
}
.privacy_box{
	margin-top: 40px;
}
.privacy_box p{
	line-height   : 2.0;
	margin-bottom : 30px;
	text-align    : justify;
}
.privacy_box dl.privacy_list{
	margin-bottom : 30px;
	display       : flex;
}
.privacy_box dl.privacy_list dt{
	width: 10%;
}
.privacy_box dl.privacy_list dd{
	width      : 90%;
	text-align : justify;
}
.privacy_box dl.privacy_list dd img{
	width          : 67px;
	vertical-align : -1px;
}
.privacy_box .privacy_signature{
	font-size     : 13px;
	text-align    : right;
	line-height   : 1.7;
	margin-bottom : 90px;
}
.privacy_box h2.privacy_contact{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #176db7;
	padding-bottom: 5px;
	margin-bottom:12px;
}
.privacy_box h2.privacy_contact:after{
	display: none;
}
.privacy_box h3.privacy_contact_list{
	font-size: 15px;
	font-weight: bold;
	margin-bottom:12px;
}
.privacy_box .privacy_list_txt{
	margin-bottom:30px;
}
.privacy_profile{
	margin: 10px 40px 30px
}
.privacy_profile .privacy_profilebox{
	background-color: #fff;
	width: 108%;
	padding: 5px 20px 5px 20px;
}
.privacy_profile .privacy_profilebox dl{
	display: flex;
	border-bottom: #eee 1px solid;
	padding: 5px 0;
}
.privacy_profile .privacy_profilebox dl:last-child{
	display: flex;
	border-bottom:none;
	padding: 5px 0px;
}
.privacy_profile .privacy_profilebox dl{
	display: flex;
}
.privacy_profile .privacy_profilebox dl dt{
	width:28%;
}
.privacy_profile .privacy_profilebox dl dd{
	width:100%;
	padding: 0px 0px 0px 10px;
}

.policy{
	margin     : 20px auto;
	text-align : center;
}
.submit_btnarea {
	width  : 360px;
	margin : 0 auto;
}
.form_btn{
	background : #005183;
	border     : 1px solid #fff;
	color      : #fff;
	width      : 100%;
	padding    : 10px;
	font-size  : 16px;
	cursor     : pointer;
	transition : all .5s ease-out;
	position   : relative;
}
.form_btn:hover{
	border     : 1px solid #005183;
	background : #fff;
	color      : #005183;
}
button[type="submit"][disabled] {
	background-color : #fff;
	color            : #ccc;
	border-color     : #ccc;
	cursor           : default;
}
button[type="submit"][disabled]:hover{
	opacity :1;
}

@media only screen and (max-width: 767px) {
	.privacy_box{
		margin-top: 50px;
	}
	.privacy_box p{
		margin-bottom: 40px;
	}
	.privacy_box dl.privacy_list{
		margin-bottom:40px;
	}
	.privacy_box dl.privacy_list dt{
		width: 11%;
	}
	.privacy_box dl.privacy_list dd{
		width:89%;
	}
	.privacy_box .privacy_signature{
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 70px;
	}
	.privacy_box h2.privacy_contact{
		font-size: 15px;
	}
	.privacy_box h3.privacy_contact_list{
		font-size: 14px;
		margin-bottom:12px;
	}
	.privacy_box .privacy_list_txt{
		margin-bottom:30px;
	}
	.privacy_profile{
		margin: 10px 40px 30px
	}
	.privacy_profile .privacy_profilebox{
		background-color: #fff;
		width: 110%;
		padding: 25px 10px 25px 10px;
	}
	.privacy_profile .privacy_profilebox dl{
		display: flex;
		border-bottom: #eee 1px solid;
		padding: 15px 0;
	}
	.privacy_profile .privacy_profilebox dl:last-child{
		display: flex;
		border-bottom:none;
		padding: 15px 0;
	}
	.privacy_profile .privacy_profilebox dl{
		display: flex;
	}
	.privacy_profile .privacy_profilebox dl dt{
		width:38%;
	}
	.privacy_profile .privacy_profilebox dl dd{
		width:60%;
	}
}

/* contact */
.contact_box p{
	padding-bottom: 35px; 
	text-align: justify;
}
.iframe_form iframe{
	padding: 10px 0px 25px 0px;
	width  : 100%;
	height : 300px;
	border : 3px solid #eeeeee;
	border-radius: 8px;
}
.contact_box .contact_btn {
	text-align: center;
	padding: 30px 0px 10px 0px;
}
.contact_box h2.contact_area{
	font-size      : 16px;
	font-weight    : bold;
	border-bottom  : 1px solid #176db7;
	padding        : 50px 0px 5px 0px;
	margin-bottom  :12px;
}
.contact_box h2.contact_area:after{
	display: none;
}

/* FOOTER
--------------------------------------------------- */
footer {
	background-color: #fff;
    width: 100%;
    margin: 110px 0 0px 0;
    padding: 50px 0 30px;
    position: relative;
    display: flex;
	z-index: 3;
 
    min-width: 1000px;
}
footer .footerbox {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footer_left {
    width: 40%;
}
footer .footer_left .footer_logo {
    width: 170px;
	margin-bottom: 15px;
}
footer .footer_left dt {
	font-weight: bold;
}
footer .footer_left dd {
	font-size: 14px;
}

footer .footer_right {
    width: 60%;
  display: flex;

}
footer .footer_right ul {
	width: 30%;
}
footer .footer_right dt {
font-weight: 500;
	font-size: 16px;
	padding-bottom: 5px;
}

footer .footer_right dd {
	font-size: 14px;
	padding-bottom: 2px;
}
footer .footer_right dd a{
	color: #999;
}

footer ul.privacy_link {
    text-align: right;
    font-size: 12px;
    margin: -20px 0 0 0;
	
}
footer ul.privacy_link li a{
	color: #999;
}
footer ul.privacy_link li:first-child{
	display: inline-block;
	border-left: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
}
footer ul.privacy_link li:last-child{
	display: inline-block;
	border-left: 1px solid #eee;
	padding-left: 10px;
	padding-right: 0px;
	color: #999;
}
footer .cr {
    text-align: right;
    font-size: 11px;

}
@media only screen and (max-width: 767px) {
	footer {
	
    margin: 80px 0 0px 0;
    padding: 45px 0 15px;
    position: relative;
    display: flex;
	z-index: 3;
 
    min-width: 100%;
}
footer .footerbox {
    display: block;
}
footer .footer_left {
    width: 100%;
	margin-bottom: 30px;
}
footer .footer_left .footer_logo {
    width: 150px;
	margin-bottom: 15px;
}
footer .footer_left dt {
	font-weight: bold;
	font-size: 14px;
}
footer .footer_left dd {
	font-size: 13px;
}

footer .footer_right {
    width: 100%;
  display: flex;
	margin-bottom: 25px;

}
footer .footer_right ul {
	width: 33.333%;
}
footer .footer_right dt {
	font-size: 14px;
	padding-bottom: 5px;
}

footer .footer_right dd {
	font-size: 13px;
	padding-bottom: 2px;
}

footer ul.privacy_link {
    font-size: 12px;
    margin: 0px 0 0 0;
	
}


footer .cr {
    text-align: right;
    font-size: 11px;

}
    
}


.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* ANIMETION
--------------------------------------------------- */
.fadein {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s !important;
    opacity: 0;
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}
.fadein_af {
    opacity: 1.0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.del_01 {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.del_02 {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}
.del_03 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
    .del_01 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .del_02 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .del_03 {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
}