@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: "Josefin Sans", "Noto Sans JP", 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 {
  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;
  }
}
/*========================
  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);
}

.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);
}

.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);
}

.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);
}

.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: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-b {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
}
/*===================================================================
    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;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
: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.2rem;
  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: "";
}

.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;
}

/*===================================================================
    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: 11px 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;
}

.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;
}

/*===================================================================
    header
===================================================================*/
.header-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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: 200px; /* CTA分の逃げ */
}

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

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

.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;
}

/* CTAの直前（＝お問い合わせ）の区切り線を消す */
.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;
}
.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%;
}

/* ===== 採用について CTA（最終版） ===== */
.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 28px 0 32px;
  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;
}

.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; /* 既存の見た目補正があれば残してOK */
}

.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); /* ← 文字と完全に中央合わせ */
}

@media screen and (max-width: 1024px) {
  .header-position {
    height: 70px;
  }
  .header-menu {
    position: fixed;
    top: 70px;
    right: -350px;
    background-color: var(--main-color);
    width: 350px;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu.open {
    right: 0;
  }
  .header-inner {
    width: 100%;
    padding-left: 4%;
  }
  .header-item {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .header-item:hover {
    color: #fff;
  }
  .header-item::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 240px;
  }
}
/*===================================================================
　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: 70px;
  height: 70px;
  background-color: var(--main-color);
  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: 20px;
  height: 1px;
  width: 30px;
  border-radius: 1px;
  background: #fff;
}

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

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

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

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

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

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

/*===================================================================
    footer
===================================================================*/
/* フッター全体 */
.footer {
  width: 100%;
}

/* 背景画像エリア */
.footer-inner {
  background-image: url("../img/footer_bg.png");
  background-size: cover;
}

/* 文字を下揃え */
.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;
}

.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;
}

/* ===== footer base ===== */
.footer {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#009E6B), to(#34F9CB));
  background: linear-gradient(0deg, #009E6B, #34F9CB);
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== inner ===== */
.footer-green {
  position: relative; /* 擬似要素用 */
  overflow: hidden; /* はみ出し防止 */
}

.footer-green::after {
  content: "";
  position: absolute;
  right: -20px; /* 少しはみ出させると背景感UP */
  top: -100px;
  width: 60vw;
  max-width: 950px;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url("../img/logo_large2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  pointer-events: none; /* クリック邪魔しない */
  z-index: 0;
}

.footer-area {
  max-width: 1640px;
  margin: 120px 7.3vw 0 7.3vw;
  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;
}

/* ===== 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-facebook {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -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: 20px;
  padding-top: 200px;
}

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

/* ===== responsive ===== */
@media (max-width: 1600px) {
  .full-text-wrap.is-footer {
    top: 26px;
  }
}
@media (max-width: 768px) {
  .footer-area {
    grid-template-columns: 1fr;
    padding: 60px 20px 32px;
  }
  .footer-catch-text {
    font-size: 32px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
/*===================================================================
    sponsor col04
===================================================================*/
.col04-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col04-list {
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .col04-list {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.bg-footer {
  background-color: var(--text-color);
}

.container--footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 140px;
  margin: 0 auto 60px;
}

/*===================================================================
  fv
===================================================================*/
.fv {
  margin-top: 80px;
}

.fv-bg {
  background-image: url(../img/fv-contact.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.fv-tit-wrap {
  position: absolute;
  top: 30%;
  color: #fff;
}

.fv-tit {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  margin-bottom: 5px;
}

.fv-tit-lead {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 70px;
  }
  .fv-bg {
    height: 300px;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ▼ 背景画像（mv_bg.png） */
.mv::after {
  content: "";
  position: absolute;
  top: 750px;
  left: 0;
  width: 100%;
  height: 700px;
  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: 1200px;
  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 img {
  width: 100%;
  height: auto;
  display: block;
}

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

/* 右画像の右下グレー三角 */
.mv-movie picture::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, 240px);
  height: clamp(750px, 55vw, 1200px);
  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;
  top: -80px;
  right: -6%;
}

/*========================
    SP
========================*/
@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: 767px) {
  .mv-area {
    height: auto;
  }
  .mv-area::after {
    display: none; /* SPでは背景を消す */
  }
  .mv-img,
  .mv-movie {
    position: static;
    width: 100%;
    height: auto;
  }
  .mv-movie picture::after,
  .mv-slash {
    display: none;
  }
}
@media (max-width: 767px) {
  .main::before {
    display: none;
  }
  .mv-area::before {
    display: none;
  }
}
/*========================
    main
========================*/
.main-copy {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.main-contents {
  margin-left: 48%;
  margin-top: -80px;
  padding-bottom: 100px;
  width: 600px; /* 任意 */
  position: relative;
  z-index: 1;
}

/*===================================================================
    about
===================================================================*/
.about {
  padding-top: 150px;
  padding-bottom: 190px;
  overflow: visible;
  position: relative;
  /* About文字のための左ガター（ここで被りを防ぐ） */
  --about-gutter: clamp(120px, 14vw, 260px);
}

/* 右画像の右下グレー三角 */
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 215px 85px 0 0;
  border-top: 215px solid #F3F3F3;
  border-right: 85px solid transparent;
  z-index: 2;
  pointer-events: none;
}

.about-area {
  position: relative;
  width: 100%;
  padding-left: var(--about-gutter);
}

.about-inner {
  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-left: 0; /* ← 左寄せ固定 */
}

.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(5rem, 12vw, 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: 50px;
  width: clamp(480px, 33vw, 820px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
  padding-left: clamp(20px, 4.1vw, 80px);
}

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

.about-img {
  margin-top: 30px;
}

.about-logo-img {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.about-logo-img img {
  width: 105%;
  position: relative;
  right: -8%;
}

@media (max-width: 1800px) {
  .about-logo-img {
    right: -3%;
  }
  .about-logo-img img {
    width: 100%;
  }
}
/*===================================================================
    servrce
===================================================================*/
.service {
  padding-top: 115px;
  position: relative;
}

/* 右画像の右下グレー三角 */
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 215px 85px 0 0;
  border-top: 215px solid #fff; /* 三角の高さ */
  border-right: 85px solid transparent;
  z-index: 2;
  pointer-events: none;
}

.service-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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(5rem, 12vw, 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: 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;
}

/* 画像はそのまま */
.service-img-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* 左上ナンバー */
.service-num {
  position: absolute;
  top: -0.5em; /* ← はみ出し量 */
  left: -0.5em; /* ← はみ出し量 */
  background: -webkit-gradient(linear, left bottom, left top, from(#00E3CD), to(#009E6B));
  background: linear-gradient(0deg, #00E3CD, #009E6B);
  font-size: clamp(64px, 5.208333vw, 100px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
  font-style: italic;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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);
}

/* hover（添付画像と同じ控えめな動き） */
.service-img-label:hover {
  background: var(--main-color);
  color: #fff;
}

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

.full-text-wrap {
  width: 100vw;
  overflow: hidden;
}

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

.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;
}

@media screen and (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: 38px;
    margin-top: -60px;
  }
}
/*===================================================================
    recruit
===================================================================*/
.recruit {
  position: relative;
  bottom: 230px;
  padding-top: 600px;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.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 top;
  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(5rem, 12vw, 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 .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: 80%;
  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: 6px 15px 0 15px;
}

@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;
  }
}
/*===================================================================
    contact
===================================================================*/
.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: 12px;
  font-weight: 700px;
  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;
  padding-top: 4px;
  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: 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .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;
  }
}
@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-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 {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid var(--main-color);
  background-color: var(--gray-color);
  padding: 20px;
  margin-bottom: 20px;
}

.pp-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.pp-text a {
  display: inline;
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

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

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

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;
  background-color: var(--gray-color);
  padding: 5px 10px;
  cursor: pointer;
}

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);
}

@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;
  }
}
@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;
}