/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.top #wrap {
  padding: 0;
}

.top .mv-fv {
  z-index: 9;
  position: relative;
  max-height: 100vh;
}

@media (max-width: 767px) {
  .top .mv-fv {
    padding-bottom: 50px;
    overflow: hidden;
  }
}

.top .mv-fv__ctn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 1s;
}

.top .mv-fv__ctn.fade-up {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .top .mv-fv__ctn {
    z-index: 8;
    position: absolute;
    left: 3.6%;
    bottom: calc(100vw * 92 / 1366);
  }
}

@media (max-width: 767px) {
  .top .mv-fv__ctn {
    margin: -135px auto 0;
    position: relative;
    z-index: 2;
    padding: 0 19px;
  }
}

.top .mv-fv__ttl {
  color: #00469d;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1.29167em;
  letter-spacing: 0em;
  font-weight: 700;
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .top .mv-fv__ttl {
    font-size: calc(100vw * 72 / 1366);
    line-height: calc(100vw * 93 / 1366);
  }
}

@media (max-width: 767px) {
  .top .mv-fv__ttl {
    font-size: calc(100vw * 45 / 375);
    line-height: calc(100vw * 55 / 375);
    text-shadow: 0px 3px 30px rgba(255, 255, 255, 0.53);
  }
}

.top .mv-fv__ttl span {
  display: block;
}

.top .mv-fv__news {
  font-family: "Barlow", sans-serif;
  color: #00469d;
  margin-top: 64px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .top .mv-fv__news {
    margin-top: calc(100vw * 64 / 1366);
    font-size: calc(100vw * 14 / 1366);
    line-height: calc(100vw * 16 / 1366);
  }
}

@media (max-width: 767px) {
  .top .mv-fv__news {
    margin-top: 22px;
  }
}

.top .mv-fv__tag {
  display: flex;
  align-items: flex-start;
}

.top .mv-fv__label {
  margin: 2px 8px 0 0;
}

@media (min-width: 768px) {
  .top .mv-fv__label {
    margin: calc(100vw * 2 / 1366) calc(100vw * 8 / 1366) 0 0;
  }
}

@media (max-width: 767px) {
  .top .mv-fv__label {
    font-size: 12px;
    line-height: 16px;
  }
}

.top .mv-fv__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 73px;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #00469d;
}

@media (min-width: 768px) {
  .top .mv-fv__link {
    max-width: calc(100vw * 73 / 1366);
    height: calc(100vw * 20 / 1366);
    border-radius: calc(100vw * 10 / 1366);
  }
}

.top .mv-fv__link span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  color: #00469d;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  padding: 0 12px 0 0;
}

@media (min-width: 768px) {
  .top .mv-fv__link span {
    padding: 0 calc(100vw * 10 / 1366) 0 calc(100vw * 5 / 1366);
    font-size: calc(100vw * 10 / 1366);
    line-height: calc(100vw * 15 / 1366);
  }
}

.top .mv-fv__link span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100vw * 8 / 1366);
  height: calc(100vw * 4 / 1366);
  transform: translateY(-50%);
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-small.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .top .mv-fv__link span:after {
    width: calc(100vw * 8 / 375);
    height: calc(100vw * 4 / 375);
  }
}

.top .mv-fv__post {
  display: flex;
  margin-top: 10px;
  color: #00469d;
}

@media (max-width: 767px) {
  .top .mv-fv__post {
    margin-top: 8px;
  }
}

.top .mv-fv__date {
  margin-right: 11px;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333em;
  letter-spacing: 0em;
  font-weight: 500;
}

.top .mv-fv__title {
  font-family: "Barlow", sans-serif;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.top .mv-fv__line {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.top .mv-fv__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100vw * 1366 / 1366);
  max-height: 122vh;
}

.top .mv-fv .circle {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.top .mv-fv .circle1 {
  position: relative;
  top: calc(100vw * -26 / 1366);
  left: calc(100vw * -34 / 1366);
  width: calc(100vw * 1366 / 1366);
  height: calc(100vw * 1006 / 1366);
}

@media (min-width: 768px) {
  .top .mv-fv .circle1 {
    margin-bottom: -188px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .mv-fv .circle1 {
    top: calc(100vw * -26 / 1500);
    left: calc(100vw * -34 / 1500);
    width: calc(100vw * 1366 / 1500);
    height: calc(100vw * 1006 / 1500);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .mv-fv .circle1 {
    margin-bottom: -90px;
  }
}

@media (max-width: 767px) {
  .top .mv-fv .circle1 {
    top: calc(100vw * 37 / 375);
    left: calc(100vw * -58 / 375);
    width: calc(100vw * 501 / 375);
    height: calc(100vw * 492 / 375);
  }
}

.top .mv-fv .circle1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .mv-fv .circle2 {
  position: absolute;
  top: calc(100vw * 357 / 1366);
  right: calc(100vw * -46 / 1366);
  width: calc(100vw * 238 / 1366);
  z-index: 2;
}

@media (max-width: 767px) {
  .top .mv-fv .circle2 {
    top: calc(100vw * 72 / 375);
    right: calc(100vw * -60 / 375);
    width: calc(100vw * 120 / 375);
    height: calc(100vw * 106 / 375);
  }
}

.top .mv-fv .circle2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .mv-fv .circle3 {
  position: absolute;
  top: calc(100vw * 97 / 1366);
  left: calc(100vw * 123 / 1366);
  width: calc(100vw * 138 / 1366);
}

@media (max-width: 767px) {
  .top .mv-fv .circle3 {
    top: calc(100vw * 88 / 375);
    left: calc(100vw * -63 / 375);
    width: calc(100vw * 112 / 375);
    height: calc(100vw * 117 / 375);
  }
}

.top .mv-fv .circle3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .mv-fv .circle4 {
  position: absolute;
  top: calc(100vw * 257 / 1366);
  left: calc(100vw * -63 / 1366);
  width: calc(100vw * 118 / 1366);
}

.top .mv-fv .circle4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .mv-fv .circle5 {
  position: absolute;
  top: calc(100vw * 258 / 1366);
  right: calc(100vw * 31 / 1366);
  width: calc(100vw * 72 / 1366);
}

@media (max-width: 767px) {
  .top .mv-fv .circle5 {
    top: calc(100vw * 286 / 375);
    right: calc(100vw * -60 / 375);
    width: calc(100vw * 120 / 375);
    height: calc(100vw * 132 / 375);
  }
}

.top .mv-fv .circle5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top .mv-fv__main {
  top: 40.2%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: calc(100vw * 790 / 1366);
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .top .mv-fv__main {
    width: calc(100vw * 371 / 375);
  }
}

.top .mv-fv__main .slider-box {
  overflow: hidden;
  width: calc(100vw * 790 / 1366);
  height: calc(100vw * 620 / 1366);
}

@media (min-width: 768px) {
  .top .mv-fv__main .slider-box {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.6s ease-in-out;
  }
  .top .mv-fv__main .slider-box.is-active {
    clip-path: inset(0 0 0 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .mv-fv__main .slider-box {
    max-width: 0;
    clip-path: none;
    transition: max-width 0.6s ease-in-out;
  }
  .top .mv-fv__main .slider-box.is-active {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .top .mv-fv__main .slider-box {
    width: calc(100vw * 371 / 375);
    height: 100%;
    top: 18px;
    left: -6px;
    position: relative;
    max-width: 0;
    transition: max-width 0.6s ease-in-out;
  }
  .top .mv-fv__main .slider-box.is-active {
    max-width: 100%;
  }
}

.top .mv-fv__main .slider-box__inner {
  overflow: hidden;
  position: relative;
  width: calc(100vw * 790 / 1366);
  height: calc(100vw * 620 / 1366);
}

@media (max-width: 767px) {
  .top .mv-fv__main .slider-box__inner {
    width: calc(100vw * 371 / 375);
    height: calc(100vw * 291 / 375);
  }
}

.top .mv-fv__main .slider-box__inner > div {
  width: calc(100vw * 790 / 1366);
  height: calc(100vw * 620 / 1366);
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .top .mv-fv__main .slider-box__inner > div {
    width: calc(100vw * 371 / 375);
    height: calc(100vw * 291 / 375);
  }
}

.top .mv-fv__main .slider-box__inner > div.stock1 {
  opacity: 1;
  display: block;
}

.top .mv-fv__main .slider-box__inner > div img {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100vw * 790 / 1366);
  height: calc(100vw * 620 / 1366);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top .mv-fv__main .slider-box__inner > div img {
    width: calc(100vw * 371 / 375);
    height: calc(100vw * 291 / 375);
  }
}

.top .mv-fv__vehicle {
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  pointer-events: none;
}

@media (min-width: 768px) {
  .top .mv-fv__vehicle {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .mv-fv__vehicle {
    bottom: 38px;
  }
}

.top .mv-fv__vehicle .vehicle {
  position: absolute;
  right: -20%;
  width: 186px;
  height: 81px;
  bottom: 50px;
  transition: right 7s linear;
}

@media (max-width: 767px) {
  .top .mv-fv__vehicle .vehicle {
    width: 125px;
    height: 54px;
    bottom: 30px;
  }
}

.top .box-about {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.top .box-about__wrap {
  position: relative;
  padding-bottom: 333px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__wrap {
    padding-bottom: calc(100vw * 350 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__wrap {
    padding-bottom: 275px;
  }
}

.top .box-about__inner {
  position: relative;
}

.top .box-about__img img {
  width: 100%;
}

.top .box-about__beer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: calc(100vw * 596 / 1366);
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .top .box-about__beer {
    height: calc(100vw * 350 / 768);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .top .box-about__beer {
    height: calc(100vw * 450 / 1000);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .top .box-about__beer {
    height: calc(100vw * 500 / 1200);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .top .box-about__beer {
    height: calc(100vw * 520 / 1400);
  }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
  .top .box-about__beer {
    height: calc(100vw * 520 / 1500);
  }
}

@media (max-width: 767px) {
  .top .box-about__beer {
    height: calc(100vw * 320 / 375);
  }
}

.top .box-about__beer video,
.top .box-about__beer img {
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1;
  transform: none;
  object-fit: cover;
  object-position: top;
}

.top .box-about__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .box-about__text p {
  color: #fff;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.25em;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: 0px 0px 6px rgba(0, 37, 191, 0.53);
}

@media (min-width: 768px) {
  .top .box-about__text p {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100vw * 236 / 1366);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__text p {
    top: calc(100vw * 200 / 1200);
    font-size: calc(100vw * 20 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__text p {
    top: 255px;
    left: 0;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
}

.top .box-about__ads1 {
  z-index: 2;
  width: 376px;
  height: 376px;
  position: absolute;
  top: 32.3%;
  left: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__ads1 {
    width: calc(100vw * 376 / 1200);
    height: calc(100vw * 376 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__ads1 {
    width: 147px;
    height: 147px;
    top: 90px;
    left: -12px;
  }
}

.top .box-about__ads2 {
  z-index: 2;
  width: 385px;
  height: 385px;
  position: absolute;
  top: 3.7%;
  right: -38px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__ads2 {
    width: calc(100vw * 385 / 1200);
    height: calc(100vw * 385 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__ads2 {
    width: 186px;
    height: 186px;
    right: -18px;
    top: 22px;
  }
}

.top .box-about__ads3 {
  z-index: 2;
  width: 376px;
  height: 376px;
  position: absolute;
  bottom: 67px;
  right: -47px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__ads3 {
    width: calc(100vw * 376 / 1200);
    height: calc(100vw * 376 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__ads3 {
    width: 155px;
    height: 155px;
    bottom: 122px;
    right: -24px;
  }
}

.top .box-about__ads {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top .box-about__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 362px;
  height: 81px;
  margin: 45px auto 0;
  position: relative;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__info {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .top .box-about__info {
    width: 230px;
    height: 62px;
    margin-top: 23px;
  }
}

.top .box-about__info .label {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -19px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88889em;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: 0px 0px 14px rgba(59, 27, 0, 0.77);
}

@media (max-width: 767px) {
  .top .box-about__info .label {
    top: -12px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 27px;
  }
}

.top .box-about__info .label::before, .top .box-about__info .label::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 78px;
  height: 1px;
  background: #fff;
  width: 78px;
  height: 1px;
  background: #fff;
}

@media (max-width: 767px) {
  .top .box-about__info .label::before, .top .box-about__info .label::after {
    top: 12px;
    width: 35px;
  }
}

.top .box-about__info .label::before {
  left: 0;
}

.top .box-about__info .label::after {
  right: 0;
}

.top .box-about__info .lab {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: 0px 0px 14px rgba(59, 27, 0, 0.77);
}

@media (max-width: 767px) {
  .top .box-about__info .lab {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 44px;
  }
}

.top .box-about__key {
  position: absolute;
  bottom: -143px;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .top .box-about__key {
    bottom: -194px;
  }
}

.top .box-about__key .num {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 304px;
  font-size: 30.4rem;
  line-height: 0.95395em;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__key .num {
    font-size: calc(100vw * 304 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__key .num {
    font-size: 172px;
    font-size: 17.2rem;
    line-height: 1em;
  }
}

.top .box-about__key .txt {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1em;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__key .txt {
    font-size: calc(100vw * 70 / 1200);
  }
}

@media (max-width: 767px) {
  .top .box-about__key .txt {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1em;
  }
}

.top .box-about__lst {
  height: 488px;
  position: relative;
  background: #00469d;
  z-index: 2;
}

@media (max-width: 767px) {
  .top .box-about__lst {
    height: auto;
    padding-bottom: 68px;
  }
}

.top .box-about__scroll {
  position: relative;
  top: -120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__scroll {
    top: -50px;
  }
}

@media (max-width: 767px) {
  .top .box-about__scroll {
    top: -57px;
  }
}

.top .box-about__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 3047px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__block {
    width: 2540px;
  }
}

@media (max-width: 767px) {
  .top .box-about__block {
    width: 1852px;
  }
}

.top .box-about__item {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px dashed #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top .box-about__item:nth-child(1) img {
    width: 108px;
    height: 84px;
  }
  .top .box-about__item:nth-child(2) img {
    width: 167px;
    height: 105px;
  }
  .top .box-about__item:nth-child(3) img {
    width: 182px;
    height: 107px;
  }
  .top .box-about__item:nth-child(4) img {
    width: 182px;
    height: 96px;
  }
  .top .box-about__item:nth-child(5) img {
    width: 147px;
    height: 64px;
  }
  .top .box-about__item:nth-child(6) img {
    width: 106px;
    height: 81px;
  }
  .top .box-about__item:nth-child(7) img {
    width: 58px;
    height: 76px;
  }
  .top .box-about__item:nth-child(8) img {
    width: 62px;
    height: 92px;
  }
  .top .box-about__item:nth-child(9) img {
    width: 116px;
    height: 121px;
  }
  .top .box-about__item:nth-child(10) img {
    width: 127px;
    height: 81px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__item {
    width: 230px;
    height: 230px;
  }
  .top .box-about__item:nth-child(1) img {
    width: 88px;
    height: auto;
  }
  .top .box-about__item:nth-child(2) img {
    width: 120px;
    height: auto;
  }
  .top .box-about__item:nth-child(3) img {
    width: 127px;
    height: auto;
  }
  .top .box-about__item:nth-child(4) img {
    width: 120px;
    height: auto;
  }
  .top .box-about__item:nth-child(5) img {
    width: 120px;
    height: auto;
  }
  .top .box-about__item:nth-child(6) img {
    width: 88px;
    height: auto;
  }
  .top .box-about__item:nth-child(7) img {
    width: 38px;
    height: auto;
  }
  .top .box-about__item:nth-child(8) img {
    width: 48px;
    height: auto;
  }
  .top .box-about__item:nth-child(9) img {
    width: 68px;
    height: auto;
  }
  .top .box-about__item:nth-child(10) img {
    width: 88px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .top .box-about__item {
    margin: 0 8px;
    width: 172px;
    height: 172px;
  }
  .top .box-about__item:nth-child(1) .img {
    width: 78px;
    height: 61px;
  }
  .top .box-about__item:nth-child(2) img {
    width: 111px;
    height: 70px;
  }
  .top .box-about__item:nth-child(3) img {
    width: 130px;
    height: 78px;
  }
  .top .box-about__item:nth-child(4) img {
    width: 130px;
    height: 69px;
  }
  .top .box-about__item:nth-child(5) img {
    width: 104px;
    height: 46px;
  }
  .top .box-about__item:nth-child(6) img {
    width: 75px;
    height: 58px;
  }
  .top .box-about__item:nth-child(7) img {
    width: 41px;
    height: 55px;
  }
  .top .box-about__item:nth-child(8) img {
    width: 44px;
    height: 65px;
  }
  .top .box-about__item:nth-child(9) img {
    width: 82px;
    height: 86px;
  }
  .top .box-about__item:nth-child(10) img {
    width: 90px;
    height: 56px;
  }
}

.top .box-about__item .img {
  position: absolute;
  bottom: 2px;
  left: -9px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top .box-about__item .img {
    width: 67%;
    left: 16px;
    bottom: -8px;
  }
}

.top .box-about__item .num {
  display: table;
  font-family: "Barlow", sans-serif;
  text-align: center;
  color: #fff;
  padding-bottom: 9px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.09091em;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .top .box-about__item .num {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 16px;
  }
}

.top .box-about__item .ttl {
  text-align: center;
  color: #fff;
  margin-top: 27px;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.24138em;
  letter-spacing: 0em;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__item .ttl {
    margin-top: 15px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .top .box-about__item .ttl {
    font-size: 18px;
    line-height: 22px;
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .top .box-about__item:nth-child(1) .img {
    bottom: -2px;
    left: 10px;
  }
  .top .box-about__item:nth-child(2) .img {
    bottom: 4px;
    left: 12px;
  }
  .top .box-about__item:nth-child(3) .img {
    bottom: 4px;
    left: -13px;
  }
  .top .box-about__item:nth-child(4) .img {
    bottom: -3px;
    left: 0px;
  }
  .top .box-about__item:nth-child(5) .img {
    bottom: -13px;
    left: 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .top .box-about__item:hover {
    opacity: 1;
  }
  .top .box-about__item:hover .box-about__inside {
    background: #fff;
  }
  .top .box-about__item:hover .num,
  .top .box-about__item:hover .ttl {
    color: #00469d;
    border-color: #00469d;
  }
}

.top .box-about__inside {
  background: #2168c1;
  width: 255px;
  height: 255px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 50px 0 0;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-about__inside {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .top .box-about__inside {
    width: 152px;
    height: 152px;
    padding: 27px 0 0;
  }
}

.top .box-about__textkey {
  position: absolute;
  top: 81px;
  left: -35px;
  right: 0;
  font-family: "Barlow", sans-serif;
  text-align: center;
  color: #fff;
  opacity: 0.06;
  font-size: 217px;
  font-size: 21.7rem;
  line-height: 1.19816em;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: calc(100vw * 217 / 1366);
  line-height: calc(100vw * 217 / 1366);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .top .box-about__textkey {
    top: 82px;
    left: -5px;
    font-size: 59px;
    letter-spacing: 0.03em;
    line-height: 71px;
  }
}

.top .box-about .btn-link {
  margin-top: -24px;
}

.top .box-about .btn-link a {
  display: block;
}

@media (max-width: 767px) {
  .top .box-about .btn-link {
    margin-top: -2px;
    max-width: 340px;
    height: 70px;
    border: none;
  }
  .top .box-about .btn-link span {
    overflow: visible;
  }
  .top .box-about .btn-link span::after {
    display: block;
    right: 20px;
    top: 45%;
  }
}

.top .our-business {
  padding: 68px 44px 146px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .our-business {
    padding-left: 0;
    padding-right: 0;
  }
  .top .our-business .title-heading {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .top .our-business .btn-link {
    max-width: 350px;
    height: 84px;
  }
}

@media (max-width: 767px) {
  .top .our-business {
    padding: 33px 0 0;
  }
  .top .our-business .btn-link {
    max-width: 298px;
    height: 70px;
    margin-top: 42px;
  }
}

.top .our-business__inner {
  margin: 95px auto 99px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .our-business__inner {
    margin: 50px auto;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .top .our-business__inner {
    align-items: flex-start;
    margin: 44px auto 8px;
    padding: 0 18px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .our-business__inner .btn-card {
    width: 100%;
    margin: 0 0 22px;
  }
  .top .our-business__inner .btn-card:last-child {
    margin-bottom: 0;
  }
  .top .our-business__inner .btn-card .img {
    width: 93px;
    height: 93px;
  }
  .top .our-business__inner .btn-card .ja {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 22px;
  }
}

.top .box-case {
  padding: 72px 0 65px 44px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case {
    padding: 25px 0 50px 10px;
  }
}

@media (max-width: 767px) {
  .top .box-case {
    padding: 35px 0 61px;
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.top .box-case__num {
  font-family: "Barlow", sans-serif;
  color: #00469d;
  position: absolute;
  top: 49.5%;
  left: 78px;
  padding-bottom: 15px;
  transform: translateY(-50%);
  border-bottom: 1px solid #00469d;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.22727em;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__num {
    left: 50px;
  }
}

@media (max-width: 767px) {
  .top .box-case__num {
    top: 54%;
    left: 45px;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 21px;
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .top .box-case__item.fix-scroll {
    position: sticky;
    top: 100px;
    width: 34.7%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__item.fix-scroll {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .top .box-case__item.stage-scroll {
    padding: 70px 0 0;
    overflow: hidden;
    width: calc(100% - 34.7%);
  }
}

@media (max-width: 767px) {
  .top .box-case__item {
    width: 100%;
  }
  .top .box-case__item.stage-scroll {
    margin: 75px 0 0;
  }
}

.top .box-case__inner {
  max-width: 431px;
  width: 100%;
}

.top .box-case__sub {
  color: #00469d;
  text-align: left;
  margin-top: 30px;
  padding-left: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__sub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .top .box-case__sub {
    margin-top: 30px;
    padding-left: 18px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0.8125em;
    letter-spacing: 0.04em;
  }
}

.top .box-case__ttl {
  color: #00469d;
  text-align: left;
  margin-top: 21px;
  padding-left: 39px;
  font-size: 47px;
  font-size: 4.7rem;
  line-height: 1.65957em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__ttl {
    margin-top: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
  }
}

@media (max-width: 767px) {
  .top .box-case__ttl {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.47059em;
    margin-top: 15px;
    padding-left: 18px;
  }
}

.top .box-case__txt {
  color: #333;
  margin-top: 41px;
  padding-left: 39px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__txt {
    margin-top: 20px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .top .box-case__txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top .box-case__index {
  display: block;
  width: calc(100vw * 1058 / 1366);
  min-height: 412px;
  border-radius: 200px;
  border-radius: 40%/100%;
  background: #fff;
  border: 1px solid #00469d;
  margin: 0 0 82px;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.top .box-case__index.scrollin .list-tag__item {
  opacity: 1;
  top: 0;
}

.top .box-case__index a {
  opacity: 1;
  display: block;
}

@media only screen and (min-width: 2500px) {
  .top .box-case__index {
    border-radius: 23%/100%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .box-case__index {
    min-height: 490px;
    border-radius: 32%/100%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index {
    min-height: 430px;
    border-radius: 32%/100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index {
    height: auto;
    border-radius: 180px 0 0 180px;
    max-width: calc(100vw * 600 / 768);
    min-height: 370px;
  }
}

.top .box-case__index:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top .box-case__index {
    width: 100%;
    height: 100%;
    border-radius: 60px 0 0 60px;
    margin: 0 0 71px 20px;
  }
  .top .box-case__index:nth-child(2) .list-box__inner {
    padding-bottom: 42px;
  }
}

.top .box-case__index .list-tag {
  position: absolute;
  top: -33px;
  left: 83px;
  width: 60vw;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.top .box-case__index .list-tag::-webkit-scrollbar {
  display: none;
}

.top .box-case__index .list-tag .slick-slider .slick-track,
.top .box-case__index .list-tag .slick-slider .slick-list {
  padding-bottom: 10px;
}

.top .box-case__index .list-tag .slick-initialized .slick-slide {
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .top .box-case__index .list-tag {
    padding-bottom: 10px;
    width: calc(100% - 27%);
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-tag {
    top: -42px;
    left: 0;
    width: 100vw;
    padding-bottom: 10px;
    margin: 0 -22px;
    padding-left: 5vw;
  }
}

.top .box-case__index .list-tag__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-tag__inner {
    width: 600px;
  }
}

.top .box-case__index .list-tag__item {
  text-align: center;
  color: #00469d;
  max-width: calc(100vw * 220 / 1366);
  width: 100%;
  padding: 0 29px;
  height: 60px;
  margin-right: 8px;
  border-radius: 30px;
  background: #f2f2f7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #00469d;
  position: relative;
  white-space: nowrap;
  opacity: 0;
  transition: all 1.5s;
  top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .top .box-case__index .list-tag__item.fspc13 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top .box-case__index .list-tag__item.fspc13 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 3000px) {
  .top .box-case__index .list-tag__item {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1300px) {
  .top .box-case__index .list-tag__item {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-tag__item {
    max-width: none;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-tag__item {
    max-width: inherit;
    width: auto;
    padding: 0 15px;
    min-width: 192px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 18px;
  }
}

.top .box-case__index .list-tag__item::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #f2f2f7;
}

.top .box-case__index .list-tag__item::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #00469d;
}

.top .box-case__index .list-tag__item:nth-child(1) {
  transition-delay: 0.2s;
}

.top .box-case__index .list-tag__item:nth-child(2) {
  transition-delay: 0.4s;
}

.top .box-case__index .list-tag__item:nth-child(3) {
  transition-delay: 0.6s;
}

.top .box-case__index .list-tag__item:nth-child(4) {
  transition-delay: 0.8s;
}

.top .box-case__index .list-tag__item:nth-child(5) {
  transition-delay: 1s;
}

.top .box-case__index .list-tag__item:nth-child(6) {
  transition-delay: 1.2s;
}

.top .box-case__index .list-tag__item:nth-child(7) {
  transition-delay: 1.4s;
}

.top .box-case__index .list-tag__item:nth-child(8) {
  transition-delay: 1.6s;
}

.top .box-case__index .list-tag__item:nth-child(9) {
  transition-delay: 1.8s;
}

.top .box-case__index .list-tag__item:nth-child(10) {
  transition-delay: 2s;
}

.top .box-case__index .list-tag__item:nth-child(11) {
  transition-delay: 2.2s;
}

.top .box-case__index .list-tag__item:nth-child(12) {
  transition-delay: 2.4s;
}

.top .box-case__index .list-tag__item:nth-child(13) {
  transition-delay: 2.6s;
}

.top .box-case__index .list-tag__item:nth-child(14) {
  transition-delay: 2.8s;
}

.top .box-case__index .list-tag__item:nth-child(15) {
  transition-delay: 3s;
}

.top .box-case__index .list-tag__item:nth-child(16) {
  transition-delay: 3.2s;
}

.top .box-case__index .list-tag__item:nth-child(17) {
  transition-delay: 3.4s;
}

.top .box-case__index .list-tag__item:nth-child(18) {
  transition-delay: 3.6s;
}

.top .box-case__index .list-tag__item:nth-child(19) {
  transition-delay: 3.8s;
}

.top .box-case__index .list-tag__item:nth-child(20) {
  transition-delay: 4s;
}

.top .box-case__index .list-tag__item:nth-child(21) {
  transition-delay: 4.2s;
}

.top .box-case__index .list-tag__item:nth-child(22) {
  transition-delay: 4.4s;
}

.top .box-case__index .list-tag__item:nth-child(23) {
  transition-delay: 4.6s;
}

.top .box-case__index .list-tag__item:nth-child(24) {
  transition-delay: 4.8s;
}

.top .box-case__index .list-tag__item:nth-child(25) {
  transition-delay: 5s;
}

.top .box-case__index .list-tag__item:nth-child(26) {
  transition-delay: 5.2s;
}

.top .box-case__index .list-tag__item:nth-child(27) {
  transition-delay: 5.4s;
}

.top .box-case__index .list-tag__item:nth-child(28) {
  transition-delay: 5.6s;
}

.top .box-case__index .list-tag__item:nth-child(29) {
  transition-delay: 5.8s;
}

.top .box-case__index .list-tag__item:nth-child(30) {
  transition-delay: 6s;
}

.top .box-case__index .list-box {
  padding: 62px 50px 43px 156px;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .box-case__index .list-box {
    padding: 75px 50px 53px 156px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index .list-box {
    padding-bottom: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top .box-case__index .list-box {
    padding-left: 88px;
    padding-bottom: 45px;
    width: 70vw;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) and (min-width: 1200px) {
  .top .box-case__index .list-box {
    padding-left: 138px;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box {
    flex-wrap: wrap;
    padding: 0;
  }
}

.top .box-case__index .list-box__inner {
  max-width: 352px;
  width: 100%;
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .box-case__index .list-box__inner {
    max-width: 560px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index .list-box__inner {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-box__inner {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__inner {
    order: 2;
    max-width: 100%;
    margin: 11px 0 0;
    padding: 0 33px 34px 33px;
  }
}

.top .box-case__index .list-box__ttl {
  text-align: left;
  color: #00469d;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.68em;
  letter-spacing: 0em;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .box-case__index .list-box__ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index .list-box__ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-box__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667em;
    letter-spacing: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top .box-case__index .list-box__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0em;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364em;
  }
}

.top .box-case__index .list-box__ttl span {
  border-bottom: 2px solid #fd4e24;
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__ttl span {
    position: relative;
    border-bottom: none;
  }
  .top .box-case__index .list-box__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fd4e24;
  }
}

.top .box-case__index .list-box__txt {
  color: #333;
  margin-top: 17px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-box__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__txt {
    margin-top: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231em;
  }
}

.top .box-case__index .list-box__img {
  position: relative;
  margin: 12px auto 0 35px;
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index .list-box__img {
    margin: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .top .box-case__index .list-box__img {
    margin: 12px auto 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-case__index .list-box__img {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__img {
    order: 1;
    margin: 32px auto 0;
    width: 100%;
    padding-right: 50px;
  }
}

.top .box-case__index .list-box__img .img {
  width: 237px;
  height: 236px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .top .box-case__index .list-box__img .img {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .top .box-case__index .list-box__img .img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top .box-case__index .list-box__img .img {
    width: calc(100vw * 180 / 768);
    height: calc(100vw * 180 / 768);
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__img .img {
    width: calc(100vw * 141 / 375);
    height: calc(100vw * 141 / 375);
    margin: 0 auto;
  }
}

.top .box-case__index .list-box__img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.top .box-case__index .list-box__img .dots {
  position: absolute;
  bottom: -15px;
  right: -17px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00469d;
  border: 1px solid #00469d;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top .box-case__index .list-box__img .dots {
    width: calc(100vw * 60 / 768);
    height: calc(100vw * 60 / 768);
    right: -5px;
  }
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__img .dots {
    width: 64px;
    height: 64px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 52px;
  }
}

.top .box-case__index .list-box__img .dots::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 22px;
  right: 0;
  width: 24px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white-long.svg") no-repeat;
  background-size: contain;
  transform: translate(-50%, 0%);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top .box-case__index .list-box__img .dots::before {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white.svg") no-repeat;
    background-size: contain;
    left: 50%;
    top: 45%;
    width: 16px;
    height: 5px;
    right: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .top .box-case__index:hover {
    opacity: 1;
    background: #00469d;
  }
  .top .box-case__index:hover .img img {
    transform: scale(1.1);
  }
  .top .box-case__index:hover .box-case__num,
  .top .box-case__index:hover .list-box__ttl,
  .top .box-case__index:hover .list-box__txt {
    color: #fff;
    border-color: #fff;
  }
  .top .box-case__index:hover .dots {
    background: #fff;
  }
  .top .box-case__index:hover .dots::before {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-long.svg") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .top .box-slider {
    padding-top: 60px;
  }
  .top .box-slider .btn-link span::after {
    top: 46%;
    right: 18px;
  }
}

.top .box-slider .content {
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

.top .box-slider .content .btn_prev,
.top .box-slider .content .btn_next {
  top: 27%;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .content .btn_prev,
  .top .box-slider .content .btn_next {
    width: 70px;
    height: 70px;
    top: 30%;
  }
}

.top .box-slider .content .btn_prev::after,
.top .box-slider .content .btn_next::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 20px;
  right: 0;
  width: 20px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white-long-nx.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0%);
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .top .box-slider .content .btn_prev:hover,
  .top .box-slider .content .btn_next:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .top .box-slider .content .btn_prev,
  .top .box-slider .content .btn_next {
    top: 17%;
    width: 48px;
    height: 48px;
  }
  .top .box-slider .content .btn_prev::after,
  .top .box-slider .content .btn_next::after {
    width: 15px;
    height: 4px;
  }
}

.top .box-slider .content .btn_prev {
  left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .content .btn_prev {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .top .box-slider .content .btn_prev {
    left: -9px;
  }
}

.top .box-slider .content .btn_prev::after {
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white-long-reserve.svg") no-repeat;
  background-size: contain;
}

.top .box-slider .content .btn_next {
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .content .btn_next {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .top .box-slider .content .btn_next {
    right: -7px;
  }
}

.top .box-slider .content .slick-dots {
  position: absolute;
  top: -83px;
  left: 82.8vw;
  bottom: auto;
  z-index: 9;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .content .slick-dots {
    right: 30px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .top .box-slider .content .slick-dots {
    top: -53px;
    right: 35px;
    left: auto;
  }
}

.top .box-slider .content .slick-dots li {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.25;
  border-radius: 50%;
  margin: 0 6px;
}

@media (max-width: 767px) {
  .top .box-slider .content .slick-dots li {
    margin: 0 4px;
  }
  .top .box-slider .content .slick-dots li:last-child {
    margin-right: 0;
  }
}

.top .box-slider .content .slick-dots li button {
  display: none;
}

.top .box-slider .content .slick-dots li.slick-active {
  opacity: 1;
}

.top .box-slider__item .slick-list {
  position: static;
}

.top .box-slider__item .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider__item .slick-dotted.slick-slider {
    max-width: calc(100vw * 768 / 768);
  }
}

@media (max-width: 767px) {
  .top .box-slider__item .slick-dotted.slick-slider {
    max-width: calc(100vw * 375 / 375);
    position: relative;
  }
}

.top .box-slider__item .btn-link {
  margin: 105px auto 0;
  max-width: 350px;
  position: relative;
  right: 22px;
}

@media (max-width: 767px) {
  .top .box-slider__item .btn-link {
    right: auto;
    margin: 47px auto 0;
    max-width: 280px;
    height: 70px;
  }
}

.top .box-slider__item .study-slider,
.top .box-slider__item .item-slider {
  display: flex;
  align-items: flex-start;
}

.top .box-slider .box-study .slick-slide, .top .box-slider .box-study__index, .top .box-slider .box-study__item,
.top .box-slider .box-item .slick-slide,
.top .box-slider .box-item__index,
.top .box-slider .box-item__item {
  margin-right: 33px;
  width: 378px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top .box-slider .box-study .slick-slide, .top .box-slider .box-study__index, .top .box-slider .box-study__item,
  .top .box-slider .box-item .slick-slide,
  .top .box-slider .box-item__index,
  .top .box-slider .box-item__item {
    width: 165px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .top .box-slider .box-study .slick-slide:hover, .top .box-slider .box-study__index:hover, .top .box-slider .box-study__item:hover,
  .top .box-slider .box-item .slick-slide:hover,
  .top .box-slider .box-item__index:hover,
  .top .box-slider .box-item__item:hover {
    opacity: 1;
  }
  .top .box-slider .box-study .slick-slide:hover a, .top .box-slider .box-study__index:hover a, .top .box-slider .box-study__item:hover a,
  .top .box-slider .box-item .slick-slide:hover a,
  .top .box-slider .box-item__index:hover a,
  .top .box-slider .box-item__item:hover a {
    opacity: 1;
  }
  .top .box-slider .box-study .slick-slide:hover .img img, .top .box-slider .box-study__index:hover .img img, .top .box-slider .box-study__item:hover .img img,
  .top .box-slider .box-item .slick-slide:hover .img img,
  .top .box-slider .box-item__index:hover .img img,
  .top .box-slider .box-item__item:hover .img img {
    transform: scale(1.1);
  }
}

.top .box-slider .box-study .slick-slide .img, .top .box-slider .box-study__index .img, .top .box-slider .box-study__item .img,
.top .box-slider .box-item .slick-slide .img,
.top .box-slider .box-item__index .img,
.top .box-slider .box-item__item .img {
  overflow: hidden;
  max-width: 378px;
  max-height: 253px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

@media (max-width: 767px) {
  .top .box-slider .box-study .slick-slide .img, .top .box-slider .box-study__index .img, .top .box-slider .box-study__item .img,
  .top .box-slider .box-item .slick-slide .img,
  .top .box-slider .box-item__index .img,
  .top .box-slider .box-item__item .img {
    max-width: 164px;
    max-height: 110px;
  }
}

.top .box-slider .box-study .slick-slide .img img, .top .box-slider .box-study__index .img img, .top .box-slider .box-study__item .img img,
.top .box-slider .box-item .slick-slide .img img,
.top .box-slider .box-item__index .img img,
.top .box-slider .box-item__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.top .box-slider .box-study .slick-slide .ttl, .top .box-slider .box-study__index .ttl, .top .box-slider .box-study__item .ttl,
.top .box-slider .box-item .slick-slide .ttl,
.top .box-slider .box-item__index .ttl,
.top .box-slider .box-item__item .ttl {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .top .box-slider .box-study .slick-slide .ttl, .top .box-slider .box-study__index .ttl, .top .box-slider .box-study__item .ttl,
  .top .box-slider .box-item .slick-slide .ttl,
  .top .box-slider .box-item__index .ttl,
  .top .box-slider .box-item__item .ttl {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
  }
}

.top .box-slider .box-study {
  background: #00469d;
  overflow: hidden;
  padding: 106px 0 149px 43px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .box-study {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .top .box-slider .box-study {
    padding: 68px 0 77px;
  }
}

.top .box-slider .box-study__inner {
  margin: 79px auto 0;
  padding-left: 40px;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .top .box-slider .box-study__inner {
    margin: 47px auto 0;
    padding-left: 18px;
  }
}

.top .box-slider .box-item {
  padding: 97px 0 129px 43px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-slider .box-item {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .top .box-slider .box-item {
    padding: 59px 0 69px;
  }
  .top .box-slider .box-item .btn-link {
    margin-top: 40px;
    max-width: 298px;
  }
}

.top .box-slider .box-item__inner {
  margin: 77px auto 0;
  padding-left: 40px;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .top .box-slider .box-item__inner {
    margin: 44px auto 0;
    padding-left: 18px;
  }
}

.top .box-slider .box-item .ttl.ttl-cl {
  color: #333;
}

.top .box-slider .box-item .slick-dots {
  top: -95px;
}

@media (max-width: 767px) {
  .top .box-slider .box-item .slick-dots {
    top: -52px;
  }
}

.top .box-slider .box-item .slick-dots li {
  background: #00469d;
}

.top .box-slider .box-item .btn_prev,
.top .box-slider .box-item .btn_next {
  background: #fff;
  border: 1px solid #00469d;
}

@media (min-width: 768px) {
  .top .box-slider .box-item .btn_prev::after,
  .top .box-slider .box-item .btn_next::after {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-long-nx.svg") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .top .box-slider .box-item .btn_prev::after,
  .top .box-slider .box-item .btn_next::after {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue.svg") no-repeat;
    background-size: contain;
    width: 14px;
  }
}

@media (min-width: 768px) {
  .top .box-slider .box-item .btn_prev::after {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-long-reserve.svg") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .top .box-slider .box-item .btn_prev::after {
    width: 14px;
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue-long-reserve-sp.svg") no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .top .box-company .title-heading__ja {
    margin-top: 19px;
  }
  .top .box-company .c-comp .btn-thumb {
    margin-top: 44px;
  }
  .top .box-company .c-comp .btn-thumb:first-child {
    margin-top: 75px;
  }
  .top .box-company .c-comp .btn-thumb:nth-child(2n + 2) {
    margin-top: 91px;
  }
  .top .box-company .c-comp .btn-thumb:nth-child(2) {
    margin-top: 122px;
  }
  .top .box-company .c-comp .btn-thumb:nth-child(5) {
    margin-top: 55px;
  }
  .top .box-company .c-comp .btn-thumb:nth-child(6) {
    margin-top: 102px;
  }
  .top .box-company .c-comp .btn-thumb:nth-child(6) .ja {
    line-height: 24px;
    margin: 1px 0 8px 2px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  .top .box-company .c-comp .btn-thumb {
    width: 49%;
  }
}

.top .box-company__txt {
  color: #333;
  margin: 34px 0 0 76px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-company__txt {
    margin: 34px 0 0 20px;
    width: 45%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
    letter-spacing: 0em;
  }
  .top .box-company__txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  .top .box-company__txt {
    margin: 30px 0 0;
    padding: 0 17px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
  }
}

.top .box-company__heading {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .top .box-company__heading {
    display: block;
  }
}

.top .box-company__inner {
  padding: 113px 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-company__inner {
    padding: 113px 20px;
  }
}

@media (max-width: 767px) {
  .top .box-company__inner {
    padding: 52px 0 0;
  }
}

.top .box-company__img {
  position: relative;
}

.top .box-company__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(100vw * 230 / 1366);
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 767px) {
  .top .box-company__img::before {
    height: 56px;
  }
}

.top .box-company__img::after {
  content: "";
  position: absolute;
  width: calc(100vw * 43 / 1366);
  height: calc(100vw * 43 / 1366);
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
  top: calc(100vw * 208 / 1366);
  left: 0;
  right: 0;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .top .box-company__img::after {
    top: 48px;
    width: 15px;
    height: 15px;
  }
}

.top .box-company__ttl {
  position: absolute;
  top: calc(100vw * 294 / 1366);
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.23529em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .top .box-company__ttl {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.54545em;
    top: 88px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-company .c-comp {
    margin-top: 36px;
  }
  .top .box-company .btn-thumb {
    width: 49%;
  }
  .top .box-company .btn-thumb .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top .box-company .btn-thumb .ja {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
  }
  .top .box-company .btn-thumb:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .top .box-company .c-comp {
    margin-top: 36px;
  }
  .top .box-company .btn-thumb:last-child {
    margin-bottom: 0;
  }
}

.top .box-information {
  background: #f2f2f7;
  padding: 34px 0 154px 0;
}

@media (max-width: 767px) {
  .top .box-information {
    padding: 54px 0 66px;
    position: relative;
  }
  .top .box-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26%;
    background: #ffffff;
  }
}

.top .box-information__recruit {
  width: calc(100% - 83px);
  position: relative;
  margin: 0 0 0 auto;
  display: block;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top .box-information__recruit {
    width: calc(100% - 18px);
  }
}

.top .box-information__recruit img {
  width: 100%;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}

.top .box-information__recruit .title-heading {
  top: 68.6%;
  left: 105px;
  position: absolute;
  transform: translateY(-50%);
  padding-right: 168px;
}

@media (max-width: 767px) {
  .top .box-information__recruit .title-heading {
    top: 54.6%;
    left: 38px;
    transform: none;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .top .box-information__recruit .title-heading .title-heading__en {
    font-size: 59px;
    font-size: 5.9rem;
  }
  .top .box-information__recruit .title-heading .title-heading__en::after {
    width: 10px;
    height: 10px;
    left: -22px;
    top: 11px;
  }
}

.top .box-information__recruit .title-heading .title-heading__ja {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .top .box-information__recruit .title-heading .title-heading__ja {
    margin-top: 11px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.83333em;
  }
}

.top .box-information__recruit .title-heading .dots {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top .box-information__recruit .title-heading .dots {
    width: 82px;
    height: 82px;
    top: 49%;
    right: -2px;
  }
}

.top .box-information__recruit .title-heading .dots::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 20px;
  right: 0;
  width: 24px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white-long.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0%);
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .top .box-information__recruit:hover img {
    transform: scale(1.1);
  }
}

.top .box-information__inner {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 30px 0;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-information__inner {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .top .box-information__inner {
    padding: 60px 14px 119px;
    position: relative;
  }
  .top .box-information__inner .title-heading__ja {
    position: absolute;
    top: 26px;
    left: 50px;
    white-space: nowrap;
  }
}

.top .box-information__list {
  width: 72.88%;
  margin: 30px 13px 0 auto;
}

@media (max-width: 767px) {
  .top .box-information__list {
    width: 79%;
    margin: 94px 0 0 35px;
  }
}

.top .box-information__item {
  display: flex;
  padding: 60px 80px 58px 0px;
  position: relative;
  border-bottom: 1px solid #3769a7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top .box-information__item:first-child {
    padding-top: 0;
  }
  .top .box-information__item:first-child .dots {
    top: 13px;
  }
}

.top .box-information__item:nth-child(1) {
  transition-delay: 0.2s;
}

.top .box-information__item:nth-child(2) {
  transition-delay: 0.4s;
}

.top .box-information__item:nth-child(3) {
  transition-delay: 0.6s;
}

.top .box-information__item:nth-child(4) {
  transition-delay: 0.8s;
}

.top .box-information__item:nth-child(5) {
  transition-delay: 1s;
}

.top .box-information__item:nth-child(6) {
  transition-delay: 1.2s;
}

.top .box-information__item:nth-child(7) {
  transition-delay: 1.4s;
}

.top .box-information__item:nth-child(8) {
  transition-delay: 1.6s;
}

.top .box-information__item:nth-child(9) {
  transition-delay: 1.8s;
}

.top .box-information__item:nth-child(10) {
  transition-delay: 2s;
}

.top .box-information__item:nth-child(11) {
  transition-delay: 2.2s;
}

.top .box-information__item:nth-child(12) {
  transition-delay: 2.4s;
}

.top .box-information__item:nth-child(13) {
  transition-delay: 2.6s;
}

.top .box-information__item:nth-child(14) {
  transition-delay: 2.8s;
}

.top .box-information__item:nth-child(15) {
  transition-delay: 3s;
}

.top .box-information__item:nth-child(16) {
  transition-delay: 3.2s;
}

.top .box-information__item:nth-child(17) {
  transition-delay: 3.4s;
}

.top .box-information__item:nth-child(18) {
  transition-delay: 3.6s;
}

.top .box-information__item:nth-child(19) {
  transition-delay: 3.8s;
}

.top .box-information__item:nth-child(20) {
  transition-delay: 4s;
}

.top .box-information__item:nth-child(21) {
  transition-delay: 4.2s;
}

.top .box-information__item:nth-child(22) {
  transition-delay: 4.4s;
}

.top .box-information__item:nth-child(23) {
  transition-delay: 4.6s;
}

.top .box-information__item:nth-child(24) {
  transition-delay: 4.8s;
}

.top .box-information__item:nth-child(25) {
  transition-delay: 5s;
}

.top .box-information__item:nth-child(26) {
  transition-delay: 5.2s;
}

.top .box-information__item:nth-child(27) {
  transition-delay: 5.4s;
}

.top .box-information__item:nth-child(28) {
  transition-delay: 5.6s;
}

.top .box-information__item:nth-child(29) {
  transition-delay: 5.8s;
}

.top .box-information__item:nth-child(30) {
  transition-delay: 6s;
}

@media (max-width: 767px) {
  .top .box-information__item {
    display: block;
    padding: 0 0 27px;
    margin: 0 0 29px;
  }
}

.top .box-information__item:last-child {
  margin-bottom: 0;
}

.top .box-information__item .dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.top .box-information__item .dots::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 15px;
  right: 0;
  width: 14px;
  height: 6px;
  background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-blue.svg") no-repeat;
  background-size: contain;
  transform: translate(-50%, 0%);
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .top .box-information__item:hover {
    opacity: 1;
  }
  .top .box-information__item:hover .dots {
    background: #00469d;
  }
  .top .box-information__item:hover .dots::before {
    background: url("//20348057.fs1.hubspotusercontent-na1.net/hubfs/20348057/raw_assets/public/alive-theme/assets/img/common/icon/ico-arrow-white.svg") no-repeat;
    background-size: contain;
  }
}

.top .box-information__date {
  color: #00469d;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top .box-information__date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em;
  }
}

.top .box-information__ttl {
  color: #333;
  margin-left: 45px;
  width: calc(100% - 90px);
  text-decoration: underline;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .top .box-information__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286em;
    margin-left: 0;
    margin-top: 10px;
  }
}

.top .box-information .btn-link {
  margin: 97px 0 0;
  max-width: 350px;
}

@media (max-width: 767px) {
  .top .box-information .btn-link {
    max-width: 298px;
    height: 70px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.top .box-column {
  padding: 116px 44px 128px;
}

@media (min-width: 768px) {
  .top .box-column .title-heading__ja {
    margin-top: 19px;
  }
  .top .box-column .btn-link {
    max-width: 350px;
    margin: 94px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-column {
    padding: 50px 20px 142px;
  }
}

@media (max-width: 767px) {
  .top .box-column {
    padding: 64px 0 95px;
  }
  .top .box-column .btn-link {
    margin: 52px auto 0;
  }
}

.top .box-column__heading {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .top .box-column__heading {
    flex-wrap: wrap;
  }
}

.top .box-column__txt {
  color: #333;
  margin: 31px 0 0 87px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-column__txt {
    margin-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
    letter-spacing: 0em;
    width: 49%;
  }
  .top .box-column__txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  .top .box-column__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
    margin: 29px 0 0;
    padding: 0 18px;
  }
}

.top .box-column__incom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .top .box-column__incom {
    flex-wrap: nowrap;
  }
}

.top .box-column__tax {
  margin: 107px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-column__tax {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .top .box-column__tax {
    margin: 32px auto 0 0;
    max-width: calc(100vw * 375 / 375);
    overflow: scroll;
    padding: 0 0 1px 18px;
  }
  .top .box-column__tax::-webkit-scrollbar {
    display: none;
  }
}

.top .box-column__link {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid #00469d;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 34px;
  color: #00469d;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.top .box-column__link.active {
  color: #fff;
  background: #00469d;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .top .box-column__link.active:hover {
    color: #00469d;
    background: #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .top .box-column__link:hover {
    opacity: 1;
    color: #fff;
    background: #00469d;
  }
}

@media (max-width: 767px) {
  .top .box-column__link {
    height: 41px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 67px;
    margin: 0 7px 0 0;
    padding: 0 21px;
  }
  .top .box-column__link span {
    line-height: 1;
  }
}

.top .box-column__inner {
  padding: 0 39px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top .box-column__inner {
    padding: 0;
  }
}

.top .box-column__lst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .top .box-column__lst {
    padding: 0 18px;
    margin: 31px auto 0;
    flex-wrap: wrap;
  }
}

.top .box-column__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/0;
  max-width: calc(100vw * 378 / 1366);
  height: calc(100vw * 253 / 1366);
}

@media (max-width: 767px) {
  .top .box-column__img {
    max-width: 42.777%;
    height: calc(100vw * 97 / 375);
  }
}

.top .box-column__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.top .box-column__ctn {
  padding: 18px 0 0;
}

@media (max-width: 767px) {
  .top .box-column__ctn {
    max-width: calc(100% - 42.777%);
    padding: 0 0 0 16px;
    display: flex;
    flex-wrap: wrap;
  }
}

.top .box-column__ttl {
  color: #222;
  margin-top: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top .box-column__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
}

@media (max-width: 767px) {
  .top .box-column__ttl {
    width: 100%;
    order: 3;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 19px;
    margin-top: 4px;
  }
}

.top .box-column__cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 22px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .top .box-column__cat {
    order: 2;
    width: 100%;
    margin: 7px 0 0;
  }
}

.top .box-column__cat span {
  height: 32px;
  margin: 0 3px 4px 0;
  border-radius: 16px;
  background: #f2f2f7;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.57143em;
  letter-spacing: 0.01em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .top .box-column__cat span {
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 14px;
    height: auto;
    min-height: 25px;
    padding: 0 12px;
  }
}

.top .box-column__date {
  font-family: "Barlow", sans-serif;
  color: #00469d;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top .box-column__date {
    font-size: 13px;
    line-height: 15px;
    order: 1;
    width: 100%;
  }
}

.top .box-column__item {
  cursor: pointer;
}

.top .box-column__item:nth-child(1) {
  transition-delay: 0.2s;
}

.top .box-column__item:nth-child(2) {
  transition-delay: 0.4s;
}

.top .box-column__item:nth-child(3) {
  transition-delay: 0.6s;
}

.top .box-column__item:nth-child(4) {
  transition-delay: 0.8s;
}

.top .box-column__item:nth-child(5) {
  transition-delay: 1s;
}

.top .box-column__item:nth-child(6) {
  transition-delay: 1.2s;
}

.top .box-column__item:nth-child(7) {
  transition-delay: 1.4s;
}

.top .box-column__item:nth-child(8) {
  transition-delay: 1.6s;
}

.top .box-column__item:nth-child(9) {
  transition-delay: 1.8s;
}

.top .box-column__item:nth-child(10) {
  transition-delay: 2s;
}

.top .box-column__item:nth-child(11) {
  transition-delay: 2.2s;
}

.top .box-column__item:nth-child(12) {
  transition-delay: 2.4s;
}

.top .box-column__item:nth-child(13) {
  transition-delay: 2.6s;
}

.top .box-column__item:nth-child(14) {
  transition-delay: 2.8s;
}

.top .box-column__item:nth-child(15) {
  transition-delay: 3s;
}

.top .box-column__item:nth-child(16) {
  transition-delay: 3.2s;
}

.top .box-column__item:nth-child(17) {
  transition-delay: 3.4s;
}

.top .box-column__item:nth-child(18) {
  transition-delay: 3.6s;
}

.top .box-column__item:nth-child(19) {
  transition-delay: 3.8s;
}

.top .box-column__item:nth-child(20) {
  transition-delay: 4s;
}

.top .box-column__item:nth-child(21) {
  transition-delay: 4.2s;
}

.top .box-column__item:nth-child(22) {
  transition-delay: 4.4s;
}

.top .box-column__item:nth-child(23) {
  transition-delay: 4.6s;
}

.top .box-column__item:nth-child(24) {
  transition-delay: 4.8s;
}

.top .box-column__item:nth-child(25) {
  transition-delay: 5s;
}

.top .box-column__item:nth-child(26) {
  transition-delay: 5.2s;
}

.top .box-column__item:nth-child(27) {
  transition-delay: 5.4s;
}

.top .box-column__item:nth-child(28) {
  transition-delay: 5.6s;
}

.top .box-column__item:nth-child(29) {
  transition-delay: 5.8s;
}

.top .box-column__item:nth-child(30) {
  transition-delay: 6s;
}

@media (min-width: 768px) {
  .top .box-column__item {
    max-width: 31.5%;
    margin-right: 2.75%;
  }
  .top .box-column__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .top .box-column__item:hover {
    opacity: 1;
  }
  .top .box-column__item:hover .box-column__img img {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .top .box-column__item {
    display: flex;
    margin: 0 0 29px;
  }
  .top .box-column__item:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=maps/top.min.css.map */