@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-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Josefin Sans", sans-serif;
  position: relative;
  color: var(--text-color);
  line-height: 1.875;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* === 横スクロール対策 === */
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

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

a:active, a:hover {
  color: var(--text-color);
  opacity: 0.7;
}

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

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

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

.ib {
  display: inline-block;
}

.block {
  display: block;
}

.red {
  color: #DE5D8F;
}

.white {
  color: #fff;
}

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

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
/*========================
  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: "※";
}

/*========================
  font-family
========================*/
/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs160 {
  font-size: clamp(6rem, 4rem + 5vw, 10rem);
}

.fs100 {
  font-size: clamp(64px, 5.208333vw, 100px);
}

.fs70 {
  font-size: clamp(50px, 1.5625vw + 30px, 70px);
}

.fs64 {
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
}

.fs60 {
  font-size: clamp(40px, 3.125vw, 60px);
}

.fs56 {
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
}

.fs50 {
  font-size: clamp(32px, 2.6041667vw, 50px);
}

.fs48 {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
}

.fs42 {
  font-size: clamp(28px, 2.1875vw, 42px);
}

.fs40 {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.fs35 {
  font-size: clamp(24px, 1.8229167vw, 35px);
}

.fs32 {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.fs30 {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.fs28 {
  font-size: clamp(19px, 1.4583vw, 28px);
}

.fs24 {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
}

.fs21 {
  font-size: clamp(16px, 1.09375vw, 21px);
}

.fs20 {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

.fs18 {
  font-size: clamp(14px, 0.9375vw, 18px);
}

.fs16 {
  font-size: clamp(14px, 0.8333vw, 16px);
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 12px;
  }
}
/*========================
  layout
========================*/
.container {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-b {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    padding: 0;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
}

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

/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

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

/* 英字タイトル共通アニメーション */
.js-split span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(80px) scale(0.7) rotate(12deg);
          transform: translateY(80px) scale(0.7) rotate(12deg);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease, -webkit-transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js-split.is-animated span {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1) rotate(0);
          transform: translateY(0) scale(1) rotate(0);
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --text-color: #14212c;
  --main-color: #009E6B;
  --sub-color: #2CB1E7;
  --third-color: #9B8924;
  --gray-color: #EAEAEA;
  --outline-item-before: 95%;
}

.visibility-h {
  visibility: hidden;
}

/*===================================================================
    bg
===================================================================*/
.bg-sub {
  background-color: var(--sub-color);
}

.bg-third {
  background-color: var(--third-color);
}

.bg-gray {
  background-color: var(--gray-color);
}

.bg-black {
  background-color: var(--text-color);
}

.bg-lightgreen {
  background-color: #EFF8F5;
}

.top-skew {
  position: relative;
  z-index: -1;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.sec-tit {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: clamp(32px, 2.6041667vw, 50px);
  letter-spacing: 3px;
  white-space: nowrap;
}

.sec-tit::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 9px;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background-color: var(--main-color);
  content: "";
  margin-left: 12px;
  margin-right: 12px;
}

.sec-tit-lead {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.sec-tit-lead::before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: var(--text-color);
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reveal .reveal-inner {
  display: inline-block;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  padding: 0 5px;
  margin-bottom: 8px;
}

/* 白マスク */
.reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 2;
}

/* serviceセクションだけマスク色変更 */
.service .reveal::after {
  background: #EFF8F5;
}

/* アニメーション発火後 */
.reveal.is-animated span {
  -webkit-animation: textSlideIn 0.8s ease forwards;
          animation: textSlideIn 0.8s ease forwards;
}

.reveal.is-animated::after {
  -webkit-animation: maskSlide 0.8s ease forwards;
          animation: maskSlide 0.8s ease forwards;
}

@-webkit-keyframes maskSlide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskSlide {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes textSlideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes textSlideIn {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1150px) {
  .sec-tit {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sec-tit {
    font-size: 24px;
    padding: 0px 1.5rem;
  }
  .sec-tit-lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .reveal .reveal-inner {
    letter-spacing: 0;
  }
}
@media (max-width: 500px) {
  #works .work-area-explain h3 {
    font-size: 18px !important;
    white-space: nowrap;
  }
}
/*===================================================================
    section-title
===================================================================*/
.section-title-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}

.section-title-lead {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.section-title-explain {
  padding-top: 25px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .section-title-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #works .section-title {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 28px;
  }
}
/*===================================================================
    btn
===================================================================*/
.btn {
  width: 208px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.btn:hover {
  opacity: 1;
  color: #fff;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.btn-inner {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
}

/*========================
	totop
========================*/
.totop {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*========================
	btn-green
========================*/
.btn-green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 9px 32px 10px 32px;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left bottom, left top, from(#24BE9A), to(#009E6B));
  background: linear-gradient(0deg, #24BE9A, #009E6B);
  color: #fff;
  font-size: clamp(16px, 1.09375vw, 21px);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  letter-spacing: 2px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.btn-green:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.btn-green .arrow {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  line-height: 1;
  position: relative;
  bottom: 2px;
}

@media (max-width: 768px) {
  .btn-green {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 8px 30px 11px 30px;
  }
}
/*===================================================================
    header
===================================================================*/
#header {
  position: relative;
  z-index: 10;
}

.header-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header-inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 2%;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 180px;
}

.header-logo {
  color: var(--main-color);
  width: 35%;
  max-width: 500px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -20px;
}

.header-list {
  position: relative;
  padding: 0 20px;
}

.header-list:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 66%;
  background-color: #333;
}

.header-list:not(.header-cta):has(+ .header-cta)::after {
  display: none;
}

.header-item {
  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: var(--text-color);
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
.header-item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-item:hover {
  color: var(--text-color);
}
.header-item:hover::after {
  width: 100%;
}

.header-cta {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70%;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-cta::after {
  display: none;
}

.header-cta__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 15px 0 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#24BE9A), to(#009E6B));
  background: linear-gradient(0deg, #24BE9A, #009E6B);
  color: #fff;
  font-weight: 600;
  border-radius: 9999px 0 0 9999px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.header-cta__link:hover {
  opacity: 0.85;
}

/* SVG矢印（シャープ版） */
.header-cta__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}

.header-cta__arrowSvg {
  width: 26px;
  height: 26px;
  stroke: #fff;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.header-area {
  margin-top: 110px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-area::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: var(--main-color);
  z-index: 10;
  -webkit-transform: translateX(-120%) skewX(-20deg);
          transform: translateX(-120%) skewX(-20deg);
  -webkit-animation: headerReveal 1.4s ease forwards;
          animation: headerReveal 1.4s ease forwards;
}

@-webkit-keyframes headerReveal {
  0% {
    -webkit-transform: translateX(-120%) skewX(-20deg);
            transform: translateX(-120%) skewX(-20deg);
  }
  45% {
    -webkit-transform: translateX(0) skewX(-20deg);
            transform: translateX(0) skewX(-20deg);
  }
  55% {
    -webkit-transform: translateX(0) skewX(-20deg);
            transform: translateX(0) skewX(-20deg);
  }
  100% {
    -webkit-transform: translateX(120%) skewX(-20deg);
            transform: translateX(120%) skewX(-20deg);
  }
}

@keyframes headerReveal {
  0% {
    -webkit-transform: translateX(-120%) skewX(-20deg);
            transform: translateX(-120%) skewX(-20deg);
  }
  45% {
    -webkit-transform: translateX(0) skewX(-20deg);
            transform: translateX(0) skewX(-20deg);
  }
  55% {
    -webkit-transform: translateX(0) skewX(-20deg);
            transform: translateX(0) skewX(-20deg);
  }
  100% {
    -webkit-transform: translateX(120%) skewX(-20deg);
            transform: translateX(120%) skewX(-20deg);
  }
}
.header-area-text {
  position: absolute;
  z-index: 5;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 7.3%;
  opacity: 0;
  -webkit-animation: textFade 0.6s ease 0.9s forwards;
          animation: textFade 0.6s ease 0.9s forwards;
}
.header-area-text h1 {
  font-size: clamp(32px, 2.6041667vw, 50px);
  font-weight: 700;
  line-height: 50px;
}
.header-area-text p {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: var(--main-color);
}

@-webkit-keyframes textFade {
  to {
    opacity: 1;
  }
}

@keyframes textFade {
  to {
    opacity: 1;
  }
}
.has-child {
  position: relative;
}
.has-child:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 200px;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 20;
}
.header-submenu li {
  padding: 8px 20px;
}
.header-submenu a {
  color: #333;
  display: block;
  font-size: 14px;
}
.header-submenu a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .header-position {
    height: 70px;
  }
  .header-menu {
    position: fixed;
    top: 70px;
    right: -350px;
    background-color: var(--main-color);
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110dvh;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0px;
  }
  .header-menu.open {
    right: 0;
  }
  .header-inner {
    width: 100%;
    padding-left: 4%;
  }
  .header-item {
    color: #fff;
    width: 100%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
    font-weight: 400;
  }
  .header-item:hover {
    color: #fff;
  }
  .header-item::after {
    display: none;
  }
  .header-list {
    padding: 15px 0;
    border-bottom: 1px #24BE9A solid;
    width: 100%;
  }
  .header-list::after {
    display: none; /* 区切り線消す */
  }
  .header-cta {
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    border-radius: 0;
    border-bottom: none;
    text-align: center;
    margin-top: 20px;
  }
  .header-cta__link {
    display: inline;
    border-radius: 30px;
    padding: 12px 40px 13px;
    background: #fff;
    color: #009E6B;
    font-weight: 500;
  }
  .header-cta__arrow {
    display: none;
  }
  .has-child {
    width: 100%;
  }
  .header-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0;
    margin-top: 5px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header-submenu li {
    padding: 5px 0;
    font-weight: 400;
    padding-left: 40px;
  }
  .header-submenu a {
    color: #fff;
    font-size: 16px;
  }
  .has-child.open .header-submenu {
    height: auto;
  }
  .menu-arrow {
    margin-left: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .has-child.open .menu-arrow {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 240px;
  }
  .header-area-text h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 15px;
  }
  .header-area-text p {
    padding-left: 15px;
  }
  .header-area {
    margin-top: 80px;
  }
  .header-area img {
    height: 120px;
    width: auto;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 1025px) {
  .mobmenu-btn {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  display: none;
  height: 100%;
  backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 46px;
  height: 46px;
  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;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  width: 25px;
  border-radius: 1px;
  background: var(--main-color);
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

.openbtn span:nth-of-type(3) {
  top: 29px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .mobmenu-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*===================================================================
    footer
===================================================================*/
.footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#achievements .footer {
  background: #EFF8F5;
}

.footer-inner {
  background-image: url("../img/footer_bg.png");
  background-size: cover;
  overflow: hidden;
  height: 545px;
}

.footer-text {
  position: absolute;
  left: 50%;
  bottom: 24px; /* 画像下からの余白（調整用） */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 700; /* 太字 */
  color: #00C19C;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.full-text-wrap svg {
  height: 250px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
}

.recruit-tit-eng {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  bottom: -30px;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-tit-eng-text {
  color: #fff;
  font-size: 15rem;
  font-style: italic;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
  line-height: 1;
}

/* ===== inner ===== */
.footer-green {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#009E6B), to(#24be9a));
  background: linear-gradient(0deg, #009E6B, #24be9a);
}

.footer-green::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -100px;
  width: 60vw;
  max-width: 950px;
  aspect-ratio: 1/1;
  background-image: url("/common/img/logo_large2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateX(140px) scale(0.5);
          transform: translateX(140px) scale(0.5);
}

.footer-green.is-animated::after {
  -webkit-animation: footerLogoBounce 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          animation: footerLogoBounce 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@-webkit-keyframes footerLogoBounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px) scale(0.5);
            transform: translateX(140px) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes footerLogoBounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px) scale(0.5);
            transform: translateX(140px) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
.footer-area {
  max-width: 1640px;
  width: 85.4%;
  margin: 120px auto 0 auto;
  padding: 50px 24px 150px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 40px;
  border-top: 1px #FFF solid;
  position: relative;
  z-index: 1;
}

/* ===== catch ===== */
.footer-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.footer-catch-text {
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.copyright {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 1px;
}

.copyright--sp {
  display: none;
}

/* ===== info ===== */
.footer-info {
  font-size: 15px;
}

.company-name {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  letter-spacing: 3px;
}

.company-address {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  letter-spacing: 1px;
}

/* ===== sns ===== */
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.sns-icon-instagram {
  width: 40px;
  height: 40px;
}

.sns-icon-youtube {
  width: 55px;
  height: 55px;
  margin-left: 30px;
}

/* ===== nav ===== */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 25px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* ===== bottom ===== */
.footer-bottom {
  padding: 0px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* ===== page top ===== */
.page-top {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  text-decoration: none;
}

.page-top::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1fa37e;
  border-left: 3px solid #1fa37e;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -30%;
}

.page-top-text {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  padding-bottom: 10px;
  padding-right: 30px;
}

.full-text-wrap.is-footer {
  position: relative;
  top: 48px;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}

.full-text-svg.is-footer {
  fill: #2fbf9b;
}

/* ===== sp ===== */
@media (max-width: 2560px) {
  .full-text-wrap.is-footer {
    top: 128px;
  }
}
@media (max-width: 1440px) {
  .full-text-wrap.is-footer {
    top: 230px;
  }
}
@media (max-width: 1024px) {
  .footer-green::after {
    top: 180px;
    right: -80px;
    width: 80vw;
  }
  .footer-inner {
    background-image: url("../img/footer_bg_sp.png");
    padding-top: 220px;
    height: auto;
    min-height: 290px;
  }
  .full-text-wrap.is-footer svg {
    top: -68px;
    margin-top: -120px;
  }
  .full-text-wrap.is-footer {
    top: 70px;
  }
  .footer-area {
    gap: 20px;
  }
  .company-name {
    margin: 0;
  }
  .company-address {
    line-height: 1.3;
  }
  .footer-sns {
    gap: 0;
    margin-bottom: 0;
  }
  .sns-icon-instagram {
    width: 30px;
  }
  .sns-icon-youtube {
    width: 40px;
    margin-left: 15px;
  }
  .copyright {
    display: none;
  }
  .copyright--sp {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
  }
  .page-top-text {
    display: none;
  }
  .page-top::before {
    width: 7.5px;
    height: 7.5px;
    border-top: 2px solid #1fa37e;
    border-left: 2px solid #1fa37e;
    border-radius: 1px;
  }
  .footer-nav {
    gap: 0;
    margin-bottom: 25px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-right: 0;
    padding: 0 0 50px 0;
  }
  .page-top {
    width: 30px;
    height: 30px;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .footer-area {
    grid-template-columns: 1fr;
    padding: 20px 0 0;
    margin-top: 40px;
  }
  .footer-catch-text {
    font-size: 32px;
    line-height: 1.5;
  }
  .full-text-wrap.is-footer {
    top: 140px;
  }
}
@media (max-width: 650px) {
  .full-text-wrap.is-footer {
    top: 160px;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mv::after {
  content: "";
  position: absolute;
  top: 750px;
  left: 0;
  width: 100%;
  height: 950px;
  background: url("../img/mv_bg.png") no-repeat center top/cover;
  z-index: 0;
  pointer-events: none;
}

.mv-wrap {
  margin: 0 auto;
}

.mv-area {
  position: relative;
  width: 100%;
  height: 1450px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv-img {
  position: absolute;
  top: 18%;
  left: -7%;
  width: 50%;
  height: 70%;
  z-index: 2;
}

.mv-movie {
  position: absolute;
  top: 8%;
  right: 0;
  width: 67.5%;
  height: 83%;
  z-index: 1;
}

.mv-img img,
.mv-movie video {
  width: 100%;
  height: auto;
  display: block;
}

.mv-movie-area {
  position: relative;
  display: block;
}

.mv-movie-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 150px solid #fff;
  border-right: 80px solid transparent;
}

.mv-movie-area::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 215px 85px;
  border-color: transparent transparent #F3F3F3 transparent;
  z-index: 2;
  pointer-events: none;
}

.mv-slash {
  position: absolute;
  top: -1%;
  left: 26%;
  width: clamp(120px, 12.5vw, 300px);
  height: clamp(750px, 55vw, 1350px);
  background: -webkit-gradient(linear, left top, left bottom, from(#009E6B), to(#24BE9A));
  background: linear-gradient(to bottom, #009E6B 0%, #24BE9A 100%);
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
  z-index: 3;
}

.gradient-text {
  font-size: clamp(6rem, 4rem + 5vw, 10rem);
  font-weight: 700;
  line-height: 150px;
  font-style: italic;
  background: -webkit-gradient(linear, left bottom, left top, from(#24BE9A), to(#009E6B));
  background: linear-gradient(0deg, #24BE9A, #009E6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateY(-70px) scale(1);
          transform: translateY(-70px) scale(1);
  right: -10%;
}

span {
  padding-left: 5%;
}

.mv-img {
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.mv-img img {
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateY(80deg) translateZ(300px) scale(0.8);
          transform: rotateY(80deg) translateZ(300px) scale(0.8);
  -webkit-animation: imgSpinIn 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
          animation: imgSpinIn 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@-webkit-keyframes imgSpinIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(80deg) translateZ(300px) scale(0.8);
            transform: rotateY(80deg) translateZ(300px) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(0px) scale(1);
            transform: rotateY(0deg) translateZ(0px) scale(1);
  }
}

@keyframes imgSpinIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(80deg) translateZ(300px) scale(0.8);
            transform: rotateY(80deg) translateZ(300px) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(0px) scale(1);
            transform: rotateY(0deg) translateZ(0px) scale(1);
  }
}
.mv-slash {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(80deg) translateZ(300px) scale(0.9);
          transform: rotateY(80deg) translateZ(300px) scale(0.9);
  -webkit-animation: slashSpinIn 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
          animation: slashSpinIn 1.2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

@-webkit-keyframes slashSpinIn {
  0% {
    -webkit-transform: skewX(-23deg) rotateY(80deg) translateZ(300px) scale(0.9);
            transform: skewX(-23deg) rotateY(80deg) translateZ(300px) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(-23deg) rotateY(0deg) translateZ(0px) scale(1);
            transform: skewX(-23deg) rotateY(0deg) translateZ(0px) scale(1);
  }
}

@keyframes slashSpinIn {
  0% {
    -webkit-transform: skewX(-23deg) rotateY(80deg) translateZ(300px) scale(0.9);
            transform: skewX(-23deg) rotateY(80deg) translateZ(300px) scale(0.9);
  }
  100% {
    -webkit-transform: skewX(-23deg) rotateY(0deg) translateZ(0px) scale(1);
            transform: skewX(-23deg) rotateY(0deg) translateZ(0px) scale(1);
  }
}
@media (max-width: 2000px) {
  .mv-area {
    height: 1300px;
  }
}
@media (max-width: 1730px) {
  .mv-area {
    height: 1050px;
  }
  .mv::after {
    top: 600px;
  }
}
@media (max-width: 1440px) {
  .mv-area {
    height: 950px;
  }
  .mv::after {
    top: 500px;
  }
}
@media (max-width: 1280px) {
  .mv-area {
    height: 900px;
  }
  .mv::after {
    top: 450px;
  }
}
@media (max-width: 1024px) {
  .mv::after {
    top: 620px;
  }
  .mv-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .main::before {
    display: none;
  }
  .mv-area::before {
    display: none;
  }
  .mv-movie {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    position: static;
    text-align: center;
  }
  .mv-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
    position: static;
  }
  .mv-movie-area {
    margin-top: 70px;
  }
  .mv-movie-area::before {
    border-top: 115px solid #fff;
    border-right: 45px solid transparent;
  }
  .mv-movie-area::after {
    border-width: 0 0 110px 45px;
  }
  .mv-slash {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 33%;
    position: relative;
    height: 280px;
    margin-top: -25%;
    left: 50%;
  }
  .gradient-text {
    line-height: 100px;
    font-size: 7rem;
    z-index: 2;
    right: 8px;
    padding-bottom: 20px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}
.gradient-text {
  opacity: 0;
  -webkit-animation: fadeIn 0.6s ease forwards;
          animation: fadeIn 0.6s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; /* ← ここで0.8秒待つ */
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 980px) {
  .mv::after {
    top: 590px;
  }
}
@media (max-width: 925px) {
  .mv::after {
    top: 550px;
  }
}
@media (max-width: 850px) {
  .mv::after {
    top: 500px;
  }
}
@media (max-width: 767px) {
  .mv::after {
    top: 450px;
  }
}
@media (max-width: 680px) {
  .mv::after {
    top: 400px;
  }
}
@media (max-width: 600px) {
  .mv::after {
    top: 300px;
  }
  .mv-slash {
    height: 195px;
    margin-top: -40%;
    left: 67%;
  }
  .gradient-text {
    line-height: 80px;
    font-size: 4.8rem;
  }
  .mv-img {
    width: 90%;
  }
}
@media (max-width: 420px) {
  .mv::after {
    top: 250px;
  }
  .gradient-text {
    font-size: 4.35rem;
  }
}
.main-copy {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}
.main-copy span {
  padding-left: 0;
}

.main-contents {
  margin-left: 45%;
  margin-top: -70px;
  padding-bottom: 100px;
  max-width: 640px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .main-copy {
    font-size: 34px;
    line-height: 1.5;
  }
  .main-desc {
    padding-top: 20px;
    font-size: 17px;
  }
  .main-contents {
    margin-top: 50px;
    margin: 0 auto;
    padding: 30px 65px;
  }
}
@media (max-width: 410px) {
  .main-copy {
    font-size: 30px;
  }
}
/*========================
    about
========================*/
.about {
  padding-top: 150px;
  padding-bottom: 190px;
  overflow: visible;
  position: relative;
  --about-gutter: clamp(120px, 14vw, 260px);
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #F3F3F3;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

.about-area {
  position: relative;
  padding-left: var(--about-gutter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 2200px;
  width: 100%;
  margin: auto;
}

.about-tit-eng {
  position: absolute;
  left: 0;
  padding-top: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 3;
  pointer-events: none;
}

.about-tit-eng-text {
  white-space: nowrap;
  font-size: clamp(4.8rem, 11vw, 18rem);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  margin: 0;
  padding: 0;
  color: #ECECEC;
  font-style: italic;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
}

.about-tit-wrap {
  margin-top: 9%;
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
  padding-left: 6%;
}

.about-tit-wrap .text {
  margin: 30px 0px 30px 5px;
  line-height: 35px;
  letter-spacing: 2px;
  z-index: 5;
  position: relative;
}

.about-img {
  margin-top: 100px;
  position: relative;
  left: 380px;
  z-index: 2;
}

.about-logo-img {
  width: auto;
}
.about-logo-img img {
  width: 140%;
  position: relative;
  right: -8%;
}

.about-logo-img {
  opacity: 0;
  -webkit-transform: translateX(140px) scale(0.5);
          transform: translateX(140px) scale(0.5);
}

.about-logo-img.is-animated {
  -webkit-animation: logoBounceIn 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          animation: logoBounceIn 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@-webkit-keyframes logoBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px) scale(0.5);
            transform: translateX(140px) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes logoBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px) scale(0.5);
            transform: translateX(140px) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 2000px) {
  .about-img {
    left: 280px;
  }
  .about-logo-img img {
    width: 120%;
  }
}
@media (max-width: 1800px) {
  .about-logo-img {
    right: -3%;
  }
  .about-logo-img img {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .about-img {
    left: 220px;
  }
}
@media (max-width: 1280px) {
  .about-img {
    left: 180px;
  }
  .about-tit-wrap {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  .about {
    padding-bottom: 50px;
    padding-top: 300px;
  }
  .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 40px 0 0;
  }
  .about-tit-eng {
    left: -7%;
    padding-top: 0;
  }
  .about-tit-wrap {
    width: 100%;
    padding-left: 0;
    margin-left: 4%;
    margin-top: -25%;
  }
  .about-tit-wrap .text {
    margin: 25px 0px;
    line-height: 1.875;
    letter-spacing: 0;
    width: 70%;
  }
  .about-img {
    width: 100VW;
    position: relative;
    left: 40%;
    padding-left: 5%;
    padding-right: 10%;
    padding-bottom: 100px;
  }
  .about-logo-img img {
    width: 800%;
    right: 600%;
    bottom: 0px;
    z-index: -1;
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 250px;
  }
  .about-tit-wrap .text {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .about {
    padding-top: 200px;
  }
  .about-tit-wrap {
    margin-left: -7%;
  }
  .about-img {
    left: 47%;
  }
  .about-logo-img img {
    width: 800%;
    right: 495%;
    bottom: 105px;
    z-index: -1;
    opacity: 0.4;
  }
}
@media (max-width: 450px) {
  .about {
    padding-top: 150px;
  }
  .about-tit-wrap {
    margin-left: -17%;
    margin-top: -25%;
  }
  .about-tit-wrap .text {
    width: 100%;
  }
  .about-tit-eng {
    left: -11%;
    padding-top: 35%;
  }
  .about-img {
    left: 50%;
    padding-bottom: 0;
  }
}
@media (max-width: 410px) {
  .about-img {
    padding-left: 0;
    padding-right: 12%;
  }
}
/*========================
    service
========================*/
.service {
  padding-top: 115px;
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

.service-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2200px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service-tit-wrap {
  margin-top: 9%;
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
  padding-left: 8%;
}
.service-tit-wrap .text {
  margin: 30px 100px 30px 5px;
  line-height: 35px;
  letter-spacing: 2px;
}

.service-tit-eng {
  left: 0;
  padding-top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 3;
  pointer-events: none;
}

.service-tit-eng-text {
  white-space: nowrap;
  font-size: clamp(4.8rem, 11vw, 17rem);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  margin: 0;
  padding: 0;
  color: var(--main-color);
  font-style: italic;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
}

.service-img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4rem;
  padding-left: 1%;
  padding-right: 6%;
}

.service-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-img-area01,
.service-img-area02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.service-img-area01 {
  margin-top: 150px;
}

.service-img-area02 {
  margin-bottom: 150px;
}

.service-img-item {
  position: relative;
  overflow: visible;
}

.service-img-item img {
  display: block;
  width: 100%;
  height: auto;
}

.service-num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-48%, -48%);
          transform: translate(-48%, -48%);
  background: -webkit-gradient(linear, left bottom, left top, from(#00E3CD), to(#009E6B));
  background: linear-gradient(0deg, #00E3CD, #009E6B);
  font-size: clamp(70px, 5.208333vw, 100px);
  font-weight: 600;
  line-height: 1.1;
  z-index: 2;
  pointer-events: none;
  font-style: italic;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
}

.service-img-label {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 50px;
  padding: 2px 15px 0px 15px;
  background: #fff;
  border: 3px solid var(--main-color);
  color: #000;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.service-img-label .arrow {
  margin-left: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--main-color);
  margin-top: -10px;
}

.service-img-label:hover {
  background: var(--main-color);
  color: #fff;
}

.service-img-label:hover .arrow {
  color: #fff;
}

.service-img--sp {
  display: none;
}

.movie-box {
  width: 85.4%;
  max-width: 1640px;
  margin-inline: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 140px;
}

.movie-tit {
  font-size: 26px;
  font-weight: 600;
  color: var(--main-color);
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.movie-box video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-text-wrap {
  width: 100%;
}

.full-text-wrap svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -30px;
}

.full-text-svg {
  fill: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 180px;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
}

.full-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopText 30s linear infinite;
          animation: loopText 30s linear infinite;
}

.full-text-inner svg {
  height: 250px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.full-text-svg {
  dominant-baseline: middle;
}

@-webkit-keyframes loopText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loopText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1440px) {
  .service {
    padding-top: 80px;
  }
  .service-img {
    gap: 2.3rem;
  }
  .service-img-area01 {
    margin-top: 90px;
  }
  .service-img-area01,
  .service-img-area02 {
    gap: 2.3rem;
  }
  .service-img-label {
    height: 40px;
    padding-top: 1px;
    bottom: 20px;
  }
  .full-text-wrap svg {
    top: -31px;
    margin-top: -100px;
  }
}
@media (max-width: 1150px) {
  .sec-tit {
    font-size: 26px;
  }
  .service-img-label {
    padding: 0 10px !important;
  }
  .service-img-label .arrow {
    margin-left: 8px !important;
  }
}
@media (max-width: 1024px) {
  .service-img--pc {
    display: none;
  }
  .service-img--sp {
    display: block;
    padding: 0 40px;
    width: 100%;
    margin-top: -200px;
    margin-left: 60px;
  }
  .service-img-item {
    width: 80%;
    margin-bottom: 60px;
    position: relative;
    -webkit-transition: left 0.1s linear;
    transition: left 0.1s linear;
  }
  .service-img-item img {
    width: 80%;
  }
  .service-img-label {
    padding: 0 20px !important;
    width: 35%;
    left: 40%;
  }
  .service-img--sp .service-img-item {
    will-change: transform;
  }
  .service-img--sp .service-img-item.is-show {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .service-num {
    padding-right: 20px;
    font-size: 100px;
  }
  .full-text-wrap svg {
    top: -21px;
    margin-top: 0;
  }
  .full-text-inner svg {
    height: 200px;
  }
  .service-tit-eng {
    position: relative;
    left: -7%;
    padding-top: 60%;
    opacity: 0.1;
  }
  .service-tit-wrap {
    width: 100%;
    margin-top: 10%;
    padding-left: 7%;
  }
}
@media (max-width: 820px) {
  .service-img-label {
    width: 40%;
  }
  .service-img--sp {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .service::before {
    border-width: 100px 40px 0 0;
  }
  .service-tit-wrap .text {
    margin: 30px 95px 30px 0px;
    line-height: 1.875;
    letter-spacing: 0;
  }
  .service-tit-eng {
    padding-top: 70%;
    left: -11%;
  }
  .service-tit-eng-text {
    margin-left: 25px;
  }
  .service-tit-wrap {
    margin-top: 0;
  }
  .service-img-label {
    width: 45%;
  }
  .service-img--sp {
    margin-bottom: 220px;
    margin-top: -50px;
  }
  .movie-tit {
    margin-bottom: 60px;
    margin-top: -150px;
  }
  .full-text-inner svg {
    height: 120px;
  }
  .full-text-wrap {
    width: 175%;
    margin-top: -150px;
    overflow: visible;
    position: relative;
    height: 120px;
    top: 25px;
    margin-bottom: 70px;
  }
}
@media (max-width: 650px) {
  .service-img-label {
    width: 50%;
    padding: 0 15px !important;
  }
  .movie-tit {
    margin-top: -180px;
  }
  .full-text-wrap {
    margin-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .service-img-item img {
    width: 100%;
  }
  .service-img-label {
    left: 50%;
    width: 60%;
  }
}
@media (max-width: 530px) {
  .service-img-label {
    width: 80%;
  }
  .service-num {
    font-size: 70px;
  }
  .service-img-item {
    width: 100%;
  }
  .movie-tit {
    font-size: 20px;
  }
  .full-text-wrap {
    margin-bottom: 98px;
  }
}
@media (max-width: 500px) {
  .full-text-wrap {
    top: 0px;
  }
  .service-img--sp {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .service-tit-eng-text {
    margin-left: 7px;
  }
}
@media (max-width: 420px) {
  .full-text-wrap {
    margin-bottom: 85px;
    margin-top: -140px;
  }
}
@media (max-width: 410px) {
  .service-img--sp {
    margin-top: 30px;
  }
  .service-img-label {
    padding: 2px 5px 0;
  }
  .service-img-label .arrow {
    margin-left: 10px;
  }
  .service-tit-eng-text {
    margin-left: 0;
  }
}
/*========================
    recruit
========================*/
.recruit {
  position: relative;
  bottom: 238px;
  padding-top: 600px;
  overflow: hidden;
  width: 100%;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

.recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/recruit_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center 20%;
}

.recruit-tit-eng {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  bottom: -30px;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-tit-eng-text {
  color: #fff;
  font-size: clamp(4.8rem, 11vw, 18rem);
  font-style: italic;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
  line-height: 1;
}

.recruit-tit-eng-img {
  width: 40%;
  position: relative;
  top: 55px;
}

.recruit .recruit-wrap {
  position: relative;
  z-index: 2;
}
.recruit .recruit-wrap .text {
  margin: 30px 27% 30px 0.5%;
  line-height: 35px;
  letter-spacing: 1px;
}

.recruit-area {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 85.4%;
  margin: 0 auto;
  padding: 100px 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit-area > * {
  min-width: 0;
}

.recruit-tit-wrap {
  width: 60%;
}

.recruit-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow: visible;
}

.recruit-img img {
  width: 100%;
}

.recruit-img-item {
  position: relative;
  width: 90%;
}

.recruit-img-item:first-child {
  margin-left: auto;
}

.recruit-img-item:last-child {
  margin-right: auto;
}

.recruit-img-item img {
  display: block;
}

.recruit-img-label {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  padding: 5px 20px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
}

.recruit-img-label.is-recruit {
  color: var(--main-color);
}

.recruit-img-label.is-intern {
  color: #00C19C;
}

.entry {
  padding-bottom: 150px;
  width: 100%;
  margin-top: -200px;
}

.entry-inner {
  position: relative;
  min-height: 400px;
  background-image: url("../img/entry_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 16.6667vw;
  margin-right: 16.6667vw;
}

.entry-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.entry-title {
  font-size: clamp(24px, 1.8229167vw, 35px);
  font-weight: 600;
  margin-bottom: 16px;
  background: #fff;
  padding: 0 15px;
}

@media screen and (max-width: 1920px) {
  .recruit-tit-eng-img {
    top: 32px;
  }
}
@media screen and (max-width: 1650px) {
  .recruit-tit-eng {
    bottom: 143px;
  }
  .recruit-wrap {
    position: relative;
    bottom: 160px;
  }
  .recruit-area {
    padding: clamp(40px, 6.7vw, 110px) clamp(16px, 5vw, 80px);
  }
  .entry {
    margin-top: -400px;
  }
  .entry-inner {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-tit-eng-img {
    top: 17px;
  }
}
@media screen and (max-width: 900px) {
  .recruit {
    margin-top: -90px;
  }
  .recruit-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-tit-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruit {
    padding-top: 580px;
    bottom: 250px;
  }
  .recruit::before {
    background: url(../img/recruit_bg_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 20%;
  }
  .recruit-tit-eng {
    bottom: 260px;
  }
  .recruit-tit-eng-img {
    top: 27px;
    width: 60%;
  }
  .recruit-area {
    padding: 0;
  }
  .recruit-tit-wrap .text {
    margin: 0 auto !important;
    line-height: 30px !important;
    margin: 10px 0 !important;
  }
  .recruit-img-area {
    margin-bottom: 50px;
  }
  .recruit-tit-wrap {
    width: 100%;
    padding: 0 6.7%;
    padding-top: 50px;
    margin-top: -110px;
    background: #fff;
  }
  .recruit-img-item {
    width: 94%;
    will-change: transform;
  }
  .recruit-img-item.is-show {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .entry {
    padding-bottom: 80px;
  }
  .entry-inner {
    width: 85.4%;
    margin: 0 auto;
    background-image: url(../img/entry_bg_sp.png);
  }
  .entry-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-tit-eng-img {
    top: 15px;
  }
}
@media (max-width: 410px) {
  .recruit {
    padding-top: 560px;
  }
  .recruit-tit-eng-img {
    top: 10px;
  }
}
/*===================================================================
    会社情報
===================================================================*/
/*========================
    message
========================*/
#about .message {
  background: #F3F3F3;
  padding-top: 75px;
  padding-bottom: 140px;
  padding-left: 7.3%;
}

#about .message-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

#about .message-area-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about .message-area-text h3 {
  font-size: clamp(32px, 2.6041667vw, 50px);
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

#about .message-area-text p {
  font-size: 18px;
  line-height: 40px;
  max-width: 800px;
}

#about .presodent-name {
  text-align: right;
  font-weight: 600;
}

@media (max-width: 1300px) {
  #about .message-area-text p {
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  #about .message-area-text h3 {
    line-height: 40px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #about .message-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .message-area-text {
    padding-right: 7.3%;
  }
  #about .message-area-img {
    padding-top: 30px;
  }
}
/*========================
    company
========================*/
#about .company {
  position: relative;
}

#about .company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #F3F3F3;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#about .company-outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid var(--main-color);
  font-size: 16px;
}

#about .company-outline-tit {
  width: 330px;
  padding: 25px 0px 25px 28px;
  font-weight: 700;
}

#about .company-outline-text {
  width: calc(100% - 330px);
  padding: 25px 0;
  line-height: 25px;
}

@media (max-width: 1024px) {
  #about .company-outline-tit {
    width: 150px;
  }
  #about .company-outline-text {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  #about .company::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #F3F3F3;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
/*========================
    policy
========================*/
#about .policy {
  position: relative;
}

#about .policy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#about .policy-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#about .policy-area-box {
  background: #fff;
  padding: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
}

#about .policy-area-img {
  background: var(--main-color);
  padding: 30px 0;
  text-align: center;
}
#about .policy-area-img img {
  max-height: 90px;
  width: auto;
  height: 300px;
}

#about .policy-area-text {
  padding-top: 36px;
}
#about .policy-area-text h3 {
  color: var(--main-color);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#about .policy-area-text p {
  line-height: 24px;
}
#about .policy-area-text ul {
  font-weight: 600;
  line-height: 24px;
  padding-top: 20px;
}

@media (max-width: 1300px) {
  #about .policy-area {
    gap: 20px;
  }
  #about .policy-area-box {
    padding: 24px;
  }
  #about .policy-area-text p {
    font-size: 15px;
  }
  #about .policy-area-text ul {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #about .policy-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .policy-area-text {
    padding-top: 10px;
  }
  #about .policy-area-box {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #about .policy::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #FFF;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
/*========================
    history
========================*/
#about .history {
  position: relative;
}

#about .history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #EFF8F5;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#about .history::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 62%;
  width: 800px;
  height: 800px;
  background: url("../img/logo_large2.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateX(140px) scale(0.5);
          transform: translateY(-50%) translateX(140px) scale(0.5);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

#about .history.is-animated::after {
  -webkit-animation: historyLogoBounce 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          animation: historyLogoBounce 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@-webkit-keyframes historyLogoBounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(140px) scale(0.5);
            transform: translateY(-50%) translateX(140px) scale(0.5);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
            transform: translateY(-50%) translateX(0) scale(1);
  }
}

@keyframes historyLogoBounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(140px) scale(0.5);
            transform: translateY(-50%) translateX(140px) scale(0.5);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
            transform: translateY(-50%) translateX(0) scale(1);
  }
}
#about .history-list {
  position: relative;
}

/* 縦線 */
#about .history-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 2px;
  height: 100%;
  background: var(--main-color);
}

#about .history-item {
  position: relative;
  margin-bottom: 60px;
}

/* 丸 */
#about .history-item::before {
  content: "";
  position: absolute;
  left: 6.4px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#about .history-year {
  font-weight: 300;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .history-year .year {
  padding-left: 3%;
  font-size: 30px;
}

#about .history-year .month {
  padding-left: 2%;
  padding-top: 3px;
}

#about .history-text {
  line-height: 1.8;
  padding-left: 3%;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #about .history::after {
    right: -2%;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 768px) {
  #about .history::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #EFF8F5;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
  #about .history::after {
    width: 550px;
    height: 550px;
  }
  #about .history-year .year {
    padding-left: 4%;
  }
}
@media (max-width: 600px) {
  #about .history::after {
    width: 400px;
    height: 400px;
    top: 73%;
  }
}
@media (max-width: 500px) {
  #about .history::after {
    top: 75%;
    right: -15%;
  }
}
/*========================
    engineer record
========================*/
#about .engineer {
  position: relative;
  background: #f3f3f3;
}

#about .engineer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#about .engineer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  width: min(57vw, 1200px);
  height: min(57vw, 1200px);
  background: url("../img/engineer_img.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#about .main-record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
}

#about .main-record-item {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 10px 37px 34px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 285px;
}
#about .main-record-item .number {
  color: var(--main-color);
  font-size: 30px;
}
#about .main-record-item .number span {
  font-size: 70px;
  padding-right: 5px;
  padding-left: 0;
}
#about .main-record-item .quals {
  margin-top: -25px;
}

#about .sub-record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 2;
  margin-top: 65px;
  font-weight: 500;
}

#about .sub-record-area {
  max-width: 415px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about .sub-record-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--main-color);
}

#about .record-notes {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 15px;
}

@media (max-width: 1024px) {
  #about .main-record-item {
    padding: 10px 5px 40px !important;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #about .main-record {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .main-record-item .number {
    font-size: 20px !important;
    white-space: nowrap;
  }
  #about .main-record-item .number span {
    font-size: 40px !important;
  }
  #about .main-record-item .quals {
    margin-top: 0 !important;
    line-height: 20px;
  }
  #about .engineer::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #fff;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
  #about .sub-record {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
  #about .sub-record-area {
    max-width: 100%;
  }
  #about .engineer::after {
    opacity: 0.4;
    top: 87%;
    width: 95vw;
    height: 95vw;
  }
}
/*========================
    csr
========================*/
#about .csr {
  position: relative;
}

#about .csr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #f3f3f3;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#about .csr-img {
  padding-top: 70px;
}

@media (max-width: 768px) {
  #about .csr::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #f3f3f3;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
  #about .csr-img {
    padding-top: 0px;
  }
}
/*===================================================================
    事業内容
===================================================================*/
#works .work-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

#works .section-title-wrap {
  max-width: 640px;
  width: 100%;
  position: relative;
}

#works .section-title-wrap::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -57%);
          transform: translate(-25%, -57%);
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#00E3CD), to(#009E6B));
  background: linear-gradient(0deg, #00E3CD, #009E6B);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.3;
  font-style: italic;
  font-family: "ITC Avant Garde Gothic Pro", "Avant Garde", "Century Gothic", "Futura", sans-serif;
}

#works .section-title-explain {
  max-width: 550px;
  width: 100%;
}

#works .work-area-explain {
  margin-top: 88px;
}
#works .work-area-explain h3 {
  position: relative;
  display: inline-block;
  padding: 4px 16px 0px 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
#works .work-area-explain h3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-color);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: -1;
  margin: 1px 8px;
}
#works .work-area-explain p {
  margin-bottom: 32px;
  line-height: 24px;
}

.aircon {
  margin-top: 100px;
}

.reform {
  margin-bottom: 100px;
}

@media (max-width: 1300px) {
  #works .work-area {
    gap: 50px;
  }
  #works .section-title-wrap {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  #works .work-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #works .work-area-explain {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #works .work-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #works .work-area-explain {
    margin-top: 0;
  }
  #works .section-title-wrap::before {
    font-size: 80px;
    -webkit-transform: translate(-15%, -45%);
            transform: translate(-15%, -45%);
  }
  .aircon {
    margin-top: 50px;
  }
}
/*========================
  work-slide
========================*/
.work-slide .splide__track {
  overflow: visible;
}
.work-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.work-slide .splide__arrow--prev,
.work-slide .splide__arrow--next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.work-slide .splide__arrow--prev,
.work-slide .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-color);
  border-radius: 50%;
}
.work-slide .splide__arrow > svg {
  display: none;
}
.work-slide .splide__arrow--prev::after,
.work-slide .splide__arrow--next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.work-slide .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.work-slide .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.work-slide .splide-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
.work-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 0 0;
  width: 100%;
  height: 2px;
  background-color: #D1D1D1;
  font-size: 0;
}
.work-slide .splide__pagination > li {
  width: 100%;
}
.work-slide .splide__pagination .splide__pagination__page {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.work-slide .splide__pagination .splide__pagination__page.is-active {
  height: 4px;
  background-color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .work-slide {
    margin-top: 40px;
  }
  .work-slide .splide__arrows {
    gap: 20px;
  }
  .work-slide .splide__arrow--prev,
  .work-slide .splide__arrow--next {
    width: 40px;
    height: 40px;
  }
  .work-slide .splide-controller {
    margin-top: 24px;
  }
}
/*===================================================================
    実績紹介
===================================================================*/
/*========================
    fv
========================*/
#achievements .fv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-left: 7.3%;
  gap: 50px;
}

#achievements .fv-area-text {
  font-size: 18px;
  max-width: 820px;
  width: 100%;
}
#achievements .fv-area-text h4 {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 10px;
}

#achievements .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 500px;
}

#achievements .field-item {
  display: inline;
  padding: 4px 5px 6px 5px;
  font-size: 16px;
  color: var(--main-color);
  background: #EFF8F5;
  border-radius: 5px;
  white-space: nowrap;
}

#achievements .total-box {
  max-width: 900px;
  min-width: 580px;
  margin: 30px auto;
  padding: 40px 60px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#achievements .total-box-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#achievements .total-box-number {
  font-size: clamp(3.28125rem, 3.0375796178rem + 1.1146496815vw, 4.375rem);
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 10px;
  line-height: 1;
  white-space: nowrap;
}

#achievements .total-box-number span {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  margin-left: 6px;
}

#achievements .total-box-label {
  font-size: clamp(16px, 1.09375vw, 21px);
  font-weight: 600;
  white-space: nowrap;
}

#achievements .total-box-divider {
  width: 1px;
  height: 180px;
  background: #e4e4e4;
  margin: 0 40px;
}

@media (max-width: 1024px) {
  #achievements .fv-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 7.3%;
  }
  #achievements .total-box {
    width: 100%;
  }
  #achievements .fv-area-img {
    position: relative;
    right: -8.5%;
    margin-top: -550px;
    z-index: -1;
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  #achievements .fv-area {
    padding-left: 4.5%;
  }
  #achievements .total-box {
    min-width: 400px;
    padding: 10px 30px;
  }
  #achievements .total-box-divider {
    margin: 0 30px;
  }
  #achievements .field-item {
    font-size: 14px;
    padding: 2px 5px;
  }
}
@media (max-width: 600px) {
  #achievements .total-box-number {
    font-size: 46px;
  }
  #achievements .total-box-number span {
    padding-left: 0;
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  #achievements .field {
    gap: 5px;
  }
  #achievements .total-box {
    min-width: 340px;
    padding: 10px 15px;
  }
  #achievements .total-box-divider {
    margin: 0 15px;
  }
  #achievements .total-box-number {
    font-size: 36px;
  }
  #achievements .total-box-number span {
    font-size: 16px;
  }
  #achievements .total-box-label {
    font-size: 14px;
  }
}
/*========================
    list
========================*/
#achievements .achievements-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 40px;
}

#achievements .achievements-tit::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #707070;
  margin-left: 100px;
}

#achievements .list-accordion {
  background: #f3f3f3;
  padding: 0 65px 77px;
}

#achievements .works-accordion {
  max-width: 1100px;
  margin: 60px auto;
}

#achievements .accordion-header {
  width: 100%;
  background: var(--main-color);
  color: #fff;
  padding: 18px 24px;
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
}

#achievements .accordion-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
  margin-right: 10px;
}

#achievements .accordion-item.open {
  padding-top: 65px;
}

#achievements .accordion-item {
  padding-top: 70px;
}

#achievements .accordion-item.open .accordion-icon {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#achievements .accordion-content {
  background: #fff;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#achievements .accordion-inner {
  padding: 30px;
}

#achievements .work-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

#achievements .work-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#achievements .work-cat {
  margin-top: 5px;
  font-size: clamp(14px, 0.8333vw, 16px);
}

#achievements .badge {
  background: #0e9c6c;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin-left: 8px;
  border-radius: 5px;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  #achievements .accordion-header {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  #achievements .list {
    margin-top: 80px;
  }
  #achievements .achievements-tit::after {
    margin-left: 30px;
  }
  #achievements .list-accordion {
    padding: 0 20px 37px;
  }
  #achievements .accordion-inner {
    padding: 15px;
  }
  #achievements .accordion-header {
    padding: 6px 12px;
  }
  #achievements .accordion-item {
    padding-top: 30px;
  }
  #achievements .accordion-item.open {
    padding-top: 35px;
  }
  #achievements .work-title {
    font-weight: 500;
    font-size: 16px;
  }
  #achievements .badge {
    padding: 0px 5px;
  }
}
@media (max-width: 600px) {
  #achievements .list {
    margin-top: 160px;
  }
}
@media (max-width: 500px) {
  #achievements .list {
    margin-top: 220px;
  }
}
/*========================
    gallery
========================*/
#achievements .gallery {
  position: relative;
  background: #EFF8F5;
}

#achievements .gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#achievements .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#achievements .gallery-card {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#achievements .gallery-card:hover {
  opacity: 0.7;
}

#achievements .gallery-year {
  position: absolute;
  z-index: 2;
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 1px;
  padding: 3px 25px 3px 18px;
  display: inline-block;
  font-size: clamp(14px, 0.9375vw, 18px);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

#achievements .gallery-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#achievements .gallery-info {
  padding: 25px 18px;
}
#achievements .gallery-info h3 {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 5px;
  line-height: 1.5rem;
}
#achievements .gallery-info p {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.4;
}

/* モーダル */
#achievements .gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

#achievements .gallery-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#achievements .gallery-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

#achievements .gallery-modal-content img {
  width: 100%;
  height: auto;
  display: block;
}

#achievements .gallery-modal-close {
  position: absolute;
  top: -70px;
  right: 0;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

@media (max-width: 1300px) {
  #achievements .gallery-grid {
    gap: 20px;
  }
  #achievements .gallery-info {
    padding: 15px 12px;
  }
}
@media (max-width: 1024px) {
  #achievements .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #achievements .gallery::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #fff;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
  #achievements .gallery-modal-content {
    width: 90%;
  }
  #achievements .achievements-tit {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #achievements .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*===================================================================
    採用情報
===================================================================*/
/*========================
    fv
========================*/
#recruit .fv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-top: 100px;
  margin-bottom: 140px;
}

#recruit .fv-area-text {
  max-width: 600px;
  width: 100%;
}

#recruit .fv-area-img {
  width: calc(50vw + 300px);
  margin-right: calc(50% - 50vw);
}

#recruit .fv-area-img img {
  width: 100%;
  height: auto;
  display: block;
}

#recruit .fv-tit {
  font-size: clamp(50px, 3.6458vw, 70px);
  font-weight: 700;
  color: var(--main-color);
}

#recruit .fv-lead {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 500;
  color: var(--main-color);
}

#recruit .fv h2 {
  font-size: clamp(50px, 3.6458vw, 70px);
  line-height: 100px;
  font-weight: 700;
  margin: 47px 0 42px 0;
}

#recruit .support-title {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem) !important;
  font-weight: 700;
  color: var(--main-color);
  margin: 0 !important;
  line-height: 70px !important;
  letter-spacing: 1px;
}

#recruit .support-title span {
  background: var(--main-color);
  color: #fff;
  padding: 6px 14px;
}

#recruit .support-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: -80px;
}

#recruit .support-card {
  position: relative;
  border: 1px solid #707070;
  padding: 30px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 540px;
}

#recruit .support-card:nth-child(1) {
  margin-top: 120px;
}

#recruit .support-card:nth-child(2) {
  margin-top: 60px;
}

#recruit .support-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}
#recruit .support-num span {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #fff;
  font-weight: 600;
}

#recruit .support-num::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#recruit .support-img {
  margin-bottom: 30px;
}

#recruit .support-img img {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

#recruit .support-card h3 {
  font-size: clamp(1.25rem, 1.1802866242rem + 0.3184713376vw, 1.875rem);
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

#recruit .support-card p {
  font-size: 15px;
  line-height: 1.8;
}

#recruit .event {
  text-align: center;
}

#recruit .event-tit {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem) !important;
  margin: 0 !important;
  color: var(--main-color);
}

#recruit .event-quals {
  width: 92%;
  margin: 0 auto;
}

#recruit .event-scroll {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 50px;
}

#recruit .scroll-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}

#recruit .scroll-track img {
  width: 350px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1300px) {
  #recruit .fv-area {
    margin-top: 0;
  }
  #recruit .fv-area-text {
    max-width: 450px;
  }
  #recruit .fv-area-img {
    margin-top: 30px;
  }
  #recruit .fv-lead {
    margin-top: -20px;
  }
  #recruit .fv h2 {
    line-height: 70px;
    margin: 27px 0 22px 0;
  }
  #recruit .support-card {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  #recruit .fv-area {
    gap: 50px;
  }
  #recruit .fv-area-text h2 {
    font-size: 46px !important;
  }
  #recruit .support-flex {
    gap: 25px;
  }
  #recruit .support-card {
    padding: 15px;
  }
  #recruit .support-img img {
    width: 90%;
  }
  #recruit .support-card {
    height: 440px;
  }
}
@media (max-width: 768px) {
  #recruit .fv-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    gap: 10px;
  }
  #recruit .fv-tit {
    font-size: 42px !important;
  }
  #recruit .fv-area-text h2 {
    font-size: 36px !important;
    line-height: 45px !important;
  }
  #recruit .support-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
  #recruit .fv-area-img img {
    width: 92vw;
  }
  #recruit .support-title {
    line-height: 45px !important;
    padding-bottom: 30px;
  }
  #recruit .support-card {
    padding: 15px;
    margin-top: 0 !important;
  }
}
@media (max-width: 500px) {
  #recruit .support-img img {
    width: 60%;
  }
}
/*========================
    interview
========================*/
#recruit .interview {
  position: relative;
  background: #EFF8F5;
}

#recruit .interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  #recruit .interview::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #fff;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
/*========================
  interview-slide
========================*/
.interview-slide .splide__track {
  overflow: visible;
}
.interview-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.interview-slide .splide__arrow--prev,
.interview-slide .splide__arrow--next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.interview-slide .splide__arrow--prev,
.interview-slide .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-color);
  border-radius: 50%;
}
.interview-slide .splide__arrow > svg {
  display: none;
}
.interview-slide .splide__arrow--prev::after,
.interview-slide .splide__arrow--next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.interview-slide .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.interview-slide .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview-slide .splide-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
.interview-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 0 0;
  width: 100%;
  height: 2px;
  background-color: #D1D1D1;
  font-size: 0;
}
.interview-slide .splide__pagination > li {
  width: 100%;
}
.interview-slide .splide__pagination .splide__pagination__page {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.interview-slide .splide__pagination .splide__pagination__page.is-active {
  height: 4px;
  background-color: var(--main-color);
}

@media (max-width: 768px) {
  .interview-slide .splide__arrows {
    gap: 20px;
  }
  .interview-slide .splide__arrow--prev,
  .interview-slide .splide__arrow--next {
    width: 40px;
    height: 40px;
  }
}
#recruit .staff-name {
  padding-top: 45px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

#recruit .staff-quals {
  line-height: 24px;
  letter-spacing: 1px;
  font-size: clamp(14px, 0.8333vw, 16px);
  padding-top: 20px;
}

@media (max-width: 768px) {
  #recruit .staff-name {
    padding-top: 25px;
  }
  #recruit .staff-quals {
    padding-top: 0;
  }
}
/*========================
    flow
========================*/
#recruit .flow {
  position: relative;
  background: #fff;
}

#recruit .flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #EFF8F5;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#recruit .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

#recruit .flow-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#recruit .flow-item {
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#recruit .flow-item h3 {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

#recruit .flow-item:not(:nth-child(3n)) {
  border-right: 1.5px solid var(--main-color);
}

#recruit .flow-num {
  color: var(--main-color);
  font-weight: 600;
  font-size: clamp(14px, 0.9375vw, 18px);
}

#recruit .flow-time {
  color: var(--main-color);
  font-weight: 700;
  font-size: clamp(24px, 1.8229167vw, 35px);
  margin-top: -10px;
}

#recruit .flow-icon {
  width: 30%;
  margin: 5px auto;
}

#recruit .flow-text {
  text-align: left;
}

#recruit .divider {
  width: 100%;
  height: 1px;
  background: var(--main-color);
  margin: 40px 0;
}

@media (max-width: 900px) {
  #recruit .flow-item {
    width: 50%;
    border-right: none;
  }
  #recruit .flow-item:nth-child(odd) {
    border-right: 1px solid #1f8f6a;
  }
}
@media (max-width: 768px) {
  #recruit .flow::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #EFF8F5;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
@media (max-width: 600px) {
  #recruit .flow-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #recruit .flow-item {
    width: 100%;
    border-right: none;
    padding: 20px;
  }
  #recruit .flow-item-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recruit .flow-item {
    border-right: none !important;
    border-bottom: 1px solid #1f8f6a;
  }
  #recruit .divider {
    display: none;
  }
}
/*========================
    career
========================*/
#recruit .career {
  position: relative;
  background: #f3f3f3;
}

#recruit .career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #fff;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  #recruit .career::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #fff;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
/*========================
    apply
========================*/
#recruit .apply {
  position: relative;
  background: #fff;
}

#recruit .apply::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #f3f3f3;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#recruit .apply-list {
  position: relative;
  margin-bottom: 250px;
}

/* 縦線 */
#recruit .apply-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 2px;
  height: 100%;
  background: var(--main-color);
}

#recruit .apply-item {
  position: relative;
  margin-bottom: 60px;
}

/* 丸 */
#recruit .apply-item::before {
  content: "";
  position: absolute;
  left: 6.4px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#recruit .apply-tit {
  font-weight: 300;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3%;
  font-size: 30px;
}

#recruit .apply-text {
  line-height: 1.8;
  padding-left: 3%;
}

#recruit .entry-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#recruit .external {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 18px;
}
#recruit .external p {
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}
#recruit .external a {
  font-size: 22px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#recruit .external span {
  padding-right: 2%;
  color: var(--main-color);
}
#recruit .external img {
  width: 18px;
  height: auto;
  margin-left: 5px;
  margin-top: -3px;
}

#recruit .external a:hover {
  opacity: 0.3;
}

@media (max-width: 1650px) {
  #recruit .entry {
    margin-top: -200px;
  }
}
@media (max-width: 1300px) {
  #recruit .entry {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 768px) {
  #recruit .apply::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #f3f3f3;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
  #recruit .apply-tit {
    font-size: 24px;
    padding-left: 20px;
    padding-top: 1px;
  }
  #recruit .entry {
    padding-left: 0;
    padding-right: 0;
  }
  #recruit .external p {
    font-weight: 500;
    font-size: 14px;
  }
  #recruit .external a {
    font-size: 20px;
  }
  #recruit .external img {
    width: 16px;
  }
}
/*===================================================================
    contact
===================================================================*/
.contact-tit {
  font-size: clamp(32px, 2.6041667vw, 50px);
  font-weight: 700;
  color: var(--main-color);
  padding-bottom: 50px;
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  margin-bottom: 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--main-color);
  z-index: 1;
}

.contact-step-item {
  margin-right: 80px;
}
.contact-step-item:last-child {
  margin-right: 0;
}

.contact-step-number {
  font-size: 14px;
  font-weight: 600;
  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;
  width: 60px;
  height: 60px;
  border: 1px solid var(--main-color);
  border-radius: 100%;
  color: var(--main-color);
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.contact-step-number.active {
  color: #fff;
  background-color: var(--main-color);
}

.contact-step-lead {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrapR {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact-tit {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .contact-step-item {
    margin-right: 40px;
  }
}
/*========================
    form
========================*/
.form-wrap {
  background-color: #fff;
}

.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #F2F2F2;
}
.form-list:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.form-listL {
  width: 280px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-name {
  white-space: nowrap;
}

.form-listR {
  width: calc(100% - 280px);
}

@media screen and (max-width: 1200px) {
  .form-listL {
    width: 180px;
  }
  .form-listR {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 0px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 30px;
}

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

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

.submit-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;
  width: 320px;
  height: 60px;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: #fff;
  background-color: var(--main-color);
}

/*========================
  prrivacy-policy
========================*/
.form-list-pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--gray-color);
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
#privacy-check a {
  color: #0000ee;
  border-bottom: 1px #0000ee dashed;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
#privacy-check a:hover {
  opacity: 0.5;
}

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

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
  check
========================*/
.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
}

.check-table {
  width: 100%;
  font-family: var(--font-sans);
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--gray-color);
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid var(--gray-color);
}

.check-table th {
  padding: 20px 0 20px 25px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 400;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  background-color: #fff;
}

.form-check-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check-btn-wrap .submit-btn {
  width: 240px;
  margin: 40px 10px 0;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #ffffff;
}

.submit-btn--go:hover {
  color: var(--main-color);
  background-color: #fff;
}

.submit-btn--back {
  border: 1px solid var(--main-color);
  background-color: #ffffff;
  color: var(--main-color);
}

.submit-btn--back:hover {
  color: #ffffff;
  background-color: var(--main-color);
}

.submit-btn--back .submit-btn-bg {
  background-color: var(--main-color);
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* ラジオボタン */
.form-radio input[type=radio] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: radio;
  width: 20px;
  height: 20px;
  accent-color: #009966;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table tr {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 8px;
  }
  .check-table th {
    width: 100%;
    padding: 8px;
  }
  .check-table td {
    width: 100%;
    padding: 8px;
  }
  .form-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check-btn-wrap .submit-btn {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
/*========================
    thanks
========================*/
.thanks-contents {
  margin-bottom: 60px;
}

.thanks .btn-wrap {
  margin-top: 40px;
}
.thanks .btn-wrap .btn-inner {
  padding-top: 3px;
}

/*========================
    access
========================*/
.access-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #222 1px solid;
  margin-bottom: 50px;
}

.access-item-text {
  padding: 30px;
}
.access-item-text h3 {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 600;
}
.access-item-text p {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  line-height: 30px;
  padding-top: 30px;
}

.tel-link {
  display: inline;
}

@media (max-width: 1300px) {
  .access-item-map iframe {
    width: 550px;
  }
}
@media (max-width: 1024px) {
  .access-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access-item-map iframe {
    width: 99.9%;
  }
  .access-item-text p {
    padding-top: 10px;
  }
}
/*===================================================================
    entry
===================================================================*/
/*========================
    heading
========================*/
.heading-area {
  background: #24BE9A;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 75px;
}
.heading-area h2 {
  font-size: clamp(28px, 2.1875vw, 42px);
  letter-spacing: 1px;
}
.heading-area h3 {
  font-size: clamp(19px, 1.4583vw, 28px);
  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;
  gap: 30px;
  padding-bottom: 40px;
}
.heading-area h3::before,
.heading-area h3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px; /* 線の最大長さ */
  height: 1px;
  background: #fff;
}
.heading-area p {
  font-size: clamp(16px, 1.09375vw, 21px);
  font-weight: 500;
}

@media (max-width: 768px) {
  .heading-area {
    padding: 30px;
  }
  .heading-area h3 {
    gap: 20px;
    padding-bottom: 20px;
  }
  .heading-area p {
    line-height: 25px;
  }
}
/*========================
    rep
========================*/
#entry .rep-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#entry .rep-item {
  border: 3px solid var(--main-color);
  padding: 35px 25px;
}

#entry .rep-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-bottom: 30px;
  font-weight: 700;
}

.rep-list .rep-row:nth-child(odd) {
  background-color: #EFF8F5;
}

.rep-list .rep-row:nth-child(even) {
  background-color: #fff;
}

#entry .rep-row {
  display: grid;
  grid-template-columns: 185px 1fr;
  padding: 8px 0;
}

#entry .rep-row dt {
  padding: 0 20px;
  font-weight: 600;
  border-right: 1px solid var(--main-color);
}

#entry .rep-row dd {
  padding: 0 20px;
  margin: 0;
  line-height: 24px;
}

@media (max-width: 1024px) {
  #entry .rep-area {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #entry .rep {
    margin-top: -50px;
  }
  #entry .rep-item {
    padding: 25px 20px;
  }
  #entry .rep-title {
    letter-spacing: 0;
  }
  #entry .rep-row {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
  }
  #entry .rep-row dt {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
/*===================================================================
    internship
===================================================================*/
/*========================
    merit
========================*/
#internship .merit {
  background: #EFF8F5;
  text-align: center;
}
#internship .merit h2 {
  color: var(--main-color);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}
#internship .merit p {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  max-width: 880px;
  margin: 0 auto;
}

#internship .merit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

#internship .merit-item {
  background: #fff;
  border-radius: 35px;
  max-width: 400px;
  width: 100%;
  padding: 0 40px;
}
#internship .merit-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-color);
  margin-top: -20px;
  margin-bottom: 15px;
}
#internship .merit-item p {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1300px) {
  #internship .merit p {
    font-size: 18px;
    max-width: 650px;
    padding-top: 20px;
  }
  #internship .merit-area {
    gap: 20px;
  }
  #internship .merit-item {
    padding: 0 25px;
  }
  #internship .merit-item img {
    width: 90%;
  }
  #internship .merit-item h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #internship .merit-item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #internship .merit-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #internship .merit-item {
    max-width: 100%;
    border-radius: 20px;
  }
  #internship .merit-item img {
    width: 60%;
  }
}
/*========================
    overview
========================*/
#internship .overview {
  position: relative;
  padding-bottom: 50px;
}

#internship .overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(150px, 15.625vw, 300px) clamp(60px, 6.25vw, 120px) 0 0;
  border-top: clamp(150px, 15.625vw, 300px) solid #EFF8F5;
  border-right: clamp(60px, 6.25vw, 120px) solid transparent;
  z-index: 2;
  pointer-events: none;
}

#internship .overview-outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid var(--main-color);
  font-size: 16px;
}

#internship .overview-outline-tit {
  width: 330px;
  padding: 25px 0px 25px 28px;
  font-weight: 700;
}

#internship .overview-outline-text {
  width: calc(100% - 330px);
  padding: 25px 0;
  line-height: 25px;
}

@media (max-width: 1024px) {
  #internship .overview-outline-tit {
    width: 150px;
  }
  #internship .overview-outline-text {
    width: calc(100% - 150px);
  }
  #internship .intern-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  #internship .intern-text-info {
    padding-bottom: 30px;
  }
}
#internship .intern-block {
  background: #EFF8F5;
  padding: 60px 70px 40px 70px;
  margin-top: 100px;
  border-radius: 30px;
}

#internship .intern-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

#internship .intern-text-info h3 {
  color: var(--main-color);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  line-height: 50px;
  margin-bottom: 20px;
}

#internship .intern-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 15px;
}
#internship .intern-text-area h4 {
  background: var(--main-color);
  border-radius: 999px;
  color: #fff;
  padding: 0px 18px;
  width: 110px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 18px;
  font-weight: 600;
}
#internship .intern-text-area p {
  margin: 0;
  line-height: 1.7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 600;
}

#internship .intern-text-plan {
  background: #fff;
  padding: 25px;
}
#internship .intern-text-plan h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-color);
  border-bottom: 1px var(--main-color) solid;
  letter-spacing: 1px;
}
#internship .intern-text-plan h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  margin-top: 10px;
}
#internship .intern-text-plan p {
  margin-top: -10px;
}
#internship .intern-text-plan p span {
  font-size: 18px;
  color: var(--main-color);
  padding-left: 5px;
  padding-right: 5px;
}

#internship .intern-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
#internship .intern-gallery-item img {
  width: calc(50% - 15px);
  height: auto;
}

@media (max-width: 1300px) {
  #internship .intern-block {
    padding: 30px 40px 10px 40px;
  }
  #internship .intern-text-area {
    gap: 10px;
  }
  #internship .intern-text-area h4 {
    width: 90px;
    font-size: 16px;
    padding: 0 12px 1px 12px;
  }
  #internship .intern-text-area p {
    font-size: 16px;
  }
  #internship .intern-text-plan {
    padding: 20px;
  }
  #internship .intern-text-plan h3 {
    font-size: 22px;
  }
  #internship .intern-text-plan p {
    font-size: 14px;
  }
  #internship .intern-text-plan p span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #internship .intern-block {
    border-radius: 20px;
  }
  #internship .intern-gallery-item {
    gap: 20px;
    padding-bottom: 20px;
  }
  #internship .intern-gallery-item img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  #internship .overview::before {
    border-width: clamp(80px, 20vw, 150px) clamp(30px, 8vw, 60px) 0 0;
    border-top: clamp(80px, 20vw, 150px) solid #EFF8F5;
    border-right: clamp(30px, 8vw, 60px) solid transparent;
  }
}
@media (max-width: 600px) {
  #internship .intern-block {
    border-radius: 15px;
    padding: 20px 20px 10px 20px;
    margin-top: 50px;
  }
  #internship .intern-text-info h3 {
    line-height: 30px;
  }
  #internship .intern-text-area h4 {
    font-size: 14px;
    width: 80px;
  }
  #internship .intern-text-area p {
    font-size: 14px;
    padding-top: 1px;
  }
  #internship .intern-gallery-item {
    gap: 10px;
    padding-bottom: 10px;
  }
  #internship .intern-gallery-item img {
    width: calc(50% - 5px);
  }
}
/*========================
    cta
========================*/
.cta {
  text-align: center;
  padding-bottom: 120px;
}

.cta-text {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .cta-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
  }
}
/*===================================================================
    privacy-policy
===================================================================*/
#privacy-policy .contact-tit {
  padding-bottom: 10px;
}

#privacy-policy .text {
  border-top: 1px #111 solid;
  padding-top: 25px;
  margin-bottom: 70px;
}

#privacy-policy .privacy-area {
  margin-bottom: 60px;
}

#privacy-policy .privacy-tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

#privacy-policy .enactment {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #privacy-policy .privacy-tit {
    font-size: 24px;
  }
}