@charset "UTF-8";
html.menu-on {
  overflow: hidden;
  body {
    overflow: hidden;
  }
}
.mont {
  font-family: var(--mont);
}
/* =====================
  Custom properties
===================== */
:root {
  --midium: 16px;
  --small: 13px;
  --header-height: 120px;
}
/* =====================
  Inner
===================== */
.inner {
  position: relative;
  width: 1300px;
  margin-inline: auto;
  padding-inline: 80px;
}
/* =====================
  ac
===================== */
.ac-t {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: currentColor;
    border-radius: 48px 48px 0px 0px;
    pointer-events: none;
    z-index: 5;
  }
}
.ac-b {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: currentColor;
    border-radius: 0 0 48px 48px;
    pointer-events: none;
    z-index: 5;
  }
}

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

/* ==== センター ==== */
.h2-title-c {
  justify-items: center;
}
/* =====================
  LINK BTN EX
===================== */
.hover-link-btn {
  position: relative;
  width: 239px;
  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: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-color: #fff;
    border-radius: 50rem;
  }
  .link-anchor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-inline: 40px 24px;
    padding-block: 18px;
    .btn-txt {
      position: relative;
      display: block;
      line-height: 1.6;
      letter-spacing: 0.48px;
      color: #074d94;
      &.mont {
        font-family: var(--mont);
        line-height: 1.5;
        letter-spacing: 0.32px;
      }
    }
    .c-icon {
      position: relative;
      display: block;
      width: 28px;
      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: 12px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        right: 7px;
        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% - 2px);
        padding-top: 100%;
        height: calc(100% - 2px);
        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.png');
  width: 1140px;
  height: 367px;
  border-radius: 24px;
  & a {
    display: flex;
    align-items: center;
    gap: 96px;
    width: 100%;
    height: 100%;
    padding-inline: 80px;
    padding-block: 120px;
    .h2-title-w {
      display: grid;
      gap: 10px;
      height: fit-content;
      flex-shrink: 0;
      & p[lang='en'] {
        font-family: var(--mont);
        font-size: 64px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 1.28px;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        &::before {
          display: none;
        }
      }
      & h2 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: 1.2px;
        color: rgba(255, 255, 255, 0.8);
      }
    }
    & > p {
      color: #fff;
      line-height: 2;
    }
    .c-icon_w {
      position: relative;
      display: block;
      width: 44px;
      aspect-ratio: 1/1;
      border-radius: 50rem;
      border: 1px solid #fff;
      flex-shrink: 0;
      &::before {
        content: '';
        display: block;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        mask-image: var(--arrow);
        background-color: #fff;
        width: 14px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -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% - 2px);
        padding-top: 100%;
        height: calc(100% - 2px);
        transform: translateY(-50%) scale(0.1);
        transition: opacity 0.5s, transform 0s;
        transition-delay: 0s, 0.4s;
      }
    }
  }
  &:hover {
    .c-icon_w {
      &::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;
      }
    }
  }
}
/* =====================
  ヘッダー
===================== */
.header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding-inline: 40px;
}
@media not all and (min-width: 1301px) {
  .header {
    min-width: 1080px;
  }
}
.header .logo {
  position: relative;
  width: fit-content;
  height: var(--header-height);

  a {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
  }
}
.header .nav {
  & > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: var(--header-height);
    & > li {
      width: inherit;
      height: 100%;
      .t-menu {
        font-family: var(--mont);
        padding-inline: 21px;
        width: 100%;
        height: 100%;
        display: grid;
        place-content: center;
        font-weight: 500;
        line-height: 1.8;
        text-transform: uppercase;
      }
    }
    .unit {
      position: relative;
      width: fit-content;
      height: fit-content;
      border-radius: 50rem;
      background: linear-gradient(108deg, #2cacd1 12%, #2b76b9 38%, #074d94 90%);
      margin-inline: 20px 32px;
      &::before {
        content: '';
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px;
        background-color: #fff;
        border-radius: 50rem;
      }
      a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 100%;
        padding-inline: 24px;
        padding-block: 12px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: var(--mont);
        line-height: 1.8;
        color: #074d94;
        &::before {
          content: '';
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: url('../img/common/icon_mail_b.svg');
          width: 18px;
          height: 12px;
        }
      }
    }
  }
}
/* ==== nav hover ==== */
.nav {
  li {
    position: relative;
    .parent {
      & > span {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        &::after {
          content: '';
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: url('../img/common/icon_arrow-tri.svg');
          width: 6px;
          height: 11px;
          rotate: 90deg;
          margin-top: 4px;
        }
      }
    }
    &:hover {
      .children {
        grid-template-rows: 1fr;
      }
    }
    .children {
      position: absolute;
      width: 176px;
      background-color: #fff;
      font-weight: 500;
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.2s ease-out;
      border-radius: 16px;
      box-shadow: 0px 4px 16px rgba(25, 26, 28, 0.2);
      left: 30px;
      top: 100px;
      z-index: 1;
      .children-inner {
        position: relative;
        overflow: hidden;
        padding-inline: 24px;
        z-index: 3;
        & > a {
          position: relative;
          display: grid;
          min-width: 100%;
          height: fit-content;
          padding-block: 4px;
          & > span {
            position: relative;
            font-size: 14px;
            font-weight: 600;
            color: #66666b;
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
            &::before {
              content: '';
              display: block;
              width: 8px;
              height: 1px;
              background-color: #074d94;
              flex-shrink: 0;
            }
          }
          &:first-of-type {
            padding-top: 24px;
          }
          &:last-of-type {
            padding-bottom: 24px;
          }
        }
      }
    }
    &[data-id='2'] {
      .children {
        width: 190px;
      }
    }
  }
}
/* ==== メニュー ==== */
.menu_unit {
  height: 68px;
  .pc-menu {
    position: relative;
    z-index: 20;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../img/common/menu.png');
  }
}
.pc-nav {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  transition: left 600ms var(--easeOutExpo) 0s;
  opacity: 0;
  background-color: rgba(27, 27, 30, 0.6);
  pointer-events: none;
}
body.menu-on .pc-nav {
  opacity: 1;
  left: 0;
  pointer-events: auto;
}

.pc-nav-inner {
  position: relative;
  width: 653px;
  height: 100vh;
  background-color: #fff;
  margin-inline: auto 0;
  border-radius: 48px 0 0 48px;
  /* ==== ヘッド ==== */
  .menu-head {
    position: relative;
    min-height: 90px;
    background-color: #fff;
    border-radius: 48px 0 0 0;
    .close-menu {
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url('../img/common/close.png');
      width: 64px;
      height: 64px;
      top: 22px;
      right: 40px;
    }
  }
  /* ==== 内容 ==== */
  .pc-menu-body {
    position: relative;
    padding-inline: 106px 70px;
    padding-block: 54px;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    & > .nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: max-content max-content max-content max-content;
      gap: 64px 40px;
      grid-auto-flow: column;
      .nav-unit {
        .head {
          & a {
            position: relative;
            &::before {
              content: attr(data-text);
              display: block;
              font-family: var(--mont);
              font-size: 22px;
              font-weight: 500;
              line-height: 1.2;
              color: #1b1b1e;
              text-transform: uppercase;
            }
            & span {
              position: relative;
              font-size: 13px;
              font-weight: 500;
              line-height: 1;
              color: #074d94;
              display: flex;
              align-items: center;
              gap: 8px;
            }
          }
          & + .head {
            margin-top: 24px;
          }
        }
        .middle {
          & ul {
            margin-top: 16px;
            & li {
              & a {
                position: relative;
                font-size: 14px;
                font-weight: 600;
                color: #66666b;
                display: flex;
                align-items: center;
                gap: 8px;
                &::before {
                  content: '';
                  display: block;
                  width: 8px;
                  height: 1px;
                  background-color: #074d94;
                }
              }
              & + li {
                margin-top: 8px;
              }
            }
          }
        }
        &[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: 13px;
            line-height: 1.7;
            color: #66666b;
          }
          & + li {
            margin-top: 16px;
          }
        }
      }
    }
  }
}
/* =====================
  footer
===================== */
.footer {
  position: relative;
  background-image: var(--gradient1);
  padding-top: 144px;
}
/* ==== aside ==== */
.footer {
  .footer-inner {
    .aside-contact {
      padding-inline: 40px;
      display: flex;
      align-items: center;
      gap: 112px;
      .left {
        .h2-title {
          display: grid;
          gap: 8px;
          height: fit-content;
          & p[lang='en'] {
            font-family: var(--mont);
            font-size: 80px;
            line-height: 1.2;
            font-weight: 500;
            letter-spacing: 1.6px;
            color: #fff;
            position: relative;
            display: block;
            &::before {
              display: none;
            }
          }
          & h2 {
            position: relative;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.8);
            letter-spacing: 1.2px;
          }
        }
        & > p {
          color: #fff;
          line-height: 2;
          margin-top: 48px;
        }
      }
      .right {
        .aside-btn {
          width: 479px;
          height: 126px;
          border-radius: 8px;
          border: solid 1px #fff;
          color: #fff;
          .link-anchor {
            display: flex;
            align-items: center;
            gap: 24px;
            width: 100%;
            height: 100%;
            padding-inline: 32px;
            &::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: 40px;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: 0.8px;
            }
            & p {
              font-size: 13px;
              line-height: 2;
            }
            &::before {
              background-image: url('../../assets/img/common/icon_tel.svg');
              width: 56px;
              height: 56px;
            }
          }
        }
        .aside-btn_b {
          margin-top: 16px;
          .link-anchor {
            position: relative;
            & p {
              font-size: 22px;
              font-weight: 600;
              line-height: 1.7;
              letter-spacing: 0.66px;
              &::before {
                content: '';
                display: block;
                width: 44px;
                aspect-ratio: 1/1;
                border-radius: 50rem;
                border: 1px solid #fff;
                position: absolute;
                top: 50%;
                right: 32px;
                transform: translateY(-50%);
              }
              &::after {
                content: '';
                display: block;
                width: 15px;
                height: 14px;
                mask-repeat: no-repeat;
                mask-size: contain;
                mask-position: center;
                mask-image: var(--arrow2);
                background-color: currentColor;
                position: absolute;
                top: 50.4%;
                right: 45px;
                transform: translateY(-50%);
              }
            }
            &::before {
              background-image: url('../../assets/img/common/icon_mail.png');
              width: 56px;
              height: 56px;
            }
          }
        }
      }
    }
  }
}
/* ==== menu ==== */
.footer .footer-menu {
  position: relative;
  background-color: #fff;
  border-radius: 48px 48px 0 0;
  padding-block: 80px 0;
  padding-inline: 80px;
  margin-top: 116px;
  margin-inline: 0;
  display: grid;
  grid-template-areas:
    'info nav'
    'foot foot';
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: space-between;
}
/* info */
.footer .company-info {
  grid-area: info;
  .address {
    & h4 {
      width: fit-content;
      padding-inline: 15px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.4;
      color: #56565c;
      border: 1px solid #56565c;
    }
    & address {
      font-size: 12px;
      font-weight: 600;
      line-height: 2;
      color: #56565c;
      margin-top: 8px;
    }
    &[data-id='1'] {
      margin-top: 40px;
    }
    &[data-id='2'] {
      margin-top: 24px;
    }
  }
}
/* nav */
.footer .nav {
  grid-area: nav;
  display: flex;
  gap: 80px;
  padding-right: 40px;
  .nav-unit {
    .head {
      & a {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
        color: #074d94;
        &::before {
          content: attr(data-text);
          display: block;
          font-family: var(--mont);
          font-size: 22px;
          font-weight: 500;
          line-height: 1.3;
          color: #1b1b1e;
        }
      }
      & + .head {
        margin-top: 22px;
      }
    }
    .middle {
      & ul {
        margin-top: 16px;
        & li {
          & a {
            position: relative;
            font-size: 14px;
            font-weight: 600;
            color: #66666b;
            display: flex;
            align-items: center;
            gap: 8px;
            &::before {
              content: '';
              display: block;
              width: 8px;
              height: 1px;
              background-color: #074d94;
            }
          }
          & + li {
            margin-top: 12px;
          }
        }
      }
    }
  }
}

/* foot */
.footer .foot {
  grid-area: foot;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 40px;
  border-top: solid 1px #1b1b1e;
  margin-top: 103px;
  small {
    font-family: var(--mont);
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #a9a9b4;
  }
}
.sub-nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  color: #66666b;
}

/* =====================
  totop
===================== */
.to-top {
  position: absolute;
  right: 80px;
  bottom: 125px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/common/to-top.png');
  width: 64px;
  height: 64px;
  z-index: 15;
}
