@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body, html {
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-bg);
}
body::after, html::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/img/noise.webp) repeat left top/250px 250px;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

small {
  font-size: 14px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}

.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px; /* ほぼゼロサイズ */
  height: 1px;
  padding: 0;
  margin: -1px; /* はみ出しを消す */
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* 折り返し防止 */
  border: 0;
}

/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-t {
  padding-top: 60px;
}

.container-b {
  padding-bottom: 60px;
}

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*===================================================================
  アニメーション　GSAP
===================================================================*/
/*========================
    js-fadeUp
========================*/
.js-fadeUp {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(../img/mask.webp);
          mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*===================================================================
  color-mask
===================================================================*/
.color-mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.color-mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  z-index: 2;
  pointer-events: none;
}

.color-mask.active::after {
  -webkit-animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

/* アニメーション中に画像もフェードイン（オプション） */
.color-mask a,
.color-mask img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
  display: block;
  width: 100%;
  height: auto;
}

.color-mask.active a,
.color-mask.active img {
  opacity: 1;
}

@-webkit-keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  /*========================
    color
  ========================*/
  --color-black: #444;
  --color-main: #218060;
  --color-sub: #6FB92C;
  --color-gray: #EDF2E9;
  --color-red: #ef5b63;
  /*========================
    font-family
  ========================*/
  --font-kurenaido: "Zen Kurenaido", sans-serif;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  margin-bottom: 30px;
}

.sec-tit {
  font-weight: 300;
}

.sec-tit-en {
  font-family: var(--font-kurenaido);
  color: var(--color-main);
  font-size: 32px;
  line-height: 1.2;
}

.sec-tit-wrap--wh .sec-tit,
.sec-tit-wrap--wh .sec-tit-en {
  color: #fff;
}

/*===================================================================
    btn
===================================================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid var(--color-main);
  border-radius: 60px;
  background-color: #fff;
  color: var(--color-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}

.btn-inner {
  display: block;
  margin-right: 38px;
}

.btn-arrow {
  width: 18px;
  padding-bottom: 4px;
}

/*===================================================================
    fukidashi
===================================================================*/
.fukidashi {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 0.4rem 1.3rem;
  background-color: var(--color-main);
  border-radius: 10rem;
  margin-bottom: 20px;
}
.fukidashi::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--color-main);
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fukidashi-inner {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.fukidashi--wh {
  background-color: #fff;
}
.fukidashi--wh::after {
  background-color: #fff;
}
.fukidashi--wh .fukidashi-inner {
  color: var(--color-main);
}

/*===================================================================
    breadcrumbs
===================================================================*/
.breadcrumbs-wrap {
  background-color: var(--color-gray);
}

.breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crumb-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-right: 18px;
}

.crumb-item {
  font-size: 14px;
  color: var(--color-main);
  position: relative;
}
.crumb-item::after {
  content: ">";
  letter-spacing: -3px;
  color: var(--color-main);
  display: inline-block;
  position: absolute;
  right: -18px;
}

.crumb-current {
  font-size: 14px;
}

/*===================================================================
  header
===================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.header-logo {
  width: 200px;
}

.header-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  header {
    height: 70px;
  }
  .header-inner {
    padding: 10px 12px;
  }
}
/*========================
  header-nav
========================*/
.header-nav {
  background-color: var(--color-main);
  color: #fff;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  height: 100dvh;
  padding: 60px 45px;
  position: absolute;
  top: 80px;
  left: -100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: scroll;
}
.header-nav.active {
  left: 0;
}

.header-menu {
  padding-bottom: 30px;
}

.header-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-item {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .header-nav {
    top: 70px;
  }
}
/*========================
  mobmenu-btn
========================*/
.mobmenu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

/* ボタン内側 */
.openbtn span {
  display: block;
  color: var(--color-main);
  font-family: var(--font-kurenaido);
  font-size: 18px;
  letter-spacing: 0.12em;
  padding-bottom: 2px;
  position: relative;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.openbtn span::before {
  content: "MENU";
  display: block;
  font-size: 18px;
  letter-spacing: 0.12em;
}

.openbtn.active span::before {
  content: "CLOSE";
  letter-spacing: 0.04em;
}

/*===================================================================
  fix
===================================================================*/
.fix {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  max-width: 480px;
}

.fix-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
}

.fix-btn {
  width: calc((100% - 50px) / 2);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: var(--font-kurenaido);
  border-right: 1px solid #fff;
  font-size: 20px;
  position: relative;
}
.fix-btn::after {
  content: "";
  display: block;
  margin-left: 5px;
  margin-top: -5px;
}

.fix-btn--contact {
  background-color: var(--color-main);
  padding-left: 16px;
}
.fix-btn--contact::after {
  width: 16px;
  height: 12px;
  background-image: url(../img/fix-contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fix-btn--entry {
  background-color: var(--color-sub);
  padding-left: 12px;
}
.fix-btn--entry::after {
  width: 12px;
  height: 12px;
  background-image: url(../img/fix-entry.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.totop {
  width: 50px;
  height: 50px;
  background-color: var(--color-gray);
  color: var(--color-main);
  font-family: var(--font-kurenaido);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  position: relative;
}
.totop::before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background-image: url(../img/totop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .fix {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
/*===================================================================
  footer
===================================================================*/
.footer-heading {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

footer {
  background-color: var(--color-main);
  color: #fff;
  padding-bottom: 60px;
}

.footer-logo {
  width: 208px;
  margin-bottom: 30px;
}

.footer-tel {
  color: #fff;
  margin-bottom: 20px;
}

.footer-map {
  margin-bottom: 60px;
}

.copy-right {
  font-size: 12px;
  opacity: 0.6;
}

/*===================================================================
  main
===================================================================*/
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*===================================================================
  main-contents
===================================================================*/
.main-contents {
  width: 100%;
  max-width: 480px;
  position: relative;
  border-left: 4px solid var(--color-main);
}

@media screen and (max-width: 1200px) {
  .main-contents {
    margin: 0 auto;
  }
}
/*===================================================================
  top
===================================================================*/
/*========================
  mv
========================*/
.mv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 80px;
  left: 0;
  margin-right: 60px;
  height: calc(100vh - 80px);
}

.mv-position {
  height: 100%;
  position: relative;
}

.mv-bg {
  height: 100%;
  background-image: url(../img/mv-bg.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-slide-wrap {
  width: 55%;
  padding-top: 30px;
  padding-left: 40px;
  position: relative;
}

.mv-slide-bg {
  position: relative;
}
.mv-slide-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-sub);
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100%;
  z-index: 1;
}

.mv-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 2;
}

.mv-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 1;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: scale(0.95) translateY(40px);
          transform: scale(0.95) translateY(40px);
  -webkit-transition: none;
  transition: none; /* GSAPが制御するため */
}

.mv-irast {
  width: 44.5%;
  position: absolute;
  right: -7%;
  bottom: -3%;
  z-index: 2;
}

.mv-contents {
  position: absolute;
  left: 60px;
  bottom: 30px;
  z-index: 3;
}

.mv-copy {
  font-size: var(--fs36);
  font-family: var(--font-kurenaido);
  color: #fff;
  line-height: 2;
  letter-spacing: 0.01em;
  text-shadow: 0 0 2px var(--color-main);
}

@media screen and (max-width: 1200px) {
  .mv {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
  }
  .mv-slide-wrap {
    width: 70%;
    max-width: 360px;
    left: calc(50% - 300px);
  }
  .mv-contents {
    position: relative;
    left: calc(50% - 300px);
    bottom: 0;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .mv-slide-wrap {
    left: 0;
    padding-left: 15px;
  }
  .mv-contents {
    left: 0;
    padding-left: 20px;
    padding-top: 40px;
  }
  .mv-copy {
    font-size: 24px;
  }
}
/*========================
  main-heading
========================*/
.main-heading {
  padding-top: 30px;
}

.main-heading-copy {
  font-weight: 300;
  margin-bottom: 30px;
}

.main-heading-img {
  position: relative;
  z-index: 1;
}

/*========================
  top-business
========================*/
.top-business {
  position: relative;
}

.top-business-logo {
  display: block;
  width: 180px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-business-img {
  margin-right: 20px;
  margin-bottom: 30px;
}

.top-business-tit {
  font-size: 18px;
  margin-bottom: 10px;
}

/*========================
  top-recruit
========================*/
.top-recruit-wrap {
  position: relative;
  margin-bottom: 30px;
}

.top-recruit-copy {
  font-size: 24px;
  color: #fff;
  font-family: var(--font-kurenaido);
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*========================
  top-company
========================*/
.top-company {
  padding-bottom: 100px;
}

.top-company-tit {
  font-size: 24px;
  color: var(--color-main);
  font-family: var(--font-kurenaido);
  padding-left: 50px;
  position: relative;
}
.top-company-tit::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--color-main);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-company-wrap {
  position: relative;
  padding-top: 130px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  overflow-x: hidden;
}

.circle-main {
  border-radius: 100%;
  background-color: var(--color-main);
  width: 310px;
  height: 310px;
  position: absolute;
  top: 20px;
  left: -30px;
  z-index: 1;
}

.circle-sub {
  border-radius: 100%;
  background-color: var(--color-sub);
  width: 310px;
  height: 310px;
  position: absolute;
  top: 40px;
  right: -50px;
  opacity: 0.6;
  z-index: 0;
}

.top-company-irast {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
}

.top-company-slide {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .top-company-tit {
    padding-left: 30px;
  }
  .top-company-tit::before {
    left: -15px;
  }
}
/*===================================================================
  fv
===================================================================*/
.fv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 80px;
  left: 0;
  height: calc(100vh - 80px);
}

.fv-bg {
  background-color: var(--color-main);
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fv-bg--about {
  background-image: url(../img/fv-about.webp);
  background-position: center top;
}

.fv-bg--company {
  background-image: url(../img/fv-company.webp);
}

.fv-bg--business {
  background-image: url(../img/fv-business.webp);
}

.fv-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-tit {
  font-size: var(--fs48);
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
}

.page-tit-lead {
  font-size: var(--fs32);
  color: #fff;
  font-family: var(--font-kurenaido);
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
.page-tit-lead::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fv-logo {
  width: 50%;
  opacity: 0.12;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .fv {
    position: relative;
    width: 100%;
    top: 0;
  }
  .fv .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    height: auto;
    max-height: 300px;
  }
  .fv-logo {
    width: 70%;
    left: -25%;
  }
}
/*===================================================================
  下層ページ共通部分
===================================================================*/
/*========================
  page-heading
========================*/
.page-heading-tit {
  font-size: var(--fs24);
  background-color: #fff;
  border-radius: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 30px 30px 15px;
  margin-top: -60px;
  position: relative;
}

.page-heading-text {
  padding-left: 15px;
  margin-bottom: 10px;
}

/*========================
  page-bottom
========================*/
.page-bottom-text {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  line-height: 2;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-bottom-img {
  margin-top: -60px;
  margin-left: 30px;
  position: relative;
  z-index: 0;
}

/*===================================================================
  about-us
===================================================================*/
/*========================
  greeting
========================*/
.greeting-sign {
  text-align: right;
  font-size: 18px;
}
.greeting-sign span {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

/*========================
  mission
========================*/
.mission {
  position: relative;
  padding-top: 80px;
}
.mission::after {
  content: "";
  display: block;
  width: 200px;
  height: 180px;
  background-image: url(../img/top-business-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 0;
}

.mission-tit {
  font-size: var(--fs32);
  color: var(--color-main);
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mission-tit::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
}
.mission-tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  margin-left: auto;
}

/*========================
  scene
========================*/
.scene-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 160px;
}

.scene-list:first-child {
  width: 60%;
  margin-left: 50px;
  position: relative;
  z-index: 2;
}

.scene-list:nth-child(2) {
  width: 46%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 3;
}

.scene-list:nth-child(3) {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: 1;
}

.scene-text {
  background-color: var(--color-main);
  color: #fff;
}

/*===================================================================
  business  
===================================================================*/
.day-list {
  padding-bottom: 30px;
  position: relative;
}
.day-list::before {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  background-color: var(--color-main);
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.day-list:last-child::before {
  height: 0 !important;
}

.day-list.active::before {
  height: 100%;
}

.day-time {
  font-size: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: var(--color-main);
}
.day-time::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color-main);
  border-radius: 100%;
  margin-right: 16px;
  margin-left: 3px;
  position: relative;
  z-index: 2;
}

.day-tit {
  margin-left: 34px;
  font-size: 18px;
  -webkit-text-decoration: underline 1px var(--color-black);
          text-decoration: underline 1px var(--color-black);
  text-underline-offset: 2px;
}

.day-text {
  margin-left: 34px;
}

/*========================
  support
========================*/
.support-bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../img/support-bg.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-text {
  color: #fff;
  font-size: 18px;
}

.support-wrap {
  margin-top: 30px;
  padding: 15px;
  border: 2px solid var(--color-main);
  border-radius: 10px;
}

.support-wrap-tit {
  color: var(--color-main);
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
}

/*========================
  other
========================*/
.other-wrap {
  background-color: rgba(33, 128, 96, 0.9);
  margin-right: 30px;
}

.other-list {
  margin-bottom: 30px;
  color: #fff;
}
.other-list:last-child {
  margin-bottom: 0;
}

.other-tit {
  font-size: 18px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

/*===================================================================
  company
===================================================================*/
/*========================
  outline
========================*/
.outline-list {
  border-bottom: 1px solid var(--color-gray);
  padding-top: 20px;
  padding-bottom: 20px;
}
.outline-list dt {
  color: var(--color-main);
  margin-bottom: 5px;
}

.map-link {
  text-decoration: underline;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-link::after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background-image: url(../img/icon-map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*========================
  license
========================*/
.license-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray);
}
.license-list:nth-child(odd) {
  background-color: var(--color-gray);
}

.license-list--heading {
  background-color: var(--color-main) !important;
  color: #fff;
}

.license-tit {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.license-text {
  width: 80px;
  text-align: center;
}

/*========================
  history
========================*/
.history {
  background-color: var(--color-gray);
  overflow: hidden;
  margin-bottom: 60px;
}

.history-slide .splide__track {
  overflow: visible;
}
.history-slide .splide__slide {
  background-color: #fff;
  padding: 30px 15px 80px;
  border-radius: 10px;
}
.history-slide .splide__arrow > svg {
  display: none;
}
.history-slide .splide__arrows {
  text-align: center;
  margin-top: 30px;
}
.history-slide .splide__arrow--prev,
.history-slide .splide__arrow--next {
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.history-slide .splide__arrow--prev::after,
.history-slide .splide__arrow--next::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--color-sub);
  border-radius: 100%;
  background-image: url(../img/arrow-square.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}
.history-slide .splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.western {
  font-size: 80px;
  font-family: var(--font-kurenaido);
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 1;
  color: var(--color-sub);
  opacity: 0.2;
}

.history-time {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

/*===================================================================
  entry
===================================================================*/
/*========================
  flow
========================*/
.flow {
  background-color: var(--color-main);
}

.flow-wrap {
  padding-top: 10px;
}

.flow-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 60px;
  position: relative;
  min-height: 220px;
}

.flow-number {
  position: absolute;
  top: -38px;
  left: -20px;
  font-size: var(--fs32);
  background-color: var(--color-main);
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1;
}

.flow-tit {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-main);
  text-align: center;
  margin-bottom: 15px;
}

.flow-img {
  width: auto;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
.flow-img img {
  height: 100%;
  width: auto;
}

/*===================================================================
  contact
===================================================================*/
/*========================
  contact-mail
========================*/
.contact-text {
  font-size: var(--fs14);
  line-height: 2;
}

/*========================
  form
========================*/
.form-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-listL {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-listR {
  width: 100%;
}

.red {
  color: var(--color-red);
}

/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 15px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--color-light) !important;
}

.form-list.pp {
  margin-top: 40px;
}

.link-privacy {
  color: var(--color-light);
  -webkit-text-decoration: underline 1px var(--color-light);
          text-decoration: underline 1px var(--color-light);
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
}
input[type=checkbox] + label {
  font-weight: 700;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
}

.contact-form label.error {
  display: block;
  padding: 2px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #fff;
  color: var(--color-red);
  width: 275px;
  padding: 0;
}

/*========================
  submit
========================*/
.form-submit {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*========================
  tell
========================*/
.tell-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--color-main);
  color: var(--color-main);
  padding: 30px 20px 20px;
  position: relative;
}
.tell-btn span {
  display: block;
  font-size: var(--fs14);
  margin-top: 10px;
}

.tell-number {
  font-size: 24px;
  -webkit-text-decoration: underline 2px var(--color-main);
          text-decoration: underline 2px var(--color-main);
  text-underline-offset: 2px;
}

/*===================================================================
  thanks
===================================================================*/
.thanks-contents {
  margin-bottom: 40px;
}

.thanks-contents-tel {
  -webkit-text-decoration: underline 1px var(--color-black);
          text-decoration: underline 1px var(--color-black);
  text-underline-offset: 2px;
  display: block;
}

/*===================================================================
  privacy-policy
===================================================================*/
.privacy-heading {
  margin-bottom: 40px;
}

.privacy-list {
  margin-bottom: 40px;
}
.privacy-list dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-main);
}

.privacy-sign {
  margin-top: 15px;
}