@charset "utf-8";
:root {
  --jb-gray: #69819e;
}


.section-outer .section-block__inner {
  padding: 56px 0;
}

.section-outer .section-block.left .section-block__inner {
  margin-left: 2.597cqw;
}

.bg-gl {
  margin-bottom: 60px;
  padding-block: 140px 60px;
  @media screen and (max-width: 768px) {
    padding-block: 54px;
  }
}

.bg-inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  @media screen and (max-width: 768px) {
    padding-inline: 16px;
  }
}

.intro {
  margin-bottom: 64px;
  @media screen and (max-width: 768px) {
    margin-bottom: 24px;
  }
}

.intro-head {
  position: relative;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}

.sec-head.radius {
  font-size: 3.2rem;
  font-weight: 700;
  border-radius: 48px;
  background: var(--white);
  color: var(--blue);
  max-width: 560px;
  aspect-ratio: 560/96;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
  place-content: center;
  letter-spacing: .1em;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
  }
}

section:not(.sibling-links, .sec-staff) {
  background: var(--white);
  border-radius: 64px;
  container-type: inline-size;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
  padding-inline: 32px;
  container-type: inline-size;
  @media screen and (max-width: 768px) {
    border-radius: 32px;
    padding-inline: 0;
  }

  .sec-inner {
    padding-inline: 48px;
    @media screen and (max-width: 768px) {
      padding-inline: 16px;
    }
  }

  + .sec-head.radius {
    margin-top: 60px;
    @media screen and (max-width: 768px) {
      margin-top: 56px;
    }
  }
}

.sec-business {
  padding-block: 60px;
  @media screen and (max-width: 768px) {
    padding-block: 24px;
  }

  figure {
    overflow: auto;
    padding-inline: 40px;
    @media screen and (max-width: 768px) {
      padding-inline: 0;
      img {
        width: 100vw;
      }
    }
  }

  .business-term {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 60px;
    @media screen and (max-width: 768px) {
      margin-top: 24px;
      gap: 32px;
    }
  }

  .business-item {
    display: flex;
    gap: 48px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 24px;
    }
  }

  .head {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    width: 42.6cqw;
    min-width: 140px;
    height: fit-content;
    @media screen and (max-width: 768px) {
      font-size: 1.8rem;
      width: auto;
    }

    &::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 1px;
      background: var(--black);
      bottom: -30px;
      left: 4px;
      translate: 0 -50%;
      z-index: 1;
      @media screen and (max-width: 768px) {
        bottom: -16px;
      }
    }
  }
}


.sec-staff {

  .staff-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .staff-item {
    display: flex;
    gap: 24px;
    background: var(--white);
    border-radius: 64px;
    container-type: inline-size;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.15);
    padding: 48px 48px 48px 80px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      padding: 32px 24px;
      border-radius: 32px;
    }

    &.general {
      .lead {
        margin-bottom: 0;
      }
    }
  }

  .item-cont {
  }

  .head-unit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;

    .num {
      font-family: var(--font-roboto);
      font-size: 2rem;
      font-weight: 500;
      color: var(--white);
      display: grid;
      place-content: center;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      aspect-ratio: 1;
      line-height: 1;
      background: var(--jb-gray);
      @media screen and (max-width: 768px) {
        font-size: 1.6rem;
      }
    }

    .department {
      font-size: 2.4rem;
      color: var(--jb-gray);
      line-height: 1;
      @media screen and (max-width: 768px) {
        font-size: 1.8rem;
      }
    }

    .caption {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1;
      @media screen and (max-width: 768px) {
        font-size: 1.2rem;
      }
    }
  }

  .lead {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 24px;
    @media screen and (max-width: 768px) {
      font-size: 1.6rem;
      margin-bottom: 16px;
    }
  }

  .item-links {
    min-width: 224px;

    .link-head {
      position: relative;
      font-size: 1.8rem;
      font-weight: 700;
      border-top:  1px solid var(--jb-gray);
      border-right:  1px solid var(--jb-gray);
      border-bottom:  1px solid var(--jb-gray);
      border-left:  transparent;
      border-radius: 0 16px 16px 0;
      padding-block: 8px;
      margin-bottom: 24px;
      @media screen and (max-width: 768px) {
        width: fit-content;
        font-size: 1.4rem;
        padding-right: 4.8rem;
      }
    }

    .link-group {
      display: flex;
      gap: 16px;

    }

    .link-item {
      width: 50%;
      max-width: 104px;
      overflow: hidden;
      border-radius: 16px;

      .link {
        display: block;
        img {
          transition: ease 300ms scale;
        }
      }

      @media (any-hover: hover) {
        &:hover{
          .link  {
            opacity: 1;
            img {
              scale: 1.2;
            }
          }
        }
      }
    }

  }

}


.lowerPage .fv .fv-img::before {
  width: 70%;
  background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.7));
}

.lowerPage .fv .fv-heading {
  top: 25%;
}

.lowerPage .fv .fv-deco {
  z-index: 1;
}

.fv-deco .triangle[data-num=tri03] {
  top: 42%;
}