@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  /* text-rendering: optimizeSpeed; */
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
h5, h6 {
  margin: 0;
}

a {
  color: #999;
  text-decoration: underline;
}
a:active {
  color: #ccc;
}

@media all and (min-width: 1240px) {
  a:hover {
    color: #ccc;
  }
}
@-webkit-keyframes Blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  height: 100%;
  background-color: #f0f0f0;
  font-size: 15px;
  color: #2b2b2b;
}
body.is-naviOpened {
  overflow: hidden;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 89.3333333333vw;
}
@media all and (min-width: 640px) {
  .container {
    max-width: 91.6666666667vw;
  }
}
@media all and (min-width: 1240px) {
  .container {
    max-width: 93.75vw;
  }
}
@media all and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media all and (min-width: 640px) {
  p {
    font-size: 15px;
  }
}
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-1160-container {
  position: relative;
  max-width: 1160px;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 960px) {
  .l-1160-container {
    width: calc(100% - 80px);
  }
}
.l-1300-container {
  position: relative;
  max-width: 1300px;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 960px) {
  .l-1300-container {
    width: calc(100% - 80px);
  }
}
.l-header-spacer {
  height: 60px;
}

@media all and (min-width: 640px) {
  .l-header-spacer {
    height: 100px;
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 184px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00162B;
  border-radius: 20px;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  color: #00162B;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  cursor: pointer;
}
.o-button:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  box-shadow: 1px -1px 0 #00162B;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
a.o-button {
  color: #00162B;
  text-decoration: none;
}

@media not all and (min-width: 1240px) {
  .o-button:active {
    background-color: #00162B;
    color: #ffffff;
  }
  .o-button:active:after {
    box-shadow: 1px -1px 0 #ffffff;
  }
}
@media all and (min-width: 1240px) {
  .o-button:hover {
    background-color: #00162B;
    color: #ffffff;
  }
  .o-button:hover:after {
    box-shadow: 1px -1px 0 #ffffff;
  }
}
.o-buttonB {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 304px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00162B;
  border-radius: 30px;
  background-color: #00162B;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  cursor: pointer;
}
a.o-buttonB {
  color: #fff;
  text-decoration: none;
}

@media not all and (min-width: 1240px) {
  .o-buttonB:active {
    background-color: #fff;
    color: #00162B;
  }
}
@media all and (min-width: 1240px) {
  .o-buttonB:hover {
    background-color: #fff;
    color: #00162B;
  }
}
.o-card {
  position: relative;
}
.o-card .o-card__image {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.o-card .o-card__image:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.o-card .o-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.o-card .o-card__body p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.o-form-input {
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #f0f1f3;
  padding: 8px;
}
@media all and (min-width: 960px) {
  .o-form-input {
    padding: 16px;
  }
}
.o-form-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 304px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00162B;
  border-radius: 30px;
  background-color: #00162B;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  cursor: pointer;
}

@media not all and (min-width: 1240px) {
  .o-form-submit:active {
    background-color: #fff;
    color: #00162B;
  }
}
@media all and (min-width: 1240px) {
  .o-form-submit:hover {
    background-color: #fff;
    color: #00162B;
  }
}
.o-frameButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 53px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
a.o-frameButton {
  text-decoration: none;
}

.o-frameButton:active {
  background-color: #fff;
  color: #000000;
}

@media all and (min-width: 1240px) {
  .o-frameButton:hover {
    background-color: #fff;
    color: #000000;
  }
}
a.o-menu-item {
  text-decoration: none;
  color: #00162b;
}

.o-menu-item__shoulder {
  color: #9A7A44;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.o-menu-item__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-menu-item__body .__text {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.o-menu-item__body:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #707070;
  margin-left: 20px;
}

@media all and (min-width: 960px) {
  .o-menu-item__body .__text {
    font-size: 24px;
  }
}
.o-naviButton {
  position: relative;
  width: 60px;
  height: 60px;
}
.o-naviButton:hover {
  cursor: pointer;
}
.o-naviButton:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00162B;
  transition: 0.3s;
  opacity: 0;
}
.o-naviButton span {
  display: block;
  position: absolute;
  background-color: #2b2b2b;
  height: 2px;
  width: 80%;
  transition: 0.3s;
}
.o-naviButton span:nth-child(1) {
  left: 10%;
  top: calc(25% - 1px);
  transform-origin: 50% 50%;
}
.o-naviButton span:nth-child(2) {
  width: 40%;
  left: 10%;
  top: calc(50% - 1px);
}
.o-naviButton span:nth-child(3) {
  width: 0%;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  background-color: #fff;
}
.o-naviButton span:nth-child(4) {
  width: 0%;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  background-color: #fff;
}
body.is-naviOpened .o-naviButton:before {
  opacity: 1;
}
body.is-naviOpened .o-naviButton span:nth-child(1) {
  width: 0%;
}
body.is-naviOpened .o-naviButton span:nth-child(2) {
  width: 0%;
}
body.is-naviOpened .o-naviButton span:nth-child(3) {
  width: 40%;
}
body.is-naviOpened .o-naviButton span:nth-child(4) {
  width: 40%;
}

.o-subTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-subTitle span {
  color: #9A7A44;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.o-subTitle:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #cfcfcf;
  margin-left: 20px;
}

.o-subTitleB {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-subTitleB span {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.o-subTitleB:before {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  background-color: #707070;
  margin-right: 20px;
}
.o-subTitleB:after {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  background-color: #707070;
  margin-left: 20px;
}

@media all and (min-width: 960px) {
  .o-subTitleB span {
    font-size: 28px;
  }
}
.c-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.c-breadcrumb li:after {
  content: "＞";
  margin: 0 20px;
}
.c-breadcrumb li:last-child:after {
  display: none;
}

@media all and (min-width: 1240px) {
  .c-cardItems__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .c-cardItems__item {
    width: calc(33.3333333333% - 13.3333333333px);
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .c-cardItems__item:nth-child(3n) {
    margin-right: 0;
  }
}
.c-cardItems__card {
  position: relative;
}
.c-cardItems__card .__image {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.c-cardItems__card .__image:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.c-cardItems__card .__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-cardItems__card .__body p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-checkboxLabel {
  position: relative;
  display: inline-block;
}
.c-checkboxLabel > input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.c-checkboxLabel__holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  border: none;
  background-color: transparent;
}
.c-checkboxLabel__holder:hover {
  cursor: pointer;
}
.c-checkboxLabel__holder:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: calc(50% - 10px);
  left: 0px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.c-checkboxLabel__holder:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 6px;
  top: calc(50% - 6px);
  left: 4px;
  transform: rotate(-45deg);
  box-shadow: -2px 2px 0 #666666;
  opacity: 0;
}
input[type=checkbox]:checked + .c-checkboxLabel__holder:after {
  opacity: 1;
}

.c-footer-menuList {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.c-footer-menuList a {
  text-decoration: none;
  color: #2b2b2b;
}

@media all and (min-width: 1240px) {
  .c-footer-menuList {
    gap: 40px 90px;
    grid-template-columns: auto auto auto;
  }
}
.c-footer-menuList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-footing-display {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.71);
  border-radius: 25px;
  text-align: center;
}

@media all and (min-width: 960px) {
  .c-footing-display {
    height: 160px;
    max-width: 420px;
  }
}
@media all and (min-width: 1440px) {
  .c-footing-display {
    height: 200px;
    max-width: 520px;
  }
}
.c-imageList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media all and (min-width: 960px) {
  .c-imageList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}
@media all and (min-width: 1240px) {
  .c-imageList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
.c-imageList__item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #95989A;
  font-size: 16px;
  font-weight: bold;
}
a.c-pager__item {
  color: #95989A;
  text-decoration: none;
}

.c-pager__item.is-active {
  background-color: #1B3A57;
  border: 1px solid #1B3A57;
  color: #fff;
  pointer-events: none;
}
.c-pager__item.c-pager__item--prev {
  margin-right: 33px;
}
.c-pager__item.c-pager__item--prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: -3px 3px 0 #1B3A57;
  margin-left: 15px;
}
.c-pager__item.c-pager__item--next {
  margin-left: 33px;
}
.c-pager__item.c-pager__item--next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  box-shadow: -3px 3px 0 #1B3A57;
  margin-left: -10px;
}
.c-pager__item.is-disabled {
  pointer-events: none;
  color: #ccc !important;
}
.c-pager__item.is-disabled:before {
  box-shadow: -3px 3px 0 #ccc !important;
}

.c-tableList__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
}
.c-tableList__item:first-child {
  border-top: 1px solid #D5D5D5;
}
.c-tableList__item.c-tableList__item--btnone {
  border-top: none;
}
.c-tableList__item.c-tableList__item--bbnone {
  border-bottom: none;
}

@media all and (min-width: 960px) {
  .c-tableList__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-top-contentBox {
  position: relative;
  background-color: #F0F0F0;
  padding: 30px 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 960px) {
  .c-top-contentBox {
    padding: 50px 70px 40px;
  }
}
.c-top-contentBox__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: -20px;
  width: 40px;
  padding: 20px 0;
  background-color: #00162B;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.c-top-contentBox__title.c-top-contentBox__title--right {
  left: auto;
  right: -25px;
}

@media all and (min-width: 960px) {
  .c-top-contentBox__title {
    top: -20px;
    left: -25px;
    width: 50px;
    padding: 30px 0;
    font-size: 20px;
  }
}
.c-top-spOverflow {
  position: relative;
}

@media not all and (min-width: 640px) {
  .c-top-spOverflow:before {
    position: absolute;
    bottom: 14px;
    right: -20px;
    content: "";
    display: block;
    border-top: 0px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-left: 7px solid transparent;
    -webkit-animation: Blink 2s infinite linear;
            animation: Blink 2s infinite linear;
  }
  .c-top-spOverflow:after {
    position: absolute;
    bottom: 4px;
    right: -20px;
    content: "";
    display: block;
    border-top: 7px solid #999;
    border-right: 7px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 7px solid transparent;
    -webkit-animation: Blink 2s infinite linear;
            animation: Blink 2s infinite linear;
  }
  .c-top-spOverflow__inner {
    position: relative;
    height: 120px;
    overflow-y: scroll;
  }
}
.c-workItem {
  position: relative;
  display: block;
  background-color: #1B3A57;
}
a.c-workItem {
  text-decoration: none;
  color: #2b2b2b;
}

.c-workItem:before {
  content: "";
  display: block;
  padding-top: 91.3857677903%;
}
.c-workItem:hover {
  background-color: #dbdbdb;
}

.c-workItem__inner {
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 20%;
  background-color: #fff;
}
.c-workItem:hover .c-workItem__inner {
  background-color: #696969;
}

.c-workItem__image {
  position: relative;
  overflow: hidden;
}
.c-workItem__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-workItem__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  transition: 0.3s;
}
.c-workItem:hover .c-workItem__image:after {
  width: 100%;
}

.c-workItem__tags {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-workItem__tags .__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 2px 10px;
  min-width: 84px;
  background-color: #fff;
  margin-right: 10px;
}

.c-workItem__footing {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.c-workItem:hover .c-workItem__footing {
  color: #fff;
}

.m-contact-layout__heading {
  margin-bottom: 50px;
  text-align: center;
}
.m-contact-layout__heading p {
  text-align: center;
}

.m-contact-layout__form-item {
  margin-bottom: 20px;
}

@media all and (min-width: 960px) {
  .m-contact-layout__form-item {
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.m-contact-layout__form-footing {
  text-align: center;
}

.m-contentCard {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 960px) {
  .m-contentCard {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.m-contentCard__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -25px;
  width: 50px;
  padding: 30px 0;
  background-color: #00162B;
  border-radius: 0 10px 10px 0;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5em;
}
.m-contentCard__title span {
  margin-bottom: -0.5em;
}

@media all and (min-width: 960px) {
  .m-contentCard__title {
    top: -30px;
    left: -45px;
    width: 90px;
    padding: 30px 0;
    border-radius: 0 10px 10px 0;
    font-size: 24px;
    letter-spacing: 1em;
  }
  .m-contentCard__title span {
    margin-bottom: -1em;
  }
}
@media all and (min-width: 1240px) {
  .m-contentCard__title {
    border-radius: 10px 10px 10px 10px;
  }
}
.m-flowTree {
  position: relative;
  width: 100%;
}

@media not all and (min-width: 1240px) {
  .m-flowTree {
    height: auto !important;
    padding-top: 150px;
  }
}
.m-flowTree__centerLine {
  z-index: 1;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 3.5px;
  top: 0;
}
.m-flowTree__centerLine span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #1B3A57;
}

@media all and (min-width: 1240px) {
  .m-flowTree__centerLine {
    left: calc(50% - 1.5px);
  }
}
.m-flowTree__item {
  position: relative;
  width: 100%;
}

@media not all and (min-width: 1240px) {
  .m-flowTree__item {
    top: 0 !important;
    margin-bottom: 55px;
  }
  .m-flowTree__item:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1240px) {
  .m-flowTree__item {
    position: absolute;
    width: 50%;
  }
  .m-flowTree__item.m-flowTree__item--left {
    left: 0;
    right: auto;
  }
  .m-flowTree__item.m-flowTree__item--right {
    left: auto;
    right: 0;
  }
}
.m-flowTree__item-inner {
  position: relative;
}

.m-flowTree__item-circle {
  z-index: 3;
  position: absolute;
  display: block;
  background-color: #1B3A57;
  width: 23px;
  height: 23px;
  top: 8.5px;
  border-radius: 50%;
  transition: 0.6s;
  transform: scale(0);
  left: -6.5px;
}
.m-flowTree__item-circle.m-flowTree__item-circle--large {
  width: 35px;
  height: 35px;
  top: 2.5px;
  left: -12.5px;
}
.m-flowTree__item.is-animated .m-flowTree__item-circle {
  transform: scale(1);
}

@media all and (min-width: 1240px) {
  .m-flowTree__item--left .m-flowTree__item-circle {
    left: auto;
    right: -11.5px;
  }
  .m-flowTree__item--left .m-flowTree__item-circle.m-flowTree__item-circle--large {
    top: 2.5px;
    right: -17.5px;
  }

  .m-flowTree__item--right .m-flowTree__item-circle {
    left: -11.5px;
    right: auto;
  }
  .m-flowTree__item--right .m-flowTree__item-circle.m-flowTree__item-circle--large {
    top: 2.5px;
    left: -17.5px;
  }
}
.m-flowTree__item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #1B3A57;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 40px;
  opacity: 0;
  transition: 0.6s;
  transform: translateX(50px);
}
.m-flowTree__item-title span {
  display: block;
  white-space: nowrap;
}
.m-flowTree__item-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  margin-right: 5px;
}
.m-flowTree__item.is-animated .m-flowTree__item-title {
  opacity: 1;
  transform: translateX(0);
}

@media all and (min-width: 1240px) {
  .m-flowTree__item-title {
    font-size: 24px;
  }
  .m-flowTree__item--left .m-flowTree__item-title {
    transform: translateX(-50px);
  }
  .m-flowTree__item--left .m-flowTree__item-title span {
    flex-shrink: 0;
  }
  .m-flowTree__item--left .m-flowTree__item-title:before {
    display: none;
  }
  .m-flowTree__item--left .m-flowTree__item-title:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    margin-left: 5px;
  }

  .m-flowTree__item--right .m-flowTree__item-title {
    transform: translateX(50px);
  }
  .m-flowTree__item--right .m-flowTree__item-title span {
    flex-grow: 1;
  }
  .m-flowTree__item--right .m-flowTree__item-title:before {
    content: "";
    height: 2px;
    width: 125px;
    background-color: #cfcfcf;
    margin-right: 5px;
  }
  .m-flowTree__item--right .m-flowTree__item-title:after {
    display: none;
  }
}
.m-flowTree__item-content {
  position: relative;
  padding-left: 35px;
}
.m-flowTree__item-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1240px) {
  .m-flowTree__item--left .m-flowTree__item-content {
    padding-left: 0;
    padding-right: 125px;
  }

  .m-flowTree__item--right .m-flowTree__item-content {
    padding-left: 125px;
    padding-right: 0;
  }
}
@media all and (min-width: 960px) {
  .m-footing-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.m-footing-contact__contact {
  position: relative;
}

@media all and (min-width: 960px) {
  .m-footing-contact__contact {
    width: 50%;
  }
}
.m-footing-contact__recruit {
  position: relative;
}

@media all and (min-width: 960px) {
  .m-footing-contact__recruit {
    width: 50%;
  }
}
.m-footing-contact__contact-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-footing-contact__contact-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 960px) {
  .m-footing-contact__contact-image {
    height: auto;
    left: 70px;
    width: calc(100% - 90px);
  }
  .m-footing-contact__contact-image:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.m-footing-contact__recruit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-footing-contact__recruit-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 960px) {
  .m-footing-contact__recruit-image {
    height: auto;
  }
  .m-footing-contact__recruit-image:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.m-footing-contact__contact-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-footing-contact__contact-content:before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media all and (min-width: 960px) {
  .m-footing-contact__contact-content:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.m-footing-contact__recruit-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-footing-contact__recruit-content:before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media all and (min-width: 960px) {
  .m-footing-contact__recruit-content:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.m-footing-contact__contact-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.m-footing-contact__recruit-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.m-top-slider {
  position: relative;
}

@media all and (min-width: 1240px) {
  .m-top-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-top-slider__slider {
  position: relative;
  height: calc(100% + 30px);
}

.m-top-slider__slider-wrapper {
  position: relative;
  z-index: 1;
}

.m-top-slider__item img {
  width: 100%;
  height: auto;
}

.m-top-slider__pagination {
  bottom: 0px !important;
}
.m-top-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
  background: #696969 !important;
}
.m-top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

@media not all and (min-width: 960px) {
  .m-top-slider__pagination {
    display: none;
  }
}
.m-top-workSlider {
  position: relative;
}

.m-top-workSlider__slider {
  position: relative;
}

.m-top-workSlider__slider-wrapper {
  position: relative;
}

.m-top-workSlider__prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.m-top-workSlider__prev:before {
  content: "prev";
  font-family: swiper-icons;
  font-size: 32px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

@media all and (min-width: 1240px) {
  .m-top-workSlider__prev {
    display: none;
  }
}
.m-top-workSlider__next {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.m-top-workSlider__next:before {
  content: "next";
  font-family: swiper-icons;
  font-size: 32px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

@media all and (min-width: 1240px) {
  .m-top-workSlider__next {
    display: none;
  }
}
.m-top-works {
  position: relative;
  background-color: #fff;
}

.m-top-works__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

@media all and (min-width: 960px) {
  .m-top-works__heading {
    top: -25px;
  }
}
.m-top-works__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 25px;
  background-color: #00162B;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

@media all and (min-width: 960px) {
  .m-top-works__title {
    height: 50px;
    padding: 0 35px;
    font-size: 20px;
  }
}
.m-top-works__inner {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 1240px) {
  .m-top-works__inner {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
.m-workList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media all and (min-width: 640px) {
  .m-workList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media all and (min-width: 960px) {
  .m-workList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media all and (min-width: 1240px) {
  .m-workList {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.t-message-layout {
  position: relative;
}

@media all and (min-width: 960px) {
  .t-message-layout:after {
    content: "";
    display: block;
    padding-top: 100px;
  }
}
.t-message-layout__image {
  z-index: 3;
  position: relative;
  width: 62.5%;
}
.t-message-layout__image img {
  width: 100%;
  height: auto;
}

@media not all and (min-width: 960px) {
  .t-message-layout__image {
    margin-right: 0;
    margin-left: auto;
  }
}
@media all and (min-width: 960px) {
  .t-message-layout__image {
    position: absolute;
    width: 35.775862069%;
    top: 158px;
    right: 2.1551724138%;
  }
}
.t-message-layout__content {
  position: relative;
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media not all and (min-width: 960px) {
  .t-message-layout__content {
    margin-top: -50px;
    margin-right: -25px;
  }
}
@media all and (min-width: 960px) {
  .t-message-layout__content {
    width: 82.3275862069%;
    left: 2.1551724138%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: calc(22.4137931034% + 65px);
    /**
     * (415 - (1160 - 955 - 50 ) ) = 260
     */
  }
}
.t-message-layout__bg {
  z-index: 1;
  position: absolute;
  background-color: #696969;
}
.t-message-layout__bg:before {
  content: "";
  display: block;
}

@media not all and (min-width: 960px) {
  .t-message-layout__bg {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .t-message-layout__bg {
    bottom: 0;
    width: 96.1206896552%;
  }
  .t-message-layout__bg:before {
    padding-top: 17.399103139%;
  }
}
.t-modal {
  z-index: 9999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.is-modal-opended .t-modal {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}

.t-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
}
.t-modal__close:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: calc(50% - 1.5px);
  left: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  background-color: #fff;
}
.t-modal__close:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: calc(50% - 1.5px);
  left: 0;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  background-color: #fff;
}

.t-modal__inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 800px;
  transform-origin: 50% 50%;
  transform: scale(0.8);
  transition: 0.6s;
}
.t-modal__inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.t-modal__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.is-modal-opended .t-modal__inner {
  pointer-events: initial;
  opacity: 1;
  transform: scale(1);
}

.t-page-cover {
  position: relative;
}

.t-page-cover__image {
  position: relative;
}
.t-page-cover__image:before {
  content: "";
  display: block;
  padding-top: 53.3333333333%;
}
.t-page-cover__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 960px) {
  .t-page-cover__image:before {
    content: "";
    display: block;
    padding-top: 33.3333333333%;
  }
}
.t-page-cover__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-page-cover__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 50px);
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}

.t-page-cover__title {
  color: #fff;
}
.t-page-cover__title .__e {
  position: relative;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.t-page-cover__title .__e:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background-color: #fff;
}
.t-page-cover__title .__j {
  font-family: "Noto Serif JP", serif;
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media all and (min-width: 1240px) {
  .t-page-cover__title .__e {
    font-size: 20px;
  }
  .t-page-cover__title .__e:after {
    width: 196px;
  }
  .t-page-cover__title .__j {
    font-size: 24px;
  }
}
.t-recruit-message {
  position: relative;
}

@media all and (min-width: 1240px) {
  .t-recruit-message {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% + 70px);
    margin-right: -70px;
  }
}
@media not all and (min-width: 1240px) {
  .t-recruit-message__content {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1240px) {
  .t-recruit-message__content {
    flex: 1;
    padding-right: 80px;
  }
}
.t-recruit-message__image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 1240px) {
  .t-recruit-message__image {
    width: 55.6910569106%;
    flex-shrink: 0;
  }
}
.t-service-layout {
  position: relative;
}

.t-service-layout__card {
  background-color: #fff;
  padding-left: 0px;
  padding-top: 60px;
  padding-bottom: 50px;
}

@media all and (min-width: 960px) {
  .t-service-layout__card {
    padding-top: 120px;
  }
}
.t-service-layout__title {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -25px;
  width: 50px;
  padding: 30px 0;
  background-color: #00162B;
  border-radius: 0 10px 10px 0;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5em;
}
.t-service-layout__title span {
  margin-bottom: -0.5em;
}

@media all and (min-width: 960px) {
  .t-service-layout__title {
    top: 55px;
    left: 45px;
    width: 90px;
    padding: 30px 0;
    border-radius: 10px 10px 10px 10px;
    font-size: 24px;
    letter-spacing: 1em;
  }
  .t-service-layout__title span {
    margin-bottom: -1em;
  }
}
.t-service-layout__shoulder {
  position: absolute;
  top: 0px;
  left: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}
.t-service-layout__shoulder:before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin-right: 10px;
  background-color: #cfcfcf;
}

@media all and (min-width: 960px) {
  .t-service-layout__shoulder {
    top: 55px;
    left: 185px;
    font-size: 15px;
  }
  .t-service-layout__shoulder:before {
    width: 105px;
    margin-right: 10px;
  }
}
.t-service-layout__image {
  position: relative;
  width: calc(100% - 25px);
  margin-left: 50px;
  margin-right: -25px;
  margin-bottom: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.t-service-layout__image:before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
.t-service-layout__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 960px) {
  .t-service-layout__image {
    width: calc(50vw + 44.6153846154%);
    margin-left: 70px;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .t-service-layout__image:before {
    padding-top: 40.7692307692%;
  }
}
.t-service-layout__body {
  padding-left: 32.3076923077%;
  padding-right: 25px;
}

.t-service-layout__tail {
  margin-top: 30px;
}

@media all and (min-width: 960px) {
  .t-service-layout__tail {
    padding-left: 32.3076923077%;
  }
}
.t-tile {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.t-tile__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 89.3333333333vw;
}
@media all and (min-width: 640px) {
  .t-tile__container {
    max-width: 91.6666666667vw;
  }
}
@media all and (min-width: 1240px) {
  .t-tile__container {
    max-width: 93.75vw;
  }
}
@media all and (min-width: 1440px) {
  .t-tile__container {
    max-width: 1200px;
  }
}

.t-top-about {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.t-top-about.is-current {
  pointer-events: initial;
}

.t-top-about__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-top-about__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 960px) {
  .t-top-about__inner {
    height: 600px;
    max-width: 1300px;
  }
}
.t-top-about__bg {
  z-index: 1;
  position: absolute;
  height: 40vw;
  width: 100%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
  background-image: linear-gradient(to right, #353535 0%, #373737 33%, rgba(105, 105, 105, 0) 100%);
}
.is-prepare .t-top-about__bg {
  top: auto;
  bottom: calc(150% + 20px + 30vw);
  left: auto;
  right: -100%;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-about__bg {
  top: auto;
  bottom: calc(50% + 20px + 30vw);
  left: auto;
  right: 0%;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-about__bg {
  top: auto;
  bottom: calc(-50% + 20px + 30vw);
  left: auto;
  right: 100%;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-about__bg {
    height: 200px;
    width: 96.9230769231%;
  }
  .is-prepare .t-top-about__bg {
    top: -93.3333333333%;
    bottom: auto;
    left: auto;
    right: -98.4615384615%;
  }

  .is-current .t-top-about__bg {
    top: 6.6666666667%;
    bottom: auto;
    left: auto;
    right: 1.5384615385%;
  }

  .is-completed .t-top-about__bg {
    top: 106.6666666667%;
    bottom: auto;
    left: auto;
    right: 101.5384615385%;
  }
}
.t-top-about__slider {
  z-index: 2;
  position: absolute;
  width: 80%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-about__slider:before {
  content: "";
  display: block;
  padding-top: 71.3584288052%;
}
.t-top-about__slider .m-top-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.is-prepare .t-top-about__slider {
  top: auto;
  bottom: calc(150% + 20px);
  left: auto;
  right: -100%;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-about__slider {
  top: auto;
  bottom: calc(50% + 20px);
  left: auto;
  right: 0%;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-about__slider {
  top: auto;
  bottom: calc(-50% + 20px);
  left: auto;
  right: 100%;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-about__slider {
    width: 47%;
  }
  .is-prepare .t-top-about__slider {
    top: -81.6666666667%;
    bottom: auto;
    left: auto;
    right: -94.6153846154%;
  }

  .is-current .t-top-about__slider {
    top: 18.3333333333%;
    bottom: auto;
    left: auto;
    right: 5.3846153846%;
  }

  .is-completed .t-top-about__slider {
    top: 118.3333333333%;
    bottom: auto;
    left: auto;
    right: 105.3846153846%;
  }
}
.t-top-about__content {
  z-index: 3;
  position: absolute;
  width: 85%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-about__content .c-top-contentBox {
  height: 100%;
  width: 100%;
}
.is-prepare .t-top-about__content {
  top: calc(150% - 40px);
  bottom: auto;
  left: -90%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-about__content {
  top: calc(50% - 40px);
  bottom: auto;
  left: 10%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-about__content {
  top: calc(-50% - 40px);
  bottom: auto;
  left: 110%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-about__content {
    width: 46.9230769231%;
  }
  .t-top-about__content .c-top-contentBox {
    min-height: 472px;
  }
  .is-prepare .t-top-about__content {
    top: 120%;
    bottom: auto;
    left: -94.6153846154%;
    right: auto;
  }

  .is-current .t-top-about__content {
    top: 20%;
    bottom: auto;
    left: 5.3846153846%;
    right: auto;
  }

  .is-completed .t-top-about__content {
    top: -80%;
    bottom: auto;
    left: 105.3846153846%;
    right: auto;
  }
}
.t-top-contact {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.t-top-contact.is-current {
  pointer-events: initial;
}

.t-top-contact__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.is-prepare .t-top-contact__wrap {
  opacity: 0;
  top: 100%;
}

.is-current .t-top-contact__wrap {
  opacity: 1;
  top: 0;
}

.is-completed .t-top-contact__wrap {
  opacity: 1;
  top: 0;
}

.t-top-contact__inner {
  width: 100%;
}

.t-top-first {
  position: relative;
  height: 100%;
}

.t-top-first__footing {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 2s;
}
.is-prepare .t-top-first__footing {
  opacity: 0;
}

.is-current .t-top-first__footing {
  opacity: 1;
}

.is-completed .t-top-first__footing {
  opacity: 0;
}

.t-top-first__contact {
  z-index: 1;
  position: absolute;
  width: 70px;
  bottom: 20px;
  right: 70px;
  transition: opacity 2s;
}
.t-top-first__contact .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.t-top-first__contact .__item a {
  color: #fff;
}
.is-prepare .t-top-first__contact {
  opacity: 0;
}

.is-current .t-top-first__contact {
  opacity: 1;
}

.is-completed .t-top-first__contact {
  opacity: 0;
}

@media not all and (min-width: 960px) {
  .t-top-first__contact {
    display: none;
  }
}
.t-top-flow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.t-top-flow.is-current {
  pointer-events: initial;
}

.t-top-flow__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-top-flow__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 960px) {
  .t-top-flow__inner {
    height: 600px;
    max-width: 1300px;
  }
}
.t-top-flow__bg {
  z-index: 1;
  position: absolute;
  height: 40vw;
  width: 100%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
  background-image: linear-gradient(to right, #353535 0%, #373737 33%, rgba(105, 105, 105, 0) 100%);
}
.is-prepare .t-top-flow__bg {
  top: calc(150% + 40px + 30vw);
  bottom: auto;
  left: -100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-flow__bg {
  top: calc(50% + 40px + 30vw);
  bottom: auto;
  left: 0%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-flow__bg {
  top: calc(-50% + 40px + 30vw);
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-flow__bg {
    height: 200px;
    width: 94.6153846154%;
  }
  .is-prepare .t-top-flow__bg {
    top: auto;
    bottom: -100%;
    left: -94.6153846154%;
    right: auto;
  }

  .is-current .t-top-flow__bg {
    top: auto;
    bottom: 0%;
    left: 5.3846153846%;
    right: auto;
  }

  .is-completed .t-top-flow__bg {
    top: auto;
    bottom: 100%;
    left: 105.3846153846%;
    right: auto;
  }
}
.t-top-flow__content {
  z-index: 2;
  position: absolute;
  width: 85%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-flow__content .c-top-contentBox {
  height: 100%;
  width: 100%;
}
.is-prepare .t-top-flow__content {
  top: calc(150% - 40px);
  bottom: auto;
  left: -90%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-flow__content {
  top: calc(50% - 40px);
  bottom: auto;
  left: 10%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-flow__content {
  top: calc(-50% - 40px);
  bottom: auto;
  left: 110%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-flow__content {
    width: 65.3846153846%;
  }
  .t-top-flow__content .c-top-contentBox {
    min-height: 523px;
    padding-right: 220px;
  }
  .is-prepare .t-top-flow__content {
    top: 105%;
    bottom: auto;
    left: -91.5384615385%;
    right: auto;
  }

  .is-current .t-top-flow__content {
    top: 5%;
    bottom: auto;
    left: 8.4615384615%;
    right: auto;
  }

  .is-completed .t-top-flow__content {
    top: -95%;
    bottom: auto;
    left: 108.4615384615%;
    right: auto;
  }
}
.t-top-flow__image1 {
  z-index: 1;
  position: absolute;
  width: 45%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-flow__image1:before {
  content: "";
  display: block;
  padding-top: 66.5671641791%;
}
.t-top-flow__image1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-prepare .t-top-flow__image1 {
  top: auto;
  bottom: calc(150% + 20px);
  left: 100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-flow__image1 {
  top: auto;
  bottom: calc(50% + 20px + 20vw);
  left: 0%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-flow__image1 {
  top: auto;
  bottom: calc(-50% + 20px);
  left: -100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-flow__image1 {
    z-index: 3;
    width: 25.7692307692%;
  }
  .is-prepare .t-top-flow__image1 {
    top: -100%;
    bottom: auto;
    left: auto;
    right: -94.6153846154%;
  }

  .is-current .t-top-flow__image1 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 5.3846153846%;
  }

  .is-completed .t-top-flow__image1 {
    top: 100%;
    bottom: auto;
    left: auto;
    right: 105.3846153846%;
  }
}
.t-top-flow__image2 {
  z-index: 2;
  position: absolute;
  width: 60%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-flow__image2:before {
  content: "";
  display: block;
  padding-top: 66.5048543689%;
}
.t-top-flow__image2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-prepare .t-top-flow__image2 {
  top: auto;
  bottom: calc(150% + 20px);
  left: auto;
  right: -100%;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-flow__image2 {
  top: auto;
  bottom: calc(50% + 20px);
  left: auto;
  right: 0%;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-flow__image2 {
  top: auto;
  bottom: calc(-50% + 20px);
  left: auto;
  right: 100%;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-flow__image2 {
    z-index: 3;
    width: 31.6923076923%;
  }
  .is-prepare .t-top-flow__image2 {
    top: -60.8333333333%;
    bottom: auto;
    left: auto;
    right: -94.6153846154%;
  }

  .is-current .t-top-flow__image2 {
    top: 39.1666666667%;
    bottom: auto;
    left: auto;
    right: 5.3846153846%;
  }

  .is-completed .t-top-flow__image2 {
    top: 139.1666666667%;
    bottom: auto;
    left: auto;
    right: 105.3846153846%;
  }
}
.t-top-fullpageMirror {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.t-top-movie {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-top-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.t-top-service {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.t-top-service.is-current {
  pointer-events: initial;
}

.t-top-service__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-top-service__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 960px) {
  .t-top-service__inner {
    height: 600px;
    max-width: 1300px;
  }
}
.t-top-service__bg {
  z-index: 1;
  position: absolute;
  height: 40vw;
  width: 100%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
  background-image: linear-gradient(to left, #353535 0%, #373737 33%, rgba(105, 105, 105, 0) 100%);
}
.is-prepare .t-top-service__bg {
  top: calc(150% + 40px + 30vw);
  bottom: auto;
  left: -100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-service__bg {
  top: calc(50% + 40px + 30vw);
  bottom: auto;
  left: 0%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-service__bg {
  top: calc(-50% + 40px + 30vw);
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-service__bg {
    height: 200px;
    width: 96.9230769231%;
  }
  .is-prepare .t-top-service__bg {
    top: auto;
    bottom: -100%;
    left: -96.9230769231%;
    right: auto;
  }

  .is-current .t-top-service__bg {
    top: auto;
    bottom: 0%;
    left: 3.0769230769%;
    right: auto;
  }

  .is-completed .t-top-service__bg {
    top: auto;
    bottom: 100%;
    left: 103.0769230769%;
    right: auto;
  }
}
.t-top-service__slider {
  z-index: 2;
  position: absolute;
  width: 80%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-service__slider:before {
  content: "";
  display: block;
  padding-top: 71.8707940781%;
}
.t-top-service__slider .m-top-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.is-prepare .t-top-service__slider {
  top: calc(150% + 40px);
  bottom: auto;
  left: -100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-service__slider {
  top: calc(50% + 40px);
  bottom: auto;
  left: 0%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-service__slider {
  top: calc(-50% + 40px);
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-service__slider {
    width: 57.1538461538%;
  }
  .is-prepare .t-top-service__slider {
    top: 105%;
    bottom: auto;
    left: -94.6153846154%;
    right: auto;
  }

  .is-current .t-top-service__slider {
    top: 5%;
    bottom: auto;
    left: 5.3846153846%;
    right: auto;
  }

  .is-completed .t-top-service__slider {
    top: -95%;
    bottom: auto;
    left: 105.3846153846%;
    right: auto;
  }
}
.t-top-service__content {
  z-index: 3;
  position: absolute;
  width: 85%;
  opacity: 0;
  transition: 2s;
  transition-timing-function: ease-in-out;
}
.t-top-service__content .c-top-contentBox {
  height: 100%;
  width: 100%;
}
.is-prepare .t-top-service__content {
  top: auto;
  bottom: calc(150% - 60px);
  left: auto;
  right: -90%;
  opacity: 0;
  transform: scale(0.5);
}

.is-current .t-top-service__content {
  top: auto;
  bottom: calc(50% - 60px);
  left: auto;
  right: 10%;
  opacity: 1;
  transform: scale(1);
}

.is-completed .t-top-service__content {
  top: auto;
  bottom: calc(-50% - 60px);
  left: auto;
  right: 110%;
  opacity: 0;
  transform: scale(0.5);
}

@media all and (min-width: 960px) {
  .t-top-service__content {
    width: 44.6153846154%;
  }
  .t-top-service__content .c-top-contentBox {
    min-height: 542px;
  }
  .is-prepare .t-top-service__content {
    top: -88.3333333333%;
    bottom: auto;
    left: auto;
    right: -96.5384615385%;
  }

  .is-current .t-top-service__content {
    top: 11.6666666667%;
    bottom: auto;
    left: auto;
    right: 3.4615384615%;
  }

  .is-completed .t-top-service__content {
    top: 111.6666666667%;
    bottom: auto;
    left: auto;
    right: 103.4615384615%;
  }
}
.t-top-welcome {
  z-index: 99;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-top-welcome__inner {
  width: 100%;
}

.t-top-welcome__logo {
  margin-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: 2s;
}
.t-top-welcome__logo img {
  display: block;
  width: 290px;
  height: auto;
  margin: 0 auto;
}
.is-animated .t-top-welcome__logo {
  transform: translateY(0);
  opacity: 1;
}

.t-top-welcome__line {
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  background-color: #ddd;
  transition: 2s;
}
.is-animated .t-top-welcome__line {
  transform: scale(1, 2);
  background-color: #00162B;
}

.t-top-works {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.t-top-works.is-current {
  pointer-events: initial;
}

.t-top-works__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-top-works__inner {
  position: relative;
  width: 100%;
  padding: 0 25px;
  transition: 2s;
}
.is-prepare .t-top-works__inner {
  opacity: 0;
  top: 100%;
}

.is-current .t-top-works__inner {
  opacity: 1;
  top: 0;
}

.is-completed .t-top-works__inner {
  opacity: 0;
  top: -100%;
}

@media all and (min-width: 1240px) {
  .t-top-works__inner {
    height: 600px;
    width: 1300px;
    padding: 0;
  }
}
.g-copy-left {
  z-index: 11;
  position: fixed;
  color: #fff;
  top: calc(50% + 100px);
  left: 35px;
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  transform-origin: 0 50%;
  transition: color 2s;
}
.fp-viewing-0 .g-copy-left {
  color: #fff;
}

.fp-viewing-1 .g-copy-left {
  color: #fff;
}

.fp-viewing-2 .g-copy-left {
  color: #fff;
}

.fp-viewing-3 .g-copy-left {
  color: #00162B;
}

.fp-viewing-4 .g-copy-left {
  color: #00162B;
}

.fp-viewing-5 .g-copy-left {
  color: #00162B;
}

.fp-viewing-6 .g-copy-left {
  color: #00162B;
}

@media not all and (min-width: 960px) {
  .g-copy-left {
    display: none;
  }
}
.g-copy-right {
  z-index: 11;
  position: fixed;
  color: #fff;
  top: calc(50% + 100px);
  right: 35px;
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  transform-origin: 100% 50%;
  transition: color 2s;
}
.fp-viewing-0 .g-copy-right {
  color: #fff;
}

.fp-viewing-1 .g-copy-right {
  color: #fff;
}

.fp-viewing-2 .g-copy-right {
  color: #fff;
}

.fp-viewing-3 .g-copy-right {
  color: #00162B;
}

.fp-viewing-4 .g-copy-right {
  color: #00162B;
}

.fp-viewing-5 .g-copy-right {
  color: #00162B;
}

.fp-viewing-6 .g-copy-right {
  color: #00162B;
}

.is-naviOpened .g-copy-right {
  color: #00162B !important;
}

@media not all and (min-width: 960px) {
  .g-copy-right {
    display: none;
  }
}
.g-footer-main {
  position: relative;
  background-color: #fff;
}

.g-footer-main__content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

@media all and (min-width: 1240px) {
  .g-footer-main__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1160px;
    padding-top: 90px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.g-footer-main__menu {
  margin-bottom: 40px;
}

@media all and (min-width: 1240px) {
  .g-footer-main__menu {
    margin-bottom: 0;
  }
}
.g-footer-main__footing {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.g-footer-main__footing .__tail {
  margin-bottom: 20px;
}

@media all and (min-width: 960px) {
  .g-footer-main__footing {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .g-footer-main__footing .__tail {
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    margin: auto;
    margin-bottom: 0;
    left: calc(50% + 200px);
  }
}
.g-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.is-top .g-header {
  box-shadow: none;
}

.is-naviOpened .g-header {
  box-shadow: none;
}

@media all and (min-width: 640px) {
  .g-header {
    height: 100px;
  }
}
.g-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .g-header__layout {
    width: calc(100% - 80px);
  }
}
.g-header__logo {
  position: relative;
  width: 171px;
  height: 49px;
  pointer-events: initial;
}
.g-header__logo .__white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
.g-header__logo .__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 2s;
}
.g-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-header__navi {
  pointer-events: initial;
}

.g-menu-panel {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.is-naviOpened .g-menu-panel {
  pointer-events: initial;
  visibility: visible;
}

.g-menu-panel__inner {
  position: absolute;
  top: 0;
  right: -10%;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  opacity: 0;
  background-color: #F0F0F0;
}
.is-naviOpened .g-menu-panel__inner {
  right: 0;
  opacity: 1;
}

@media all and (min-width: 960px) {
  .g-menu-panel__inner {
    width: 50vw;
  }
}
.g-menu-panel__body {
  width: 400px;
  padding-right: 25px;
}

@media all and (min-width: 960px) {
  .g-menu-panel__body {
    padding-right: 0;
  }
}
.g-menu-panel__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

@media not all and (min-width: 960px) {
  .g-menu-panel__logo {
    display: none;
  }
}
.g-menu-panel__navi-item {
  margin-bottom: 20px;
}
.g-menu-panel__navi-item:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 960px) {
  .g-menu-panel__navi-item {
    margin-bottom: 30px;
  }
  .g-menu-panel__navi-item:last-child {
    margin-bottom: 0;
  }
}
.g-menu-panel__contact {
  z-index: 1;
  position: absolute;
  width: 70px;
  bottom: 20px;
  right: 0px;
  transition: opacity 2s;
}
.g-menu-panel__contact .__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.g-menu-panel__contact .__item a {
  color: #00162B;
}

@media all and (min-width: 960px) {
  .g-menu-panel__contact {
    right: 70px;
  }
}
.g-top-cover {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 2s;
}
.fp-viewing-0 .g-top-cover {
  background-color: rgba(0, 22, 43, 0);
}

.fp-viewing-1 .g-top-cover {
  background-color: rgba(0, 22, 43, 0.3);
}

.fp-viewing-2 .g-top-cover {
  background-color: rgba(0, 22, 43, 0.3);
}

.fp-viewing-3 .g-top-cover {
  background-color: rgba(243, 243, 243, 0.9);
}

.fp-viewing-4 .g-top-cover {
  background-color: rgba(243, 243, 243, 0.9);
}

.fp-viewing-5 .g-top-cover {
  background-color: rgba(243, 243, 243, 0.9);
}

.fp-viewing-6 .g-top-cover {
  background-color: rgba(243, 243, 243, 0.9);
}

body.p-about #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-about #cover {
    margin-bottom: 120px;
  }
}
body.p-about #message {
  margin-bottom: 90px;
}
@media all and (min-width: 960px) {
  body.p-about #message {
    margin-bottom: 180px;
  }
}
body.p-about #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-about #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-contact #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-contact #cover {
    margin-bottom: 120px;
  }
}
body.p-contact #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-contact #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-flow #flow {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-flow #flow {
    margin-bottom: 110px;
  }
}
body.p-flow #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-flow #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-policy #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-policy #cover {
    margin-bottom: 120px;
  }
}
body.p-policy #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-policy #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-recruit #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-recruit #cover {
    margin-bottom: 120px;
  }
}
body.p-recruit #movie {
  margin-bottom: 110px;
}
@media all and (min-width: 960px) {
  body.p-recruit #movie {
    margin-bottom: 220px;
  }
}
body.p-recruit #message {
  margin-bottom: 120px;
}
@media all and (min-width: 960px) {
  body.p-recruit #message {
    margin-bottom: 240px;
  }
}
body.p-recruit #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-recruit #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-service #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-service #cover {
    margin-bottom: 120px;
  }
}
body.p-service #service_1 {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-service #service_1 {
    margin-bottom: 90px;
  }
}
body.p-service #service_2 {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-service #service_2 {
    margin-bottom: 90px;
  }
}
body.p-service #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-service #footing_contact {
    margin-bottom: 120px;
  }
}

body.p-top .l-header-spacer {
  height: 0;
}
body.p-top .g-header {
  background-color: transparent;
  box-shadow: none;
}
body.p-top .g-header__logo .__white {
  opacity: 1;
}
body.p-top .g-header__logo .__black {
  opacity: 0;
}
body.p-top.fp-viewing-0 .g-header__logo .__white {
  opacity: 1;
}
body.p-top.fp-viewing-0 .g-header__logo .__black {
  opacity: 0;
}
body.p-top.fp-viewing-1 .g-header__logo .__white {
  opacity: 1;
}
body.p-top.fp-viewing-1 .g-header__logo .__black {
  opacity: 0;
}
body.p-top.fp-viewing-2 .g-header__logo .__white {
  opacity: 1;
}
body.p-top.fp-viewing-2 .g-header__logo .__black {
  opacity: 0;
}
body.p-top.fp-viewing-3 .g-header__logo .__white {
  opacity: 0;
}
body.p-top.fp-viewing-3 .g-header__logo .__black {
  opacity: 1;
}
body.p-top.fp-viewing-4 .g-header__logo .__white {
  opacity: 0;
}
body.p-top.fp-viewing-4 .g-header__logo .__black {
  opacity: 1;
}
body.p-top.fp-viewing-5 .g-header__logo .__white {
  opacity: 0;
}
body.p-top.fp-viewing-5 .g-header__logo .__black {
  opacity: 1;
}
body.p-top.fp-viewing-6 .g-header__logo .__white {
  opacity: 0;
}
body.p-top.fp-viewing-6 .g-header__logo .__black {
  opacity: 1;
}
body.p-top .g-header__navi .o-naviButton span:nth-child(1),
body.p-top .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #fff;
}
body.p-top.fp-viewing-0 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-0 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #fff;
}
body.p-top.fp-viewing-1 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-1 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #fff;
}
body.p-top.fp-viewing-2 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-2 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #fff;
}
body.p-top.fp-viewing-3 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-3 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #00162B;
}
body.p-top.fp-viewing-4 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-4 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #00162B;
}
body.p-top.fp-viewing-5 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-5 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #00162B;
}
body.p-top.fp-viewing-6 .g-header__navi .o-naviButton span:nth-child(1), body.p-top.fp-viewing-6 .g-header__navi .o-naviButton span:nth-child(2) {
  background-color: #00162B;
}
body.p-top .fullpage-wrapper {
  z-index: 3;
}

body.p-works #cover {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-works #cover {
    margin-bottom: 120px;
  }
}
body.p-works #footing_contact {
  margin-bottom: 60px;
}
@media all and (min-width: 960px) {
  body.p-works #footing_contact {
    margin-bottom: 120px;
  }
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-noto_serif {
  font-family: "Noto Serif JP", serif;
}

.preload {
  transition: 0s !important;
}

@media all and (min-width: 640px) and (max-width: 1239px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1240px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1240px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1239px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1240px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.m-auto{
  margin: auto;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mr-\[25px\]{
  margin-right: 25px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.ml-0{
  margin-left: 0px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mt-\[70px\]{
  margin-top: 70px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mb-\[55px\]{
  margin-bottom: 55px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mt-\[80px\]{
  margin-top: 80px;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[370px\]{
  height: 370px;
}

.h-\[240px\]{
  height: 240px;
}

.h-auto{
  height: auto;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[200px\]{
  height: 200px;
}

.w-full{
  width: 100%;
}

.w-\[260px\]{
  width: 260px;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[880px\]{
  max-width: 880px;
}

.flex-grow{
  flex-grow: 1;
}

.resize-none{
  resize: none;
}

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

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

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

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

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

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

.text-\[18px\]{
  font-size: 18px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[24px\]{
  font-size: 24px;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.text-_capitalBlue{
  --tw-text-opacity: 1;
  color: rgb(27 58 87 / var(--tw-text-opacity));
}

.text-_brown{
  --tw-text-opacity: 1;
  color: rgb(154 122 68 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 960px){
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }
  .md\:mb-\[35px\]{
    margin-bottom: 35px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:w-\[220px\]{
    width: 220px;
  }
  .md\:w-\[170px\]{
    width: 170px;
  }
  .md\:max-w-\[66\%\]{
    max-width: 66%;
  }
  .md\:flex-shrink-0{
    flex-shrink: 0;
  }
  .md\:pl-\[50px\]{
    padding-left: 50px;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:font-bold{
    font-weight: 700;
  }
}

@media (min-width: 1240px){
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:mb-\[65px\]{
    margin-bottom: 65px;
  }
}

@media (max-width: 959px){
  .nmd\:pl-\[25px\]{
    padding-left: 25px;
  }
  .nmd\:pt-\[30px\]{
    padding-top: 30px;
  }
  .nmd\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

@media (max-width: 1239px){
  .nlg\:m-auto{
    margin: auto;
  }
  .nlg\:text-center{
    text-align: center;
  }
}
