@charset "UTF-8";
/* =========================
PC
========================= */
/* =========================
PC（最大値、最小値なし）
========================= */
/* =========================
SP
========================= */
/* =========================
SP（359px以下想定）
========================= */
/* --- media query -------------------------------- */
/* --- font size + line-height -------------------------------- */
/* --- inner -------------------------------- */
/* ---  arrow link btn  -------------------------------- */
.is-top {
  background-color: #ffffff;
}
.is-top h3 {
  font-size: clamp(28px, 2.8571428571vw, 40px);
  line-height: 1;
  color: #ffffff;
  margin-bottom: clamp(0px, 3.5714285714vw, 50px);
}
@media screen and (max-width: 767px) {
  .is-top h3 {
    font-size: clamp(0px, 6.9333333333vw, 52px);
    line-height: 1;
    margin-bottom: clamp(0px, 8vw, 60px);
  }
}
.is-top h3 span {
  font-size: clamp(9.8px, 1vw, 14px);
  line-height: 2.8571428571;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .is-top h3 span {
    font-size: clamp(0px, 3.2vw, 24px);
    line-height: 2.5;
  }
}

.p-top-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 880/200;
}
.p-top-kv #kv-animation {
  width: clamp(0px, 62.8571428571vw, 880px);
}
@media screen and (max-width: 767px) {
  .p-top-kv #kv-animation {
    width: 95%;
  }
}
.p-top-kv #kv-animation span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-top-kv .scroll {
  position: absolute;
  right: 4%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .p-top-kv .scroll {
    right: 5%;
  }
}
.p-top-kv .scroll-text {
  color: #011976;
  font-size: clamp(0px, 1.1428571429vw, 16px);
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-top-kv .scroll-text {
    font-size: clamp(0px, 2.6666666667vw, 20px);
  }
}
.p-top-kv .scroll-border {
  position: relative;
  top: clamp(0px, 1.7857142857vw, 25px);
  width: 1px;
  height: clamp(0px, 4.2857142857vw, 60px);
  background-color: #BDC3D8;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top-kv .scroll-border {
    top: clamp(0px, 4.6666666667vw, 35px);
    height: clamp(0px, 8vw, 60px);
  }
}
.p-top-kv .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: clamp(0px, 2.1428571429vw, 30px);
  top: 0;
  left: 0;
  right: 0;
  background: #011976;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top-kv .scroll-border::before {
    height: clamp(0px, 4vw, 30px);
  }
}
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
  }
}

.p-top-copy {
  margin-bottom: clamp(0px, 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-top-copy {
    margin-bottom: clamp(0px, 13.3333333333vw, 100px);
  }
}
.p-top-copy .l-inner {
  width: clamp(0px, 53.3571428571vw, 747px);
}
@media screen and (max-width: 767px) {
  .p-top-copy .l-inner {
    width: 86%;
  }
}
.p-top-copy__ctr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-copy__ctr {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 6.6666666667vw, 50px);
  }
}
.p-top-copy__ctr-box h2 span {
  display: block;
  font-size: clamp(11.2px, 1.1428571429vw, 16px);
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-copy__ctr-box h2 span {
    font-size: clamp(0px, 3.7333333333vw, 28px);
    line-height: 1.7142857143;
  }
}
.p-top-copy__ctr-box h2 span:not(:last-of-type) {
  margin-bottom: clamp(0px, 2.1428571429vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-top-copy__ctr-box h2 span:not(:last-of-type) {
    margin-bottom: clamp(0px, 8vw, 60px);
  }
}

.p-top-biz {
  padding: clamp(0px, 7.1428571429vw, 100px) 0;
  background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
  .p-top-biz {
    padding: clamp(0px, 13.3333333333vw, 100px) 0;
  }
}
.p-top-biz ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(0px, 4.2857142857vw, 60px) clamp(0px, 0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-top-biz ul {
    gap: clamp(0px, 2.6666666667vw, 20px);
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-top-biz ul li {
  width: calc(33.3% - clamp(0px, 0.8571428571vw, 12px));
}
@media screen and (max-width: 767px) {
  .p-top-biz ul li {
    display: flex;
    width: calc(50% - clamp(0px, 1.3333333333vw, 10px));
  }
}
.p-top-biz ul li a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: clamp(0px, 2.1428571429vw, 30px);
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .p-top-biz ul li a {
    display: flex;
    flex-direction: column;
    padding: clamp(0px, 2.6666666667vw, 20px);
  }
}
.p-top-biz ul li a img {
  margin-bottom: clamp(0px, 2.5vw, 35px);
}
@media screen and (max-width: 767px) {
  .p-top-biz ul li a img {
    margin-bottom: clamp(0px, 2.6666666667vw, 20px);
  }
}
.p-top-biz ul li a p {
  font-size: clamp(0px, 1.8571428571vw, 26px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-biz ul li a p {
    display: flex;
    align-items: center;
    height: 3rem;
    font-size: clamp(0px, 3.2vw, 24px);
    line-height: 1.4583333333;
  }
}

.p-top-pf {
  padding: clamp(0px, 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .p-top-pf {
    padding: clamp(0px, 13.3333333333vw, 100px) 0;
  }
}
.p-top-pf h3 {
  color: #011976;
}
.p-top-pf__ctr {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-pf__ctr {
    flex-direction: column;
    gap: clamp(0px, 10.6666666667vw, 80px);
  }
}
.p-top-pf__ctr > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-pf__ctr > li {
    width: 100%;
  }
}
.p-top-pf__ctr p {
  font-size: clamp(15.4px, 1.5714285714vw, 22px);
  line-height: 1;
  font-weight: 700;
  padding-left: clamp(0px, 1.0714285714vw, 15px);
  border-left: clamp(0px, 0.2142857143vw, 3px) solid #011976;
  margin-bottom: clamp(0px, 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top-pf__ctr p {
    font-size: clamp(0px, 3.7333333333vw, 28px);
    line-height: 1;
    margin-bottom: clamp(0px, 2.6666666667vw, 20px);
    padding-left: clamp(0px, 2.6666666667vw, 20px);
    border-left: clamp(0px, 0.4vw, 3px) solid #011976;
  }
}
.p-top-pf__ctr img {
  width: clamp(0px, 21.0714285714vw, 295px);
}
@media screen and (max-width: 767px) {
  .p-top-pf__ctr img {
    width: clamp(0px, 38vw, 285px);
  }
}
.p-top-pf__ctr ul {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 2.6666666667vw, 20px) 0;
}
@media screen and (max-width: 767px) {
  .p-top-pf__ctr ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(0px, 2.6666666667vw, 20px);
    align-items: center;
  }
}

.p-top-rect {
  padding: clamp(0px, 5vw, 70px) 0 clamp(0px, 13.5714285714vw, 190px);
  background: #011976;
  background: linear-gradient(135deg, rgb(1, 25, 118) 0%, rgb(14, 50, 170) 100%);
}
@media screen and (max-width: 767px) {
  .p-top-rect {
    padding: clamp(0px, 12vw, 90px) 0 clamp(0px, 26.6666666667vw, 200px);
  }
}
.p-top-rect ul {
  display: flex;
  justify-content: space-between;
  gap: clamp(0px, 4.2857142857vw, 60px);
  margin-bottom: clamp(0px, 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-top-rect ul {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 8.6666666667vw, 65px);
    margin-bottom: clamp(0px, 8vw, 60px);
  }
}
.p-top-rect a {
  margin: 0 0 0 auto;
}

.link-btn-txt-arrow {
  position: relative;
  font-weight: 700;
  font-size: clamp(18.2px, 1.8571428571vw, 26px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .link-btn-txt-arrow {
    font-size: clamp(0px, 5.0666666667vw, 38px);
    line-height: 1;
  }
}
.link-btn-txt-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(0px, 2.2857142857vw, 32px);
  height: clamp(0px, 0.7142857143vw, 10px);
  background: url(/assets/img/top/top__btn-grad-arrow-short.svg) no-repeat center center/contain;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .link-btn-txt-arrow::before {
    background-image: url(/assets/img/common/cmn__btn-grad-arrow.svg);
    width: clamp(0px, 6.4vw, 48px);
    height: clamp(0px, 1.3333333333vw, 10px);
  }
}

.p-top-rect .link-btn-txt-arrow::before {
  background-image: url(/assets/img/top/top__btn-wh-arrow-short.svg);
}
@media screen and (max-width: 767px) {
  .p-top-rect .link-btn-txt-arrow::before {
    background-image: url(/assets/img/common/cmn__btn-wh-arrow.svg);
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover .link-btn-txt-arrow::before {
    right: clamp(-8px, -0.5714285714vw, 0px);
  }
}

/* --- animation -------------------------------- */
[anime-kv] {
  opacity: 0;
  transition: 1s ease-in-out;
  transition-delay: 0.6s;
}

[anime-scroll] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.9s ease-in-out;
}

.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* --- movie -------------------------------- */
.p-top-movie {
  margin-bottom: clamp(0px, 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-top-movie {
    margin-bottom: clamp(0px, 13.3333333333vw, 100px);
  }
}
.p-top-movie div {
  text-align: center;
}
.p-top-movie div video {
  width: clamp(0px, 53.3571428571vw, 747px);
  aspect-ratio: 1920/1080;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: clamp(0px, 0.7142857143vw, 10px);
}
@media screen and (max-width: 767px) {
  .p-top-movie div video {
    width: 100%;
    margin-bottom: clamp(0px, 1.3333333333vw, 10px);
  }
}
.p-top-movie p {
  text-align: right;
  width: clamp(0px, 53.3571428571vw, 747px);
  margin: 0 auto;
  font-size: clamp(8.4px, 0.8571428571vw, 12px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-movie p {
    width: 100%;
    font-size: clamp(0px, 2.6666666667vw, 20px);
    line-height: 1;
  }
}

/* --- news -------------------------------- */
.p-top-news {
  background-color: #F8F8F8;
  padding: clamp(0px, 10.7142857143vw, 150px) 0;
  margin-bottom: clamp(0px, 9.2857142857vw, 130px);
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: clamp(0px, 13.3333333333vw, 100px) 0;
    margin-bottom: clamp(0px, 13.3333333333vw, 100px);
  }
}
.p-top-news h3 {
  color: #011976;
}
.p-top-news .c-btn {
  margin: 0 0 0 auto;
}
.p-top-news ul {
  margin-bottom: clamp(0px, 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-top-news ul {
    margin-bottom: clamp(0px, 8vw, 60px);
  }
}
.p-top-news ul li {
  border-top: 1px solid #D3D3D3;
  font-size: clamp(9.8px, 1vw, 14px);
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-top-news ul li {
    font-size: clamp(0px, 3.7333333333vw, 28px);
    line-height: 1.7857142857;
  }
}
.p-top-news ul li:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}
.p-top-news ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0px, 3.5714285714vw, 50px);
  padding: clamp(0px, 2.8571428571vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .p-top-news ul li a {
    flex-wrap: wrap;
    gap: clamp(0px, 4vw, 30px);
    padding: clamp(0px, 8vw, 60px) 0;
  }
}
.p-top-news ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: clamp(0px, 2.1428571429vw, 30px);
  top: 50%;
  width: clamp(0px, 0.7142857143vw, 10px);
  height: clamp(0px, 0.7142857143vw, 10px);
  border-top: 2px solid #011976;
  border-right: 2px solid #011976;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-news ul li a::before {
    display: none;
  }
}
.p-top-news ul li a time {
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
}
.p-top-news ul li a span {
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: #011976;
  border-radius: 100px;
  min-width: clamp(0px, 9.2857142857vw, 130px);
  padding: clamp(0px, 0.3571428571vw, 5px) clamp(0px, 0.7142857143vw, 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news ul li a span {
    min-width: clamp(0px, 29.3333333333vw, 220px);
    padding: clamp(0px, 1.0666666667vw, 8px) clamp(0px, 2.6666666667vw, 20px);
  }
}
.p-top-news ul li a p {
  flex: 1;
  padding-right: clamp(0px, 7.1428571429vw, 100px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news ul li a p {
    padding-right: 0;
    flex: none;
    width: 100%;
    -webkit-line-clamp: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-news ul li a:hover {
    opacity: 1;
  }
  .p-top-news ul li a:hover::before {
    transform: translateY(-50%) translateX(clamp(0px, 0.5714285714vw, 8px)) rotate(45deg);
  }
}
