:root {
  --main-color: #2953d2;
  --white-color: #fff;
  --black-color: #000;
  --bg-color: #f7f7f7;
  --head-transition: 0.3s ease;
  --header-height: 206px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: 134px;
  }
}
img {
  max-width: 100%;
}

#contents {
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
    min-width: auto;
  }
}
#contents div {
  box-sizing: border-box;
}

#footer {
  position: relative;
}

.page-header {
  max-width: 1240px;
  margin: auto;
  padding: 0 13px 24px;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 0 15px 14px;
  }
}
.page-header-text {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .page-header-text {
    font-size: 24px;
  }
}

.main-area {
  width: 100%;
  clip: rect(0, auto, auto, 0);
  clip-path: inset(0);
  background: url(/corporate/brand/img/kv.jpg) top center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main-area {
    background: none;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .main-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/corporate/brand/img/kv-sp.jpg) top center/cover no-repeat;
    height: 100%;
  }
}
.main-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 33, 139, 0);
  backdrop-filter: blur(0);
}
@media screen and (max-width: 768px) {
  .main-area-bg {
    position: fixed;
  }
}
.main-area a {
  color: currentColor;
}

.section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 70px 0;
  }
}

.inner {
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.3%;
  }
}

.hero {
  min-height: 706px;
  height: calc(100dvh - var(--header-height));
  position: relative;
  padding: 0;
  max-width: 1240px;
  margin: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 0;
  }
}
.hero-title {
  padding-top: 225px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .hero-title {
    padding-top: 40px;
    margin-left: 5.3%;
    letter-spacing: 0.06em;
  }
}
.hero-title-s {
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .hero-title-s {
    font-size: 112.5%;
  }
}
.hero-title-m {
  margin-top: 48px;
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .hero-title-m {
    margin-top: 28px;
    font-size: 112.5%;
  }
}
.hero-title-l {
  margin-top: 18px;
  font-size: 412.5%;
}
@media screen and (max-width: 768px) {
  .hero-title-l {
    font-size: 250%;
    margin-top: 8px;
    line-height: 1.46;
  }
}
@media screen and (max-width: 768px) {
  .hero-title-s-sp {
    font-size: 112.5%;
  }
}
.hero-scroll {
  font-size: 81.2%;
  writing-mode: sideways-rl;
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 1em;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .hero-scroll {
    position: relative;
    font-size: 68.7%;
    margin-left: 3.4%;
  }
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 105px;
  width: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .hero-scroll::after {
    height: 19.7333333333vw;
  }
}

.h2-title {
  border-left: 1px solid currentColor;
  padding-left: 24px;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 3%;
}
@media screen and (max-width: 768px) {
  .h2-title {
    padding-left: 6.4vw;
  }
}
.h2-title-en {
  font-size: 375%;
}
@media screen and (max-width: 768px) {
  .h2-title-en {
    font-size: 225%;
  }
}
.h2-title-jp {
  font-size: 116%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .h2-title-jp {
    font-size: 100%;
  }
}

.text-base {
  font-size: 125%;
  letter-spacing: 6%;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .text-base {
    letter-spacing: 3%;
    font-size: 114.2%;
  }
}

.message {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: -15px;
  }
}
.message .h2-title {
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .message .h2-title {
    margin-bottom: 60px;
  }
}
.message-text {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .message-text {
    margin-top: 66px;
    font-size: 114.2%;
  }
}
.message-text p {
  line-height: 2;
}
.message-text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .message-text p + p {
    margin-top: 36px;
  }
}
.message-lead {
  margin-top: 56px;
  font-size: 281.2%;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .message-lead {
    font-size: 157.1%;
    margin-top: 80px;
  }
}

.interview-video-container {
  margin-top: 24px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .interview-video-container {
    margin-top: 20px;
  }
}
.interview-video-container iframe {
  width: 100%;
  height: 100%;
}
.interview-video-thumb {
  display: block;
  position: relative;
}
.interview-video-thumb::before, .interview-video-thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.interview-video-thumb::before {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.interview-video-thumb::after {
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/corporate/brand/img/icon-play.svg) center/cover no-repeat;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .interview-video-thumb::after {
    width: 60px;
    height: 60px;
  }
}
@media (any-hover: hover) {
  .interview-video-thumb:hover::after {
    background-image: url(/corporate/brand/img/icon-play-on.svg);
  }
}
@media screen and (max-width: 768px) {
  .interview .text-base {
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
}

.text-animation {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.text-animation.is-active {
  opacity: 1;
}

.list-item {
  line-height: 2;
  letter-spacing: 6%;
  border-bottom: 1px solid #fff;
}
.list-item + .list-item {
  margin-top: 6px;
}
.list-link {
  display: flex;
  text-decoration: none;
  gap: 8px 1rem;
  align-items: flex-start;
  position: relative;
  padding: 8px 33px 8px 0;
}
@media screen and (max-width: 768px) {
  .list-link {
    flex-direction: column;
    padding-right: 56px;
  }
}
.list-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/corporate/common/img/icon_arrow_right_solid.png) center/contain no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .list-link::after {
    right: 20px;
  }
}
.list .date {
  padding: 0 10px;
  flex: 0 0 120px;
  border: 1px solid currentColor;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .list .date {
    flex-basis: auto;
    padding: 0 8px;
  }
}
.list .text-base {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .list .text-base {
    letter-spacing: 6%;
    line-height: 1.75;
  }
}/*# sourceMappingURL=index.css.map */