@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: "line", sans-serif;
  position: relative;
  color: var(--text-color);
  line-height: 1.75;
  letter-spacing: 0.05em;
  -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);
}

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-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.ephesis {
  font-family: "Ephesis", cursive;
}

/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs70 {
  font-size: clamp(2.5rem, 2.0820063694rem + 1.9108280255vw, 4.375rem);
}

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

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

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

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

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

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

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

.fs18 {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}

.fs14 {
  font-size: 14px;
}

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

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

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

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

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --text-color: #18302F;
  --main-color: #18302F;
  --gray-color: #F2F2F2;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-deco: "Ephesis", cursive;
  --outline-item-before: 95%;
}

.mb {
  margin-bottom: 1000px;
}

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

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

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

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  margin-bottom: 40px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec-tit {
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.sec-tit-lead {
  line-height: 1;
  margin-bottom: 16px;
}
.sec-tit-lead::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/sec-tit-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 12px;
}

.sec-tit-line {
  display: block;
  background-color: #298D8C;
  width: 24px;
  height: 4px;
  margin-top: 10px;
}

.sec-tit-wrap--center {
  text-align: center;
}
.sec-tit-wrap--center .sec-tit-line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .sec-tit {
    font-size: 32px;
  }
}
/*===================================================================
    btn
===================================================================*/
.btn-wrap {
  margin-top: 32px;
}

.btn {
  position: relative;
  display: inline-block;
  padding-right: 64px;
}
.btn span {
  line-height: 52px;
}
.btn:hover .btn-arrow-out img {
  -webkit-animation: arrow-out ease-out 0.6s forwards;
          animation: arrow-out ease-out 0.6s forwards;
}
.btn:hover .btn-arrow-in img {
  -webkit-animation: arrow-in ease-out 0.6s forwards;
          animation: arrow-in ease-out 0.6s forwards;
}
.btn:hover .btn-wave::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
}
.btn:hover .btn-wave::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: wave 1s linear infinite;
          animation: wave 1s linear infinite;
}
.btn:hover .btn-circle circle {
  -webkit-animation: circle 2s ease-out;
          animation: circle 2s ease-out;
}

.btn-inner {
  font-size: 12px;
}

.btn-arrow-out {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  overflow: hidden;
  z-index: 3;
}
.btn-arrow-out img {
  width: 12px;
  position: absolute;
  left: 21px;
  top: 22px;
}

@-webkit-keyframes arrow-out {
  0% {
    left: 21px;
  }
  100% {
    left: 80px;
  }
}

@keyframes arrow-out {
  0% {
    left: 21px;
  }
  100% {
    left: 80px;
  }
}
.btn-arrow-in {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  overflow: hidden;
  z-index: 3;
}
.btn-arrow-in img {
  width: 12px;
  position: absolute;
  left: -80px;
  top: 22px;
}

@-webkit-keyframes arrow-in {
  0% {
    left: -80px;
  }
  100% {
    left: 21px;
  }
}

@keyframes arrow-in {
  0% {
    left: -80px;
  }
  100% {
    left: 21px;
  }
}
.btn-wave {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.btn-circle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn-circle circle {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 1;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 201;
  }
  99.9%, 100% {
    stroke-dasharray: 201 201;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 201;
  }
  99.9%, 100% {
    stroke-dasharray: 201 201;
  }
}
/*========================
    btn--wh
========================*/
.btn--wh circle {
  fill: var(--main-color);
  stroke: #fff;
  stroke-width: 2px;
}
.btn--wh.btn:hover .btn-wave::before, .btn--wh.btn:hover .btn-wave::after {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

/*========================
    btn--02
========================*/
.btn--02 {
  width: 260px;
  height: 62px;
  background-color: #fff;
  border-radius: 33px;
  padding-right: 0;
  padding-left: 72px;
}
.btn--02.btn span {
  line-height: 62px;
}
.btn--02 .btn-inner {
  font-size: 18px;
  display: inline-block;
  padding-top: 2px;
}
.btn--02 .btn-arrow-in {
  width: 46px;
  height: 46px;
  top: 8px;
  right: auto;
  left: 10px;
}
.btn--02 .btn-arrow-in img {
  top: 20px;
  left: -80px;
}
.btn--02 .btn-arrow-out {
  width: 46px;
  height: 46px;
  top: 8px;
  right: auto;
  left: 10px;
}
.btn--02 .btn-arrow-out img {
  top: 20px;
  left: 18px;
}
.btn--02 .btn-wave {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  right: auto;
  left: 10px;
  top: 8px;
  z-index: 0;
}
.btn--02 .btn-circle {
  left: 10px;
  top: -8px;
}
.btn--02.btn:hover .btn-arrow-out img {
  -webkit-animation: arrow-out02 ease-out 0.6s forwards;
          animation: arrow-out02 ease-out 0.6s forwards;
}
.btn--02.btn:hover .btn-arrow-in img {
  -webkit-animation: arrow-in02 ease-out 0.6s forwards;
          animation: arrow-in02 ease-out 0.6s forwards;
}

@-webkit-keyframes arrow-out02 {
  0% {
    left: 18px;
  }
  100% {
    left: 80px;
  }
}

@keyframes arrow-out02 {
  0% {
    left: 18px;
  }
  100% {
    left: 80px;
  }
}
@-webkit-keyframes arrow-in02 {
  0% {
    left: -80px;
  }
  100% {
    left: 18px;
  }
}
@keyframes arrow-in02 {
  0% {
    left: -80px;
  }
  100% {
    left: 18px;
  }
}
/*========================
    btn--big
========================*/
.btn--big {
  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: 142px;
  height: 142px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}
.btn--big:hover {
  background-color: var(--main-color);
}
.btn--big .btn-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  padding-top: 5px;
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}
.btn--big:hover .btn-inner {
  color: #fff;
}
.btn--big .btn-wave {
  width: 130px;
  height: 130px;
  position: absolute;
  right: auto;
  left: 6px;
  top: 5px;
  z-index: 0;
}
.btn--big:hover .btn-wave::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: wave 1.5s linear infinite;
          animation: wave 1.5s linear infinite;
}
.btn--big:hover .btn-wave::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: wave 1.5s linear infinite;
          animation: wave 1.5s linear infinite;
}
.btn--big:hover .btn-circle circle {
  -webkit-animation: circle-big 2s ease-out forwards;
          animation: circle-big 2s ease-out forwards;
}

@-webkit-keyframes circle-big {
  0% {
    stroke-dasharray: 0 442;
  }
  99.9%, 100% {
    stroke-dasharray: 442 442;
    stroke: #fff;
    stroke-width: 3;
  }
}

@keyframes circle-big {
  0% {
    stroke-dasharray: 0 442;
  }
  99.9%, 100% {
    stroke-dasharray: 442 442;
    stroke: #fff;
    stroke-width: 3;
  }
}
/*========================
	totop
========================*/
.totop {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.totop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .totop {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
/*===================================================================
    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: rgba(255, 255, 255, 0.8);
}

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

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

.header-logo {
  width: 100px;
  margin-right: 30px;
}

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

.header-list {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.header-list::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-list:hover::after {
  width: 100%;
}
.header-list span {
  display: none;
}

#home .header-list--home::after,
#concept .header-list--concept::after,
#product01 .header-list--product::after,
#product02 .header-list--product::after,
#product03 .header-list--product::after,
#company .header-list--company::after,
#recruit .header-list--recruit::after {
  width: 100%;
}

.submenu {
  padding: 40px 20px 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 28px;
  left: -40px;
  width: 200px;
}

.header-list--product {
  position: relative;
  padding-right: 10px;
}

.header-list--product:hover .submenu {
  opacity: 1;
  pointer-events: all;
}

.header-list--product::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: -10px;
}

.submenu-list {
  display: block;
  line-height: 1;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submenu-list:hover {
  background-color: var(--main-color);
}
.submenu-list:hover .submenu-item {
  color: #fff;
}

.contact-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: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-btn svg path {
  width: 24px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.contact-btn:hover {
  background-color: var(--main-color);
}
.contact-btn:hover svg path {
  fill: #fff;
}

.header-tel {
  font-size: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .header-position {
    height: 60px;
  }
  .header-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-logo {
    width: 74px;
  }
  .header-menu {
    position: fixed;
    top: 0px;
    right: -320px;
    background-color: #fff;
    width: 320px;
    padding: 120px 50px 60px;
    -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: block;
  }
  .header-menu.open {
    right: 0;
  }
  .header-list {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .header-list::after {
    width: 100%;
  }
  .header-list span {
    display: block;
    font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
    font-weight: 700;
    margin-top: 10px;
  }
  .header-item,
  .submenu-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .header-list--product::before {
    width: 16px;
    height: 16px;
    top: 35px;
    right: 0px;
  }
  .submenu {
    position: static;
    padding: 15px 0px;
    opacity: 1;
    pointer-events: all;
    display: none;
  }
  .submenu-list:hover {
    background-color: inherit;
  }
  .submenu-list:hover .submenu-item {
    color: var(--main-color);
  }
  .contact-btn--pc {
    display: none;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 901px) {
  .mobmenu-btn,
  .contact-btn--sp,
  .header-tel {
    display: none !important;
  }
}
.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%;
  -webkit-backdrop-filter: blur(10px);
          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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  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: 15px;
  height: 1px;
  width: 24px;
  border-radius: 1px;
  background-color: var(--main-color);
}

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

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

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

.openbtn.active span:nth-of-type(2) {
  top: 25px;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

.mobmenu-contact {
  width: 50px;
  height: 50px;
  background-color: var(--text-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;
}
.mobmenu-contact img {
  width: 20px;
  height: 16px;
}

/*===================================================================
    footer
===================================================================*/
footer,
footer a {
  color: #fff !important;
}

.footer-bg {
  background-image: url(../img/footer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer-lcc {
  width: 220px;
  margin-right: 10%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-contact {
  width: 100%;
  height: 48px;
  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;
  border: 1px solid #fff;
  margin-bottom: 50px;
}
.footer-contact svg {
  margin-right: 24px;
}

.footer-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 730px;
  margin: 0 auto;
}

.footer-menu-wrap {
  border-right: 1px solid #fff;
  width: 373px;
}

.footer-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
}

.footer-list {
  width: 96px;
  margin-right: 90px;
  margin-bottom: 20px;
}

.footer-address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-address-heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-address-tit {
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-address-map {
  position: relative;
  padding-right: 20px;
  -webkit-text-decoration: underline 1px solid #fff;
          text-decoration: underline 1px solid #fff;
  text-underline-offset: 3px;
}
.footer-address-map::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(../img/map-arrow-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
}

.footer-address-item:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
  .footer-lcc {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1280px) {
  .footer-lcc {
    width: 200px;
    margin-right: 40px;
  }
  .footer-block {
    width: auto;
  }
  .footer-menu-wrap {
    width: 273px;
  }
  .footer-list {
    margin-right: 40px;
  }
  .footer-address {
    margin-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-menu-wrap {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .footer-address {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-address {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .footer-lcc {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-logo,
  .footer-contact {
    margin-bottom: 30px;
  }
}
/*===================================================================
    FV共通
===================================================================*/
.fv-bg {
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  position: relative;
}
.fv-bg::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/mv-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

.fv-contents {
  position: absolute;
  bottom: -8px;
}

.fv-tit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

.fv-tit {
  font-size: clamp(2.5rem, 1.9426751592rem + 2.5477707006vw, 5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.fv-tit-lead {
  line-height: 1;
  margin-bottom: 16px;
}
.fv-tit-lead::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/fv-tit-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 12px;
}

@media screen and (max-width: 1200px) {
  .fv-bg {
    height: 300px;
  }
  .fv-bg::after {
    width: 30px;
    height: 30px;
  }
  .fv-contents {
    bottom: -7px;
  }
}
@media screen and (max-width: 900px) {
  .fv-bg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    height: 200px;
  }
  .fv-contents {
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .fv-contents {
    bottom: -6px;
  }
}
/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  margin-top: 24px;
}

.crumb-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crumb-wrap a {
  display: block;
  font-size: 12px;
  color: #8A8A8A;
}
.crumb-wrap span {
  font-size: 12px;
  color: #8A8A8A;
}

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

/*========================
  img-anim
========================*/
.img-anim {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-anim.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv {
  margin-top: 100px;
  position: sticky;
  top: 0;
}

.mv-img {
  width: 100%;
  position: relative;
}
.mv-img img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-copy {
  font-size: clamp(2.5rem, 1.4132165605rem + 4.9681528662vw, 7.375rem);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  line-height: 1.1;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-copy span {
  display: inline-block;
  font-family: var(--font-deco);
  font-size: clamp(4.5rem, 3.4132165605rem + 4.9681528662vw, 9.375rem);
  font-weight: 400;
  -webkit-transform: translateY(13%) rotate(-7deg);
          transform: translateY(13%) rotate(-7deg);
}

@media screen and (max-width: 900px) {
  .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-img img {
    min-height: 400px;
  }
  .main-copy {
    line-height: 1;
    letter-spacing: -0.02em;
    left: 20px;
  }
}
@media screen and (max-width: 360px) {
  .main-copy {
    font-size: 32px;
  }
}
/*========================
    mv-bottom
========================*/
.mv-bottom {
  position: relative;
}
.mv-bottom::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -49px;
  background-image: url(../img/mv-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-bottom-img {
  width: 100%;
  background-color: #fff;
}

.mv-bottom-contents {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv-bottom-copy {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
}

.mv-bottom-en {
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
  font-weight: 700;
  color: #737373;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .mv-bottom-contents {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-img {
    padding-bottom: 160px;
  }
  .mv-bottom-img img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-bottom-contents {
    top: auto;
    bottom: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 20px;
    padding-left: 20px;
  }
  .mv-bottom-copy {
    font-size: 16px;
  }
  .mv-bottom-en {
    font-size: 32px;
  }
}
/*========================
    top-company
========================*/
.top-company {
  position: relative;
}
.top-company .sec-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.top-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  overflow: hidden;
}

.top-company-position {
  width: 100%;
  height: 700px;
  position: relative;
}

.top-company-box {
  background-color: #F2F2F2;
  width: 50%;
  max-width: 656px;
  padding: 46px 6%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .top-company-bg {
    height: 400px;
  }
  .top-company-bg img {
    height: 200%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-company-position {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .top-company-box {
    width: calc(100% + 20px);
    right: -20px;
  }
}
/*========================
    top-feature
========================*/
.top-feature-wrap {
  gap: 45px;
}

.feature-wrap {
  margin-top: 60px;
}

.feature-list {
  -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: 90px;
}
.feature-list:last-child {
  margin-bottom: 0;
}

.feature-contents {
  width: 50%;
}

.feature-tit-lead {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}
.feature-tit-lead::before {
  content: "";
  width: 27px;
  height: 9px;
  display: inline-block;
  background-image: url(../img/feature-tri.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 12px;
}

.feature-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.feature-img {
  width: 45%;
  max-width: 560px;
}

.top-feature .feature-img {
  height: 200px;
  overflow: hidden;
}

.feature .text span {
  display: block;
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-feature .feature-img img {
    height: 170%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .feature-list {
    margin-bottom: 46px;
  }
  .feature-contents {
    width: 100%;
    margin-bottom: 16px;
  }
  .feature-img {
    width: 100%;
    max-width: 100%;
  }
  .top-feature .feature-img {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .top-feature .btn-wrap {
    margin-top: 24px;
  }
  .top-feature .feature-img {
    height: 180px;
  }
  .top-feature-wrap {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/*========================
    service
========================*/
.service-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.service-bg::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  background-color: var(--gray-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-bg::after {
  content: "";
  display: block;
  width: 45vw;
  height: 45vw;
  background-image: url(../img/kabu.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100px;
  left: -8%;
  -webkit-animation: turn 60s linear infinite;
          animation: turn 60s linear infinite;
  z-index: 1;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.service-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-top: 120px;
}

.service-wrapL {
  width: 46%;
}

.service-wrapR {
  width: 46%;
  margin-top: -15%;
}

.service-item {
  padding: 60px 12% 30%;
  border-radius: 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 90px;
}

.service-item01 {
  background-image: url(../img/service01.webp);
}

.service-item02 {
  background-image: url(../img/service02.webp);
}

.service-item03 {
  background-image: url(../img/service03.webp);
}

.service-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 36px;
}

@media screen and (max-width: 1200px) {
  .service-wrap {
    margin-bottom: 120px;
  }
  .service-wrapL,
  .service-wrapR {
    width: calc(50% - 25px);
  }
  .service-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .service-wrap {
    margin-bottom: 240px;
  }
  .service-wrapL {
    width: 100%;
  }
  .service-wrapR {
    width: 100%;
    margin-top: 0;
  }
  .service-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .service-bg::before {
    width: 100%;
  }
  .service-bg::after {
    width: 75vw;
    height: 75vw;
    left: -20%;
  }
}
/*========================
    top-recruit
========================*/
.top-recruit-movie {
  max-width: 1280px;
  margin: 0 auto;
}

.top-recruit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.top-recruit-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  padding-top: 20px;
  margin-bottom: 50px;
}

.top-recruit .text {
  margin-bottom: 80px;
}

/*===================================================================
    company
===================================================================*/
/*========================
    greeting
========================*/
.greeting-heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

.greeting-img {
  width: 60%;
  max-width: 800px;
  height: 400px;
  overflow: hidden;
}
.greeting-img img {
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-sign {
  margin-top: 40px;
  text-align: right;
}
.greeting-sign span {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  display: inline-block;
  margin-left: 24px;
}

@media screen and (max-width: 900px) {
  .greeting-heading {
    margin-bottom: 30px;
  }
  .greeting-img {
    width: 100%;
    height: 300px;
  }
  .greeting-img img {
    height: 180%;
  }
}
/*========================
    philosophy
========================*/
.philosophy-contents {
  margin-top: 46px;
  line-height: 2.25;
}

/*========================
    overview
========================*/
.overview-block {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
}
.overview-block .sec-tit-wrap {
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 64px;
}

.overview-list {
  width: 50%;
  padding: 32px 90px 24px;
  border-top: 1px solid #F2F2F2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview-list:nth-child(2n) {
  border-left: 1px solid #F2F2F2;
}

.overview-tit {
  width: 280px;
}

.overview-text {
  width: calc(100% - 280px);
}

.overview-map {
  position: relative;
  padding-right: 20px;
  -webkit-text-decoration: underline 1px solid var(--text-color);
          text-decoration: underline 1px solid var(--text-color);
  text-underline-offset: 3px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.overview-map::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(../img/map-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .overview-block .sec-tit-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .overview-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .overview-tit {
    width: 180px;
  }
  .overview-text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1024px) {
  .overview-list {
    width: 100%;
  }
  .overview-list:nth-child(2n) {
    border-left: none;
  }
  .overview-list:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .overview-block .sec-tit-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .overview-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .overview-tit {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .overview-text {
    width: 100%;
  }
}
/*========================
    history
========================*/
.history-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history-blockR {
  width: 50%;
}

.history-list {
  padding: 24px 48px;
  border-bottom: 1px solid #666666;
}

.history-tit {
  width: 240px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .history-blockR {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .history-blockR {
    width: 100%;
    margin-top: 46px;
  }
  .history-list {
    padding: 20px;
  }
  .history-tit {
    width: 120px;
  }
}
/*========================
    access
========================*/
.access-contents {
  margin-top: 46px;
  margin-bottom: 20px;
}

.access-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 4px;
}

.access-inner {
  margin-right: calc(50% - 720px);
}

.access-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access-wrap .map-wrap {
  width: 71%;
}
.access-wrap .map {
  padding-top: 42%;
}
.access-wrap .map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.access-img {
  width: 25.7%;
}

.access .access-map {
  padding-top: 29.8%;
}
.access .access-map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 1600px) {
  .access-inner {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .access-inner {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access-inner {
    margin-right: 20px;
  }
  .access-img {
    width: 100%;
    max-width: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .access-wrap .map-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .access-wrap .map,
  .access .access-map {
    padding-top: 300px;
  }
}
/*===================================================================
    recruit
===================================================================*/
/*========================
    message
========================*/
.message-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.message-contents {
  width: 45%;
  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;
}

.message-img {
  width: 50%;
  height: 22vw;
  min-height: 300px;
}

.message-img-position {
  width: 100%;
  height: 100%;
  position: relative;
}

.message-img01 {
  width: 40.6%;
  position: absolute;
  left: 32%;
  bottom: 0;
  z-index: 4;
}

.message-img02 {
  width: 62.2%;
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 3;
}

.message-img03 {
  width: 28.3%;
  position: absolute;
  left: 53%;
  top: 0;
  z-index: 2;
}

.message-img04 {
  width: 24.4%;
  position: absolute;
  right: 0%;
  top: 40%;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .message-contents {
    width: 100%;
  }
  .message-img {
    width: 100%;
    height: 48vw;
  }
}
@media screen and (max-width: 480px) {
  .message-img {
    min-height: 240px;
  }
}
/*========================
    interview
========================*/
.interview-block {
  margin-top: 70px;
}

.interview-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview-img {
  width: 412px;
}

.interview-contents {
  width: calc(100% - 512px);
}

.caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.interview-tit {
  font-weight: 700;
  margin-bottom: 5px;
}

.interview-text {
  margin-bottom: 40px;
}
.interview-text.last {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .interview-img {
    width: 360px;
  }
  .interview-contents {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 900px) {
  .interview-block {
    margin-top: 40px;
  }
  .interview-img {
    width: 100%;
    max-width: 360px;
  }
  .interview-contents {
    width: 100%;
    margin-top: 30px;
  }
}
/*========================
    training
========================*/
.training-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.training-wrapL {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}

.training-img {
  max-width: 460px;
}

.training-wrapR {
  width: 50%;
  margin-top: 60px;
}

.training-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.training-list {
  background-color: #F2F2F2;
  padding: 24px 40px;
  margin-bottom: 30px;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}
.training-list:last-child {
  margin-bottom: 0;
}
.training-list span {
  font-weight: 700;
}

@media screen and (max-width: 1360px) {
  .training-wrapR {
    width: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .training-wrapL,
  .training-wrapR {
    width: 100%;
  }
  .training-list {
    padding: 20px;
    margin-bottom: 15px;
  }
}
/*========================
    requirement
========================*/
.requirement-block {
  background-color: #fff;
  margin-top: 60px;
}

.requirement-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 120px 24px;
  border-bottom: 1px solid #F2F2F2;
}
.requirement-list:last-child {
  border-bottom: none;
}

.requirement-tit {
  width: 270px;
  font-weight: 700;
}

.requirement-text a {
  -webkit-text-decoration: underline 1px solid var(--text-color);
          text-decoration: underline 1px solid var(--text-color);
  text-underline-offset: 2px;
}

@media screen and (max-width: 1200px) {
  .requirement-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .requirement-tit {
    width: 200px;
  }
  .requirement-text {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 540px) {
  .requirement-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .requirement-tit {
    width: 100%;
    margin-bottom: 10px;
  }
  .requirement-text {
    width: 100%;
  }
}
/*========================
    quality
========================*/
.quality-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quality-wrapL {
  width: 100%;
  max-width: 750px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.quality-wrapR {
  width: 100%;
  max-width: 586px;
  margin-top: 40px;
}

@media screen and (max-width: 1500px) {
  .quality-wrapL {
    max-width: 440px;
  }
  .quality-wrapR {
    max-width: 560px;
  }
}
@media screen and (max-width: 1100px) {
  .quality-wrapL {
    max-width: 100%;
  }
  .quality-wrapR {
    max-width: 100%;
    margin-top: 20px;
  }
}
/*========================
    factory
========================*/
.factory-bg {
  background-image: url(../img/factory-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin-bottom: 100px;
}

.factory-position {
  position: relative;
  height: 700px;
}

.factory-modal {
  width: 50%;
  max-width: 650px;
  position: absolute;
  bottom: -100px;
  right: 0;
  cursor: pointer;
}

.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: scroll;
}

.bigimg {
  position: absolute;
  width: 80%;
  top: 100px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.close-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .factory-bg,
  .factory-position {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .factory-modal {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .factory-bg,
  .factory-position {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .factory-bg,
  .factory-position {
    height: 240px;
  }
  .factory-modal {
    width: 80%;
  }
}
/*========================
    initiative
========================*/
.initiative-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.initiative-text {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
}

.initiative-wrapR {
  width: 55%;
  margin-top: 12px;
}

.initiative-img {
  height: 400px;
  overflow: hidden;
}
.initiative-img img {
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 900px) {
  .initiative-wrap {
    margin-bottom: 40px;
  }
  .initiative-wrapR {
    width: 100%;
    margin-top: 20px;
  }
  .initiative-img {
    height: 300px;
  }
  .initiative-img img {
    height: 170%;
  }
}
/*===================================================================
    product
===================================================================*/
/*========================
    outline
========================*/
.outline-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.outline-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-top: 50px;
}

.outline-wrapR {
  width: 56%;
  max-width: 800px;
}

.outline-img {
  height: 400px;
  overflow: hidden;
}
.outline-img img {
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.outline-text {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .outline-wrapR {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .outline-wrapR {
    margin-top: 20px;
    width: 100%;
  }
  .outline-img {
    height: 300px;
  }
  .outline-img img {
    height: 170%;
  }
  .outline-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline-img {
    height: 200px;
  }
  .outline-img img {
    height: 170%;
  }
}
/*========================
    flow
========================*/
.flow-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 70px 24px;
  background-color: #EDEDED;
  margin-bottom: 30px;
}
.flow-list:last-child {
  margin-bottom: 0;
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  margin-right: 60px;
  font-weight: 700;
  border-right: 1px solid #707070;
}
.flow-step span {
  display: block;
  margin-left: 30px;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.flow-tit {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 4px;
}

@media screen and (max-width: 900px) {
  .flow-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .flow-step {
    padding-right: 30px;
    margin-right: 30px;
  }
  .flow-step span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 16px;
  }
  .flow-step {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #707070;
    border-right: none;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .flow-step span {
    margin-left: 12px;
    margin-bottom: 4px;
  }
}
/*========================
    lineup
========================*/
.lineup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.lineup-contents {
  width: 50%;
}

.lineup-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.lineup-item {
  font-weight: 700;
}

.lineup-text {
  margin-bottom: 20px;
}

.lineup-wrap li {
  padding-top: 50vh;
}
.lineup-wrap li:last-child {
  padding-bottom: 50vh;
}

.images {
  width: 35%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
}

.images div {
  height: 600px;
  margin: auto;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.images div:first-child, .images div.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .lineup-contents {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .lineup-contents {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .lineup-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lineup-contents {
    width: 100%;
  }
  .images {
    width: 100%;
    z-index: -1;
  }
  .images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .lineup-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*========================
    customer
========================*/
.customer-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customer-contents {
  margin-top: 40px;
}

.customer-list {
  margin-bottom: 20px;
}

.customer-tit {
  font-weight: 700;
  margin-bottom: 3px;
}

.customer-wrapR {
  width: 42%;
  margin-top: 60px;
}

.customer-img {
  margin-bottom: 30px;
}

.customer-tel {
  background-color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.customer-tel:hover {
  background-color: var(--main-color);
}
.customer-tel:hover p {
  color: #fff;
}

.customer-tel-lead {
  font-weight: 700;
}

.customer-tel-number {
  font-size: 52px;
  font-weight: 700;
}

.customer-tel-time {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .customer-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .customer-wrapL {
    width: calc(100% - 400px);
  }
  .customer-wrapR {
    width: 370px;
    margin-top: 30px;
  }
  .customer-tel-number {
    font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  }
}
@media screen and (max-width: 900px) {
  .customer-wrapL {
    width: 100%;
  }
  .customer-wrapR {
    width: 100%;
    margin-top: 30px;
  }
}
/*===================================================================
    contact
===================================================================*/
#contact,
#thanks {
  background-color: var(--gray-color);
}

.contact-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-wrapL {
  width: 50%;
}

.contact-wrapR {
  width: 42%;
}
.contact-wrapR .customer-tel {
  background-color: #fff;
}
.contact-wrapR .customer-tel:hover {
  background-color: var(--main-color);
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
.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;
}
.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-bg {
  padding-top: 90px;
  padding-bottom: 90px;
  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: 25px 120px;
  border-top: 1px solid #F2F2F2;
  font-family: var(--font-sans);
}
.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-list {
    padding: 20px 60px;
  }
  .form-listL {
    width: 180px;
  }
  .form-listR {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .form-bg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-list {
    padding: 15px 20px;
  }
  .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: 80px;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: var(--main-color);
  background-color: #fff;
}

/*========================
  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;
  text-align: center;
}

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

/*===================================================================
    404　notfound
===================================================================*/
.notfound-tit {
  font-weight: 500;
  margin-bottom: 40px;
}

.notfound-text {
  margin-bottom: 30px;
}