@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';

/***** reset *****/
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-weight: 300;
	font-family: helvetica, 'Open Sans', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 200;
}
body {
	line-height: 1.4;
	color: black;
	font-size: 14px;
	letter-spacing: 1px;
}
body.noscroll {
	position: fixed;
	overflow-y: scroll;
    width: 100%;
}

/*
body {
    background: url(../image/index.jpg) center top no-repeat #FFFFFF;
    margin:0;
    padding:0;
    height: 5000px;
    margin-top: 0;
}
#wrapper {
    opacity: 0.5;
}
*/

.wf-loading {
	display: none;
}
#loader #bar {
    width: 100%;
    height: 3px;
}
#loader #bar span {
    background-color: red;
    display: block;
    height: 3px;
    width: 0;
}

.contact_error {
	color: red;
    font-size: 13px;
    margin-top: -85px;
    position: absolute;
    width: 960px;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, meiryo, sans-serif;
}
ul, ol {
	list-style: none;
}
nav ul li a {
	display: block;
	padding: 5px 10px;
}
table {
	max-width: 100%;
	border-collapse: collapse; 
	border-spacing:0;
}
img {
	vertical-align : middle;
}
a img:hover {
	/*
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	*/
}
a {
	text-decoration: none;
	color: black;
}
a:hover, a:active, a:focus {
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.both {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center !important;
}
.mt28 {
	margin-top: 28px !important;
}
.fw100 {
	font-weight: 100;
}
.fw200 {
	font-weight: 200;
}
.fw300 {
	font-weight: 300;
}
.fw400 {
	font-weight: 400;
}
.fw600 {
	font-weight: 600;
}
.inline-block {
}
.inline-block li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
}
.img_left {
	float: left;
	width: 32%;
}
.text_right {
	float: right;
	width: 64%;
}
.img_right {
	float: right;
	width: 32%;
}
.text_left {
	float: left;
	width: 64%;
}
.text_orange {
	color: #ffde00;
}
.text_red {
	color: red;
}
.text_yellow {
	color: #fae301;
}
.split3 {
	float: left;
	width: 27%;
	margin-left: 2.5%;
	padding: 5px 1.5% 15px;
}
.split4 {
	float: left;
	width: 18.875%;
	margin-left: 2.5%;
	padding: 5px 1.5% 15px;
	background-color: #ccc;
}
.slider {
	position: relative;
	overflow: hidden;
}
.slider-wrap {
	overflow: hidden;
}
.slider-wrap > div {
	float: left;
}
.slider-point span {
	margin: 10px 5px;
	color: #777;
	cursor: pointer;
}
.slider-point span:hover,
.slider-point span.active {
	color: #333;
}

.main_content_range {
	position: relative;
	width: 960px;
	height: 100%;
	margin: auto;
}

.button_circle {
	width: 100px;
	height: 100px;
	margin: 30px auto;
	padding: 30px;
	border-radius: 50%;
	background-color: #ccc;
	border: 1px solid #fff;
	text-align: center;
	opacity: 0.7;
}

/***** main *****/
header {
    border-bottom: 1px solid #d5d5d5;
    height: 500px;
    position: relative;
    text-align: center;
}
header h1, #loading {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    top: 50%;
}

#loading {
    width: 0;
    height: 3px;
    background-color: #ef5b34;
}

header nav {
	display: none;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    background-color: black;
    border-radius: 10px;
    padding: 25px 20px 15px;
    -webkit-transition: padding .25s ease;
       -moz-transition: padding .25s ease;
        -ms-transition: padding .25s ease;
         -o-transition: padding .25s ease;
            transition: padding .25s ease;
}

header nav span {
    width: 26px;
    height: 3px;
    background-color: white;
    display: block;
    margin: auto;
    margin-bottom: 7px;
    -webkit-transition: margin-bottom .25s ease;
       -moz-transition: margin-bottom .25s ease;
        -ms-transition: margin-bottom .25s ease;
         -o-transition: margin-bottom .25s ease;
            transition: margin-bottom .25s ease;
}

header nav:hover {
    padding: 23px 20px 17px;
}

header nav:hover span {
    margin-bottom: 9px;
}

header h1 img {
	width: 435px;
	opacity: 0;
}

header a.top_down {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    margin-bottom: -100px;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 65px;
    padding-top: 15px;
    transition: background-color 1.0s ease;
}

header a.top_down:hover {
	background-color: rgba(127,127,127,0.1);
}

#news {
    padding: 90px 0 60px;
    background-color: #fafafa;
    text-align: center;
}

#map {
	height: 537px;
	margin-top: 48px;
}

#news h3 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

#news article {
	margin-top: 42px;
}

#news ul {
	margin-top: 15px;
    margin-left: 14px;
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
    padding-left: 14%;
    text-align: left;
    /* float: left; */
}

#news ul.off {
	transform: translateY(20px);
    opacity: 0;
}

#news ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0 21px 0 14px;
    border-right: 1px solid;
    line-height: 1em;
}

#news ul li:last-child {
    border: none;
}

#concept {background-color: #FF6600;padding: 52px 0 52px;}

#concept p {
    font-size: 30px;
    width: 702px;
    margin: auto;
    color: white;
    font-weight: 600;
    line-height: 1.96;
    padding-left: 8px;
    text-indent: -100px;
    opacity: 0;
    text-align: center;
}

#concept p.underline {
	text-decoration: underline;
	font-weight: normal;
}
#concept p:nth-child(2) {
	text-indent: -90px;
}
#concept p:nth-child(3) {
	text-indent: -80px;
}
#concept p:nth-child(4) {
	text-indent: -70px;
}

#about {
    background-color: #fafafa;
    text-align: center;
    padding: 92px 0 51px;
    border-bottom: 1px solid #d5d5d5;
}


h3 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

.border {
    width: 74px;
    height: 2px;
    background-color: #ef5b34;
    margin: 31px auto 41px;
}

#about h4 {
    font-size: 20px;
    letter-spacing: 0.0px;
    font-weight: 600;
    line-height: 2.1;
    padding: 0 30px;
    -webkit-transition: all 1.3s ease;
       -moz-transition: all 1.3s ease;
        -ms-transition: all 1.3s ease;
         -o-transition: all 1.3s ease;
            transition: all 1.3s ease;
}

#about h4.off {
	transform: translateY(30px);
    opacity: 0;
}

#about table {
    margin: 62px auto;
    text-align: left;
    width: 654px;
    color: #434343;
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
         -o-transition: all 2s ease;
            transition: all 2s ease;
}

#about table.off {
	transform: translateY(60px);
    opacity: 0;
}

#about table tr th {
    padding: 19px 0 18px 1px;
    font-size: 13px;
    width: 200px;
    font-weight: bold;
}

#about table tr td {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

#about table tr td.content {
    line-height: 1.9;
    padding-bottom: 14px;
}

#about table tr {
    border-bottom: 1px solid #d5d5d5;
}



#access {
    background-color: #fafafa;
    text-align: center;
    padding: 98px 0 0;
}

#works {
    padding: 90px 0 0;
    background-color: #fafafa;
    text-align: center;
}

#works:after {
  claer:both;
    
}


footer {
    background-color: #393939;
    padding: 33px 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
    color: #959595;
}



@media screen and (max-width:640px) {
	header h1 img {
	    width: 320px !important;
	}

	header nav {
	    width: 25px;
	    height: 25px;
	    right: 15px;
	    top: 15px;
	    padding: 14px 10px 6px;
	}

	header nav span {
	    width: 20px;
	    margin-bottom: 5px;
	}	

	header nav:hover {
	    padding: 12px 10px 8px;
	}

	header nav:hover span {
	    margin-bottom: 7px;
	}

	header a.top_down {
	    width: 60px;
	    height: 45px;
	}

	header a.top_down img {
	    width: 35px;
	}

	#concept p {
	    font-size: 14px;
	    text-align: center;
      width: 100%;
	}

	#about h4 {
	    font-size: 12px;
	    padding: 0 20px;
	}

	#about table {
	    margin-left: 15px;
	    width: auto;
	    margin-right: 15px;
	}

	#about table tr th {
	    width: 95px;
	}

	#about table tr td {
	    font-size: 12px;
	    letter-spacing: -0.5px;
	    padding-bottom: 18px;
	}

	#news article {
	    width: 320px;
	    margin: 40px auto 0;
	}

	#news ul {
	    margin-left: 0;
	}

	#news ul li {
	    display: block;
	    text-align: left;
	    line-height: 1.5em;
	    padding: 0 20px;
	    border: none;
	}

	#news ul li:nth-child(2),
	#news ul li:last-child {
	    margin-left: 10px;
	}

}


.grid-item {
  /*text-align:center;*/
  /*padding-left: 5%;*/
}

.grid-item img {
  width: 100%;
}

.works-main-block .inner-block {
  /* padding-top: 30px; */
}

.ttl-main {
  font-size : 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}


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

  .ttl-main {
    font-size : 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*
.works-main-list {
  padding: 0 14%;
}


.works-main-list .grid-item {
  width: 350px;
  height: 260px;
  float: left;
}

@media screen and (max-width:1475px) and (min-width: 769px) {
	.works-main-list .grid-item {
	  width: 450px;
	  height: 340px;
	  float: left;
	}	
}



.works-main-list .grid-item .txt-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgb(117 104 91 / 75%);
  height: 40px;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.works-main-list .grid-item .txt-box .txt-area {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-1.35em);
          transform: translateY(-1.35em);
  line-height: 40px;
}

.works-main-list .grid-item .txt-box .ttl-main {
  font-size: 13px;
  color: #fff;
}

.works-main-list .grid-item-big {
  width: 700px;
  height: 520px;
}

.works-main-list a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;

}


@media screen and (min-width: 769px) {
  .works-main-list a:hover .txt-box {
    opacity: 1;
    height: 100%;
  }
  .works-main-list a:hover .txt-box .txt-area {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.6;
  }
  .works-main-list a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.works-main-list img {
  height: 100%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: background-image, background-color, background-position, border, box-shadow, color, transform, top, bottom, right, left, opacity;
  -webkit-transition-property: background-image, background-color, background-position, border, color, top, bottom, right, left, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-image, background-color, background-position, border, color, top, bottom, right, left, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-image, background-color, background-position, border, box-shadow, color, transform, top, bottom, right, left, opacity;
  transition-property: background-image, background-color, background-position, border, box-shadow, color, transform, top, bottom, right, left, opacity, -webkit-box-shadow, -webkit-transform;
}

.works-main-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

.works-main-list .grid-item {
  
}

.works-main-list.effect .grid-item {
  opacity: 1;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}


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

	

	.works-main-list {
	    padding: 0 5%;
	}


	.works-main-list .grid-item {
	    margin-bottom: 20px;
    	width: 100%;
	}

	.works-main-list .txt-box-high  {
	    height: 70px !important;
	}

	.works-main-list .txt-box-high .txt-area {
	    line-height: 22px !important;
	}

	img.sp_negative_10 {
		margin-left: -10px;
	}

	img.sp_negative_30 {
		margin-left: -30px;
	}

	img.sp_negative_50 {
		margin-left: -50px;
	}

	img.sp_negative_100 {
		margin-left: -100px;
	}
}

*/


#recruit {
    padding: 90px 0 0px;
    background-color: #fafafa;
    text-align: center;
}

#recruit h3 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

#recruit article {
  margin-top: 42px;
}

#recruit ul {
  margin-top: 15px;
    margin-left: 14px;
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
    padding-left: 14%;
    text-align: left;
    /* float: left; */
}

#recruit ul.off {
  transform: translateY(20px);
    opacity: 0;
}

#recruit ul li {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 0 21px 0 14px;
    border-right: 1px solid;
    line-height: 1em;
}

#recruit ul li:last-child {
    border: none;
}


.tab_container {
  /*padding-bottom: 1em;*/
  background-color: #fff;
  border:1px solid #FF6600;
  margin: 0% 5%;}
.tab_item {
  width: calc(100%/2);
  padding:15px 0;
  border-bottom: 3px solid #FF6600 ;
  background-color: #ececec;
  text-align: center;
  color: #FF6600 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
  background-color: #FF6600EB;
  color: #FFFFFF;
  padding-bottom: 1em;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #FF6600 ;
  color: #fff;
}

.tab_content_description div.half {
  width: 50%;
  float:left ;
  text-align: left;
  padding-top:15px;
  padding-bottom:15px;
}

.tab_content_description hr {
  opacity: 0;
  margin-top: 10px;
}


.tab_content_description div.half p.large {
  font-size: 1.4em;
  font-weight: bold;
}

.tab_content_description div.half p.mid {
  font-size: 1.2em;
}

.tab_content_description div.white {
  margin: 0 10%;
  text-align: left;
  background-color: #FFF;
  color: #FF6600;
  padding: 15px 30px; 
  font-weight: bold;
  font-size: 1.2em;
}

.tab_content_description div.white a {
  color: #1985b2;
}

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

  .tab_container {
    margin: 0 2%;
  }
  .tab_item {
    font-size: 0.8em;
  }

  .tab_content_description div.half {
    width: 100%;
    font-size:0.7em;
  }

  .tab_content_description div.white {
    font-size: 0.7em;
    margin: 0 0.5%;
    padding: 15px 15px; 
  }
}