@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

/**
 * 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: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* @ 要素リセット
 * ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  background-color: #fff;
  background-image: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  body {
    display: flex;
    background-color: #cbebf8;
    background-image: url("/assets/img/common/bg_pc_01.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    background-size: 25vw auto;
  }
}

ul,
ol,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style-type: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  transition-duration: 0.5s;
  transition-property: opacity;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
@media (hover: none) {
  a:hover {
    color: #333;
    text-decoration: none;
  }
}

/* PCでは電話リンクは無効にしてスマホのみでタップさせる（768px以上） */
@media (768px <= width) and (hover: hover) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.is-tablet a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.no-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* @ 1カラム
 * ------------------------------------------------------------ */
.l-container {
  padding: 13.3333333333vw 10.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .l-container {
    max-width: 464px;
    padding: 50px 40px;
  }
}

.l-container--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container--pc {
    max-width: 504px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-container02 {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.l-container02--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container02--pc {
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-container03 {
  max-width: 868px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.l-container03--pc {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .l-container03--pc {
    max-width: 868px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* @ ラッパー
 * ------------------------------------------------------------ */
.l-wrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-wrapper {
    max-width: 464px;
  }
}
@media only screen and (min-width: 768px) {
  .l-wrapper--100 {
    max-width: 100%;
  }
}

/* @ メイン
 * ------------------------------------------------------------ */
.l-main {
  width: 100%;
  overflow: hidden;
}
/* @ コンテンツ
 * ------------------------------------------------------------ */
/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  width: 90%;
  padding: 0 0 13.3333333333vw;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 0 0 50px;
  }
}
.l-footer-button {
  position: relative;
  display: block;
  width: 64vw;
  margin: 4vw auto 0;
  font-size: 4.2666666667vw;
  line-height: 13.3333333333vw;
  color: #fff;
  text-align: center;
  background-color: #f28d18;
  border-radius: 999px;
}
.l-footer-button::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.l-footer-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.l-footer-button--campany {
  background-color: #57b3f2;
}
@media only screen and (min-width: 768px) {
  .l-footer-button {
    width: 240px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 50px;
  }
  .l-footer-button::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.l-footer-tel {
  padding: 13.3333333333vw 0;
  font-size: 4.8vw;
  border-top: 0.2666666667vw solid #ccc;
}
.l-footer-tel__inner {
  padding: 6.6666666667vw 0 6.6666666667vw;
  letter-spacing: 0;
  background-color: #ffdc32;
  border-radius: 1.8666666667vw;
}
.l-footer-tel__title {
  font-weight: 900;
}
.l-footer-tel__number {
  width: 80%;
  margin-top: 4vw;
}
.l-footer-tel__text01 {
  margin-top: 0.5333333333vw;
  font-size: 2.6666666667vw;
}
.l-footer-tel__text01 span {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .l-footer-tel {
    padding: 50px 0;
    font-size: 1.4285714286rem;
    border-top-width: 1px;
  }
  .l-footer-tel__inner {
    padding: 25px 0;
    border-radius: 7px;
  }
  .l-footer-tel__number {
    width: 274px;
    margin-top: 15px;
  }
  .l-footer-tel__text01 {
    margin-top: 2px;
    font-size: 11px;
  }
  .l-footer-tel__text01 span {
    font-size: 16px;
  }
}
.l-footer-company {
  padding: 10.6666666667vw 5.3333333333vw;
  font-size: 4.2666666667vw;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
.l-footer-company__text01 span {
  font-size: 5.8666666667vw;
  font-weight: 800;
}
.l-footer-company__info {
  padding: 5.3333333333vw 8vw;
  margin-top: 4vw;
  font-size: 4.8vw;
  background-color: #e6e6e6;
  border-radius: 1.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-footer-company {
    padding: 40px 20px;
    font-size: 1.1428571429rem;
    border-bottom: 1px solid #a6a6a6;
  }
  .l-footer-company__text01 span {
    font-size: 1.5714285714rem;
  }
  .l-footer-company__info {
    padding: 20px 30px;
    margin-top: 15px;
    font-size: 1.2857142857rem;
    border-radius: 7px;
  }
}
.l-footer-company__name {
  padding-top: 13.3333333333vw;
  margin-right: auto;
  margin-bottom: 8vw;
  margin-left: auto;
  line-height: 2;
  border-top: 0.2666666667vw solid #ccc;
}
.l-footer-company__name img {
  width: 65%;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .l-footer-company__name {
    padding-top: 50px;
    margin-bottom: 30px;
    border-top-width: 1px;
  }
}
.l-footer-company__copyright {
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.117em;
}
@media only screen and (min-width: 768px) {
  .l-footer-company__copyright {
    font-size: 0.8571428571rem;
    letter-spacing: 0.15em;
  }
}
.l-footer-company__copyright small {
  font-size: 100%;
}

/* @ ヘッダ レイアウト
 * ------------------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
  width: 100%;
  height: 112px;
  text-align: center;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .l-header {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header--top {
    position: static;
    height: 200px;
  }
}

.l-header--top.l-header--top-sticky {
  height: 112px;
}
@media only screen and (min-width: 768px) {
  .l-header--top.l-header--top-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    animation: top-header-sticky 0.3s forwards;
  }
}

@keyframes top-header-sticky {
  from {
    opacity: 0;
    transform: translateY(-112px);
    @media only screen and (min-width: 768px) {
      transform: translateY(-120px);
    }
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .l-header--top .l-header__inner {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .l-header--top.l-header--top-sticky .l-header__inner {
    justify-content: space-between;
  }
}

.l-header__link {
  display: block;
  transition: all 0.3s ease;
}

.l-header__link:hover {
  text-decoration: none;
}

.l-header__logo {
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header--top .l-header__logo {
    max-width: 600px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header--top.l-header--top-sticky .l-header__logo {
    max-width: 320px;
  }
}

.l-header__btn-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header__btn-wrap {
    display: block;
  }
}

.l-header--top .l-header__btn-wrap {
  display: none;
}

.l-header--top.l-header--top-sticky .l-header__btn-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header--top.l-header--top-sticky .l-header__btn-wrap {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .l-header__btn {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: 10px;
    font-size: 0.8571428571rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    background-color: #2382e8;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
}

.l-header__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2382e8;
  opacity: 1;
}
@media (hover: none) {
  .l-header__btn:hover {
    background-color: #2382e8;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .l-header__btn:hover {
    opacity: 0.7;
  }
}

.l-header__btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

/* @ アサイド レイアウト
 * ------------------------------------------------------------ */
.l-aside__logo, .l-aside__qrcode {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-aside__logo, .l-aside__qrcode {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 464px) / 2);
    height: 100vh;
    padding: 50px 15px;
    overflow: hidden;
  }
  .l-aside__logo img, .l-aside__qrcode img {
    width: 100%;
    max-width: 370px;
  }
  .l-aside__logo img[src$=".svg"], .l-aside__qrcode img[src$=".svg"] {
    position: fixed;
    top: 50px;
    left: 40px;
    width: 180px;
    max-width: calc((100vw - 464px) / 2 - 80px);
  }
}
@media only screen and (min-width: 768px) {
  .l-aside__qrcode {
    right: 0;
    left: auto;
    text-align: center;
  }
  .l-aside__qrcode img {
    max-width: 132px;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   ボタン
   ========================================================================== */
.e-buttonWrap {
  padding: 9.3333333333vw 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-buttonWrap {
    padding: 35px 0;
  }
}

.e-button {
  position: relative;
  display: block;
  width: 74.6666666667vw;
  margin: 0 auto 1.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 16vw;
  color: #fff !important;
  text-align: center;
  background-color: #49ae8f;
  border-radius: 999px;
}
.e-button::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.e-button:hover {
  text-decoration: none;
  opacity: 0.75;
}
.e-button--notPress {
  pointer-events: none;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .e-button {
    width: 280px;
    margin: 0 auto 5px;
    font-size: 16px;
    line-height: 60px;
  }
  .e-button::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}

/* ==========================================================================
   タイトル
   ========================================================================== */
/* office */
/* message */
/* interview */
/* ==========================================================================
   テキスト
   ========================================================================== */
.e-text-box p {
  margin-bottom: 16px;
}
.e-text-box :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   フォーム
   ========================================================================== */
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 1.3333333333vw 2.1333333333vw;
  -webkit-appearance: none;
  border: 0.8vw solid #e6e6e6;
  border-radius: 0.8vw;
}
@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=url],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 5px 8px;
    border: 3px solid #e6e6e6;
    border-radius: 3px;
  }
}

textarea {
  height: 53.3333333333vw;
}
@media only screen and (min-width: 768px) {
  textarea {
    height: 200px;
  }
}

input:focus,
textarea:focus {
  border: 0.8vw solid #cfece0;
  outline: none;
  box-shadow: inner 0 0 1.3333333333vw rgba(82, 185, 143, 0.2);
}
@media only screen and (min-width: 768px) {
  input:focus,
  textarea:focus {
    border: 3px solid #cfece0;
    box-shadow: inner 0 0 5px rgba(82, 185, 143, 0.2);
  }
}

.mailform__title {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  text-align: center;
}
.mailform__title span {
  font-size: 6.9333333333vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .mailform__title {
    font-size: 20px;
  }
  .mailform__title span {
    font-size: 26px;
  }
}

.mailform__item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10.6666666667vw 0 1.3333333333vw;
  font-size: 4.2666666667vw;
}
.mailform__item.mailform__item--sup {
  display: block;
  margin: -1.3333333333vw 0 2.6666666667vw;
  font-size: 2.9333333333vw;
}
.mailform__item.mailform__item--mt15 {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .mailform__item {
    margin: 40px 0 5px;
    font-size: 16px;
  }
  .mailform__item.mailform__item--sup {
    margin: -5px 0 10px;
    font-size: 10px;
  }
  .mailform__item.mailform__item--mt15 {
    margin-top: 15px;
  }
}

.mailform__text {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem;
}

.mailform__thanks {
  margin: 6.6666666667vw auto 17.3333333333vw;
  text-align: left;
}
.mailform__thanks .mailform__backBtn {
  margin-top: 13.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mailform__thanks {
    margin: 25px auto 65px;
  }
  .mailform__thanks .mailform__backBtn {
    margin-top: 50px;
  }
}

/* Contact Form 7 */
span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  display: flex;
  cursor: pointer;
}

/* デフォルトのボタン */
input[type=radio] {
  position: absolute;
  opacity: 0; /* デフォルトのボタンを非表示 */
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  width: 1.5em;
  height: 1.5em;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  content: "";
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #49ae8f; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  span.wpcf7-list-item + span.wpcf7-list-item {
    margin-top: 5px;
  }
}

input.wpcf7-submit {
  cursor: pointer;
  border: none;
  transition: color 0.3s ease;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.wpcf7-spinner {
  display: none !important;
}

.btn--submit {
  margin-top: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn--submit {
    margin-top: 40px;
  }
}
.btn--submit p {
  position: relative;
  display: inline-block; /* インラインブロック要素にする */
  margin-top: 10.6666666667vw;
}
.btn--submit p::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .btn--submit p {
    margin-top: 40px;
  }
  .btn--submit p::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}

div.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #c0655a;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #c0655a;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 3.2vw;
  margin: 0 10.6666666667vw 10.6666666667vw;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 12px;
    margin: 0 40px 40px;
    text-align: center;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #96c7b7;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #eec07b;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #e88868;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #c0655a;
}

/* ==========================================================================
    フォークリフトオペレーター
  ========================================================================== */
.home img {
  width: 100%;
}
.home .btn01 {
  position: relative;
  display: block;
  width: 74.6666666667vw;
  margin: 0 auto;
  font-size: 4.2666666667vw;
  line-height: 16vw;
  color: #fff;
  text-align: center;
  background-color: #49ae8f;
  border-radius: 999px;
}
.home .btn01::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 0.5333333333vw solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.home .btn01:hover {
  text-decoration: none;
  opacity: 0.75;
}
.home .btn01--notPress {
  pointer-events: none;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .home .btn01 {
    width: 280px;
    font-size: 16px;
    line-height: 60px;
  }
  .home .btn01::after {
    right: 25px;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
}
.home.forklift-operator--article {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article {
    font-size: 1.1428571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article img {
    width: auto;
  }
}
.home.forklift-operator--article .home-mv {
  position: relative;
}
.home.forklift-operator--article .home-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
  transform: translate(-59%, -50%);
}
.home.forklift-operator--article .home-mv__logo img {
  width: 58.6666666667vw;
  max-width: initial;
  margin: -22.4vw -19.2vw -22.4vw -9.0666666667vw;
  transform: scale(0.25);
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-mv__logo {
    flex-direction: column;
    align-items: center;
    font-size: 3.1428571429rem;
  }
  .home.forklift-operator--article .home-mv__logo img {
    width: 320px;
    margin: -90px 0 -85px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-wrapper--100 {
    width: 100%;
  }
  .home.forklift-operator--article .home-wrapper--100__inner {
    width: 960px;
    margin: 0 auto;
  }
}
.home.forklift-operator--article .home-borderBox01 {
  padding-bottom: 16vw;
  margin-bottom: 16vw;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-borderBox01 {
    padding-bottom: 90px;
    margin-bottom: 65px;
    border-bottom-width: 1px;
  }
}
.home.forklift-operator--article .home-sectionTitle01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -5.3333333333vw 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.home.forklift-operator--article .home-sectionTitle01 img {
  width: 22%;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-sectionTitle01 {
    flex-direction: row;
    grid-gap: 0 45px;
    align-items: center;
    margin-bottom: 60px;
    font-size: 2.1428571429rem;
    text-align: left;
  }
  .home.forklift-operator--article .home-sectionTitle01 img {
    width: auto;
    margin-bottom: 0;
  }
}
.home.forklift-operator--article .home-header {
  padding-top: 8vw;
  margin-right: 4.5333333333vw;
  margin-left: 4.5333333333vw;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-header {
    padding-top: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}
.home.forklift-operator--article .home-header h1 {
  padding-bottom: 8vw;
  margin-bottom: 12vw;
  font-size: 7.4666666667vw;
  font-weight: 900;
  background-image: url("/assets/img/forklift-operator/article/forkliftOperator_bg_01_sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 58%;
}
.home.forklift-operator--article .home-header h1 span {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-header h1 {
    padding-bottom: 53px;
    margin-bottom: 53px;
    font-size: 7.4666666667vw;
    font-size: 3.4285714286rem;
    font-weight: 900;
    background-image: url("/assets/img/forklift-operator/article/forkliftOperator_bg_01.png");
    background-size: 400px;
  }
  .home.forklift-operator--article .home-header h1 span {
    font-size: 1.7142857143rem;
  }
}
.home.forklift-operator--article .home-header__index-inner {
  padding: 6.6666666667vw 5.3333333333vw;
  margin-bottom: 1.3333333333vw;
  text-align: left;
  background-color: #f5f5f5;
}
.home.forklift-operator--article .home-header__index h2 {
  font-family: Montserrat, sans-serif;
  font-size: 3.7333333333vw;
  font-optical-sizing: auto;
  color: #a6a6a6;
  text-align: center;
}
.home.forklift-operator--article .home-header__index a {
  text-decoration: none;
}
.home.forklift-operator--article .home-header__index a:hover {
  opacity: 0.75;
}
.home.forklift-operator--article .home-header__index dl {
  margin: 5.3333333333vw 0 0;
}
.home.forklift-operator--article .home-header__index dl dt {
  position: relative;
  padding-left: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.home.forklift-operator--article .home-header__index dl dt::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 2.4vw;
  height: calc(1.7320508076 * 3.7333333333vw / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #49ae8f;
}
.home.forklift-operator--article .home-header__index dl dt + dt {
  margin-top: 5.3333333333vw;
}
.home.forklift-operator--article .home-header__index dl dt + dd {
  margin-bottom: 5.3333333333vw;
}
.home.forklift-operator--article .home-header__index dl dd {
  font-size: 3.2vw;
}
.home.forklift-operator--article .home-header__index dl dd ol {
  margin: 0.8em 0 0 calc(1em + 10.6666666667vw);
}
.home.forklift-operator--article .home-header__index dl dd ol li {
  list-style-type: decimal;
}
.home.forklift-operator--article .home-header__index dl dd ol li + li {
  margin-top: 1.3333333333vw;
}
.home.forklift-operator--article .home-header__index dl dd ul {
  margin: 0.8em 0 0 10.6666666667vw;
}
.home.forklift-operator--article .home-header__index dl dd ul li::before {
  font-size: 2.4vw;
  color: #a6a6a6;
  content: "● ";
}
.home.forklift-operator--article .home-header__index dl dd ul li + li {
  margin-top: 1.3333333333vw;
}
.home.forklift-operator--article .home-header__index-note {
  padding-left: 1em;
  font-size: 2.9333333333vw;
  text-align: left;
  text-indent: -1em;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-header__index-note {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-header__index {
    width: 800px;
    margin: 0 auto;
  }
  .home.forklift-operator--article .home-header__index-inner {
    padding: 20px 25px 50px;
    margin: 0 auto 5px;
  }
  .home.forklift-operator--article .home-header__index h2 {
    font-size: 1.2857142857rem;
    text-align: left;
  }
  .home.forklift-operator--article .home-header__index dl {
    margin: 15px 70px 0;
  }
  .home.forklift-operator--article .home-header__index dl dt {
    padding-left: 1.2em;
    font-size: 1.4285714286rem;
  }
  .home.forklift-operator--article .home-header__index dl dt::before {
    width: 12px;
    height: 15.5884572681px;
  }
  .home.forklift-operator--article .home-header__index dl dt + dt {
    margin-top: 25px;
  }
  .home.forklift-operator--article .home-header__index dl dt + dd {
    margin-bottom: 25px;
  }
  .home.forklift-operator--article .home-header__index dl dd {
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-header__index dl dd ol {
    margin-left: calc(1.3em + 40px);
  }
  .home.forklift-operator--article .home-header__index dl dd ol li + li {
    margin-top: 8px;
  }
  .home.forklift-operator--article .home-header__index dl dd ul {
    margin-left: 40px;
  }
  .home.forklift-operator--article .home-header__index dl dd ul li::before {
    font-size: 0.8571428571rem;
  }
  .home.forklift-operator--article .home-header__index dl dd ul li + li {
    margin-top: 8px;
  }
  .home.forklift-operator--article .home-header__index-note {
    font-size: 0.8571428571rem;
  }
}
.home.forklift-operator--article .home-about {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  margin-right: 4.5333333333vw;
  margin-left: 4.5333333333vw;
}
.home.forklift-operator--article .home-about p {
  margin: 0 auto 6.6666666667vw;
}
.home.forklift-operator--article .home-about p.bottom {
  margin-bottom: 0;
}
.home.forklift-operator--article .home-about p strong {
  font-weight: 900;
}
.home.forklift-operator--article .home-about__note {
  padding-left: 1em;
  margin-bottom: 0;
  font-size: 3.2vw;
  text-indent: -1em;
}
.home.forklift-operator--article .home-about__imgBox01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}
.home.forklift-operator--article .home-about__imgBox01 img {
  margin: 1.3333333333vw 0 8vw;
}
.home.forklift-operator--article .home-about__imgBox01 > div {
  margin-bottom: 6.6666666667vw;
  font-size: 4.2666666667vw;
}
.home.forklift-operator--article .home-about__imgBox01 ol {
  margin: 5.3333333333vw 0;
  counter-reset: item;
}
.home.forklift-operator--article .home-about__imgBox01 ol li {
  position: relative;
  padding-left: 11.2vw;
  font-size: 4.8vw;
  line-height: 1.4;
}
.home.forklift-operator--article .home-about__imgBox01 ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8.5333333333vw;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 8.5333333333vw;
  color: #fff;
  text-align: center;
  content: counter(item);
  counter-increment: item;
  background-color: #49ae8f;
}
.home.forklift-operator--article .home-about__imgBox01 ol li + li {
  margin-top: 2.6666666667vw;
}
.home.forklift-operator--article .home-about__imgBox01 ol li span {
  font-size: 4.2666666667vw;
  font-weight: normal;
}
.home.forklift-operator--article .home-about__imgBox02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home.forklift-operator--article .home-about__imgBox02 img {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-about {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .home.forklift-operator--article .home-about p {
    width: 800px;
    margin: 0 auto 30px;
  }
  .home.forklift-operator--article .home-about__note {
    font-size: 0.8571428571rem;
  }
  .home.forklift-operator--article .home-about__imgBox01 {
    flex-direction: row;
    grid-gap: 0 50px;
    margin: 40px 80px 40px 0;
  }
  .home.forklift-operator--article .home-about__imgBox01 img {
    margin: 0;
  }
  .home.forklift-operator--article .home-about__imgBox01 > div {
    margin: -5px 0 0;
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-about__imgBox01 ol {
    margin: 12px 0;
  }
  .home.forklift-operator--article .home-about__imgBox01 ol li {
    padding-left: 42px;
    font-size: 1.2857142857rem;
  }
  .home.forklift-operator--article .home-about__imgBox01 ol li::before {
    width: 32px;
    margin-right: 10px;
    line-height: 32px;
  }
  .home.forklift-operator--article .home-about__imgBox01 ol li + li {
    margin-top: 15px;
  }
  .home.forklift-operator--article .home-about__imgBox01 ol li span {
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-about__imgBox02 {
    flex-direction: row;
    grid-gap: 0 50px;
    margin: 40px 0 0 80px;
  }
  .home.forklift-operator--article .home-about__imgBox02 img {
    margin-top: 5px;
  }
  .home.forklift-operator--article .home-about__imgBox02 p {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.home.forklift-operator--article .home-merit {
  margin-right: 4.5333333333vw;
  margin-left: 4.5333333333vw;
}
.home.forklift-operator--article .home-merit__title01 {
  display: flex;
  flex-direction: column;
  margin: 0 5.3333333333vw 4vw;
  font-size: 4.8vw;
  font-weight: 700;
}
.home.forklift-operator--article .home-merit__title01 img {
  width: 36%;
  margin: 0 0 4vw -9.8666666667vw;
}
.home.forklift-operator--article .home-merit__title02 {
  padding-left: 0.7em;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1;
  border-left: 1.0666666667vw solid #57b3f2;
}
.home.forklift-operator--article .home-merit__title03 {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.home.forklift-operator--article .home-merit__title03 span {
  font-size: 4.8vw;
}
.home.forklift-operator--article .home-merit__title03 span.normal {
  font-size: 3.2vw;
  font-weight: normal;
}
.home.forklift-operator--article .home-merit p {
  margin: 0 5.3333333333vw 5.3333333333vw;
}
.home.forklift-operator--article .home-merit p.bottom {
  margin-bottom: 13.3333333333vw;
}
.home.forklift-operator--article .home-merit p + .forklift-operator-merit__title01 {
  margin-top: 50px;
}
.home.forklift-operator--article .home-merit__licenseType {
  margin: 0 5.3333333333vw;
}
.home.forklift-operator--article .home-merit__licenseType p {
  margin-right: 0;
  margin-left: 0;
}
.home.forklift-operator--article .home-merit__licenseType ul {
  margin: 0 -5.3333333333vw 13.3333333333vw;
}
.home.forklift-operator--article .home-merit__licenseType ul li {
  background-color: #e6f4fd;
}
.home.forklift-operator--article .home-merit__licenseType ul li div {
  padding: 4vw 5.3333333333vw;
  font-size: 3.7333333333vw;
}
.home.forklift-operator--article .home-merit__licenseType ul li p {
  width: auto;
  margin-bottom: 0;
}
.home.forklift-operator--article .home-merit__licenseType ul li img {
  width: calc(100% - 10.6666666667vw);
  margin: 0 5.3333333333vw 5.3333333333vw;
}
.home.forklift-operator--article .home-merit__licenseType ul li + li {
  margin-top: 4vw;
}
.home.forklift-operator--article .home-merit__imgBox01 {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.home.forklift-operator--article .home-merit__imgBox01 img {
  width: calc(100% - 10.6666666667vw);
  margin: 0 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-merit {
    margin-right: 0;
    margin-left: 0;
  }
  .home.forklift-operator--article .home-merit__title01 {
    flex-direction: row;
    grid-gap: 0 22px;
    align-items: center;
    padding-top: 30px;
    margin: -30px 17px 30px;
    font-size: 1.7142857143rem;
    text-align: left;
  }
  .home.forklift-operator--article .home-merit__title01 img {
    width: 140px;
    margin: 0;
  }
  .home.forklift-operator--article .home-merit p {
    width: 800px;
    margin: 0 auto 30px;
  }
  .home.forklift-operator--article .home-merit p.bottom {
    margin-bottom: 60px;
  }
  .home.forklift-operator--article .home-merit p + .forklift-operator-merit__title01 {
    margin-top: 50px;
  }
  .home.forklift-operator--article .home-merit__title02 {
    margin-bottom: 15px;
    font-size: 1.2857142857rem;
    border-left-width: 4px;
  }
  .home.forklift-operator--article .home-merit__title03 {
    margin-bottom: 10px;
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-merit__title03 span {
    font-size: 1.4285714286rem;
  }
  .home.forklift-operator--article .home-merit__title03 span.normal {
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-merit__licenseType {
    width: 828px;
    margin: 0 auto 80px;
  }
  .home.forklift-operator--article .home-merit__licenseType ul {
    margin: 0;
  }
  .home.forklift-operator--article .home-merit__licenseType ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home.forklift-operator--article .home-merit__licenseType ul li div {
    padding: 15px 35px;
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-merit__licenseType ul li p {
    width: auto;
  }
  .home.forklift-operator--article .home-merit__licenseType ul li img {
    width: auto;
    margin: 0;
  }
  .home.forklift-operator--article .home-merit__licenseType ul li + li {
    margin-top: 15px;
  }
  .home.forklift-operator--article .home-merit__imgBox01 {
    flex-direction: row;
    grid-gap: 0 50px;
  }
  .home.forklift-operator--article .home-merit__imgBox01 img {
    width: auto;
    margin: 0;
  }
}
.home.forklift-operator--article .home-workStyle {
  margin-right: 4.5333333333vw;
  margin-left: 4.5333333333vw;
}
.home.forklift-operator--article .home-workStyle > p {
  margin: 0 5.3333333333vw;
}
.home.forklift-operator--article .home-workStyle > p.bottom {
  margin-bottom: 10.6666666667vw;
}
.home.forklift-operator--article .home-workStyle__item {
  padding: 34.6666666667vw 4.5333333333vw 10.6666666667vw;
  margin: 0 -4.5333333333vw;
  background-color: #f5f5f5;
}
.home.forklift-operator--article .home-workStyle__item + .forklift-operator-workStyle__item {
  margin-top: 8vw;
}
.home.forklift-operator--article .home-workStyle__header {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 5.3333333333vw 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  border-bottom: 1px solid #a6a6a6;
}
.home.forklift-operator--article .home-workStyle__header-comment {
  position: absolute;
  top: -26.6666666667vw;
  left: 0;
  width: 76.8vw;
  padding: 4vw 4.8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 1.0666666667vw;
  box-shadow: 1.3333333333vw 1.3333333333vw 0 0 rgba(0, 0, 0, 0.1);
}
.home.forklift-operator--article .home-workStyle__header-comment::after {
  position: absolute;
  bottom: -5.6vw;
  left: 40%;
  width: 7.7333333333vw;
  height: 5.8666666667vw;
  content: "";
  background-image: url("/assets/img/forklift-operator/article/forkliftOperator_bg_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.home.forklift-operator--article .home-workStyle__header-photo {
  width: calc(100% - 16vw);
  margin: 0 0 4vw 16vw;
}
.home.forklift-operator--article .home-workStyle__header-experience {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 4.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25.6vw;
  height: 25.6vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  background-image: url("/assets/img/forklift-operator/article/forkliftOperator_bg_03.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.home.forklift-operator--article .home-workStyle__header-experience p {
  margin-bottom: 0;
}
.home.forklift-operator--article .home-workStyle__header-experience span {
  font-size: 6.4vw;
}
.home.forklift-operator--article .home-workStyle__header-name {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.3;
}
.home.forklift-operator--article .home-workStyle__header-name span {
  font-size: 3.7333333333vw;
}
.home.forklift-operator--article .home-workStyle__header-name span.name {
  font-size: 5.3333333333vw;
}
.home.forklift-operator--article .home-workStyle__body {
  position: relative;
  padding: 0 5.3333333333vw 5.3333333333vw;
  margin-bottom: 12vw;
}
.home.forklift-operator--article .home-workStyle__body p {
  margin-bottom: 5.3333333333vw;
}
.home.forklift-operator--article .home-workStyle__body img {
  position: relative;
  z-index: 1;
  width: 55.4666666667vw;
  margin-left: -9.8666666667vw;
}
.home.forklift-operator--article .home-workStyle__body-img {
  position: absolute !important;
  right: -4.5333333333vw;
  bottom: -5.8666666667vw;
  z-index: 0 !important;
}
.home.forklift-operator--article .home-workStyle__body--single {
  margin-bottom: 0;
  text-align: center;
}
.home.forklift-operator--article .home-workStyle__body--single img {
  margin-left: 0;
}
.home.forklift-operator--article .home-workStyle__faq {
  padding: 5.3333333333vw;
  background-color: #fff;
  border-radius: 1.0666666667vw;
}
.home.forklift-operator--article .home-workStyle__faq dl {
  margin: 0;
}
.home.forklift-operator--article .home-workStyle__faq dl dt {
  position: relative;
  padding-left: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #2382e8;
}
.home.forklift-operator--article .home-workStyle__faq dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 400 !important;
  font-optical-sizing: auto;
  line-height: 1;
  content: "Q";
}
.home.forklift-operator--article .home-workStyle__faq dl dd {
  position: relative;
  padding: 0 0 5.3333333333vw 9.3333333333vw;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
.home.forklift-operator--article .home-workStyle__faq dl dd::before {
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  font-family: Montserrat, sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 400 !important;
  font-optical-sizing: auto;
  line-height: 1;
  content: "A";
}
.home.forklift-operator--article .home-workStyle__faq dl dd:not(:last-of-type) {
  border-bottom: 2px dotted #ccc;
}
.home.forklift-operator--article .home-workStyle__faq dl dd:last-of-type {
  padding-bottom: 0;
}
.home.forklift-operator--article .home-workStyle__faq dl dd + dt {
  margin-top: 5.3333333333vw;
}
.home.forklift-operator--article .home-workStyle__faq dl dd img {
  width: calc(100% - 9.3333333333vw);
  margin: 2.6666666667vw 9.3333333333vw 0 0;
}
.home.forklift-operator--article .home-workStyle__faq-img {
  text-align: center;
}
.home.forklift-operator--article .home-workStyle__faq-img::before {
  display: none;
}
.home.forklift-operator--article .home-workStyle__faq + .forklift-operator-workStyle__body {
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-workStyle > p {
    width: 800px;
    margin: 0 auto 30px;
  }
  .home.forklift-operator--article .home-workStyle > p.bottom {
    margin: 0 auto 60px;
  }
  .home.forklift-operator--article .home-workStyle__item {
    padding: 100px 80px 35px;
  }
  .home.forklift-operator--article .home-workStyle__item + .forklift-operator-workStyle__item {
    margin-top: 50px;
  }
  .home.forklift-operator--article .home-workStyle__header {
    flex-direction: row;
    grid-gap: 0 30px;
    align-items: flex-end;
    padding: 0 0 35px;
    margin-bottom: 45px;
  }
  .home.forklift-operator--article .home-workStyle__header-comment {
    top: -40px;
    left: 0;
    width: 530px;
    padding: 20px 65px;
    font-size: 1.7142857143rem;
    border-radius: 4px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  }
  .home.forklift-operator--article .home-workStyle__header-comment::after {
    right: 10px;
    bottom: -32px;
    left: auto;
    width: 42px;
    height: 33px;
  }
  .home.forklift-operator--article .home-workStyle__header-photo {
    width: auto;
    margin: 0;
  }
  .home.forklift-operator--article .home-workStyle__header-experience {
    right: -12px;
    bottom: 30px;
    width: 96px;
    height: 96px;
    font-size: 1rem;
  }
  .home.forklift-operator--article .home-workStyle__header-experience span {
    font-size: 1.7142857143rem;
  }
  .home.forklift-operator--article .home-workStyle__header-name {
    width: 450px;
    font-size: 1rem;
    text-align: right;
  }
  .home.forklift-operator--article .home-workStyle__header-name span {
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-workStyle__header-name span.name {
    font-size: 1.7142857143rem;
  }
  .home.forklift-operator--article .home-workStyle__body {
    padding: 0;
    margin-bottom: 100px;
  }
  .home.forklift-operator--article .home-workStyle__body p {
    margin-bottom: 20px;
  }
  .home.forklift-operator--article .home-workStyle__body img {
    width: auto;
    margin-left: 0;
  }
  .home.forklift-operator--article .home-workStyle__body-img {
    right: 0;
    bottom: -55px;
  }
  .home.forklift-operator--article .home-workStyle__body--single {
    margin-bottom: 45px;
  }
  .home.forklift-operator--article .home-workStyle__faq {
    padding: 30px 40px;
    margin-bottom: 45px;
    background-color: #fff;
    border-radius: 4px;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dt {
    position: relative;
    padding-left: 40px;
    font-size: 1.2857142857rem;
    color: #2382e8;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dt::before {
    position: absolute;
    font-size: 2.1428571429rem;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dd {
    padding: 0 0 30px 40px;
    margin-top: 15px;
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dd::before {
    font-size: 1.7142857143rem;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dd + dt {
    margin-top: 30px;
  }
  .home.forklift-operator--article .home-workStyle__faq dl dd img {
    width: auto;
    margin: 0;
  }
  .home.forklift-operator--article .home-workStyle__faq-img {
    margin-top: 30px !important;
  }
  .home.forklift-operator--article .home-workStyle__faq + .forklift-operator-workStyle__body {
    margin-bottom: 75px;
  }
}
.home.forklift-operator--article .home-safety__inner {
  padding: 8vw 4.5333333333vw;
  background-color: #f5f5f5;
}
.home.forklift-operator--article .home-safety__header {
  display: flex;
  flex-direction: column;
  padding: 0 5.3333333333vw 8vw;
}
.home.forklift-operator--article .home-safety__header-img {
  margin-top: 5.3333333333vw;
}
.home.forklift-operator--article .home-safety__title01 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}
.home.forklift-operator--article .home-safety__point {
  padding: 4vw 5.3333333333vw 5.3333333333vw;
  background-color: #fff;
}
.home.forklift-operator--article .home-safety__point-title01 {
  margin-bottom: 6.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2;
}
.home.forklift-operator--article .home-safety__point-title01 span {
  font-size: 8.5333333333vw;
}
.home.forklift-operator--article .home-safety__point-item {
  margin-bottom: 8vw;
}
.home.forklift-operator--article .home-safety__point-item:last-of-type {
  margin-bottom: 0;
}
.home.forklift-operator--article .home-safety__point-item p {
  margin: 0;
  font-size: 3.7333333333vw;
}
.home.forklift-operator--article .home-safety__point-title02 {
  margin-bottom: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.4;
  vertical-align: bottom;
}
.home.forklift-operator--article .home-safety__point-title02 span {
  position: relative;
  display: inline-block;
  min-width: 4vw;
  height: 8.5333333333vw;
  padding: 0 0.5em 0 1rem;
  margin: 0 0 2.6666666667vw -5.3333333333vw;
  font-family: Montserrat, sans-serif;
  font-size: 3.2vw;
  color: #fff;
  background: #57b3f2;
}
.home.forklift-operator--article .home-safety__point-title02 span::before {
  position: absolute;
  top: 0;
  right: -3.2vw;
  content: "";
  border-color: transparent transparent transparent #57b3f2;
  border-style: solid;
  border-width: 4.2666666667vw 0 4.2666666667vw 3.2vw;
}
.home.forklift-operator--article .home-safety__point-title02 span span {
  height: auto;
  padding: 0;
  margin: 0 0 0.2em 0.4em;
  font-size: 6.4vw;
  font-weight: 400;
  vertical-align: middle;
  background-color: transparent;
}
.home.forklift-operator--article .home-safety__point-title02 span span::before {
  display: none;
}
.home.forklift-operator--article .home-safety__point-note {
  padding-left: 1em;
  margin-top: 2.6666666667vw !important;
  font-size: 3.2vw !important;
  text-indent: -1em;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-safety {
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-safety .forklift-operator-sectionTitle01 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .home.forklift-operator--article .home-safety__inner {
    padding: 90px calc(50% - 480px);
  }
  .home.forklift-operator--article .home-safety__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 50px;
  }
  .home.forklift-operator--article .home-safety__header-text {
    width: 500px;
  }
  .home.forklift-operator--article .home-safety__header-img {
    width: 400px;
  }
  .home.forklift-operator--article .home-safety__title01 {
    margin-bottom: 30px;
    font-size: 1.7142857143rem;
  }
  .home.forklift-operator--article .home-safety__point {
    padding: 50px 65px 60px;
    border-radius: 4px;
  }
  .home.forklift-operator--article .home-safety__point-title01 {
    margin: 0 0 50px 0.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .home.forklift-operator--article .home-safety__point-title01 span {
    font-size: 2.8571428571rem;
  }
  .home.forklift-operator--article .home-safety__point-item {
    margin-bottom: 60px;
  }
  .home.forklift-operator--article .home-safety__point-item:first-of-type .forklift-operator-safety__point-title02 span span {
    margin: 0 0.1em 0.2em 0.5em !important;
  }
  .home.forklift-operator--article .home-safety__point-item p {
    margin-left: 20px;
    font-size: 1.1428571429rem;
  }
  .home.forklift-operator--article .home-safety__point-title02 {
    margin-bottom: 20px;
    font-size: 1.4285714286rem;
  }
  .home.forklift-operator--article .home-safety__point-title02 span {
    min-width: auto;
    height: 40px;
    padding: 0 0.5em 0 1rem;
    margin: 0 2.5em 0 0;
    font-size: 1rem;
  }
  .home.forklift-operator--article .home-safety__point-title02 span::before {
    right: -14px;
    border-width: 20px 0 20px 14px;
  }
  .home.forklift-operator--article .home-safety__point-title02 span span {
    margin: 0 0 0.2em 0.4em;
    font-size: 2rem;
  }
  .home.forklift-operator--article .home-safety__point-note {
    margin-top: 10px !important;
    font-size: 0.8571428571rem !important;
  }
}
.home.forklift-operator--article .home-recruitBtn {
  padding-top: 13.3333333333vw;
  margin-right: 4.5333333333vw;
  margin-left: 4.5333333333vw;
}
.home.forklift-operator--article .home-recruitBtn p {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--article .home-recruitBtn {
    padding-top: 80px;
    margin-right: 0;
    margin-left: 0;
  }
  .home.forklift-operator--article .home-recruitBtn p {
    margin-bottom: 40px;
    font-size: 1.2857142857rem;
  }
  .home.forklift-operator--article .home-recruitBtn p:last-of-type {
    margin-bottom: 80px;
  }
}
.home.forklift-operator--women .box--border01 {
  position: relative;
}
.home.forklift-operator--women .box--border01::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 0.5333333333vw;
  margin: 0 auto;
  content: "";
  background-color: #a6a6a6;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .box--border01::before {
    height: 2px;
  }
}
.home.forklift-operator--women .bg--orange01 {
  background-color: #fff0db;
}
.home.forklift-operator--women .bg--lightblue01 {
  background-color: #eef7fe;
}
.home.forklift-operator--women .home__mv {
  position: relative;
  padding-bottom: 60px;
}
.home.forklift-operator--women .home__mv img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__mv img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--women .home__worries {
  padding: 18.6666666667vw 0 0;
}
.home.forklift-operator--women .home__worries img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__worries {
    padding: 70px 0 0;
  }
  .home.forklift-operator--women .home__worries img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--women .home__about {
  padding: 18.6666666667vw 0 0;
}
.home.forklift-operator--women .home__about img,
.home.forklift-operator--women .home__about a {
  display: block;
  margin-bottom: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__about {
    padding: 70px 0 0;
  }
  .home.forklift-operator--women .home__about img,
  .home.forklift-operator--women .home__about a {
    margin-bottom: 55px !important;
  }
}
.home.forklift-operator--women .home__point {
  padding: 21.3333333333vw 0 0;
}
.home.forklift-operator--women .home__point img {
  margin-bottom: 10.6666666667vw;
}
.home.forklift-operator--women .home__point a {
  margin-bottom: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__point {
    padding: 80px 0 0;
  }
  .home.forklift-operator--women .home__point img {
    margin-bottom: 40px;
  }
  .home.forklift-operator--women .home__point a {
    margin-bottom: 80px !important;
  }
}
.home.forklift-operator--women .home__intro {
  padding: 16vw 0 0;
}
.home.forklift-operator--women .home__intro img {
  margin-bottom: 16vw;
}
.home.forklift-operator--women .home__intro a {
  margin-bottom: 16vw !important;
}
.home.forklift-operator--women .home__intro .box--border01 {
  padding-top: 16vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__intro {
    padding: 60px 0 0;
  }
  .home.forklift-operator--women .home__intro img {
    margin-bottom: 60px;
  }
  .home.forklift-operator--women .home__intro a {
    display: block;
    margin-bottom: 60px !important;
  }
  .home.forklift-operator--women .home__intro .box--border01 {
    padding-top: 60px;
  }
}
.home.forklift-operator--women .home__support {
  padding: 26.6666666667vw 0 0;
}
.home.forklift-operator--women .home__support img {
  margin-bottom: 10.6666666667vw;
}
.home.forklift-operator--women .home__support a {
  margin-bottom: 21.3333333333vw !important;
}
.home.forklift-operator--women .home__support .box--border01 {
  padding-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__support {
    padding: 100px 0 0;
  }
  .home.forklift-operator--women .home__support img {
    margin-bottom: 40px;
  }
}
.home.forklift-operator--women .home__recruit {
  padding: 18.6666666667vw 0 1px;
}
.home.forklift-operator--women .home__recruit img {
  margin-bottom: 9.3333333333vw;
}
.home.forklift-operator--women .home__recruit a {
  margin-bottom: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--women .home__recruit {
    padding: 70px 0 1px;
  }
  .home.forklift-operator--women .home__recruit img {
    margin-bottom: 35px;
  }
  .home.forklift-operator--women .home__recruit a {
    margin-bottom: 70px !important;
  }
}
.home.forklift-operator--manga .box--border01 {
  position: relative;
}
.home.forklift-operator--manga .box--border01::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 0.5333333333vw;
  margin: 0 auto;
  content: "";
  background-color: #a6a6a6;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .box--border01::before {
    height: 2px;
  }
}
.home.forklift-operator--manga .bg--orange01 {
  background-color: #fff0db;
}
.home.forklift-operator--manga .bg--lightblue01 {
  background-color: #eef7fe;
}
.home.forklift-operator--manga .home__mv {
  padding-bottom: 16vw;
}
.home.forklift-operator--manga .home__mv img {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__mv {
    padding-bottom: 60px;
  }
  .home.forklift-operator--manga .home__mv img {
    margin-bottom: 50px;
  }
}
.home.forklift-operator--manga .home__worries {
  padding-top: 16vw;
}
.home.forklift-operator--manga .home__worries img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__worries {
    padding-top: 60px;
  }
  .home.forklift-operator--manga .home__worries img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--manga .home__comunication {
  padding-top: 16vw;
}
.home.forklift-operator--manga .home__comunication img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__comunication {
    padding-top: 60px;
  }
  .home.forklift-operator--manga .home__comunication img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--manga .home__wage {
  padding-top: 16vw;
}
.home.forklift-operator--manga .home__wage img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__wage {
    padding-top: 60px;
  }
  .home.forklift-operator--manga .home__wage img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--manga .home__support {
  padding-top: 16vw;
}
.home.forklift-operator--manga .home__support img {
  margin-bottom: 10.6666666667vw;
}
.home.forklift-operator--manga .home__support a {
  display: block;
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__support {
    padding-top: 60px;
  }
  .home.forklift-operator--manga .home__support img {
    margin-bottom: 40px;
  }
  .home.forklift-operator--manga .home__support a {
    margin-bottom: 60px;
  }
}
.home.forklift-operator--manga .home__recruit {
  padding-top: 16vw;
}
.home.forklift-operator--manga .home__recruit img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--manga .home__recruit {
    padding-top: 60px;
  }
  .home.forklift-operator--manga .home__recruit img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--general .box--border01 {
  width: 90%;
  padding: 4.8vw;
  margin: 0 auto;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 0.5333333333vw solid #333;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .box--border01 {
    padding: 20px;
    font-size: 1.2857142857rem;
    border: 2px solid #333;
    border-radius: 7px;
  }
}
.home.forklift-operator--general .box--icon {
  position: relative;
}
.home.forklift-operator--general .box--icon::before {
  position: absolute;
  top: -9.0666666667vw;
  left: 0;
  display: block;
  width: 22.6666666667vw;
  height: 17.0666666667vw;
  content: "";
  background: url("/assets/img/forklift-operator/202407-3/icon_01.png") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .box--icon::before {
    top: -40px;
    width: 106px;
    height: 80px;
  }
}
.home.forklift-operator--general .box--icon--right::before {
  right: 0;
  left: auto !important;
}
.home.forklift-operator--general .bg--gray01 {
  background-color: #f7f6f5;
}
.home.forklift-operator--general .home__mv {
  padding-bottom: 16vw;
}
.home.forklift-operator--general .home__mv img {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__mv {
    padding-bottom: 60px;
  }
  .home.forklift-operator--general .home__mv img {
    margin-bottom: 40px;
  }
}
.home.forklift-operator--general .home__worries img {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__worries img {
    margin-bottom: 30px;
  }
}
.home.forklift-operator--general .home__about {
  padding: 16vw 0;
}
.home.forklift-operator--general .home__about img {
  margin-bottom: 13.3333333333vw;
}
.home.forklift-operator--general .home__about a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__about {
    padding: 60px 0;
  }
  .home.forklift-operator--general .home__about img {
    margin-bottom: 50px;
  }
}
.home.forklift-operator--general .home__point {
  padding-top: 16vw;
}
.home.forklift-operator--general .home__point img {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__point {
    padding-top: 60px;
  }
  .home.forklift-operator--general .home__point img {
    margin-bottom: 50px;
  }
}
.home.forklift-operator--general .home__welfare {
  padding-top: 10.6666666667vw;
}
.home.forklift-operator--general .home__welfare img {
  margin-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__welfare {
    padding-top: 40px;
  }
  .home.forklift-operator--general .home__welfare img {
    margin-bottom: 50px;
  }
}
.home.forklift-operator--general .home__intro {
  padding-top: 13.3333333333vw;
}
.home.forklift-operator--general .home__intro img {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__intro {
    padding-top: 50px;
  }
  .home.forklift-operator--general .home__intro img {
    margin-bottom: 40px;
  }
}
.home.forklift-operator--general .home__support {
  padding-top: 16vw;
}
.home.forklift-operator--general .home__support img {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__support {
    padding-top: 60px;
  }
  .home.forklift-operator--general .home__support img {
    margin-bottom: 40px;
  }
}
.home.forklift-operator--general .home__recruit {
  padding-top: 16vw;
}
.home.forklift-operator--general .home__recruit img {
  margin-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .home.forklift-operator--general .home__recruit {
    padding-top: 60px;
  }
  .home.forklift-operator--general .home__recruit img {
    margin-bottom: 40px;
  }
}

/* @ PC･SP切り替え
 * ------------------------------------------------------------ */
.sp-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

/* @ spacing
 * ------------------------------------------------------------ */
.u-mt-0 {
  margin-top: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-0 {
    margin-top: 0 !important;
  }
}

.u-mt-5 {
  margin-top: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-5 {
    margin-top: 5px !important;
  }
}

.u-mt-10 {
  margin-top: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-10 {
    margin-top: 10px !important;
  }
}

.u-mt-15 {
  margin-top: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-15 {
    margin-top: 15px !important;
  }
}

.u-mt-20 {
  margin-top: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-20 {
    margin-top: 20px !important;
  }
}

.u-mt-25 {
  margin-top: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-25 {
    margin-top: 25px !important;
  }
}

.u-mt-30 {
  margin-top: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-30 {
    margin-top: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-35 {
    margin-top: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-40 {
    margin-top: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-45 {
    margin-top: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-50 {
    margin-top: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-55 {
    margin-top: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-60 {
    margin-top: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-65 {
    margin-top: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-70 {
    margin-top: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-75 {
    margin-top: 75px !important;
  }
}

.u-mt-80 {
  margin-top: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mt-80 {
    margin-top: 80px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-5 {
  margin-bottom: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 5px !important;
  }
}

.u-mb-10 {
  margin-bottom: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 10px !important;
  }
}

.u-mb-15 {
  margin-bottom: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-15 {
    margin-bottom: 15px !important;
  }
}

.u-mb-20 {
  margin-bottom: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 20px !important;
  }
}

.u-mb-25 {
  margin-bottom: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-25 {
    margin-bottom: 25px !important;
  }
}

.u-mb-30 {
  margin-bottom: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 30px !important;
  }
}

.u-mb-35 {
  margin-bottom: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-35 {
    margin-bottom: 35px !important;
  }
}

.u-mb-40 {
  margin-bottom: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 40px !important;
  }
}

.u-mb-45 {
  margin-bottom: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-45 {
    margin-bottom: 45px !important;
  }
}

.u-mb-50 {
  margin-bottom: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 50px !important;
  }
}

.u-mb-55 {
  margin-bottom: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-55 {
    margin-bottom: 55px !important;
  }
}

.u-mb-60 {
  margin-bottom: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-60 {
    margin-bottom: 60px !important;
  }
}

.u-mb-65 {
  margin-bottom: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-65 {
    margin-bottom: 65px !important;
  }
}

.u-mb-70 {
  margin-bottom: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-70 {
    margin-bottom: 70px !important;
  }
}

.u-mb-75 {
  margin-bottom: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-75 {
    margin-bottom: 75px !important;
  }
}

.u-mb-80 {
  margin-bottom: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 80px !important;
  }
}

.u-pt-0 {
  padding-top: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-0 {
    padding-top: 0 !important;
  }
}

.u-pt-5 {
  padding-top: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-5 {
    padding-top: 5px !important;
  }
}

.u-pt-10 {
  padding-top: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-10 {
    padding-top: 10px !important;
  }
}

.u-pt-15 {
  padding-top: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-15 {
    padding-top: 15px !important;
  }
}

.u-pt-20 {
  padding-top: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-20 {
    padding-top: 20px !important;
  }
}

.u-pt-25 {
  padding-top: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-25 {
    padding-top: 25px !important;
  }
}

.u-pt-30 {
  padding-top: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-30 {
    padding-top: 30px !important;
  }
}

.u-pt-35 {
  padding-top: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-35 {
    padding-top: 35px !important;
  }
}

.u-pt-40 {
  padding-top: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-40 {
    padding-top: 40px !important;
  }
}

.u-pt-45 {
  padding-top: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-45 {
    padding-top: 45px !important;
  }
}

.u-pt-50 {
  padding-top: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-50 {
    padding-top: 50px !important;
  }
}

.u-pt-55 {
  padding-top: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-55 {
    padding-top: 55px !important;
  }
}

.u-pt-60 {
  padding-top: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-60 {
    padding-top: 60px !important;
  }
}

.u-pt-65 {
  padding-top: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-65 {
    padding-top: 65px !important;
  }
}

.u-pt-70 {
  padding-top: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-70 {
    padding-top: 70px !important;
  }
}

.u-pt-75 {
  padding-top: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-75 {
    padding-top: 75px !important;
  }
}

.u-pt-80 {
  padding-top: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pt-80 {
    padding-top: 80px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-0 {
    padding-bottom: 0 !important;
  }
}

.u-pb-5 {
  padding-bottom: 1.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 5px !important;
  }
}

.u-pb-10 {
  padding-bottom: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-10 {
    padding-bottom: 10px !important;
  }
}

.u-pb-15 {
  padding-bottom: 4vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-15 {
    padding-bottom: 15px !important;
  }
}

.u-pb-20 {
  padding-bottom: 5.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-20 {
    padding-bottom: 20px !important;
  }
}

.u-pb-25 {
  padding-bottom: 6.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-25 {
    padding-bottom: 25px !important;
  }
}

.u-pb-30 {
  padding-bottom: 8vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-30 {
    padding-bottom: 30px !important;
  }
}

.u-pb-35 {
  padding-bottom: 9.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-35 {
    padding-bottom: 35px !important;
  }
}

.u-pb-40 {
  padding-bottom: 10.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-40 {
    padding-bottom: 40px !important;
  }
}

.u-pb-45 {
  padding-bottom: 12vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-45 {
    padding-bottom: 45px !important;
  }
}

.u-pb-50 {
  padding-bottom: 13.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-50 {
    padding-bottom: 50px !important;
  }
}

.u-pb-55 {
  padding-bottom: 14.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-55 {
    padding-bottom: 55px !important;
  }
}

.u-pb-60 {
  padding-bottom: 16vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-60 {
    padding-bottom: 60px !important;
  }
}

.u-pb-65 {
  padding-bottom: 17.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-65 {
    padding-bottom: 65px !important;
  }
}

.u-pb-70 {
  padding-bottom: 18.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-70 {
    padding-bottom: 70px !important;
  }
}

.u-pb-75 {
  padding-bottom: 20vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-75 {
    padding-bottom: 75px !important;
  }
}

.u-pb-80 {
  padding-bottom: 21.3333333333vw !important;
}
@media only screen and (min-width: 768px) {
  .u-pb-80 {
    padding-bottom: 80px !important;
  }
}

/* @ span 改行
 * ------------------------------------------------------------ */
.newline {
  display: inline-block;
}