@charset "UTF-8";

/* =====================
  Custom properties
===================== */
:root {
  --inner-width: calc((100 / 750) * 670 * 1vw);
  --midium: calc((100 / 750) * 28 * 1vw);
  --small: calc((100 / 750) * 24 * 1vw);
  --header-height: calc((100 / 750) * 144 * 1vw);
}

.inner {
  position: relative;
  padding-inline: calc((100 / 750) * 40 * 1vw);
}
html.menu-on {
  overflow: hidden;
  body {
    overflow: hidden;
  }
}
/* =====================
  ac
===================== */
.ac-t {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: calc((100 / 750) * -48 * 1vw);
    left: 0;
    width: 100%;
    height: calc((100 / 750) * 48 * 1vw);
    background-color: currentColor;
    border-radius: calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 48 * 1vw) 0 0;
    pointer-events: none;
    z-index: 5;
  }
}
.ac-b {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    bottom: calc((100 / 750) * -48 * 1vw);
    left: 0;
    width: 100%;
    height: calc((100 / 750) * 48 * 1vw);
    background-color: currentColor;
    border-radius: 0 0 calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 48 * 1vw);
    pointer-events: none;
    z-index: 5;
  }
}
/* =====================
  LINK BTN
===================== */
.link-btn {
  position: relative;
  width: calc((100 / 750) * 396 * 1vw);
  font-weight: 600;
  border-radius: 50rem;
  background: linear-gradient(108deg, #2cacd1 12%, #2b76b9 38%, #074d94 90%);
  z-index: 5;
  &::before {
    content: '';
    position: absolute;
    top: calc((100 / 750) * 2 * 1vw);
    bottom: calc((100 / 750) * 2 * 1vw);
    left: calc((100 / 750) * 2 * 1vw);
    right: calc((100 / 750) * 2 * 1vw);
    background-color: #fff;
    border-radius: 50rem;
  }
  .link-anchor {
    display: block;
    width: 100%;
    height: 100%;
    padding-inline: calc((100 / 750) * 56 * 1vw) calc((100 / 750) * 32 * 1vw);
    padding-block: calc((100 / 750) * 26 * 1vw);
    & span {
      position: relative;
      display: block;
      line-height: 1.6;
      letter-spacing: calc((100 / 750) * 0.84 * 1vw);
      color: #074d94;
      &.mont {
        font-family: var(--mont);
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: calc((100 / 750) * 0.56 * 1vw);
      }
      &::before {
        content: '';
        display: block;
        width: calc((100 / 750) * 48 * 1vw);
        aspect-ratio: 1/1;
        border-radius: 50rem;
        background-color: #074d94;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
      }
      &::after {
        content: '';
        display: block;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        mask-image: var(--arrow);
        background-color: #fff;
        width: calc((100 / 750) * 24 * 1vw);
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        right: calc((100 / 750) * 11 * 1vw);
        transform: translateY(-50%);
      }
    }
  }
}

/* =====================
  H2-Title
===================== */
.h2-title {
  display: grid;
  gap: calc((100 / 750) * 16 * 1vw);
  height: fit-content;
  & p[lang='en'] {
    font-family: var(--mont);
    font-size: calc((100 / 750) * 32 * 1vw);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: calc((100 / 750) * 0.64 * 1vw);
    position: relative;
    display: flex;
    align-items: center;
    gap: calc((100 / 750) * 16 * 1vw);
    &::before {
      content: '';
      display: block;
      width: calc((100 / 750) * 16 * 1vw);
      aspect-ratio: 1/1;
      border-radius: 50rem;
      background-color: #feba02;
    }
  }
  & h2 {
    position: relative;
    font-size: calc((100 / 750) * 56 * 1vw);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: calc((100 / 750) * 4.48 * 1vw);
  }
}

/* ==== センター ==== */
.h2-title-c {
  justify-items: center;
}
/* =====================
  LINK BTN EX
===================== */
.hover-link-btn {
  position: relative;
  width: calc((100 / 750) * 396 * 1vw);
  font-weight: 600;
  border-radius: 50rem;
  background: linear-gradient(108deg, #2cacd1 12%, #2b76b9 38%, #074d94 90%);
  z-index: 5;
  cursor: pointer;
  &::before {
    content: '';
    position: absolute;
    top: calc((100 / 750) * 2 * 1vw);
    bottom: calc((100 / 750) * 2 * 1vw);
    left: calc((100 / 750) * 2 * 1vw);
    right: calc((100 / 750) * 2 * 1vw);
    background-color: #fff;
    border-radius: 50rem;
  }
  .link-anchor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-inline: calc((100 / 750) * 56 * 1vw) calc((100 / 750) * 32 * 1vw);
    padding-block: calc((100 / 750) * 26 * 1vw);
    .btn-txt {
      position: relative;
      display: block;
      line-height: 1.6;
      letter-spacing: calc((100 / 750) * 0.84 * 1vw);
      color: #074d94;
      &.mont {
        font-family: var(--mont);
        line-height: 1.5;
        letter-spacing: calc((100 / 750) * 0.56 * 1vw);
      }
    }
    .c-icon {
      position: relative;
      display: block;
      width: calc((100 / 750) * 48 * 1vw);
      aspect-ratio: 1/1;
      border-radius: 50rem;
      background-color: #074d94;
      transition-duration: 0.4s;
      border: 1px solid #074d94;
      overflow: hidden;
      &::before {
        content: '';
        display: block;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        mask-image: var(--arrow);
        background-color: #fff;
        width: calc((100 / 750) * 24 * 1vw);
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        right: calc((100 / 750) * 11 * 1vw);
        transform: translateY(-50%);
        z-index: 3;
      }
      &::after {
        content: '';
        display: block;
        border-radius: 50%;
        background-color: #fff;
        margin: auto;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: calc(100% - calc((100 / 750) * 4 * 1vw));
        padding-top: 100%;
        height: calc(100% - calc((100 / 750) * 4 * 1vw));
        transform: translateY(-50%) scale(0.1);
        transition: opacity 0.5s, transform 0s;
        transition-delay: 0s, 0.4s;
      }
    }
  }
  &:hover {
    .c-icon {
      &::before {
        background-color: #074d94;
      }
      &::after {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
        transition-delay: 0s;
        transition: opacity 0.8s, transform 0.6s ease-in-out;
      }
    }
  }
}
/* =====================
  SDGs block
===================== */
.sdgs-bnr_block {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/common/sdgs_block_bg_2x.png');
  width: calc((100 / 750) * 670 * 1vw);
  height: calc((100 / 750) * 816 * 1vw);
  border-radius: calc((100 / 750) * 24 * 1vw);
  & a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-inline: calc((100 / 750) * 60 * 1vw);
    padding-block: calc((100 / 750) * 88 * 1vw);
    .h2-title-w {
      display: grid;
      gap: calc((100 / 750) * 10 * 1vw);
      height: fit-content;
      flex-shrink: 0;
      & p[lang='en'] {
        font-family: var(--mont);
        font-size: calc((100 / 750) * 80 * 1vw);
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: calc((100 / 750) * 1.6 * 1vw);
        color: #fff;
        position: relative;
        &::before {
          display: none;
        }
      }
      & h2 {
        position: relative;
        font-size: calc((100 / 750) * 28 * 1vw);
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: calc((100 / 750) * 1.68 * 1vw);
        color: rgba(255, 255, 255, 0.8);
      }
    }
    & > p {
      color: #fff;
      line-height: 2;
      margin-top: calc((100 / 750) * 54 * 1vw);
    }
    &::before {
      content: '';
      display: block;
      width: calc((100 / 750) * 64 * 1vw);
      aspect-ratio: 1/1;
      border-radius: 50rem;
      border: 1px solid #fff;
      position: absolute;
      bottom: calc((100 / 750) * 96 * 1vw);
      left: 50%;
      transform: translateX(-50%);
    }
    &::after {
      content: '';
      display: block;
      mask-repeat: no-repeat;
      mask-size: contain;
      mask-position: center;
      mask-image: var(--arrow);
      background-color: #fff;
      width: calc((100 / 750) * 24 * 1vw);
      aspect-ratio: 1/1;
      position: absolute;
      bottom: calc((100 / 750) * 116 * 1vw);
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
/* =====================
  ヘッダー
===================== */
.header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding-inline: calc((100 / 750) * 40 * 1vw) 0;
}

.header .logo {
  position: relative;
  width: fit-content;
  height: var(--header-height);
  a {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    picture {
      img {
        width: calc((100 / 750) * 370 * 1vw);
      }
    }
  }
}
.header .nav {
  display: none;
}

/* =====================
  footer
===================== */
.footer {
  position: relative;
  background: linear-gradient(140.1deg, #2cacd1 20.75%, #2b76b9 40.68%, #074d94 80.84%);
  padding-top: calc((100 / 750) * 144 * 1vw);
}
/* ==== aside ==== */
.footer {
  .footer-inner {
    .aside-contact {
      padding-inline: calc((100 / 750) * 20 * 1vw);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: calc((100 / 750) * 73 * 1vw);
      .left {
        .h2-title {
          display: grid;
          gap: calc((100 / 750) * 8 * 1vw);
          height: fit-content;
          & p[lang='en'] {
            font-family: var(--mont);
            font-size: calc((100 / 750) * 80 * 1vw);
            line-height: 1.2;
            font-weight: 500;
            letter-spacing: calc((100 / 750) * 1.6 * 1vw);
            color: #fff;
            position: relative;
            display: block;
            &::before {
              display: none;
            }
          }
          & h2 {
            position: relative;
            font-size: calc((100 / 750) * 28 * 1vw);
            font-weight: 600;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.8);
            letter-spacing: calc((100 / 750) * 1.68 * 1vw);
          }
        }
        & > p {
          color: #fff;
          line-height: 2;
          margin-top: calc((100 / 750) * 48 * 1vw);
        }
      }
      .right {
        .aside-btn {
          width: calc((100 / 750) * 630 * 1vw);
          height: calc((100 / 750) * 179 * 1vw);
          border-radius: calc((100 / 750) * 8 * 1vw);
          border: solid 1px #fff;
          color: #fff;
          .link-anchor {
            display: flex;
            align-items: center;
            gap: calc((100 / 750) * 24 * 1vw);
            width: 100%;
            height: 100%;
            padding-inline: calc((100 / 750) * 24 * 1vw);
            &::before {
              content: '';
              display: block;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
            }
          }
        }
        .aside-btn_a {
          .link-anchor {
            & span {
              font-family: var(--mont);
              font-size: calc((100 / 750) * 56 * 1vw);
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: calc((100 / 750) * 1.12 * 1vw);
            }
            & p {
              font-size: calc((100 / 750) * 20 * 1vw);
              line-height: 2;
            }
            &::before {
              background-image: url('../../assets/img/common/icon_tel.svg');
              width: calc((100 / 750) * 80 * 1vw);
              height: calc((100 / 750) * 80 * 1vw);
            }
          }
        }
        .aside-btn_b {
          margin-top: calc((100 / 750) * 16 * 1vw);
          .link-anchor {
            position: relative;
            & p {
              font-size: calc((100 / 750) * 32 * 1vw);
              font-weight: 600;
              line-height: 1.7;
              letter-spacing: calc((100 / 750) * 0.96 * 1vw);
              &::before {
                content: '';
                display: block;
                width: calc((100 / 750) * 64 * 1vw);
                aspect-ratio: 1/1;
                border-radius: 50rem;
                border: 1px solid #fff;
                position: absolute;
                top: 50%;
                right: calc((100 / 750) * 24 * 1vw);
                transform: translateY(-50%);
              }
              &::after {
                content: '';
                display: block;
                width: calc((100 / 750) * 22 * 1vw);
                aspect-ratio: 1/1;
                mask-repeat: no-repeat;
                mask-size: contain;
                mask-position: center;
                mask-image: var(--arrow2);
                background-color: currentColor;
                position: absolute;
                top: 50%;
                right: calc((100 / 750) * 43 * 1vw);
                transform: translateY(-50%);
              }
            }
            &::before {
              background-image: url('../../assets/img/common/icon_mail.png');
              width: calc((100 / 750) * 80 * 1vw);
              height: calc((100 / 750) * 80 * 1vw);
            }
          }
        }
      }
    }
  }
}
/* ==== menu ==== */
.footer .footer-menu {
  position: relative;
  background-color: #fff;
  border-radius: calc((100 / 750) * 48 * 1vw) calc((100 / 750) * 48 * 1vw) 0 0;
  padding-block: calc((100 / 750) * 78 * 1vw) 0;
  padding-inline: calc((100 / 750) * 40 * 1vw);
  margin-top: calc((100 / 750) * 96 * 1vw);
  margin-inline: calc((100 / 750) * 20 * 1vw);
  display: grid;
  grid-template-areas:
    'nav'
    'info'
    'foot';
  grid-template-rows: auto auto auto;
}
/* info */
.footer .company-info {
  grid-area: info;
  margin-top: calc((100 / 750) * 91 * 1vw);
  .logo {
    & a {
      & picture {
        & img {
          width: calc((100 / 750) * 434 * 1vw);
        }
      }
    }
  }
  .address {
    & h4 {
      width: fit-content;
      padding-inline: calc((100 / 750) * 23 * 1vw);
      font-size: calc((100 / 750) * 22 * 1vw);
      font-weight: 600;
      line-height: 1.7;
      color: #56565c;
      border-radius: calc((100 / 750) * 4 * 1vw);
      border: 1px solid #56565c;
    }
    & address {
      font-size: calc((100 / 750) * 22 * 1vw);
      font-weight: 600;
      line-height: 2;
      color: #56565c;
      margin-top: calc((100 / 750) * 8 * 1vw);
    }
    &[data-id='1'] {
      margin-top: calc((100 / 750) * 40 * 1vw);
    }
    &[data-id='2'] {
      margin-top: calc((100 / 750) * 32 * 1vw);
    }
  }
}
/* nav */
.footer .nav {
  grid-area: nav;
  display: grid;
  grid-template-areas:
    'id-1 id-2'
    'id-3 id-3';
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: calc((100 / 750) * 78 * 1vw) calc((100 / 750) * 102 * 1vw);
  .nav-unit {
    .head {
      & a {
        position: relative;
        font-size: calc((100 / 750) * 22 * 1vw);
        font-weight: 600;
        line-height: 1.7;
        color: #074d94;
        &::before {
          content: attr(data-text);
          display: block;
          font-family: var(--mont);
          font-size: calc((100 / 750) * 40 * 1vw);
          font-weight: 500;
          line-height: 1.3;
          color: #1b1b1e;
        }
      }
    }
    .middle {
      & ul {
        margin-top: calc((100 / 750) * 20 * 1vw);
        & li {
          & a {
            position: relative;
            font-size: calc((100 / 750) * 24 * 1vw);
            font-weight: 600;
            color: #66666b;
            display: flex;
            align-items: center;
            gap: calc((100 / 750) * 12 * 1vw);
            &::before {
              content: '';
              display: block;
              width: calc((100 / 750) * 12 * 1vw);
              height: 1px;
              background-color: #074d94;
            }
          }
          & + li {
            margin-top: calc((100 / 750) * 16 * 1vw);
          }
        }
      }
    }
    &[data-id='1'] {
      grid-area: id-1;
    }
    &[data-id='2'] {
      grid-area: id-2;
    }
    &[data-id='3'] {
      grid-area: id-3;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: calc((100 / 750) * 80 * 1vw);
      row-gap: calc((100 / 750) * 74 * 1vw);
    }
  }
}

/* foot */
.footer .foot {
  grid-area: foot;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: calc((100 / 750) * 49 * 1vw);
  padding-block: calc((100 / 750) * 40 * 1vw) calc((100 / 750) * 54 * 1vw);
  border-top: solid 1px #1b1b1e;
  margin-top: calc((100 / 750) * 30 * 1vw);
  small {
    font-family: var(--mont);
    display: block;
    font-size: calc((100 / 750) * 22 * 1vw);
    font-weight: 500;
    line-height: 1.2;
    color: #a9a9b4;
  }
}
.sub-nav {
  display: flex;
  justify-content: center;
  gap: calc((100 / 750) * 88 * 1vw);
  font-size: calc((100 / 750) * 24 * 1vw);
  color: #66666b;
}

/* =====================
  totop
===================== */
.to-top {
  position: absolute;
  right: calc((100 / 750) * 40 * 1vw);
  bottom: calc((100 / 750) * 242 * 1vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/common/to-top_2x.png');
  width: calc((100 / 750) * 96 * 1vw);
  height: calc((100 / 750) * 96 * 1vw);
  z-index: 15;
}

/* =====================
  SPメニュー
===================== */
/* ==== ボタン ==== */
.sp-menu {
  position: fixed;
  top: calc((100 / 750) * 19 * 1vw);
  right: calc((100 / 750) * 20 * 1vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/common/menu_2x.png');
  width: calc((100 / 750) * 104 * 1vw);
  height: calc((100 / 750) * 104 * 1vw);
  z-index: 220;
}

/* ==== ナビ ==== */
.sp-nav {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  z-index: 250;
  transition: left 600ms var(--easeOutExpo) 0s;
  background-color: rgba(27, 27, 30, 0.6);
  opacity: 0;
}

body.menu-on .sp-nav {
  opacity: 1;
  left: 0;
}

.sp-nav-inner {
  position: relative;
  width: calc((100 / 750) * 693 * 1vw);
  height: 100vh;
  border-radius: calc((100 / 750) * 48 * 1vw) 0 0 calc((100 / 750) * 48 * 1vw);
  background-color: #fff;
  margin-inline: auto 0;
}

/* ==== ヘッド ==== */
.sp-nav-inner .sp-menu-head {
  position: relative;
  min-height: var(--header-height);
  background-color: #fff;
  border-radius: calc((100 / 750) * 48 * 1vw) 0 0 0;
  top: 0;
  left: 0;
  .close-menu {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../img/common/close_2x.png');
    width: calc((100 / 750) * 104 * 1vw);
    height: calc((100 / 750) * 104 * 1vw);
    top: calc((100 / 750) * 20 * 1vw);
    right: calc((100 / 750) * 40 * 1vw);
  }
}

/* ==== 内容 ==== */
.sp-nav-inner {
  .body {
    padding-inline: calc((100 / 750) * 80 * 1vw);
    padding-block: calc((100 / 750) * 40 * 1vw) calc((100 / 750) * 220 * 1vw);
    height: calc(100vh - calc((100 / 750) * 144 * 1vw));
    overflow-y: scroll;
    & > .nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: max-content max-content max-content max-content;
      gap: calc((100 / 750) * 64 * 1vw) calc((100 / 750) * 40 * 1vw);
      grid-auto-flow: column;
      .nav-unit {
        .head {
          & a {
            position: relative;
            &::before {
              content: attr(data-text);
              display: block;
              font-family: var(--mont);
              font-size: calc((100 / 750) * 40 * 1vw);
              font-weight: 500;
              line-height: 1.2;
              color: #1b1b1e;
              text-transform: uppercase;
            }
            & span {
              position: relative;
              font-size: calc((100 / 750) * 22 * 1vw);
              font-weight: 600;
              line-height: 1;
              color: #074d94;
            }
          }
          & + .head {
            margin-top: calc((100 / 750) * 24 * 1vw);
          }
        }
        .middle {
          & ul {
            margin-top: calc((100 / 750) * 16 * 1vw);
            & li {
              & a {
                position: relative;
                font-size: calc((100 / 750) * 24 * 1vw);
                font-weight: 600;
                color: #66666b;
                display: flex;
                align-items: center;
                gap: calc((100 / 750) * 16 * 1vw);
                &::before {
                  content: '';
                  display: block;
                  width: calc((100 / 750) * 12 * 1vw);
                  height: calc((100 / 750) * 2 * 1vw);
                  background-color: #074d94;
                }
              }
              & + li {
                margin-top: calc((100 / 750) * 8 * 1vw);
              }
            }
          }
        }
        &[data-id='2'] {
          grid-row: 2/4;
        }
        &[data-id='6'] {
          .head {
            & a {
              &::before {
                text-transform: none;
              }
            }
          }
        }
      }
      .sub-nav {
        display: block;
        height: fit-content;
        & > li {
          & > a {
            position: relative;
            font-size: calc((100 / 750) * 22 * 1vw);
            line-height: 1.7;
            color: #66666b;
          }
          & + li {
            margin-top: calc((100 / 750) * 16 * 1vw);
          }
        }
      }
    }
  }
  /* logo */
  .logo {
    position: relative;
    height: var(--header-height);
    background-color: #fff;
    display: grid;
    align-items: center;
    padding-inline: calc((100 / 750) * 40 * 1vw);
    a {
      display: block;
      img {
        width: calc((100 / 750) * 234 * 1vw);
      }
    }
  }
}
