*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  overflow: hidden !important;
}

#wpadminbar {
  z-index: 9999 !important;
}

body.admin-bar #fp {
  height: calc(100vh - 32px);
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #fp {
    height: calc(100vh - 46px);
    margin-top: 46px;
  }
}

.ast-container,
#ast-scroll-top {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.d-flex {
  display: flex;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

#fp {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  #fp {
    overflow-x: hidden;
    scroll-snap-type: none;
  }
}

.section {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section {
    height: auto;
    scroll-snap-align: none;
    justify-content: flex-start;
    overflow: visible;
    overflow-x: hidden;
  }
}
.section:nth-child(1) {
  background: #0d0d0d;
}
.section:nth-child(2) {
  background: #1a1a2e;
}
.section:nth-child(3) {
  background: #16213e;
}
.section:nth-child(4) {
  background: #0f3460;
}
.section:nth-child(5) {
  background: #0d1b2a;
}
.section:nth-child(6) {
  background: #1b2838;
}
.section:nth-child(7) {
  background: #f5f5f0;
}
.section:nth-child(8) {
  background: #0a1628;
}
.section:nth-child(9) {
  background: #f8f8f5;
}
.section:nth-child(10) {
  background: #0d0d0d;
}
.section:nth-child(1) h1 img {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .section:nth-child(1) h1 img {
    width: 160px;
  }
}
.section .section_title {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: 2;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section .section_title {
    top: 40px;
    left: 16px;
  }
}
.section .section_title h2 {
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
.section .section_title h2 small {
  margin-left: 10px;
  font-size: 40%;
}
.section .section_title h5 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .section .section_title h5 {
    font-size: 0.95rem;
  }
}
.section:nth-child(2) .content > p {
  color: #ffffff;
  line-height: 3.5em;
  max-width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  display: inline;
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .section:nth-child(2) .content > p {
    font-size: 3.215vw;
  }
}
.section:nth-child(2) .intro_l_back {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .section:nth-child(2) .intro_l_back img {
    width: 200px;
    height: auto;
  }
}
.section:nth-child(2) .intro_r_back {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section:nth-child(2) .intro_r_back img {
    width: 200px;
    height: auto;
  }
}
.section:nth-child(2), .section:nth-child(4), .section:nth-child(8), .section:nth-child(10) {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(73, 46, 101), rgb(25, 0, 50));
}
.section .back_l_logo {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  pointer-events: none;
}
.section:nth-child(7), .section:nth-child(9) {
  background-image: linear-gradient(180deg, rgb(246, 253, 255), rgb(238, 239, 255));
}
.section:nth-child(7) .eyebrow, .section:nth-child(9) .eyebrow {
  color: #ffa301;
}
.section:nth-child(7) h1,
.section:nth-child(7) h2, .section:nth-child(9) h1,
.section:nth-child(9) h2 {
  color: #111;
}
.section:nth-child(7) p, .section:nth-child(9) p {
  color: #111111;
}
.section:nth-child(7) .scroll-hint, .section:nth-child(9) .scroll-hint {
  color: rgba(17, 17, 17, 0.3);
}
.section:nth-child(7) .scroll-hint span, .section:nth-child(9) .scroll-hint span {
  background: rgba(17, 17, 17, 0.2);
}
.section:nth-child(7) .section_title h5, .section:nth-child(9) .section_title h5 {
  color: #000;
}

.secbg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .secbg {
    overflow-x: hidden;
    height: 100%;
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  .secbg > * {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .secbg ss3-force-full-width,
  .secbg .n2-section-smartslider,
  .secbg .n2-ss-align,
  .secbg .n2-ss-slider,
  .secbg .n2-ss-slider-1,
  .secbg .n2-ss-slider-2,
  .secbg .n2-ss-slider-3,
  .secbg .n2-ss-slider-4,
  .secbg .n2-ss-slider-5,
  .secbg .n2-ss-slider-6,
  .secbg .n2-ss-slider-7,
  .secbg .n2-ss-slider-8,
  .secbg .n2-ss-slider-9,
  .secbg .n2-ss-slider-10,
  .secbg .n2-ss-slide-backgrounds,
  .secbg .n2-ss-slide-background,
  .secbg .n2-ss-slide-background-image,
  .secbg .n2-ss-layers-container,
  .secbg .n2-ss-slide-limiter,
  .secbg .n2-ss-slide {
    height: 100vh !important;
    max-height: 100vh !important;
  }
  .secbg ss3-force-full-width,
  .secbg .n2-section-smartslider,
  .secbg .n2-ss-align,
  .secbg .n2-ss-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }
  .secbg .n2-ss-slide-background-image,
  .secbg picture,
  .secbg img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .secbg .n2-ss-slide-background-image,
  .secbg picture,
  .secbg img {
    object-fit: contain;
  }
}
.secbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.9s ease, transform 1.2s ease;
}
@media only screen and (max-width: 767px) {
  .secbg img {
    height: 100%;
    max-height: none;
  }
}
.secbg .secbg_over {
  width: 100%;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 2;
}

.section.is-active .secbg img {
  opacity: 1;
  transform: scale(1);
}

.content {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.content.visible {
  opacity: 1;
  transform: translateY(0);
}
.content {
  width: 100%;
  max-width: 640px;
}
.content--wide {
  max-width: 960px;
}
.content--md {
  max-width: 720px;
}
.content--narrow {
  max-width: 480px;
}
.content--full {
  max-width: 100%;
  padding: 2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 140px 1rem;
  }
}

@media only screen and (max-width: 767px) {
  #fp-0 {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #fp-0 .content {
    padding: 20px 1rem;
  }
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ffa301;
  margin-bottom: 1rem;
}

h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #ffffff;
}

.wp-block-heading {
  font-size: 1.5em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .wp-block-heading {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 3.5vw;
  }
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
  border: 1px solid #ffa301;
  color: #ffa301;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #ffa301;
  color: #ffffff;
}

.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .scroll-hint {
    bottom: 0.25em;
    display: none;
  }
}
.scroll-hint span {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.01% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.hero-copy-wrap {
  position: relative;
  z-index: 1;
  width: min(1100px, 100vw - 3rem);
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-copy-wrap {
    width: calc(100vw - 2rem);
  }
}

.top-copy {
  position: relative;
  z-index: 1;
  margin: 2.5rem auto 0;
  text-align: center;
  width: 100%;
}
.top-copy p {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-copy {
    margin-top: 1.25rem;
  }
}
.top-copy__small {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: white;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top-copy__small {
    font-size: 3.4vw;
    margin-bottom: 10px;
  }
}
.top-copy__large {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(2.4rem, 3.6vw, 2.8rem);
  letter-spacing: 0.04em;
  line-height: 2;
  color: white;
  margin: -0.3rem 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top-copy__large {
    font-size: clamp(1.3rem, 7vw, 2rem);
    line-height: 1.4;
    margin-top: -0.15rem;
  }
}

.news-block-wrap {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-block {
  margin-top: 8rem;
  width: 100%;
  max-width: 560px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .news-block {
    margin-top: 1rem;
    text-align: center;
  }
}
.news-block__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
  font-weight: 800;
  font-style: italic;
}
.news-block__item {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 767px) {
  .news-block__item {
    padding: 0.4rem 0;
  }
}
.news-block__date {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
  text-align: left;
}
.news-block__link {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s ease;
  text-align: left;
}
.news-block__link:hover {
  color: #ffffff;
}
.news-block__archive-link {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: italic;
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-block__archive-link:hover {
  color: #ffffff;
}

.message_txt,
.message_prof {
  color: #ffffff;
  font-weight: bold;
  line-height: 2.5em;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .message_txt,
  .message_prof {
    line-height: 2em;
  }
}

.message_txt {
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .message_txt {
    margin-top: 20px;
    font-size: 3.215vw;
  }
}

.message_prof {
  font-size: 0.7em;
}

.br-border {
  width: 100%;
  padding: 6px 0;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.overview_box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  color: black;
  padding: 10px 14px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 2em;
}
.overview_box h3 {
  text-align: center;
  font-size: 1.2em;
  margin: 10px 0 20px;
  color: #492d65;
}

#fp-4 h4 {
  text-align: center;
  font-size: 1em;
  margin: 10px 0 20px;
}
#fp-4 p {
  color: #000;
  font-size: 0.75em;
  font-weight: 500;
}

.o_time {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.9em;
}

.o_title {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 2em;
}

.o_line {
  border-top: 1px solid #dddddd;
  padding: 5px 0 0;
  margin-top: 5px;
}

.o_icon_01::before,
.o_icon_02::before,
.o_icon_03::before,
.o_icon_04::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -0.25em;
}

.o_icon_01::before {
  background-image: url(./../img_top/oneday_icon01.svg);
}

.o_icon_02::before {
  background-image: url(./../img_top/oneday_icon02.svg);
}

.o_icon_03::before {
  background-image: url(./../img_top/oneday_icon03.svg);
}

.o_icon_04::before {
  background-image: url(./../img_top/oneday_icon04.svg);
}

.oneday_cap {
  text-align: center;
  color: #fff !important;
  max-width: 100%;
  margin-bottom: 20px;
}

.comment_box {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .comment_box {
    margin-bottom: 30px;
  }
}
.comment_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

#fp-6 h3 {
  margin-top: 10px;
  font-size: 3em;
}
#fp-6 h4 {
  margin-top: 30px;
  font-size: 1.25em;
}
#fp-6 h6 {
  margin: 6px 0;
  font-size: 1em;
  letter-spacing: 0.2em;
  color: #492d65;
}

.ae_block {
  margin-top: 20px;
}
.ae_block p {
  font-weight: bold;
  font-size: 1em;
  color: #000;
}

.br-border2 {
  width: 100%;
  padding: 2px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.ae_small {
  font-size: 0.8em;
  line-height: 2em;
}

#fp-7 h5 {
  color: #ffffff;
  margin: 40px 0 20px;
}
#fp-7 p {
  font-size: 0.8em;
  line-height: 2.5em;
  font-weight: bold;
  max-width: 100%;
  text-align: left;
  color: #ffffff;
}
#fp-7 .ms_wrap {
  padding: 6px;
}
#fp-7 .ms_block {
  margin: 0;
  width: 100%;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6px;
}
#fp-7 .ms_block h3 {
  font-size: 1em;
  font-weight: 700;
  color: #a193aa;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  #fp-7 .ms_block h3 {
    font-size: 8vw;
  }
}
#fp-7 .ms_block p {
  font-size: 0.75em;
  color: #000;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #fp-7 .ms_block p {
    line-height: 1.6em;
  }
}

.career_copy {
  font-size: 1em;
  text-align: center;
  padding: 20px;
}

.career_tit {
  background-color: #492d65;
  color: #ffffff;
  font-size: 0.8em;
  padding: 4px;
  text-align: center;
}

.career_list {
  line-height: 1.8em;
  font-size: 0.8em;
}
.career_list small {
  font-weight: 500;
  font-size: 0.6em;
  text-align: center;
}

.career_box {
  margin-bottom: 15px;
}
.career_box h4 {
  font-size: 1em;
}
.career_box p {
  font-size: 0.9em;
  font-weight: 500;
}
.career_box span.green {
  color: #27885d;
}
.career_box span.yellow {
  color: #ffa301;
}

.sec_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.sec_footer h2 {
  text-align: center;
}
.sec_footer h2 img {
  width: 200px;
}
.sec_footer p {
  color: #ffffff;
  text-align: center;
  font-size: 0.6em;
}

@media only screen and (max-width: 767px) {
  .section--footer {
    min-height: 70svh;
    padding-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .section--footer .content {
    padding: 0.75rem 1rem 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section--footer .content h2 img {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section--footer .sec_footer {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section--footer .sec_footer h2 img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .section--footer .back_l_logo {
    width: 55%;
  }
}

#fp-nav {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.1rem;
  z-index: 1000;
}

@media only screen and (min-width: 992px) and (max-height: 780px) {
  #fp-nav {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
  }
}
.nav-item {
  position: relative;
  padding-right: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
  transition: color 0.3s ease;
}
.nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease;
}
.nav-item.active .nav-en {
  color: #ffa301;
}
.nav-item.active .nav-ja {
  color: rgba(255, 255, 255, 0.8);
}
.nav-item.active::after {
  background: #ffa301;
}

.nav-en {
  font-size: 0.65rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  transition: color 0.3s ease;
  font-family: "Roboto", sans-serif;
}
.nav-item:hover .nav-en {
  color: rgba(255, 163, 1, 0.7);
}

#fp-nav.nav--dark .nav-en {
  color: rgba(17, 17, 17, 0.7);
}
#fp-nav.nav--dark .nav-ja {
  color: rgba(17, 17, 17, 0.6);
}
#fp-nav.nav--dark .nav-item::after {
  background: rgba(17, 17, 17, 0.3);
}
#fp-nav.nav--dark .nav-item.active .nav-en {
  color: #ffa301;
}
#fp-nav.nav--dark .nav-item.active .nav-ja {
  color: rgba(17, 17, 17, 0.6);
}
#fp-nav.nav--dark .nav-item.active::after {
  background: #ffa301;
}

@media only screen and (max-width: 991px) {
  #fp-nav.nav--dark .nav-en {
    color: rgba(255, 255, 255, 0.5);
  }
  #fp-nav.nav--dark .nav-ja {
    color: rgba(255, 255, 255, 0.7);
  }
  #fp-nav.nav--dark .nav-item::after {
    background: rgba(255, 255, 255, 0.3);
  }
  #fp-nav.nav--dark .nav-item.active .nav-ja {
    color: rgba(255, 255, 255, 0.8);
  }
}
#fp-hamburger.hamburger--dark {
  background: rgba(17, 17, 17, 0.08);
  border-color: rgba(17, 17, 17, 0.15);
}
#fp-hamburger.hamburger--dark span {
  background: #111;
}

.nav-ja {
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  transition: color 0.3s ease;
}
.nav-item:hover .nav-ja {
  color: rgba(255, 255, 255, 0.6);
}

#fp-hamburger {
  display: none;
}
@media only screen and (max-width: 991px) {
  #fp-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 2000;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease;
  }
  #fp-hamburger:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  #fp-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform-origin: center;
  }
  #fp-hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #fp-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  #fp-hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

#fp-overlay {
  display: none;
}
@media only screen and (max-width: 991px) {
  #fp-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1400;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  #fp-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 991px) {
  #fp-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 220px;
    z-index: 1500;
    background: rgba(13, 13, 13, 0.97);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2rem;
    padding: 2rem 2rem 2rem 2.5rem;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #fp-nav.is-open {
    transform: translateX(0);
  }
  #fp-nav .nav-item {
    padding-right: 0;
    padding-left: 1rem;
    align-items: flex-start;
  }
  #fp-nav .nav-item::after {
    right: auto;
    left: 0;
  }
  #fp-nav .nav-en {
    font-size: 0.75rem;
  }
  #fp-nav .nav-ja {
    font-size: 0.55rem;
  }
}
@media only screen and (min-width: 992px) {
  #fp-nav {
    position: fixed;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    background: transparent;
    border: none;
    backdrop-filter: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.1rem;
  }
}

#fp-cta {
  position: fixed;
  z-index: 1900;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#fp-cta:hover {
  opacity: 0.85;
  transform: scale(0.96);
}
#fp-cta img {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: contain;
  animation: ctaPulse 2.5s ease-in-out infinite;
}
@keyframes ctaPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#fp-cta {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
}
@media only screen and (max-width: 991px) {
  #fp-cta {
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
  }
  #fp-cta:hover {
    opacity: 0.85;
    transform: translateY(-50%) scale(0.96);
  }
  #fp-cta img {
    width: 70px;
    height: 70px;
  }
}

body.single-post-page {
  overflow: auto !important;
  background: #fafaf8;
  color: #1a1a1a;
}

#single-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #single-wrap {
    padding-right: 140px;
  }
}

.single-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 248, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding: 1rem 0;
}

.single-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.single-back:hover {
  color: #ffa301;
}
.single-back__arrow {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.single-back:hover .single-back__arrow {
  transform: translateX(-4px);
}

.single-main {
  flex: 1;
  padding: 4rem 0 6rem;
}

.single-article__header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.single-article__date {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(26, 26, 26, 0.4);
  margin-bottom: 0.75rem;
}
.single-article__cats {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.single-article__cat {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffa301;
  border: 1px solid #ffa301;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
}
.single-article__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .single-article__title {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.single-article__thumb {
  margin-bottom: 3rem;
}
.single-article__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.single-article__body {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(26, 26, 26, 0.8);
}
.single-article__body h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 3rem 0 1rem;
  padding-left: 1rem;
  border-left: 3px solid #ffa301;
}
.single-article__body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 2rem 0 0.75rem;
}
.single-article__body p {
  color: #111;
  margin-bottom: 1.5rem;
  font-weight: 400;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.single-article__body a {
  color: #ffa301;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-article__body a:hover {
  opacity: 0.75;
}
.single-article__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 4px;
}
.single-article__body ul,
.single-article__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-article__body ul li,
.single-article__body ol li {
  margin-bottom: 0.4rem;
}
.single-article__body blockquote {
  border-left: 3px solid rgba(26, 26, 26, 0.15);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  color: rgba(26, 26, 26, 0.6);
  font-style: italic;
}

.single-post-nav {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.single-post-nav__link {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #1a1a1a;
}
.single-post-nav__link:hover {
  color: #ffa301;
}
.single-post-nav__link--next {
  align-items: flex-end;
}
.single-post-nav__dir {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.4);
}
.single-post-nav__title {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-post-nav__title {
    font-size: 3vw;
  }
}

.single-footer {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  background: #fafaf8;
}
.single-footer__copy {
  font-size: 0.7rem;
  color: rgba(26, 26, 26, 0.35);
  letter-spacing: 0.05em;
  margin: 0;
}
.single-footer__top {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-footer__top:hover {
  color: #ffa301;
}

@media only screen and (min-width: 992px) {
  body.single-post-page #fp-nav .nav-en {
    color: rgba(17, 17, 17, 0.35);
  }
  body.single-post-page #fp-nav .nav-ja {
    color: rgba(17, 17, 17, 0.25);
  }
  body.single-post-page #fp-nav .nav-item::after {
    background: rgba(17, 17, 17, 0.25);
  }
  body.single-post-page #fp-nav .nav-item.active .nav-en {
    color: #111;
  }
  body.single-post-page #fp-nav .nav-item.active .nav-ja {
    color: rgba(17, 17, 17, 0.5);
  }
  body.single-post-page #fp-nav .nav-item.active::after {
    background: #ffa301;
  }
}
body.single-post-page #fp-hamburger {
  background: rgba(17, 17, 17, 0.06);
  border-color: rgba(17, 17, 17, 0.12);
}
body.single-post-page #fp-hamburger span {
  background: #111;
}

.archive-intro {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.archive-intro__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 0.75rem;
}

.archive-intro__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
}

.archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-list__item {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.archive-list__item:last-child {
  border-bottom: none;
}

.archive-card {
  display: block;
  padding: 0.75rem 0;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
}
.archive-card:hover {
  background: rgba(26, 26, 26, 0.02);
}

.archive-card__date {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(26, 26, 26, 0.4);
  margin-bottom: 0.5rem;
}

.archive-card__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .archive-card__title {
    font-size: 3.5vw;
  }
}
.archive-card:hover .archive-card__title {
  color: #ffa301;
}

.archive-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.6);
  margin: 0;
}

.archive-empty {
  padding: 4rem 0;
  text-align: center;
  color: rgba(26, 26, 26, 0.5);
  font-size: 0.95rem;
}

.single-main .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}

.single-main .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: 0.85rem;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 4px;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.single-main .page-numbers:hover {
  color: #ffa301;
  border-color: #ffa301;
}
.single-main .page-numbers.current {
  color: #fff;
  background: #ffa301;
  border-color: #ffa301;
}
.single-main .page-numbers.dots {
  border: none;
  pointer-events: none;
}/*# sourceMappingURL=fullpage.css.map */