@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;
}

body {
  line-height: 1;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}

strong {
  font-weight: 500;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.btn01:hover {
  opacity: 0.5;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------------
icon
-----------------------------------------------------------------*/
i {
  display: block;
}
i.icon-menu {
  width: 80px;
  height: 80px;
  background: url(../img/common/menu-open.png) center center no-repeat;
  background-size: contain;
}
i.icon-close {
  width: 69px;
  height: 69px;
  background: url(../img/common/menu-close.png) center center no-repeat;
  background-size: contain;
}
i.icon-tel {
  width: 34px;
  height: 34px;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
}
i.icon-email {
  width: 38px;
  height: 26px;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: contain;
}

/**
header
*/
header {
  width: 100%;
  width: 0;
  height: 0;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
header nav {
  position: relative;
}
header nav.active .menu {
  right: 240px;
}
header nav.active .menu .menu-btn-close {
  display: block;
}
header nav .menu {
  position: relative;
  width: 240px;
  z-index: 10;
  background-color: #fff;
  right: 0;
  transition: all 0.2s ease;
}
header nav .menu .menu-btn-close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: none;
}
header nav .menu .list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
header nav .menu .list ul li {
  text-align: center;
}
header nav .menu .list ul li + li {
  margin-top: 32px;
}
header nav .menu .list ul li a {
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.25;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
header nav .menu .list ul li a span {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  color: #ec6835;
}
header nav .menu .btns {
  display: flex;
  justify-content: center;
  background-color: #d5d5d5;
  padding: 25px 0;
}
header nav .menu .btns .btn {
  display: flex;
  align-items: flex-end;
}
header nav .menu .btns .btn + .btn {
  margin-left: 29px;
}
header nav .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 49px;
  bottom: 92px;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background-color: #e3e3e3;
}
#pagetop a img {
  width: 20px;
}

footer {
  padding: 90px;
  background-color: #1b1b1b;
}
footer .message {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  text-align: center;
}
footer .info {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
footer .info .tel {
  padding: 16px 0;
  width: 420px;
  text-align: center;
}
footer .info .tel .number .label {
  font-size: 2.5rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 1.75px;
  color: #ec6835;
}
footer .info .tel .number a {
  font-size: 4.55rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3.2px;
  text-decoration: none;
}
footer .info .tel .datetime {
  font-size: 1.65rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
  color: #fff;
  margin-top: 10px;
}
footer .info .email {
  border-left: 2px solid #fff;
  padding-left: 43px;
  display: flex;
  align-items: center;
  width: 420px;
}
footer .info .email a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 70px;
  background: #e3e3e3;
  text-decoration: none;
  font-size: 1.85rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
  color: #1b1b1b;
}
footer .info .email a::before {
  content: "";
  display: block;
  width: 35px;
  height: 23px;
  background: url(../img/common/icon-mail01.png) center center no-repeat;
  background-size: contain;
  margin-right: 15px;
}
footer .logo {
  text-align: center;
  margin-top: 73px;
}
footer .sitemap {
  margin-top: 25px;
}
footer .sitemap ul {
  display: flex;
  justify-content: center;
}
footer .sitemap ul li {
  border-left: 1px solid #fff;
}
footer .sitemap ul li:last-of-type {
  border-right: 1px solid #fff;
}
footer .sitemap ul li a {
  color: #fff;
  padding: 6px 20px;
  font-size: 1.6rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
footer #copyright {
  margin-top: 43px;
  font-size: 1.4rem;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
  color: #fffefe;
}

#breadcrumbs {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
}
#breadcrumbs ul li:last-of-type {
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumbs ul li.child:before {
  content: ">";
  display: inline-block;
  margin: 0 4px 0 4px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  vertical-align: middle;
}
#breadcrumbs ul li.child span {
  font-weight: 500;
  color: #ec6835;
}
#breadcrumbs ul li a {
  text-decoration: none;
  color: #fff;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  position: relative;
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#main-image.page #breadcrumbs {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#main-image.page .en {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.1583333333vw;
}
#main-image.page h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 0.1333333333vw;
}
#main-image.office {
  background-image: url(../img/pagetitle/title-office.jpg);
}
#main-image.company {
  background-image: url(../img/pagetitle/title-company.jpg);
}
#main-image.profile {
  background-image: url(../img/pagetitle/title-profile.jpg);
}
#main-image.service {
  background-image: url(../img/pagetitle/title-service.jpg);
}
#main-image.workflow {
  background-image: url(../img/pagetitle/title-workflow.jpg);
}
#main-image.works {
  background-image: url(../img/pagetitle/title-works.jpg);
}
#main-image.post, #main-image.info {
  background-image: url(../img/pagetitle/title-info.jpg);
}
#main-image.method {
  background-image: url(../img/pagetitle/title-method.jpg);
}
#main-image.recruit {
  background-image: url(../img/pagetitle/title-recruit.jpg);
}
#main-image.notfound {
  background-image: url(../img/pagetitle/title-common.jpg);
}
#main-image.privacy {
  background-image: url(../img/pagetitle/title-common.jpg);
}
#main-image.member, #main-image.member02, #main-image.member03, #main-image.member04 {
  background-image: url(../img/pagetitle/title-member.jpg);
}
#main-image.proposed-construction-plan {
  background-image: url(../img/pagetitle/title-proposed-construction-plan.jpg);
}
#main-image.rebar-material {
  background-image: url(../img/pagetitle/title-service-child.jpg);
}
#main-image.soutetsukai {
  background-image: url(../img/pagetitle/title-soutetsukai.jpg);
}
#main-image.spot-welding, #main-image.rebar-destination-set-method, #main-image.cad-design {
  background-image: url(../img/pagetitle/title-service-child.jpg);
}
#main-image.screw-rebar-precision-cut {
  background-image: url(../img/pagetitle/title-screw-rebar-precision-cut.jpg);
}

/*
common
*/
.btns.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btns.menu .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 54px;
  background-color: #cdcbca;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 4.32px;
  color: #333;
  text-decoration: none;
  border: 0;
}
.btns.menu .btn:nth-of-type(2n) {
  margin-left: 55px;
}
.btns.menu .btn:nth-of-type(n+3) {
  margin-top: 40px;
}

dl.table01 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
dl.table01 dt {
  width: 127px;
  border-bottom: solid 1px #ec6835;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
dl.table01 dd {
  width: 900px;
  margin-left: 20px;
  border-bottom: solid 1px #333;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}