@charset "UTF-8";
@font-face {
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/KozGoPr6N-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/KozGoPr6N-Bold.otf") format("opentype");
}
html,
body {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  font-family: "Kozuka Gothic Pro", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  overflow-y: auto;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0769230769vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.15625vw;
  }
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

.smooth-wrapper {
  top: 0;
  left: 0;
  width: 100%;
}

.scroll-inner {
  width: 100%;
}

.page-fade-wrap {
  opacity: 0;
  will-change: opacity;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
img.w100 {
  max-width: 100%;
}

.fixed-img {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fixed-img {
    width: 100%;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  color: #000;
}

svg * {
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul,
li,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.mb58 {
  margin-bottom: 58px;
}

main {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  .container {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 580rem;
    width: 100%;
  }
}

section {
  background-color: #002145;
  position: relative;
  z-index: 5;
  display: block;
}

.acu {
  font-family: "Acumin", sans-serif;
}

.c-orange {
  color: #ffa631;
}

.scroll-indicator {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 10;
  color: #d9dada;
  font-size: 12px;
  font-weight: 400;
  left: 10px;
  bottom: 125px;
  width: 26px;
}
@media screen and (max-width: 1900px) {
  .scroll-indicator {
    left: 10rem;
    bottom: 125rem;
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}
.scroll-indicator .scroll-text {
  writing-mode: vertical-lr;
  font-size: 10px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1900px) {
  .scroll-indicator .scroll-text {
    font-size: 10rem;
  }
}
.scroll-indicator .scroll-circle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.scroll-indicator .scroll-circle .dot {
  width: 1px;
  height: 1px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-dot 1.6s infinite ease-in-out;
}

.sec-ttl {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media screen and (max-width: 1900px) {
  .sec-ttl {
    gap: 12rem;
  }
}
.sec-ttl .ttl-en {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media screen and (max-width: 1900px) {
  .sec-ttl .ttl-en {
    font-size: 36rem;
    line-height: 40rem;
  }
}
.sec-ttl .ttl-ja {
  font-weight: 500;
  line-height: 40px;
  font-size: 21px;
}
@media screen and (max-width: 1900px) {
  .sec-ttl .ttl-ja {
    font-size: 21rem;
    line-height: 40rem;
  }
}

.description {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .description {
    font-size: 16rem;
  }
}

.grid-list {
  display: grid;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

@keyframes btnSlideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes btnSlideOut {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 65px;
  padding: 0 21px 0 105px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #002145;
  background-color: #fff;
  border: 1px solid #002145;
  gap: 68px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002145;
  z-index: -1;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .btn::before {
    display: none;
  }
}
.btn.slide-in::before {
  animation: btnSlideIn 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .btn.slide-in::before {
    animation: none;
  }
}
.btn.slide-out::before {
  animation: btnSlideOut 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .btn.slide-out::before {
    animation: none;
  }
}
.btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .btn:hover {
    display: none;
  }
}
.btn:hover svg {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
.btn:hover svg path {
  stroke: #fff;
  transition: stroke 0.3s ease;
}
.btn svg {
  margin-left: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn svg {
    width: 12rem;
    height: 15rem;
  }
}
.btn a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1900px) {
  .btn {
    padding: 0 21rem 0 105rem;
    gap: 68rem;
    font-size: 18rem;
    height: 65rem;
  }
}
.btn.black {
  background-color: #002145;
  color: #fff;
  border: 1px solid #002145;
}
.btn.black::before {
  background-color: #fff;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .btn.black::before {
    display: none;
  }
}
.btn.black.slide-in::before {
  animation: btnSlideIn 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .btn.black.slide-in::before {
    animation: none;
  }
}
.btn.black.slide-out::before {
  animation: btnSlideOut 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .btn.black.slide-out::before {
    animation: none;
  }
}
.btn.black:hover {
  color: #002145;
}
@media screen and (max-width: 768px) {
  .btn.black:hover {
    display: none;
  }
}
.btn.black:hover svg {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
.btn.black:hover svg path {
  stroke: #002145;
  transition: stroke 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn.pc {
    display: none;
  }
}

.btn-sp {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 65px;
  padding: 0 21px 0 105px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #002145;
  background-color: #fff;
  border: 1px solid #002145;
  gap: 68px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1900px) {
  .btn-sp {
    padding: 0 21rem 0 105rem;
    gap: 68rem;
    font-size: 18rem;
    height: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-sp {
    display: flex;
  }
}
.btn-sp svg {
  margin-left: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-sp svg {
    width: 12rem;
    height: 15rem;
  }
}
.btn-sp a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}
.btn-sp.black {
  background-color: #002145;
  color: #fff;
  border: 1px solid #002145;
}

.page-intro {
  counter-reset: number 0;
}
.page-intro .container {
  padding: 202px 0 125px;
}
@media screen and (max-width: 1900px) {
  .page-intro .container {
    padding: 202rem 0 125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container {
    padding: 108rem 0 140rem;
  }
}
.page-intro .container .grid-list {
  grid-template-columns: 1fr max-content;
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list {
    grid-template-columns: 1fr;
    gap: 82rem;
  }
}
.page-intro .container .grid-list .title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .title {
    gap: 13rem;
  }
}
.page-intro .container .grid-list .title .ttl-en {
  color: #fff;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 0.06em;
  line-height: 80px;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .title .ttl-en {
    font-size: 72rem;
    line-height: 80rem;
  }
}
.page-intro .container .grid-list .title .ttl-en span {
  display: inline-block;
  will-change: transform, opacity;
}
.page-intro .container .grid-list .title .ttl-ja {
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  font-size: 21px;
  opacity: 0;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .title .ttl-ja {
    font-size: 21rem;
    line-height: 40rem;
  }
}
.page-intro .container .grid-list .title.main .ttl-en {
  color: #002145;
}
.page-intro .container .grid-list .title.main .ttl-ja {
  color: #002145;
}
.page-intro .container .grid-list .page-navi {
  margin-right: 33px;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi {
    margin-right: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi {
    margin-left: auto;
    margin-right: 0;
  }
}
.page-intro .container .grid-list .page-navi.main ol li {
  color: #002145;
}
.page-intro .container .grid-list .page-navi.main ol li::after {
  background-color: #002145;
}
.page-intro .container .grid-list .page-navi.main ol li .navi-en::before {
  color: #002145;
}
.page-intro .container .grid-list .page-navi ol {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi ol {
    gap: 34rem;
  }
}
.page-intro .container .grid-list .page-navi ol li {
  position: relative;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  gap: 63px;
  transition: all 0.5s ease;
}
.page-intro .container .grid-list .page-navi ol li:hover {
  filter: opacity(80%);
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol li {
    font-size: 14rem;
    gap: 63rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi ol li {
    gap: 116rem;
  }
}
.page-intro .container .grid-list .page-navi ol li::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol li::after {
    width: 28rem;
    height: 1rem;
  }
}
.page-intro .container .grid-list .page-navi ol li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page-intro .container .grid-list .page-navi ol li .navi-ja {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol li .navi-ja {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi ol li .navi-ja {
    font-size: 18rem;
  }
}
.page-intro .container .grid-list .page-navi ol li .navi-en {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol li .navi-en {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi ol li .navi-en {
    font-size: 21rem;
  }
}
.page-intro .container .grid-list .page-navi ol li .navi-en::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  right: 100%;
  bottom: 100%;
}
@media screen and (max-width: 1900px) {
  .page-intro .container .grid-list .page-navi ol li .navi-en::before {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-intro .container .grid-list .page-navi ol li .navi-en::before {
    font-size: 15rem;
  }
}

.bg {
  background: url(../img/top/bg.png) no-repeat center/cover #fff;
}
.bg section {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .bg {
    background: url(../img/top/bg-sp.png) no-repeat center/cover #fff;
  }
}
.bg.about {
  background: url(../img/about/bg.png) repeat-y top/100% auto #fff;
}
@media screen and (max-width: 768px) {
  .bg.about {
    background: url(../img/about/bg-sp.png) repeat-y top/100% auto #fff;
  }
}
.bg.bg2 {
  background: url(../img/common/bg.png) repeat-y center/100% auto #fff;
}
@media screen and (max-width: 768px) {
  .bg.bg2 {
    background: url(../img/top/bg-sp.png) no-repeat center/cover #fff;
  }
}
.bg.bg3 {
  background: url(../img/common/bg02.png) repeat-y top/100% auto #fff;
}
@media screen and (max-width: 768px) {
  .bg.bg3 {
    background: url(../img/top/bg-sp.png) no-repeat center/cover #fff;
  }
}
.bg.bg4 {
  background: url(../img/common/bg03.png) repeat-y top/100% auto #fff;
}
@media screen and (max-width: 768px) {
  .bg.bg4 {
    background: url(../img/top/bg-sp.png) no-repeat center/cover #fff;
  }
}

.table-item .item {
  display: grid;
  grid-template-columns: 288px 1fr;
  padding: 21px 0 24px;
  border-bottom: 1px solid #d9dada;
}
.table-item .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.table-item .item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1900px) {
  .table-item .item {
    grid-template-columns: 288rem 1fr;
    padding: 21rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .table-item .item {
    grid-template-columns: 1fr;
    padding: 31rem 0 28rem;
    gap: 24rem;
  }
}
.table-item .item .ttl {
  color: #002145;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  margin-left: 31px;
}
@media screen and (max-width: 1900px) {
  .table-item .item .ttl {
    margin-left: 31rem;
    font-size: 16rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .table-item .item .ttl {
    font-size: 21rem;
  }
}
.table-item .item .detail {
  color: #3e3a39;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (max-width: 1900px) {
  .table-item .item .detail {
    line-height: 38rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .table-item .item .detail {
    margin-left: 31rem;
    font-size: 21rem;
  }
}
.table-item .item .detail dt {
  line-height: 38px;
  font-size: 16px;
  color: #002145;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .table-item .item .detail dt {
    font-size: 16rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .table-item .item .detail dt {
    font-size: 21rem;
  }
}
.table-item .item .detail dd {
  margin-left: 0;
}

.grid-item {
  display: grid;
}

/* スクロールテキスト */
.text-scroll {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  color: #d9dada;
}

.scroll-content {
  display: flex;
  gap: 10px;
  animation: scroll-left 20s linear infinite;
}
.scroll-content p {
  font-size: 200px;
  line-height: 222px;
  letter-spacing: 0.06em;
  font-family: "Acumin", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .scroll-content p {
    font-size: 200rem;
    line-height: 222rem;
  }
}
@media screen and (max-width: 768px) {
  .scroll-content p {
    font-size: 150rem;
    line-height: 212rem;
  }
}
@media screen and (max-width: 1900px) {
  .scroll-content {
    gap: 10rem;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=common.css.map */