@charset "UTF-8";

/* =====================
MV
===================== */
.company .mv::before {
  background-image: url('../../img/company/mv_2x.png');
}
.message .mv::before {
  background-image: url('../../img/company/message_mv_2x.png');
}
.profile .mv::before {
  background-image: url('../../img/company/profile_mv_2x.png');
}
.history .mv::before {
  background-image: url('../../img/company/history_mv_2x.png');
}
.organization .mv::before {
  background-image: url('../../img/company/organization_mv_2x.png');
}
.philosophy .mv::before {
  background-image: url('../../img/company/philosophy_mv_2x.png');
}
/* =====================
  list
===================== */
.link-list {
  display: grid;
  gap: calc((100 / 750) * 80 * 1vw);
  padding-inline: calc((100 / 750) * 19 * 1vw);
  & li {
    & a {
      display: grid;
      row-gap: calc((100 / 750) * 16 * 1vw);
      & picture {
        & img {
          border-radius: calc((100 / 750) * 24 * 1vw);
          width: calc((100 / 750) * 632 * 1vw);
        }
      }
      & h3 {
        position: relative;
        width: fit-content;
        font-size: calc((100 / 750) * 40 * 1vw);
        font-weight: 600;
        letter-spacing: calc((100 / 750) * 1.2 * 1vw);
        margin-top: calc((100 / 750) * 16 * 1vw);
        &::before {
          content: '';
          display: block;
          width: calc((100 / 750) * 48 * 1vw);
          aspect-ratio: 1/1;
          background-color: #074d94;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          right: calc((100 / 750) * -72 * 1vw);
          transform: translateY(-50%);
        }
        &::after {
          content: '';
          display: block;
          width: calc((100 / 750) * 24 * 1vw);
          aspect-ratio: 1/1;
          mask-repeat: no-repeat;
          mask-size: contain;
          mask-position: center;
          mask-image: var(--arrow);
          background-color: #fff;
          position: absolute;
          top: 50%;
          right: calc((100 / 750) * -60 * 1vw);
          transform: translateY(-50%);
        }
      }
      & p {
        line-height: 2;
      }
    }
  }
}
/* =====================
  Company TOP
===================== */
.company .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 136 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
  .sdgs-bnr_block {
    margin-top: calc((100 / 750) * 156 * 1vw);
  }
}
/* =====================
  メッセージ
===================== */
.message .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 370 * 1vw);
  padding-bottom: calc((100 / 750) * 154 * 1vw);
  margin-top: calc((100 / 750) * 48 * 1vw);
  background-color: #f2f0eb;
  &::before {
    background-color: #f2f0eb;
  }
  .message_wrap {
    position: relative;
    padding-block: calc((100 / 750) * 104 * 1vw) calc((100 / 750) * 56 * 1vw);
    padding-inline: calc((100 / 750) * 40 * 1vw);
    border-radius: calc((100 / 750) * 40 * 1vw);
    background-color: #fff;
    margin-inline: auto 0;
    & h4 {
      font-size: calc((100 / 750) * 42 * 1vw);
      font-weight: 600;
      letter-spacing: calc((100 / 750) * 1.26 * 1vw);
    }
    & p {
      line-height: 2;
      margin-top: calc((100 / 750) * 30 * 1vw);
      & + p {
        margin-top: calc((100 / 750) * 16 * 1vw);
      }
    }
    .name_wrap {
      width: fit-content;
      margin-inline: auto 0;
      margin-top: calc((100 / 750) * 37 * 1vw);
      & span {
        font-size: calc((100 / 750) * 22 * 1vw);
        line-height: 2;
        letter-spacing: calc((100 / 750) * 0.66 * 1vw);
        & + span {
          margin-left: 0.4em;
        }
      }
      & picture {
        display: block;
        text-align: right;
        margin-top: calc((100 / 750) * 6 * 1vw);
        & img {
          width: calc((100 / 750) * 244 * 1vw);
        }
      }
    }
    &::before {
      content: '';
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url('../../img/company/message_2x.png');
      width: calc((100 / 750) * 504 * 1vw);
      height: calc((100 / 750) * 346 * 1vw);
      border-radius: calc((100 / 750) * 24 * 1vw);
      position: absolute;
      top: calc((100 / 750) * -282 * 1vw);
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
.message .article[data-id='2'] {
  position: relative;
  padding-top: calc((100 / 750) * 138 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
}
/* =====================
  会社概要・アクセス
===================== */
.profile .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 136 * 1vw);
  padding-bottom: calc((100 / 750) * 156 * 1vw);
  .table-inline {
    margin-top: calc((100 / 750) * 47 * 1vw);
    .line-table {
      .map-btn {
        display: inline-block;
        font-family: var(--mont);
        font-size: calc((100 / 750) * 20 * 1vw);
        font-weight: 500;
        line-height: 1.3;
        color: #074d94;
        border-radius: 50rem;
        border: solid 1px #074d94;
        margin-left: calc((100 / 750) * 12 * 1vw);
        text-transform: uppercase;
        & > a {
          position: relative;
          display: flex;
          align-items: center;
          gap: calc((100 / 750) * 6 * 1vw);
          width: 100%;
          height: 100%;
          padding-inline: calc((100 / 750) * 6 * 1vw);
          &::before {
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            background-image: var(--map);
            width: calc((100 / 750) * 9.88 * 1vw);
            height: calc((100 / 750) * 15.2 * 1vw);
            flex-shrink: 0;
          }
        }
      }
      .zip-no {
        display: block;
      }
      .tel-no {
        display: block;
      }
    }
  }
}
.profile .article[data-id='2'] {
  position: relative;
  padding-top: calc((100 / 750) * 136 * 1vw);
  padding-bottom: calc((100 / 750) * 156 * 1vw);
  background-color: #ebeef2;
  & ul {
    margin-top: calc((100 / 750) * 48 * 1vw);
    & li {
      border-radius: calc((100 / 750) * 32 * 1vw);
      background-color: #fff;
      padding-inline: calc((100 / 750) * 40 * 1vw);
      padding-block: calc((100 / 750) * 56 * 1vw);
      .map {
        & iframe {
          width: calc((100 / 750) * 590 * 1vw);
          height: calc((100 / 750) * 481 * 1vw);
        }
      }
      .access_wrap {
        margin-top: calc((100 / 750) * 40 * 1vw);
        & h4 {
          font-size: calc((100 / 750) * 34 * 1vw);
          font-weight: 600;
          line-height: 2;
          letter-spacing: calc((100 / 750) * 1.02 * 1vw);
        }
        & address {
          line-height: 2;
          margin-top: calc((100 / 750) * 6 * 1vw);
        }
        .link-map {
          width: calc((100 / 750) * 396 * 1vw);
          margin-top: calc((100 / 750) * 81 * 1vw);
          margin-inline: auto 0;
          .link-anchor {
            padding-inline: calc((100 / 750) * 56 * 1vw) calc((100 / 750) * 32 * 1vw);
            .c-icon {
              &::before {
                mask-image: var(--link);
                width: calc((100 / 750) * 20 * 1vw);
                right: calc((100 / 750) * 12 * 1vw);
              }
            }
          }
        }
      }
      & + li {
        margin-top: calc((100 / 750) * 32 * 1vw);
      }
    }
  }
}
.profile .article[data-id='3'] {
  position: relative;
  padding-top: calc((100 / 750) * 136 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
}
/* =====================
  沿革
===================== */
.history .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 89 * 1vw);
  padding-bottom: calc((100 / 750) * 153 * 1vw);
  margin-top: calc((100 / 750) * 48 * 1vw);
  background-color: #eaf2fa;
  &::before {
    background-color: #eaf2fa;
  }
  .history_wrap {
    & ul {
      & li {
        position: relative;
        display: flex;
        gap: calc((100 / 750) * 40 * 1vw);
        padding-block: calc((100 / 750) * 48 * 1vw);
        border-bottom: 1px solid #babaca;
        &::before {
          content: '';
          display: block;
          width: calc((100 / 750) * 4 * 1vw);
          height: 100%;
          background-color: #074d94;
          position: absolute;
          top: 0;
          left: calc((100 / 750) * 171 * 1vw);
        }
        &:first-child {
          &::before {
            height: calc(100% - calc((100 / 750) * 47 * 1vw));
            top: calc((100 / 750) * 64 * 1vw);
          }
        }
        .year {
          width: calc((100 / 750) * 184 * 1vw);
          font-family: var(--mont);
          font-size: calc((100 / 750) * 48 * 1vw);
          font-weight: 500;
          line-height: 1;
          letter-spacing: calc((100 / 750) * 0.96 * 1vw);
          color: #074d94;
          flex-shrink: 0;
          margin-top: calc((100 / 750) * 5 * 1vw);
        }
        .history_unit {
          position: relative;
          .history_content {
            display: flex;
            flex-direction: column;
            gap: calc((100 / 750) * 2 * 1vw);
            .month {
              position: relative;
              font-weight: 600;
              line-height: 2;
              letter-spacing: calc((100 / 750) * 0.84 * 1vw);
              flex-shrink: 0;
              &::before {
                content: '';
                display: block;
                width: calc((100 / 750) * 26 * 1vw);
                height: calc((100 / 750) * 26 * 1vw);
                border: solid calc((100 / 750) * 6 * 1vw) #074d94;
                background-color: #eaf2fa;
                border-radius: 50rem;
                position: absolute;
                top: calc((100 / 750) * 16 * 1vw);
                left: calc((100 / 750) * -64 * 1vw);
              }
            }
            & p {
              line-height: 2;
            }
            & + .history_content {
              margin-top: calc((100 / 750) * 30 * 1vw);
            }
          }
        }
      }
    }
  }
}
.history .article[data-id='2'] {
  position: relative;
  padding-top: calc((100 / 750) * 137 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
}
/* =====================
  組織図
===================== */
.organization .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 88 * 1vw);
  padding-bottom: calc((100 / 750) * 154 * 1vw);
  margin-top: calc((100 / 750) * 48 * 1vw);
  background-color: #f4f6f8;
  & picture {
    &img {
      width: 100%;
    }
  }
  &::before {
    background-color: #f4f6f8;
  }
}
.organization .article[data-id='2'] {
  position: relative;
  padding-top: calc((100 / 750) * 136 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
}
/* =====================
  企業理念
===================== */
.philosophy .article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 89 * 1vw);
  padding-bottom: calc((100 / 750) * 76 * 1vw);
  .inner {
    & > ul {
      & > li {
        display: grid;
        padding-block: calc((100 / 750) * 46 * 1vw) calc((100 / 750) * 54 * 1vw);
        border-bottom: solid 1px #babaca;
        .philosophy-title {
          height: fit-content;
          margin-top: 17px;
          & p {
            font-family: var(--mont);
            font-size: calc((100 / 750) * 64 * 1vw);
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: calc((100 / 750) * 1.28 * 1vw);
            color: #074d94;
            text-transform: uppercase;
          }
          & h3 {
            font-weight: 600;
            line-height: 2;
            letter-spacing: calc((100 / 750) * 0.84 * 1vw);
            margin-top: calc((100 / 750) * 8 * 1vw);
          }
        }
        .philosophy_unit {
          position: relative;
          margin-top: calc((100 / 750) * 40 * 1vw);
          & > p {
            font-size: calc((100 / 750) * 32 * 1vw);
            font-weight: 600;
            line-height: 2;
            letter-spacing: calc((100 / 750) * 0.96 * 1vw);
          }
          &::before {
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: calc((100 / 750) * 256 * 1vw);
            height: calc((100 / 750) * 157 * 1vw);
            border-radius: calc((100 / 750) * 24 * 1vw);
            position: absolute;
            right: 0;
            top: calc((100 / 750) * -189 * 1vw);
          }
        }
        &[data-id='1'] {
          .philosophy_unit {
            &::before {
              background-image: url('../../img/company/philosophy_01_2x.png');
            }
          }
        }
        &[data-id='2'] {
          .philosophy_unit {
            &::before {
              background-image: url('../../img/company/philosophy_02_2x.png');
            }
          }
        }
        &[data-id='3'] {
          .philosophy_unit {
            &::before {
              background-image: url('../../img/company/philosophy_03_2x.png');
            }
          }
        }
        .philosophy_content {
          position: relative;
          margin-top: calc((100 / 750) * 41 * 1vw);
          & > p {
            font-weight: 600;
            line-height: 2;
            letter-spacing: calc((100 / 750) * 0.84 * 1vw);
            color: #5b5b65;
          }
          & > ul {
            margin-top: calc((100 / 750) * 40 * 1vw);
            & > li {
              & h5 {
                width: fit-content;
                font-weight: 600;
                line-height: 1.6;
                letter-spacing: calc((100 / 750) * 0.84 * 1vw);
                color: #235b93;
                border: 1px solid #235b93;
                padding-inline: calc((100 / 750) * 38 * 1vw);
              }
              & p {
                font-weight: 600;
                line-height: 2;
                letter-spacing: calc((100 / 750) * 0.84 * 1vw);
                color: #5b5b65;
                margin-top: calc((100 / 750) * 16 * 1vw);
              }
              & + li {
                margin-top: calc((100 / 750) * 31 * 1vw);
              }
            }
          }
          &::before {
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            background-image: url('../../img/company/philosophy_2x.png');
            width: calc((100 / 750) * 163 * 1vw);
            height: calc((100 / 750) * 136 * 1vw);
            position: absolute;
            bottom: calc((100 / 750) * -112 * 1vw);
            right: calc((100 / 750) * 39 * 1vw);
          }
        }
        &:last-child {
          padding-bottom: calc((100 / 750) * 150 * 1vw);
        }
      }
    }
  }
}
.philosophy .article[data-id='2'] {
  position: relative;
  padding-top: calc((100 / 750) * 76 * 1vw);
  padding-bottom: calc((100 / 750) * 108 * 1vw);
  &::after {
    background-color: #fff;
  }
}

.table-inline {
  & td a.text-link {
    color: #074d94;
    display: inline flex;
    align-items: center;
    gap: calc((100 / 750) * 11.3 * 1vw);
    text-decoration: underline;
    @media (any-hover: hover) {
      &:hover {
        text-decoration: none;
      }
    }
    &[target='_blank'] {
      &::after {
        content: '';
        display: block;
        width: calc((100 / 750) * 20.16 * 1vw);
        aspect-ratio: 1 / 1;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        mask-image: var(--link);
        background-color: #074d94;
      }
    }
  }
}
