@charset "utf-8";
* {
 margin:0; padding:0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 word-break: break-all;
}
a { text-decoration:none; }
ul, ol { list-style:none; }
img { border:none; vertical-align:bottom; /*画像下部のスペースを消す*/-ms-interpolation-mode: bicubic; max-width:100%; }
table{ border-collapse:separate; border-spacing:0; margin:0; padding:0;	}
a:hover img { filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
section,article,aside,nav,header,footer { display:block; }
.clearfix { zoom:1;}
.clearfix:after { content:""; display:block; clear:both; }
.clear { clear:both; }
ol,
ul {
    list-style: none;
    list-style-type: none;
}
.cen { text-align:center; }
header {
  padding:10px 0;
}
.footer {
  background:#333;
  color:#fff;
  padding:40px 0 10px;
}
.footer a {
  color:#fff !important;
}
#wrapper {
  padding: 4em 0 0;
  position:relative;
}
.para {
  margin-bottom:50px;
}
.hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width:1200px;
    display: flex;
    justify-content: space-between;
}
.foot-con {
    margin: 40px auto 40px;
    width: 100%;
    max-width:1200px;
    display: flex;
    justify-content: space-between;

}

.logo img {
  width:250px;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    z-index:9999;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #EA5810;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding:10px 0 0 30px;
}
.gNav .gNav-menu li a {
    color:#333;
    display:block;
}
.open .gNav-menu li a {
    color:#fff;
}
.fNav .fNav-menu {
    display: flex;
    justify-content: space-between;
}
.fNav .fNav-menu li {
    margin: 0 auto;
    padding:10px 0 0 30px;
}
.main-image-wrap {
  width:100%;
  position:relative;
  margin-bottom:50px;
}

.main-image-txt {
  position:absolute;
  top:30%;
  left:5%;
  font-weight:bold;
  font-size:40px;
  line-height:1.4;
  z-index: 9000;
  background:#333;
  opacity:0.7;
  color:#fff;
  padding:20px 50px;
}
.swiper-container {
  width:100%;
  float:right;
  margin:-4em 0 0 auto;
}

main h2 {
  text-align:center;
  line-height:1.2;
  margin-bottom:50px;
}
main h2 span {
  display:block;
  font-size:18px;
  font-weight:normal;
  line-height:1.2;
  color:#999;
}

dd {
    display: block;
    unicode-bidi: isolate;
}

.profile {
    max-width: 740px;
    margin: 0 auto 120px auto;
}

.table {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    display:table;
}
.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table dd {
  padding-left:30px !important;
}
.profile-title {
    width: 130px;
    padding: 0;
}

.dd-last {
    padding:0 0 0 30px !important;
}

#about,#service {
	width:70%;
	margin:0 auto 80px;
}
#about p {
	margin-bottom:30px;
}
.service_list {
  letter-spacing: -1em;
}
.service_list li:first-child {
	width:100%;
	display:block;
}
.service_list li {
	width:50%;
	display:inline-block;
	letter-spacing: 0em;
}
.pcnone {
  display:none;
}

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

#company {
  padding:0 20px;
}
.hamburger {
  margin:0 auto;
}
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
        z-index:9998;
    }

    .gNav.open {
        right: 0px;

    }
    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }
.main-image-txt {
  top:20px;
  left:5%;
  font-size:14px;
  z-index: 9000;
  padding:10px 20px;
}
main h2 {
  margin-bottom:20px;
}
.profile-title {
    width: 80px;
    padding: 0;
}
.fNav {
  display:none;
}
.footer {
  padding:20px 0;
}
.foot-con { 
  display:block;
  margin:20px auto;
 }
.foot-con .logo {
  margin:0 auto;
  text-align:center;
}
#about,#service {
	width:80%;
	margin-bottom:50px;
}
#company {
	width:90%;
	margin:0 auto 20px;
}
.smanone {
  display:none;
}
.pcnone {
  display:block;
}

.service_list li {
	width:100%;
	display:block;
}


}