@charset "UTF-8";
/*
*****************************************************************************************

main visual

*****************************************************************************************
*/
.main .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main .mv::before {
  content: "Scroll";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 60px;
  color: #fff;
  letter-spacing: 0;
  z-index: 10;
}

.main .mv::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% - 60px);
  z-index: 12;
  background-color: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: calc(100% - 60px);
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.main .mv .mv-slide {
  width: 134%;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.main .mv .mv-slide-in {
  width: 100vw;
  margin: 0 auto;
}

.main .mv .mv-slide-in.slick-initialized {
  opacity: 1;
}

.main .mv .mv-slide img {
  width: 100%;
}

.main .mv .mv-lead {
  position: absolute;
  top: calc(50% + var(--header-height));
  transform: translate(0, -50%);
  left: 5%;
  width: 770px;
  /* max-width: 55%; */
}

:where(.company-top-page) .main .mv .mv-lead {
  left: 9%;
  top: calc(26% + var(--header-height));
  width: 588px;
}

:where(.rd-top-page) .main .mv .mv-lead {
  left: 8%;
  top: calc(34% + var(--header-height));
  width: 784px;
}

:where(.rd-top-page) .main .mv .mv-lead img {
  display: block;
  width: 100%;
}

@media (max-width: 1280px) {
  .main .mv::before {
    bottom: 40px;
    /* font-size: 14px; */
  }
  .main .mv::after {
    height: 40px;
    top: calc(100% - 40px);
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: calc(100% - 40px);
      opacity: 0;
    }
    30% {
      height: 40px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 100%;
      opacity: 0;
    }
  }
  .main .mv .mv-lead {
    transform: translate(0, -40%);
    width: 55%;
  }
  :where(.rd-top-page) .main .mv .mv-lead {
    top: calc(28% + var(--header-height));
  }
  .main .mv .btn-report {
    width: 18%;
    max-width: 180px;
    box-shadow: 3px 3px #ffb311;
    right: 20px;
    bottom: 0;
    min-width: 90px;
  }
}
@media (max-width: 680px) {
  .main .mv::before {
    bottom: 30px;
    font-size: 10px;
  }
  .main .mv::after {
    height: 30px;
    top: calc(100% - 30px);
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: calc(100% - 30px);
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 100%;
      opacity: 0;
    }
  }
  .main .mv .mv-lead {
    transform: translate(-50%, 0);
    width: 80%;
    left: 50%;
    max-width: 400px;
    text-align: center;
    top: calc(12% + var(--header-height));
  }
  .main .mv .btn-report {
    top: 76%;
    bottom: auto;
    right: 15px;
  }
}
/*
*****************************************************************************************

main menu

*****************************************************************************************
*/
.main-menu {
  margin-top: 62px;
  padding: 0 0 62px;
  display: flex;
  justify-content: space-between;
}

.main-menu .menu-item {
  width: 48%;
  display: flex;
  align-items: flex-start;
}

.main-menu .menu-item .item-thumb {
  border-radius: 140px;
  overflow: hidden;
  width: 45%;
  max-width: 280px;
}

.main-menu .menu-item .item-container {
  width: 55%;
  flex-grow: 1;
  padding-left: 5.25%;
  margin-top: 12px;
}

.main-menu .menu-item .item-container .text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  /* font-weight: bold; */
}

@media (min-width: 768.02px) {
  .main-menu .menu-item .item-container .text {
    -webkit-font-smoothing: antialiased;
  }
}
.menu-item-profile {
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  margin: 14px 0 0;
  /* font-weight: bold; */
}

@media (min-width: 768.02px) {
  .menu-item-profile {
    -webkit-font-smoothing: antialiased;
  }
}
.menu-item-profile dt {
  font-size: 22px;
  white-space: nowrap;
  font-weight: bold;
}

.menu-item-profile dd {
  font-size: 14px;
  /* line-height: 1.5; */
}

@media (max-width: 1420px) {
  .main-menu .menu-item .item-thumb {
    width: 35%;
  }
  .main-menu .menu-item .item-container {
    width: 65%;
  }
}
@media (max-width: 880px) {
  .main-menu {
    margin-top: 50px;
    display: block;
    /* margin-bottom: -30px; */
  }
  .main-menu .menu-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-menu .menu-item .item-thumb {
    width: 25%;
    min-width: 130px;
  }
  .main-menu .menu-item .item-container {
    width: 75%;
    padding-left: 6%;
  }
}
@media (max-width: 768px) {
  .main-menu {
    margin-top: 45px;
    padding-bottom: 0;
  }
  .main-menu .menu-item .item-container .text {
    margin-block: 15px;
    font-size: inherit;
  }
  .main-menu .menu-item .item-container .btn-more {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  .menu-item-profile dd {
    font-weight: normal;
  }
  .menu-item-profile dt {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main-menu .menu-item .item-container {
    padding-left: 20px;
  }
}