@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: #00a73c;
  color: #ffffff;
}

::selection {
  background: #00a73c;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #000;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100%;
  border-bottom-left-radius: 10px;
  height: 100%;
  background: #00a73c;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
  scale: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding-top: 110px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 720px;
}
.hamburger__menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hamburger__menu__nav__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-bottom: 1px solid #fff;
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px 20px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 230px;
  line-height: 1.6;
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 5px 0px 5px 8.66px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.hamburger__contactBtn {
  margin-top: 40px;
}
.hamburger__contactBtn a {
  position: relative;
  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;
  padding: 20px 30px 21px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #00a73c;
  border-radius: 45px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__contactBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  margin-top: -1.5px;
  width: 14px;
  aspect-ratio: 14/9;
  background-color: #00a73c;
  -webkit-mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
          mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__contactBtn a:hover {
    opacity: 1;
    background: #f4f4f4;
    color: #fa5c2c;
  }
  .hamburger__contactBtn a:hover::after {
    background-color: #fa5c2c;
  }
}

.hamburger__btn {
  display: none;
  width: 64px;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 900;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.025em;
  background: #00a73c;
  border-radius: 6px;
  border: 2px solid #00a73c;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1384px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    gap: 4px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
.hamburger__btn span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn span {
    width: 18px;
  }
}
.hamburger__btn.js-open {
  gap: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hamburger__btn.js-open span:nth-child(1) {
  -webkit-transform: translate(0, 2px) rotate(45deg);
          transform: translate(0, 2px) rotate(45deg);
}
.hamburger__btn.js-open span:nth-child(2) {
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}
.hamburger__btn.js-open span:nth-child(3) {
  -webkit-transform: translate(0, -2px) rotate(-45deg);
          transform: translate(0, -2px) rotate(-45deg);
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background: #f4f4f4;
    border: 2px solid #00a73c;
  }
  .hamburger__btn:hover span {
    background: #00a73c;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  color: #7f7f7f;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #00a73c;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #00a73c transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #00a73c;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #00a73c;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #00a73c;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #d7d2d2;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em 1em;
    padding: 16px 20px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #d7d2d2;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #00a73c;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #00a73c;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #00a73c;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  border-color: #00a73c;
}
.custom-form input[type=checkbox] + label::after {
  top: 8px;
  left: 6px;
  color: #ffffff;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #00a73c;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 128px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
.custom-form .btn_cover::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #00a73c;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 24px 24px 48px !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.commonTitle_eng {
  display: inline-block;
  color: #fff;
  font-size: 8rem;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.055em;
}
.commonTitle_eng:first-letter {
  color: #00a73c;
  text-shadow: none;
  font-size: 10rem;
  letter-spacing: 0.001em;
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .commonTitle_eng:first-letter {
    font-size: 8rem;
  }
}
@media (max-width: 834px) {
  .commonTitle_eng:first-letter {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .commonTitle_eng {
    font-size: 6.6rem;
  }
}
@media (max-width: 834px) {
  .commonTitle_eng {
    font-size: 4rem;
  }
}
.commonTitle_ja {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 834px) {
  .commonTitle_ja {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}

.commonTitle02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  padding-top: 30px;
}
@media (max-width: 834px) {
  .commonTitle02 {
    display: block;
    padding: 30px 4% 0;
  }
}
.commonTitle02_eng {
  color: #fff;
  font-size: 8rem;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 28px;
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .commonTitle02_eng {
    font-size: 6.6rem;
    padding-left: 40px;
  }
}
@media (max-width: 834px) {
  .commonTitle02_eng {
    font-size: 3.6rem;
    padding-left: 0;
  }
}
.commonTitle02_ja {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-left: 28px;
  padding-right: 50px;
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .commonTitle02_ja {
    padding-right: 40px;
    font-size: 2.4rem;
  }
}
@media (max-width: 834px) {
  .commonTitle02_ja {
    margin-top: 8px;
    font-size: 1.5rem;
    padding-right: 0;
  }
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translate(60px, 60px) scale(0.5);
            transform: translate(60px, 60px) scale(0.5);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translate(60px, 60px) scale(0.5);
            transform: translate(60px, 60px) scale(0.5);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes confettiPop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes confettiPop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  11% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  16% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  11% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  16% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* ============================================
// HEADER
// ==========================================*/
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 0;
}
@media (max-width: 834px) {
  .header_inner {
    padding: 10.5px 16px;
  }
}
.header_logo {
  padding-top: 14px;
  padding-left: 8px;
}
@media (max-width: 834px) {
  .header_logo {
    padding: 0;
  }
}
.header_logo_img {
  max-width: 403px;
  width: 100%;
}
@media (max-width: 834px) {
  .header_logo_img {
    max-width: 239px;
  }
}
.header_logo_text {
  color: #000;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .header_logo_text {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.header_nav {
  position: fixed;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  z-index: 100;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1385px) {
  .header_nav {
    display: none;
  }
}
.header_nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.header_nav .navList_item a {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
.header_nav .contactBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  padding: 16px 10px 19px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  border-radius: 25px;
  background-color: #00a73c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_nav .contactBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -1.5px;
  width: 14px;
  aspect-ratio: 14/9;
  background-color: #fff;
  -webkit-mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
          mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header_nav .contactBtn a:hover {
    opacity: 1;
    background: #fa5c2c;
  }
}

.js-scrolled .header_nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* ============================================
// FOOTER
// ==========================================*/
.footer::before {
  content: "";
  position: relative;
  display: block;
  width: 99.1vw;
  aspect-ratio: 1480/376;
  background: url(../img/common/bg_img01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .footer::before {
    width: 610px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 834px) {
  .footer_inner {
    margin-top: 8px;
  }
}
.footer_logo_img {
  max-width: 403px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .footer_logo_img {
    max-width: 300px;
  }
}
.footer_text {
  margin-top: 48px;
  color: #00a73c;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 834px) {
  .footer_text {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}
.footer .recruitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .footer .recruitArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
  }
}
.footer .recruitArea .recruitBox a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  min-width: 350px;
  border: #00a73c 2px solid;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox a {
    min-width: inherit;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .footer .recruitArea .recruitBox a:hover {
    opacity: 1;
  }
  .footer .recruitArea .recruitBox a:hover .recruitBox_text {
    color: #00a73c;
  }
}
.footer .recruitArea .recruitBox a::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 28px;
  display: block;
  width: 56px;
  aspect-ratio: 56/14.5;
  background: url(../img/common/recruit_deco.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox a::after {
    width: 45px;
    top: -7px;
    right: 16px;
  }
}
.footer .recruitArea .recruitBox_img {
  width: 100%;
  margin-top: -12px;
}
.footer .recruitArea .recruitBox_text {
  padding: 16px 20px 16px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox_text {
    font-size: 1.6rem;
    padding: 17px 20px 19px 0;
  }
}
.footer .recruitArea .recruitBox:first-child a {
  padding-left: 21px;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox:first-child a {
    padding-left: 16px;
  }
}
.footer .recruitArea .recruitBox:first-child .recruitBox_img {
  max-width: 78px;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox:first-child .recruitBox_img {
    max-width: 66px;
  }
}
.footer .recruitArea .recruitBox:first-child .recruitBox_text {
  margin-left: 8px;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox:first-child .recruitBox_text {
    margin-left: 12px;
  }
}
.footer .recruitArea .recruitBox:nth-child(2) a {
  padding-left: 13px;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox:nth-child(2) a {
    padding-left: 8px;
  }
}
.footer .recruitArea .recruitBox:nth-child(2) .recruitBox_img {
  max-width: 94px;
}
@media (max-width: 834px) {
  .footer .recruitArea .recruitBox:nth-child(2) .recruitBox_img {
    max-width: 82px;
  }
}
.footer_bottom {
  background: #00a73c;
  padding: 34px 70px;
}
@media (max-width: 834px) {
  .footer_bottom {
    padding: 20px 4% 50px;
  }
}
.footer_bottom_inner {
  max-width: 1270px;
  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;
}
@media screen and (max-width: 1200px) {
  .footer_bottom_inner {
    padding-left: 0;
  }
}
@media (max-width: 834px) {
  .footer_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.footer_bottom .siteArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer_bottom .siteArea_btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  padding: 19px 10px 21px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  background-color: #00a73c;
  border: #fff 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .footer_bottom .siteArea_btn a {
    min-width: 220px;
    font-size: 1.3rem;
  }
}
@media (max-width: 834px) {
  .footer_bottom .siteArea_btn a {
    padding: 0;
    min-width: 166px;
    font-size: 1.2rem;
    padding: 16px 22px 18px;
  }
}
.footer_bottom .siteArea_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -1.5px;
  width: 14px;
  aspect-ratio: 14/9;
  background-color: #fff;
  -webkit-mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
          mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer_bottom .siteArea_btn a::after {
    width: 10px;
  }
}
@media (any-hover: hover) {
  .footer_bottom .siteArea_btn a:hover {
    opacity: 1;
    background: #f4f4f4;
    color: #00a73c;
  }
  .footer_bottom .siteArea_btn a:hover::after {
    background-color: #00a73c;
  }
}
.footer_bottom .siteArea_btn:first-child a::after {
  display: none;
}
.footer_bottom .otherArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .footer_bottom .otherArea {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.footer_bottom .otherArea .footer__bottom__ga a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
.footer_bottom .otherArea .footer__bottom__copyright {
  color: #fff;
  font-size: 1.2rem;
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  bottom: 75px;
  right: 3.3%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 8px;
    right: 2.5%;
  }
}
.pagetop a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 90px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: #00a73c 1px solid;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 64px;
    gap: 7px;
  }
}
.pagetop a::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/11;
  background-color: #00a73c;
  -webkit-mask: url(../img/common/pagetop_img.png) center center/contain no-repeat;
          mask: url(../img/common/pagetop_img.png) center center/contain no-repeat;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop a::before {
    width: 11px;
    margin-top: -3px;
  }
}
.pagetop a .pagetop_text {
  color: #00a73c;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-left: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .pagetop a .pagetop_text {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    background-color: #00a73c;
    border: #fff solid 1px;
  }
  .pagetop a:hover .pagetop_text {
    color: #fff;
  }
  .pagetop a:hover::before {
    background-color: #fff;
  }
}
.js-scrolled .pagetop {
  opacity: 1;
  visibility: visible;
}

/* ============================================
// RECRUIT
// ==========================================*/
.recruit_inner {
  position: relative;
  height: clamp(400px, 80vh, 530px);
}
@media (max-width: 834px) {
  .recruit_inner {
    height: 360px;
  }
}
.recruit_inner::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -250px;
  display: block;
  width: 559px;
  aspect-ratio: 559/460;
  background: url(../img/common/bg_img02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .recruit_inner::before {
    width: 279.5px;
    right: -130px;
  }
}
.recruit_inner::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 99.1vw;
  aspect-ratio: 1480/376;
  background: url(../img/common/bg_img01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .recruit_inner::after {
    width: 610px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recruit_contents {
  position: relative;
  padding: 74px 40px 0;
}
@media (max-width: 834px) {
  .recruit_contents {
    padding: 74px 6.5% 0;
  }
}
.recruit_contents .subCopy {
  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;
  gap: 20px;
  margin: 0 auto 26px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .recruit_contents .subCopy {
    max-width: 800px;
  }
}
@media (max-width: 834px) {
  .recruit_contents .subCopy {
    max-width: 320px;
  }
}
.recruit_contents .subCopy_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: -6px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .recruit_contents .subCopy_text {
    font-size: 1.9rem;
  }
}
.recruit_contents .subCopy::before, .recruit_contents .subCopy::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  border-radius: 50px;
  background-color: #000;
  pointer-events: none;
}
@media (max-width: 834px) {
  .recruit_contents .subCopy::before, .recruit_contents .subCopy::after {
    width: 2px;
    height: 20px;
  }
}
.recruit_contents .subCopy::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.recruit_contents .subCopy::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.recruit_contents::after {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 25px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 749px;
  aspect-ratio: 749/415;
  background: url(../img/common/recruit_spray.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .recruit_contents::after {
    left: 50%;
    width: 360px;
    top: 23px;
  }
}
.recruit_contents .recruitBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.recruit_contents .recruitBtn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 370px;
  padding: 28px 40px 31px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  background-color: #00a73c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit_contents .recruitBtn a {
    font-size: 1.5rem;
    min-width: 280px;
    padding: 23px 40px 26px;
  }
}
.recruit_contents .recruitBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  margin-top: -1.5px;
  width: 14px;
  aspect-ratio: 14/9;
  background-color: #fff;
  -webkit-mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
          mask: url(../img/common/ico_custom.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .recruit_contents .recruitBtn a::after {
    right: 20px;
    width: 12px;
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .recruit_contents .recruitBtn a:hover {
    opacity: 1;
    background-color: #fa5c2c;
  }
}
.recruit_contents .detailText {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .sec_message_inner {
  padding-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_message_inner {
    padding-top: 50px;
  }
}
.front-page .sec_message .commonTitle {
  text-align: center;
}
.front-page .sec_message .commonTitle_eng {
  font-size: 10rem;
  letter-spacing: 0.055em;
}
.front-page .sec_message .commonTitle_eng:first-letter {
  font-size: 13rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .front-page .sec_message .commonTitle_eng:first-letter {
    font-size: 8.4rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec_message .commonTitle_eng:first-letter {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .front-page .sec_message .commonTitle_eng {
    font-size: 7rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec_message .commonTitle_eng {
    font-size: 4rem;
  }
}
.front-page .sec_message .commonTitle_ja {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .front-page .sec_message .commonTitle_ja {
    font-size: 1.6rem;
  }
}
.front-page .sec_message_text {
  max-width: 940px;
  margin: 36px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec_message_text {
    margin-top: 24px;
  }
}
.front-page .sec_message .logoList {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList {
    gap: 12px 18px;
    margin-top: 40px;
  }
}
.front-page .sec_message .logoList_item {
  width: 100%;
}
.front-page .sec_message .logoList_item:nth-child(1) {
  max-width: 51px;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList_item:nth-child(1) {
    max-width: 35px;
  }
}
.front-page .sec_message .logoList_item:nth-child(2) {
  max-width: 93px;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList_item:nth-child(2) {
    max-width: 70px;
  }
}
.front-page .sec_message .logoList_item:nth-child(3) {
  max-width: 147px;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList_item:nth-child(3) {
    max-width: 110px;
  }
}
.front-page .sec_message .logoList_item:nth-child(4) {
  max-width: 217px;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList_item:nth-child(4) {
    max-width: 140px;
  }
}
.front-page .sec_message .logoList_item:nth-child(5) {
  max-width: 109px;
}
@media (max-width: 834px) {
  .front-page .sec_message .logoList_item:nth-child(5) {
    max-width: 80px;
  }
}
.front-page .sec_career {
  position: relative;
  background-color: #00a73c;
}
.front-page .sec_career_inner {
  margin-top: 108px;
}
@media (max-width: 834px) {
  .front-page .sec_career_inner {
    margin-top: 42px;
  }
}
.front-page .sec_career .jobList_item {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_career .jobList_item {
    display: block;
    padding: 18px 5.22% 36px;
  }
}
.front-page .sec_career .jobList_item_head {
  padding: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.73%;
          flex: 0 0 22.73%;
  text-align: center;
  border-right: 1px solid #000;
}
@media (max-width: 834px) {
  .front-page .sec_career .jobList_item_head {
    border-right: none;
    padding: 0 0 20px;
  }
}
.front-page .sec_career .jobList_item_head .tab {
  font-size: 1.4rem;
  padding: 4px 10px 6px;
  border: #000 1px solid;
  border-radius: 15.5px;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .sec_career .jobList_item_head .tab {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 3px 10px 4px;
  }
}
.front-page .sec_career .jobList_item_head .jobName {
  margin-top: 14px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #00a73c;
}
@media (max-width: 834px) {
  .front-page .sec_career .jobList_item_head .jobName {
    font-size: 2.2rem;
    margin-top: 12px;
  }
}
.front-page .sec_career .jobList_item_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 834px) {
  .front-page .sec_career .jobList_item_body {
    padding: 0;
  }
}
.front-page .sec_career .careerArea {
  margin-top: 58px;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea {
    margin-top: 45px;
  }
}
.front-page .sec_career .careerArea_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea_title {
    font-size: 2.2rem;
  }
}
.front-page .sec_career .careerArea .careerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea .careerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 32px;
  }
}
.front-page .sec_career .careerArea .careerList_item {
  max-width: 280px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-row-gap: 0;
}
.front-page .sec_career .careerArea .careerList_item .imgArea {
  max-width: 280px;
}
.front-page .sec_career .careerArea .careerList_item .imgArea img {
  aspect-ratio: 280/186;
}
.front-page .sec_career .careerArea .careerList_item .tabArea {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -18px auto 0;
  z-index: 1;
  padding: 0 15px;
}
.front-page .sec_career .careerArea .careerList_item .tabArea .tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 140px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 7px 15px 9px;
  text-align: center;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea .careerList_item .tabArea .tab {
    font-size: 1.45rem;
    padding: 5px 15px 8px;
  }
}
.front-page .sec_career .careerArea .careerList_item .jobCategories {
  padding: 20px 9.5% 40px;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea .careerList_item .jobCategories {
    padding: 20px 8% 32px;
  }
}
.front-page .sec_career .careerArea .careerList_item .jobCategories_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea .careerList_item .jobCategories_item {
    font-size: 1.5rem;
  }
}
.front-page .sec_career .careerArea .careerList_item .jobCategories_item::before {
  content: "";
  margin-top: 17px;
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 834px) {
  .front-page .sec_career .careerArea .careerList_item .jobCategories_item::before {
    margin-top: 14px;
  }
}
.front-page .sec_career .careerArea .careerList_item:nth-child(n+1) .tab {
  background-color: #00a73c;
}
.front-page .sec_career .careerArea .careerList_item:nth-child(n+2) .tab {
  background-color: #d02060;
}
.front-page .sec_career .careerArea .careerList_item:nth-child(n+3) .tab {
  background-color: #fa5c2c;
}
.front-page .sec_career .careerArea .careerList_item:nth-child(n+4) .tab {
  background-color: #fe282a;
}
.front-page .sec_place_inner {
  padding-top: 118px;
  padding-bottom: 200px;
}
@media (max-width: 834px) {
  .front-page .sec_place_inner {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}
.front-page .sec_place_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec_place_contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .textArea {
    display: contents;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .front-page .sec_place_contents .textArea .commonTitle_eng {
    margin-left: -12px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .textArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec_place_contents .textArea .areaList {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 10px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .textArea .areaList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    gap: 7px;
  }
}
.front-page .sec_place_contents .textArea .areaList_item {
  display: inline-block;
  padding: 7px 19px 8px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #f4f4f4;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .textArea .areaList_item {
    padding: 7px 16px 8px;
  }
}
.front-page .sec_place_contents .textArea_text {
  margin-top: 26px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .textArea_text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 10px;
  }
}
.front-page .sec_place_contents .imgArea {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.834%;
          flex: 0 0 45.834%;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 16px auto 0;
  }
}
.front-page .sec_place_contents .imgArea .img {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .imgArea .img {
    max-width: 330px;
  }
}
.front-page .sec_place_contents .imgArea .img img {
  aspect-ratio: 550/454;
}
.front-page .sec_place_contents .types {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0 32px;
  margin-top: -40px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .types {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 10px;
  }
}
.front-page .sec_place_contents .types_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 0 8% 32px;
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .types_item {
    margin-top: 40px;
    padding: 0 7% 24px;
  }
}
.front-page .sec_place_contents .types_item .hd {
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.66;
  margin: -1.5em auto 0;
  padding: 0.5em 1.5em;
  background: #00a73c;
  border-radius: 6px;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .types_item .hd {
    font-size: 1.5rem;
  }
}
.front-page .sec_place_contents .types_item .copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin: 1em auto 0;
}
@media (max-width: 834px) {
  .front-page .sec_place_contents .types_item .copy {
    font-size: 1.8rem;
  }
}
.front-page .sec_place_contents .types_item .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0.8em auto 0;
}
.front-page .sec_place_contents .types_item .note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8em;
  color: #cc0000;
  line-height: 1.66;
  margin: 1em auto 0;
}
.front-page .sec_place_illust {
  position: absolute;
  z-index: 1;
  left: 70px;
  bottom: -128px;
}
@media (max-width: 834px) {
  .front-page .sec_place_illust {
    bottom: -25px;
    left: 6.5%;
  }
}
.front-page .sec_place_illust_item {
  max-width: 178px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_place_illust_item {
    max-width: 95px;
  }
}
.front-page .sec_place_illust::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 150px;
  width: 331px;
  aspect-ratio: 662/332;
  background: url(../img/index/place_img02.png?2507) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .front-page .sec_place_illust::after {
    width: 198.6px;
    left: 80px;
    top: -15px;
  }
}
.front-page .sec_welfare {
  background-color: #f4f4f4;
}
.front-page .sec_welfare .commonTitle {
  text-align: center;
}
.front-page .sec_welfare_inner {
  max-width: 1180px;
  padding-top: 110px;
  padding-bottom: 95px;
}
@media (max-width: 834px) {
  .front-page .sec_welfare_inner {
    padding: 50px 4% 90px;
  }
}
.front-page .sec_welfare_text {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec_welfare_text {
    margin-top: 24px;
    padding: 0 2.5%;
  }
}
.front-page .sec_welfare .mainList {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px auto 0;
  gap: 20px 22px;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .mainList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    gap: 10px;
    padding: 0 2.5%;
  }
}
.front-page .sec_welfare .mainList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 25px 19px;
  background-color: #fff;
  min-height: 76px;
  border-radius: 10px;
  width: 100%;
}
.front-page .sec_welfare .mainList_item_head {
  color: #d02060;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .mainList_item_head {
    font-size: 1.7rem;
  }
}
.front-page .sec_welfare .mainList_item_text {
  margin-top: 7px;
  font-size: 1.4rem;
  color: #898989;
  line-height: 1.5;
  font-weight: 600;
}
.front-page .sec_welfare .clubBox {
  margin-top: 76px;
  border: #000 1px solid;
  border-radius: 10px;
}
.front-page .sec_welfare .clubBox_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -28px auto 0;
}
.front-page .sec_welfare .clubBox_title_text {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  background-color: #000;
  padding: 10px 20px 11px 30px;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .clubBox_title_text {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    padding: 9px 12px 10px 16px;
  }
}
.front-page .sec_welfare .clubBox .subList {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 4.18%;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .clubBox .subList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 28px 4.3% 32px;
  }
}
.front-page .sec_welfare .clubBox .subList_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;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px 26px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .clubBox .subList_item {
    padding: 22px 15px;
    border-radius: 6px;
  }
}
.front-page .sec_welfare .clubBox .subList_item_head {
  color: #00a73c;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .front-page .sec_welfare .clubBox .subList_item_head {
    font-size: 1.4rem;
  }
}
.front-page .sec_welfare_illust {
  position: absolute;
  bottom: -36px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  z-index: 0;
}
@media (max-width: 834px) {
  .front-page .sec_welfare_illust {
    right: 4%;
    bottom: -8px;
  }
}
.front-page .sec_welfare_illust_item {
  max-width: 181px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_welfare_illust_item {
    max-width: 95px;
  }
}
.front-page .sec_welfare_illust::before {
  content: "";
  margin-top: 22px;
  width: 185px;
  aspect-ratio: 185/128;
  background: url(../img/index/welfare_img02.png) center center/contain no-repeat;
  -webkit-animation: buruburu 3s linear infinite;
          animation: buruburu 3s linear infinite;
}
@media (max-width: 834px) {
  .front-page .sec_welfare_illust::before {
    width: 110px;
  }
}
.front-page .sec_application {
  position: relative;
  background-color: #00a73c;
  z-index: 1;
}
.front-page .sec_application .applicationArea {
  max-width: 1100px;
  margin: 78px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationArea {
    margin-top: 30px;
  }
}
.front-page .sec_application .applicationArea .date {
  color: #fff;
  text-align: right;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationArea .date {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.front-page .sec_application .applicationList {
  background-color: #fff;
  border-radius: 10px;
  border: #000000 solid 2px;
  padding: 20px 6.365%;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList {
    border: #000000 solid 1px;
    overflow: hidden;
    padding: 0;
  }
}
.front-page .sec_application .applicationList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList_item {
    display: block;
  }
}
.front-page .sec_application .applicationList_item_ttl {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding: 30px 10px 30px 30px;
  font-weight: 500;
  border-bottom: #fe282a 2px solid;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList_item_ttl {
    padding: 1em 1.5em;
    background-color: #f4f4f4;
    font-weight: 700;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList_item_ttl::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    background-color: #fe282a;
    width: 28%;
    height: 1px;
    pointer-events: none;
  }
}
.front-page .sec_application .applicationList_item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 25px 30px 40px;
  font-weight: 400;
  border-bottom: #000 2px solid;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList_item_txt {
    padding: 1.2em 1.5em 1.4em;
    border-bottom: 1px solid #000;
  }
}
.front-page .sec_application .applicationList_item:last-child .applicationList_item_ttl {
  border-bottom: none;
}
@media (max-width: 834px) {
  .front-page .sec_application .applicationList_item:last-child .applicationList_item_ttl {
    border-bottom: 1px solid #000;
  }
}
.front-page .sec_application .applicationList_item:last-child .applicationList_item_txt {
  border-bottom: none;
}
.front-page .sec_application .inquiryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background-color: #fff;
  border: 2px #000 solid;
  padding: 60px 6.365%;
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_application .inquiryBox {
    display: block;
    padding: 1.6em 1.5em 1.8em;
    border: 1px #000 solid;
    margin-top: 16px;
  }
}
.front-page .sec_application .inquiryBox_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fa5c2c;
  font-weight: 700;
}
.front-page .sec_application .inquiryBox_ttl::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_entry.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .sec_application .inquiryBox_ttl::before {
    margin-top: 4px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_application .inquiryBox_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.front-page .sec_application .inquiryBox_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .sec_application .inquiryBox_txt {
    margin-top: 8px;
  }
}
.front-page .sec_family_inner {
  max-width: 1480px;
  padding: 118px 0 0 8.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.46%;
}
@media screen and (min-width: 835px) and (max-width: 1356px) {
  .front-page .sec_family_inner {
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .sec_family_inner {
    padding-left: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_family_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.25%;
    margin-top: 45px;
  }
}
.front-page .sec_family .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .sec_family .textArea_text {
  margin-top: 54px;
  max-width: 620px;
}
@media (max-width: 834px) {
  .front-page .sec_family .textArea_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_family .textArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .sec_family .textArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec_family .imgArea {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.42%;
          flex: 0 0 46.42%;
}
@media (max-width: 834px) {
  .front-page .sec_family .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 6px;
  }
}
.front-page .sec_family .imgArea_item {
  width: 200px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .front-page .sec_family .imgArea_item {
    width: 160px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_family .imgArea_item {
    max-width: 200px;
    width: 100%;
  }
}
.front-page .sec_family .imgArea_item img {
  aspect-ratio: 1/1;
  border-radius: 6px;
}
@media screen and (max-width: 1480px) {
  .front-page .sec_family .imgArea_item:nth-child(3n) img {
    border-radius: 6px 0 0 6px;
  }
}
.front-page .sec_career, .front-page .sec_application {
  overflow: hidden;
}
.front-page .sec_career::before, .front-page .sec_career::after, .front-page .sec_application::before, .front-page .sec_application::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  display: block;
  width: 896px;
  aspect-ratio: 896/706;
  background: url(../img/common/bg_img03.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_career::before, .front-page .sec_career::after, .front-page .sec_application::before, .front-page .sec_application::after {
    width: 448px;
  }
}
.front-page .sec_career::before, .front-page .sec_application::before {
  top: 0;
  left: 0;
}
.front-page .sec_career::after, .front-page .sec_application::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.front-page .sec_career_inner, .front-page .sec_application_inner {
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .front-page .sec_career_inner, .front-page .sec_application_inner {
    padding: 0 4% 56px;
  }
}
.front-page .main {
  padding: 0;
}
.front-page .galleryArea {
  margin-top: 80px;
  margin-bottom: 126px;
}
@media (max-width: 834px) {
  .front-page .galleryArea {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.front-page .galleryArea .slideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.front-page .galleryArea .slideList_item {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .galleryArea .slideList_item {
    max-width: 240px;
  }
}
.front-page .galleryArea .slideList_item img {
  border-radius: 10px;
  aspect-ratio: 400/267;
}

/*--------------------
  mainVisual
--------------------*/
.mainVisual_inner {
  padding-top: 8px;
}
.mainVisual_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(400px, 80vh, 780px);
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual_contents {
    height: 680px;
  }
}
@media (max-width: 834px) {
  .mainVisual_contents {
    height: 460px;
  }
}
.mainVisual_contents::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -130px;
  display: block;
  width: 559px;
  aspect-ratio: 559/460;
  background: url(../img/common/bg_img02.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual_contents::before {
    right: -25%;
  }
}
@media (max-width: 834px) {
  .mainVisual_contents::before {
    top: 0;
    width: 279.5px;
  }
}
.mainVisual_contents::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: -1;
  display: block;
  width: 99.1vw;
  aspect-ratio: 1480/376;
  background: url(../img/common/bg_img01.png) center center/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .mainVisual_contents::after {
    width: 120vw;
  }
}
@media (max-width: 834px) {
  .mainVisual_contents::after {
    width: 610px;
    left: 50%;
  }
}
.mainVisual_imgArea {
  position: absolute;
  z-index: 1;
}
.mainVisual_imgArea.-illust01 {
  top: 0;
  left: -34px;
  z-index: 1;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .mainVisual_imgArea.-illust01 {
    z-index: 0;
    left: -40px;
  }
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust01 {
    top: auto;
    bottom: 71px;
    left: calc(50% - 90px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.mainVisual_imgArea.-illust01 .img {
  width: clamp(200px, 35.5vw, 530px);
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .mainVisual_imgArea.-illust01 .img {
    width: 40vw;
  }
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust01 .img {
    width: 216px;
  }
}
.mainVisual_imgArea.-illust02 {
  bottom: 3px;
  right: -34px;
  z-index: 0;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .mainVisual_imgArea.-illust02 {
    right: -45px;
  }
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust02 {
    right: auto;
    left: calc(50% + 80px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
.mainVisual_imgArea.-illust02 .img {
  width: clamp(200px, 38.7vw, 578px);
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .mainVisual_imgArea.-illust02 .img {
    width: 46vw;
  }
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust02 .img {
    width: 248px;
  }
}
.mainVisual_textArea {
  max-width: 478px;
  position: relative;
  margin-top: 124px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual_textArea {
    max-width: 456px;
    margin-top: 100px;
    z-index: 2;
  }
}
@media (max-width: 834px) {
  .mainVisual_textArea {
    max-width: 320px;
    margin-top: 30px;
  }
}
.mainVisual_textArea_copy {
  position: relative;
  max-width: 478px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 834px) {
  .mainVisual_textArea_copy {
    max-width: 256px;
    margin: 0 auto;
  }
}
.mainVisual_textArea_subcopy {
  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;
  gap: 20px;
  margin-bottom: 34px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual_textArea_subcopy {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .mainVisual_textArea_subcopy {
    gap: 12px;
    margin-bottom: 15px;
  }
}
.mainVisual_textArea_subcopy_text {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: -6px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .mainVisual_textArea_subcopy_text {
    font-size: 1.9rem;
  }
}
.mainVisual_textArea_subcopy::before, .mainVisual_textArea_subcopy::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  border-radius: 50px;
  background-color: #000;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual_textArea_subcopy::before, .mainVisual_textArea_subcopy::after {
    width: 2px;
    height: 20px;
  }
}
.mainVisual_textArea_subcopy::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.mainVisual_textArea_subcopy::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.mainVisual_textArea::after {
  content: "";
  position: absolute;
  top: calc(50% + 80px);
  left: calc(50% - 15px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 725px;
  aspect-ratio: 725/442;
  background: url(../img/index/fv_spray.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual_textArea::after {
    width: 600px;
    top: calc(50% + 70px);
    left: calc(50% - 25px);
  }
}
@media (max-width: 834px) {
  .mainVisual_textArea::after {
    width: 362.5px;
    left: 50%;
    top: calc(50% + 30px);
  }
}

/* ============================================
// FVアニメーション
// ==========================================*/
.mainVisual_imgArea.-illust01 {
  opacity: 0;
  -webkit-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust01 {
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
}
.mainVisual_imgArea.-illust02 {
  opacity: 0;
  -webkit-transform: translate(24px, 24px);
          transform: translate(24px, 24px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 834px) {
  .mainVisual_imgArea.-illust02 {
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
}
.js-loaded .mainVisual_contents::before {
  -webkit-animation: bounce-in-top 0.85s 1.25s linear both;
          animation: bounce-in-top 0.85s 1.25s linear both;
}
.mainVisual_textArea {
  opacity: 0;
  -webkit-animation: fadeInText 0.4s 0.7s ease-in-out forwards;
          animation: fadeInText 0.4s 0.7s ease-in-out forwards;
}
.mainVisual_textArea::after {
  opacity: 0;
  -webkit-animation: confettiPop 0.6s 1s ease-out forwards;
          animation: confettiPop 0.6s 1s ease-out forwards;
}

.js-loaded .mainVisual_imgArea.-illust01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 834px) {
  .js-loaded .mainVisual_imgArea.-illust01 {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.js-loaded .mainVisual_imgArea.-illust02 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 834px) {
  .js-loaded .mainVisual_imgArea.-illust02 {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}/*# sourceMappingURL=style.css.map */