@charset "UTF-8";
@-webkit-keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes main-visual-line-extend {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-moz-keyframes main-visual-line-extend {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes main-visual-line-extend {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes main-visual-text-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes main-visual-text-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes main-visual-text-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  /* 5%地点でフェードイン完了 */
  2% {
    opacity: 1;
  }
  /* 20%（表示終了）まで表示維持 */
  20% {
    opacity: 1;
  }
  /* 25%地点で完全に消える */
  22% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  /* 5%地点でフェードイン完了 */
  2% {
    opacity: 1;
  }
  /* 20%（表示終了）まで表示維持 */
  20% {
    opacity: 1;
  }
  /* 25%地点で完全に消える */
  22% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  /* 5%地点でフェードイン完了 */
  2% {
    opacity: 1;
  }
  /* 20%（表示終了）まで表示維持 */
  20% {
    opacity: 1;
  }
  /* 25%地点で完全に消える */
  22% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes flickering {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.1);
  }
}
@-moz-keyframes flickering {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.1);
  }
}
@keyframes flickering {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes balloonBounce {
  0% {
    opacity: 0;
    transform: translate(0%, 20%) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0%, -8%) scale(1.05);
  }
  80% {
    transform: translate(0%, 3%) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
@-moz-keyframes balloonBounce {
  0% {
    opacity: 0;
    transform: translate(0%, 20%) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0%, -8%) scale(1.05);
  }
  80% {
    transform: translate(0%, 3%) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
@keyframes balloonBounce {
  0% {
    opacity: 0;
    transform: translate(0%, 20%) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0%, -8%) scale(1.05);
  }
  80% {
    transform: translate(0%, 3%) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
/* 簡易フェードアニメーション */
@-webkit-keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: inherit;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

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

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

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.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 {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!***************
  LOADER
****************/
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #068785;
  transition: opacity 0.4s ease-out;
}
.loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.loader.is-removed {
  display: none;
}
.loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__icon {
  width: 16rem;
  height: 16rem;
  animation: loader-spin 5s linear infinite;
  filter: brightness(0) invert(1);
}

/*!***************
  BASE
****************/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  scroll-padding-top: 15.38vw;
}
@media (min-width: 770px) {
  html {
    scroll-padding-top: 86px;
  }
}

body {
  background-color: #FFFFFF;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-feature-settings: "palt";
  color: #000000;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 769px) {
  img,
  svg {
    width: 100%;
  }
}

svg {
  fill: currentColor;
}

a {
  color: #000000;
  text-decoration: none;
  transition: opacity linear 0.3s;
}
@media (min-width: 770px) {
  a.hover:hover {
    opacity: 0.7;
  }
}

p, dd, li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 769px) {
  .hide_sp {
    display: none !important;
  }
  .js-menu-open {
    overflow: hidden;
  }
}
@media (min-width: 770px) {
  .hide_pc {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 15.64vw;
  min-width: 0;
}
@media (min-width: 770px) {
  #wrapper {
    padding-top: 86px;
  }
}

.contents {
  position: relative;
}
@media (min-width: 770px) {
  .contents {
    margin-right: 86px;
  }
}

.menu-open #wrapper {
  height: 100vh;
}

.sec-head {
  margin-bottom: 7.69vw;
}
@media (min-width: 770px) {
  .sec-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 0 10px 85px;
    position: relative;
    max-width: 1280px;
    width: 100%;
  }
}
.sec-head__img {
  margin-top: 7.69vw;
}
@media (min-width: 770px) {
  .sec-head__img {
    margin-top: 0;
    margin-left: auto;
  }
}

.sec {
  position: relative;
}
.sec__inner {
  padding: 12.82vw 2.56vw;
}
@media (min-width: 770px) {
  .sec__inner {
    padding: 50px 40px;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec--main {
  background-color: #068785;
}
.sec__heading-index {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
@media (min-width: 770px) {
  .sec__heading-index {
    flex-shrink: 0;
  }
}
.sec__heading-index::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C3493F;
}
.sec__heading-index span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}
.sec__heading-index small {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66;
  color: #C3493F;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (min-width: 770px) {
  .sec__heading-index {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
  }
  .sec__heading-index::before {
    position: relative;
    top: 17px;
    left: -20px;
  }
  .sec__heading-index span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .sec__heading-index small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53;
  }
}
.sec__ttl-sub {
  color: #3B0101;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.85vw;
}
@media (min-width: 770px) {
  .sec__ttl-sub {
    margin-bottom: 15px;
  }
}
.sec__ttl-sub-marker {
  background: linear-gradient(transparent 40%, #FFF200 60%);
  padding: 0 0.2em 0.2em;
  display: inline-block;
}
.sec__txt {
  color: #3B0101;
  text-align: center;
  margin-bottom: 8.46vw;
}
@media (min-width: 770px) {
  .sec__txt {
    margin-bottom: 40px;
  }
}
.sec__txt--small {
  color: #3B0101;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 1.28vw 7.69vw;
}
@media (min-width: 770px) {
  .sec__txt--small {
    margin: 0 0 50px;
  }
}
.sec__txt--small:last-child {
  margin-bottom: 0;
}

.sec-wave {
  background: url(../img/common/line-wave_sp.png) no-repeat bottom #068785;
  background-size: contain;
  position: relative;
}
@media (min-width: 770px) {
  .sec-wave {
    background-image: url(../img/common/line-wave_pc.png);
  }
}
.sec-wave__inner {
  padding: 12.82vw 2.56vw;
}
@media (min-width: 770px) {
  .sec-wave__inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px;
  }
}

.sec-ttl {
  text-align: center;
}
@media (min-width: 770px) {
  .sec-ttl {
    text-align: left;
  }
}
.sec-ttl__main {
  color: #068785;
  font-size: 12.82vw;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: 2.56vw;
}
@media (min-width: 770px) {
  .sec-ttl__main {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 10px;
  }
}
.sec-ttl__main:last-child {
  margin-bottom: 0;
}
.sec-ttl__sub {
  background-color: #C3493F;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
  padding: 0.1em 0.5em;
}
@media (min-width: 770px) {
  .sec-ttl__sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec-ttl__accent {
  color: #C3493F;
}
.sec-ttl__small {
  font-size: 45px;
  font-size: 4.5rem;
}
.sec-ttl--white .sec-ttl__main {
  color: #ffffff;
}
.sec-ttl--white .sec-ttl__accent {
  color: #FFD65C;
}

.page-head {
  background: url(../img/company/ph-bg_sp.webp) no-repeat bottom;
  background-size: contain;
  padding-top: 7.69vw;
}
@media (min-width: 770px) {
  .page-head {
    background-image: url(../img/company/ph-bg_pc.webp);
    background-position: right center;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.page-head--center {
  background-image: url(../img/common/ph-bg_sp.webp);
  padding-top: 17.95vw;
}
@media (min-width: 770px) {
  .page-head--center {
    background-image: url(../img/common/ph-bg_pc.webp);
    background-size: cover;
    background-position: top;
    padding-top: 0;
  }
}
@media (min-width: 1380px) {
  .page-head--center {
    background-size: cover;
  }
}
.page-head--center .sec-ttl {
  text-align: center;
}
@media (min-width: 770px) {
  .page-head--center .page-head__ttl {
    padding-top: 60px;
    padding-right: 7.8125%;
    width: 100%;
    text-align: center;
  }
}
.page-head--center .page-head__inner {
  padding-bottom: 47.44vw;
}
@media (min-width: 770px) {
  .page-head--center .page-head__inner {
    aspect-ratio: 1280/423;
    max-height: 423px;
    padding-bottom: 0;
  }
}
.page-head--work {
  background-image: url(../img/work/ph-bg_sp.webp);
}
@media (min-width: 770px) {
  .page-head--work {
    background-image: url(../img/work/ph-bg_pc.webp);
  }
}
.page-head--company {
  background-image: url(../img/company/ph-bg_sp.webp);
}
@media (min-width: 770px) {
  .page-head--company {
    background-image: url(../img/company/ph-bg_pc.webp);
  }
}
.page-head--team {
  background-image: url(../img/team/ph-bg_sp.webp);
}
@media (min-width: 770px) {
  .page-head--team {
    background-image: url(../img/team/ph-bg_pc.webp);
  }
}
.page-head__inner {
  position: relative;
  padding-bottom: 96.92vw;
}
@media (min-width: 770px) {
  .page-head__inner {
    padding-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-head__ttl {
  margin-bottom: 6.41vw;
}
@media (min-width: 770px) {
  .page-head__ttl {
    margin-bottom: 0;
    padding: 60px 32px 127px 7.8125%;
    flex-shrink: 0;
  }
}
.page-head__txt {
  color: #3B0101;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 5.13vw;
}
@media (min-width: 770px) {
  .page-head__txt {
    margin-top: 35px;
    text-align: left;
  }
}
.page-head__baloon {
  width: 73.85vw;
  margin: auto;
}
@media (min-width: 770px) {
  .page-head__baloon {
    width: 24.609375%;
    max-width: 315px;
    min-width: 250px;
    margin-left: 0;
  }
}
.page-head__baloon img {
  width: 100%;
}
@media (min-width: 770px) {
  .page-head__img {
    width: 59.375%;
    margin-left: auto;
  }
}
.page-head__img img {
  width: 100%;
}
.page-head__breadcrumb {
  margin-top: 0.77vw;
  position: absolute;
  left: 5.13vw;
  bottom: 3.85vw;
}
@media (min-width: 770px) {
  .page-head__breadcrumb {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    left: auto;
    bottom: 28px;
  }
}

.breadcrumb {
  background-color: #717171;
  border-radius: 100vh;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  padding: 0.4rem 1.1rem;
}
@media (min-width: 770px) {
  .breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.breadcrumb__item::after {
  content: "|";
  color: #BABABA;
  padding: 0 0.5em;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__txt {
  color: inherit;
}

/*----------
TITLE
----------*/
.wrap-ttl {
  text-align: center;
  margin-bottom: 11.54vw;
}
@media (min-width: 770px) {
  .wrap-ttl {
    margin-bottom: 100px;
  }
}
@media (min-width: 770px) {
  .wrap-ttl + .sec__txt {
    margin-top: -70px;
  }
}
.wrap-ttl__fish-l {
  background: url(../img/common/img-fish-l.webp) no-repeat;
  background-position: right 2.56vw top;
  background-size: 26.92vw;
  padding-top: 12.82vw;
}
@media (min-width: 770px) {
  .wrap-ttl__fish-l {
    background-size: 15.625%;
    padding-top: 30px;
  }
}
.wrap-ttl__fish-l-02 {
  background: url(../img/common/img-fish-l-02.webp) no-repeat;
  background-position: 2.56vw top;
  background-size: 26.92vw;
  padding-top: 12.82vw;
}
@media (min-width: 770px) {
  .wrap-ttl__fish-l-02 {
    background-position: 12.5% 0;
    background-size: 15.625%;
    padding-top: 30px;
  }
}
.wrap-ttl__fish-r {
  background: url(../img/common/img-fish-r.webp) no-repeat;
  background-position: 2.56vw top;
  background-size: 26.15vw;
  padding-top: 12.82vw;
}
@media (min-width: 770px) {
  .wrap-ttl__fish-r {
    background-position: 12.5% 0;
    background-size: 15.625%;
    padding-top: 30px;
  }
}

.wrap-ttl-sub {
  text-align: center;
  margin-bottom: 7.69vw;
}
@media (min-width: 770px) {
  .wrap-ttl-sub {
    margin-bottom: 60px;
  }
}

.ttl-sub {
  display: inline-block;
  text-align: center;
}
.ttl-sub__en {
  color: #068785;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.ttl-sub__ja {
  color: #3B0101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.ttl-wave {
  display: inline-block;
  text-align: center;
  padding-top: 21.79vw;
  position: relative;
}
@media (min-width: 770px) {
  .ttl-wave {
    padding-top: 90px;
  }
}
.ttl-wave::after {
  content: "";
  display: inline-block;
  margin-top: 2.56vw;
  width: 42.31vw;
  aspect-ratio: 207/33;
  background-color: #C3493F;
  mask: url(../img/common/icn-ttl-line.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn-ttl-line.svg) no-repeat center/contain;
}
@media (min-width: 770px) {
  .ttl-wave::after {
    width: 206px;
    margin-top: 15px;
  }
}
.ttl-wave__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (min-width: 770px) {
  .ttl-wave__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.ttl-wave__icn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-wave__icn::before {
  background-color: #393939;
  mask: url(../img/common/icn-accent.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn-accent.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-45%);
  width: 24.36vw;
  aspect-ratio: 95/44;
}
@media (min-width: 770px) {
  .ttl-wave__icn::before {
    width: 95px;
  }
}
.ttl-wave__icn::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 10.26vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 770px) {
  .ttl-wave__icn::after {
    top: 40px;
  }
}
.ttl-wave__icn--day::after {
  background-image: url(../img/common/icn-day.svg);
  top: 12.56vw;
  width: 5.9vw;
  aspect-ratio: 23/24;
}
@media (min-width: 770px) {
  .ttl-wave__icn--day::after {
    top: 45px;
    width: 28px;
  }
}
.ttl-wave__icn--mic::after {
  background-image: url(../img/common/icn-mic.svg);
  width: 4.87vw;
  aspect-ratio: 24/38;
}
@media (min-width: 770px) {
  .ttl-wave__icn--mic::after {
    top: 45px;
    width: 24px;
  }
}
.ttl-wave__icn--light::after {
  background-image: url(../img/common/icn-light.svg);
  width: 5.13vw;
  aspect-ratio: 25/36;
}
@media (min-width: 770px) {
  .ttl-wave__icn--light::after {
    width: 25px;
  }
}
.ttl-wave__icn--bldg::after {
  background-image: url(../img/common/icn-bldg.svg);
  width: 5.38vw;
  aspect-ratio: 21/30;
}
@media (min-width: 770px) {
  .ttl-wave__icn--bldg::after {
    width: 25px;
  }
}
.ttl-wave__icn--ship::after {
  background-image: url(../img/common/icn-ship.svg);
  width: 6.15vw;
  aspect-ratio: 24/30;
}
@media (min-width: 770px) {
  .ttl-wave__icn--ship::after {
    width: 32px;
  }
}
.ttl-wave__icn--pic::after {
  background-image: url(../img/common/icn-pic.svg);
  top: 11.54vw;
  width: 6.15vw;
  aspect-ratio: 24/21;
}
@media (min-width: 770px) {
  .ttl-wave__icn--pic::after {
    top: 45px;
    width: 27px;
  }
}
.ttl-wave__icn--career::after {
  background-image: url(../img/common/icn-career.svg);
  width: 8.46vw;
  aspect-ratio: 33/33;
}
@media (min-width: 770px) {
  .ttl-wave__icn--career::after {
    width: 39px;
  }
}
.ttl-wave__icn--faq::after {
  background-image: url(../img/common/icn-faq.svg);
  top: 11.54vw;
  width: 8.46vw;
  aspect-ratio: 33/30;
}
@media (min-width: 770px) {
  .ttl-wave__icn--faq::after {
    top: 45px;
    width: 45px;
  }
}
.ttl-wave--white::after {
  background-color: #FFD65C;
}
.ttl-wave--white .ttl-wave__txt {
  color: #FFFFFF;
}
.ttl-wave--white .ttl-wave__icn::before {
  background-color: #FFFFFF;
}

.team-members {
  width: 100%;
  display: flex;
}
@media (max-width: 769px) {
  .team-members {
    flex-wrap: wrap;
  }
}
@media (min-width: 770px) {
  .team-members {
    overflow: hidden;
  }
}
.team-members__item {
  display: block;
  width: 100%;
}
@media (min-width: 770px) {
  .team-members__item {
    width: 25%;
  }
}
@media (min-width: 770px) {
  .team-members--detail {
    margin-top: 130px;
  }
}
.team-members--detail .team-members__item {
  width: 50%;
}
@media (min-width: 770px) {
  .team-members--detail .team-members__item {
    width: 25%;
  }
}

.member-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.member-card__face {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease;
}
.member-card__face--front {
  position: relative;
  z-index: 0;
}
.member-card__face--back {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 769px) {
  .member-card__face--back {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.member-card picture {
  position: relative;
  z-index: 0;
}
.member-card img {
  width: 100%;
  height: auto;
  display: block;
}
.member-card__bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 4.5em;
  padding: 1em 1em 0.5em;
  z-index: 1;
}
@media (min-width: 770px) {
  .member-card__bottom {
    min-height: 55.5555555556%;
    padding-bottom: 35px;
  }
}
.member-card__bottom-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 4.6em;
  width: 100%;
  min-height: 3em;
}
.member-card__text {
  color: #FFFFFF;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 770px) {
  .member-card__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.member-card__arrow {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.member-card__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (hover: none) {
  .member-card__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
.member-card__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .member-card__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 770px) {
  .member-card:hover .member-card__face--back {
    opacity: 1;
    visibility: visible;
  }
  .member-card:hover .member-card__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  .member-card:hover .member-card__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.member-card {
  /* ==========================
      current状態
  ========================== */
}
.member-card--current {
  pointer-events: none;
  cursor: default;
  /* hover無効化 */
}
.member-card--current:hover .member-card__face--back {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 770px) {
  .member-card--current .member-card__face--front {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .member-card--current .member-card__face--back {
    opacity: 1;
    visibility: visible;
  }
}
.member-card--current {
  /* 矢印アニメ停止 */
}
.member-card--current .member-card__arrow::before {
  transform: translate(-50%, -50%) scale(0);
}
.member-card--current .member-card__arrow::after {
  transform: translate(-50%, -50%) scale(0);
}
.member-card--current {
  /* 閲覧中ラベル */
}
.member-card--current::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 5;
}
.member-card--current::after {
  border: solid #FFFFFF 1px;
  content: "閲覧中";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 4.62vw;
  padding: 2.05vw 3.85vw;
  white-space: nowrap;
  z-index: 6;
}
@media (min-width: 770px) {
  .member-card--current::after {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 15px;
  }
}

@media (min-width: 770px) {
  .company-profile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 75px;
  }
}
@media (min-width: 770px) {
  .company-profile__container {
    width: 100%;
    margin: 0 0 0 5%;
  }
}
.company-profile__container dl {
  letter-spacing: 0.04em;
  margin: 32px 0 0;
}
.company-profile__container dl::after {
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0 0;
  background: rgba(64, 64, 64, 0.15);
  border-left: 12px solid #C3493F;
}
.company-profile__container dl:first-child {
  margin-top: 10px;
}
@media (min-width: 770px) {
  .company-profile__container dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 25px 0 0;
    line-height: 1.875;
  }
  .company-profile__container dl::after {
    border-left: 20px solid #C3493F;
    flex: 0 0 100%;
  }
}
.company-profile__container dt {
  font-weight: 700;
}
@media (min-width: 770px) {
  .company-profile__container dt {
    flex: 0 0 150px;
  }
}
.company-profile__container dd {
  margin: 8px 0 0;
}
@media (min-width: 770px) {
  .company-profile__container dd {
    flex: 1;
    margin: 0;
  }
}
.company-profile__container dd .company-profile__container_list > dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1.875;
}
.company-profile__container dd .company-profile__container_list > dl::after {
  all: initial;
}
.company-profile__container dd .company-profile__container_list > dl dt {
  margin: auto 0;
  width: 100px;
  font-size: 0.8em;
  flex: none;
}
.company-profile__container dd .company-profile__container_list > dl dd {
  margin: 0;
  width: auto;
}

@media (min-width: 770px) {
  .company-history {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 50px;
  }
}
@media (min-width: 770px) {
  .company-history__container {
    width: 100%;
    margin: 0 0 0 8%;
  }
}
.company-history__container dl {
  border: 1px solid #f7f7f7;
  background: #ffffff;
  letter-spacing: 0.04em;
  margin: 12px 0 0;
}
@media (min-width: 770px) {
  .company-history__container dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.company-history__container dt {
  background: #f7f7f7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 24px;
  text-align: center;
}
@media (min-width: 770px) {
  .company-history__container dt {
    flex: 0 0 12em;
    padding: 24px 20px;
  }
}
.company-history__container dd {
  margin: 0;
  font-weight: 700;
  padding: 24px;
}
@media (min-width: 770px) {
  .company-history__container dd {
    flex: 1 1 auto;
    padding: 30px 37px;
  }
}
.company-history__container dd small {
  font-weight: 400;
  font-size: inherit;
}
.company-history__container dd span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
  margin: 25px 0 0;
}
.company-history__container dd span:first-child {
  margin: 0;
}
.company-history__container dd span b {
  flex: 0 0 2.3em;
}
.company-history__container dd span small {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0 20px;
  white-space: normal;
}
.company-history__container dd span small::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin: 6px 20px 0 0;
  border-radius: 50%;
  background: #C3493F;
}

/*!***************
  COMMON
****************/
.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.anker {
  position: absolute;
  top: 0;
  height: 0;
  scroll-margin-top: 0;
}

/* CLEAR FIX */
.clf:before, .clf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clf:after {
  clear: both;
}

/* ANIMATION */
.js-fade-up {
  -moz-transition: transform 0.7s, opacity 0.7s;
  -webkit-transition: transform 0.7s, opacity 0.7s;
  -o-transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.js-fade-up.inactive {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.js-fade-up-list > * {
  -moz-transition: transform 0.7s, opacity 0.7s;
  -webkit-transition: transform 0.7s, opacity 0.7s;
  -o-transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.js-fade-up-list > *.inactive {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

/* TEXT */
.fc-red {
  color: #f00;
}

.fc-accent {
  color: #C3493F;
}

.notice {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.tac {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

sup {
  font-size: 90%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

small {
  font-size: 90%;
}

.marker {
  background: linear-gradient(transparent 60%, #FFF200 40%);
}

.link-line {
  position: relative;
  display: inline-block;
}
.link-line::after {
  content: "";
  display: block;
  background-color: #068785;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.link-line--blue::after {
  background-color: #0073CB;
}

@media (min-width: 770px) {
  a:hover .link-line::after {
    width: 100%;
    transition: width 0.3s ease-out;
  }
}
.wrap-btn {
  text-align: center;
}

/* BUTTON */
.btn-df {
  display: inline-flex;
  justify-content: left;
  align-items: center;
  background-color: #C3493F;
  border-radius: 100vh;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 2.56vw 11.79vw 2.56vw 4.1vw;
  position: relative;
  text-align: center;
  min-width: 41.54vw;
  min-height: 9.74vw;
}
@media (min-width: 770px) {
  .btn-df {
    cursor: pointer;
    justify-content: center;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 10px 60px;
    min-width: 360px;
    min-height: 70px;
  }
}
.btn-df__arrow {
  display: block;
  width: 5.13vw;
  height: 5.13vw;
  position: absolute;
  top: 50%;
  right: 2.31vw;
  transform: translateY(-50%);
}
@media (min-width: 770px) {
  .btn-df__arrow {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.btn-df__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transform: translate(-50%, -50%);
}
@media (hover: none) {
  .btn-df__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
.btn-df__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .btn-df__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.btn-df--gray {
  background-color: #7E7E7E;
}
.btn-df--gray .btn-df__icn::before {
  background-image: url(../img/common/icn-triangle-g.svg);
}
@media (min-width: 770px) {
  .btn-df:hover .btn-df__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  .btn-df:hover .btn-df__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.btn-df--big {
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2.56vw 15.38vw 2.56vw 10.26vw;
  min-width: 74.36vw;
  min-height: 17.95vw;
}
@media (min-width: 770px) {
  .btn-df--big {
    padding: 10px 60px;
    min-width: 360px;
    min-height: 70px;
  }
}
.btn-df--big .btn-df__arrow {
  width: 6.41vw;
  height: 6.41vw;
  right: 6.41vw;
}
@media (min-width: 770px) {
  .btn-df--big .btn-df__arrow {
    width: 25px;
    height: 25px;
    right: 25px;
  }
}

.btn-card {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 6.15vw;
}
@media (min-width: 770px) {
  .btn-card {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.btn-card__arrow {
  width: 9.23vw;
  height: 9.23vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 5.13vw;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 770px) {
  .btn-card__arrow {
    width: 36px;
    height: 36px;
    top: 50%;
    right: 30px;
  }
}
.btn-card__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (hover: none) {
  .btn-card__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
.btn-card__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .btn-card__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.btn-card__bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36.8965517241%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 770px) {
  .btn-card__bottom {
    height: 145px;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.btn-card__bottom-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 5.13vw;
  padding-right: 20.51vw;
  position: relative;
}
@media (min-width: 770px) {
  .btn-card__bottom-inner {
    justify-content: center;
    height: 2em;
    padding-left: 20px;
    padding-right: 85px;
    padding-left: 85px;
  }
}
.btn-card__img {
  position: relative;
  z-index: 0;
}
.btn-card:hover .btn-card__arrow::before {
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.btn-card:hover .btn-card__arrow::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.accordion {
  max-width: 1044px;
  margin: auto;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item.is-open .accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion {
  /* ======================
     ヘッダー
  ====================== */
}
.accordion__header {
  width: 100%;
  padding: 3.08vw 2.82vw 3.08vw 8.21vw;
  border-radius: 100vh;
  background: #068785;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.85vw;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 770px) {
  .accordion__header {
    padding: 12px 12px 12px 30px;
    gap: 15px;
  }
}
.accordion__number {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFD65C;
}
.accordion__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.accordion {
  /* ======================
     トグルアイコン
  ====================== */
}
.accordion__toggle {
  margin-left: auto;
  width: 6.41vw;
  height: 6.41vw;
  border-radius: 50%;
  border: 1px dotted #fff;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 770px) {
  .accordion__toggle {
    width: 25px;
    height: 25px;
  }
}
.accordion__toggle::before, .accordion__toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.accordion__toggle::before {
  width: 11px;
  height: 1px;
}
.accordion__toggle::after {
  width: 1px;
  height: 11px;
}
.accordion {
  /* ======================
     開閉アニメ
  ====================== */
}
.is-loaded .accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.accordion__body {
  overflow: hidden;
  padding: 8.97vw 2.56vw 12.31vw;
}
@media (min-width: 770px) {
  .accordion__body {
    padding: 35px 10px 45px;
  }
}

.box-qa {
  margin-bottom: 35px;
}
.box-qa:last-child {
  margin-bottom: 0;
}
.box-qa__head {
  border-bottom: solid #068785 1px;
  position: relative;
  padding-bottom: 15px;
  padding-left: 42px;
  margin-bottom: 15px;
  color: #3B0101;
  font-weight: bold;
}
.box-qa__head::before {
  content: "Q.";
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  background: url(../img/common/icn-q.png) no-repeat center;
  background-size: contain;
  text-indent: 0.1em;
  position: absolute;
  left: 0;
  top: -0.3em;
}
.box-qa__body {
  position: relative;
  padding-left: 42px;
}
.box-qa__body::before {
  color: #C3493F;
  content: "A.";
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 0.1em;
  position: absolute;
  left: 0;
  top: -0.3em;
}

/*!***************
  HEADER
****************/
.header {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15.38vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
@media (min-width: 770px) {
  .header {
    height: 86px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.header::before {
  background-color: #068785;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  z-index: 0;
}

.header-logo {
  max-width: 37.95vw;
  width: 100%;
  margin: 0 auto 0 2.56vw;
}
@media (min-width: 770px) {
  .header-logo {
    max-width: 213px;
    margin: 0 60px 0 40px;
  }
}
.header-logo__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-logo__link img {
  display: block;
}
.header-logo img {
  width: 100%;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 130px 0 auto;
  max-width: 600px;
  width: 100%;
  gap: 20px;
}
@media (max-width: 769px) {
  .header-nav {
    display: none;
  }
}
.header-nav__link {
  color: #000000;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  transition: color 0.1s 0s ease-in;
}
.header-nav__link::before {
  background-color: #068785;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s 0s ease-in;
}
.header-nav__link:hover {
  color: #068785;
}
.header-nav__link:hover::before {
  width: 100%;
}
.header-nav__item {
  margin: 0 10px;
}
@media (min-width: 770px) {
  .header-nav__item {
    margin: 0;
    padding: 10px 0;
    position: relative;
  }
  .header-nav__item:hover .header-nav__drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
  }
  .header-nav__item:hover .header-nav__link {
    color: #068785;
  }
  .header-nav__item:hover .header-nav__link::before {
    width: 100%;
  }
}
.header-nav__item.is-current .header-nav__link {
  color: #068785;
}
.header-nav__item.is-current .header-nav__link::before {
  width: 100%;
}
@media (min-width: 770px) {
  .header-nav__drop {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: max-content;
    background: #068785;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    padding: 15px 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .header-nav__drop::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 10px;
  }
}
.header-nav__sublist li {
  margin-bottom: 7px;
}
.header-nav__sublist li:last-child {
  margin-bottom: 0;
}
.header-nav__sublist li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.header-nav__sublist li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease;
}
.header-nav__sublist li a:hover {
  position: relative;
}
.header-nav__sublist li a:hover::after {
  width: 100%;
}

.header-entry {
  font-size: 3.59vw;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  z-index: 1001;
}
@media (min-width: 770px) {
  .header-entry {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header-entry__link {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 15.38vw;
  height: 100%;
  background-color: #068785;
}
@media (min-width: 770px) {
  .header-entry__link {
    width: 86px;
    height: 86px;
  }
}
.header-entry__txt {
  line-height: 1;
  order: 2;
  margin-top: 2.31vw;
}
@media (min-width: 770px) {
  .header-entry__txt {
    order: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.header-entry__arrow {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 769px) {
  .header-entry__arrow {
    order: 1;
    width: 4.87vw;
    height: auto;
    aspect-ratio: 19/4;
  }
}
.header-entry__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (hover: none) {
  .header-entry__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@media (max-width: 769px) {
  .header-entry__arrow::before {
    background-color: #fff;
    width: 1.03vw;
    height: 1.03vw;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    mask: none;
    top: 0.77vw;
  }
}
.header-entry__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .header-entry__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 769px) {
  .header-entry__arrow::after {
    display: none;
  }
}
@media (min-width: 770px) {
  .header-entry:hover .header-entry__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  .header-entry:hover .header-entry__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes width {
  50% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header-menu {
  background-color: #C3493F;
  width: 15.38vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 1001;
}
@media (min-width: 770px) {
  .header-menu {
    position: absolute;
    cursor: pointer;
    width: 86px;
    height: 86px;
    top: 86px;
    right: 0;
  }
}
.header-menu__border {
  width: 4.87vw;
  aspect-ratio: 19/4;
  position: relative;
}
@media (min-width: 770px) {
  .header-menu__border {
    width: 19px;
  }
}
.header-menu__border > div {
  background-color: #FFFFFF;
  display: block;
  width: 3.85vw;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all ease-out 0.2s;
}
@media (min-width: 770px) {
  .header-menu__border > div {
    width: 19px;
    height: 1px;
  }
}
.header-menu__border > div:nth-child(1) {
  top: 0;
}
@media (min-width: 770px) {
  .header-menu__border > div:nth-child(1) {
    left: auto;
    right: 0;
  }
}
.header-menu__border > div:nth-child(2) {
  top: 1.28vw;
}
@media (min-width: 770px) {
  .header-menu__border > div:nth-child(2) {
    top: 5px;
  }
}
.header-menu__txt {
  color: #FFFFFF;
  font-size: 3.59vw;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin-top: 2.31vw;
}
@media (min-width: 770px) {
  .header-menu__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media (min-width: 770px) {
  .header-menu:hover .header-menu__border > div {
    animation: width 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
}

.js-menu-open .header-menu__border div:nth-child(1) {
  top: 0;
  transform: rotate(-45deg);
  transform-origin: center;
}
.js-menu-open .header-menu__border div:nth-child(2) {
  top: 0;
  transform: rotate(45deg);
  transform-origin: center;
}
@media (min-width: 770px) {
  .js-menu-open .header-menu:hover .header-menu__border {
    animation: rotate 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
  .js-menu-open .header-menu:hover .header-menu__border > div {
    animation-name: none;
  }
}

/*!***************
  FOOTER
****************/
.footer-ship {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 47.18vw;
  z-index: 1002;
}
@media (max-width: 769px) {
  .footer-ship {
    display: none;
  }
}
@media (min-width: 770px) {
  .footer-ship {
    right: -22px;
    width: 250px;
  }
}
@media (max-width: 769px) {
  .footer-ship.is-active {
    position: absolute;
    bottom: auto;
    margin-bottom: -25.64vw;
    z-index: 997;
  }
}

.footer {
  position: relative;
  background-color: #068785;
  z-index: 2;
}
@media (min-width: 770px) {
  .footer {
    margin-right: 86px;
  }
}
.footer__inner {
  padding: 7.69vw 0 12.82vw;
}
@media (min-width: 770px) {
  .footer__inner {
    position: relative;
    padding: 60px 30px;
  }
}
.footer__img {
  width: 60.51vw;
  margin: 0 auto 11.28vw;
}
@media (min-width: 770px) {
  .footer__img {
    width: 18.4375%;
    max-width: 236px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 0;
  }
}
.footer__img img {
  width: 100%;
}
@media (min-width: 770px) {
  .footer__ship {
    width: 32.1875%;
    max-width: 412px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 0;
  }
}
.footer__ship img {
  width: 100%;
}
.footer__bird {
  position: absolute;
  top: auto;
  right: 2.56vw;
  width: 7.69vw;
}
@media (min-width: 770px) {
  .footer__bird {
    top: 34px;
    right: 50%;
    width: 34px;
    margin-right: 170px;
  }
}
.footer__bird img {
  width: 100%;
}
.footer__logo {
  width: 58.97vw;
  margin: 0 auto 12.82vw;
}
@media (min-width: 770px) {
  .footer__logo {
    width: 213px;
    margin-bottom: 50px;
  }
}
.footer__copyright {
  background-color: #262626;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 2.82vw 2.56vw;
}
@media (min-width: 770px) {
  .footer__copyright {
    padding: 11px;
  }
}

.footer-txt {
  color: #FFFFFF;
  text-align: center;
  line-height: 2;
  margin-bottom: 8.97vw;
}
@media (min-width: 770px) {
  .footer-txt {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
.footer-txt__link {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 0.5em;
}
.footer-txt__link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5em;
}
.footer-txt__link--tel::before {
  background-image: url(../img/common/icn-tel.svg);
  width: 3.85vw;
  height: 3.85vw;
}
@media (min-width: 770px) {
  .footer-txt__link--tel::before {
    width: 15px;
    height: 15px;
  }
}
.footer-txt__link--fax::before {
  background-image: url(../img/common/icn-fax.svg);
  width: 4.87vw;
  height: 4.1vw;
}
@media (min-width: 770px) {
  .footer-txt__link--fax::before {
    width: 19px;
    height: 16px;
  }
}
.footer-txt__link--mail::before {
  background-image: url(../img/common/icn-mail.svg);
  width: 4.87vw;
  height: 3.08vw;
}
@media (min-width: 770px) {
  .footer-txt__link--mail::before {
    width: 19px;
    height: 12px;
  }
}

/*!***************
  RIGHT NAVI
****************/
.drawer-menu {
  background-color: #C3493F;
  position: fixed;
  top: 15.38vw;
  right: 0;
  width: 100%;
  height: calc(100% - 15.38vw);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.5s 0s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 770px) {
  .drawer-menu {
    width: 640px;
    height: 100%;
    top: 0;
    right: -86px;
    overflow-y: auto;
  }
}
.drawer-menu__list {
  padding: 10.26vw 5.13vw 20.51vw;
  position: relative;
}
@media (min-width: 770px) {
  .drawer-menu__list {
    padding: 60px 50px;
  }
}
.drawer-menu__section {
  margin-bottom: 12.82vw;
}
@media (min-width: 770px) {
  .drawer-menu__section {
    margin-bottom: 30px;
  }
}
.drawer-menu__section:last-child {
  margin-bottom: 0;
}
.drawer-menu a {
  color: #FFFFFF;
  line-height: 1.3;
}

@media (min-width: 770px) {
  .drawer-menu-sub {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.drawer-menu-sub li {
  margin-bottom: 6.41vw;
}
@media (min-width: 770px) {
  .drawer-menu-sub li {
    margin-bottom: 0;
    margin-right: 2em;
  }
}
.drawer-menu-sub li:last-child {
  margin-bottom: 0;
}
.drawer-menu-sub__link {
  font-weight: bold;
  position: relative;
}
.drawer-menu-sub__link::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  transition: width 0.3s 0s ease-in;
}
@media (min-width: 770px) {
  .drawer-menu-sub__link:hover::before {
    width: 100%;
  }
}

.drawer-ttl {
  margin-bottom: 3.85vw;
}
@media (min-width: 770px) {
  .drawer-ttl {
    margin-bottom: 15px;
  }
}
.drawer-ttl__link {
  color: #FFFFFF;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
.drawer-ttl__link::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  transition: width 0.3s 0s ease-in;
}
@media (min-width: 770px) {
  .drawer-ttl__link:hover::before {
    width: 100%;
  }
}
.drawer-ttl__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-right: 0.5em;
}
.drawer-ttl__en {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80%;
}

.drawer-menu-thumbs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.drawer-menu-thumbs li {
  width: 23.65%;
}
.drawer-menu-thumbs--50 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.drawer-menu-thumbs--50 li {
  width: 49.1428571429%;
}

.drawer-thumb {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}
.drawer-thumb::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  transition: width 0.3s 0s ease-in;
}
@media (min-width: 770px) {
  .drawer-thumb:hover .drawer-thumb__img {
    opacity: 0.8;
  }
  .drawer-thumb:hover::before {
    width: 100%;
  }
}
.drawer-thumb__img {
  display: block;
  margin-bottom: 1.79vw;
}
@media (min-width: 770px) {
  .drawer-thumb__img {
    margin-bottom: 8px;
  }
}
.drawer-thumb__role {
  display: block;
  padding: 0 0.77vw;
}
@media (min-width: 770px) {
  .drawer-thumb__role {
    padding: 0 3px;
  }
}
.drawer-thumb__name {
  display: block;
  padding: 0 0.77vw;
}
@media (min-width: 770px) {
  .drawer-thumb__name {
    padding: 0 3px;
  }
}

.drawer-menu-sublist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 1em;
}
.drawer-menu-sublist li {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}
.drawer-menu-sublist li:last-child {
  margin-right: 0;
}
.drawer-menu-sublist li > a {
  position: relative;
}
.drawer-menu-sublist li > a::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  transition: width 0.3s 0s ease-in;
}
@media (min-width: 770px) {
  .drawer-menu-sublist li > a:hover::before {
    width: 100%;
  }
}

.js-menu-open .drawer-menu {
  transform: translateX(0);
  overflow-y: auto;
}
@media (min-width: 770px) {
  .js-menu-open .drawer-menu {
    right: 86px;
  }
}

.right-line {
  background-color: #F6FFFF;
  position: fixed;
  top: 0;
  right: 0;
  width: 86px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media (max-width: 769px) {
  .right-line {
    display: none;
  }
}
.right-line__txt {
  color: #00504F;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 1.4rem;
}

#submenu-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 769px) {
  #submenu-layer {
    display: none;
  }
}
#submenu-layer .sub-navi {
  opacity: 1;
  margin-top: -1em;
  margin-left: 1em;
}

/*!***************
  TOP
****************/
.page-top .contents > section {
  z-index: 1;
  position: relative;
}
.page-top .main-visual {
  height: 100vh;
  height: 100lvh;
  position: relative;
}
.page-top .main-visual__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: calc(100svh - 15.64vw);
}
@media (min-width: 770px) {
  .page-top .main-visual__inner {
    height: calc(100svh - 85px);
  }
}
.page-top .main-visual__title {
  color: #FFFFFF;
  text-align: right;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.56vw;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  position: absolute;
  top: 12.05vw;
  right: 5.13vw;
  width: 64.1vw;
}
@media (min-width: 770px) {
  .page-top .main-visual__title {
    gap: 8px 0;
    top: 10.4575163399%;
    right: 6.25%;
    width: auto;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.page-top .main-visual__title-line {
  display: none;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  padding: 0 0.3em;
  color: #068785;
  white-space: nowrap;
}
.page-top .main-visual__title-line:last-child {
  margin-bottom: 0;
}
.page-top .main-visual__title-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  animation: none;
}
.page-top.is-loaded .main-visual__title-line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.page-top.is-loaded .main-visual__title-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
}
.page-top.is-loaded .main-visual__title-text {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}
.page-top.is-loaded .main-visual {
  /* ========= 1行目 ========= */
}
.page-top.is-loaded .main-visual__title-line:nth-child(1)::before {
  animation: main-visual-line-extend 0.5s ease-out forwards;
  animation-delay: 0s;
}
.page-top.is-loaded .main-visual__title-line:nth-child(1) .main-visual__title-text {
  animation: main-visual-text-reveal 0.6s ease-out forwards;
  animation-delay: 0.5s;
}
.page-top.is-loaded .main-visual {
  /* ========= 2行目 ========= */
}
.page-top.is-loaded .main-visual__title-line:nth-child(2)::before {
  animation: main-visual-line-extend 0.5s ease-out forwards;
  animation-delay: 1.3s;
}
.page-top.is-loaded .main-visual__title-line:nth-child(2) .main-visual__title-text {
  animation: main-visual-text-reveal 0.6s ease-out forwards;
  animation-delay: 1.8s;
}
.page-top.is-loaded .main-visual {
  /* ========= 3行目 ========= */
}
.page-top.is-loaded .main-visual__title-line:nth-child(3)::before {
  animation: main-visual-line-extend 0.5s ease-out forwards;
  animation-delay: 2.6s;
}
.page-top.is-loaded .main-visual__title-line:nth-child(3) .main-visual__title-text {
  animation: main-visual-text-reveal 0.6s ease-out forwards;
  animation-delay: 3.1s;
}
.page-top .main-visual-action {
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  z-index: 100;
  width: 29.49vw;
  height: 29.49vw;
  left: 8.97vw;
  bottom: 12.82vw;
}
@media (min-width: 770px) {
  .page-top .main-visual-action {
    position: fixed;
    width: 152px;
    height: 152px;
    left: 50px;
    bottom: 50px;
  }
}
.page-top .main-visual-action::before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../img/top/mv-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  -webkit-animation: rotate 15s linear 0s infinite;
  animation: rotate 15s linear 0s infinite;
}
.page-top .main-visual-action a {
  display: block;
  height: 100%;
  transition: all 0.4s;
  will-change: filter;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 50px 5px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  white-space: nowrap;
  text-indent: 150%;
}
.page-top .main-visual-action a::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 61%, rgba(250, 252, 255, 0.99) 65%, rgba(237, 245, 255, 0.97) 69%, rgba(216, 234, 255, 0.94) 73%, rgba(185, 218, 255, 0.89) 77%, rgba(146, 197, 255, 0.83) 81%, rgba(6, 135, 133, 0.65) 86%, rgba(6, 135, 133, 0.5) 90%, rgba(6, 135, 133, 0.45) 93%);
  box-shadow: 0 0 30px 10px rgba(6, 135, 133, 0.6);
  -webkit-animation: flickering 5s linear 0s infinite;
  animation: flickering 5s linear 0s infinite;
}
@media (min-width: 770px) {
  .page-top .main-visual-action a:hover {
    filter: brightness(200%);
  }
}
.page-top .main-visual-action__inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
  height: 18%;
  border: dotted #068785 1px;
  border-radius: 50%;
}
.page-top .main-visual-action__inner-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.77vw;
  height: 0.77vw;
  background-color: #068785;
}
@media (min-width: 770px) {
  .page-top .main-visual-action__inner-circle::before {
    width: 3px;
    height: 3px;
  }
}
.page-top .main-visual-action.is-active {
  opacity: 0;
  visibility: hidden;
}
.page-top .intro {
  min-height: 150lvh;
  color: #FFFFFF;
}
@media (min-width: 770px) {
  .page-top .intro {
    min-height: 150svh;
    position: relative;
  }
}
.page-top .intro__inner {
  padding: 85.64vw 3.85vw 141.03vw;
}
@media (min-width: 770px) {
  .page-top .intro__inner {
    padding: 470px 30px 150px;
  }
}
.page-top .intro__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 770px) {
  .page-top .intro__content {
    text-align: center;
  }
}
.page-top .intro__title {
  margin-bottom: 10.26vw;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (min-width: 770px) {
  .page-top .intro__title {
    font-size: 66px;
    font-size: 6.6rem;
    margin-bottom: 80px;
  }
}
.page-top .intro__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  margin-bottom: 2em;
}
@media (min-width: 770px) {
  .page-top .intro__text {
    margin-bottom: 1.5em;
  }
}
.page-top .intro__text:last-child {
  margin-bottom: 0;
}
.page-top .about {
  min-height: 150lvh;
  position: relative;
}
@media (min-width: 770px) {
  .page-top .about {
    min-height: 0;
  }
}
.page-top .about__inner {
  padding: 25.13vw 3.85vw 153.85vw;
}
@media (min-width: 770px) {
  .page-top .about__inner {
    margin: auto;
    padding: 130px 50px 800px;
    margin-top: 200px;
    max-width: 1220px;
    width: 100%;
    position: relative;
  }
}
.page-top .about__ttl {
  width: 81.28vw;
  margin: 0 auto 6.41vw;
}
@media (min-width: 770px) {
  .page-top .about__ttl {
    width: 469px;
    margin-bottom: 12.2950819672%;
  }
}
.page-top .about__ttl img {
  width: 100%;
}
.page-top .balloon-wrap {
  position: relative;
}
@media (min-width: 770px) {
  .page-top .balloon-wrap {
    max-width: 1200px;
    aspect-ratio: 937/340;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
    flex-wrap: wrap;
  }
}
.page-top .balloon {
  background: url(../img/top/line-baloon.svg) no-repeat center;
  background-size: contain;
  width: 47.44vw;
  aspect-ratio: 185/140;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3.85vw;
  text-align: center;
  position: relative;
  transform: translate(0%, 0%) scale(1);
  opacity: 0;
  z-index: 1;
}
.page-top .balloon.is-visible {
  animation: balloonBounce 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@media (min-width: 770px) {
  .page-top .balloon {
    width: 190px;
    padding: 15px;
    position: static;
  }
}
@media (min-width: 870px) {
  .page-top .balloon {
    position: absolute;
  }
}
.page-top .balloon__ttl {
  font-size: 7.69vw;
  line-height: 1.2;
  margin-bottom: 1.28vw;
}
@media (min-width: 770px) {
  .page-top .balloon__ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 769px) {
  .page-top .balloon__txt {
    font-size: 4.1vw;
  }
}
.page-top .balloon__txt {
  line-height: 1.5;
}
.page-top .balloon--wide {
  background-image: url(../img/top/line-baloon-wide.svg);
  width: 80.26vw;
  aspect-ratio: 313/140;
}
@media (min-width: 770px) {
  .page-top .balloon--wide {
    width: 313px;
  }
}
.page-top .balloon--01 {
  margin-left: 36.41vw;
  animation-delay: 0s;
}
@media (min-width: 770px) {
  .page-top .balloon--01 {
    top: 0%;
    left: 0%;
    margin-left: 0;
  }
}
.page-top .balloon--02 {
  margin-left: 2.05vw;
  animation-delay: 0.3s;
  z-index: 2;
}
@media (min-width: 770px) {
  .page-top .balloon--02 {
    top: 5%;
    left: 42%;
    margin-left: 0;
  }
}
.page-top .balloon--03 {
  margin-top: -8.46vw;
  margin-left: 40.26vw;
  animation-delay: 0.6s;
}
@media (min-width: 770px) {
  .page-top .balloon--03 {
    top: 0%;
    right: 0%;
    margin-top: 0;
    margin-left: 0;
  }
}
.page-top .balloon--04 {
  margin-bottom: 3.85vw;
  animation-delay: 0.9s;
}
@media (min-width: 770px) {
  .page-top .balloon--04 {
    left: 5%;
    top: 53%;
    margin-bottom: 0;
  }
}
.page-top .balloon--05 {
  margin-left: 11.03vw;
  animation-delay: 1.3s;
}
@media (min-width: 770px) {
  .page-top .balloon--05 {
    right: 5%;
    top: 53%;
    margin-left: 0;
  }
}
.page-top .team {
  padding: 4rem 0 0;
}
@media (min-width: 770px) {
  .page-top .team {
    padding: 30% 0 0;
  }
}
.page-top .team .sec-head__img {
  max-width: 550px;
  width: 100%;
}
@media (min-width: 770px) {
  .page-top .team .sec-head__img {
    margin-top: 30px;
    margin-right: 35px;
  }
}
.page-top .company {
  background-color: #068785;
  padding: 17.95vw 2.56vw 20.51vw;
}
@media (min-width: 770px) {
  .page-top .company {
    padding: 80px 30px;
  }
}
.page-top .company .sec-head__img {
  max-width: 650px;
  width: 100%;
}
@media (min-width: 770px) {
  .page-top .company .sec-head__img {
    margin-right: -30px;
  }
}
.page-top .company-list {
  margin: 0 -1.28vw;
}
@media (min-width: 770px) {
  .page-top .company-list {
    max-width: 1040px;
    width: 100%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.page-top .company-list__item {
  display: block;
  border-bottom: 1px solid #56A4A3;
}
@media (min-width: 770px) {
  .page-top .company-list__item {
    width: 47.1153846154%;
    margin-top: 25px;
  }
}
.page-top .company-list__item:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
.page-top .company-list__item:nth-child(1) .company-list__link {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (min-width: 770px) {
  .page-top .company-list__item:nth-child(1) .company-list__link {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.page-top .company-list__link {
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 6.67vw;
  line-height: 1.3;
  text-decoration: none;
  padding: 6.41vw 16.67vw 6.41vw 2.56vw;
  position: relative;
}
@media (min-width: 770px) {
  .page-top .company-list__link {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 12px 65px 12px 15px;
  }
}
.page-top .company-list__num {
  color: #FFD65C;
  margin-top: 0.08em;
  margin-right: 4.62vw;
  font-size: 6.15vw;
}
@media (min-width: 770px) {
  .page-top .company-list__num {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 20px;
  }
}
.page-top .company-list__arrow {
  background-color: #069492;
  border-radius: 2.05vw;
  width: 10.26vw;
  height: 10.26vw;
  position: absolute;
  top: 50%;
  right: 2.56vw;
  transform: translateY(-50%);
}
@media (min-width: 770px) {
  .page-top .company-list__arrow {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    right: 0;
  }
}
.page-top .company-list__arrow::before {
  content: "";
  display: block;
  width: 6.67vw;
  height: 6.67vw;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transform: translate(-50%, -50%);
}
@media (hover: none) {
  .page-top .company-list__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@media (min-width: 770px) {
  .page-top .company-list__arrow::before {
    width: 26px;
    height: 26px;
  }
}
.page-top .company-list__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .page-top .company-list__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 770px) {
  .page-top .company-list__link:hover .company-list__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .page-top .company-list__link:hover .company-list__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
.page-top .work {
  background: #FFFFFF;
  padding: 17.95vw 0 0;
}
@media (min-width: 770px) {
  .page-top .work {
    padding: 60px 0 0;
  }
}
.page-top .work .sec-head__img {
  margin-right: 2.5rem;
  margin-left: 4rem;
}
@media (min-width: 770px) {
  .page-top .work .sec-head__img {
    margin-right: 30px;
    margin-left: auto;
    max-width: 443px;
    width: 100%;
  }
}
.page-top .work .sec-head__img img {
  width: 100%;
}
@media (min-width: 770px) {
  .page-top .work-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 55px;
  }
}
.page-top .work-list__item {
  display: block;
}
@media (min-width: 770px) {
  .page-top .work-list__item {
    width: 50%;
  }
}
.page-top .work-list__item img {
  width: 100%;
  max-width: none;
}
.page-top .work-list .btn-card {
  display: block;
}
.page-top .recruit {
  background-image: url(../img/top/bg-recruitment01_sp.webp), url(../img/top/bg-recruitment02_sp.webp);
  background-size: 100%, 100%;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffffff;
  padding: 17.95vw 2.56vw 48.72vw;
  min-height: 198.21vw;
}
@media (min-width: 770px) {
  .page-top .recruit {
    background-image: url(../img/top/bg-recruitment01_pc.webp), url(../img/top/bg-recruitment02_pc.webp);
    padding: 150px 30px 300px;
    min-height: 0;
  }
}
@media (min-width: 1280px) {
  .page-top .recruit {
    aspect-ratio: 1280/939;
  }
}
.page-top .recruit__inner {
  text-align: center;
}
@media (min-width: 770px) {
  .page-top .recruit .sec-head {
    justify-content: center;
    padding-right: 10px;
  }
}
@media (min-width: 770px) {
  .page-top .recruit .sec-ttl {
    text-align: center;
  }
}
.page-top .recruit-list {
  width: 100%;
  margin-bottom: 17.95vw;
}
@media (min-width: 770px) {
  .page-top .recruit-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 30px;
    max-width: 1040px;
    margin-top: 125px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
  }
}
.page-top .recruit-list__item {
  border-bottom: solid #068785 1px;
  display: block;
}
@media (min-width: 770px) {
  .page-top .recruit-list__item {
    width: 33.33%;
  }
}
.page-top .recruit-list__link {
  color: #424242;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3.85vw 2.56vw;
  text-align: left;
  position: relative;
}
@media (min-width: 770px) {
  .page-top .recruit-list__link {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 8px 0;
  }
}
.page-top .recruit-list__arrow {
  background-color: #E9F7F7;
  border-radius: 2.05vw;
  width: 10.26vw;
  height: 10.26vw;
  position: absolute;
  top: 50%;
  right: 2.56vw;
  transform: translateY(-50%);
}
@media (min-width: 770px) {
  .page-top .recruit-list__arrow {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    right: 0;
  }
}
.page-top .recruit-list__arrow::before {
  content: "";
  display: block;
  width: 6.67vw;
  height: 6.67vw;
  -webkit-mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-circle.svg) no-repeat center center/contain;
  background-color: #068785;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transform: translate(-50%, -50%);
}
@media (hover: none) {
  .page-top .recruit-list__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@media (min-width: 770px) {
  .page-top .recruit-list__arrow::before {
    width: 26px;
    height: 26px;
  }
}
.page-top .recruit-list__arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icn-arrow.svg) no-repeat center center/contain;
  background-color: #068785;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media (hover: none) {
  .page-top .recruit-list__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 770px) {
  .page-top .recruit-list .recruit-list__link:hover .recruit-list__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  .page-top .recruit-list .recruit-list__link:hover .recruit-list__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.page-top .mv-slider {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  overflow: hidden;
}
.page-top .mv-slider__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-animation: imageAnimation 25s linear infinite 0s both;
  -moz-animation: imageAnimation 25s linear infinite 0s both;
  animation: imageAnimation 25s linear infinite 0s both;
}
.page-top .mv-slider__item--01 {
  background-image: url(../img/top/mv-slide01_sp.webp);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 5;
}
.page-top .mv-slider__item--02 {
  background-image: url(../img/top/mv-slide02_sp.webp);
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
  z-index: 4;
}
.page-top .mv-slider__item--03 {
  background-image: url(../img/top/mv-slide03_sp.webp);
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
  z-index: 3;
}
.page-top .mv-slider__item--04 {
  background-image: url(../img/top/mv-slide04_sp.webp);
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
  z-index: 2;
}
.page-top .mv-slider__item--05 {
  background-image: url(../img/top/mv-slide05_sp.webp);
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  -ms-animation-delay: 20s;
  animation-delay: 20s;
  z-index: 1;
}
.page-top .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  z-index: 0;
}
.page-top .bg .video {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.page-top .bg .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .bg .is-video-water {
  z-index: 2;
}
.page-top .bg .is-video-water::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.page-top .bg .is-video-about {
  background: url(../img/top/bg-about_sp.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: 3;
}
@media (min-width: 770px) {
  .page-top .bg .is-video-about {
    background-image: url(../img/top/bg-about_pc.webp);
  }
}
.page-top .bg .is-video-team {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4;
}
.page-top .bg .is-set-mask {
  --mask-position: 30% -30%;
  will-change: mask-position;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  -webkit-mask-size: 800% 400%;
  mask-size: 800% 400%;
  -webkit-mask-position: var(--mask-position);
  mask-position: var(--mask-position);
}

/*!***************
  TEAM
****************/
@media (min-width: 770px) {
  .page-team .sec-wave__inner {
    max-width: none;
    padding-bottom: 6.640625%;
  }
}
.page-team .member-detail {
  color: #FFFFFF;
  margin-bottom: 11.54vw;
}
@media (min-width: 770px) {
  .page-team .member-detail {
    margin-bottom: 40px;
    margin-left: -40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.page-team .member-detail__head {
  margin: 0 2.56vw 7.69vw;
}
@media (min-width: 770px) {
  .page-team .member-detail__head {
    width: 45%;
    margin: 0 0 0 auto;
  }
}
.page-team .member-detail__body {
  position: relative;
}
@media (min-width: 770px) {
  .page-team .member-detail__body {
    width: 50%;
    min-width: 300px;
    margin-right: 40px;
  }
}
.page-team .member-detail__body::after {
  background: url(../img/common/img-fish-r.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 103px;
  aspect-ratio: 103/45;
  position: absolute;
  top: 100%;
  left: 2.56vw;
  margin-top: 8.97vw;
}
@media (min-width: 770px) {
  .page-team .member-detail__body::after {
    width: 182px;
    margin-top: 0;
    top: auto;
    bottom: -160px;
    left: 30%;
  }
}
.page-team .member-detail__body img {
  width: 100%;
  max-width: none;
}
.page-team .member-detail__body--noicn::after {
  display: none;
}
.page-team .member-detail__ttl {
  border-bottom: solid #56A4A3 1px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-bottom: 2.82vw;
  margin-bottom: 6.41vw;
  text-align: center;
}
@media (min-width: 770px) {
  .page-team .member-detail__ttl {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.page-team .member-txt {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  line-height: 2;
  padding-bottom: 20.51vw;
}
@media (min-width: 770px) {
  .page-team .member-txt {
    padding-bottom: 100px;
  }
}
.page-team .name-box {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1230px) {
  .page-team .name-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.page-team .name-box__head {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-items: flex-end;
  margin-bottom: 3.85vw;
  line-height: 1.2;
}
@media (min-width: 770px) {
  .page-team .name-box__head {
    padding-top: 0.1em;
    margin-right: 3em;
    margin-bottom: 25px;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-shrink: 0;
  }
}
.page-team .name-box__ja {
  font-size: 21px;
  font-size: 2.1rem;
  margin-right: 0.5em;
}
@media (min-width: 770px) {
  .page-team .name-box__ja {
    margin-right: 0;
    margin-bottom: 0.2em;
  }
}
.page-team .name-box__en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: -0.1em;
}
.page-team .name-box__table {
  width: 100%;
  border-collapse: collapse;
}
.page-team .name-box__table th, .page-team .name-box__table td {
  line-height: 2em;
  padding-bottom: 0.2em;
}
.page-team .name-box__table th {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  width: 5em;
}
.page-team .name-box__table td {
  padding-left: 2em;
}
@media (min-width: 770px) {
  .page-team .member-schedule {
    margin-bottom: 40px;
  }
}
.page-team .member-schedule__head {
  text-align: center;
  margin-bottom: 14.1vw;
}
@media (min-width: 770px) {
  .page-team .member-schedule__head {
    margin-bottom: 60px;
  }
}
.page-team .schedule-table {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.43;
}
@media (max-width: 769px) {
  .page-team .schedule-table {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
    margin-inline: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
  }
}
@media (min-width: 770px) {
  .page-team .schedule-table {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }
}
.page-team .schedule-table__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 769px) {
  .page-team .schedule-table__item {
    position: relative;
    -webkit-padding-start: 2.5rem;
    padding-inline-start: 2.5rem;
  }
  .page-team .schedule-table__item::before {
    display: block;
    content: "";
    position: absolute;
    top: 0rem;
    bottom: -2rem;
    left: 0;
    background-color: #FFD65C;
    width: 0.2rem;
    translate: -50% 1rem;
  }
}
@media (min-width: 770px) {
  .page-team .schedule-table__item {
    max-width: 11.7328519856%;
  }
}
.page-team .schedule-table__item:last-child::before {
  display: none;
}
.page-team .schedule-table__head {
  position: relative;
  color: #FFD65C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  font-size: 4.62vw;
}
@media (min-width: 770px) {
  .page-team .schedule-table__head {
    -webkit-padding-after: 1rem;
    padding-block-end: 1rem;
    font-size: 1.317715959vw;
    white-space: nowrap;
  }
}
@media (min-width: 1366px) {
  .page-team .schedule-table__head {
    font-size: 18px;
  }
}
.page-team .schedule-table__head::before {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 1.2rem;
  -webkit-mask: url(/assets/img/common/icn-time.svg) no-repeat center/contain;
  mask: url(/assets/img/common/icn-time.svg) no-repeat center/contain;
  background-color: #FFD65C;
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .page-team .schedule-table__head::before {
    width: 1.4rem;
  }
}
@media (max-width: 769px) {
  .page-team .schedule-table__head::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -2.5rem;
    aspect-ratio: 1/1;
    width: 1rem;
    border-radius: 50%;
    background-color: #FFD65C;
    translate: -50% -50%;
  }
}
.page-team .schedule-table__body {
  color: #FFFFFF;
  position: relative;
  font-size: 4.1vw;
}
.page-team .schedule-table__body small {
  font-size: 80%;
}
@media (min-width: 770px) {
  .page-team .schedule-table__body {
    -webkit-padding-before: 1rem;
    padding-block-start: 1rem;
    font-size: 1.1713030747vw;
  }
  .page-team .schedule-table__body::before, .page-team .schedule-table__body::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    translate: 0 -50%;
    pointer-events: none;
  }
  .page-team .schedule-table__body::before {
    height: 0.2rem;
    width: 100vw;
    background-color: #FFD65C;
  }
  .page-team .schedule-table__body::after {
    aspect-ratio: 1/1;
    width: 1rem;
    border-radius: 50%;
    left: 0;
    background-color: #FFD65C;
  }
}
@media (min-width: 1366px) {
  .page-team .schedule-table__body {
    font-size: 16px;
  }
}
.page-team .interview-head {
  margin-bottom: 14.1vw;
}
@media (min-width: 770px) {
  .page-team .interview-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }
}
.page-team .interview-head__ttl {
  text-align: center;
  margin-bottom: 2.05vw;
}
@media (min-width: 770px) {
  .page-team .interview-head__ttl {
    margin-right: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 770px) {
  .page-team .interview-head__body {
    max-width: 484px;
  }
}

/*!***************
  COMPANY
****************/
@media (min-width: 770px) {
  .page-company .page-head__img {
    display: none;
    width: 63.75%;
  }
}
.page-company .philosophy-read {
  color: #FFFFFF;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  padding-bottom: 12.82vw;
}
@media (min-width: 770px) {
  .page-company .philosophy-read {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 50px;
  }
}
.page-company .philosophy-read__ttl {
  margin-bottom: 11.54vw;
  writing-mode: horizontal-tb;
  text-orientation: initial;
}
@media (min-width: 770px) {
  .page-company .philosophy-read__ttl {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-bottom: 0;
    order: 2;
  }
}
.page-company .philosophy-read__ttl-main {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 770px) {
  .page-company .philosophy-read__ttl-main {
    letter-spacing: 0.2em;
  }
}
.page-company .philosophy-read__body {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
}
@media (min-width: 770px) {
  .page-company .philosophy-read__body {
    padding-top: 1.3em;
    order: 1;
    width: auto;
  }
}
.page-company .philosophy-read .js-scroll {
  overflow-x: auto !important;
  overflow-y: hidden;
  width: 100%;
}
.page-company .philosophy-read__txt {
  line-height: 2.4;
  padding-block-start: 1em;
  letter-spacing: 0.2em;
}
@media (min-width: 770px) {
  .page-company .philosophy-read__txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.page-company .overview .sec__inner {
  padding-top: 7.69vw;
}
@media (min-width: 770px) {
  .page-company .overview .sec__inner {
    padding-top: 30px;
  }
}
.page-company .overview-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-company .overview-list__item {
  width: 48.6486486486%;
  margin-bottom: 7.69vw;
}
@media (min-width: 770px) {
  .page-company .overview-list__item {
    width: 29.242569511%;
    margin-bottom: 7.1907957814%;
  }
  .page-company .overview-list__item:nth-child(4) {
    margin-right: 70%;
  }
}
.page-company .overview-list__item img {
  width: 100%;
}
@media (max-width: 769px) {
  .page-company .overview-list__item--wide {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .page-company .overview-list__item--02 .overview-list__img {
    width: 68.8524590164%;
    margin: 0 auto;
  }
}
.page-company .overview-list__item--03 {
  margin-bottom: 0.77vw;
}
@media (min-width: 770px) {
  .page-company .overview-list__item--03 {
    margin-bottom: 0;
  }
}
@media (min-width: 770px) {
  .page-company .overview-list__item--03 .overview-list__img {
    position: relative;
    width: 100%;
    margin-top: -10%;
  }
  .page-company .overview-list__item--03 .overview-list__img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 206%;
    max-width: none;
  }
}
@media (min-width: 770px) {
  .page-company .overview-list__item--08 {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .page-company .overview-list__item--08 .overview-list__head {
    margin-bottom: 3.355704698%;
  }
}
.page-company .overview-list__item--08 .overview-list__img {
  margin-right: -2.56vw;
  margin-left: -2.56vw;
}
@media (min-width: 770px) {
  .page-company .overview-list__item--08 .overview-list__img {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-company .overview-list__item--11 .overview-list__img {
  margin-right: -2.56vw;
  margin-left: -2.56vw;
}
@media (min-width: 770px) {
  .page-company .overview-list__item--11 .overview-list__img {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-company .overview-list__head {
  background-color: #068785;
  position: relative;
  margin-bottom: 5.13vw;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 770px) {
  .page-company .overview-list__head {
    margin-bottom: 11.4754098361%;
  }
}
.page-company .overview-list__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #068785;
  border-width: 11px 4px;
  margin-top: -1px;
}
.page-company .overview-list__head-txt {
  color: #FFFFFF;
  font-size: 4.62vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 3px 5px;
}
@media (min-width: 770px) {
  .page-company .overview-list__head-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-company .overview-list__head-txt--small {
  font-size: 3.33vw;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 770px) {
  .page-company .overview-list__head-txt--small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page-company .initiatives .sec__inner {
  padding-bottom: 25.64vw;
}
@media (min-width: 770px) {
  .page-company .initiatives .sec__inner {
    padding-bottom: 140px;
  }
}
.page-company .initiatives-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 3.85vw 0;
  position: relative;
}
@media (min-width: 770px) {
  .page-company .initiatives-list {
    flex-direction: row;
    gap: 0 20px;
  }
}
.page-company .initiatives-list::before {
  background: url(../img/common/icn-snake.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 52/109;
  width: 13.33vw;
  top: -13.33vw;
  right: 2.56vw;
  z-index: 0;
}
@media (min-width: 770px) {
  .page-company .initiatives-list::before {
    width: 52px;
    top: -52px;
    right: 27px;
  }
}
.page-company .initiatives-list__item {
  background-color: #FFFFFF;
  display: block;
  padding: 10.26vw 6.41vw 6.41vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 770px) {
  .page-company .initiatives-list__item {
    width: calc(33.3333333333% - 20px);
    padding: 25px;
  }
}
.page-company .initiatives-list__head {
  background-color: #C3493F;
  text-align: center;
  margin-bottom: 7.69vw;
  position: relative;
}
@media (min-width: 770px) {
  .page-company .initiatives-list__head {
    margin-bottom: 25px;
  }
}
.page-company .initiatives-list__head::before, .page-company .initiatives-list__head::after {
  background: url(../img/common/icn-triangle.svg);
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  width: 7.69vw;
  height: 7.69vw;
}
@media (min-width: 770px) {
  .page-company .initiatives-list__head::before, .page-company .initiatives-list__head::after {
    width: 30px;
    height: 30px;
  }
}
.page-company .initiatives-list__head::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.page-company .initiatives-list__head::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(-180deg);
}
.page-company .initiatives-list__ttl {
  color: #FFFFFF;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  padding: 2.56vw;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  width: 5em;
}
@media (min-width: 770px) {
  .page-company .initiatives-list__ttl {
    font-size: 40px;
    font-size: 4rem;
    padding: 10px;
  }
}
.page-company .initiatives-list__read {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 3.85vw;
}
@media (min-width: 770px) {
  .page-company .initiatives-list__read {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.67;
    margin-bottom: 20px;
  }
}
.page-company .initiatives-list__txt {
  color: #3B0101;
  line-height: 1.6;
}
.page-company .profile .sec__inner {
  padding-top: 25.64vw;
}
@media (min-width: 770px) {
  .page-company .profile .sec__inner {
    padding-top: 114px;
  }
}

/*!***************
  WORK
****************/
.page-work .ship-total {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10.26vw;
  padding-top: 2.56vw;
  margin-bottom: 10.26vw;
}
@media (min-width: 770px) {
  .page-work .ship-total {
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
    padding-top: 10px;
    margin-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .page-work .ship-total {
    flex-wrap: wrap;
  }
}
.page-work .ship-total__ttl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6.41vw;
}
@media (min-width: 770px) {
  .page-work .ship-total__ttl {
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding: 40px 40px 0;
    gap: 25px;
    order: 1;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .page-work .ship-total__ttl {
    align-items: center;
    flex-direction: row;
    order: 0;
    gap: 0 40px;
  }
}
.page-work .ship-total__detail th, .page-work .ship-total__detail td {
  color: #FFFFFF;
}
.page-work .ship-total__detail th {
  color: #FFD65C;
  width: 4em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.page-work .ship-total__detail td {
  padding-left: 1em;
}
.page-work .ship-total__img {
  margin: 0 -2.56vw;
}
@media (min-width: 770px) {
  .page-work .ship-total__img {
    order: 0;
    width: 72.6534296029%;
    margin: 0 0 0 -40px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .page-work .ship-total__img {
    order: 1;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .page-work .ship-total__img {
    width: 72.6534296029%;
    padding-top: 60px;
  }
  .page-work .ship-total__img img {
    max-width: none;
  }
}
.page-work .box-ship {
  margin-bottom: 5.13vw;
}
@media (min-width: 770px) {
  .page-work .box-ship {
    margin-bottom: 60px;
  }
}
.page-work .box-ship::after {
  background: url(../img/common/line-wave-s_sp.png) no-repeat bottom;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 370/60;
}
@media (min-width: 770px) {
  .page-work .box-ship::after {
    background-image: url(../img/common/line-wave-s_pc.png);
    aspect-ratio: 1108/54;
  }
}
.page-work .box-ship__head {
  background-color: #C3493F;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2.05vw 3.33vw;
}
@media (min-width: 770px) {
  .page-work .box-ship__head {
    padding: 10px 10px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-work .box-ship__head-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  gap: 0 3.33vw;
  margin-bottom: 1.28vw;
}
@media (min-width: 770px) {
  .page-work .box-ship__head-name {
    flex-shrink: 0;
    gap: 0 13px;
    margin-bottom: 0;
  }
}
.page-work .box-ship__head-name::before {
  background: url(../img/common/icn-ship.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  aspect-ratio: 24/30;
  width: 6.92vw;
}
@media (min-width: 770px) {
  .page-work .box-ship__head-name::before {
    width: 34px;
  }
}
.page-work .box-ship__head-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.03vw 2.56vw;
  line-height: 1.4;
}
@media (min-width: 770px) {
  .page-work .box-ship__head-list {
    max-width: 60%;
    gap: 3px 20px;
  }
}
.page-work .box-ship__head-list li {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 770px) {
  .page-work .box-ship__head-list li {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.page-work .box-ship__head-list li small {
  display: inline-block;
  font-size: 80%;
  margin-right: 0.5em;
  opacity: 0.8;
}
.page-work .box-ship__head-list li:nth-child(n+4) {
  order: 5;
}
.page-work .box-ship__body {
  background-color: #FFFFFF;
  padding: 2.56vw;
}
@media (min-width: 770px) {
  .page-work .box-ship__body {
    padding: 30px;
  }
}
.page-work .box-ship-thmbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.56vw 2.56vw;
}
@media (min-width: 770px) {
  .page-work .box-ship-thmbs {
    gap: 10px 10px;
  }
}
.page-work .box-ship-thmbs__item {
  width: calc((100% - 2.56vw) / 2);
}
@media (min-width: 770px) {
  .page-work .box-ship-thmbs__item {
    width: calc((100% - 40px) / 5);
  }
}
.page-work .box-ship-thmbs__figure {
  position: relative;
}
.page-work .box-ship-thmbs__figure img {
  position: relative;
  z-index: 0;
}
.page-work .box-ship-thmbs__figure figcaption {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #FFFFFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  padding: 3.85vw 2.56vw 2.05vw;
  z-index: 1;
}
@media (min-width: 770px) {
  .page-work .box-ship-thmbs__figure figcaption {
    padding: 20px 20px 8px;
  }
}
@media (min-width: 770px) {
  .page-work .movie .sec__inner {
    padding-bottom: 200px;
  }
}
.page-work .box-movie-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.85vw 0;
  margin-bottom: 12.82vw;
}
@media (min-width: 770px) {
  .page-work .box-movie-container {
    flex-direction: row;
    margin-bottom: 95px;
    gap: 0 45px;
  }
}
.page-work .box-movie {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
@media (min-width: 770px) {
  .page-work .box-movie {
    width: calc((100% - 45px) / 2);
  }
}
.page-work .box-movie::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #068785;
  transition: width 0.3s ease 0s;
}
.page-work .box-movie__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.page-work .box-movie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease 0s;
}
.page-work .box-movie {
  /* 再生ボタン（SP標準：小さめ） */
}
.page-work .box-movie__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s, transform 0.3s;
  /* 三角形アイコン */
}
.page-work .box-movie__play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #000000;
}
@media (min-width: 770px) {
  .page-work .box-movie__play-button {
    /* PCサイズ：大きくする */
    width: 70px;
    height: 70px;
  }
  .page-work .box-movie__play-button::after {
    border-width: 12px 0 12px 20px;
  }
}
.page-work .box-movie {
  /* ホバー時の演出（PCのみ） */
}
@media (min-width: 770px) {
  .page-work .box-movie:hover {
    color: #068785;
  }
  .page-work .box-movie:hover::after {
    width: 100%;
  }
  .page-work .box-movie:hover .box-movie__thumb img {
    opacity: 0.7;
  }
  .page-work .box-movie:hover .box-movie__play-button {
    background-color: #FFFFFF;
    transform: translate(-50%, -50%) scale(1.1);
    border-color: #068785;
  }
  .page-work .box-movie:hover .box-movie__play-button::after {
    border-color: transparent transparent transparent #068785;
  }
}
.page-work .box-movie__caption {
  margin-top: 2.56vw;
  line-height: 1.5;
}
@media (min-width: 770px) {
  .page-work .box-movie__caption {
    margin-top: 10px;
  }
}
.page-work .is-pc-only {
  display: none;
}
@media (min-width: 770px) {
  .page-work .is-pc-only {
    display: flex;
  }
}
.page-work .is-sp-only {
  display: block;
}
@media (min-width: 770px) {
  .page-work .is-sp-only {
    display: none;
  }
}
.page-work .gallery-head-icn {
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  width: 6px;
  transform: translateX(-50%);
}
.page-work .gallery-head-icn__item {
  background-color: #C3493F;
  clip-path: circle(40%);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease;
}
.page-work .gallery-container__head {
  list-style: none;
  padding: 0;
}
@media (min-width: 770px) {
  .page-work .gallery-container__head {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.page-work .gallery-container__head-tab {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  cursor: pointer;
  padding: 0 20px;
  border-left: 1px solid #068785;
  transition: all 0.3s ease;
  height: 123px;
}
.page-work .gallery-container__head-tab .ttl-sub {
  position: relative;
}
.page-work .gallery-container__head-tab:last-child {
  border-right: 1px solid #068785;
}
.page-work .gallery-container__head-tab:hover, .page-work .gallery-container__head-tab.is-active {
  border-color: #068785;
}
.page-work .gallery-container__head-tab:hover .gallery-head-icn__item:nth-child(2), .page-work .gallery-container__head-tab.is-active .gallery-head-icn__item:nth-child(2) {
  transform: translateY(10px);
}
.page-work .gallery-container__head-tab:hover .gallery-head-icn__item:nth-child(3), .page-work .gallery-container__head-tab.is-active .gallery-head-icn__item:nth-child(3) {
  transform: translateY(20px);
}
.page-work .gallery-container--list .gallery-container__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .page-work .gallery-container--list .gallery-container__head {
    margin-bottom: 10.26vw;
  }
}
@media (max-width: 769px) {
  .page-work .gallery-container--list .gallery-container__head-tab {
    padding: 0 3.33vw;
    height: 23.08vw;
  }
}
@media (max-width: 769px) {
  .page-work .gallery-container--list .gallery-container__head-tab .ttl-sub {
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 770px) {
  .page-work .gallery-container--list .gallery-container__head-tab .ttl-sub {
    height: 4em;
  }
}
@media (max-width: 769px) {
  .page-work .gallery-container--list .gallery-container__head-tab .ttl-sub__ja {
    font-size: 4.1vw;
  }
}
@media (min-width: 770px) {
  .page-work .gallery-container--list .gallery-container__head-tab .ttl-sub__ja {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.page-work {
  /* ユーティリティ */
}
.page-work .is-pc-only {
  display: none;
}
@media (min-width: 770px) {
  .page-work .is-pc-only {
    display: flex;
  }
}
.page-work .is-sp-only {
  display: block;
}
@media (min-width: 770px) {
  .page-work .is-sp-only {
    display: none;
  }
}
.page-work {
  /* ギャラリーグループ */
}
.page-work .gallery-group {
  margin-bottom: 12.82vw;
}
@media (min-width: 770px) {
  .page-work .gallery-group {
    margin-bottom: 0;
    display: none;
  }
  .page-work .gallery-group.is-active {
    display: block !important;
  }
}
.page-work .gallery-group__slider-container {
  position: relative;
}
@media (max-width: 769px) {
  .page-work .gallery-group__slider-container {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
}
.page-work .gallery-group__title {
  text-align: center;
  margin-bottom: 6.41vw;
}
.page-work .gallery-group .js-common-gallery {
  display: block;
  overflow: hidden;
}
.page-work .gallery-group .js-common-gallery img {
  transition: all 0.3s ease;
  object-fit: cover;
}
@media (min-width: 770px) {
  .page-work .gallery-group .js-common-gallery {
    position: relative;
  }
  .page-work .gallery-group .js-common-gallery::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    color: var(--bg-99);
    border-width: 0;
    border-style: solid;
    opacity: 0.4;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .page-work .gallery-group .js-common-gallery:hover::after {
    border-width: 1.5rem;
  }
  .page-work .gallery-group .js-common-gallery:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
.page-work .gallery-container--list .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.54vw;
  flex-wrap: wrap;
}
.page-work .gallery-container--list .swiper-wrapper .swiper-slide {
  width: calc((100% - 3.08vw) / 3);
}
.page-work .gallery-container--list .gallery-group__slider-container {
  width: 100%;
  left: auto;
  transform: none;
}
.page-work {
  /* スライダー本体 */
}
.page-work .js-gallery-slider {
  width: 100%;
}
@media (max-width: 769px) {
  .page-work .js-gallery-slider {
    overflow: visible !important;
    padding-bottom: 30px !important;
  }
  .page-work .js-gallery-slider .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
  }
  .page-work .js-gallery-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 770px) {
  .page-work .js-gallery-slider .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    transform: none !important;
  }
  .page-work .js-gallery-slider .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
    /* マウスオーバー時に指マークにする */
    cursor: pointer;
  }
}
.page-work {
  /* ページャー */
}
@media (max-width: 769px) {
  .page-work .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    color: #333;
  }
}
@media (min-width: 770px) {
  .page-work .swiper-pagination {
    display: none !important;
  }
}
.page-work .tab-btn {
  text-align: center;
  margin-top: -7.69vw;
  margin-bottom: 10.26vw;
}
@media (min-width: 770px) {
  .page-work .tab-btn {
    display: none;
  }
}

/*!***************
  RECRUIT
****************/
@media (min-width: 770px) {
  .page-recruit .detail .sec__inner {
    padding-top: 100px;
  }
}
.page-recruit .detail .company-profile {
  margin-bottom: 12.82vw;
}
@media (min-width: 770px) {
  .page-recruit .detail .company-profile {
    margin-bottom: 70px;
  }
}
.page-recruit .career .js-scroll {
  overflow-x: auto;
  width: 100%;
}
.page-recruit .career__img {
  margin-top: 10.26vw;
  margin-bottom: 10.26vw;
}
@media (min-width: 770px) {
  .page-recruit .career__img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-recruit .career__img img {
  width: 191.28vw;
  max-width: none;
}
@media (min-width: 770px) {
  .page-recruit .career__img img {
    width: auto;
    max-width: 100%;
  }
}
.page-recruit .faq .sec__inner {
  padding-top: 0;
}
@media (min-width: 770px) {
  .page-recruit .faq .sec__inner {
    padding-bottom: 150px;
  }
}

/*!***************
  CONTACT
****************/
.page-contact .contact-detail-box {
  margin-top: -10.26vw;
}
@media (min-width: 770px) {
  .page-contact .contact-detail-box {
    margin-top: -40px;
  }
}
.page-contact .step-list {
  margin-bottom: 5.13vw;
}
.page-contact .error {
  border: solid #C3493F 2px;
  padding: 20px;
}
.page-contact .error__item {
  color: #C3493F;
  font-weight: bold;
}
.page-contact input[type=text],
.page-contact input[type=email],
.page-contact textarea {
  outline: none;
  border: solid #068785 1px;
}
.page-contact input[type=text]:focus,
.page-contact input[type=email]:focus,
.page-contact textarea:focus {
  border-width: 2px;
  border-color: #068785;
  box-shadow: 0 0 0;
}
.page-contact textarea {
  width: 100%;
  height: 7em;
  font-size: inherit;
}
.page-contact .form-row {
  padding: 5.13vw 2.56vw;
}
@media (min-width: 770px) {
  .page-contact .form-row {
    padding: 20px 10px;
  }
}
.page-contact .form-row label {
  display: block;
  margin-bottom: 2.56vw;
}
@media (min-width: 770px) {
  .page-contact .form-row label {
    margin-bottom: 0;
  }
}
.page-contact .form-row label:last-child {
  margin-bottom: 0;
}
.page-contact .form-row__head {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.28vw;
}
@media (min-width: 770px) {
  .page-contact .form-row__head {
    margin-bottom: 10px;
  }
}
.page-contact .form-row .bday-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 770px) {
  .page-contact .form-row .bday-wrap {
    gap: 0 15px;
  }
}
.page-contact .form-row__required {
  background-color: #F24C1A;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.51vw 1.03vw;
  margin-left: 1.28vw;
}
@media (min-width: 770px) {
  .page-contact .form-row__required {
    padding: 5px 5px;
    margin-left: 8px;
  }
}
.page-contact .form-row__txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1.28vw;
}
@media (min-width: 770px) {
  .page-contact .form-row__txt {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.page-contact .form-row .form-input {
  border-radius: 0.77vw;
  padding: 1em;
  width: 100%;
}
@media (min-width: 770px) {
  .page-contact .form-row .form-input {
    border-radius: 3px;
  }
}
.page-contact .form-row .form-input--short {
  width: 6em;
  margin-right: 0.5em;
}
.page-contact .form-row .form-radio {
  display: block;
  margin-top: 2.56vw;
}
@media (min-width: 770px) {
  .page-contact .form-row .form-radio {
    display: inline-block;
    margin-top: 0;
    margin-right: 25px;
  }
}
.page-contact .form-row .form-radio:first-child {
  margin-top: 3.85vw;
}
@media (min-width: 770px) {
  .page-contact .form-row .form-radio:first-child {
    margin-top: 0;
  }
}
@media (min-width: 770px) {
  .page-contact .form-row .form-radio:last-of-type {
    margin-right: 0;
  }
}
.page-contact .form-row .form-radio input {
  margin-right: 0.5em;
}
.page-contact .privacy-policy-box {
  border: solid #068785 1px;
  height: 20em;
  padding: 1em;
  position: relative;
}
.page-contact .privacy-policy-box__inner {
  height: 100%;
  overflow-y: scroll;
  padding: 1em;
}
.page-contact .privacy-policy-box__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.page-contact .privacy-policy-box__txt {
  margin-bottom: 20px;
}
.page-contact .privacy-policy-box__section {
  margin-bottom: 1em;
}
.page-contact .privacy-policy-box__lead {
  margin-left: 1em;
}
.page-contact .privacy-policy-box__text {
  margin-left: 1em;
}
.page-contact .privacy-policy-box__list {
  list-style: decimal;
  margin-left: 2.5em;
}
.page-contact .privacy-policy-box__contact {
  margin-left: 1em;
}
.page-contact .privacy-policy-box__contact-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-contact .privacy-policy-box__contact-head {
  padding-right: 0.5em;
}
.page-contact .privacy-policy {
  text-align: center;
  margin: 7.69vw 0;
}
@media (min-width: 770px) {
  .page-contact .privacy-policy {
    margin: 30px 0 60px;
  }
}
.page-contact .privacy-policy a {
  color: #0073CB;
  text-decoration: underline;
}
@media (min-width: 770px) {
  .page-contact .privacy-policy a:hover {
    text-decoration: none;
  }
}
.page-contact .contact-btn-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 12.82vw 0 5.13vw;
  gap: 5.13vw 0;
}
@media (min-width: 770px) {
  .page-contact .contact-btn-wrap {
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 20px;
    gap: 0 30px;
  }
}
.page-contact #select-entry {
  display: block;
}
.page-contact #select-contact {
  display: none;
}
.page-contact .complete .sec__txt {
  margin-top: 7.69vw;
}
@media (min-width: 770px) {
  .page-contact .complete .sec__txt {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
