@charset "UTF-8";
/*------------------------------------------------
  COMMON(SP)
------------------------------------------------*/
/*リセット
/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
  vertical-align: baseline; }

/* mixin
-----------------------*/
/* 共通
-----------------------*/
body {
  margin: 0; }

.page {
  margin: 0; }

a {
  text-decoration: none; }
  a:visited {
    color: none; }

.site-main {
  margin: 16vw auto 0;
  overflow: hidden;
  background-color: #fff;
  position: relative; }

.brpc {
  display: none; }

/* ■ヘッダー
-----------------------*/
.site-header {
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.3333333333vw;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99; }
  .site-header .site-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 5.3333333333vw;
    line-height: 1;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600; }
    .site-header .site-logo .logo {
      height: 10.6666666667vw;
      margin-right: 2.6666666667vw; }
  .site-header .navigation {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 32vw 5.3333333333vw;
    box-sizing: border-box;
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s; }
    .site-header .navigation .uncher {
      width: 89.3333333333vw;
      height: 16vw;
      font-size: 4.8vw;
      line-height: 1;
      color: #fff;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: block; }
      .site-header .navigation .uncher.bg {
        display: none; }
    .site-header .navigation .contact {
      width: 80vw;
      height: 21.3333333333vw;
      background-color: #fff;
      border: 1px solid #0f2869;
      border-radius: 2.1333333333vw;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 0 auto; }
      .site-header .navigation .contact h2 {
        font-size: 4.8vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #0f2869;
        text-align: center;
        margin-bottom: 2.6666666667vw;
        position: relative; }
      .site-header .navigation .contact .tel {
        font-size: 8vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #0f2869;
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .site-header .navigation .contact .tel .image {
          width: 8vw;
          display: block;
          margin-right: 5.3333333333vw; }
  .site-header .menu-toggle {
    display: block;
    background: none;
    border: none;
    width: 8vw;
    height: 5.8666666667vw;
    position: relative;
    padding: 0;
    z-index: 99; }
    .site-header .menu-toggle span {
      display: block;
      width: 8vw;
      height: 0.5333333333vw;
      background: #0f2869;
      border-radius: 0.8vw;
      position: absolute;
      left: 0;
      padding: 0;
      transition: 0.2s; }
      .site-header .menu-toggle span.bar-1 {
        top: 0; }
      .site-header .menu-toggle span.bar-2 {
        top: 2.6666666667vw; }
      .site-header .menu-toggle span.bar-3 {
        bottom: 0; }
  .site-header .toggled .navigation {
    right: 0; }
  .site-header .toggled .menu-toggle span {
    background: #fff; }
    .site-header .toggled .menu-toggle span.bar-1 {
      transform: rotate(45deg);
      top: 2.6666666667vw; }
    .site-header .toggled .menu-toggle span.bar-2 {
      display: none; }
    .site-header .toggled .menu-toggle span.bar-3 {
      transform: rotate(-45deg);
      bottom: 2.6666666667vw; }

/* ■ファーストビュー
-----------------------*/
.fv {
  width: 100%;
  height: 74.6666666667vw;
  background-image: url(../img/fv.webp);
  background-size: auto 100%;
  background-position: 50% 0%;
  padding: 0 5.3333333333vw;
  background-repeat: norepeat;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 85.3333333333vw; }
  .fv h1 {
    font-size: 8.5333333333vw;
    line-height: 1.2;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: -0.2666666667vw;
    position: relative;
    top: 77.3333333333vw; }
  .fv .fv-text {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 4vw 0;
    position: relative;
    top: 77.3333333333vw; }
  .fv .point {
    width: 89.3333333333vw;
    padding: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e3887;
    box-sizing: border-box;
    position: relative;
    top: 77.3333333333vw; }
    .fv .point .mark {
      width: 12.8vw; }
    .fv .point .wrap {
      font-size: 3.7333333333vw;
      line-height: 1.4;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #fff;
      margin-left: 5.3333333333vw;
      letter-spacing: 1.1; }
      .fv .point .wrap h3 {
        font-size: 5.3333333333vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        margin: 0 0 2.6666666667vw; }

.fv-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .fv-sub .image {
    width: 25%;
    height: 26.6666666667vw; }
    .fv-sub .image img {
      width: 101%;
      height: 100%;
      object-fit: cover; }

/* ■私たちの役割
-----------------------*/
#role {
  width: 89.3333333333vw;
  margin: 0 auto;
  padding: 16vw 0 10.6666666667vw; }
  #role .wrap {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.7;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
    #role .wrap h2 {
      font-size: 6.9333333333vw;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      margin-bottom: 5.3333333333vw;
      padding-bottom: 4vw;
      position: relative; }
      #role .wrap h2::after {
        content: "";
        width: 8vw;
        height: 0.8vw;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 0; }
  #role .image {
    display: block;
    width: 89.3333333333vw;
    margin: 8vw 0 0; }

/* ■事業内容
-----------------------*/
#service {
  width: 100%;
  padding: 16vw 0;
  background-color: #eef6fc; }
  #service .content {
    width: 89.3333333333vw;
    margin: 0 auto; }
    #service .content h2 {
      font-size: 6.4vw;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 5.3333333333vw;
      padding-bottom: 5.3333333333vw;
      position: relative; }
      #service .content h2::after {
        content: "";
        width: 8vw;
        height: 0.8vw;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 40.6666666667vw; }
    #service .content .flex-wrap {
      width: 100%; }
      #service .content .flex-wrap article {
        width: 89.3333333333vw;
        border-radius: 2.1333333333vw;
        border: 0.2666666667vw solid #bcbcbc;
        background-color: #fff;
        padding: 5.3333333333vw;
        box-sizing: border-box;
        font-size: 4.2666666667vw;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        font-feature-settings: "palt";
        margin: 0 0 5.3333333333vw;
        position: relative; }
        #service .content .flex-wrap article .image {
          width: 18.6666666667vw;
          height: 16.8vw;
          display: block;
          margin: 0 auto 5.3333333333vw;
          position: absolute;
          top: 4vw;
          left: 5.3333333333vw; }
          #service .content .flex-wrap article .image img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        #service .content .flex-wrap article h3 {
          width: 100%;
          font-size: 5.8666666667vw;
          line-height: 1;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          color: #0f2869;
          text-align: center;
          margin: 4vw 0 10.6666666667vw;
          padding-left: 10.6666666667vw; }
        #service .content .flex-wrap article p {
          margin: 0 0 2.6666666667vw; }

/* ■安全への取り組み
-----------------------*/
#safety {
  width: 100%;
  padding: 16vw 0 10.6666666667vw;
  background-color: #dff1fc; }
  #safety .content {
    width: 89.3333333333vw;
    margin: 0 auto; }
    #safety .content h2 {
      font-size: 6.4vw;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 2.6666666667vw;
      padding-bottom: 5.3333333333vw;
      position: relative; }
      #safety .content h2::after {
        content: "";
        width: 8vw;
        height: 0.8vw;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 40.6666666667vw; }
    #safety .content .flex-wrap {
      width: 100%; }
      #safety .content .flex-wrap li {
        width: 89.3333333333vw;
        border-bottom: 0.2666666667vw solid #bcbcbc;
        padding: 5.3333333333vw 2.6666666667vw 4vw 21.3333333333vw;
        box-sizing: border-box;
        font-size: 3.7333333333vw;
        line-height: 1.4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: center;
        font-feature-settings: "palt";
        position: relative; }
        #safety .content .flex-wrap li:last-child {
          border: none; }
        #safety .content .flex-wrap li .image {
          width: 22.1333333333vw;
          height: 16vw;
          display: block;
          position: absolute;
          top: 8vw;
          left: 2.6666666667vw; }
          #safety .content .flex-wrap li .image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center; }
        #safety .content .flex-wrap li h3 {
          width: 100%;
          font-size: 4.8vw;
          line-height: 1;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #000;
          text-align: center;
          margin: 0 0 4vw; }
        #safety .content .flex-wrap li p {
          margin: 0 0 2.6666666667vw;
          font-feature-settings: "palt"; }

/* ■技術力・対応力
-----------------------*/
#technology {
  width: 100%;
  padding: 16vw 0 0; }
  #technology .content {
    width: 89.3333333333vw;
    margin: 0 auto; }
    #technology .content h2 {
      font-size: 6.4vw;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 5.3333333333vw;
      padding-bottom: 5.3333333333vw;
      position: relative; }
      #technology .content h2::after {
        content: "";
        width: 8vw;
        height: 0.8vw;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 40.6666666667vw; }
    #technology .content .flex-wrap {
      width: 100%; }
      #technology .content .flex-wrap .wrap {
        width: 89.3333333333vw;
        border-radius: 2.1333333333vw;
        border: 0.2666666667vw solid #bcbcbc;
        background-color: #fff;
        padding: 5.3333333333vw;
        box-sizing: border-box;
        font-size: 4.2666666667vw;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: center;
        font-feature-settings: "palt";
        margin-bottom: 2.6666666667vw; }
        #technology .content .flex-wrap .wrap .inner {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin: 0 0 4vw; }
          #technology .content .flex-wrap .wrap .inner .image {
            width: 17.0666666667vw;
            height: 19.2vw;
            margin-right: 4vw;
            display: block; }
            #technology .content .flex-wrap .wrap .inner .image img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
          #technology .content .flex-wrap .wrap .inner .text {
            width: 45.8666666667vw; }
            #technology .content .flex-wrap .wrap .inner .text h3 {
              width: 100%;
              font-size: 4.2666666667vw;
              line-height: 1;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 500;
              color: #000;
              text-align: center;
              margin: 0 0 4vw; }
            #technology .content .flex-wrap .wrap .inner .text p {
              width: 100%;
              text-align: center; }
            #technology .content .flex-wrap .wrap .inner .text strong {
              width: 100%;
              font-size: 11.2vw;
              line-height: 1;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 500;
              color: #0f2869;
              text-align: left;
              margin-right: 1.3333333333vw; }

/* ■会社概要
-----------------------*/
#company {
  width: 89.3333333333vw;
  padding: 16vw 0 16vw;
  margin: 0 auto; }
  #company h2 {
    font-size: 6.4vw;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 5.3333333333vw;
    position: relative; }
  #company .content {
    width: 100%;
    margin: 0 auto; }
    #company .content table {
      width: 89.3333333333vw;
      height: 48vw;
      border: 1px solid #bcbcbc;
      border-radius: 2.1333333333vw;
      border-spacing: 0;
      overflow: hidden;
      margin: 0 0 5.3333333333vw; }
      #company .content table th {
        background-color: #eef6fc;
        border-right: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
        font-size: 4.2666666667vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: center;
        padding: 0 1.3333333333vw; }
        #company .content table th:last-child {
          border-bottom: none; }
      #company .content table td {
        border-bottom: 1px solid #bcbcbc;
        font-size: 4.2666666667vw;
        line-height: 1.4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: left;
        padding: 2.6666666667vw; }
      #company .content table tr:last-child th, #company .content table tr:last-child td {
        border-bottom: none; }
    #company .content .contact {
      width: 89.3333333333vw;
      height: 32vw;
      border: 1px solid #bcbcbc;
      border-radius: 2.1333333333vw;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #company .content .contact h2 {
        font-size: 5.8666666667vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #0f2869;
        text-align: center;
        margin-bottom: 6.4vw;
        position: relative; }
      #company .content .contact .tel {
        font-size: 9.6vw;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #0f2869;
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        #company .content .contact .tel .image {
          width: 9.6vw;
          display: block;
          margin-right: 5.3333333333vw; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 5.3333333333vw;
  cursor: pointer;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s;
  background: #939393;
  width: 16vw;
  height: 16vw;
  border-radius: 16vw;
  color: #fff;
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 2.6666666667vw 0 0;
  box-sizing: border-box; }
  .link-top::before {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: 40%;
    top: 4vw; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* フッター
-----------------------*/
.site-footer {
  width: 100%;
  margin: 0 auto;
  padding: 8vw 0 5.3333333333vw;
  background-color: #0f2869;
  position: relative;
  z-index: 98; }
  .site-footer .content {
    width: 89.3333333333vw;
    margin: 0 auto; }
    .site-footer .content .site-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 1;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600; }
      .site-footer .content .site-logo .logo {
        height: 12.8vw;
        margin-right: 2.6666666667vw; }
    .site-footer .content .wrap {
      width: 100%;
      margin: 5.3333333333vw auto 0; }
      .site-footer .content .wrap .address {
        font-size: 3.7333333333vw;
        line-height: 1.8;
        color: #fff;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        margin: 0 0 10.6666666667vw; }
      .site-footer .content .wrap small {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 1;
        color: #fff;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        display: block; }

/*# sourceMappingURL=content_sp.css.map */
