@charset "UTF-8";
/*==================================================
 LAYOUT CSS
==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-size: 10px;
}

* {
  -webkit-text-size-adjust: 100%;
  line-height: 180%;
}

body {
  min-width: 100rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p,
div,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4em;
  color: #4c4948;
}

p,
span,
div div,
li {
  font-size: 1em;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}

.input01 {
  font-size: 1.6rem;
  padding: 1rem;
  background: #ffffff;
  border: none;
}

#header {
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 8.2rem;
  background: #fff;
  top: 0;
}

#header_wrap {
  width: 100%;
  /* height: 8.8rem; */
  margin: 0 auto;
  display: flex;
}

#logo {
  margin-left: 6rem;
  width: 21.7991rem;
  height: 5.3998rem;
  align-self: center;
  order: 1;
}

#logo a img {
  width: 100%;
  object-fit: cover;
}

#g_navi {
  order: 2;
  margin-left: auto;
  margin-right: 4rem;
  align-self: stretch;
  /* float: right;
  margin: 4rem 0 0 0; */
}

#g_navi ul {
  height: 100%;
  display: flex;
  gap: 2rem;
}

#g_navi ul li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#g_navi > ul > li > a {
  display: flex;
  /* flex-direction: column; */
  text-decoration: none;
}

#g_navi ul li a[href="/recruit/"] span::after {
  content: "";
  margin-left: 1rem;
  margin-bottom: 0.2rem;
  width: 1.3502rem;
  height: 1rem;
  display: inline-block;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><rect x="2.96733" y="0.465377" width="10.5692" height="7.06925" stroke="%234C4948" stroke-width="0.930754" stroke-miterlimit="16"/><path d="M0.5 2.22222V10H11.1364" stroke="%234C4948"/></svg>')
    no-repeat center center / cover;
  background: #4c4948;
}

#g_navi ul li a[href="/recruit/"]:hover span::after,
#g_navi ul li a[href="/recruit/"].this span::after {
  background: #00a4e3;
}

#g_navi ul li a span {
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  color: #4c4948;
  letter-spacing: 0.192rem;
  border-bottom: 0.3rem solid #4c4948;
}

#g_navi ul li:hover > a span,
#g_navi ul li > a.this span {
  color: #00a4e3;
  border-bottom: 0.3rem solid #00a4e3;
}

#g_navi ul li .g_sub {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  /* padding: 3rem 0 0 0; */
}

#g_navi ul li .g_sub ul {
  width: fit-content;
  height: auto !important;
  padding: 2rem 2rem 1rem;
  background: #4c4948;
  overflow: hidden;
  zoom: 1;
}

#g_navi ul li .g_sub ul li {
  display: inline-block !important;
}

#g_navi ul li .g_sub ul li a {
  line-height: none !important;
  border-bottom: none !important;
}

#g_navi ul li .g_sub ul li.last {
  margin: 0;
}

#g_navi ul li .g_sub {
  left: 50%;
  transform: translateX(-50%);
}

/* #g_navi ul li.g_navi02 .g_sub {
  left: -15.5rem;
  width: 39.2rem;
  background: url(../img/layout/header/g_navi/g_sub_bg.png) no-repeat center 2rem;
}

#g_navi ul li.g_navi03 .g_sub {
  left: -15.5rem;
  width: 39.2rem;
  background: url(../img/layout/header/g_navi/g_sub_bg.png) no-repeat center 2rem;
}

#g_navi ul li.g_navi05 .g_sub {
  display: none;
  left: -35rem;
  background: url(../img/layout/header/g_navi/g_sub_bg.png) no-repeat 38rem 2rem;
} */

#header .h_contact {
  /* float: right; */
  order: 3;
}

#keyvisual {
  position: relative;
  height: 35rem;
  overflow: hidden;
  zoom: 1;
}

#keyvisual_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160rem;
  margin: 0 0 0 -80rem;
  text-align: center;
}

body.index #keyvisual {
  height: 50rem;
}

#b_navi {
  padding: 1.5rem 0 2rem 0;
}

#b_navi ul {
  width: 100rem;
  margin: 0 auto;
  text-align: right;
}

#b_navi ul * {
  color: #000000;
}

#b_navi ul li {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
}
#b_navi ul li:not(:first-child)::before {
  content: ">";
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  color: #000;
  margin-right: 0.3rem;
}

#b_navi ul li strong {
  color: #808080;
}

#content_inner {
  overflow: hidden;
  zoom: 1;
}

body#two #content_inner {
  width: 100rem;
  margin: auto;
  padding: 4rem 0 0 0;
}

body#two #side_wrap {
  padding: 4rem 0 0 0;
}

body#two #page_wrap {
  padding: 4rem 0 0 0;
}

#side {
  display: none;
}

body.road #side h3 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #00a4e3;
}

body.road .s_navi ul {
  border-top: 0.1rem solid #00a4e3;
}

body.road .s_navi ul li {
  width: 18.6rem;
  border-left: 0.1rem solid #00a4e3;
  border-right: 0.1rem solid #00a4e3;
  border-bottom: 0.1rem solid #00a4e3;
}

body.road .s_navi ul li a {
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 1.6rem;
  padding-left: 1rem;
  text-decoration: none;
  color: inherit;
  background: url(../img/page/works/road/s_navi_back_off.png) no-repeat;
}

body.road .s_navi ul li a:hover,
body.road .s_navi ul li a.this {
  color: #fff;
  background: url(../img/page/works/road/s_navi_back_on.png) no-repeat;
}

body.bridge #side h3 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #e95550;
}

body.bridge .s_navi ul {
  border-top: 0.1rem solid #e95550;
}

body.bridge .s_navi ul li {
  width: 18.6rem;
  border-left: 0.1rem solid #e95550;
  border-right: 0.1rem solid #e95550;
  border-bottom: 0.1rem solid #e95550;
}

body.bridge .s_navi ul li a {
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 1.6rem;
  padding-left: 1rem;
  text-decoration: none;
  color: inherit;
  background: url(../img/page/works/bridge/s_navi_back_off.png) no-repeat;
}

body.bridge .s_navi ul li a.double {
  font-size: 1.3rem;
  line-height: 1.6rem;
  height: 3.8rem;
  padding-top: 0.6rem;
}

body.bridge .s_navi ul li a:hover,
body.bridge .s_navi ul li a.this {
  color: #fff;
  background: url(../img/page/works/bridge/s_navi_back_on.png) no-repeat;
}

body#two #side {
  float: left;
  display: block;
  width: 18.8rem;
}

body#two #page {
  margin: 0 0 0 24rem;
}

#footer_wrap {
  position: relative;
}

#page_top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100rem;
  text-align: right;
  margin: 0 0 0 -50rem;
}
#page_top a {
  display: inline-block;
}
#page_top a img {
  display: block;
  width: 7rem;
  height: 7rem;
}

#footer .foot01 {
  padding: 7rem 0;
  background: #f6f6f6;
}

#footer .foot01_wrap {
  width: 100%;
  max-width: 81.6rem;
  margin: 0 auto;
}

#footer .foot01_top {
  padding: 0 0 3rem 0;
  border-bottom: 0.1rem solid #dbdbda;
  overflow: hidden;
  zoom: 1;
}

#footer .foot01_top_left {
  float: left;
}

#footer .foot01_top_right {
  font-size: 1em;
  margin: 0 0 0 29.5rem;
}

#footer .foot01_bottom {
  padding: 3rem 0 0 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#footer .foot01_bottom_left {
  float: left;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

#footer .foot01_bottom_right {
  margin: 0;
}

#footer .foot01_bottom_right ul {
  margin: 0 -1.5rem 0 0;
  overflow: hidden;
  zoom: 1;
}

#footer .foot01_bottom_right ul li {
  float: left;
  display: inline;
  margin: 0 1.5rem 0 0;
}

#footer .foot02 {
  padding: 5rem 0;
  background: #4c4948;
}

#footer .foot02_wrap {
  width: 100rem;
  margin: 0 auto;
}

#footer .f_navi {
  text-align: center;
  margin: 0 0 4.5rem 0;
}

#footer .f_navi ul {
  display: inline-block;
  margin: 0 -3.5rem 0 0;
  overflow: hidden;
  zoom: 1;
}

#footer .f_navi ul li {
  float: left;
  display: inline-block;
  margin: 0 3.5rem 0 0;
}

#footer .f_navi ul li a {
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#footer .f_navi ul li a:hover {
  opacity: 0.5;
}

#footer .f_navi ul li ul {
  display: block;
  margin: 0;
}

#footer .f_navi ul li ul li {
  float: none;
  display: block;
  margin: 0;
}

#footer .f_navi ul li ul li a {
  font-size: 1em;
  font-weight: normal;
}

#footer .copyright {
  font-size: 0.9em;
  color: #a5a4a3;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #g_navi ul li.g_navi02 .g_sub {
    display: none;
  }
  #g_navi ul li:hover .g_sub {
    display: block;
    width: fit-content;
  }
  #header #logo a:hover {
    opacity: 0.7;
  }
  #page_top a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.666vw;
  }
  html * {
    box-sizing: border-box;
  }
  body {
    min-width: unset;
    width: 100%;
  }
  a {
    color: inherit;
  }
  #logo {
    margin-left: 0;
  }
  #b_navi {
    margin-top: 3rem;
  }
  #b_navi.is-recruit {
    padding: 0;
    margin: 1.5rem 2rem 3rem;
  }
  #b_navi ul {
    width: 100%;
  }
  #b_navi ul li * {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-decoration: underline;
  }
  #g_navi ul li a span {
    border-bottom: unset;
  }
  #header {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    height: auto;
  }
  #header #header_wrap {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 6rem;
    width: 100%;
  }
  #header #header_wrap #logo {
    margin: 0;
    width: 14.4rem;
    height: auto;
  }
  #header #header_wrap #logo a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  #header #header_wrap #logo a img {
    display: block;
  }
  #header #header_wrap .h_contact {
    display: none;
  }
  #header #header_wrap #g_navi {
    display: block;
    float: none;
    margin: auto;
    width: 100%;
    position: fixed;
    top: 6rem;
    left: 0;
    height: calc(100vh - 5rem);
    overflow: scroll;
    max-height: max-content;
    z-index: 888;
    background-color: #f6f6f6;
    padding: 3rem 2rem 4rem 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transition: 0.3s ease;
    user-select: none;
    pointer-events: none;
  }
  .is-nav-view #header #header_wrap #g_navi {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    user-select: auto;
    pointer-events: auto;
  }
  #header #header_wrap #g_navi > ul {
    display: block;
    width: 100%;
    height: fit-content;
  }
  #header #header_wrap #g_navi > ul > li {
    display: block;
    margin: 0;
    width: 100%;
    height: fit-content;
    float: none;
  }
  #header #header_wrap #g_navi > ul > li:not(:last-child) {
    margin-bottom: 1.1rem;
  }
  #header #header_wrap #g_navi > ul > li:last-child {
    margin-bottom: 6rem;
  }
  #header #header_wrap #g_navi > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    line-height: 3rem;
    border-bottom: none !important;
    text-align: left;
  }
  #header #header_wrap #g_navi > ul > li > a::before {
    content: ">";
    display: inline-block;
    margin-right: 0.5rem;
    transform: translateY(-0.1rem);
  }
  #header #header_wrap #g_navi > ul > li .g_sub {
    display: block;
    position: static;
    width: 100%;
    background: transparent;
    padding: 0;
    transform: unset;
  }
  #header #header_wrap #g_navi > ul > li .g_sub > ul {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
  }
  #header #header_wrap #g_navi > ul > li .g_sub > ul > li {
    display: block;
    width: 100%;
    height: auto;
  }
  #header #header_wrap #g_navi > ul > li .g_sub > ul > li:not(:first-child) {
    margin-top: 1.4rem;
  }
  #header #header_wrap #g_navi > ul > li .g_sub > ul > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: left;
  }
  #header #header_wrap #g_navi > ul > li .g_sub > ul > li > a .text {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
  }
  #header #header_wrap #g_navi .contact {
    color: #4c4948;
    margin-top: 3rem;
  }
  #header #header_wrap #g_navi .contact__catch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
  #header #header_wrap #g_navi .contact__catch small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #header #header_wrap #g_navi .contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 4.8rem;
    font-family: Akshar;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24rem;
    text-decoration: none;
  }
  #header #header_wrap #g_navi .contact__tel svg {
    width: 2.2rem;
    height: auto;
  }
  #header #header_wrap #g_navi .contact__btn {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-top: 1rem;
  }
  #header #header_wrap #g_navi .contact__btn img {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav-trigger {
    background-color: #fff;
    width: 6rem;
    height: 6rem;
    border: none;
    border-radius: none;
    position: fixed;
    top: 0;
    right: 1.5rem;
    padding: 0;
    z-index: 999;
    overflow: hidden;
  }
  .nav-trigger__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
  .nav-trigger__line {
    width: 3rem;
    height: 0.2rem;
    border-radius: 1rem;
    background-color: #333;
    transition: 0.3s ease;
    transform: translate(0) rotate(0deg);
  }
  .is-nav-view .nav-trigger__line:nth-child(1) {
    transform: translate(0, 1rem) rotate(45deg);
  }
  .is-nav-view .nav-trigger__line:nth-child(2) {
    transform: translate(6rem, 0);
  }
  .is-nav-view .nav-trigger__line:nth-child(3) {
    transform: translate(0, -1rem) rotate(-45deg);
  }
  #page_top {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 2rem;
  }
  #footer {
    overflow: hidden;
  }
  #footer .foot01 {
    padding: 9rem 2rem 4rem;
  }
  #footer .foot01_wrap {
    width: 100%;
  }
  #footer .foot01_top {
    overflow: visible;
    padding: 0 0 2rem 0;
  }
  #footer .foot01_top_left {
    float: none;
    display: block;
  }
  #footer .foot01_top_left a {
    display: block;
  }
  #footer .foot01_top_left a img {
    display: block;
    width: auto;
    height: 6.4rem;
  }
  #footer .foot01_top_right {
    margin: 2rem 0 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
    white-space: nowrap;
  }
  #footer .foot01_bottom {
    padding: 2rem 0 0;
    overflow: visible;
    display: block;
  }
  #footer .foot01_bottom_catch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
  }
  #footer .foot01_bottom_catch small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #footer .foot01_bottom_left {
    pointer-events: all;
    float: none;
    display: block;
  }
  #footer .foot01_bottom_left .sp-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 4.8rem;
    font-family: Akshar;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24rem;
    text-decoration: none;
  }
  #footer .foot01_bottom_left .sp-cont svg {
    width: 2.2rem;
    height: auto;
  }
  #footer .foot01_bottom_right {
    float: none;
    margin: 2rem auto 0;
  }
  #footer .foot01_bottom_right ul {
    margin: 0;
  }
  #footer .foot01_bottom_right ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  #footer .foot01_bottom_right ul li a {
    display: block;
    width: 100%;
    height: 7.1rem;
  }
  #footer .foot01_bottom_right ul li a img {
    display: none;
  }
  #footer .foot01_bottom_right ul li:nth-child(1) a {
    background: url("../img/layout/header/nav-sp-contact-btn1.png") no-repeat
      center center/cover;
  }
  #footer .foot01_bottom_right ul li:nth-child(2) {
    margin-top: 1.5rem;
  }
  #footer .foot01_bottom_right ul li:nth-child(2) a {
    background: url("../img/layout/header/nav-sp-contact-btn2.png") no-repeat
      center center/cover;
  }
  #footer .foot02 {
    padding: 6rem 0;
  }
  #footer .foot02_wrap {
    width: 100%;
  }
  #footer .foot02 .f_navi {
    padding: 0 2rem;
    margin: 0 0 6rem;
  }
  #footer .foot02 .f_navi > ul {
    display: block;
    width: 100%;
  }
  #footer .foot02 .f_navi > ul > li {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
  }
  #footer .foot02 .f_navi > ul > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  #footer .foot02 .f_navi > ul > li > a {
    font-size: 2rem;
  }
  #footer .foot02 .f_navi > ul > li > ul {
    display: block;
    margin-top: 0.8rem;
  }
  #footer .foot02 .f_navi > ul > li > ul li {
    display: block;
  }
  #footer .foot02 .f_navi > ul > li > ul li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  #footer .foot02 .f_navi > ul > li > ul li a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    display: block;
  }
  #footer .copyright {
    font-size: 1.1rem;
  }
  #keyvisual {
    margin-top: 6rem;
    height: fit-content;
    width: 100%;
    overflow: visible;
  }
  body.index #keyvisual {
    height: fit-content;
  }
  #keyvisual_wrap {
    position: static;
    width: 100%;
    margin: 0;
  }
  #keyvisual_wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  #keyvisual_wrap img.is-recruit {
    display: block;
    width: 100%;
    height: 24rem;
    object-fit: cover;
  }
}

.u-layout {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1919px) {
  #header_wrap {
    max-width: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
  #logo {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  #header {
    #header_wrap {
      max-width: none;
    }
  }
}

/*# sourceMappingURL=layout.css.map */
