@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-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-text);
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.body-bg {
  background-image: url(../img/mv-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .body-bg {
    background-image: url(../img/mv-bg-sp.webp);
  }
}
html {
  scroll-behavior: smooth;
}

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

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

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

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

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

.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;
  }
}
.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

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

/*========================
  font-family
========================*/
@font-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;
}
/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs124 {
  font-size: clamp(4rem, 3.1640127389rem + 3.821656051vw, 7.75rem);
}

.fs100 {
  font-size: clamp(4rem, 3.4984076433rem + 2.2929936306vw, 6.25rem);
}

.fs80 {
  font-size: clamp(3.5rem, 3.1656050955rem + 1.5286624204vw, 5rem);
}

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

.fs36 {
  font-size: clamp(1.5rem, 1.3328025478rem + 0.7643312102vw, 2.25rem);
}

.fs32 {
  font-size: clamp(1.25rem, 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: 70px;
  padding-bottom: 70px;
}

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

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

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

@media screen and (max-width: 1720px) {
  .inner--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
  .inner--right {
    margin-right: 4%;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 36%;
  overflow: hidden;
}

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

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

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

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --color-text: #333333;
  --color-yellow: #FFF344;
  --color-blue: #145DA0;
  --color-black: #111111;
  --color-gray: #F2F2F2;
  --font-en: "line", sans-serif;
  --outline-item-before: 95%;
}

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

.sec-tit {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
  line-height: 1;
  margin-top: 20px;
}

.sec-tit-lead {
  display: block;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
.sec-tit-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-blue);
  border-radius: 100%;
  margin-right: 8px;
  margin-left: 3px;
}

.sec-tit-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-tit-block .sec-tit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.sec-tit-block .btn {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: #fff;
  color: var(--color-text);
}
.sec-tit-block .btn-circle {
  background-color: var(--color-yellow);
}

@media screen and (max-width: 767px) {
  .sec-tit {
    font-size: 36px;
  }
}
/*===================================================================
    sub-tit
===================================================================*/
/*===================================================================
    text-mask
===================================================================*/
.text-mask,
.text-mask::after {
  -webkit-animation-delay: var(--animation-delay, 2s);
          animation-delay: var(--animation-delay, 2s);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-mask {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  cursor: default;
  opacity: 0;
}
.text-mask::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-blue);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.text-mask.active {
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  opacity: 1;
}
.text-mask.active::after {
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 60% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  70%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  70% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 60% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  70%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  70% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*===================================================================
    btn
===================================================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 196px;
  height: 56px;
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 140px;
  margin-top: 60px;
  padding-left: 25px;
  padding-right: 16px;
  position: relative;
}
.btn:hover .btn-circle {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.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-circle {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

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

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

@keyframes arrow-out {
  0% {
    left: 21px;
  }
  100% {
    left: 80px;
  }
}
.btn-arrow-in {
  width: 34px;
  height: 34px;
  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: 13px;
}

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

@keyframes arrow-in {
  0% {
    left: -80px;
  }
  100% {
    left: 12px;
  }
}
.btn-inner-top {
  color: #fff;
  padding-left: 30px;
}

/*========================
    img-mask
========================*/
.img-mask {
  position: relative;
}
.img-mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.img-mask.active::after {
  width: 0;
}

/*========================
    bg-tri
========================*/
.bg-tri {
  background-color: var(--color-black);
  margin-top: -1px;
  position: relative;
  z-index: -1;
}

/*========================
	totop
========================*/
.totop {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  border: 1px solid #fff;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/*===================================================================
    header
===================================================================*/
.site-copy {
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-position {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding-bottom: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (min-width: 768px) {
  .header-position.scroll .header-logo {
    padding-top: 15px;
    width: 240px;
  }
  .header-position.scroll .site-copy {
    margin-bottom: 5px;
  }
  .header-position.scroll .header-menu {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-position.scroll {
    padding-bottom: 8px;
  }
  .header-position.scroll .header-logo {
    padding-top: 8px;
    width: 140px;
  }
  .header-position.scroll .header-contact {
    top: 30px;
  }
}
.header-inner {
  max-width: 1800px;
  width: 92%;
  margin: 0 auto;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 110px;
}

.header-logo {
  padding-top: 40px;
  width: 300px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-list {
  padding-left: 24px;
  padding-right: 24px;
}

.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;
  font-weight: 500;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.header-item::after {
  content: "";
  width: 1px;
  height: 0px;
  background-color: var(--color-blue);
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-item:hover {
  color: var(--color-blue);
}
.header-item:hover::after {
  height: 50px;
}

#home .header-list--home .header-item::after,
#company .header-list--company .header-item::after,
#service .header-list--service .header-item::after,
#works .header-list--works .header-item::after,
#car .header-list--car .header-item::after,
#contribution .header-list--contribution .header-item::after,
#recruit .header-list--recruit .header-item::after {
  height: 50px;
}

#home .header-list--home .header-item,
#company .header-list--company .header-item,
#service .header-list--service .header-item,
#works .header-list--works .header-item,
#car .header-list--car .header-item,
#contribution .header-list--contribution .header-item,
#recruit .header-list--recruit .header-item {
  color: var(--color-blue);
}

.header-contact {
  position: absolute;
  right: 0;
  bottom: -20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-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;
  background-color: var(--color-black);
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  width: 58px;
  height: 140px;
}
.header-contact-btn:hover {
  background-color: #fff;
  color: var(--color-black);
}

@media screen and (max-width: 1200px) {
  .header-wrap {
    padding-right: 30px;
  }
  .header-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo {
    width: 220px;
    padding-top: 20px;
  }
  .site-copy {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 880px) {
  .site-copy {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .header-position {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .header-menu {
    position: fixed;
    top: 120px;
    right: -100%;
    width: 100%;
    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: block;
  }
  .header-menu.open {
    right: 0;
  }
  .header-inner {
    width: 100%;
    padding-left: 4%;
  }
  .header-item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.05em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    padding: 15px;
    border-bottom: 1px solid var(--color-blue);
  }
  .header-item::after {
    background-color: inherit;
    width: 12px;
    height: 8px;
    background-image: url(../img/arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 26px;
    left: auto;
    right: 15px;
  }
  .header-item:hover::after {
    height: 8px;
  }
  #home .header-list--home .header-item::after,
  #company .header-list--company .header-item::after,
  #service .header-list--service .header-item::after,
  #works .header-list--works .header-item::after,
  #car .header-list--car .header-item::after,
  #recruit .header-list--recruit .header-item::after {
    height: 8px;
  }
  .site-copy {
    white-space: nowrap;
  }
  .header-logo {
    width: 170px;
    padding-top: 15px;
  }
  .header-contact {
    bottom: auto;
    top: 50px;
  }
  .header-contact-btn {
    width: 36px;
    height: 120px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .site-copy {
    font-size: 10px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 768px) {
  .mobmenu-btn,
  .mobmenu-contact {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  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;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 46px;
  height: 60px;
  background-color: var(--color-black);
  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-radius: 30px 30px 0 0;
  border: 1px solid #fff;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  width: 20px;
  background: #fff;
}

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

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

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

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

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

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

.mobmenu-text {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
}

/*========================
  mobmenu-contact
========================*/
.mobmenu-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 15px;
  gap: 20px;
}
.mobmenu-contact a {
  width: 50px;
  height: 50px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  padding-top: 120px;
}

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

/*========================
  footer-contact
========================*/
.footer-contact {
  background-color: var(--color-black);
  color: var(--color-yellow);
  margin-top: -1px;
}
.footer-contact .container {
  padding-top: 50px;
}

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

.sec-tit-wrap--footer-contact {
  margin-bottom: 20px;
}
.sec-tit-wrap--footer-contact .sec-tit-lead {
  margin-left: 5px;
}
.sec-tit-wrap--footer-contact .sec-tit-lead::before {
  display: none;
}

.footer-contact-text {
  margin-left: 5px;
}

.footer-tel {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-family: var(--font-en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 320px;
  height: 55px;
  color: var(--color-yellow);
  margin-right: 108px;
  position: relative;
  padding-left: 8px;
}
.footer-tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -54px;
  width: 1px;
  height: 90px;
  background-color: var(--color-yellow);
}
.footer-tel img {
  width: 48px;
  height: 48px;
}

.footer-tel-lead {
  font-size: 14px;
  text-align: center;
  margin-right: 50px;
}

.footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--color-yellow);
  width: 322px;
  height: 64px;
  border-radius: 60px;
  padding-left: 8px;
  padding-right: 32px;
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  font-weight: 700;
}
.footer-mail img {
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 1200px) {
  .footer-tel,
  .footer-mail {
    width: 290px;
  }
  .footer-tel {
    margin-right: 60px;
  }
  .footer-tel::after {
    right: -30px;
  }
  .footer-tel-lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contact-wrapR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-tel-wrap {
    margin-bottom: 40px;
  }
  .footer-tel {
    margin-right: 0;
  }
  .footer-tel::after {
    content: none;
  }
  .footer-tel-lead {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .footer-contact-wrap {
    -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;
  }
  .sec-tit-wrap--footer-contact {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer-contact-text {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-tel-lead {
    margin-right: 5px;
  }
}
/*========================
  footer-main
========================*/
.footer-main {
  background-color: var(--color-blue);
  color: #fff;
}

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

.footer-logo {
  width: 276px;
  margin-bottom: 20px;
}

.footer-menu-wrap {
  width: 560px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-item {
  color: #fff;
}

.footer-insta {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-insta img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.footer-insta .text {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer-menu-wrap {
    width: 420px;
  }
}
@media screen and (max-width: 900px) {
  .footer-outline {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-menu-wrap {
    width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .footer-menu-wrap {
    width: 100%;
  }
  .footer-menu {
    width: 50%;
  }
  .footer-menu-works {
    margin-bottom: 30px;
  }
}
/*========================
  footer-bottom
========================*/
.footer-bottom {
  background-color: var(--color-black);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 80px;
  }
}
/*===================================================================
    fv
===================================================================*/
.fv-wrap {
  padding-top: 220px;
  padding-bottom: 10px;
  position: relative;
}

.fv-img {
  width: 90%;
  height: 600px;
  margin-left: auto;
}
.fv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media screen and (max-width: 1600px) {
  .fv-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap {
    padding-top: 120px;
  }
  .fv-img {
    height: 300px;
    width: 96%;
  }
}
/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 90px;
}

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

/*===================================================================
    トップページ
===================================================================*/
/*===================================================================
    mv
===================================================================*/
.mv {
  position: relative;
}

.mv-bg {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.mv-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.mv-bg.active::before {
  width: 0%;
}

.mv-wrap {
  padding-top: 220px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mv-wrapL {
  width: auto;
}

.mv-copy {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 4.3vw;
  margin-right: 4vw;
}

.mv-copy--strong {
  background-color: var(--color-blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}
.mv-copy--strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}
.mv-copy--strong.active::after {
  width: 0%;
}

.mv-copy--space {
  padding-top: 15px;
}

.mv-wrapR {
  width: 72%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.mv-img {
  position: relative;
}
.mv-img img {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mv-img-mask {
  display: block;
  width: 0%;
  height: 100%;
  background-color: var(--color-yellow);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.mv-img-mask.on {
  right: auto;
  left: 0;
  width: 100%;
}

.mv-img02 {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .mv-bg {
    margin-bottom: 0;
  }
  .mv-wrap {
    padding-top: 120px;
    margin-left: 4%;
  }
  .mv-wrapL {
    width: 40%;
  }
  .mv-copy {
    margin-left: auto;
  }
  .mv-wrapR {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
  }
  .mv-img03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  .mv-img02 {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv-img01 {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*========================
    top-company
========================*/
.top-company {
  overflow: hidden;
}

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

.top-company-wrapL {
  width: 43vw;
  position: relative;
}

.company-circle {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.company-circle-position {
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.company-circle-position.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.company-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.company-circle-roll {
  -webkit-animation: 60s linear infinite spin;
          animation: 60s linear infinite spin;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-company-wrapR {
  width: calc(100% - 43vw);
}

.top-company-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 50px;
}

.top-company--strong {
  background-color: var(--color-blue);
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}
.top-company--strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
.top-company--strong.active::after {
  width: 0%;
}

@media screen and (max-width: 1700px) {
  .top-company-wrapL {
    width: 720px;
  }
  .top-company-wrapR {
    width: calc(100% - 720px);
  }
}
@media screen and (max-width: 1200px) {
  .top-company-wrapL {
    width: 600px;
  }
  .top-company-wrapR {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1024px) {
  .top-company-wrapL {
    max-width: 600px;
    width: 100%;
    margin-bottom: 60px;
  }
  .company-circle {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    width: 124%;
  }
  .top-company-wrapR {
    width: 100%;
    margin-left: 5%;
  }
  .top-company-tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-company-wrapR {
    margin-left: 4%;
  }
}
/*========================
  top-service
========================*/
.service,
.top-service {
  overflow: hidden;
}

.top-service-slide .splide__track {
  overflow: visible;
}
.top-service-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.top-service-slide .splide__arrow--prev,
.top-service-slide .splide__arrow--next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.top-service-slide .splide__arrow--prev,
.top-service-slide .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color-blue);
  border-radius: 50%;
}
.top-service-slide .splide__arrow > svg {
  display: none;
}
.top-service-slide .splide__arrow--prev::after,
.top-service-slide .splide__arrow--next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.top-service-slide .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.top-service-slide .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-service-slide .splide-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
.top-service-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 0 0;
  text-align: center;
  width: 100%;
  height: 2px;
  background-color: #D1D1D1;
  font-size: 0; /* liタグの下にある余白を消すため */
}
.top-service-slide .splide__pagination > li {
  width: 100%;
}
.top-service-slide .splide__pagination .splide__pagination__page {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.top-service-slide .splide__pagination .splide__pagination__page.is-active {
  height: 4px;
  background-color: #006BBE;
}

.top-service-name {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .sec-tit-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-tit-block .btn {
    margin-bottom: 25px;
  }
  .btn--top-service {
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
  .top-service-slide .splide__arrows {
    gap: 20px;
  }
  .top-service-slide .splide__arrow--prev,
  .top-service-slide .splide__arrow--next {
    width: 40px;
    height: 40px;
  }
}
/*========================
  top-recruit
========================*/
.top-recruit-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-recruit-wrapL {
  width: 45%;
  margin-right: 5%;
}

.top-recruit-img-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-recruit-img01 {
  margin-right: 30px;
}

.top-recruit-text {
  font-size: clamp(1.5rem, 1.3328025478rem + 0.7643312102vw, 2.25rem);
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .top-recruit-wrapL {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-recruit-wrapL {
    width: 100%;
  }
}
/*===================================================================
  company
===================================================================*/
/*========================
  greeting
========================*/
.greeting-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.greeting-wrapL {
  width: 49.4%;
  margin-top: 20px;
}

.greeting-wrapR {
  width: 45%;
}

.greeting-sign {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-top: 20px;
}

.greeting-name {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  margin-left: 25px;
  font-weight: 700;
}

.greeting-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}

.greeting-text {
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .greeting-wrapL {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greeting-wrapR {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
/*========================
  philosophy
========================*/
.sec-tit-wrap--philosophy {
  margin-bottom: 70px;
}

.philosophy-copy {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*========================
  overview,history
========================*/
.overview {
  overflow: hidden;
}

.overview .top-company-wrap,
.history .top-company-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.overview .company-circle,
.history .company-circle {
  opacity: 0.16;
}
.overview .top-company-wrapR,
.history .top-company-wrapR {
  max-width: 768px;
  margin-top: 10px;
}

.sec-tit-wrap--overview {
  margin-bottom: 90px;
}

.overview-wrap {
  margin-top: -200px;
}

.history .overview-wrap {
  margin-top: -100px;
}

.overview-list {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #666666;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overview-tit {
  width: 200px;
  font-weight: 700;
}

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

@media screen and (max-width: 1200px) {
  .overview-tit {
    width: 140px;
  }
  .overview-text {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1024px) {
  .overview .top-company-wrapL,
  .history .top-company-wrapL {
    max-width: 600px;
    width: 100%;
    margin-bottom: 60px;
  }
  .overview .top-company-wrapR,
  .history .top-company-wrapR {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .overview-tit {
    width: 100%;
    margin-bottom: 5px;
  }
  .overview-text {
    width: 100%;
  }
}
/*========================
　access
========================*/
.access .map {
  margin-top: 30px;
}
.access .map iframe {
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}
.access .container {
  padding-bottom: 0;
}
.access + footer {
  padding-top: 0;
  margin-top: -120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .access + footer {
    margin-top: -30px;
  }
}
/*===================================================================
  service
===================================================================*/
.service-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.service-wrapL {
  width: 50%;
}

.service-wrapR {
  width: 50%;
  max-width: 700px;
  margin-top: 30px;
}

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

.service-name {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  margin-top: 10px;
  font-weight: 500;
}

.weed .sec-tit-block .btn {
  width: 250px;
}

@media screen and (max-width: 1300px) {
  .service-wrapL {
    width: 100%;
  }
  .service-wrapR {
    width: 100%;
    max-width: 100%;
  }
}
/*===================================================================
  recruit
===================================================================*/
.routine-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.routine-blockL,
.routine-blockR {
  width: 47%;
}

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

.routine-list {
  padding-bottom: 100px;
  padding-left: 100px;
  position: relative;
}
.routine-list::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
}
.routine-list::after {
  content: "";
  display: block;
  height: 0;
  width: 2px;
  background-color: #707070;
  position: absolute;
  left: 28px;
  top: 30px;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.routine-list:last-child::after {
  content: none;
}
.routine-list.active::after {
  height: calc(100% - 30px);
}

.routine-type {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .routine-blockL,
  .routine-blockR {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .routine-list {
    padding-left: 70px;
    padding-bottom: 60px;
  }
}
/*========================
  requirements
========================*/
.requirements-heading {
  margin-bottom: 60px;
}

.requirements-desc {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 30px;
}

.requirements-lead {
  font-weight: 700;
  margin-bottom: 10px;
}

.requirements-text {
  font-weight: 500;
}

.job-block {
  background-color: #EEEEEE;
  padding: 70px 8% 120px;
  margin-bottom: 100px;
}

.job-heading {
  margin-bottom: 80px;
}

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

.job-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 22px;
  background-color: var(--color-black);
  color: #fff;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

.job-type-lead {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 50px;
}

.job-wrap {
  background-color: #fff;
  padding: 60px 9%;
}

.job-list {
  border-top: 1px solid #666666;
  padding-top: 25px;
  padding-bottom: 25px;
}
.job-list:last-child {
  border-bottom: 1px solid #666666;
}

.job-tit {
  width: 220px;
  font-weight: 500;
}

.job-text {
  width: calc(100% - 220px);
}

.btn--job {
  width: 296px;
  margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {
  .job-block {
    padding: 60px 4% 80px;
  }
  .job-wrap {
    padding: 60px 5%;
  }
  .job-tit {
    width: 150px;
  }
  .job-text {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .job-heading {
    margin-bottom: 60px;
  }
  .job-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .job-tit {
    width: 100%;
    margin-bottom: 8px;
  }
  .job-text {
    width: 100%;
  }
}
/*===================================================================
  works
===================================================================*/
.works-link-wrap {
  gap: 0 60px;
}

.works-link-list .btn {
  width: 270px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .works-link-wrap {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*========================
  works-heading
========================*/
.works-heading-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.works-heading-list {
  width: calc(33.333% - 33.3333333333px);
  margin-bottom: 30px;
}

.works-caption {
  text-align: center;
  margin-top: 8px;
}

.works-notice-block {
  background-color: var(--color-yellow);
  padding: 50px 9% 40px;
}

.works-notice-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 9%;
}

.works-notice {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  color: var(--color-blue);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .works-heading-list {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .works-heading-list {
    width: 100%;
  }
  .works-caption {
    font-size: 14px;
  }
  .works-notice-block {
    padding: 50px 5% 40px;
  }
  .works-notice-wrap {
    padding: 30px 4%;
  }
}
/*========================
  works
========================*/
.works-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #666666;
  padding-top: 25px;
  padding-bottom: 60px;
}

.works-type {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  font-weight: 700;
  width: 350px;
}

.works-contents {
  width: calc(100% - 350px);
  max-width: 600px;
}

.works-line-tit {
  font-weight: 700;
}

.works-line-tit--next {
  border-top: 1px solid #666666;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .works-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .works-contents {
    max-width: 100%;
    width: 100%;
  }
  .works-line-tit--next {
    border-top: none;
    padding-top: 0;
  }
}
/*===================================================================
  service-weed-coat
===================================================================*/
/*========================
  weed-heading
========================*/
.weed-heading-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.weed-heading-wrap {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.weed-heading-wrapL {
  width: 460px;
}

.weed-heading-wrapR {
  width: calc(100% - 460px);
  max-width: 650px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .weed-heading-wrapL,
  .weed-heading-wrapR {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
/*========================
  flow
========================*/
.flow-list {
  width: 50%;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 40px;
  margin-bottom: 30px;
  position: relative;
}

.flow-number {
  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: 90px;
  height: 90px;
  background-color: var(--color-yellow);
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  font-family: var(--font-en);
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-img {
  width: 50%;
  margin-right: 30px;
}

.flow-contents {
  width: calc(50% - 30px);
}

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

@media screen and (max-width: 1200px) {
  .flow-list {
    padding-left: 30px;
    padding-right: 20px;
  }
  .flow-number {
    width: 70px;
    height: 70px;
  }
  .flow-img {
    margin-right: 15px;
  }
  .flow-contents {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .flow-list {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-contents {
    width: 100%;
  }
  .flow-tit {
    margin-bottom: 0;
  }
}
/*========================
  weed-works
========================*/
.weed-works-block {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #666666;
}
.weed-works-block:last-child {
  padding-bottom: 0;
}

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

@media screen and (max-width: 767px) {
  .weed-works .works-heading-list.visibility-h {
    display: none;
  }
}
/*===================================================================
  car
===================================================================*/
.car-group {
  display: block;
  width: 90%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46.5px;
  padding-bottom: 46.5px;
}

.car-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
}

.car-group-list {
  width: calc(33.333% - 33.3333333333px);
  margin-bottom: 66px;
}

.car-name {
  font-size: 16px;
  text-align: center;
  padding-top: 11px;
}

@media screen and (max-width: 767px) {
  .car-group-list {
    width: 100%;
    max-width: 690px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*===================================================================
    contribution
===================================================================*/
.contribution-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.contribution-text {
  margin-bottom: 100px;
}

.contribution-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}

.voice-tit {
  font-size: clamp(1.25rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 47px;
}

.voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice-item {
  border: 7px solid #D5D5D5;
  background-color: #fff;
  width: 30%;
  height: 250px;
  padding: 16px 35px;
  margin-bottom: 105px;
  position: relative;
  z-index: 1;
}

.label {
  width: 50px;
  height: 80px;
  background-color: #145DA0;
  position: absolute;
  z-index: 2;
  left: 82%;
  top: -10%;
}

.voice-item-tit {
  font-family: var(--font-en);
  font-size: clamp(1.25rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: bold;
  margin-bottom: 27px;
}

@media screen and (max-width: 1400px) {
  .voice-item {
    height: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .label {
    left: 77%;
  }
}
@media screen and (max-width: 1000px) {
  .voice-item {
    height: 340px;
  }
  .label {
    width: 40px;
    height: 70px;
  }
}
@media screen and (max-width: 834px) {
  .voice-flex {
    -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;
  }
  .voice-item {
    width: 90%;
    margin-bottom: 60px;
    height: 260px;
  }
  .label {
    left: auto;
    right: 15px; /* ← 横スクロール防止 */
    width: 50px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .sp-br {
    display: none; /* SPの改行を隠す */
  }
}
@media screen and (max-width: 385px) {
  .voice-item {
    height: 300px;
  }
}
/*===================================================================
    contact
===================================================================*/
.contact {
  color: var(--main-color);
}

.contact-tell-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  margin-bottom: 35px;
  font-weight: bold;
}

.contact-mail-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  margin-top: 95px;
  margin-bottom: 24px;
  font-weight: bold;
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reception-tell {
  font-size: 34px;
  margin-left: 18px;
}

.reception-time {
  font-size: 14px;
  margin-left: 22px;
  margin-top: 15px;
}

.contact-item {
  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: 48px;
  height: 48px;
  border: 1px solid var(--red-color);
  border-radius: 100%;
  color: var(--red-color);
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}

.contact-step-lead {
  color: var(--red-color);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.contact-text {
  margin-bottom: 60px;
}

@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-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-top: 25px;
  padding-bottom: 31px;
  padding-left: 30px;
  border-top: 1px solid #666666;
}
.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 18px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--red-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(--red-color);
  background-color: none;
  border: 1px solid var(--red-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: #fff;
  background-color: var(--red-color);
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  padding-bottom: 30px;
  border-bottom-color: #666666;
}

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

input[type=submit],
input[type=button] {
  width: 240px;
  height: 55px;
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 139px;
  text-align: center;
  margin-top: 96px !important;
  margin-bottom: 34px;
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #fff;
  color: var(--color-blue);
  border: solid 1px var(--color-blue);
}

.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(--red-color);
  color: red;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
}

.privacy-name {
  text-decoration: underline;
}

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

.pp-text {
  font-size: 16px;
  padding-bottom: 45px;
}

.pp-text-medium {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 16px;
}

.pp-text-url-tit {
  padding-bottom: 16px;
}

.pp-text-url {
  color: #999999;
  text-decoration: underline;
  padding-bottom: 42px;
}

.pp-text-company {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pp-text-url {
    display: block;
    max-width: 690px;
  }
}
/*====================================================================
　privacy-policy　accordion
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}

.s_01 .accordion_one .accordion_header {
  background-color: none;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  padding: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border-bottom: 2px solid #666666;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_01 .accordion_one .accordion_header .i_box {
  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;
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #111111;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 30px;
  top: 0;
  left: 13px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/*========================
    check
========================*/
.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
}

.check-table {
  width: 100%;
  border: solid #666666 1px;
  border-bottom: none;
}

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

.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;
  border-left: solid #111111 1px;
  border-right: solid #111111 1px;
  border-bottom: solid #666666 1px;
  color: #fff;
  background-color: #111111;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  color: var(--main-color);
  border-bottom: solid #666666 1px;
}

.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(--red-color);
  color: #ffffff;
}

.submit-btn--go:hover {
  color: var(--red-color);
}

.submit-btn--back {
  border: 1px solid var(--red-color);
  color: var(--red-color);
}

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

.submit-btn--back .submit-btn-bg {
  background-color: var(--red-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;
  }
  .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;
  color: var(--main-color);
}

.thanks-contents-tel {
  font-size: 20px;
  text-decoration: underline;
}

.customer-tel {
  color: var(--main-color);
}

.thanks .btn {
  color: var(--main-color);
}
.thanks a.btn-svg svg rect {
  stroke: var(--main-color);
}