@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.l-header {
  position: relative;
  background: #fff;
}
.l-header::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  transition: visibility 0.3s, opacity 0.3s;
}
.l-header__inner {
  position: relative;
  margin: auto;
  max-width: 1200px;
}
.l-header .c-logo {
  position: absolute;
  left: 75px;
  bottom: -165px;
  width: 210px;
  height: 250px;
  padding-bottom: 17px;
  z-index: 1;
  background: url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.l-header .c-logo::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-header .c-logo__box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.l-header .nav-global {
  margin-right: 15px;
}
.l-header .nav-global ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 105px;
}
.l-header .nav-global ul li {
  margin-left: 19px;
  padding-left: 19px;
  border-left: 1px solid #e6e6d7;
}
.l-header .nav-global ul li:first-child {
  border-left: none;
}
.l-header .nav-global ul li a {
  display: block;
}

.l-page__main {
  position: relative;
  margin-right: 15px;
  height: 30vw;
  min-height: 360px;
  overflow-x: clip;
}
.l-page__main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-page__main__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-page__main__title {
  position: absolute;
  right: 50%;
  margin-right: -610px;
  bottom: -60px;
}
.l-page__main__title::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 75px;
  width: 450px;
  height: 300px;
  background: url(../images/page/page_products_mesh.svg) center/100% no-repeat;
}
.l-page__main__title__box {
  margin: -30px 0 0 90px;
  width: 450px;
  height: 300px;
  padding: 17px 0;
  position: relative;
  background: url("../images/common/box_corner_left.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right.svg") right top/18px 18px no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.l-page__main__title__box::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-page__main__title__box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-page__main__title__box__inner {
  background: #fff;
  height: 100%;
}
.l-page__main__title__box__inner h1 {
  position: relative;
  padding: 65px 0 0;
  text-align: center;
}
.l-page__main__title__box__inner h1::before {
  position: absolute;
  bottom: 70px;
  left: 33px;
  content: "";
  width: 173px;
  height: 76px;
  background: url(../images/home/box_title_products_en.svg) center/100% no-repeat;
}
.company .l-page__main__title__box__inner h1::before {
  bottom: 70px;
  left: 33px;
  content: "";
  width: 181px;
  height: 67px;
  background: url(../images/home/box_title_company_en.svg) center/100% no-repeat;
}

.works .l-page__main__title::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 75px;
  width: 470px;
  height: 300px;
  background: url(../images/page/page_wave_mesh.svg) center/100% no-repeat;
}
.works .l-page__main__title__box__inner h1::before {
  bottom: 70px;
  left: 33px;
  content: "";
  width: 128px;
  height: 64px;
  background: url(../images/home/box_title_works_en.svg) center/100% no-repeat;
}
.team .l-page__main__title::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 75px;
  width: 470px;
  height: 300px;
  background: url(../images/page/page_wave_mesh.svg) center/100% no-repeat;
}
.team .l-page__main__title__box__inner h1::before {
  bottom: 70px;
  left: 33px;
  content: "";
  width: 120px;
  height: 49px;
  background: url(../images/home/box_title_team_en.svg) center/100% no-repeat;
}
.contact .l-page__main__title__box__inner h1::before {
  bottom: 70px;
  left: 33px;
  content: "";
  width: 152px;
  height: 75px;
  background: url(../images/home/box_title_contact_en.svg) center/100% no-repeat;
}

#breadcrumbs {
  margin: auto;
  max-width: 980px;
  padding-top: 30px;
}
#breadcrumbs a {
  text-decoration: underline;
}

.l-404 {
  text-align: center;
}
.l-404 h1 {
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 335px);
  font-size: 1.7em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  body {
    padding-top: 52px;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
  }
  .l-header .c-logo {
    position: static;
    padding: 0 0 0 17px;
    width: auto;
    height: 52px;
    bottom: 0;
    background: none;
  }
  .l-header .c-logo::before {
    display: none;
  }
  .l-header .c-logo__box {
    justify-content: flex-start;
  }
  .l-header .c-logo__box img {
    width: 90px;
    display: block;
  }
  .l-header .nav-global {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    margin-right: 0;
    z-index: 11;
  }
  .l-header .nav-global ul {
    display: block;
    height: auto;
    margin-top: 64px;
    border-top: #0078c6 solid 1px;
    border-bottom: #0078c6 solid 1px;
  }
  .l-header .nav-global ul li {
    margin-top: 14px;
    margin-left: 0;
    padding-bottom: 14px;
    padding-left: 0;
    border-bottom: 1px solid #e4e4d5;
    border-left: none;
    text-align: center;
  }
  .l-header .nav-global ul li:last-child {
    border-bottom: none;
  }
  .nav-open .l-header::before {
    visibility: visible;
    opacity: 1;
  }
  .l-page__main {
    margin-right: 0;
    min-height: 59.375vw;
  }
  .l-page__main__title {
    right: 0;
    bottom: -4.6875vw;
    margin-right: 0;
  }
  .l-page__main__title::before {
    top: 4.6875vw;
    right: 0;
    width: 70.3125vw;
    height: 46.875vw;
    background: url(../images/page/page_products_mesh_sp.svg) center/100% no-repeat;
  }
  .l-page__main__title__box {
    margin: 0;
    padding: 2.65625vw 0;
    width: 56.25vw;
    height: 42.1875vw;
    background: url("../images/common/box_corner_left.svg") left top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/2.8125vw 2.8125vw no-repeat;
  }
  .l-page__main__title__box::before {
    left: auto;
    right: 0;
    width: calc(100% - 2.65625vw);
    height: 2.8125vw;
    transform: translate(0);
  }
  .l-page__main__title__box::after {
    left: auto;
    right: 0;
    width: calc(100% - 2.65625vw);
    height: 2.8125vw;
    transform: translate(0);
  }
  .l-page__main__title__box__inner h1 {
    padding: 13.28125vw 0 0;
  }
  .l-page__main__title__box__inner h1 img {
    margin: auto;
    width: 35.625vw;
    display: block;
  }
  .l-page__main__title__box__inner h1::before {
    bottom: 13.28125vw;
    left: 5.15625vw;
    width: 27.03125vw;
    height: 11.875vw;
  }
  .company .l-page__main__title__box__inner h1 img {
    width: 25vw;
  }
  .company .l-page__main__title__box__inner h1::before {
    bottom: 14.0625vw;
    left: 5.15625vw;
    width: 28.28125vw;
    height: 10.625vw;
  }
  .works .l-page__main__title::before {
    top: 9.375vw;
    right: 0;
    width: 70.3125vw;
    height: 46.875vw;
  }
  .works .l-page__main__title__box__inner h1::before {
    bottom: 15vw;
    left: 5.15625vw;
    width: 20vw;
    height: 10vw;
  }
  .team .l-page__main__title__box__inner h1 img {
    width: 41.71875vw;
  }
  .team .l-page__main__title::before {
    top: 9.375vw;
    right: 0;
    width: 70.3125vw;
    height: 46.875vw;
  }
  .team .l-page__main__title__box__inner h1::before {
    bottom: 15vw;
    left: 5.15625vw;
    width: 18.59375vw;
    height: 7.65625vw;
  }
  .contact .l-page__main__title__box__inner h1 img {
    width: 36.875vw;
  }
  .contact .l-page__main__title__box__inner h1::before {
    bottom: 15vw;
    left: 5.15625vw;
    width: 23.75vw;
    height: 11.71875vw;
  }
  #breadcrumbs {
    padding-top: 0;
    margin: 23.4375vw 4.21875vw 0;
    font-size: 3.75vw;
    line-height: 9.375vw;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
  }
  .c-sp-bnr {
    margin: 9.375vw auto -9.375vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  .l-page__main {
    min-height: auto;
  }
  .l-page__main__title {
    right: 0;
    margin-right: -17px;
    bottom: -5vw;
  }
  .l-page__main__title::before {
    top: 2.5vw;
    right: 6.25vw;
    width: 37.5vw;
    height: 25vw;
  }
  .l-page__main__title__box {
    margin: -2.5vw 0 0 7.5vw;
    width: 37.5vw;
    height: 25vw;
    padding: 1.4166666667vw 0;
    background: url("../images/common/box_corner_left.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right.svg") right top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/1.5vw 1.5vw no-repeat;
  }
  .l-page__main__title__box::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-page__main__title__box::after {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-page__main__title__box__inner h1 {
    padding: 5.4166666667vw 0 0;
  }
  .l-page__main__title__box__inner h1 img {
    width: 19.0833333333vw;
  }
  .l-page__main__title__box__inner h1::before {
    bottom: 5.8333333333vw;
    left: 2.75vw;
    width: 14.4166666667vw;
    height: 6.3333333333vw;
  }
  .company .l-page__main__title__box__inner h1 img {
    width: 13.3333333333vw;
  }
  .company .l-page__main__title__box__inner h1::before {
    bottom: 5.8333333333vw;
    left: 2.75vw;
    width: 15.0833333333vw;
    height: 5.5833333333vw;
  }
  .works .l-page__main__title::before {
    top: 2.5vw;
    right: 6.25vw;
    width: 39.1666666667vw;
    height: 25vw;
  }
  .works .l-page__main__title__box__inner h1::before {
    bottom: 5.8333333333vw;
    left: 2.75vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
  .team .l-page__main__title::before {
    top: 2.5vw;
    right: 6.25vw;
    width: 39.1666666667vw;
    height: 25vw;
  }
  .team .l-page__main__title__box__inner h1::before {
    top: 5.8333333333vw;
    left: 2.75vw;
    width: 10vw;
    height: 4.0833333333vw;
  }
  .contact .l-page__main__title__box__inner h1 img {
    width: 19.6666666667vw;
  }
  .contact .l-page__main__title__box__inner h1::before {
    bottom: 5.8333333333vw;
    left: 2.75vw;
    width: 12.6666666667vw;
    height: 6.25vw;
  }
  #breadcrumbs {
    padding-top: 2.5vw;
    max-width: 85.3333333333vw;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .l-header .c-logo {
    left: 6.25vw;
    bottom: -13.75vw;
    width: 17.5vw;
    height: 20.8333333333vw;
    padding-bottom: 1.4166666667vw;
    background: url("../images/common/box_corner_left_bottom.svg") left bottom/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/1.5vw 1.5vw no-repeat;
  }
  .l-header .c-logo::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-header .c-logo__box img {
    width: 11.25vw;
  }
  .l-header .nav-global ul {
    height: 8.75vw;
  }
  .l-header .nav-global ul li {
    margin-left: 1.5833333333vw;
    padding-left: 1.5833333333vw;
  }
  .l-header .nav-global ul li:nth-child(1) svg {
    width: 8.1291666667vw;
    height: auto;
  }
  .l-header .nav-global ul li:nth-child(2) svg {
    width: 7.285vw;
    height: auto;
  }
  .l-header .nav-global ul li:nth-child(3) svg {
    width: 8.8241666667vw;
    height: auto;
  }
  .l-header .nav-global ul li:nth-child(4) svg {
    width: 8.4vw;
    height: auto;
  }
  .l-header .nav-global ul li:nth-child(5) svg {
    width: 7.6166666667vw;
    height: auto;
  }
  .l-header .nav-global ul li:nth-child(6) svg {
    width: 11.9875vw;
    height: auto;
  }
}
/*# sourceMappingURL=sourcemaps/page.css.map */
