@charset "utf-8";
/*--------------------
	rewrite
--------------------*/
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {
  .container {
    width: auto;
  }
}
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .container {
    width: auto;
  }
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .container {
    width: auto;
  }
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container {
    width: auto;
  }
}
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    width: auto;
  }
}
/* md */
@media (max-width: 1199px) {
  .container {
    width: auto;
  }
}
/* sm */
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}

::selection {
  background: #cae1fe;
}
/*Firefoxに対応*/
::-moz-selection {
  background: #cae1fe;
}
.container,
.container-fluid,
.container-fluid .container,
.row {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
/*--------------------
  helper
--------------------*/

.opacity0 {
  opacity: 0;
}
.no_margin {
  margin: 0;
  padding: 0;
}
.over {
  transition: opacity 0.2s;
}
.bnr_sekitamura {
  width: 100%;
  max-width: 170px;
  height: auto;
}
.logo {
  width: 100%;
  max-width: 216px;
  height: auto;
}

@media (min-width: 768px) {
  .over:hover {
    opacity: 0.5;
  }
}
:focus {
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="submit"],
input,
input:hover,
button,
button:hover,
a,
a:focus,
a:hover,
a:visited,
a:active {
  color: #252525;
  outline: none !important;
  text-decoration: none;
}
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.header a:hover,
.footer a:hover {
  text-decoration: none;
}

button,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="submit"] {
  font-size: 1.2rem;
  padding: 0.8em 0.7em;
  width: 100%;
  line-height: 1.8em;
  margin: 0;
  display: block;
  border: none;
  border: 1px solid #dadada;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

button {
  cursor: pointer;
}

.btn_origin {
  border: 1px solid #000000;
  display: inline-block;
  padding: 0.1em 0.8em;
  background: #fff;
  position: relative;
  color: #000;
  transition: color 0.2s, background 0.1s;
}
@media (min-width: 768px) {
  .btn_origin:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
  }
}

/*.content_area .ttl {
  background-color: #000;
  color: #fff;
  padding:0;
  margin:0;
  display: table;
  width:100%;
  letter-spacing: 0.3em;
}*/
.index_page h2 {
  font-size: 30px;
  vertical-align: middle;
  line-height: 1.2em;
}
.index_page h2 span {
  display: block;
  font-size: 0.9em;
}
.ttl {
  height: 250px;
}
.ttl h2 {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 220px;
}
.company_page .ttl {
  line-height: 100px;
  background: url(../images/company/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}
.contact_page .ttl,
.works_page .ttl,
.facility_page .ttl {
  line-height: 100px;
  background: url(../images/facility/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}
.ttl_line {
  position: relative;
}
.ttl_line:after {
  content: "";
  display: block;
  border-bottom: 2px solid #ededed;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.ttl_line h2 {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  line-height: 2em;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 0;
  margin-bottom: 45px;
}
.ttl_line h2 span {
  line-height: 2em;
  display: inline-block;
  border-bottom: 2px solid #085ca3;
}

.pcbr {
  display: inline;
}
.spbr {
  display: none;
}
.container-ttl {
  display: inline;
}
.container-ttl-sp {
  display: none;
}
@media (max-width: 767px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline;
  }
  .container-ttl {
    display: none;
  }
  .container-ttl-sp {
    display: inline;
  }
}

/*--------------------
	base
--------------------*/

body {
  position: relative;
  font-size: 16px;
  color: #252525;
  line-height: 1.8em;
  letter-spacing: 1px;
  min-width: 1000px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
    helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

p,
li,
dt,
dd,
th,
td {
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: normal;
}
dl {
  width: 100%;
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table.intable th {
  vertical-align: top;
}

table.intable th,
table.intable td {
  padding: 5px 0;
}

#wrap {
  position: relative;
}

.section_map #map_wrap iframe {
  display: block;
  width: 100%;
  height: 500px;
}
/*--------------------
	header
--------------------*/

.header {
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.header .pull-left {
  width: 780px;
  padding: 13px 0 0 25px;
}
.header .logo {
  position: relative;
  top: -4px;
}
.header h1 {
  margin: 0;
  float: left;
}
.header .pull-left ul {
  margin-top: 23px;
}
.header .pull-left li {
  letter-spacing: -0.01em;
  font-style: italic;
  font-size: 14px;
  width: auto;
  margin-left: 35px;
  position: relative;
}
.header .pull-left li:before {
  content: "▶";
  color: #0068b7;
  font-style: normal;
  width: 1em;
  font-size: 0.8em;
  height: 1em;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.header .pull-right {
  width: 360px;
}
.header .pull-right .bnr_area {
  float: left;
  margin-top: 20px;
}
.header .pull-right .btn_area {
  width: 170px;
  float: right;
}
.header .pull-right .btn_area a {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 90px;
  background: #037fce;
  color: #fff;
  border: 1px solid #037fce;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .header .pull-right .btn_area a:hover {
    background: #fff;
    color: #085ca3;
  }
}

/*--------------------
	content
--------------------*/

.container-wrap {
  min-width: 1000px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container-wrap_800 {
  min-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.content_area {
  min-height: 600px;
  margin-top: 92px;
}
.content_area .ttl {
}

.content_area .ttl h2 {
}
.content_area .ttl span {
}

/*--------------------
	footer
--------------------*/
.footer {
  background: #fff;
  position: relative;
  z-index: 10;
}
.footer .contact {
  padding: 60px 0;
}
.footer .contact p {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.footer .contact ul {
  margin-top: 35px;
}
.footer .contact li {
  width: 32%;
  float: left;
}
.footer .contact li span span {
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.footer .contact li.fax,
.footer .contact li.tel {
  height: 70px;
  font-size: 28px;
  line-height: 1em;
  border-right: 2px solid #c9c9c9;
}
.footer .contact li.tel {
  width: 31%;
  padding-left: 65px;
  padding-top: 13px;
  background: url(../images/common/ico_tel.png) no-repeat left top 4px;
  background-size: 50px 50px;
}
.footer .contact li.fax {
  width: 35.5%;
  padding-left: 95px;
  padding-top: 13px;
  background: url(../images/common/ico_fax.png) no-repeat left 33px top 4px;
  background-size: 50px 50px;
}
.footer .contact li.btn_area a {
  text-align: center;
  display: block;
  width: 290px;
  line-height: 55px;
  background: #085ca3;
  color: #fff;
  border: 1px solid #085ca3;
  transition: all 0.2s;
  margin-top: 5px;
  margin-left: 35px;
}
.footer .btn_totop a {
  display: block;
  width: 100%;
  background: #01518e;
  line-height: 65px;
  padding-top: 20px;
  transition: all 0.2s;
  position: relative;
}
.footer .btn_totop a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 20px;
  transition: all 0.2s;
  display: block;
  background: url(../images/common/ico_arrow_w.png) no-repeat center center;
}
.footer .footer_bottom {
  padding: 35px 0 10px;
  color: #fff;
  background: #272727 url(../images/common/bg_footer.jpg) repeat left top;
}
.footer .footer_bottom p {
  font-size: 13px;
}
.footer .footer_bottom ul {
  width: 740px;
  margin: 0 auto;
}
.footer .footer_bottom {
}
.footer .footer_bottom li {
  display: inline-block;
  margin-right: 45px;
}
.footer .footer_bottom li a {
  color: #fff;
  font-style: italic;
  font-size: 14px;
  width: auto;
  position: relative;
}
.footer .footer_bottom li:before {
  content: "▶";
  color: #fff;
  font-style: normal;
  width: 1em;
  font-size: 0.7em;
  height: 1em;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.footer .footer_bottom .bnr_area {
  margin: 10px 0 30px;
}
.footer .footer_bottom {
}
.footer .footer_bottom .copyright {
  letter-spacing: 0.05em;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer .contact li.btn_area a:hover {
    background: #fff;
    color: #085ca3;
  }
  .footer .btn_totop a:hover {
    opacity: 0.8;
  }
  .footer .btn_totop a:hover:before {
    top: 17px;
  }
}
