@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: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative; }

/* ■ヘッダー
-----------------------*/
.site-header {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
  position: fixed;
  top: 0;
  z-index: 99; }
  .site-header:hover, .site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.95); }
  .site-header .site-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 34px;
    line-height: 1;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600; }
    .site-header .site-logo .logo {
      height: 54px;
      margin-right: 10px; }
  .site-header .navigation {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .site-header .navigation .uncher {
      width: fit-content;
      height: 90px;
      padding: 0 20px;
      font-size: 15px;
      line-height: 1;
      color: #000;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      position: relative; }
      .site-header .navigation .uncher.bg {
        padding: 0 20px;
        background-color: #0f2869;
        color: #fff;
        margin-left: 20px;
        transition: 0.3s; }
        .site-header .navigation .uncher.bg::after {
          display: none; }
        .site-header .navigation .uncher.bg:hover {
          background-color: #234aa4; }
      .site-header .navigation .uncher::after {
        content: "";
        width: 60%;
        height: 5px;
        background-color: #738ccd;
        position: absolute;
        bottom: 2px;
        left: 20%;
        transform: scale(0);
        transition: 0.5s; }
      .site-header .navigation .uncher:hover::after {
        transform: scale(1); }
    .site-header .navigation .contact {
      display: none; }
  .site-header .menu-toggle {
    display: none; }

/* ■ファーストビュー
-----------------------*/
.fv {
  width: 100%;
  height: 90vh;
  min-height: 580px;
  background-image: url(../img/fv.webp);
  background-size: cover;
  background-position: top;
  background-repeat: norepeat;
  padding: 170px 70px 0;
  position: relative; }
  .fv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, white 0%, white 13%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    z-index: 50; }
  .fv h1 {
    font-size: 64px;
    line-height: 1.4;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    position: relative;
    z-index: 80; }
  .fv .fv-text {
    font-size: 26px;
    line-height: 1.6;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin: 30px 0 65px;
    position: relative;
    z-index: 80; }
    .fv .fv-text .brsp {
      display: none; }
  .fv .point {
    width: fit-content;
    padding: 20px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e3887;
    position: relative;
    z-index: 80; }
    .fv .point .mark {
      width: 54px; }
    .fv .point .wrap {
      font-size: 14px;
      line-height: 1.4;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #fff;
      margin-left: 20px;
      letter-spacing: 1.1; }
      .fv .point .wrap h3 {
        font-size: 22px;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        margin: 0 0 10px; }

.fv-sub {
  width: 100%;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .fv-sub .image {
    width: 25%;
    height: 185px; }
    .fv-sub .image img {
      width: 101%;
      height: 100%;
      object-fit: cover; }

/* ■私たちの役割
-----------------------*/
#role {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0; }
  #role .wrap {
    width: 495px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
    #role .wrap h2 {
      font-size: 26px;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      margin-bottom: 20px;
      padding-bottom: 15px;
      position: relative; }
      #role .wrap h2::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 0; }
  #role .image {
    display: block;
    width: 505px; }

/* ■事業内容
-----------------------*/
#service {
  width: 100%;
  padding: 80px 0;
  background-color: #eef6fc; }
  #service .content {
    width: 1200px;
    margin: 0 auto; }
    #service .content h2 {
      font-size: 28px;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 20px;
      position: relative; }
      #service .content h2::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 585px; }
    #service .content .flex-wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #service .content .flex-wrap article {
        width: 287px;
        height: 326px;
        border-radius: 8px;
        border: 1px solid #bcbcbc;
        background-color: #fff;
        padding: 15px 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        font-feature-settings: "palt";
        position: relative; }
        #service .content .flex-wrap article .image {
          width: 150px;
          height: 144px;
          display: block;
          margin: 0 auto 10px; }
          #service .content .flex-wrap article .image img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        #service .content .flex-wrap article h3 {
          width: 100%;
          font-size: 22px;
          line-height: 1;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          color: #0f2869;
          text-align: center;
          margin: 0 0 15px; }
        #service .content .flex-wrap article p {
          margin: 0 0 10px; }

/* ■安全への取り組み
-----------------------*/
#safety {
  width: 100%;
  padding: 80px 0;
  background-color: #dff1fc; }
  #safety .content {
    width: 1200px;
    margin: 0 auto; }
    #safety .content h2 {
      font-size: 28px;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 20px;
      position: relative; }
      #safety .content h2::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 585px; }
    #safety .content .flex-wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #safety .content .flex-wrap li {
        width: 240px;
        height: 165px;
        border-right: 1px solid #bcbcbc;
        padding: 20px 15px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: center;
        font-feature-settings: "palt"; }
        #safety .content .flex-wrap li:last-child {
          border: none; }
        #safety .content .flex-wrap li .image {
          width: 83px;
          height: 60px;
          display: block;
          margin: 0 auto 20px; }
          #safety .content .flex-wrap li .image img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        #safety .content .flex-wrap li h3 {
          width: 100%;
          font-size: 18px;
          line-height: 1;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #000;
          text-align: center;
          margin: 0 0 15px; }
        #safety .content .flex-wrap li p {
          margin: 0 0 10px; }

/* ■技術力・対応力
-----------------------*/
#technology {
  width: 100%;
  padding: 80px 0; }
  #technology .content {
    width: 1200px;
    margin: 0 auto; }
    #technology .content h2 {
      font-size: 28px;
      line-height: 1;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 20px;
      position: relative; }
      #technology .content h2::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #738ccd;
        position: absolute;
        bottom: 0;
        left: 585px; }
    #technology .content .flex-wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #technology .content .flex-wrap .wrap {
        width: 287px;
        height: 150px;
        border-radius: 8px;
        border: 1px solid #bcbcbc;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: center;
        font-feature-settings: "palt"; }
        #technology .content .flex-wrap .wrap .inner {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin: 0 0 15px; }
          #technology .content .flex-wrap .wrap .inner .image {
            width: 64px;
            height: 72px;
            margin-right: 15px;
            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: 172px; }
            #technology .content .flex-wrap .wrap .inner .text h3 {
              width: 100%;
              font-size: 16px;
              line-height: 1;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 500;
              color: #000;
              text-align: center;
              margin: 0 0 15px; }
            #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: 42px;
              line-height: 1;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 500;
              color: #0f2869;
              text-align: left;
              margin-right: 5px; }

/* ■会社概要
-----------------------*/
#company {
  width: 1200px;
  padding: 40px 0 120px;
  margin: 0 auto; }
  #company h2 {
    font-size: 28px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    position: relative; }
  #company .content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #company .content table {
      width: 570px;
      height: 180px;
      border: 1px solid #bcbcbc;
      border-radius: 8px;
      border-spacing: 0;
      overflow: hidden; }
      #company .content table th {
        background-color: #eef6fc;
        border-right: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
        font-size: 18px;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: left;
        padding-left: 20px; }
        #company .content table th:last-child {
          border-bottom: none; }
      #company .content table td {
        border-bottom: 1px solid #bcbcbc;
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #000;
        text-align: left;
        padding: 10px 0 10px 20px; }
      #company .content table tr:last-child th, #company .content table tr:last-child td {
        border-bottom: none; }
    #company .content .contact {
      width: 570px;
      height: 180px;
      border: 1px solid #bcbcbc;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #company .content .contact h2 {
        font-size: 22px;
        line-height: 1;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #0f2869;
        text-align: center;
        margin-bottom: 24px;
        position: relative; }
      #company .content .contact .tel {
        font-size: 56px;
        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: 55px;
          display: block;
          margin-right: 20px; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s;
  background: #939393;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 10px 0 0;
  box-sizing: border-box; }
  .link-top::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: 40%;
    top: 15px; }
  .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: 30px 0 20px;
  background-color: #0f2869;
  position: relative;
  z-index: 99; }
  .site-footer .content {
    width: 1200px;
    margin: 0 auto; }
    .site-footer .content .site-logo {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 30px;
      line-height: 1;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600; }
      .site-footer .content .site-logo .logo {
        height: 48px;
        margin-right: 10px; }
    .site-footer .content .wrap {
      width: 100%;
      margin: 10px 0 0;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .site-footer .content .wrap .address {
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .site-footer .content .wrap small {
        font-size: 10px;
        line-height: 1;
        color: #fff;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; }

/*# sourceMappingURL=content_pc.css.map */
