﻿@charset "UTF-8";

:root {
  --cl-bk: #000000;
  --cl-bl: #001f6b;
  --cl-lbl1: #f3f8ff;
  --cl-lbl2: #e7f1ff;
  --cl-agc-bl: #0031b3;
  --cl-rd: #e40147;
  --cl-gy: #999999;
  --cl-lgy: #f8f8f8;
  --cl-lgy2: #f0f0f0;
  --cl-dgy: #666666;
  --cl-bdr: #d9d9d9;
  --cl-link: #003bff;
  --sdw-400: 0px 6px 12px -6px #18274b1f, 0px 8px 24px -4px #18274b1f;
  --sdw-700: 0px 14px 64px -4px #18274b1f, 0px 8px 22px -6px #18274b1f;
  --ff-en: "Reddit Sans", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  background-color: #ffffff;
  color: var(--cl-bk);
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media (min-width: 769px) {
  #wrapper {
    position: relative;
  }
}

@media (max-width: 768px) {
}

a {
  color: var(--cl-link);
  text-decoration: underline;
  transition:
    color 0.3s,
    opacity 0.3s;
}

a:hover {
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
  height: 56px;
  padding: 0 17px;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
  background-color: #ffffff;

  &::placeholder {
    color: #bbbbbb;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  &::placeholder {
    color: #bbbbbb;
  }
}

textarea {
  width: 100%;
  padding: 21px 17px;
  height: 200px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 48px 0 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNi43NSA5IDIuMjVsLTQuNSA0LjV6bTAgNC41TDkgMTUuNzVsLTQuNS00LjV6IiBmaWxsPSIjODU5YmFiIi8+PC9zdmc+");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 18px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;

  + label {
    display: block;
    position: relative;
    min-height: 24px;
    padding-left: 34px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
}

input[type="radio"] {
  & + label {
    &::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEuNSIgZmlsbD0iI2Y4ZjhmOCIgc3Ryb2tlPSIjZDlkOWQ5Ii8+PC9zdmc+");
    }
  }

  &:checked {
    & + label {
      &::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMwMDFmNmIiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI1IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
      }
    }
  }
}

input[type="checkbox"] {
  & + label {
    &::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHJ4PSIzLjUiIGZpbGw9IiNmOGY4ZjgiIHN0cm9rZT0iI2Q5ZDlkOSIvPjwvc3ZnPg==");
    }
  }

  &:checked {
    & + label {
      &::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0iIzAwMWY2YiIvPjxwYXRoIGQ9Im01IDEyIDUuMjUgNUwxOSA4LjY2NiAxNy4yNSA3bC03IDYuNjY3LTMuNS0zLjMzNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
      }
    }
  }
}

@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select {
    height: 48px;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  .container,
  .lower-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
  }

  .lower-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .container,
  .lower-container {
    padding: 0 16px;
  }
}

.ff-en {
  font-family: var(--ff-en);
}

.cl-bk {
  color: var(--cl-bk);
}

.cl-bl {
  color: var(--cl-bl);
}

.cl-rd {
  color: var(--cl-rd);
}

.bg-lbl {
  background-color: var(--cl-lbl1);
}

.bg-bl {
  background-color: var(--cl-bl);
  color: #ffffff;
}

/*** ボタン・リンク ***/

.btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 24px;
  border-radius: 10px;
  color: var(--cl-bk);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s opacity 0.3s;

  &:hover {
    text-decoration: none;
  }

  &:disabled {
    cursor: not-allowed;

    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.7);
    }
  }
}

.btn-wt {
  background-color: #ffffff;

  &:hover {
    background-color: var(--cl-lbl1);
  }

  &:disabled {
    &:hover {
      background-color: #ffffff;
    }
  }
}

.btn-bl {
  background-color: var(--cl-bl);
  color: #ffffff;

  &:hover {
    background-color: var(--cl-agc-bl);
  }

  &:disabled {
    &:hover {
      background-color: var(--cl-bl);
    }
  }
}

.btn-sdw {
  box-shadow: var(--sdw-700);
}

.btn-arw {
  position: relative;

  .arw {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border-radius: 4px;
    overflow: hidden;
    transition: background 0.3s;

    &.arw-bl {
      background-color: var(--cl-bl);
    }

    &::before,
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03Ljk0NyAzLjc1YS43LjcgMCAwIDAtLjE0LS4yMkw0LjQ3My4xOTVhLjY3LjY3IDAgMSAwLS45NDYuOTQ3bDIuMiAyLjE5M0guNjY3YS42NjcuNjY3IDAgMCAwIDAgMS4zMzNoNS4wNmwtMi4yIDIuMTk0YS42NjYuNjY2IDAgMCAwIC4yMTcgMS4wOTIuNjcuNjcgMCAwIDAgLjczLS4xNDZsMy4zMzMtMy4zMzNhLjcuNyAwIDAgMCAuMTQtLjIyLjY3LjY3IDAgMCAwIDAtLjUwNyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px;
      transition:
        left 0.3s,
        background 0.3s;
    }

    &::after {
      left: -180%;
    }

    &.arw-wt {
      background-color: #ffffff;

      &::before,
      &::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03Ljk0NyAzLjc1YS43LjcgMCAwIDAtLjE0LS4yMkw0LjQ3My4xOTVhLjY3LjY3IDAgMSAwLS45NDYuOTQ3bDIuMiAyLjE5M0guNjY3YS42NjcuNjY3IDAgMCAwIDAgMS4zMzNoNS4wNmwtMi4yIDIuMTk0YS42NjYuNjY2IDAgMCAwIC4yMTcgMS4wOTIuNjcuNjcgMCAwIDAgLjczLS4xNDZsMy4zMzMtMy4zMzNhLjcuNyAwIDAgMCAuMTQtLjIyLjY3LjY3IDAgMCAwIDAtLjUwNyIgZmlsbD0iIzAwMUY2QiIvPjwvc3ZnPg==");
      }
    }

    &.arw-down {
      &::before,
      &::after {
        transform: rotate(90deg);
        transition:
          top 0.3s,
          background 0.3s;
      }

      &::after {
        top: -180%;
        left: auto;
      }
    }

    &.arw-up {
      &::before,
      &::after {
        transform: rotate(-90deg);
        transition:
          top 0.3s,
          background 0.3s;
      }

      &::after {
        top: 180%;
        left: auto;
      }
    }
  }

  &:disabled {
    .arw {
      &::before,
      &::after {
        transition: none;
      }
    }
  }

  &:hover {
    text-decoration: none;

    .arw {
      &::before {
        left: 180%;
      }

      &::after {
        left: 0;
      }

      &.arw-down {
        &::before {
          top: 180%;
          left: auto;
        }

        &::after {
          top: 0;
          left: auto;
        }
      }

      &.arw-up {
        &::before {
          top: -180%;
          left: auto;
        }

        &::after {
          top: 0;
          left: auto;
        }
      }
    }
  }
}

.more-btn,
.modal-btn {
  .btn {
    justify-content: center;
    width: 340px;
    height: 64px;
    padding-right: 52px;
    border-radius: 8px;
    font-size: 16px;
  }
}

.more-btn {
  .btn {
    .arw {
      right: 16px;
      background-color: rgba(255, 255, 255, 0.1);
    }
  }
}

.modal-btn {
  .btn {
    .plus {
      display: block;
      position: absolute;
      top: 50%;
      right: 16px;
      width: 32px;
      height: 32px;
      margin-top: -16px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTY2IDkuMTY3di01aDEuNjY3djVoNXYxLjY2NmgtNXY1SDkuMTY2di01aC01VjkuMTY3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
    }
  }
}

@media (max-width: 768px) {
  .more-btn {
    .btn {
      width: 100%;
      height: 62px;
    }
  }
}

/*** タイトル ***/

.top-ttl-h2 {
  margin: 0;
  padding: 0;

  > span {
    display: block;

    &.ff-ja {
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }

    &.ff-en {
      margin-top: 16px;
      color: var(--cl-bl);
      font-size: 80px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0;
    }
  }
}

.ttl-h2-ja_en {
  margin: 0 0 48px;
  padding: 0;

  > span {
    display: block;

    &.ff-ja {
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }

    &.ff-en {
      margin-top: 20px;
      color: var(--cl-bl);
      font-size: 72px;
      font-weight: 800;
      line-height: 0.9;
      letter-spacing: 0;

      &:has(.ttl-sub) {
        display: flex;
        align-items: flex-end;
        flex-shrink: 0;

        .ttl-sub {
          flex-shrink: 1;
          margin-left: 40px;
          color: var(--cl-bk);
          font-size: 20px;
          line-height: 1.5;
        }
      }
    }
  }
}

.ttl-h2 {
  margin: 0 0 64px;
  padding: 0;
  color: var(--cl-bl);
  font-size: 32px;
  font-weight: 700;

  &.cl-bk {
    color: var(--cl-bk);
  }

  .ff-en {
    letter-spacing: 0;
  }
}

.ttl-h2-wrapper {
  display: flex;
  align-items: baseline;
  margin: 0 0 64px;

  .ttl-h2 {
    margin: 0;
  }

  .ttl-sub {
    margin-left: 2em;
    color: var(--cl-bl);
    font-size: 20px;
    font-weight: 700;
  }
}

.ttl-h3 {
  margin: 0 0 48px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--cl-bdr);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.333;

  .ff-en {
    letter-spacing: 0;
  }

  .ttl-sub {
    font-size: 20px;
  }
}

.ttl-h4 {
  display: flex;
  align-items: center;
  min-height: 64px;
  margin: 0 0 48px;
  padding: 14px 24px;
  background-color: var(--cl-lgy);
  font-size: 24px;
  font-weight: 700;

  .ff-en {
    letter-spacing: 0;
  }
}

.ttl-h5 {
  margin: 0 0 48px;
  padding: 0;
  color: var(--cl-bl);
  font-size: 20px;
  font-weight: 700;

  .ff-en {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .top-ttl-h2 {
    > span {
      &.ff-ja {
        font-size: 18px;
      }

      &.ff-en {
        margin-top: 18px;
        font-size: 48px;
      }
    }
  }

  .ttl-h2-ja_en {
    margin-bottom: 40px;

    > span {
      &.ff-ja {
        font-size: 18px;
      }

      &.ff-en {
        margin-top: 16px;
        font-size: 48px;
        line-height: 1;

        &:has(.ttl-sub) {
          display: flex;
          flex-wrap: wrap;

          .ttl-sub {
            width: 100%;
            margin: 28px 0 0;
          }
        }
      }
    }
  }

  .ttl-h2 {
    margin: 0 0 40px;
    font-size: 28px;
  }

  .ttl-h2-wrapper {
    flex-direction: column;
    margin: 0 0 40px;

    .ttl-h2 {
      margin: 0;
    }

    .ttl-sub {
      margin: 30px 0 0;
    }
  }

  .ttl-h3 {
    margin: 0 0 32px;
    padding: 0 0 16px;
    font-size: 24px;

    .ttl-main,
    .ttl-sub {
      display: block;
    }

    .ttl-sub {
      font-size: 18px;
    }
  }

  .ttl-h4 {
    min-height: 48px;
    margin: 0 0 32px;
    padding: 9px 10px;
    font-size: 20px;
  }

  .ttl-h5 {
    margin: 0 0 32px;
    font-size: 18px;
  }
}

/*** ページャー ***/

.total_num {
  margin-bottom: 64px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;

  b {
    margin: 0 3px;
    font-size: 24px;
    font-family: var(--ff-en);
    font-weight: 700;
  }
}

.pager {
  margin-top: 64px;

  > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-en);

    li {
      margin: 0 5px;

      a,
      span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
      }

      a {
        color: var(--cl-bk);
        text-decoration: none;
        transition:
          background-color 0.3s,
          color 0.3s;

        &:hover {
          color: #ffffff;
          background-color: var(--cl-bl);
        }
      }

      span {
        background-color: var(--cl-bl);
        color: #ffffff;
      }

      &[class^="pager-"] {
        a {
          width: 24px;
          height: 24px;
          border-radius: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          text-indent: -999999px;

          &:hover {
            background-color: transparent;
          }
        }
      }

      &.pager-first,
      &.pager-last {
        a {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuODM2IDEyIDYuMjA3IDYuMjA3IDEuNDE0LTEuNDE0TDcuNjY0IDEybDQuNzkzLTQuNzkzLTEuNDE0LTEuNDE0em01LjY1IDAgNi4yMDcgNi4yMDcgMS40MTQtMS40MTRMMTMuMzE0IDEybDQuNzkzLTQuNzkzLTEuNDE0LTEuNDE0eiIgZmlsbD0iIzAwMWY2YiIvPjwvc3ZnPg==");
        }
      }

      &.pager-prev,
      &.pager-next {
        a {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEwLjgyOCAxMiA0Ljk1IDQuOTUtMS40MTQgMS40MTVMOCAxMmw2LjM2NC02LjM2NCAxLjQxNCAxLjQxNHoiIGZpbGw9IiMwMDFmNmIiLz48L3N2Zz4=");
        }
      }

      &.pager-last,
      &.pager-next {
        a {
          transform: rotate(180deg);
        }
      }

      &.pager-prev {
        margin: 0 35px 0 19px;
      }

      &.pager-next {
        margin: 0 19px 0 35px;
      }
    }
  }
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  .total_num {
    margin-bottom: 32px;
  }
}

/*** ヘッダー ***/

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;

  .header-container,
  .header-main {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .header-container {
    position: relative;
    padding: 0 20px;
  }
}

.header-logo {
  margin: 0;
  padding: 0;

  a,
  img {
    height: auto;
  }
}

.header-btn {
  margin-left: 60px;
}

.header-btn-list {
  display: flex;
  align-items: center;
  gap: 10px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.3s;

    &::before {
      content: "";
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    &.icon-recruit {
      background-color: var(--cl-rd);

      &::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMS4zMzNhNi42NjcgNi42NjcgMCAwIDAtNC45IDExLjE3NCA2LjY2NyA2LjY2NyAwIDAgMCA5LjggMEE2LjY2NiA2LjY2NiAwIDAgMCA4IDEuMzMzbTAgMTJhNS4zMyA1LjMzIDAgMCAxLTMuNy0xLjUgNCA0IDAgMCAxIDcuNCAwIDUuMzMgNS4zMyAwIDAgMS0zLjcgMS41TTYuNjY2IDYuNjY3YTEuMzMzIDEuMzMzIDAgMSAxIDIuNjY3IDAgMS4zMzMgMS4zMzMgMCAwIDEtMi42NjcgMG01Ljk0IDRBNS4zMyA1LjMzIDAgMCAwIDEwIDguNDEzYTIuNjY3IDIuNjY3IDAgMSAwLTQgMCA1LjMzIDUuMzMgMCAwIDAtMi42MDcgMi4yNTRBNS4yNyA1LjI3IDAgMCAxIDIuNjY2IDhhNS4zMzMgNS4zMzMgMCAwIDEgMTAuNjY3IDBjMCAuOTM4LS4yNTEgMS44NTgtLjcyNyAyLjY2NyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
      }
    }

    &.icon-contact {
      background-color: var(--cl-bl);

      &::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjY2NiAyLjY2N0gzLjMzM2EyIDIgMCAwIDAtMiAydjYuNjY2YTIgMiAwIDAgMCAyIDJoOS4zMzNhMiAyIDAgMCAwIDItMlY0LjY2N2EyIDIgMCAwIDAtMi0yTTEyLjM5MyA0bC0zLjkyIDMuOTJhLjY2Ny42NjcgMCAwIDEtLjk0NyAwTDMuNjA2IDR6bS45NCA3LjMzM2EuNjY3LjY2NyAwIDAgMS0uNjY3LjY2N0gzLjMzM2EuNjY3LjY2NyAwIDAgMS0uNjY3LS42NjdWNC45NGwzLjkyIDMuOTJhMiAyIDAgMCAwIDIuODI3IDBsMy45Mi0zLjkyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
      }
    }

    &:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  }
}

.header-language {
  position: relative;
  margin-left: 16px;
}

.header-language-display {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 16px;
  font-size: 13px;
  cursor: pointer;

  &::before {
    content: "";
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2Q5ZDlkOSIgZD0iTTAgMGgxNnYxNkgweiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBkPSJNOCAxNC4zMzNhNi4xIDYuMSAwIDAgMS0yLjQ1OC0uNDk5IDYuNCA2LjQgMCAwIDEtMi4wMTctMS4zNiA2LjQgNi40IDAgMCAxLTEuMzYtMi4wMTZRMS42NjggOS4zMDMgMS42NjggOHEwLTEuMzEyLjQ5OS0yLjQ2M2E2LjQgNi40IDAgMCAxIDEuMzYtMi4wMTEgNi40IDYuNCAwIDAgMSAyLjAxNi0xLjM2cTEuMTU2LS41IDIuNDU4LS41YTYuMSA2LjEgMCAwIDEgMi40NjMuNSA2LjQgNi40IDAgMCAxIDIuMDExIDEuMzYgNi40IDYuNCAwIDAgMSAxLjM2IDIuMDFxLjUgMS4xNTIuNSAyLjQ2NCAwIDEuMzAzLS41IDIuNDU4YTYuNCA2LjQgMCAwIDEtMS4zNiAyLjAxNiA2LjQgNi40IDAgMCAxLTIuMDEgMS4zNiA2LjEgNi4xIDAgMCAxLTIuNDY0LjVtMC0xLjAxNHEuNTEtLjY3Ny44NTktMS4zNjUuMzQ4LS42ODkuNTY4LTEuNTA1SDYuNTczcS4yMzIuODQyLjU3NCAxLjUzLjM0Mi42OS44NTMgMS4zNG0tMS4yOTEtLjE4M2E3LjIgNy4yIDAgMCAxLS42ODktMS4yNSA4IDggMCAwIDEtLjQ3NC0xLjQzN0gzLjI4NGE1LjIgNS4yIDAgMCAwIDEuNDE3IDEuNzQ1IDQuNzYgNC43NiAwIDAgMCAyLjAwOC45NDJtMi41ODIgMGE0Ljc2IDQuNzYgMCAwIDAgMi4wMDgtLjk0MiA1LjIgNS4yIDAgMCAwIDEuNDE2LTEuNzQ1aC0yLjI2MWExMC41IDEwLjUgMCAwIDEtLjUwNyAxLjQ0MyA4LjcgOC43IDAgMCAxLS42NTYgMS4yNDRNMi44NjUgOS40NDloMi40NzhBOC4zIDguMyAwIDAgMSA1LjIyNCA4cTAtLjM2My4wMjgtLjcyLjAzLS4zNTYuMDkxLS43MjlIMi44NjVBNS4zIDUuMyAwIDAgMCAyLjY2NiA4YTUuNCA1LjQgMCAwIDAgLjIgMS40NDltMy40NzggMGgzLjMxM0E4LjQgOC40IDAgMCAwIDkuNzc2IDhxMC0uMzc2LS4wMjktLjcyNmE4IDggMCAwIDAtLjA5LS43MjNINi4zNDJBOC40IDguNCAwIDAgMCA2LjIyNCA4cTAgLjM3Ni4wMjguNzI2LjAzLjM1MS4wOTEuNzIzbTQuMzEzIDBoMi40NzhhNS4zIDUuMyAwIDAgMCAuMi0xLjQ0OSA1LjQgNS40IDAgMCAwLS4yLTEuNDQ5aC0yLjQ3OEE4LjMgOC4zIDAgMCAxIDEwLjc3NiA4cTAgLjM2My0uMDI5LjcyLS4wMjkuMzU2LS4wOS43MjltLS4yMDItMy44OThoMi4yNjFhNS4yIDUuMiAwIDAgMC0xLjQwNy0xLjc0NSA0LjkgNC45IDAgMCAwLTIuMDE3LS45NDhxLjM4My41ODIuNjgyIDEuMjczLjMuNjkuNDggMS40Mm0tMy44ODEgMGgyLjg1NGE4LjYgOC42IDAgMCAwLS41ODQtMS41NEE3LjggNy44IDAgMCAwIDggMi42OHEtLjQ5Mi42MjUtLjg0MyAxLjMzLS4zNTMuNzA1LS41ODQgMS41NG0tMy4yODkgMGgyLjI2MnEuMTgyLS43My40OC0xLjQyLjMtLjY5LjY4My0xLjI3M2E0Ljg2IDQuODYgMCAwIDAtMi4wMi45NTJBNS4zIDUuMyAwIDAgMCAzLjI4MyA1LjU1IiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgNi41ODUgOC40NzUgNC4xMWwuNzA3LjcwOEw2IDggMi44MTggNC44MThsLjcwNy0uNzA3eiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.15s;
  }

  &.is-open {
    &::after {
      transform: rotate(180deg);
    }
  }
}

.header-language-list {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  min-width: 100%;
  border: 1px solid var(--cl-bdr);
  background-color: #ffffff;
  box-shadow: var(--sdw-700);

  li {
    & + li {
      border-top: 1px solid var(--cl-bdr);
    }

    button,
    a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 4px 14px;
      color: var(--cl-bk);
      font-size: 12px;
      text-decoration: none;
      word-break: keep-all;
    }
  }
}

@media (min-width: 1281px) {
  .header-sp_menu-wrapper {
    display: none !important;
  }

  .header-main {
    height: 80px;
  }

  .header-nav {
    margin-left: auto;
  }

  .haeder-nav-list {
    display: flex;
    align-items: center;
    gap: 40px;

    .haeder-nav-list-item {
      > a {
        display: flex;
        align-items: center;
        position: relative;
        height: 80px;
        color: var(--cl-bk);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;

        &::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 26px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: var(--cl-bl);
          transform: scaleX(0);
          transition: transform 0.2s;
        }
      }

      .header-nav-sub_menu {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 80px 0 100px;
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
      }

      .header-nav-sub_menu-body {
        display: flex;
        width: 100%;

        .ttl {
          width: calc(100% - 840px);
          line-height: 1;

          .ff-ja {
            font-size: 20px;
            font-weight: 700;
          }

          .ff-en {
            margin-top: 24px;
            color: var(--cl-bl);
            font-size: 72px;
            font-weight: 800;
          }
        }

        .link-list {
          display: flex;
          flex-wrap: wrap;
          gap: 0 40px;
          width: 840px;
          padding-top: 16px;

          li {
            width: calc((100% - 40px) / 2);
            border-bottom: 1px solid var(--cl-bdr);

            a {
              display: flex;
              align-items: center;
              height: 80px;
              color: var(--cl-bk);
              font-size: 16px;
              font-weight: 700;
              text-decoration: none;
            }
          }
        }
      }

      &:hover {
        > a {
          color: var(--cl-bl);
          text-decoration: none;

          &::after {
            transform: scaleX(1);
          }
        }

        .header-nav-sub_menu {
          opacity: 1;
          visibility: visible;
        }
      }
    }
  }
}

@media (max-width: 1280px) {
  .header-main .header-language {
    display: none !important;
  }

  .header-container {
    height: 48px;
    padding: 0 16px;
    background-color: #ffffff;
  }

  .header-logo {
    width: 183px;

    img {
      width: 100%;
    }
  }

  .header-nav,
  .header-subnav {
    display: none;
  }

  .header-btn {
    margin-left: auto;
  }

  .header-btn-list {
    a {
      width: 116px;
      height: 32px;
      border-radius: 6px;
      color: #ffffff;
      font-size: 12px;
    }
  }

  .header-language {
    width: 140px;
    margin: 16px 0 0 auto;
    z-index: 9;
  }

  .header-contact {
    margin-left: 10px;

    a {
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 32px;
      background-color: var(--cl-lgy1);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgM2gxOGExIDEgMCAwIDEgMSAxdjE2YTEgMSAwIDAgMS0xIDFIM2ExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMW05LjA2IDguNjgzTDUuNjQ4IDYuMjM4IDQuMzUzIDcuNzYybDcuNzIgNi41NTUgNy41ODEtNi41Ni0xLjMwOC0xLjUxM3oiIGZpbGw9IiMwMDgyY2EiLz48L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px;
      text-indent: -999999px;
    }
  }

  .header-sp_menu-btn {
    position: relative;
    margin-left: 17px;
    width: 16px;
    height: 16px;
    cursor: pointer;

    > span {
      display: block;
      position: absolute;
      width: 12px;
      height: 1px;
      left: 2px;
      background-color: var(--cl-bk);
      transition:
        opacity 0.1s,
        transform 0.15s;

      &:nth-child(1) {
        top: 4px;
      }

      &:nth-child(2) {
        bottom: 3px;
      }

      &:nth-child(3) {
        top: 8px;
      }
    }

    &.is-open {
      > span {
        &:nth-child(1) {
          top: 8px;
          transform: rotate(45deg);
        }

        &:nth-child(2) {
          bottom: 7px;
          transform: rotate(-45deg);
        }

        &:nth-child(3) {
          opacity: 0;
        }
      }
    }
  }

  .header-sp_menu-wrapper {
    display: none;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    top: 48px;
    left: 0;
    padding: 0 10px 40px;
    background-color: #ffffff;
    overflow: auto;
    z-index: 999;
  }

  .header-sp_menu-body {
    background-color: #ffffff;
  }

  .header-sp_menu-nav {
    padding: 40px 10px 56px;
  }

  .header-sp_menu-nav-item {
    & + .header-sp_menu-nav-item {
      margin-top: 40px;
    }

    .ttl {
      display: flex;
      flex-direction: row-reverse;
      align-items: baseline;
      justify-content: flex-end;
      position: relative;
      color: var(--cl-bk);
      text-decoration: none;

      .ff-ja {
        margin-left: 16px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
      }

      .ff-en {
        color: var(--cl-bl);
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
      }
    }

    .list-items {
      margin-top: 16px;

      li {
        border-bottom: 1px solid var(--cl-bdr);

        a {
          display: flex;
          align-items: center;
          position: relative;
          height: 56px;
          padding: 0 40px 0 0;
          color: var(--cl-bk);
          font-size: 14px;
          text-decoration: none;

          &:hover {
            text-decoration: none;

            &::after {
              background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzg3IDguNjY3VjcuMzM0aDkuNDJ2LTMuNjFsNC40NDYgNC4yNzctNC40NDcgNC4yNzZ2LTMuNjF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
            }
          }
        }
      }
    }
  }

  .header-sp_menu-body {
    .header-btn-list {
      li {
        width: 100%;
      }

      a {
        width: 100%;
        height: 48px;
        border-radius: 6px;
        color: #ffffff;
        font-size: 16px;

        &::before {
          width: 20px;
          height: 20px;
        }
      }
    }
  }
}

/*** フッター ***/

.footer-contact {
  background-color: var(--cl-bl);
  color: #ffffff;

  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 288px;
    gap: 130px;

    h2 {
      font-size: 80px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
    }

    .footer-contact-btn {
      .btn {
        justify-content: center;
        width: 480px;
        max-width: 480px;
        height: 88px;
        margin: 0 auto;
        padding: 0 40px 0 0;

        .arw {
          right: 24px;
        }

        &::before {
          content: "";
          display: inline-block;
          position: relative;
          width: 24px;
          height: 24px;
          margin-right: 16px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDRINWEzIDMgMCAwIDAtMyAzdjEwYTMgMyAwIDAgMCAzIDNoMTRhMyAzIDAgMCAwIDMtM1Y3YTMgMyAwIDAgMC0zLTNtLS40MSAyLTUuODggNS44OGExIDEgMCAwIDEtMS40MiAwTDUuNDEgNnpNMjAgMTdhMSAxIDAgMCAxLTEgMUg1YTEgMSAwIDAgMS0xLTFWNy40MWw1Ljg4IDUuODhhMyAzIDAgMCAwIDQuMjQgMEwyMCA3LjQxeiIgZmlsbD0iIzAwMWY2YiIvPjwvc3ZnPg==");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
    }
  }
}

@media (max-width: 960px) {
  .footer-contact {
    padding: 40px 0;

    .container {
      flex-wrap: wrap;
      height: auto;
      gap: 32px;
      padding: 0 40px;

      h2 {
        font-size: 45px;
      }

      .footer-contact-btn {
        width: 100%;

        .btn {
          justify-content: center;
          width: 100%;
          height: 72px;
          padding: 0 40px 0 0;
          font-size: 16px;

          .arw {
            right: 16px;
          }

          &::before {
            margin-right: 10px;
          }
        }
      }
    }
  }
}

.footer-main {
  padding: 0 24px;
}

.footer-main-container {
  display: flex;
  align-items: center;
  height: 140px;

  .footer-logo {
    a,
    img {
      display: block;
      height: auto;
    }
  }

  .copyright {
    margin-top: 14px;
    font-size: 12px;
    font-family: var(--ff-en);
    text-align: right;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.footer-main-content {
  margin-left: auto;
}

.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;

  li {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;

    & + li {
      position: relative;

      &::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -10px;
        width: 1px;
        height: 14px;
        margin-top: -7px;
        background-color: var(--cl-bdr);
      }
    }

    a {
      color: var(--cl-gy);
      text-decoration: none;
    }
  }
}

@media (max-width: 800px) {
  .footer-main {
    padding: 40px 0;
  }

  .footer-main-container {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;

    .footer-logo {
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .copyright {
      margin-top: 24px;
      text-align: center;
    }
  }

  .footer-main-content {
    margin: 40px 0 0;
  }

  .footer-nav-list {
    justify-content: center;

    li {
      font-size: 12px;
    }
  }
}

/*** メインコンテンツ ***/

.main {
  overflow: hidden;
}

@media (min-width: 769px) {
  .main {
    padding-bottom: 100px;

    &:has(.lower-link-list) {
      padding-bottom: 0;
    }
  }
}

@media (max-width: 1080px) {
  .main {
    padding-bottom: 80px;

    &:has(.lower-link-list) {
      padding-bottom: 0;
    }
  }
}

/*** トップページ ***/

/* トップページ MV */

.toppage-mv {
  position: relative;
  height: 730px;
}

.toppage-mv-slider-wrapper {
  img {
    width: 100%;
    height: 730px;
    object-fit: cover;
  }
}

.toppage-mv-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 730px;
  z-index: 9;
  color: #ffffff;

  .container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 64px;
    font-size: 40px;
    font-weight: 700;

    .ff-en {
      font-size: 42px;
    }

    .txt-s {
      font-size: 30px;
    }
  }
}

@media (max-width: 768px) {
  .toppage-mv {
    height: auto;
    aspect-ratio: 39 / 60;
  }

  .toppage-mv-slider-wrapper {
    img {
      height: auto;
      aspect-ratio: 39 / 60;
      object-fit: cover;
    }
  }

  .toppage-mv-txt {
    height: auto;
    aspect-ratio: 39 / 60;

    .container {
      padding: 32px;
      font-size: 26px;

      .ff-en {
        font-size: 28px;
      }

      .txt-s {
        font-size: 20px;
      }
    }
  }
}

/* トップページ 会社案内 */

.toppage-aboutus {
  padding-bottom: 140px;
  background-image: url(../img/top/img_top_bg01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.toppage-notice {
  padding: 24px 24px 0;
}

.toppage-notice-container {
  max-width: 1392px;
  margin: 0 auto;

  a {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 24px;
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--cl-bk);
    text-decoration: none;
    box-shadow: var(--sdw-700);

    .date {
      display: flex;
      align-items: center;
      position: relative;
      flex-shrink: 0;
      padding-left: 40px;
      font-size: 16px;
      font-family: var(--ff-en);

      &::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEyLjg2NiAzIDkuNTI2IDE2LjVhMSAxIDAgMCAxLS44NjYgMS41SDIuNDc0YTEgMSAwIDAgMS0uODY2LTEuNUwxMS4xMzQgM2ExIDEgMCAwIDEgMS43MzIgME0xMSAxNnYyaDJ2LTJ6bTAtN3Y1aDJWOXoiIGZpbGw9IiNlNDAxNDciLz48L3N2Zz4=");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }

    .icon {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      margin-left: 16px;

      span:not(:empty) {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        padding: 0 16px;
        border: 1px solid var(--cl-bl);
        border-radius: 30px;
        background-color: #ffffff;
        color: var(--cl-bl);
        font-size: 13px;
      }
    }

    .ttl {
      display: -webkit-box;
      flex-shrink: 1;
      margin-left: 16px;
      font-size: 16px;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
    }

    &:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  }
}

@media (max-width: 768px) {
  .toppage-aboutus {
    padding-bottom: 96px;
    background-image: url(../img/top/img_top_bg_sp01.jpg);
  }

  .toppage-notice {
    padding: 16px 16px 0;
  }

  .toppage-notice-container {
    a {
      flex-wrap: wrap;
      height: auto;
      padding: 16px;
      border-radius: 10px;

      .date {
        padding-left: 34px;
        font-size: 14px;
      }

      .icon {
        margin-left: 10px;

        span {
          height: 25px;
          padding: 0 12px;
          border-radius: 25px;
          font-size: 12px;
        }
      }

      .ttl {
        flex-shrink: 0;
        width: 100%;
        margin: 10px 0 0;
        -webkit-line-clamp: 2;
      }
    }
  }
}

.toppage-aboutus-content {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 140px;
}

.toppage-aboutus-header {
  width: 41.666%;
  min-width: 400px;
  margin-right: auto;

  .catchcopy {
    margin-top: 72px;
    font-size: 32px;
    font-family: var(--ff-en);
    font-weight: 700;
  }

  .comment {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.toppage-aboutus-link-list {
  width: 41.666%;
  min-width: 400px;

  li {
    & + li {
      margin-top: 24px;
    }

    .btn {
      width: 100%;
      height: 120px;
      padding: 0 110px 0 40px;
      font-size: 20px;

      .arw {
        right: 40px;
      }
    }
  }
}

@media (max-width: 768px) {
  .toppage-aboutus-content {
    margin-top: 80px;
  }

  .toppage-aboutus-header {
    width: 100%;
    min-width: 0;

    .catchcopy {
      margin-top: 48px;
      font-size: 26px;
    }

    .comment {
      font-size: 16px;
      line-height: 1.5;
    }
  }

  .toppage-aboutus-link-list {
    width: 100%;
    min-width: 0;

    li {
      & + li {
        margin-top: 16px;
      }

      .btn {
        height: 90px;
        padding: 0 66px 0 24px;
        font-size: 18px;

        .arw {
          right: 24px;
        }
      }
    }
  }
}

/* トップページ 事業紹介 */

.toppage-business {
  padding: 140px 0;
  background-image: url(../img/top/img_top_bg02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  .top-ttl-h2 {
    .ff-en,
    .ff-ja {
      color: #ffffff;
    }
  }
}

.toppage-business-link {
  width: 500px;
  margin-top: 72px;
  border-top: 1px solid #ffffff;

  li {
    border-bottom: 1px solid #ffffff;

    a {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      height: 112px;
      padding: 0 112px 0 40px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      text-decoration: none;
      transition: background-color 0.3s;

      .arw {
        right: 40px;
      }

      &:hover {
        background-color: rgba(0, 30, 107, 0.5);
      }
    }
  }
}

.toppage-business-eppc {
  margin-top: 80px;
  padding: 64px;
  border-radius: 10px;
  background-color: #e2e2e3;

  h3 {
    margin: 0;
    padding: 0;

    > span {
      display: block;
      font-weight: 700;

      &.ff-ja {
        font-size: 20px;
      }

      &.ff-en {
        margin-top: 10px;
        color: var(--cl-bl);
        font-size: 64px;
        font-family: var(--ff-en);
        line-height: 1;

        span:nth-child(2) {
          margin-left: 4px;
          font-size: 45px;
        }
      }
    }
  }

  .comment {
    margin-top: 40px;
    font-size: 16px;
  }

  .eppc-list {
    display: flex;
    gap: 40px;
    margin-top: 60px;

    li {
      position: relative;
      width: calc((100% - 120px) / 4);

      &:not(:last-child) {
        &::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: -40px;
          width: 40px;
          height: 40px;
          margin-top: -20px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI2LjA1MyAyMCAxOC4xNCA1LjA1M2wtMi45NDcgMS41NkwyMi4yOCAyMGwtNy4wODcgMTMuMzg3IDIuOTQ3IDEuNTZ6IiBmaWxsPSIjMDAxZjZiIi8+PC9zdmc+");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }

      > a {
        display: block;
        position: relative;
        color: var(--cl-bk);
        text-decoration: none;

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          background-color: #001f6b;
          mix-blend-mode: soft-light;
          transition: background-color 0.3s;
        }

        &:hover {
          text-decoration: none;

          &::before {
            background-color: #003ace;
          }
        }

        > div {
          position: relative;
        }
      }

      .list-img {
        display: flex;
        align-items: flex-end;
        top: -9px;
        width: 196px;
        height: 209px;
        margin: 0 auto;
      }

      .list-detail {
        padding: 3px 10px 40px;
        text-align: center;
      }

      .list-ttl {
        > span {
          display: block;
          font-weight: 700;

          &.ff-en {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            height: 60px;
            color: var(--cl-bl);
            font-size: 32px;
            line-height: 1;
            letter-spacing: 0;
          }

          &.ff-ja {
            margin-top: 5px;
            font-size: 16px;
          }
        }
      }

      .list-comment {
        margin-top: 24px;
        font-size: 14px;
      }
    }
  }

  .more-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .toppage-business {
    padding: 64px 0;
    background-image: url(../img/top/img_top_bg_sp02.jpg);
  }

  .toppage-business-link {
    width: 100%;
    margin-top: 48px;

    li {
      a {
        height: 80px;
        padding: 0 52px 0 10px;
        font-size: 16px;

        .arw {
          right: 10px;
        }
      }
    }
  }
}

@media (max-width: 1200px) {
  .toppage-business-eppc {
    margin-top: 48px;
    padding: 40px 16px;

    h3 {
      > span {
        &.ff-ja {
          font-size: 16px;
        }

        &.ff-en {
          font-size: 45px;

          span:nth-child(2) {
            margin-left: 4px;
            font-size: 36px;
          }
        }
      }
    }

    .comment {
      margin-top: 32px;
      font-size: 14px;
    }

    .eppc-list {
      flex-direction: column;
      gap: 30px;
      max-width: 500px;
      margin: 38px auto 0;

      li {
        width: 100%;

        &:not(:last-child) {
          &::after {
            top: auto;
            bottom: -30px;
            right: 50%;
            width: 30px;
            height: 30px;
            margin: 0 -15px 0 0;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1IDE5LjU0IDExLjIxLTUuOTM1LTEuMTctMi4yMUwxNSAxNi43MSA0Ljk2IDExLjM5NWwtMS4xNyAyLjIxeiIgZmlsbD0iIzAwMWY2YiIvPjwvc3ZnPg==");
          }
        }

        a {
          display: flex;
          align-items: center;
          width: 100%;
          height: 160px;
          padding: 16px;
        }

        .list-img {
          width: 115px;
          height: auto;
          margin: 0;

          img {
            height: auto;
          }
        }

        .list-detail {
          width: calc(100% - 115px);
          padding: 0 0 0 16px;
          text-align: left;
        }

        .list-ttl {
          > span {
            &.ff-en {
              display: block;
              height: auto;
              font-size: 24px;
            }

            &.ff-ja {
              font-size: 14px;
            }
          }
        }

        .list-comment {
          margin-top: 16px;
          font-size: 13px;
        }
      }
    }
  }
}

/* トップページ 製品情報 */

.toppage-product {
  padding: 140px 0;
  background-color: #000000;
  background-image: url(../img/top/img_top_bg03.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;

  .top-ttl-h2 {
    max-width: 1200px;
    margin: 0 auto;

    .ff-ja,
    .ff-en {
      color: #ffffff;
    }
  }

  .more-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

.toppage-product-list {
  max-width: 1200px;
  margin: 72px auto 0;

  .list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

    .list-item {
      border-radius: 10px;
      background-color: #ffffff;

      a {
        display: block;
        width: 384px;
        height: 100%;
        padding: 40px 40px 80px;
        background-color: #ffffff;
        color: var(--cl-bk);
        text-decoration: none;
        transition: background-color 0.3s;

        .arw {
          top: auto;
          bottom: 32px;
          right: 40px;
          margin-top: 0;
        }

        &:hover {
          background-color: var(--cl-lbl1);
        }
      }

      .list-name {
        color: var(--cl-bl);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
      }

      .list-series {
        margin-top: 16px;
        color: var(--cl-bl);
        font-size: 18px;
        font-family: var(--ff-en);
        font-weight: 700;
        text-align: center;
      }

      .list-detail {
        margin-top: 24px;
        padding-top: 32px;
        border-top: 1px solid var(--cl-bdr);
      }

      .list-comment {
        font-size: 16px;
      }

      .list-list {
        margin-top: 24px;

        li {
          position: relative;
          padding-left: 15px;
          font-size: 14px;

          & + li {
            margin-top: 12px;
          }

          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 8px;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background-color: var(--cl-bl);
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .toppage-product {
    padding: 64px 0;
    background-image: url(../img/top/img_top_bg_sp03.jpg);
  }

  .toppage-product-list {
    margin-top: 48px;

    .list-items {
      gap: 16px;

      .list-item {
        width: 100%;
        border-radius: 10px;
        background-color: #ffffff;

        a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 24px 24px 58px;

          .arw {
            bottom: 16px;
            right: 16px;
          }
        }

        .list-name {
          font-size: 20px;
        }

        .list-series {
          margin-top: 8px;
          font-size: 16px;
        }

        .list-detail {
          margin-top: 16px;
          padding-top: 24px;
        }

        .list-list {
          margin-top: 16px;

          li {
            & + li {
              margin-top: 8px;
            }
          }
        }
      }
    }
  }
}

/* トップページ 採用情報 */

.toppage-recruit {
  margin-top: 140px;
}

.toppage-recruit-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  max-width: 100%;
  height: 400px;
  padding: 0 100px;
  border-radius: 10px;
  background-image: url(../img/top/bg_recruit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--sdw-700);

  .top-ttl-h2,
  .comment,
  .more-btn {
    width: 340px;
  }

  .comment {
    margin-top: 30px;
    font-size: 16px;
  }

  .more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .toppage-recruit {
    margin-top: 80px;
  }

  .toppage-recruit-content {
    align-items: center;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
    padding: 0 16px;
    background-image: url(../img/top/bg_recruit_sp.jpg);
    aspect-ratio: 1 / 1;

    .top-ttl-h2,
    .comment,
    .more-btn {
      width: 100%;
      max-width: none;
    }
  }
}

/* トップページ お知らせ */

.toppage-news {
  margin-top: 140px;

  .container {
    display: flex;
    gap: 80px;
  }

  .toppage-news-header {
    width: calc(100% - 980px);
  }

  .toppage-news-list {
    width: 900px;
  }

  .more-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
}

.news-list {
  li {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--cl-bdr);

    &:not(:first-child) {
      padding-top: 32px;
    }

    a {
      display: flex;
      align-items: center;
      color: var(--cl-bk);
      text-decoration: none;

      &:hover {
        opacity: 0.7;
      }
    }

    .date {
      flex-shrink: 0;
      width: 100px;
      font-size: 16px;
      font-family: var(--ff-en);
      line-height: 1;
      letter-spacing: 0;
    }

    .icon {
      display: flex;
      gap: 5px;
      flex-shrink: 0;
      min-width: 100px;
      padding-right: 16px;

      span:not(:empty) {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        padding: 0 16px;
        border: 1px solid var(--cl-bl);
        border-radius: 30px;
        background-color: #ffffff;
        color: var(--cl-bl);
        font-size: 13px;

        &.new {
          border-color: var(--cl-rd);
          color: var(--cl-rd);
        }
      }
    }

    .ttl {
      display: -webkit-box;
      flex-shrink: 1;
      width: 100%;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
    }
  }
}

@media (max-width: 1310px) {
  .toppage-news {
    .container {
      flex-wrap: wrap;
      gap: 80px;
    }

    .toppage-news-header {
      width: 100%;
    }

    .toppage-news-list {
      width: 100%;
    }

    .more-btn {
      justify-content: center;
      margin-top: 48px;
    }
  }
}

@media (max-width: 768px) {
  .toppage-news {
    margin-top: 80px;

    .container {
      gap: 48px;
    }
  }

  .news-list {
    li {
      flex-wrap: wrap;
      padding-bottom: 16px;

      &:not(:first-child) {
        padding-top: 16px;
      }

      a {
        flex-wrap: wrap;
      }

      .date {
        width: 85px;
        font-size: 14px;
      }

      .icon {
        width: calc(100% - 85px);

        span {
          height: 25px;
          padding: 0 12px;
          border-radius: 25px;
          font-size: 12px;
        }
      }

      .ttl {
        width: 100%;
        margin-top: 14px;
        -webkit-line-clamp: 2;
      }
    }
  }
}

/*** 下層ページ共通 ***/

/* H1タイトル */

.lower-h1 {
  .container {
    padding: 120px 64px 100px;
    position: relative;

    h1,
    > div {
      span {
        display: block;
        font-weight: 700;
      }

      .ff-en {
        font-size: 16px;
      }

      .ff-ja {
        margin-top: 20px;
        color: var(--cl-bl);
        font-size: 45px;

        .en {
          display: inline;
          font-family: var(--ff-en);
          font-weight: 800;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .lower-h1 {
    .container {
      padding: 64px 16px;

      > div,
      h1 {
        .ff-en {
          font-size: 14px;
        }

        .ff-ja {
          margin-top: 14px;
          font-size: 32px;
        }
      }
    }
  }
}

/* H1なしヘッダー */

/* パンくず */

.main:not(:has(.lower-h1)) {
  .breadcrumb-wrapper {
    padding-top: 12px;
  }
}

.breadcrumb {
  margin: 0 0 40px;
  font-size: 12px;

  > li {
    display: inline;
    font-weight: 700;

    & + li {
      position: relative;

      &::before {
        content: "";
        display: inline-block;
        position: relative;
        top: -3px;
        width: 3px;
        height: 3px;
        margin: 0 10px 0 8px;
        background-color: var(--cl-bl);
      }
    }

    a {
      color: var(--cl-gy);
      font-weight: 400;
      text-decoration: none;
    }
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 0 0 24px;
  }
}

/* 下層MV */

.lower-mv {
  position: relative;
  width: 100%;

  img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  .catch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    .container {
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 100%;
      padding: 50px 0;
      color: #ffffff;
      font-size: 72px;
      font-weight: 800;
      line-height: 0.9;
      letter-spacing: 0;
    }
  }
}

@media (max-width: 768px) {
  .lower-mv {
    img {
      height: auto;
    }

    .catch {
      .container {
        padding: 30px;
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
      }
    }
  }
}

/* 下層リンクリスト */

.lower-link-list {
  padding: 40px 0;
  background-color: var(--cl-lgy2);

  .list-items {
    display: flex;
    gap: 10px;
    width: 100%;

    li {
      width: 100%;
      max-width: 232px;

      a {
        width: 100%;
        height: 72px;
        padding: 0 44px 0 16px;
        font-size: 16px;
        font-family: var(--ff-en);
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
        box-shadow: var(--sdw-400);

        .arw {
          right: 13px;
        }
      }
    }
  }
}

@media (max-width: 1080px) {
  .lower-link-list {
    .list-items {
      flex-wrap: wrap;
      margin: 0 auto;

      li {
        width: calc((100% - 20px) / 3);

        a {
          height: 56px;
          font-size: 14px;

          .arw {
            right: 10px;
            width: 24px;
            height: 24px;
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .lower-link-list {
    .list-items {
      max-width: 464px;

      li {
        width: calc((100% - 10px) / 2);
      }
    }
  }
}

/* 下層アンカーリンク */

.lower-anchor-list {
  background-color: var(--cl-bl);
}

.lower-anchor-list-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 32px;
  min-height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;

  a {
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--ff-en);
    text-decoration: none;

    &::before {
      content: "";
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTggOC43OCAzLjMtMy4zLjk0My45NDRMOCAxMC42NjcgMy43NTggNi40MjRsLjk0Mi0uOTQzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
}

@media (max-width: 768px) {
  .lower-anchor-list-items {
    min-height: 56px;
    padding-top: 18px;
    padding-bottom: 18px;

    gap: 10px 16px;

    li {
      width: calc((100% - 16px) / 2);

      a {
        font-size: 13px;
      }
    }
  }
}

/* 下層BOX */

.gy-bg-box {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--cl-lgy);

  > dl {
    display: flex;
    align-items: center;

    > dt {
      flex-shrink: 0;
      padding-right: 40px;
      font-size: 24px;
      font-weight: 700;
    }

    > dd {
      flex-shrink: 1;
      width: 100%;
      font-size: 16px;

      .tel {
        display: flex;
        align-items: baseline;

        &:not(:first-child) {
          margin-top: 2em;
        }

        dd {
          margin: 0 0 0 1em;
          font-size: 20px;
          font-weight: 700;
          letter-spacing: 0;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .gy-bg-box {
    padding: 20px;

    > dl {
      flex-wrap: wrap;

      > dt {
        font-size: 16px;
        padding-right: 0;
      }

      > dd {
        margin-top: 12px;

        .tel {
          flex-direction: column;

          dd {
            margin: 0;
            font-size: 16px;
          }
        }
      }
    }
  }
}

.bdr-box {
  padding: 39px;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
  background-color: #ffffff;

  .ttl {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .bdr-box {
    padding: 19px;

    .ttl {
      margin: 0 0 12px;
      font-size: 20px;
    }
  }
}

/* 下層リスト */

.list-num-1 {
  counter-reset: listnum;

  > li {
    display: table-row;

    &::before {
      content: counter(listnum) ".";
      counter-increment: listnum;
      display: table-cell;
      padding-right: 10px;
      color: var(--cl-bl);
      font-family: var(--ff-en);
      font-weight: 700;
      white-space: nowrap;
    }

    > div {
      display: table-cell;
    }

    & + li {
      &::before,
      > div {
        padding-top: 5px;
      }
    }
  }
}

.list-dot {
  li {
    position: relative;
    padding-left: 15px;

    & + li {
      margin-top: 5px;
    }

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 11px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background-color: var(--cl-bl);
    }
  }

  &.col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}

@media (max-width: 768px) {
  .list-dot {
    &.col-2 {
      display: block;
    }
  }
}

/*** Aboutus AGCプライブリコを知る ***/

.aboutus-agcpb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutus-agcpb-content {
  display: flex;
  gap: 6.666%;

  .img {
    width: 53.334%;

    img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
  }

  .detail {
    width: 40%;

    .ttl {
      font-size: 24px;
      font-weight: 700;
    }

    .comment {
      margin-top: 24px;
      font-size: 16px;

      p + p {
        margin-top: 2em;
      }
    }
  }
}

@media (max-width: 768px) {
  .aboutus-agcpb {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .aboutus-agcpb-content {
    flex-wrap: wrap;
    gap: 40px;

    .img {
      width: 100%;
    }

    .detail {
      width: 100%;

      .ttl {
        font-size: 20px;
      }
    }
  }
}

.aboutus-message {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--cl-lbl1);

  .comment {
    font-size: 16px;

    p + p {
      margin-top: 2em;
    }
  }

  .signature {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 40px;

    p {
      font-size: 14px;
      letter-spacing: 0.03em;
    }

    img {
      height: auto;
      margin-top: 24px;
      mix-blend-mode: multiply;
    }
  }
}

@media (max-width: 768px) {
  .aboutus-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.aboutus-philosophy {
  padding-top: 100px;
  padding-bottom: 100px;

  .ttl-h3 {
    &:not(:first-child) {
      margin-top: 100px;
    }
  }
}

.aboutus-philosophy-content-1 {
  .ttl {
    color: var(--cl-bl);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;

    .ff-en {
      letter-spacing: 0;
    }
  }

  .img {
    img {
      width: 100%;
      height: auto;
    }
  }

  .list {
    margin-top: 40px;

    li {
      & + li {
        margin-top: 32px;
      }

      .list-ttl {
        color: var(--cl-bl);
        font-size: 20px;
        font-weight: 700;
      }

      .list-catch {
        margin-top: 16px;
        font-size: 18px;
        font-weight: 700;
      }

      .list-comment {
        margin-top: 16px;
        font-size: 16px;
      }
    }
  }
}

.aboutus-philosophy-content-2 {
  display: flex;
  align-items: center;
  gap: 6.666%;

  .img {
    width: 33.334%;

    img {
      width: 100%;
      height: auto;
    }
  }

  .detail {
    width: 60%;

    p {
      display: flex;
      align-items: center;
      line-height: 2;

      img {
        margin-right: 10px;
      }

      &:nth-child(3),
      &:nth-child(6) {
        margin-top: 14px;
      }
    }
  }
}

@media (min-width: 769px) {
  .aboutus-philosophy-content-1 {
    display: grid;
    grid-template-columns: 53.334% 40%;
    grid-template-rows: auto 1fr;
    gap: 0 6.666%;
    grid-template-areas:
      "img ttl"
      "img list";

    .img {
      grid-area: img;
    }

    .ttl {
      grid-area: ttl;
    }

    .list {
      grid-area: list;
    }
  }
}

@media (max-width: 768px) {
  .aboutus-philosophy {
    padding-top: 80px;
    padding-bottom: 80px;

    .ttl-h3 {
      &:not(:first-child) {
        margin-top: 40px;
      }
    }
  }

  .aboutus-philosophy-content-1 {
    .ttl {
      font-size: 26px;
    }

    .img {
      margin-top: 32px;
    }

    .list {
      margin-top: 30px;

      li {
        .list-ttl {
          font-size: 18px;
        }

        .list-catch {
          font-size: 16px;
        }
      }
    }
  }

  .aboutus-philosophy-content-2 {
    flex-wrap: wrap;

    .img {
      width: 100%;
    }

    .detail {
      width: 100%;

      p:nth-child(3),
      p:nth-child(4),
      p:nth-child(5) {
        flex-direction: column;
        align-items: flex-start;
      }

      p:nth-child(4),
      p:nth-child(5) {
        margin-top: 10px;
      }
    }
  }
}

.aboutus-ehsq {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--cl-lgy);
}

.aboutus-ehsq-content {
  .comment {
    font-size: 16px;
  }
}

.aboutus-ehsq-content-list {
  margin-top: 64px;

  .list-item {
    display: flex;
    gap: 5.333%;

    & + .list-item {
      margin-top: 64px;
      padding-top: 64px;
      border-top: 1px solid var(--cl-bdr);
    }

    .list-img {
      width: 30%;

      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }

    .list-detail {
      width: 64.667%;

      .ttl {
        font-size: 24px;
        font-weight: 700;

        & + ol {
          margin-top: 24px;
        }
      }

      > ol {
        counter-reset: listnum;

        > li {
          display: table-row;
          font-size: 20px;
          font-weight: 700;

          &::before {
            content: counter(listnum) ".";
            counter-increment: listnum;
            display: table-cell;
            padding-right: 15px;
            font-family: var(--ff-en);
          }

          & + li {
            &::before,
            > p {
              padding-top: 24px;
            }
          }

          > ol {
            margin-top: 16px;
            counter-reset: listnum2;

            > li {
              display: table-row;
              font-size: 16px;
              font-weight: 400;

              &::before {
                content: "(" counter(listnum2) ")";
                counter-increment: listnum2;
                display: table-cell;
                padding-right: 5px;
                font-family: var(--ff-en);
              }

              & + li {
                &::before,
                > p {
                  padding-top: 10px;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .aboutus-ehsq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .aboutus-ehsq-content-list {
    margin-top: 40px;

    .list-item {
      flex-wrap: wrap;
      gap: 24px;

      & + .list-item {
        margin-top: 32px;
        padding-top: 32px;
      }

      .list-img {
        width: 100%;
      }

      .list-detail {
        width: 100%;

        .ttl {
          font-size: 20px;
        }

        > ol {
          > li {
            font-size: 18px;

            & + li {
              &::before,
              > p {
                padding-top: 32px;
              }
            }
          }
        }
      }
    }
  }
}

/* 会社概要・沿革 */

.aboutus-overview-profile,
.aboutus-overview-history,
.aboutus-overview-organization {
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutus-overview-history {
  background-color: var(--cl-lbl1);
}

.aboutus-overview-organization-img {
  img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .aboutus-overview-profile,
  .aboutus-overview-history,
  .aboutus-overview-organization {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.aboutus-overview-history-list {
  position: relative;
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 39px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: var(--cl-bl);
  }

  .row {
    display: flex;
    align-items: center;
    position: relative;

    & + .row {
      margin-top: 24px;
    }

    dt {
      position: relative;
      width: 120px;

      div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border: 2px solid var(--cl-bl);
        border-radius: 80px;
        background-color: #ffffff;
        color: var(--cl-bl);
        font-size: 20px;
        font-family: var(--ff-en);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
      }
    }

    dd {
      display: flex;
      align-items: center;
      width: calc(100% - 120px);

      .comment {
        width: calc(100% - 150px);
        padding-right: 40px;

        .img_tw {
          display: inline;
          margin-right: 14px;
          mix-blend-mode: multiply;
        }

        p {
          & + p {
            margin-top: 5px;
          }
        }
      }

      .img.pc-only {
        width: 110px;

        img {
          height: auto;
          border-radius: 10px;
        }
      }
    }
  }
}

.aboutus-overview-history-note {
  margin-top: 24px;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 768px) {
  .aboutus-overview-history-list {
    &::before {
      left: 31px;
    }

    .row {
      align-items: flex-start;

      dt {
        width: 80px;

        div {
          width: 64px;
          height: 64px;
          border-radius: 64px;
          font-size: 18px;
        }
      }

      dd {
        width: calc(100% - 80px);

        .comment {
          width: 100%;
          padding-right: 0;

          .img_tw {
            display: block;
            margin: 0 0 8px;
          }

          p {
            & + p {
              margin-top: 3px;
            }
          }
        }

        .img.sp-only {
          width: 110px;
          margin: 20px auto 0;

          img {
            height: auto;
            border-radius: 10px;
          }

          & + p {
            margin-top: 20px;
          }
        }
      }
    }
  }

  .aboutus-overview-history-note {
    margin-top: 16px;
    font-size: 10px;
  }
}

/* 事業所案内 */

.aboutus-location {
  padding-top: 100px;
}

.aboutus-location-related {
  padding-top: 64px;
  padding-bottom: 100px;
}

.aboutus-location-tbl {
  .lower-tbl {
    .row {
      > dd {
        &.gmap {
          a {
            display: block;
            width: 44px;
            height: 44px;
            border-radius: 44px;
            background-color: var(--cl-lbl1);
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMC4zNjYgMjAuNDA2LjAwNC4wMDUuMDAzLjAwMmExLjA0IDEuMDQgMCAwIDAgMS4yNTQgMGwuMDAzLS4wMDMuMDA0LS4wMDQuMDE2LS4wMTJxLjEzMy0uMTAyLjI2Mi0uMjFhMjEuNCAyMS40IDAgMCAwIDIuODEzLTIuODYzYzEuNTE0LTEuODczIDMuMTUtNC41OTUgMy4xNS03LjY5NmE2Ljg3NSA2Ljg3NSAwIDEgMC0xMy43NSAwYzAgMy4xIDEuNjM2IDUuODIzIDMuMTUyIDcuNjk2YTIxLjUgMjEuNSAwIDAgMCAyLjgxMyAyLjg2M2wuMjYuMjF6TTExIDExLjY4OGEyLjA2MSAyLjA2MSAwIDEgMCAwLTQuMTIzIDIuMDYxIDIuMDYxIDAgMCAwIDAgNC4xMjMiIGZpbGw9IiMwMDFmNmIiLz48L3N2Zz4=");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 22px;

            &:hover {
              opacity: 0.7;
            }
          }
        }
      }
    }
  }
}

@media (min-width: 769px) {
  .aboutus-location-tbl {
    .lower-tbl {
      .row {
        > dt {
          width: 13%;
          padding-right: 3%;
        }

        > dd {
          &.address {
            width: calc(57% - 44px);
            padding-right: 3%;

            address {
              display: block;
              font-style: normal;
            }

            .tel {
              display: flex;
              flex-wrap: wrap;
              gap: 0 1em;
              margin-top: 10px;

              p {
                display: flex;
                flex-wrap: wrap;
              }
            }
          }

          &.access {
            width: 40%;
            padding-right: 3%;
          }

          &.gmap {
            width: 44px;
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .aboutus-location {
    padding-top: 80px;
  }

  .aboutus-location-related {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

/* テーブル */

.lower-tbl {
  border-top: 1px solid var(--cl-bdr);

  .row {
    padding: 40px 0;
    border-bottom: 1px solid var(--cl-bdr);
    font-size: 16px;

    &.no-bdr {
      padding-bottom: 0;
      border-bottom: none;
    }

    > dt {
      font-weight: 700;
    }

    > dd {
      .note {
        margin-top: 8px;
        font-size: 12px;
      }
    }
  }
}

.board-member-tbl {
  th {
    padding-right: 40px;
    font-weight: 400;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .lower-tbl {
    .row {
      display: flex;

      > dt {
        width: 380px;
      }

      > dd {
        width: calc(100% - 380px);
      }
    }
  }
}

@media (max-width: 768px) {
  .lower-tbl {
    .row {
      padding: 24px 0;

      > dd {
        margin-top: 16px;

        .note {
          margin-top: 4px;
        }

        address {
          display: flex;
          align-items: center;
          font-style: normal;

          .gmap {
            flex-shrink: 0;
            margin-left: 24px;
          }
        }

        &.gmap {
          display: flex;
          justify-content: flex-end;
        }
      }
    }
  }
}

/* ボックス */

.bg_gy-box,
.bg_dgy-box {
  padding: 40px 0;
  border-radius: 20px;
  background-color: var(--cl-lgy1);
  font-size: 16px;

  &.bg_dgy-box {
    background-color: var(--cl-gy);
    color: #ffffff;
  }

  .ttl {
    font-weight: 700;
  }

  .detail {
    p + p {
      margin-top: 16px;
    }
    a {
      text-decoration: underline;

      &:hover {
        text-decoration: none;
      }
    }
  }
}

@media (min-width: 769px) {
  .bg_gy-box {
    display: flex;
    align-items: center;

    .ttl,
    .detail {
      display: flex;
      min-height: 100px;
    }

    .ttl {
      align-items: center;
      justify-content: center;
      width: 340px;
      text-align: center;
    }

    .detail {
      position: relative;
      flex-direction: column;
      justify-content: center;
      padding: 0 80px;
      border-left: 1px solid var(--cl-bdr);
    }
  }
}

@media (max-width: 768px) {
  .bg_gy-box {
    padding: 24px;

    .detail {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid var(--cl-bdr);
    }
  }
}

/*** 事業紹介 ***/

.business-top_message,
.business-industry {
  padding-top: 100px;
}

.business-monolithic,
.business-eppc,
.business-related {
  padding-top: 100px;
  padding-bottom: 100px;
}

.business-eppc {
  background-color: var(--cl-lbl1);
}

@media (max-width: 768px) {
  .business-top_message,
  .business-related {
    padding-top: 80px;
  }

  .business-monolithic,
  .business-industry {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .business-eppc {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.business-top_message {
  h2 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 32px;
    font-weight: 700;

    .ff-en {
      letter-spacing: 0;
    }
  }
}

@media (max-width: 768px) {
  .business-top_message {
    h2 {
      margin: 0 0 32px;
      font-size: 26px;
    }
  }
}

.business-article-img {
  display: flex;
  gap: 6.666%;

  .img {
    width: 53.334%;

    img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
  }

  .detail {
    width: 40%;
    min-width: 390px;
  }

  .catch {
    font-size: 24px;
    font-weight: 700;

    & + .comment {
      margin-top: 16px;
    }
  }

  .more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .business-article-img {
    flex-wrap: wrap;
    gap: 40px;

    .img {
      width: 100%;
      order: 10;
    }

    .detail {
      width: 100%;
      min-width: 0;
      order: 20;
    }

    .catch {
      font-size: 20px;
    }
  }
}

.business-industry-wrapper {
  border-radius: 10px;
  background-image: url(../img/business/industry_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1312px 400px;
  box-shadow: var(--sdw-700);

  .ttl-h2-ja_en {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    margin: 0;
    padding: 0 80px;

    > span {
      color: #ffffff;
    }
  }

  .business-industry-links {
    padding: 24px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--cl-bl);

    ul {
      display: flex;
      justify-content: flex-end;
      gap: 24px;

      li {
        width: 340px;

        a {
          justify-content: center;
          height: 64px;
          padding-right: 40px;
          color: var(--cl-bl);
          font-size: 16px;

          .arw {
            right: 16px;
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .business-industry-wrapper {
    background-image: url(../img/business/industry_bg_sp.jpg);
    background-size: contain;

    .ttl-h2-ja_en {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 61.538vw;
      padding: 0 16px;
    }

    .business-industry-links {
      padding: 16px;

      ul {
        flex-wrap: wrap;
        gap: 16px;

        li {
          width: 100%;

          a {
            height: 62px;
            padding-right: 40px;
          }
        }
      }
    }
  }
}

.business-related-content {
  margin-top: 64px;

  .content {
    display: flex;
    gap: 5.333%;

    .img {
      width: 54.25%;
    }

    .detail {
      width: 40.417%;

      .more-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
      }
    }
  }
}

@media (max-width: 768px) {
  .business-related-content {
    margin-top: 40px;

    .content {
      flex-wrap: wrap;
      gap: 24px;

      .img {
        width: 100%;
      }

      .detail {
        width: 100%;

        .more-btn {
          justify-content: center;
          margin-top: 24px;
        }
      }
    }
  }
}

.business-related {
  .gy-bg-box {
    margin-top: 64px;
  }
}

/* 不定形耐火物ビジネス */

.business-mr-top_message {
  padding-top: 80px;
}

.business-mr-refractory,
.business-mr-monolithic_refractories,
.business-mr-method {
  padding-top: 100px;
  padding-bottom: 100px;

  .lower-container {
    & > .comment:not(:first-child),
    & > .bdr-box:not(:first-child) {
      margin-top: 40px;
    }

    & > .bdr-box {
      & + .bdr-box {
        margin-top: 24px;
      }
    }
  }

  .bdr-box {
    .list-num-1,
    .list-dot {
      font-size: 18px;
    }

    .comment {
      & + .list-num-1,
      & + .list-dot {
        margin-top: 10px;
      }
    }
  }
}

.business-mr-monolithic_refractories {
  background-color: var(--cl-lbl1);
}

.business-mr-refractory-type {
  margin-top: 40px;

  h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: var(--cl-lgy2);
    font-size: 24px;
    font-weight: 700;
  }

  .business-mr-refractory-type-box {
    display: flex;
    gap: 6.666%;
    padding: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--cl-lgy);

    .box-item {
      width: calc((100% - 6.666%) / 2);

      h4 {
        font-weight: 700;
        text-align: center;

        > span {
          display: block;

          &.ttl-sub {
            color: var(--cl-bl);
            font-size: 16px;
          }

          &.ttl-main {
            margin-top: 4px;
            font-size: 24px;
          }
        }
      }

      .item-content {
        display: flex;
        gap: 3.07%;
        margin-top: 32px;

        .img {
          width: 38.4%;

          img {
            width: 100%;
            height: auto;
            border-radius: 10px;
          }
        }

        .bdr-box {
          width: 58.5%;
          margin: 0;
          padding: 31px;

          .list-dot {
            margin-top: -5px;
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .business-mr-refractory,
  .business-mr-monolithic_refractories,
  .business-mr-method {
    padding-top: 80px;
    padding-bottom: 80px;

    .bdr-box {
      .list-num-1,
      .list-dot {
        font-size: 16px;
      }

      .comment {
        & + .list-num-1,
        & + .list-dot {
          margin-top: 5px;
        }
      }
    }
  }

  .business-mr-monolithic_refractories {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .business-mr-refractory-type {
    h3 {
      height: 50px;
      font-size: 20px;
    }

    .business-mr-refractory-type-box {
      flex-direction: column;
      gap: 32px;
      padding: 24px 16px;

      .box-item {
        width: 100%;

        h4 {
          > span {
            &.ttl-sub {
              font-size: 14px;
            }

            &.ttl-main {
              margin-top: 2px;
              font-size: 18px;
            }
          }
        }

        .item-content {
          gap: 10px;
          margin-top: 12px;

          .img {
            width: 110px;
          }

          .bdr-box {
            width: calc(100% - 120px);
            padding: 19px;
          }
        }
      }
    }
  }
}

.business-mr-method-content-item {
  margin-top: 64px;

  .desc {
    display: flex;
    gap: 5.333%;

    .comment {
      width: 41.333%;
    }

    .example {
      width: 53.334%;

      .ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background-color: var(--cl-lgy2);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
      }

      .imgs {
        display: flex;
        justify-content: space-between;
        padding: 6.25%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: var(--cl-lgy);

        img {
          width: calc((100% - 6.25%) / 2);
          height: auto;
          border-radius: 10px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .business-mr-method-content-item {
    margin-top: 40px;

    .desc {
      flex-direction: column;
      gap: 24px;

      .comment {
        width: 100%;
      }

      .example {
        width: 100%;

        .ttl {
          height: 50px;
          font-size: 20px;
        }

        .imgs {
          padding: 24px;

          img {
            width: calc((100% - 10px) / 2);
          }
        }
      }
    }
  }
}

/* AGCプライブリコのEPPCビジネス */

.business-eppc-flow {
  padding-top: 73px;
  padding-bottom: 64px;
  background-color: var(--cl-lbl1);

  .toppage-business-eppc {
    padding: 0;
    background-color: transparent;

    li {
      .list-ttl {
        > span {
          &.ff-en {
            height: auto;
            margin-top: 10px;
          }

          &.ff-ja {
            margin-top: 5px;
            font-size: 16px;
          }
        }
      }
    }
  }
}

.business-eppc-flow-comment {
  margin-top: 32px;
  color: var(--cl-bl);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.business-eppc-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .business-eppc-content {
    padding-top: 80px;
    padding-bottom: 80px;

    &.bg-lbl {
      padding-top: 64px;
      padding-bottom: 64px;
    }
  }
}

.business-eppc-content-list {
  ul {
    display: flex;

    &.col-3 {
      gap: 4%;

      li {
        width: calc(92% / 3);
      }
    }

    &.col-2 {
      gap: 5.333%;

      li {
        width: calc(94.667% / 2);
      }
    }

    .list-img {
      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }

    .list-ttl {
      margin-top: 26px;
      font-size: 24px;
      font-weight: 700;
    }

    .list-comment {
      margin-top: 18px;
    }
  }
}

.business-eppc-content-message {
  .ttl {
    color: var(--cl-bl);
    font-size: 32px;
    font-weight: 700;
  }

  p {
    & + p {
      margin-top: 24px;
    }
  }
}

.business-eppc-content-procurement-list {
  margin-top: 64px;

  ul {
    display: flex;
    gap: 2%;

    li {
      width: calc(98% / 4);
    }

    .list-img {
      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }

    .list-ttl {
      margin-top: 10px;
    }
  }
}

@media (max-width: 768px) {
  .business-eppc-content-list {
    ul {
      display: flex;
      flex-direction: column;

      &.col-3,
      &.col-2 {
        gap: 40px;

        li {
          width: 100%;
        }
      }
    }
  }

  .business-eppc-content-message {
    .ttl {
      font-size: 28px;
    }
  }

  .business-eppc-content-procurement-list {
    ul {
      flex-wrap: wrap;
      gap: 16px;

      li {
        width: calc((100% - 16px) / 2);
      }

      .list-ttl {
        font-size: 14px;
      }
    }
  }
}

/* 納入分野 */

.business-transaction_fields {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid var(--cl-bdr);
}

.transaction_fields-content-items {
  display: flex;
  flex-direction: column;
  gap: 80px;

  .list-item {
    display: flex;
    gap: 6.666%;

    .list-img {
      width: 53.334%;

      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }

    .list-detail {
      width: 40%;

      .ttl {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
      }

      .comment {
        margin-top: 24px;
      }

      .bdr-box {
        margin-top: 28px;
        padding: 23px;

        .links {
          margin-top: 12px;

          a {
            display: block;
            margin-top: 4px;
          }
        }
      }

      .more-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: 32px;
      }
    }
  }
}

@media (max-width: 768px) {
  .business-transaction_fields {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .transaction_fields-content-items {
    gap: 48px;

    .list-item {
      flex-direction: column;
      gap: 32px;

      .list-img {
        width: 100%;
      }

      .list-detail {
        width: 100%;

        .comment {
          margin-top: 16px;
        }

        .bdr-box {
          margin-top: 20px;
          padding: 19px;

          .links {
            margin-top: 8px;

            a {
              display: block;
              margin-top: 4px;
            }
          }
        }

        .more-btn {
          justify-content: center;
          margin-top: 24px;
        }
      }
    }
  }
}

/* 主要取引先 */

.business-majorclients {
  padding-top: 100px;
  padding-bottom: 100px;

  &.bg-lbl {
    margin-top: 80px;
  }

  .content-header {
    display: flex;
    align-items: baseline;
    margin: 0 0 64px;

    .ttl-h2 {
      margin-bottom: 0;
    }

    .note {
      margin: 0 0 0 auto;
      font-size: 12px;
    }
  }
}

.business-majorclients-local {
  display: flex;
  gap: 4%;
}

.business-majorclients-local-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: calc((100% - 8%) / 3);

  .list-item {
    .initial {
      font-size: 24px;
      font-weight: 700;
    }

    ul {
      margin-top: 28px;

      li {
        & + li {
          margin-top: 10px;
        }
      }
    }
  }
}

.business-majorclients-overseas {
  display: flex;
  gap: 6.666%;
  font-family: var(--ff-en);

  & + .ttl-h3 {
    margin-top: 64px;
  }
}

.business-majorclients-overseas-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: calc((100% - 6.666%) / 2);
  letter-spacing: 0;

  .list-item {
    .country {
      font-size: 24px;
      font-weight: 700;
    }

    ul {
      margin-top: 28px;

      li {
        display: flex;
        flex-wrap: wrap;

        & + li {
          margin-top: 10px;
        }

        .name {
          width: 320px;
          padding-right: 16px;
        }

        .type {
          width: 240px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .business-majorclients {
    padding-top: 64px;
    padding-bottom: 64px;

    .content-header {
      margin-bottom: 40px;
    }
  }

  .business-majorclients-local {
    flex-direction: column;
    gap: 40px;
  }

  .business-majorclients-local-list {
    gap: 40px;
    width: 100%;
  }

  .business-majorclients-overseas {
    flex-direction: column;
    gap: 40px;

    & + .ttl-h3 {
      margin-top: 56px;
    }
  }

  .business-majorclients-overseas-list {
    gap: 40px;
    width: 100%;

    .list-item {
      ul {
        li {
          .name {
            width: 100%;
            padding-right: 0;
          }

          .type {
            width: 100%;
          }
        }
      }
    }
  }
}

/* 関連事業 */

.business-sprayer {
  padding-top: 100px;
}

.business-sprayer-content {
  padding-top: 64px;
  padding-bottom: 100px;
}

.business-sprayer-content-prod {
  display: flex;
  gap: 5.333%;

  .prod-img {
    width: 40%;

    img {
      height: auto;
    }
  }

  .prod-detail {
    width: 54.667%;

    .bdr-box {
      margin-top: 24px;
    }
  }

  & + .ttl-h3 {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .business-sprayer {
    padding-top: 80px;
  }

  .business-sprayer-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .business-sprayer-content-prod {
    flex-direction: column;
    gap: 24px;

    .prod-img {
      width: 100%;
    }

    .prod-detail {
      width: 100%;
    }

    & + .ttl-h3 {
      margin-top: 40px;
    }
  }
}

/*** 採用情報 ***/

.recruit-top_message {
  padding-top: 80px;
  padding-bottom: 100px;
}

.recruit-info,
.recruit-job,
.recruit-interview {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .recruit-top_message {
    padding-bottom: 80px;
  }

  .recruit-info,
  .recruit-interview {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .recruit-info.bg-lbl,
  .recruit-job {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.recruit-info-content {
  display: flex;
  gap: 6.666%;

  .detail {
    width: 40%;

    .catch {
      font-size: 24px;
      font-weight: 700;
    }

    .comment {
      margin-top: 20px;
    }

    .more-btn {
      margin-top: 40px;
    }
  }

  .img {
    width: 53.334%;

    img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
  }
}

@media (max-width: 768px) {
  .recruit-info-content {
    flex-direction: column;
    gap: 40px;

    .detail {
      width: 100%;
      order: 20;

      .catch {
        font-size: 20px;
      }

      .comment {
        margin-top: 16px;
      }
    }

    .img {
      width: 100%;
      order: 10;
    }
  }
}

.recruit-job-content {
  .ttl-h2-ja_en {
    .ff-en {
      color: #ffffff;
    }
  }

  .switch {
    ul {
      width: 100%;
      border-top: 1px solid #ffffff;

      li {
        border-bottom: 1px solid #ffffff;

        button {
          display: flex;
          align-items: center;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 0 58px 0 24px;
          font-size: 20px;
          font-weight: 700;
          box-sizing: border-box;

          &::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 16px;
            width: 32px;
            height: 32px;
            margin-top: -16px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03Ljk0NyAzLjc1YS43LjcgMCAwIDAtLjE0LS4yMkw0LjQ3My4xOTVhLjY3LjY3IDAgMSAwLS45NDYuOTQ3bDIuMiAyLjE5M0guNjY3YS42NjcuNjY3IDAgMCAwIDAgMS4zMzNoNS4wNmwtMi4yIDIuMTk0YS42NjYuNjY2IDAgMCAwIC4yMTcgMS4wOTIuNjcuNjcgMCAwIDAgLjczLS4xNDZsMy4zMzMtMy4zMzNhLjcuNyAwIDAgMCAuMTQtLjIyLjY3LjY3IDAgMCAwIDAtLjUwNyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 14px;
            transition: right 0.3s;
          }

          &:hover {
            &::after {
              right: 8px;
            }
          }
        }

        &.is-active {
          background-color: rgba(255, 255, 255, 0.1);
        }
      }
    }
  }

  .detail {
    .detail-item {
      display: none;
      position: relative;
      padding-bottom: 60px;

      &.is-active {
        display: block;
      }

      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        aspect-ratio: 800 / 533;
      }

      .info {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 87%;
        padding: 48px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        color: var(--cl-bk);
        backdrop-filter: blur(6px);

        .ttl {
          font-size: 24px;
          font-weight: 700;
        }

        .comment {
          margin-top: 18px;
        }
      }
    }
  }
}

@media (min-width: 769px) {
  .recruit-job-content {
    display: grid;
    grid-template-columns: 26.667% 66.667%;
    grid-template-rows: min-content 1fr;
    gap: 0 6.666%;
    grid-auto-flow: row;
    grid-template-areas:
      "ttl-h2-ja_en detail"
      "switch detail";

    .ttl-h2-ja_en {
      grid-area: ttl-h2-ja_en;
    }

    .switch {
      display: flex;
      align-items: flex-end;
      grid-area: switch;
    }

    .detail {
      grid-area: detail;
    }
  }
}

@media (max-width: 768px) {
  .recruit-job-content {
    .switch {
      margin-top: 40px;

      ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 16px;
        border-top: none;

        li {
          width: calc((100% - 16px) / 2);

          &:nth-child(-n + 2) {
            border-top: 1px solid #ffffff;
          }

          button {
            padding: 0 8px;
            font-size: 16px;

            &::after {
              content: none;
            }
          }
        }
      }
    }

    .detail {
      .detail-item {
        padding-bottom: 0;

        img {
          aspect-ratio: 179 / 200;
        }

        .info {
          position: relative;
          right: auto;
          bottom: auto;
          width: 100%;
          margin-top: -24.1vw;
          padding: 24px;

          .ttl {
            font-size: 20px;
          }

          .comment {
            margin-top: 18px;
          }
        }
      }
    }
  }
}

.recruit-interview-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  padding: 0 100px;
  border-radius: 10px;
  background-image: url(../img/recruit/interview.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--sdw-700);

  .more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .recruit-interview-content {
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    padding: 0 16px;
    background-image: url(../img/recruit/interview_sp.jpg);
    aspect-ratio: 1 / 1;

    .more-btn {
      margin-top: 32px;
    }
  }
}

/* 募集要項 */

.recruit-requirement-info,
.recruit-requirement-process {
  padding-top: 100px;
  padding-bottom: 100px;

  .more-btn {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
}

.recruit-requirement-info-tbl {
  margin-top: 100px;
}

.recruit-requirement-process {
  h2 {
    margin: 0 0 64px;
    color: var(--cl-bl);
    font-size: 32px;
    font-weight: 700;

    .ttl-sub {
      font-size: 20px;
    }
  }
}

.recruit-requirement-process-step-items {
  display: flex;
  flex-direction: column;
  gap: 40px;

  .list-item {
    display: flex;
    align-items: center;
    position: relative;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background-color: var(--cl-bl);
    }

    .list-step {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: 142px;
      color: var(--cl-bl);
      font-family: var(--ff-en);
      text-align: center;
      line-height: 1;
      letter-spacing: 0;

      > span {
        width: 100px;

        &.txt {
          font-size: 18px;
          font-weight: 700;
        }

        &.num {
          font-size: 57px;
          font-weight: 800;
        }
      }
    }

    .list-icon {
      display: flex;
      justify-content: flex-end;
      width: 204px;

      img {
        width: 140px;
        height: auto;
      }
    }

    .list-txt {
      width: calc(100% - 346px);
      padding-left: 64px;
    }

    .list-ttl {
      font-size: 24px;
      font-weight: 700;
    }

    .list-comment {
      margin-top: 16px;
    }
  }
}

@media (max-width: 768px) {
  .recruit-requirement-info,
  .recruit-requirement-process {
    padding-top: 80px;
    padding-bottom: 80px;

    .more-btn {
      margin-top: 40px;
    }
  }

  .recruit-requirement-process {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .recruit-requirement-info-tbl {
    margin-top: 80px;
  }

  .recruit-requirement-process {
    h2 {
      margin: 0 0 40px;
      font-size: 28px;

      > span {
        display: block;
      }

      .ttl-sub {
        font-size: 18px;
      }
    }
  }

  .recruit-requirement-process-step-items {
    gap: 32px;

    .list-item {
      flex-wrap: wrap;
      padding-left: 26px;

      .list-step {
        width: 50px;

        > span {
          width: 100%;

          &.num {
            font-size: 32px;
          }
        }
      }

      .list-icon {
        width: 104px;

        img {
          width: 80px;
        }
      }

      .list-txt {
        width: 100%;
        padding-left: 0;
      }

      .list-ttl {
        width: calc(100% - 154px);
        padding-left: 24px;
        font-size: 20px;
      }

      .list-comment {
        margin-top: 16px;
      }
    }
  }
}

/* 社員紹介 */

.recruit-interview-list {
  padding-top: 100px;
  padding-bottom: 100px;

  img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .recruit-interview-list-content {
    display: flex;
    gap: 5.333%;

    .content-1 {
      width: 35%;

      .profile {
        margin-top: -50px;
        width: 76.1%;
        padding: 24px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(6px);
      }

      .year {
        font-size: 14px;
        font-family: var(--ff-en);
        font-weight: 700;
      }

      .name_department {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 3px 10px;
        margin-top: 10px;

        .name {
          font-size: 20px;
          font-weight: 700;
        }

        .department {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 24px;
          padding: 0 10px;
          border-radius: 4px;
          background-color: var(--cl-lgy);
          font-size: 13px;
        }
      }

      .others {
        margin-top: 6px;
        color: var(--cl-dgy);
        font-size: 12px;
      }
    }

    .content-2 {
      display: flex;
      flex-direction: column;
      width: 59.667%;

      .ttl {
        font-size: 32px;
        font-weight: 700;
      }

      .comment {
        display: -webkit-box;
        flex-shrink: 1;
        margin-top: 32px;
        font-size: 16px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
      }

      .modal-btn {
        display: flex;
        justify-content: flex-end;
        margin-top: auto;
      }
    }
  }
}

@media (max-width: 768px) {
  .recruit-interview-list {
    padding-top: 80px;
    padding-bottom: 80px;

    &.bg-lbl {
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .recruit-interview-list-content {
      flex-direction: column;
      gap: 40px;

      .content-1 {
        width: 100%;

        .profile {
          margin-top: -12.82vw;
          width: 82.05vw;
        }
      }

      .content-2 {
        width: 100%;

        .ttl {
          font-size: 24px;
        }

        .comment {
          margin-top: 16px;
        }

        .modal-btn {
          justify-content: center;
          margin-top: 40px;
        }
      }
    }
  }
}

.recruit-interview-modal {
  .modal-profile {
    display: flex;
    gap: 7.62%;

    .img {
      width: 37.095%;
      

      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }

    .txt {
      width: 55.285%;
      

      .ttl {
        font-size: 32px;
        font-weight: 700;
      }

      .year_name_department {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 32px;

        .year {
          font-size: 14px;
          font-family: var(--ff-en);
          font-weight: 700;
        }

        .name {
          font-size: 24px;
          font-weight: 700;
        }

        .department {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 24px;
          padding: 0 10px;
          border-radius: 4px;
          background-color: var(--cl-lgy);
          font-size: 13px;
        }
      }

      .others {
        margin-top: 6px;
        color: var(--cl-dgy);
        font-size: 12px;
      }

      .comment {
        margin-top: 32px;
        font-size: 14px;
      }
    }
  }

  .modal-article {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;

    .modal-article-item {
      display: flex;
      gap: 7.619%;

      .detail {
        width: 63.809%;

        .ttl {
          font-size: 28px;
          font-weight: 700;
        }

        .comment {
          margin-top: 32px;
        }
      }

      .img {
        width: 28.571%;

        img {
          width: 100%;
          height: auto;
          border-radius: 10px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .recruit-interview-modal {
    .modal-profile {
      flex-direction: column;
      gap: 40px;

      .img {
        width: 100%;
      }

      .txt {
        width: 100%;

        .ttl {
          font-size: 26px;
        }

        .year_name_department {
          margin-top: 24px;
        }
      }
    }

    .modal-article {
      gap: 64px;
      margin-top: 64px;

      .modal-article-item {
        flex-direction: column;
        gap: 40px;

        .detail {
          width: 100%;
          order: 10;

          .ttl {
            font-size: 24px;
          }

          .comment {
            margin-top: 16px;
          }
        }

        .img {
          width: 61.53vw;
          margin: 0 auto;
          order: 20;
        }
      }
    }
  }
}

/* お問い合わせフォーム */

@media (min-width: 769px) {
  .lower-tbl.tbl-contact {
    word-break: break-all;

    .row {
      dt {
        width: 300px;
      }

      dd {
        width: calc(100% - 300px);
      }
    }
  }
}

/* モーダル */

.common-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.common-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.common-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.common-modal-body {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1000px;
  max-height: calc(100vh - 80px);
  padding: 0 80px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.common-modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-bottom-left-radius: 10px;
  background-color: var(--cl-lgy2);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU4NiAxMiAyLjc5MyA0LjIwN2wxLjQxNC0xLjQxNEwxMiAxMC41ODZsNy43OTMtNy43OTMgMS40MTQgMS40MTRMMTMuNDE0IDEybDcuNzkzIDcuNzkzLTEuNDE0IDEuNDE0TDEyIDEzLjQxNGwtNy43OTMgNy43OTMtMS40MTQtMS40MTR6IiBmaWxsPSIjMWExYTFhIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}

.common-modal-content {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  padding: 100px 0;
  overflow: auto;
  scrollbar-width: none;

  &::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .common-modal-body {
    width: calc(100% - 32px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    padding: 0 16px;
  }

  .common-modal-content {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    padding: 64px 0;
    overflow: auto;
  }
}

/*** お知らせ ***/

.news-list-content {
  padding-top: 100px;
  border-top: 1px solid var(--cl-bdr);
}

@media (max-width: 768px) {
}

/*** お知らせ詳細 ***/

.common-article-date_icon {
  display: flex;
  align-items: center;
  gap: 16px;

  .date {
    font-family: var(--ff-en);
    line-height: 1;
    letter-spacing: 0;
  }

  .icon {
    display: flex;
    gap: 5px;

    span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      padding: 0 16px;
      border: 1px solid var(--cl-bl);
      border-radius: 30px;
      background-color: #ffffff;
      color: var(--cl-bl);
      font-size: 13px;

      &.new {
        border-color: var(--cl-rd);
        color: var(--cl-rd);
      }
    }
  }
}

.common-article-ttl {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
}

.common-article-mv {
  margin-top: 40px;

  img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.common-article-main {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .common-article-date_icon {
    gap: 10px;

    .date {
      font-size: 14px;
    }

    .icon {
      span {
        height: 25px;
        padding: 0 12px;
        border-radius: 25px;
        font-size: 12px;
      }
    }
  }

  .common-article-ttl {
    margin-top: 10px;
    font-size: 20px;
  }

  .common-article-mv {
    margin: 24px -16px 0;

    img {
      border-radius: 0;
    }
  }

  .common-article-main {
    margin-top: 40px;

    .common-article-img-article {
      img {
        width: 100vw;
        max-width: 100vw;
        margin: 0 -16px;
        border-radius: 0;
      }
    }
  }
}

.common-article-content {
  h3 {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 700;
  }
}

.common-article-img-article {
  > ul {
    display: flex;
    flex-wrap: wrap;
  }

  img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  figcaption {
    margin-top: 16px;
    color: var(--cl-gy);
    font-size: 12px;
  }

  .ttl {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
  }

  .comment {
    margin-top: 16px;

    p + p {
      margin-top: 1.5em;
    }
  }

  .vert-1 {
    gap: 80px 0;

    > li {
      display: flex;
      justify-content: space-between;
      gap: 64px;

      figure {
        width: 400px;
      }

      .ttl {
        margin-top: 0;
      }

      .detail {
        width: calc(100% - 464px);
      }
    }
  }
}

@media (min-width: 769px) {
  .common-article-content {
    width: 1000px;
    margin: 100px auto 0;
  }

  .common-article-img-article {
    > ul {
      &.col-1 {
        > li {
          gap: 80px 0;
          width: 100%;
        }
      }

      &.col-2 {
        gap: 80px 40px;

        > li {
          width: calc((100% - 40px) / 2);
        }
      }

      &.col-3 {
        gap: 80px 32px;

        > li {
          width: calc((100% - 64px) / 3);
        }
      }

      &.col-4 {
        gap: 80px 24px;

        > li {
          width: calc((100% - 72px) / 4);
        }
      }

      &.col-2,
      &.col-3,
      &.col-4 {
        .ttl {
          margin-top: 24px;
          font-size: 20px;
        }

        .comment {
          margin-top: 8px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .common-article-content {
    margin-top: 80px;

    h3 {
      margin: 0 0 32px;
      font-size: 24px;
    }
  }

  .common-article-img-article {
    > ul {
      &.col-1 {
        > li {
          gap: 64px 0;
        }
      }

      &.col-2,
      &.col-3,
      &.col-4 {
        gap: 40px 16px;

        > li {
          width: calc((100% - 16px) / 2);
        }

        img {
          border-radius: 10px;
        }

        .ttl {
          margin-top: 16px;
          font-size: 16px;
        }

        .comment {
          font-size: 14px;
        }
      }
    }

    .vert-1 {
      gap: 56px 0;

      > li {
        display: flex;
        justify-content: space-between;
        gap: 24px;

        figure {
          width: 140px;
        }

        img {
          border-radius: 10px;
        }

        .detail {
          width: calc(100% - 140px);
        }

        .comment {
          margin-top: 16px;
          font-size: 14px;
        }
      }
    }
  }
}

.common-article-note {
  color: var(--cl-dgy);
  font-size: 14px;

  p {
    position: relative;
    padding-left: 1em;

    &::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}

.common-article-tbl-1,
.common-article-tbl-2,
.common-article-tbl-3 {
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  th,
  dt {
    background-color: var(--cl-lgy);
    font-weight: 700;
  }

  dl {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .common-article-tbl-1,
  .common-article-tbl-2,
  .common-article-tbl-3 {
    th,
    td {
      height: 64px;
      padding: 14px 16px;
      border-top: 1px solid var(--cl-bdr);
      border-bottom: 1px solid var(--cl-bdr);
      font-size: 16px;
    }
  }

  .common-article-tbl-1 {
    th {
      width: 240px;
      text-align: left;
    }

    td {
      width: calc(100% - 240px);
    }
  }

  .common-article-tbl-2 {
    th {
      width: 180px;
      text-align: left;
    }

    td {
      width: calc((100% - 360px) / 2);
    }
  }

  .common-article-tbl-3 {
    dl {
      display: flex;
      border-top: 1px solid var(--cl-bdr);

      > div {
        width: 50%;

        &:last-child {
          border-left: 1px solid var(--cl-bdr);
        }
      }

      dt,
      dd {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 64px;
        padding: 14px 16px;
        border-bottom: 1px solid var(--cl-bdr);
        text-align: center;
      }
    }
  }
}

@media (max-width: 768px) {
  .common-article-note {
    font-size: 12px;
  }

  .common-article-tbl-1,
  .common-article-tbl-2,
  .common-article-tbl-3 {
    th,
    td {
      font-size: 16px;
    }
  }

  .common-article-tbl-1 {
    th,
    td {
      height: 64px;
      padding: 14px 16px;
      border-top: 1px solid var(--cl-bdr);
      border-bottom: 1px solid var(--cl-bdr);
      text-align: left;
    }

    th {
      width: 120px;
    }

    td {
      width: calc(100% - 120px);
    }
  }

  .common-article-tbl-2 {
    table,
    tbody {
      display: block;
    }

    table {
      border-top: 1px solid var(--cl-bdr);
    }

    tr {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid var(--cl-bdr);
    }

    th,
    td {
      display: block;
      min-height: 64px;
      padding: 14px 10px;

      > div {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: left;
      }
    }

    th {
      width: 120px;

      &:not(:first-child) {
        border-top: 1px solid var(--cl-bdr);
      }
    }

    td {
      width: calc(100% - 120px);

      &:not(:nth-child(2)) {
        border-top: 1px solid var(--cl-bdr);
      }
    }
  }

  .common-article-tbl-3 {
    dl {
      border-top: 1px solid var(--cl-bdr);

      dt,
      dd {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 64px;
        padding: 14px 10px;
        border-bottom: 1px solid var(--cl-bdr);
        text-align: center;
      }
    }
  }
}

/*** 利用規約等 ***/

.terms-content {
  margin-top: 80px;

  &.content-business_policy {
    padding-bottom: 100px;
  }
}

.terms-content-item {
  & + .terms-content-item {
    margin-top: 100px;
  }

  .ttl-h3 {
    &:not(:first-child) {
      margin-top: 64px;
    }
  }

  .comment {
    p {
      &:not(:first-child) {
        margin-top: 32px;
      }

      & + p {
        margin-top: 2em;

        &.note {
          margin-top: 8px;
        }
      }

      &.note {
        position: relative;
        padding-left: 1em;
        font-size: 14px;

        &::before {
          content: "※";
          position: absolute;
          top: 0;
          left: 0;
        }
      }
    }

    .txt-lookbeyound {
      display: inline;
      vertical-align: middle;
    }

    .img-comment {
      display: flex;

      &:not(:first-child) {
        margin-top: 32px;
      }

      .img {
        display: flex;
        gap: 10px;
      }

      .comment {
        margin-left: 16px;
      }
    }
  }

  .list-num-1 {
    > li {
      &::before {
        color: var(--cl-bk);
      }

      & + li {
        &::before,
        > div {
          padding-top: 24px;
        }
      }
    }

    .list-dot {
      margin-top: 8px;
    }
  }

  .list-dot {
    > li {
      & + li {
        margin-top: 24px;
      }
    }
  }

  .common-article-tbl-1,
  .list-num-1 {
    &:not(:first-child) {
      margin-top: 24px;
    }
  }

  .copyright {
    display: flex;
    align-items: center;
    gap: 64px;

    .agc-logo {
      width: 360px;

      img {
        width: 100%;
        height: auto;
      }
    }

    .comment {
      width: calc(100% - 360px);
    }
  }

  .more-btn {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .terms-content {
    &.content-business_policy {
      padding-bottom: 80px;
    }
  }

  .terms-content-item {
    & + .terms-content-item {
      margin-top: 80px;
    }

    .copyright {
      flex-direction: column;
      gap: 40px;

      .agc-logo {
        width: 100%;
      }

      .comment {
        width: 100%;
      }
    }

    .more-btn {
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 40px;
    }
  }
}

/*** 製品情報 ***/

.product-top-message,
.product-top-category {
  padding-top: 100px;
  padding-bottom: 100px;

  &.has-bdr {
    border-top: 1px solid var(--cl-bdr);
  }

  .ttl-h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .product-top-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-top-category {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.product-top-category-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;

  .list-item {
    width: calc((100% - 48px) / 3);
    max-width: 384px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: var(--sdw-700);
    overflow: hidden;

    a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      color: var(--cl-bk);
      text-decoration: none;

      &::after {
        content: "一覧を見る";
        position: absolute;
        right: 40px;
        bottom: 32px;
        color: var(--cl-link);
        text-decoration: underline;
      }

      &:hover {
        opacity: 0.8;

        &::after {
          text-decoration: none;
        }
      }
    }

    .ttl {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 120px;
      padding: 0 16px;
      background-color: var(--cl-bl);
      color: #ffffff;
      text-align: center;

      .name {
        font-size: 24px;
        font-weight: 700;
      }

      .series {
        margin-top: 4px;
        font-size: 18px;
        font-family: var(--ff-en);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
      }
    }

    .detail {
      padding: 32px 40px 68px;

      .list-dot {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid var(--cl-bdr);
        font-size: 14px;

        li {
          &::before {
            top: 9px;
          }
        }
      }
    }
  }
}

html[lang="en"] {
  .product-top-category-list-items {
    .list-item {
      a {
        &::after {
          content: 'Learn more';
        }
      }
    }
  }
}

@media (max-width: 1100px) {
  .product-top-category-list-items {
    .list-item {
      width: calc((100% - 24px) / 2);
    }
  }
}

@media (max-width: 768px) {
  .product-top-category-list-items {
    gap: 16px;

    .list-item {
      width: 100%;
      max-width: none;

      a {
        &::after {
          right: 24px;
          bottom: 24px;
        }
      }

      .ttl {
        height: 80px;

        .name {
          font-size: 20px;
        }

        .series {
          margin-top: 2px;
          font-size: 16px;
        }
      }

      .detail {
        padding: 24px 24px 56px;
      }
    }
  }
}

.product-category-link {
  padding-top: 40px;
  background-color: var(--cl-lbl2);

  .lower-container {
    position: relative;
  }
}

.product-category-link-items {
  display: flex;
  gap: 16px;

  li {
    min-width: 105px;

    &.pc-only {
      position: relative;
      min-width: 120px;

      span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        height: 80px;
        padding: 0 20px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background-color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
      }
    }
  }

  .btn {
    width: 100%;
    height: 56px;
    padding: 0 52px 0 16px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;

    .arw {
      right: 16px;
      width: 24px;
      height: 24px;
      margin-top: -12px;
    }
  }
}

@media (max-width: 768px) {
  .product-category-link {
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .product-category-link-current {
    position: absolute;
    bottom: -26px;
    left: 16px;

    span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 41.02vw;
      height: 58px;
      padding: 0 16px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      background-color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.333;
    }
  }

  .product-category-link-items {
    flex-wrap: wrap;
    gap: 10px;

    li {
      width: calc((100% - 10px) / 2);
      min-width: 0;

      &:last-child {
        margin-left: calc((100% - 10px) / 2 + 10px);
      }
    }

    .btn {
      padding: 0 52px 0 10px;

      .arw {
        right: 10px;
      }
    }
  }
}

.product-sort {
  padding-top: 64px;

  .bdr-box {
    display: flex;
    align-items: center;
    padding: 16px 24px;
  }

  .product-sort-ttl {
    width: 240px;
    font-size: 18px;
    font-weight: 700;
  }

  .product-sort-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 40px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      padding: 0 16px;
      border-radius: 10px;
      background-color: var(--cl-lgy);
      color: var(--cl-bk);
      font-weight: 700;
      text-decoration: none;

      &.is-active {
        background-color: var(--cl-bl);
        color: #ffffff;
      }
    }
  }
}

@media (max-width: 768px) {
  .product-sort {
    padding-top: 40px;

    .bdr-box {
      flex-wrap: wrap;
      padding: 16px;
    }

    .product-sort-ttl {
      width: 100%;
      font-size: 16px;
    }

    .product-sort-list {
      gap: 10px;
      margin: 10px 0 0;

      a {
        height: 34px;
        padding: 0 12px;
        border-radius: 6px;
        font-size: 14px;
      }
    }
  }
}

.prod-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  span:not(:empty) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 16px;
    border-radius: 30px;
    background-color: var(--cl-lbl2);
    color: var(--cl-bl);
    font-size: 13px;
    text-align: center;
  }
}

.product-item-list {
  margin-top: 64px;
}

.product-item-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 48px;

  .list-item {
    width: calc((100% - 96px) / 3);
  }

  .img {
    display: flex;
    align-items: center;
    justify-content: center;;
    aspect-ratio: 1 / 1;

    img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      border-radius: 10px;
    }
  }

  .detail {
    margin-top: 28px;
  }

  .name {
    font-size: 28px;
    font-family: var(--ff-en);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .prod-icon {
    margin-top: 16px;
  }

  .comment {
    margin-top: 16px;
  }

  .list-dot {
    margin-top: 16px;

    li {
      font-size: 14px;

      &::before {
        top: 8px;
      }
    }
  }

  .purpose {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--cl-bdr);

    p {
      font-size: 14px;
      font-weight: 700;
    }

    .list-dot {
      margin-top: 6px;
    }
  }

  .more-btn {
    margin-top: 28px;

    .btn {
      width: 100%;
    }
  }
}

@media (max-width: 768px) {
  .product-item-list {
    margin-top: 40px;
  }

  .product-item-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;

    .list-item {
      width: 100%;
    }

    .name {
      font-size: 24px;
    }

    .icon {
      margin-top: 12px;
    }

    .comment {
      margin-top: 10px;
    }

    .list-dot {
      margin-top: 10px;
    }

    .purpose {
      margin-top: 16px;
      padding-top: 16px;
    }

    .more-btn {
      margin-top: 14px;
    }
  }
}

.product-catalog {
  padding-top: 100px;
}

.product-catalog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 340px;
  padding: 0 100px;
  border-radius: 10px;
  background-image: url(../img/product/catalog.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  box-shadow: var(--sdw-700);

  h2 {
    font-size: 36px;
    font-weight: 700;
  }

  .comment {
    margin-top: 18px;
    font-weight: 700;
  }

  .more-btn {
    margin-top: 24px;

    .btn {
      width: 440px;

      &::after {
        content: "";
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
        margin-left: 9px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgMS41YS43NDYuNzQ2IDAgMCAwLS43NS43NDR2MTMuNTEyYS43NS43NSAwIDAgMCAuNzQ1Ljc0NGgxMi4wMWEuNzUuNzUgMCAwIDAgLjc0NS0uNzU2VjUuMjVMMTIgMS41em00Ljg3NSA0LjEyNWgxLjVjMCAxLjg2OCAxLjYwOCAzLjg3IDMuNjEyIDQuNTM4bC0uMzQzIDEuNDU0Yy0yLjM1Mi0uMzM2LTQuNzgyLjY2OC02Ljk3OCAyLjEzMmwtLjg4NS0xLjIxYy44MTUtLjY1MiAxLjU5Ni0xLjc1NyAyLjE3NS0zLjA1LjU3OC0xLjI4Ni45MTktMi42ODEuOTE5LTMuODY0bS40NSA0LjQ3OWMuMi0uNDQ4LjM3OC0uOTEyLjUyOC0xLjM4MmE3LjMgNy4zIDAgMCAwIDEuMjggMS40NzRjLS43MzcuMTMyLTEuNDU4LjM0OS0yLjE1Ny42MjVxLjE4Ni0uMzUzLjM0OS0uNzE3IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }
}

@media (max-width: 768px) {
  .product-catalog {
    padding-top: 80px;
  }

  .product-catalog-content {
    justify-content: flex-end;
    width: 100%;
    height: 102.56vw;
    padding: 0 16px 40px;
    background-image: url(../img/product/catalog_sp.jpg);
    background-size: cover;

    h2 {
      font-size: 28px;
    }

    .more-btn {
      .btn {
        width: 100%;
      }
    }
  }
}

/*** 製品情報詳細 ***/

.product-detail-main {
  display: flex;
  gap: 6.666%;
}

.product-detail-img {
  width: 41.667%;

  img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.product-detail-desc {
  width: 51.667%;

  .categoty {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.333;

    > span {
      & + span {
        &::before {
          content: '・';
        }
      }
    }
  }

  .name {
    margin: 18px 0 0;
    padding: 0;
    font-size: 24px;
    font-family: var(--ff-en);
    font-weight: 700;
    line-height: 1.2;
  }

  .prod-icon {
    margin-top: 18px;
  }

  .comment {
    margin-top: 32px;
  }

  .feature {
    margin-top: 32px;

    .list-dot {
      li {
        font-size: 14px;

        &::before {
          top: 8px;
        }
      }
    }
  }

  .purpose {
    display: flex;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--cl-bdr);

    p {
      width: 100px;
      font-size: 14px;
      font-weight: 700;
    }

    .list-dot {
      width: calc(100% - 124px);
      margin: 0 0 0 24px;

      li {
        font-size: 14px;

        &::before {
          top: 8px;
        }
      }
    }
  }

  .contact {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;

    .btn {
      justify-content: center;
      width: 100%;
      max-width: 440px;
      height: 64px;
      padding: 0 20px 0 0;
      border: 2px solid var(--cl-bl);
      font-size: 16px;

      .arw {
        right: 16px;
      }

      &::before {
        content: "";
        display: inline-block;
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 14px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDRINWEzIDMgMCAwIDAtMyAzdjEwYTMgMyAwIDAgMCAzIDNoMTRhMyAzIDAgMCAwIDMtM1Y3YTMgMyAwIDAgMC0zLTNtLS40MSAyLTUuODggNS44OGExIDEgMCAwIDEtMS40MiAwTDUuNDEgNnpNMjAgMTdhMSAxIDAgMCAxLTEgMUg1YTEgMSAwIDAgMS0xLTFWNy40MWw1Ljg4IDUuODhhMyAzIDAgMCAwIDQuMjQgMEwyMCA3LjQxeiIgZmlsbD0iIzAwMWY2YiIvPjwvc3ZnPg==");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }

  .example {
    position: relative;
    margin-top: 64px;

    .bdr-box {
      .list-dot {
        margin-top: 8px;

        li {
          font-size: 18px;

          &::before {
            top: 12px;
          }
        }

        & + p {
          margin-top: 20px;
        }
      }
    }
  }
}

.product-detail-bottom {
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-detail-content-2 {
  .bdr-box {
    & + .bdr-box {
      margin-top: 16px;
    }

    .list-dot {
      li {
        font-size: 18px;

        &::before {
          top: 12px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .product-detail-main {
    flex-direction: column;
    gap: 40px;
  }

  .product-detail-img {
    width: 100%;
  }

  .product-detail-desc {
    width: 100%;

    .categoty {
      font-size: 28px;
    }

    .name {
      margin: 10px 0 0;
      font-size: 20px;
    }

    .prod-icon {
      margin-top: 14px;
    }

    .comment {
      margin-top: 20px;
    }

    .feature {
      margin-top: 16px;
    }

    .purpose {
      margin-top: 20px;
      padding-top: 20px;

      p {
        width: 80px;
      }

      .list-dot {
        width: calc(100% - 96px);
        margin: 0 0 0 16px;
      }
    }

    .contact {
      margin-top: 30px;
    }

    .example {
      margin-top: 32px;

      .bdr-box {
        .list-dot {
          margin-top: 2px;

          li {
            & + li {
              margin-top: 0;
            }
          }

          & + p {
            margin-top: 20px;
          }
        }
      }
    }
  }

  .product-detail-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .product-detail-content-2 {
    .bdr-box {
      .list-dot {
        li {
          font-size: 16px;

          &::before {
            top: 10px;
          }
        }
      }
    }
  }
}

/*** お問い合わせ ***/

.tbl-contact {
  .row {
    padding: 24px 0;

    dt {
      display: flex;

      .required {
        color: var(--cl-rd);
        font-size: 14px;
      }

      .desc_ {
        display: none;
      }
    }

    dd {
      .radio-list,
      .checkbox-list {
        display: flex;
        flex-wrap: wrap;
      }
    }
  }
}

.contact-privacy {
  display: flex;
  justify-content: center;
  margin-top: 64px;

  a {
    text-decoration: underline;
  }
}

.error_ {
  margin-top: 8px;
  color: var(--cl-rd);
  font-size: 14px;
}

.contact-complete {
  .message {
    font-size: 16px;
    line-height: 2;
  }

  .back-btn {
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .tbl-contact {
    .row {
      padding-right: 40px;

      dt {
        flex-direction: column;

        .required {
          margin-top: 16px;
        }
      }

      dd {
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        input[type="password"] {
          width: 100%;
          max-width: 392px;
        }

        select {
          width: 440px;
        }

        .custname {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          max-width: 800px;

          span {
            flex-shrink: 0;
            width: 2.5em;
          }
        }

        .radio-list,
        .checkbox-list {
          gap: 16px 40px;
        }
      }
    }
  }

  .contact-submit {
    display: flex;
    justify-content: center;
    margin-top: 64px;
    gap: 40px;

    .btn {
      justify-content: center;
      padding: 16px 0;
      width: 500px;
      height: 88px;
      font-size: 20px;

      .arw {
        right: 16px;
      }
    }

    input[type="submit"] {
      display: none;
    }

    label[for="s_back"] {
      width: 360px;
    }
  }

  .contact-privacy + .contact-submit {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .tbl-contact {
    .row {
      dt {
        align-items: center;

        .required {
          margin-left: 16px
        }
      }

      dd {
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        input[type="password"],
        select {
          width: 100%;
        }

        .custname {
          display: flex;
          flex-direction: column;
          gap: 10px;
        }

        .radio-list,
        .checkbox-list {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }
      }
    }
  }

  .contact-privacy {
    margin-top: 40px;
  }

  .contact-submit {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 40px;

    .btn {
      justify-content: center;
      padding: 16px 0;
      width: 100%;
      height: 72px;
      font-size: 18px;
    }

    input[type="submit"] {
      display: none;
    }
  }

  .contact-privacy + .contact-submit {
    margin-top: 16px;
  }

  .contact-complete {
    .back-btn {
      margin-top: 40px;
    }
  }
}

/*** サイトマップ ***/

.sitemap-list {
  a {
    color: var(--cl-bk);
    text-decoration: none;
  }

  .ttl-1st,
  .ttl-2nd {
    font-size: 32px;
    font-weight: 700;
  }

  .ttl-2nd {
    font-size: 28px;

    &:not(:first-child) {
      margin-top: 16px;
    }
  }

  .layer-2nd {
    display: flex;
    gap: 60px;
    margin-top: 40px;
    padding-left: 16px;

    .layer-2nd-item {
      width: calc((100% - 120px) / 3);
    }
  }

  .layer-3rd {
    margin-top: 16px;
    padding-left: 16px;

    .layer-3rd-item {
      & + .layer-3rd-item {
        margin-top: 16px;
      }
    }
  }
}

@media (max-width: 768px) {
  .sitemap-list {
    .ttl-1st {
      font-size: 28px;
    }

    .ttl-2nd {
      font-size: 24px;
    }

    .layer-2nd {
      flex-direction: column;
      gap: 24px;
      margin-top: 24px;

      .layer-2nd-item {
        width: 100%;
      }
    }
  }
}

/*** xxx ***/

@media (min-width: 769px) {
}

@media (max-width: 768px) {
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
}

/*** マージン ***/

@media (min-width: 769px) {
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-16 {
    margin-top: 16px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-24 {
    margin-top: 24px !important;
  }
  .mt-32 {
    margin-top: 32px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mt-48 {
    margin-top: 48px !important;
  }
  .mt-64 {
    margin-top: 64px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mt-120 {
    margin-top: 120px !important;
  }
  .mt-140 {
    margin-top: 140px !important;
  }
}

@media (max-width: 768px) {
  .mts-10 {
    margin-top: 10px !important;
  }
  .mts-16 {
    margin-top: 16px !important;
  }
  .mts-20 {
    margin-top: 20px !important;
  }
  .mts-24 {
    margin-top: 24px !important;
  }
  .mts-32 {
    margin-top: 32px !important;
  }
  .mts-40 {
    margin-top: 40px !important;
  }
  .mts-48 {
    margin-top: 48px !important;
  }
  .mts-64 {
    margin-top: 64px !important;
  }
  .mts-80 {
    margin-top: 80px !important;
  }
  .mts-100 {
    margin-top: 100px !important;
  }
  .mts-120 {
    margin-top: 120px !important;
  }
  .mts-140 {
    margin-top: 140px !important;
  }
}

.fadeIn {
  opacity: 0;

  &.animated {
    animation: fadeIn 0.4s linear 0.5s both;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
