@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;
}

::-moz-selection {
  background: #f1454e;
  color: #ffffff;
}

::selection {
  background: #f1454e;
  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: #444444;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #ffffff;
  -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;
  }
}

#container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 116px;
}
@media (max-width: 834px) {
  #container {
    padding-bottom: 77px;
  }
}

.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;
}

a {
  color: #444444;
  -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: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.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
// ==========================================*/
/*-------------------------------------------------------
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: #fdf7f6;
}
@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: #fdf7f6;
}
@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: #f1454e;
  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: #f1454e transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #f1454e;
}
.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: #f1454e;
  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: #f1454e;
}
.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 #f1454e;
  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: #f1454e;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #f1454e;
  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: #f1454e;
}
.custom-form input[type=checkbox] + label::after {
  top: 8px;
  left: 6px;
  color: #ffffff;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #f1454e;
}
.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: #f1454e;
  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
// ==========================================*/
.commonTitle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 0;
}
@media (max-width: 834px) {
  .commonTitle01 {
    gap: 12px 0;
  }
}
.commonTitle01::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f1454e;
  background: -webkit-gradient(linear, left top, right top, from(#f1454e), color-stop(50%, #f1454e), color-stop(50%, #737578), to(#737578));
  background: linear-gradient(90deg, #f1454e 0%, #f1454e 50%, #737578 50%, #737578 100%);
  margin-top: 8px;
}
@media (max-width: 834px) {
  .commonTitle01::after {
    width: 60px;
  }
}
.commonTitle01 .eng {
  font-size: 1.4rem;
  color: #f1454e;
  line-height: 1;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 1.3rem;
  }
}
.commonTitle01 .ja {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 2.4rem;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto 0;
}
.header__inner {
  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;
  padding: 20px 20px 0 30px;
}
@media (max-width: 834px) {
  .header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 10px 0 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
}
@media (max-width: 834px) {
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 834px) {
  .header__logo .logo img {
    width: 220px;
    height: auto;
  }
}
.header__logo .txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f1454e;
  line-height: 1;
  border: 1px solid;
  padding: 0.65em 0.8em;
  background: #ffffff;
}
@media (max-width: 834px) {
  .header__logo .txt {
    font-size: 1rem;
    margin-left: 41px;
    margin-top: -10px;
  }
}
.header__btn 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;
  width: 185px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 1.5em;
  background: #f1454e;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .header__btn a {
    width: 100px;
    font-size: 1.2rem;
    padding: 1em;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.5em 48px;
  background: #f1454e;
}
@media (max-width: 834px) {
  .footer {
    font-size: 1.1rem;
  }
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  top: -60px;
  right: 60px;
  translate: 0 -100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1200px) {
  .pagetop {
    top: -40px;
    right: 40px;
  }
}
@media (max-width: 834px) {
  .pagetop {
    top: -20px;
    right: 20px;
  }
}
.pagetop a {
  display: block;
}
.pagetop img {
  width: 21px;
}
@media (max-width: 834px) {
  .pagetop img {
    width: 14px;
  }
}

/* ============================================
// CONVERSION
// ==========================================*/
.conversionArea {
  position: fixed;
  z-index: 10;
  inset: auto 0 0 0;
  background: url(../img/bg02.jpg) center center/cover no-repeat;
  border-top: 1px solid #f1454e;
  translate: 0 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.js-scrolled .conversionArea {
  translate: 0 0;
}
.conversionArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 834px) {
  .conversionArea__inner {
    padding: 14px;
  }
}
@media (max-width: 834px) {
  .conversionArea__inner .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 70%;
  }
}
.conversionArea__inner .btn a {
  width: 370px;
  height: 75px;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2.4em;
  background: #f1454e;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .conversionArea__inner .btn a {
    width: 100%;
    height: 48px;
    font-size: 1.4rem;
  }
}

/* ============================================
// INDEX
// ==========================================*/
/*--------------------
  mainVisual
--------------------*/
.sec__mainvisual {
  position: relative;
  z-index: 1;
  padding: 150px 72px 270px;
  background: url(../img/bg01.jpg) center bottom/cover no-repeat;
}
@media (max-width: 834px) {
  .sec__mainvisual {
    padding: 100px 5% 120px;
  }
}
.sec__mainvisual::before {
  content: "";
  aspect-ratio: 505/885;
  width: 505px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 190px;
  background: url(../img/bg_deco.png) right center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__mainvisual::before {
    width: 151.5px;
    top: inherit;
    bottom: 0;
  }
}
.sec__mainvisual .mainvisual__inner {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.11);
          box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.11);
}
.sec__mainvisual .mainvisual__inner .frame {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.sec__mainvisual .mainvisual__inner .frame.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  inset: -26px -37px auto -23px;
}
@media (max-width: 834px) {
  .sec__mainvisual .mainvisual__inner .frame.-top {
    inset: -22px -25px auto -18px;
  }
}
.sec__mainvisual .mainvisual__inner .frame.-top::before {
  content: url(../img/frame_lt.png);
  display: block;
  scale: 0.5;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 834px) {
  .sec__mainvisual .mainvisual__inner .frame.-top::before {
    scale: 0.35;
  }
}
.sec__mainvisual .mainvisual__inner .frame.-top::after {
  content: url(../img/frame_rt.png);
  display: block;
  scale: 0.5;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (max-width: 834px) {
  .sec__mainvisual .mainvisual__inner .frame.-top::after {
    scale: 0.35;
  }
}
.sec__mainvisual .mainvisual__inner .frame.-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  inset: auto 0 -30px -35px;
}
@media (max-width: 834px) {
  .sec__mainvisual .mainvisual__inner .frame.-bottom {
    inset: auto 0 -23px -23px;
  }
}
.sec__mainvisual .mainvisual__inner .frame.-bottom::before {
  content: url(../img/frame_lb.png);
  display: block;
  scale: 0.5;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 834px) {
  .sec__mainvisual .mainvisual__inner .frame.-bottom::before {
    scale: 0.35;
  }
}
.sec__mainvisual .maimvisual__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 72px 0 130px 64px;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea {
    padding: 8vw 6.25% 0;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .copy {
  width: 63.1469979296%;
  max-width: 610px;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .copy {
    width: 90%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .copy img {
  display: block;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .copy img {
    margin: 0 auto;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .copy img:nth-child(1) {
  width: 71.3114754098%;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .copy img:nth-child(1) {
    margin-bottom: 10px;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .copy img:nth-child(3) {
  width: 42.9508196721%;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .copy img:nth-child(3) {
    margin-top: 10px;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .points {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding: 0 0 0 16px;
  translate: 0 50%;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .points {
    width: 60%;
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 0;
    translate: 0 20%;
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .points__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 14.5631067961%;
  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;
  text-align: center;
  font-size: clamp(1.7rem, 1.6363636364vw, 1.8rem);
  font-weight: 700;
  line-height: 1.7;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.15);
          box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.15);
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .points__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    width: auto;
    font-size: clamp(1.1rem, 2.9333333333vw, 1.8rem);
  }
}
.sec__mainvisual .maimvisual__container .contentsArea .points__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.15;
  background: #f1454e;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1454e), color-stop(30%, white), to(white));
  background: linear-gradient(180deg, #f1454e 0%, white 30%, white 100%);
  border-radius: 50%;
}
.sec__mainvisual .maimvisual__container .contentsArea .points__item::after {
  content: "";
  aspect-ratio: 92/60;
  width: 30.6666666667%;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
  background: url(../img/ico_crown.png) center center/contain no-repeat;
  translate: 0 -50%;
}
.sec__mainvisual .maimvisual__container .contentsArea .points__item b {
  font-size: 1.4em;
  color: #f1454e;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .contentsArea .points__item b {
    font-size: 1.3em;
  }
}
.sec__mainvisual .maimvisual__container .imgArea {
  position: absolute;
  right: -13.1067961165%;
  bottom: -16.0984848485%;
  width: 39.514563%;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .imgArea {
    right: -5%;
    bottom: 0;
    translate: 0 25%;
  }
}
.sec__mainvisual .maimvisual__container .imgArea .person {
  position: relative;
  z-index: 1;
  display: block;
}
.sec__mainvisual .maimvisual__container .imgArea .person::before {
  content: "";
  aspect-ratio: 266/468;
  width: 65.3562653563%;
  position: absolute;
  z-index: -1;
  right: -24.57002457%;
  bottom: -5.5459272097%;
  background: url(../img/main_shadow.png) center center/contain no-repeat;
}
.sec__mainvisual .maimvisual__container .imgArea .fukidashi {
  width: 57.9852579853%;
  position: absolute;
  left: -29.484029484%;
  top: -18.0242634315%;
}
@media (max-width: 834px) {
  .sec__mainvisual .maimvisual__container .imgArea .fukidashi {
    width: 73.7100737101%;
    left: 0;
    right: 0;
    top: -31.1958405546%;
    margin: 0 auto;
    rotate: 5deg;
  }
}

/*--------------------
  intro
--------------------*/
.sec__intro {
  position: relative;
  z-index: 2;
  margin-top: -105px;
}
@media (max-width: 834px) {
  .sec__intro {
    margin-top: -50px;
  }
}
.sec__intro .intro__inner {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .sec__intro .intro__inner {
    padding-bottom: 0;
  }
}
.sec__intro .intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px 0;
}
@media (max-width: 834px) {
  .sec__intro .intro__contents {
    gap: 20px 0;
  }
}
@media (max-width: 834px) {
  .sec__intro .intro__contents .logomark img {
    height: 56px;
  }
}
.sec__intro .intro__contents .txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .sec__intro .intro__contents .txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 834px) {
  .sec__intro .intro__illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 4%;
  }
}
.sec__intro .intro__illust .illust {
  position: absolute;
  bottom: 0;
}
@media (max-width: 834px) {
  .sec__intro .intro__illust .illust {
    position: static;
    scale: 0.75;
  }
}
.sec__intro .intro__illust .illust:nth-child(1) {
  left: 80px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.sec__intro .intro__illust .illust:nth-child(2) {
  right: 25px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

/*--------------------
  group
--------------------*/
.sec__group {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding: 120px 0 120px;
  background: url(../img/bg02.jpg) center center/cover no-repeat;
}
@media (max-width: 834px) {
  .sec__group {
    padding: 64px 0 64px;
  }
}
.sec__group .group__contents {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .sec__group .group__contents {
    margin-top: 40px;
  }
}
.sec__group .group__contents .groupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    margin: 0 -10px;
  }
}
.sec__group .group__contents .groupList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  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;
  gap: 0 2em;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #f1454e;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item {
    gap: 2em;
    padding: 16px 16px 16px 24px;
  }
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .company {
    width: 100%;
  }
}
.sec__group .group__contents .groupList__item .company .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.66;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .company .name {
    gap: 0 6px;
    font-size: 1.6rem;
  }
}
.sec__group .group__contents .groupList__item .company .name::before {
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  margin-top: 0.5em;
  background: #f1454e;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .company .name::before {
    width: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
  }
}
.sec__group .group__contents .groupList__item .company .office {
  font-weight: 700;
  color: #999999;
  line-height: 1.66;
  margin-top: 0.25em;
  padding-left: 20px;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .company .office {
    font-size: 1.3rem;
    padding-left: 13px;
  }
}
.sec__group .group__contents .groupList__item .type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.sec__group .group__contents .groupList__item .type__item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.78em;
  background: #eaeaea;
  border-radius: 6px;
}
@media (max-width: 834px) {
  .sec__group .group__contents .groupList__item .type__item {
    font-size: 1.2rem;
  }
}
.sec__group .group__contents .groupList__item .type__item.-employee {
  background: #fdeafd;
}
.sec__group .group__contents .groupList__item .type__item.-parttime {
  background: #edf7ed;
}
.sec__group .group__contents .groupList__item .type__item.-disabled {
  color: #b5b5b5;
  background: #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------
  system
--------------------*/
.sec__system {
  position: relative;
  z-index: 1;
  padding: 120px 0 0;
}
@media (max-width: 834px) {
  .sec__system {
    padding: 64px 0 0;
  }
}
.sec__system::before {
  content: "";
  aspect-ratio: 505/885;
  width: 505px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -440px;
  background: url(../img/bg_deco.png) right center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__system::before {
    width: 151.5px;
    bottom: -140px;
  }
}
.sec__system .system__inner {
  max-width: 1180px;
}
.sec__system .system__contents {
  margin-top: 135px;
}
@media (max-width: 834px) {
  .sec__system .system__contents {
    margin-top: 64px;
  }
}
.sec__system .system__contents .points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0 60px;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points {
    display: block;
  }
}
.sec__system .system__contents .points__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 60px 60px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.15);
          box-shadow: 0px 0px 43px 0px rgba(96, 94, 94, 0.15);
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item {
    display: block;
    padding: 8%;
  }
}
@media (min-width: 835px) {
  .sec__system .system__contents .points__item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.sec__system .system__contents .points__item::before {
  content: url(../img/frame_lt.png);
  position: absolute;
  left: -24px;
  top: -67px;
  display: block;
  scale: 0.5;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item::before {
    scale: 0.35;
    left: -18px;
    top: -48px;
  }
}
.sec__system .system__contents .points__item .num {
  position: absolute;
  left: 30px;
  top: -0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  color: #f1454e;
  line-height: 1;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item .num {
    left: 5%;
  }
}
.sec__system .system__contents .points__item .num b {
  font-size: 2.8125em;
  font-weight: 400;
  translate: 0 -0.2em;
}
.sec__system .system__contents .points__item .img {
  aspect-ratio: 800/534;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item .img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.sec__system .system__contents .points__item .hd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f1454e;
  line-height: 1.4;
  padding: 1.05em 0;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item .hd {
    font-size: 1.9rem;
  }
}
.sec__system .system__contents .points__item .txt {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .sec__system .system__contents .points__item .txt {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.sec__system .system__contents .points__item .txt b {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f9fa9f));
  background: linear-gradient(transparent 60%, #f9fa9f 0%);
}

/*--------------------
  place
--------------------*/
.sec__place {
  position: relative;
  z-index: 1;
  padding: 120px 0 120px;
}
@media (max-width: 834px) {
  .sec__place {
    padding: 64px 0 64px;
  }
}
.sec__place .place__inner {
  max-width: 1180px;
}
.sec__place .place__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .sec__place .place__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 24px;
    margin-top: 32px;
  }
}
.sec__place .place__contents .contentsArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0 0;
}
@media (max-width: 834px) {
  .sec__place .place__contents .contentsArea {
    margin: 0 auto;
    padding: 0;
  }
}
.sec__place .place__contents .contentsArea .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 52px;
}
@media (max-width: 834px) {
  .sec__place .place__contents .contentsArea .imgs {
    gap: 12px;
    margin-top: 32px;
  }
}
.sec__place .place__contents .contentsArea .imgs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 520/346;
  overflow: hidden;
}
.sec__place .place__contents .contentsArea .areas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2em;
  margin-top: 40px;
  padding: 1.5em;
  border: 1px solid #f1454e;
}
@media (max-width: 1200px) {
  .sec__place .place__contents .contentsArea .areas {
    gap: 0 1.2em;
  }
}
@media (max-width: 834px) {
  .sec__place .place__contents .contentsArea .areas {
    margin-top: 32px;
  }
}
.sec__place .place__contents .contentsArea .areas__item {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .sec__place .place__contents .contentsArea .areas__item {
    font-size: 1.4rem;
  }
}
.sec__place .place__contents .contentsArea .note {
  font-size: 1.4rem;
  color: #999999;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .sec__place .place__contents .contentsArea .note {
    font-size: 1.2rem;
  }
}
.sec__place .place__contents .mapArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
  max-width: 390px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .sec__place .place__contents .mapArea {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 70%;
    max-width: 320px;
  }
}

/*--------------------
  outro
--------------------*/
.sec__outro {
  position: relative;
  z-index: 1;
  background: url(../img/bg02.jpg) center center/cover no-repeat;
}
.sec__outro .outro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 60px;
}
@media (max-width: 834px) {
  .sec__outro .outro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 0;
  }
}
@media (max-width: 834px) {
  .sec__outro .outro__contents .illustArea {
    width: 120px;
    margin-top: 24px;
  }
}
.sec__outro .outro__contents .contentsArea {
  padding: 100px 0;
}
@media (max-width: 834px) {
  .sec__outro .outro__contents .contentsArea {
    display: contents;
    padding: 0;
  }
}
@media (max-width: 834px) {
  .sec__outro .outro__contents .contentsArea .copy {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 444px;
  }
}
@media (max-width: 834px) {
  .sec__outro .outro__contents .contentsArea .copy img {
    height: auto;
  }
}
.sec__outro .outro__contents .contentsArea .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .sec__outro .outro__contents .contentsArea .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 15px;
    margin-top: 24px;
  }
}
.sec__outro .outro__contents .contentsArea .btns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sec__outro .outro__contents .contentsArea .btns__item a {
  position: relative;
  width: 310px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #999999;
  padding: 1em 40px;
  background: #ffffff;
  border: 1px solid;
  border-radius: 100vmax;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1200px) {
  .sec__outro .outro__contents .contentsArea .btns__item a {
    width: 260px;
  }
}
.sec__outro .outro__contents .contentsArea .btns__item a[target=_blank]::after {
  content: "";
  aspect-ratio: 24/16;
  height: 8px;
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto 0;
  background: url(../img/ico_external.png) center center/contain no-repeat;
}/*# sourceMappingURL=style.css.map */