@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://unpkg.com/swiper@7/swiper-bundle.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

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

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

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
@media screen and (min-width: 960px) {
  html {
    font-size: 10px; } }

@media screen and (max-width: 1299.9px) {
  html {
    font-size: .77vw; } }

@media screen and (max-width: 959.9px) {
  html {
    font-size: 10px; } }

@media screen and (max-width: 819px) {
  html {
    font-size: 2.6vw; } }

body {
  line-height: 1.75em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #F8F8F8;
  color: #000000;
  margin: 0;
  letter-spacing: 0.09em; }
  @media screen and (min-width: 960px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 959.9px) {
    body {
      font-size: 1.3rem; } }

/* Flocss Foundation */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
* {
  box-sizing: border-box; }

a {
  color: #1368B1; }
  a:active, a:hover {
    text-decoration: none; }

pre {
  background-color: transparent;
  border: none;
  padding: 16px 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 1.75em; }

ul, ol {
  margin-top: 0;
  padding-left: 1em;
  margin-bottom: 1.75em; }
  ul ::marker, ol ::marker {
    content: "・"; }

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

:focus {
  outline: none; }

/* Flocss Utility */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
@media screen and (max-width: 959.9px) {
  .u-brDisplay--pc {
    display: none; } }

@media screen and (min-width: 960px) {
  .u-brDisplay--pc {
    display: block; } }

@media screen and (max-width: 959.9px) {
  .u-brDisplay--sp {
    display: block; } }

@media screen and (min-width: 960px) {
  .u-brDisplay--sp {
    display: none; } }

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
.u-mbZero {
  margin-bottom: 0 !important; }

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
.u-textAlign--left {
  text-align: left; }

.u-textAlign--right {
  text-align: right; }

.u-textAlign--center {
  text-align: center; }

@media screen and (min-width: 960px) {
  .u-textAlign--centerPcOnly {
    text-align: center; } }

.u-fadeIn {
  opacity: 0;
  transform: translate3d(30px, 50px, 0) skewY(0deg) skewX(10deg);
  transform-origin: left top; }
  .u-fadeIn.is-scrollin {
    transform: translate3d(0, 0, 0) skewY(0deg) skewX(0deg);
    opacity: 1;
    transition: all 0.3s linear, transform 2s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 2s; }

.u-a-blank {
  display: inline-flex;
  align-items: center;
  justify-content: stretch; }
  .u-a-blank::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    background-image: url(../img/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; }

/* Flocss Component */
.c-button,
a.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 0;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s linear; }
  @media screen and (min-width: 960px) {
    .c-button,
    a.c-button {
      width: 29rem;
      height: 6.4rem;
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
      font-size: 1.6rem; } }
  @media screen and (max-width: 959.9px) {
    .c-button,
    a.c-button {
      width: 100%;
      height: 5.2rem;
      box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.16);
      font-size: 1.4rem; } }
  .c-button::after,
  a.c-button::after {
    content: "";
    display: block;
    width: 2.9rem;
    height: .7rem;
    margin-top: -.2rem;
    background-image: url(../img/common/button-arrow-slim.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s linear; }
    @media screen and (min-width: 960px) {
      .c-button::after,
      a.c-button::after {
        margin-left: 3rem; } }
    @media screen and (max-width: 959.9px) {
      .c-button::after,
      a.c-button::after {
        margin-left: 1.8rem; } }
  .c-button:active, .c-button:hover,
  a.c-button:active,
  a.c-button:hover {
    letter-spacing: .3rem; }
    .c-button:active::after, .c-button:hover::after,
    a.c-button:active::after,
    a.c-button:hover::after {
      transform: translateX(0.3rem); }

@media screen and (min-width: 960px) {
  .c-buttonWrap {
    margin-bottom: 4rem; } }

@media screen and (max-width: 959.9px) {
  .c-buttonWrap {
    margin-bottom: 2rem; } }

.c-buttonWrap > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .c-inner {
    padding: 0 4.8rem; } }

.c-inner > *:last-top {
  margin-top: 0 !important; }

.c-inner > *:last-child {
  margin-bottom: 0 !important; }

.c-memberCard {
  position: relative; }
  @media screen and (min-width: 960px) {
    .c-memberCard {
      padding-left: 2.7rem; } }
  @media screen and (max-width: 959.9px) {
    .c-memberCard {
      padding-left: 0;
      padding-top: 1.6rem; } }

@media screen and (min-width: 960px) {
  .c-memberCard__en {
    z-index: 1;
    left: -.8rem;
    top: 0;
    position: absolute;
    height: 5rem; }
    .c-memberCard__en img {
      width: auto;
      height: 100%;
      margin-top: 100%;
      transform: rotate(-90deg);
      transform-origin: top left; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__en {
    z-index: 2;
    left: .3rem;
    top: 0;
    position: absolute;
    height: 2rem; }
    .c-memberCard__en img {
      width: auto;
      height: 100%; } }

.c-memberCard__cont {
  position: relative;
  background-color: #FFFFFF; }
  @media screen and (min-width: 960px) {
    .c-memberCard__cont {
      z-index: 2;
      padding: 3rem 3rem 5rem 3.6rem;
      border-left: .5rem solid #DBDBDB; } }
  @media screen and (max-width: 959.9px) {
    .c-memberCard__cont {
      z-index: 1;
      padding: 2.4rem 1.6rem 2.4rem 1.6rem;
      border-left: .3rem solid #DBDBDB; } }

@media screen and (min-width: 960px) {
  .c-memberCard__header {
    margin-bottom: 2rem; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__header {
    margin-bottom: 1.3rem; } }

@media screen and (min-width: 960px) {
  .c-memberCard__class {
    line-height: 2.2;
    font-size: 1.6rem; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__class {
    line-height: 2;
    font-size: 1.1rem; } }

@media screen and (min-width: 960px) {
  .c-memberCard__name {
    line-height: 1.5;
    font-size: 2.7rem; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__name {
    line-height: 1.2;
    font-size: 2.2rem; } }

@media screen and (min-width: 960px) {
  .c-memberCard__background {
    line-height: 2;
    margin-bottom: 3rem;
    font-size: 1.4rem; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__background {
    line-height: 1.5;
    margin-bottom: 1.4rem;
    font-size: 1.3rem; } }

@media screen and (min-width: 960px) {
  .c-memberCard__history {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0;
    row-gap: 0; } }

.c-memberCard__history__unit {
  position: relative;
  line-height: 1.6;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-memberCard__history__unit {
      display: contents;
      font-size: 1.4rem; } }
  @media screen and (max-width: 959.9px) {
    .c-memberCard__history__unit {
      padding-left: 1.8rem;
      padding-bottom: 1.4rem;
      font-size: 1.2rem; }
      .c-memberCard__history__unit::before, .c-memberCard__history__unit::after {
        content: "";
        position: absolute;
        display: block; }
      .c-memberCard__history__unit::before {
        left: 0;
        top: .8em;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #000000; }
      .c-memberCard__history__unit::after {
        left: 2px;
        top: .8em;
        width: 1px;
        height: 100%;
        background-color: #000000; } }

.c-memberCard__history__unit__label {
  width: auto;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-memberCard__history__unit__label {
      padding-right: 1.4rem;
      padding-bottom: 3rem;
      text-align: right; } }
  @media screen and (max-width: 959.9px) {
    .c-memberCard__history__unit__label {
      margin-bottom: .6rem;
      font-size: 1.4rem;
      color: #8C8C8C; } }

.c-memberCard__history__unit__text {
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-memberCard__history__unit__text {
      padding-left: 1.4rem;
      padding-bottom: 3rem; }
      .c-memberCard__history__unit__text::before, .c-memberCard__history__unit__text::after {
        content: "";
        position: absolute;
        display: block; }
      .c-memberCard__history__unit__text::before {
        left: 0;
        top: .8em;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #000000; }
      .c-memberCard__history__unit__text::after {
        left: 2px;
        top: .8em;
        width: 1px;
        height: 100%;
        background-color: #000000; } }

@media screen and (min-width: 960px) {
  .c-memberCard__history__unit:last-child .c-memberCard__history__unit__label {
    padding-bottom: 0; }
  .c-memberCard__history__unit:last-child .c-memberCard__history__unit__text {
    padding-bottom: 0; }
    .c-memberCard__history__unit:last-child .c-memberCard__history__unit__text::after {
      display: none; } }

@media screen and (max-width: 959.9px) {
  .c-memberCard__history__unit:last-child {
    padding-bottom: 0; }
    .c-memberCard__history__unit:last-child::after {
      display: none; } }

.c-recruitData {
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: .1rem solid #DBDBDB; }
  @media screen and (min-width: 960px) {
    .c-recruitData {
      display: flex;
      align-items: stretch;
      justify-content: stretch; } }
  .c-recruitData:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.c-recruitData__title {
  padding: 0;
  margin: 0;
  font-weight: 700; }
  @media screen and (min-width: 960px) {
    .c-recruitData__title {
      max-width: 7em;
      min-width: 7em;
      margin-right: 1em;
      font-size: 1.5rem; } }
  @media screen and (max-width: 959.9px) {
    .c-recruitData__title {
      margin-bottom: .5em;
      font-size: 1.4rem; } }

.c-recruitData__cont {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-recruitData__cont {
      font-size: 1.5rem; } }
  @media screen and (max-width: 959.9px) {
    .c-recruitData__cont {
      font-size: 1.4rem; } }
  .c-recruitData__cont > *:last-child {
    margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .c-recruitDataList {
    margin-bottom: 5rem; } }

@media screen and (max-width: 959.9px) {
  .c-recruitDataList {
    margin-bottom: 3rem; } }

.c-recruitDataList > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .c-recruitList {
    padding: 3rem 0; } }

@media screen and (max-width: 959.9px) {
  .c-recruitList {
    padding: 2rem 0; } }

.c-recruitList__unit {
  border-bottom: .1rem solid #DBDBDB; }

.c-recruitList__unit__inner,
a.c-recruitList__unit__inner {
  position: relative;
  color: currentColor;
  text-decoration: none; }
  @media screen and (min-width: 960px) {
    .c-recruitList__unit__inner,
    a.c-recruitList__unit__inner {
      display: flex;
      align-items: center;
      justify-content: stretch;
      padding: 1.8rem 7rem 1.8rem 2.6rem; } }
  @media screen and (max-width: 959.9px) {
    .c-recruitList__unit__inner,
    a.c-recruitList__unit__inner {
      display: block;
      padding: 1.8rem 4rem 1.8rem 1rem; } }
  .c-recruitList__unit__inner::after,
  a.c-recruitList__unit__inner::after {
    position: absolute;
    content: "";
    display: block;
    width: 2.9rem;
    height: .7rem;
    background-image: url(../img/common/button-arrow-slim.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s linear; }
    @media screen and (min-width: 960px) {
      .c-recruitList__unit__inner::after,
      a.c-recruitList__unit__inner::after {
        right: 2rem;
        top: 50%;
        margin-top: -.6rem; } }
    @media screen and (max-width: 959.9px) {
      .c-recruitList__unit__inner::after,
      a.c-recruitList__unit__inner::after {
        right: 1.4rem;
        top: 50%;
        margin-top: -.6rem; } }
  .c-recruitList__unit__inner:active, .c-recruitList__unit__inner:hover,
  a.c-recruitList__unit__inner:active,
  a.c-recruitList__unit__inner:hover {
    background-color: #EFEFEF; }
    @media screen and (min-width: 960px) {
      .c-recruitList__unit__inner:active::after, .c-recruitList__unit__inner:hover::after,
      a.c-recruitList__unit__inner:active::after,
      a.c-recruitList__unit__inner:hover::after {
        right: 1.3rem; } }
    @media screen and (max-width: 959.9px) {
      .c-recruitList__unit__inner:active::after, .c-recruitList__unit__inner:hover::after,
      a.c-recruitList__unit__inner:active::after,
      a.c-recruitList__unit__inner:hover::after {
        right: 1rem; } }

.c-recruitList__unit__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  line-height: 1.4;
  padding: 0 .6rem;
  background-color: #FFFFFF;
  border: 1px solid #000000; }
  @media screen and (min-width: 960px) {
    .c-recruitList__unit__category {
      margin-right: 2.5rem;
      font-size: 1.4rem; } }
  @media screen and (max-width: 959.9px) {
    .c-recruitList__unit__category {
      margin-bottom: 1rem;
      font-size: 1.3rem; } }

.c-recruitList__unit__job {
  line-height: 1.4; }
  @media screen and (min-width: 960px) {
    .c-recruitList__unit__job {
      font-size: 1.6rem; } }
  @media screen and (max-width: 959.9px) {
    .c-recruitList__unit__job {
      font-size: 1.4rem; } }

.c-serviceList {
  padding: 0;
  margin: 0;
  list-style: none; }
  .c-serviceList ::marker {
    content: ""; }
  @media screen and (min-width: 960px) {
    .c-serviceList {
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      margin-bottom: 20rem; } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList {
      padding: 0 1rem;
      margin-bottom: 12.6rem; } }

@media screen and (min-width: 960px) {
  .c-serviceList__unit {
    max-width: calc(33.3% - 7.6rem);
    min-width: calc(33.3% - 7.6rem);
    min-height: 100%;
    margin-left: 11.4rem;
    margin-top: 11.4rem; }
    .c-serviceList__unit:nth-child(3n-2) {
      margin-left: 0; }
    .c-serviceList__unit:nth-child(-n+3) {
      margin-top: 0; } }

@media screen and (max-width: 959.9px) {
  .c-serviceList__unit {
    margin-top: 4rem; }
    .c-serviceList__unit:first-child {
      margin-top: 0; } }

.c-serviceList__unit__inner,
a.c-serviceList__unit__inner {
  text-decoration: none;
  color: currentColor; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__inner,
    a.c-serviceList__unit__inner {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: stretch;
      min-height: 100%; } }
  .c-serviceList__unit__inner > *:last-child,
  a.c-serviceList__unit__inner > *:last-child {
    margin-bottom: 0 !important; }

.c-serviceList__unit__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__thumb {
      padding-top: 141%;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList__unit__thumb {
      padding-top: 55.6%;
      margin-bottom: 1.3rem; } }
  .c-serviceList__unit__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%); }

.c-serviceList__unit__cont {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__cont {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList__unit__cont {
      margin-bottom: 1.5rem; } }

.c-serviceList__unit__title {
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__title {
      font-size: 2rem;
      margin-bottom: .8rem; } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList__unit__title {
      font-size: 1.8rem; } }

.c-serviceList__unit__description {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__description {
      line-height: 2; } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList__unit__description {
      line-height: 1.6; } }

.c-serviceList__unit__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4.2rem;
  padding-right: 3rem;
  margin-top: auto;
  background-color: #FFFFFF;
  transition: all .3s linear; }
  @media screen and (min-width: 960px) {
    .c-serviceList__unit__button {
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16); } }
  @media screen and (max-width: 959.9px) {
    .c-serviceList__unit__button {
      box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.16); } }
  .c-serviceList__unit__button::after {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    content: "";
    display: block;
    width: 2.9rem;
    height: .7rem;
    margin-top: -.6rem;
    background-image: url(../img/common/button-arrow-slim.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s linear; }
  a.c-serviceList__unit__inner:active .c-serviceList__unit__button,
  a.c-serviceList__unit__inner:hover .c-serviceList__unit__button {
    letter-spacing: .3rem; }
    a.c-serviceList__unit__inner:active .c-serviceList__unit__button::after,
    a.c-serviceList__unit__inner:hover .c-serviceList__unit__button::after {
      right: 1rem; }

/* Flocss Project */
.p-article {
  line-height: 2.2; }
  .p-article > *:last-child {
    margin-bottom: 0 !important; }
  .p-article strong {
    font-weight: bold; }
  .p-article em {
    font-weight: bold;
    font-style: normal; }
  .p-article h2 {
    padding-bottom: 1.4rem;
    margin: 0;
    font-weight: 700;
    line-height: 1; }
    @media screen and (min-width: 960px) {
      .p-article h2 {
        margin-top: 5.25em;
        margin-bottom: 2.625em;
        font-size: 2.6rem; } }
    @media screen and (max-width: 959.9px) {
      .p-article h2 {
        margin-top: 5.25em;
        margin-bottom: 1.75em;
        font-size: 2rem; } }
    .p-article h2:first-child {
      margin-top: 0; }
  .p-article h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7; }
    @media screen and (min-width: 960px) {
      .p-article h3 {
        margin-top: 3.5em;
        margin-bottom: 1.75em;
        font-size: 2rem; } }
    @media screen and (max-width: 959.9px) {
      .p-article h3 {
        margin-top: 3.5em;
        margin-bottom: 1.75em;
        font-size: 1.8rem; } }
    .p-article h3:first-child {
      margin-top: 0; }
  .p-article h2 + h3 {
    margin-top: 0; }
  .p-article h4 {
    margin: 0;
    font-weight: 700;
    line-height: 1.7; }
    @media screen and (min-width: 960px) {
      .p-article h4 {
        margin-top: 3.5em;
        margin-bottom: 1.75em;
        font-size: 1.8rem; } }
    @media screen and (max-width: 959.9px) {
      .p-article h4 {
        margin-top: 3.5em;
        margin-bottom: 1.75em;
        font-size: 1.6rem; } }
  .p-article h5 {
    margin-top: 0;
    font-size: 1em; }
    @media screen and (min-width: 960px) {
      .p-article h5 {
        margin-top: 3.5em;
        margin-bottom: 1.75em; } }
    @media screen and (max-width: 959.9px) {
      .p-article h5 {
        margin-top: 3.5em;
        margin-bottom: 1.75em; } }
  .p-article h6 {
    margin-top: 0;
    font-size: 1em; }
    @media screen and (min-width: 960px) {
      .p-article h6 {
        margin-top: 1.75em;
        margin-bottom: 1.75em; } }
    @media screen and (max-width: 959.9px) {
      .p-article h6 {
        margin-top: 1.75em;
        margin-bottom: 1.75em; } }

.p-home__section > *:last-top {
  margin-top: 0 !important; }

.p-home__section > *:last-child {
  margin-bottom: 0 !important; }

.p-home__section.--kv {
  display: flex;
  align-items: end;
  justify-content: stretch;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-bottom: var(--kv-bottom-padding); }
  @media screen and (min-width: 960px) {
    .p-home__section.--kv {
      --kv-bottom-padding: 10rem;
      margin-bottom: calc( 45rem - var(--kv-bottom-padding)); } }
  @media screen and (max-width: 959.9px) {
    .p-home__section.--kv {
      --kv-bottom-padding: 5rem;
      margin-bottom: calc( 18rem - var(--kv-bottom-padding)); } }

@media screen and (min-width: 960px) {
  .p-home__section.--about {
    padding-bottom: 38rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__section.--about {
    padding-bottom: 13rem; } }

@media screen and (min-width: 960px) {
  .p-home__section.--service {
    padding-bottom: 24rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__section.--service {
    padding-bottom: 13rem; } }

@media screen and (min-width: 960px) {
  .p-home__section.--company {
    padding-bottom: 32rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__section.--company {
    padding-bottom: 18rem; } }

@media screen and (min-width: 960px) {
  .p-home__section.--member {
    padding-bottom: 16rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__section.--member {
    padding-bottom: 8rem; } }

.p-home__section.--history {
  padding-bottom: 27rem; }

.p-home__section__title {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  mix-blend-mode: difference; }
  .p-home__section__title img {
    width: auto; }
    @media screen and (min-width: 960px) {
      .p-home__section__title img {
        height: 8.4rem; } }
    @media screen and (max-width: 959.9px) {
      .p-home__section__title img {
        height: 4.2rem; } }
  @media screen and (min-width: 960px) {
    .p-home__section.--service .p-home__section__title {
      margin-bottom: 5.4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__section.--service .p-home__section__title {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__section.--company .p-home__section__title {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 960px) {
    .p-home__section.--member .p-home__section__title {
      margin-bottom: 12rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__section.--member .p-home__section__title {
      margin-bottom: 4rem; } }

.p-home__catchCopy {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__catchCopy {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__catchCopy {
      margin-bottom: 2rem; } }

.p-home__catchCopy__main {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-home__catchCopy__main {
      height: 15.6rem;
      margin-bottom: 1.8rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__catchCopy__main {
      height: 9.6rem;
      margin-bottom: 1.8rem; } }
  .p-home__catchCopy__main img {
    width: auto;
    height: 100%;
    vertical-align: bottom; }

.p-home__catchCopy__sub {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-home__catchCopy__sub {
      height: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__catchCopy__sub {
      height: 3rem; } }
  .p-home__catchCopy__sub img {
    width: auto;
    height: 100%;
    vertical-align: bottom; }

.p-home__about {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__about {
      line-height: 2.4;
      font-size: 1.6rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__about {
      line-height: 2;
      font-size: 1.4rem; } }
  .p-home__about > *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 960px) {
    .p-home__about p {
      margin-bottom: 2.4em; } }
  @media screen and (max-width: 959.9px) {
    .p-home__about p {
      margin-bottom: 2em; } }

@media screen and (min-width: 960px) {
  .p-home__company {
    display: flex;
    align-items: stretch;
    justify-content: stretch; } }

@media screen and (min-width: 960px) {
  .p-home__company__header {
    min-width: 53rem;
    max-width: 53rem; } }

.p-home__company__body {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__company__body {
      width: 100%;
      padding-top: 2.4rem; } }

.p-home__company__table {
  border-collapse: collapse;
  border-spacing: 0; }
  @media screen and (min-width: 960px) {
    .p-home__company__table th,
    .p-home__company__table td {
      line-height: 1.5;
      padding-bottom: 4rem;
      font-size: 1.7rem;
      text-align: left;
      vertical-align: baseline; }
    .p-home__company__table th {
      padding-right: 4rem;
      border-right: 1px solid #FFFFFF;
      font-weight: 500; }
    .p-home__company__table td {
      padding-left: 4rem; }
    .p-home__company__table tr:last-child th,
    .p-home__company__table tr:last-child td {
      padding-bottom: 0; } }
  @media screen and (max-width: 959.9px) {
    .p-home__company__table {
      display: block;
      padding: 0 .8rem; }
      .p-home__company__table tr {
        display: block;
        margin-bottom: 2rem; }
      .p-home__company__table th,
      .p-home__company__table td {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        text-align: left; }
      .p-home__company__table th {
        margin-bottom: .4rem; }
      .p-home__company__table > *:last-child {
        margin-bottom: 0; } }

@media screen and (min-width: 960px) {
  .p-home__memberCeo {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding-bottom: 21rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberCeo {
    padding-bottom: 7rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberCeo__card {
    min-width: 46rem;
    max-width: 46rem;
    margin-right: 7rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberCeo__card {
    margin-bottom: 4rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberCeo__message {
    width: 100%;
    padding-top: 18rem; } }

.p-home__memberCeo__message > *:last-child {
  margin-bottom: 0 !important; }

.p-home__memberCeo__message__text {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__memberCeo__message__text {
      margin-bottom: 8.5rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberCeo__message__text {
      margin-bottom: 4.2rem; } }
  @media screen and (min-width: 960px) {
    .p-home__memberCeo__message__text p {
      line-height: 2.5;
      font-size: 1.6rem;
      margin-bottom: 2.5em; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberCeo__message__text p {
      line-height: 2;
      font-size: 1.4rem;
      margin-bottom: 2em; } }
  .p-home__memberCeo__message__text > *:last-child {
    margin-bottom: 0 !important; }

.p-home__memberCeo__message__catchCopy {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__memberCeo__message__catchCopy {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberCeo__message__catchCopy {
      margin-bottom: 2rem; } }

.p-home__memberCeo__message__catchCopy__main {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-home__memberCeo__message__catchCopy__main {
      height: 14.4rem;
      margin-bottom: 1.8rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberCeo__message__catchCopy__main {
      height: 9.6rem;
      margin-bottom: 1.8rem; } }
  .p-home__memberCeo__message__catchCopy__main img {
    width: auto;
    height: 100%;
    vertical-align: bottom; }

.p-home__memberCeo__message__catchCopy__sub {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-home__memberCeo__message__catchCopy__sub {
      height: 3.5rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberCeo__message__catchCopy__sub {
      height: 2.4rem; } }
  .p-home__memberCeo__message__catchCopy__sub img {
    width: auto;
    height: 100%;
    vertical-align: bottom; }

@media screen and (min-width: 960px) {
  .p-home__historyHeader {
    margin-bottom: 13.6rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__historyHeader {
    margin-bottom: 5.4rem; } }

@media screen and (min-width: 960px) {
  .p-home__historyHeader .p-home__section__title {
    margin-bottom: 1.8rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__historyHeader .p-home__section__title {
    margin-bottom: .8rem; } }

.p-home__historyDescription {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-home__historyDescription {
      line-height: 1.75;
      font-size: 2.5rem;
      letter-spacing: .3rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__historyDescription {
      line-height: 2.5;
      font-size: 1.5rem;
      letter-spacing: .3rem; } }

.p-home__historyMessage {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (max-width: 959.9px) {
    .p-home__historyMessage {
      padding: 0 1rem; } }
  @media screen and (min-width: 960px) {
    .p-home__historyMessage p {
      line-height: 3;
      font-size: 1.6rem;
      margin-bottom: 2.5em; } }
  @media screen and (max-width: 959.9px) {
    .p-home__historyMessage p {
      line-height: 2.5;
      font-size: 1.4rem;
      margin-bottom: 2em; } }
  .p-home__historyMessage > *:last-child {
    margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .p-home__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
    min-height: 100vh; } }

@media screen and (max-width: 959.9px) {
  .p-home__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.7rem 0;
    min-height: 100vh; } }

.p-home__contact__inner {
  opacity: 0;
  transition: all 1s linear;
  transition-delay: .5s; }
  @media screen and (min-width: 960px) {
    .p-home__contact__inner {
      display: flex;
      align-items: stretch;
      justify-content: center;
      max-width: 127rem;
      width: 100%;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 959.9px) {
    .p-home__contact__inner {
      width: 100%;
      max-width: 60rem;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 819px) {
    .p-home__contact__inner {
      max-width: inherit;
      padding: 0 2rem;
      margin: 0; } }
  .is-show-contact .p-home__contact__inner {
    opacity: 1; }

.p-home__contact__box {
  background-color: rgba(255, 255, 255, 0.66); }
  @media screen and (min-width: 960px) {
    .p-home__contact__box {
      max-width: calc( 50% - 3rem);
      min-width: calc( 50% - 3rem);
      min-height: 100%;
      padding: 6rem;
      margin-left: 6rem;
      margin-top: 6rem; }
      .p-home__contact__box:nth-child(2n-1) {
        margin-left: 0; }
      .p-home__contact__box:nth-child(-n+2) {
        margin-top: 0; } }
  @media screen and (max-width: 959.9px) {
    .p-home__contact__box {
      width: 100%;
      padding: 3rem 4.8rem;
      margin-top: 5rem; }
      .p-home__contact__box:first-child {
        margin-top: 0; } }

@media screen and (min-width: 960px) {
  .p-home__contact__box__title {
    margin-bottom: 1rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__contact__box__title {
    margin-bottom: 1rem; } }

.p-home__contact__box__title img {
  width: auto; }
  @media screen and (min-width: 960px) {
    .p-home__contact__box__title img {
      height: 8.4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__contact__box__title img {
      height: 4.2rem; } }

@media screen and (min-width: 960px) {
  .p-home__contact__box__summary {
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: stretch;
    min-height: 4em;
    margin-bottom: 4rem;
    font-size: 1.6rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__contact__box__summary {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.3rem; } }

.p-home__contact__box__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  background-color: #FFFFFF;
  color: currentColor;
  text-align: center;
  text-decoration: none;
  transition: all .3s linear; }
  @media screen and (min-width: 960px) {
    .p-home__contact__box__button a {
      height: 9.8rem;
      padding-right: 4rem;
      box-shadow: 0 0 3rem rgba(0, 0, 0, 0.16);
      font-size: 1.8rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__contact__box__button a {
      height: 4.9rem;
      padding-right: 4rem;
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.16);
      font-size: 1.3rem; } }
  .p-home__contact__box__button a::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s linear; }
    @media screen and (min-width: 960px) {
      .p-home__contact__box__button a::after {
        right: 7.4rem;
        width: 4.5rem;
        height: 1rem;
        margin-top: -.9rem;
        background-image: url(../img/common/button-arrow.svg); } }
    @media screen and (max-width: 959.9px) {
      .p-home__contact__box__button a::after {
        right: 1.4rem;
        width: 2.9rem;
        height: .7rem;
        margin-top: -.6rem;
        background-image: url(../img/common/button-arrow-slim.svg); } }
  .p-home__contact__box__button a:active, .p-home__contact__box__button a:hover {
    letter-spacing: .3rem; }
    @media screen and (min-width: 960px) {
      .p-home__contact__box__button a:active::after, .p-home__contact__box__button a:hover::after {
        right: 6rem; } }
    @media screen and (max-width: 959.9px) {
      .p-home__contact__box__button a:active::after, .p-home__contact__box__button a:hover::after {
        right: .6rem; } }

.p-home__memberList__container {
  overflow: hidden; }

.p-home__memberList__wrap {
  overflow: inherit; }

.p-home__memberList {
  padding: 0;
  margin: 0;
  list-style: none; }
  .p-home__memberList ::marker {
    content: ""; }

@media screen and (min-width: 960px) {
  .p-home__memberList__unit {
    width: 63rem;
    padding-right: 16rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberList__unit {
    padding-right: 2rem; } }

.p-home__memberList__ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 960px) {
    .p-home__memberList__ctrl {
      padding-top: 7.3rem;
      padding-bottom: 4.4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberList__ctrl {
      padding-top: 3rem;
      padding-right: 3rem;
      padding-bottom: 2.2rem; } }

.p-home__memberList__ctrl__prev,
.p-home__memberList__ctrl__next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  background: none;
  background-color: #FFFFFF;
  border-radius: 100%; }
  @media screen and (min-width: 960px) {
    .p-home__memberList__ctrl__prev,
    .p-home__memberList__ctrl__next {
      width: 5.4rem;
      height: 5.4rem;
      box-shadow: 0 0.4rem 4.4rem rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberList__ctrl__prev,
    .p-home__memberList__ctrl__next {
      width: 4.6rem;
      height: 4.6rem;
      box-shadow: 0 0.2rem 2.2rem rgba(0, 0, 0, 0.1); } }
  .p-home__memberList__ctrl__prev::before,
  .p-home__memberList__ctrl__next::before {
    position: absolute;
    top: 50%;
    content: "";
    background-size: cover;
    transition: all .3s linear; }
    @media screen and (min-width: 960px) {
      .p-home__memberList__ctrl__prev::before,
      .p-home__memberList__ctrl__next::before {
        right: 7.4rem;
        width: 4.5rem;
        height: 1rem;
        margin-top: -.9rem;
        background-image: url(../img/common/button-arrow.svg); } }
    @media screen and (max-width: 959.9px) {
      .p-home__memberList__ctrl__prev::before,
      .p-home__memberList__ctrl__next::before {
        right: 1.4rem;
        width: 2.9rem;
        height: .7rem;
        margin-top: -.6rem;
        background-image: url(../img/common/button-arrow-slim.svg); } }
  .p-home__memberList__ctrl__prev::after,
  .p-home__memberList__ctrl__next::after {
    display: none; }

.p-home__memberList__ctrl__prev::before {
  transform: scale(-1, 1); }
  @media screen and (min-width: 960px) {
    .p-home__memberList__ctrl__prev::before {
      right: -1.4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-home__memberList__ctrl__prev::before {
      right: -.7rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberList__ctrl__prev:active::before, .p-home__memberList__ctrl__prev:hover::before {
    right: -1rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberList__ctrl__prev:active::before, .p-home__memberList__ctrl__prev:hover::before {
    right: -.2rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberList__ctrl__next {
    margin-left: 8rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberList__ctrl__next {
    margin-left: 5rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberList__ctrl__next::before {
    left: -1.4rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberList__ctrl__next::before {
    left: -.7rem; } }

@media screen and (min-width: 960px) {
  .p-home__memberList__ctrl__next:active::before, .p-home__memberList__ctrl__next:hover::before {
    left: -1rem; } }

@media screen and (max-width: 959.9px) {
  .p-home__memberList__ctrl__next:active::before, .p-home__memberList__ctrl__next:hover::before {
    left: -.2rem; } }

.p-singlePage__kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF; }
  @media screen and (min-width: 960px) {
    .p-singlePage__kv {
      height: 25.5rem; } }
  @media screen and (max-width: 959.9px) {
    .p-singlePage__kv {
      height: 12rem; } }
  .p-singlePage__kv video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%); }

@media screen and (min-width: 960px) {
  .p-singlePage__container {
    padding-bottom: 11rem;
    margin-top: -4.2rem; } }

@media screen and (max-width: 959.9px) {
  .p-singlePage__container {
    padding-bottom: 5rem;
    margin-top: -3rem; } }

.p-singlePage__title {
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .p-singlePage__title {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .p-singlePage__title {
      margin-bottom: 3rem; } }

.p-singlePage__title__en {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-singlePage__title__en {
      line-height: 1.2;
      margin-bottom: 1rem;
      font-size: 6.5rem; } }
  @media screen and (max-width: 959.9px) {
    .p-singlePage__title__en {
      line-height: 1.2;
      margin-bottom: .5rem;
      font-size: 4.8rem; } }
  .p-singlePage__title__en img {
    width: auto;
    vertical-align: bottom; }
    @media screen and (min-width: 960px) {
      .p-singlePage__title__en img {
        height: 7.8rem; } }
    @media screen and (max-width: 959.9px) {
      .p-singlePage__title__en img {
        height: 5.6rem; } }

.p-singlePage__title__ja {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-singlePage__title__ja {
      line-height: 1.4;
      font-size: 1.9rem; } }
  @media screen and (max-width: 959.9px) {
    .p-singlePage__title__ja {
      line-height: 1.4;
      font-size: 1.6rem; } }
  .p-singlePage__title__ja img {
    width: auto;
    vertical-align: bottom; }
    @media screen and (min-width: 960px) {
      .p-singlePage__title__ja img {
        height: 2.6rem; } }
    @media screen and (max-width: 959.9px) {
      .p-singlePage__title__ja img {
        height: 2.2rem; } }

@media screen and (min-width: 960px) {
  .p-singlePage__summary {
    margin-bottom: 5rem; } }

@media screen and (max-width: 959.9px) {
  .p-singlePage__summary {
    margin-bottom: 3rem; } }

.p-recruitDetail__title {
  line-height: 2.3;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .p-recruitDetail__title {
      margin-bottom: 2rem;
      font-size: 2.2rem; } }
  @media screen and (max-width: 959.9px) {
    .p-recruitDetail__title {
      margin-bottom: 1.4rem;
      font-size: 1.8rem; } }

@media screen and (min-width: 960px) {
  .p-recruitDetail__body {
    display: flex;
    align-items: stretch;
    justify-content: stretch; } }

@media screen and (min-width: 960px) {
  .p-recruitDetail__visual {
    max-width: 39.6rem;
    min-width: 39.6rem;
    margin-right: 4.8rem; } }

@media screen and (max-width: 959.9px) {
  .p-recruitDetail__visual {
    margin-bottom: 2.4rem; } }

.p-recruitDetail__visual > *::last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .p-recruitDetail__visual__img {
    margin-bottom: 4rem; } }

@media screen and (max-width: 959.9px) {
  .p-recruitDetail__visual__img {
    margin-bottom: 2rem; } }

.p-recruitDetail__visual__img img {
  width: 100%;
  height: auto; }

.p-recruitDetail__detail {
  width: 100%; }

.p-recruitDetail__detail__hw {
  line-height: 2.4;
  font-weight: 500; }
  @media screen and (min-width: 960px) {
    .p-recruitDetail__detail__hw {
      margin-top: 5rem;
      margin-bottom: 5rem;
      font-size: 2rem; } }
  @media screen and (max-width: 959.9px) {
    .p-recruitDetail__detail__hw {
      margin-top: 3rem;
      margin-bottom: 3rem;
      font-size: 1.6rem; } }
  .p-recruitDetail__detail__hw:first-child {
    margin-top: 0; }

@media screen and (min-width: 960px) {
  .p-contact {
    display: flex;
    align-items: stretch;
    justify-content: stretch; } }

@media screen and (min-width: 960px) {
  .p-contact__summary {
    max-width: 48rem;
    min-width: 48rem;
    margin-right: 4.5rem; } }

@media screen and (max-width: 959.9px) {
  .p-contact__summary {
    margin-bottom: 2rem; } }

.p-contact__summary > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .p-contact__form {
    width: 100%; } }

.p-contact__form > *:last-child {
  margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .p-contact__form__fieldset {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 959.9px) {
  .p-contact__form__fieldset {
    margin-bottom: 2rem; } }

@media screen and (min-width: 960px) {
  .p-contact__form__fieldset__title {
    margin-bottom: 1.4rem;
    font-size: 1.6rem; } }

@media screen and (max-width: 959.9px) {
  .p-contact__form__fieldset__title {
    margin-bottom: .8rem;
    font-size: 1.5rem; } }

.p-contact__form__fieldset__title .__badgeRequired {
  margin-left: .4rem;
  color: #D16262; }
  @media screen and (min-width: 960px) {
    .p-contact__form__fieldset__title .__badgeRequired {
      font-size: 1.9rem; } }
  @media screen and (max-width: 959.9px) {
    .p-contact__form__fieldset__title .__badgeRequired {
      font-size: 1.7rem; } }

.p-contact__form__privacyPolicy {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .p-contact__form__privacyPolicy {
      margin-bottom: 2.5rem;
      font-size: 1.6rem; } }
  @media screen and (max-width: 959.9px) {
    .p-contact__form__privacyPolicy {
      margin-bottom: 2rem;
      font-size: 1.5rem; } }

.p-contact__form__submit {
  display: flex;
  align-items: center;
  justify-content: center; }

/* Flocss Layout 読み込み順が重要 */
.l-inner {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .l-inner {
      max-width: 122rem;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 959.9px) {
    .l-inner {
      max-width: 60rem;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 819px) {
    .l-inner {
      max-width: inherit;
      padding: 0 3rem;
      margin: 0; } }
  .l-inner > *:last-top {
    margin-top: 0 !important; }
  .l-inner > *:last-child {
    margin-bottom: 0 !important; }

.l-backgroundMovie {
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: all 1s linear; }
  @media screen and (min-width: 960px) {
    .l-backgroundMovie {
      top: 29rem;
      height: 13rem; } }
  @media screen and (max-width: 959.9px) {
    .l-backgroundMovie {
      top: 16rem;
      height: 9.3rem; } }
  .l-backgroundMovie video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, 0);
    transition: all 1s linear; }
    @media screen and (min-width: 960px) {
      .l-backgroundMovie video {
        margin-top: -29rem; } }
    @media screen and (max-width: 959.9px) {
      .l-backgroundMovie video {
        margin-top: -16rem; } }
  .is-show-contact .l-backgroundMovie {
    top: 0;
    height: 100vh; }
    .is-show-contact .l-backgroundMovie video {
      margin-top: 0; }

.l-pageContents {
  /* mix-blend-modeを使用するため、何も指定してはいけない */
  overflow: hidden; }

.l-header {
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: stretch;
  color: #FFFFFF;
  mix-blend-mode: difference; }
  @media screen and (min-width: 960px) {
    .l-header {
      height: 14rem;
      padding-left: 4rem; } }
  @media screen and (max-width: 959.9px) {
    .l-header {
      height: 6rem;
      padding-left: 1.8rem; } }

.l-header__logo {
  padding: 0; }
  .l-header__logo a {
    display: display;
    line-height: 1; }
  .l-header__logo img {
    width: auto; }
    @media screen and (min-width: 960px) {
      .l-header__logo img {
        height: 3.6rem; } }
    @media screen and (max-width: 959.9px) {
      .l-header__logo img {
        height: 2.7rem; } }

.l-headerBrendBg {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #F8F8F8; }
  @media screen and (min-width: 960px) {
    .l-headerBrendBg {
      height: 14rem; } }
  @media screen and (max-width: 959.9px) {
    .l-headerBrendBg {
      height: 6rem; } }

.l-nav__flg {
  display: none !important; }

@media screen and (min-width: 960px) {
  .l-nav {
    z-index: 1001;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: fit-content;
    color: #FFFFFF;
    mix-blend-mode: difference;
    pointer-events: none !important; }
  .l-nav__body {
    position: relative;
    width: fit-content;
    pointer-events: all; }
  .l-nav__logo {
    display: none; }
  .l-nav__menu {
    position: absolute;
    top: 7.2rem;
    right: 17rem;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .l-nav__menu ::marker {
      content: ""; }
    .l-nav__menu li {
      margin-left: 4rem;
      font-size: 1.4rem;
      font-weight: 500; }
      .l-nav__menu li:first-child {
        margin-left: 0; }
      .l-nav__menu li img {
        width: auto;
        max-width: inherit;
        height: 1.9rem; }
      .l-nav__menu li a {
        display: block;
        line-height: 1;
        transition: opacity .3s linear;
        color: currentColor; }
        .l-nav__menu li a:active, .l-nav__menu li a:hover {
          opacity: .6; }
  .l-nav__circle {
    display: none; }
  .l-nav__contact {
    z-index: 1;
    position: fixed;
    top: 1.8rem;
    right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 11rem;
    font-size: 1.4rem; }
    .l-nav__contact img {
      width: auto;
      max-width: inherit;
      height: 1.9rem; }
    .l-nav__contact a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 11rem;
      height: 11rem;
      color: currentColor;
      line-height: 1;
      transition: opacity .3s linear; }
      .l-nav__contact a:active, .l-nav__contact a:hover {
        opacity: .6; }
  .l-nav__filter {
    display: none; } }

@media screen and (max-width: 959.9px) {
  .l-nav {
    z-index: 1001;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    pointer-events: none !important; }
  .l-nav__toggle {
    z-index: 3;
    position: absolute;
    right: 2rem;
    top: 1.6rem;
    width: 3rem;
    height: 3rem;
    pointer-events: all; }
    .l-nav__toggle span {
      position: absolute;
      display: block;
      width: 3rem;
      height: 2px;
      background-color: #000000;
      transition: all .3s linear; }
      .l-nav__toggle span:nth-child(1) {
        top: 50%;
        left: 0;
        margin-top: -.6rem; }
      .l-nav__toggle span:nth-child(2) {
        bottom: 50%;
        right: 0;
        margin-bottom: -.6rem; }
    #l-nav-flg:checked ~ .l-nav__toggle {
      transform: translateX(0); }
      #l-nav-flg:checked ~ .l-nav__toggle span {
        background-color: #FFFFFF; }
        #l-nav-flg:checked ~ .l-nav__toggle span:nth-child(1) {
          top: 50%;
          left: 0;
          margin-top: -.1rem;
          transform: rotate(45deg);
          transform-origin: center center; }
        #l-nav-flg:checked ~ .l-nav__toggle span:nth-child(2) {
          bottom: 50%;
          right: 0;
          margin-bottom: -.1rem;
          transform: rotate(-45deg);
          transform-origin: center center; }
  .l-nav__body {
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 20rem;
    padding: 3.6rem 3rem;
    background-color: #444849;
    color: #FFFFFF;
    pointer-events: all;
    transform: translateX(100%);
    transition: all .3s linear; }
    #l-nav-flg:checked ~ .l-nav__body {
      transform: translateX(0); }
  .l-nav__circle {
    width: 9.5rem;
    margin: 0 auto 5.6rem; }
    .l-nav__circle img {
      width: 100%;
      height: auto; }
  .l-nav__logo {
    margin-bottom: 3rem;
    text-align: left; }
    .l-nav__logo img {
      width: auto;
      height: 2.2rem; }
  .l-nav__menu {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    list-style: none; }
    .l-nav__menu ::marker {
      content: ""; }
    .l-nav__menu li {
      margin-bottom: 2rem; }
      .l-nav__menu li:last-child {
        margin-bottom: 0 !important; }
      .l-nav__menu li a {
        display: block;
        width: fit-content;
        color: currentColor; }
        .l-nav__menu li a img {
          width: auto;
          height: 1.9rem; }
  .l-nav__contact a {
    display: block;
    width: fit-content;
    color: currentColor; }
    .l-nav__contact a img {
      width: auto;
      height: 1.9rem; }
  .l-nav__filter {
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    opacity: 0;
    width: 100%;
    pointer-events: none;
    transition: all .3s linear; }
    #l-nav-flg:checked ~ .l-nav__filter {
      opacity: 1;
      transform: translateX(-20rem);
      pointer-events: all; } }

.is-season-01 .l-nav__circle {
  transform: rotate(0deg); }

.is-season-02 .l-nav__circle {
  transform: rotate(15deg); }

.is-season-03 .l-nav__circle {
  transform: rotate(30deg); }

.is-season-04 .l-nav__circle {
  transform: rotate(45deg); }

.is-season-05 .l-nav__circle {
  transform: rotate(60deg); }

.is-season-06 .l-nav__circle {
  transform: rotate(75deg); }

.is-season-07 .l-nav__circle {
  transform: rotate(90deg); }

.is-season-08 .l-nav__circle {
  transform: rotate(105deg); }

.is-season-09 .l-nav__circle {
  transform: rotate(120deg); }

.is-season-10 .l-nav__circle {
  transform: rotate(135deg); }

.is-season-11 .l-nav__circle {
  transform: rotate(150deg); }

.is-season-12 .l-nav__circle {
  transform: rotate(165deg); }

.is-season-13 .l-nav__circle {
  transform: rotate(180deg); }

.is-season-14 .l-nav__circle {
  transform: rotate(195deg); }

.is-season-15 .l-nav__circle {
  transform: rotate(210deg); }

.is-season-16 .l-nav__circle {
  transform: rotate(225deg); }

.is-season-17 .l-nav__circle {
  transform: rotate(240deg); }

.is-season-18 .l-nav__circle {
  transform: rotate(255deg); }

.is-season-19 .l-nav__circle {
  transform: rotate(270deg); }

.is-season-20 .l-nav__circle {
  transform: rotate(285deg); }

.is-season-21 .l-nav__circle {
  transform: rotate(300deg); }

.is-season-22 .l-nav__circle {
  transform: rotate(315deg); }

.is-season-23 .l-nav__circle {
  transform: rotate(330deg); }

.is-season-24 .l-nav__circle {
  transform: rotate(345deg); }

@media screen and (min-width: 960px) {
  .l-navToggle {
    display: none; } }

@media screen and (max-width: 959.9px) {
  .l-navToggle {
    z-index: 1002;
    position: fixed;
    right: 2rem;
    top: 1.6rem;
    width: 3rem;
    height: 3rem;
    mix-blend-mode: difference;
    pointer-events: all; }
    .l-navToggle span {
      position: absolute;
      display: block;
      width: 3rem;
      height: 2px;
      background-color: #FFFFFF;
      transition: all .3s linear; }
      .l-navToggle span:nth-child(1) {
        top: 50%;
        left: 0;
        margin-top: -.6rem; }
      .l-navToggle span:nth-child(2) {
        bottom: 50%;
        right: 0;
        margin-bottom: -.6rem; }
    #l-nav:has(#l-nav-flg:checked) ~ .l-navToggle {
      transform: translateX(0); }
      #l-nav:has(#l-nav-flg:checked) ~ .l-navToggle span {
        background-color: #FFFFFF; }
        #l-nav:has(#l-nav-flg:checked) ~ .l-navToggle span:nth-child(1) {
          top: 50%;
          left: 0;
          margin-top: -.1rem;
          transform: rotate(45deg);
          transform-origin: center center; }
        #l-nav:has(#l-nav-flg:checked) ~ .l-navToggle span:nth-child(2) {
          bottom: 50%;
          right: 0;
          margin-bottom: -.1rem;
          transform: rotate(-45deg);
          transform-origin: center center; } }

@media screen and (min-width: 960px) {
  .l-circle {
    z-index: 1000;
    position: fixed;
    top: 1.8rem;
    right: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 11rem;
    pointer-events: none; }
    .l-circle img {
      width: 100%;
      height: auto; } }

@media screen and (max-width: 959.9px) {
  .l-circle {
    display: none; } }

.is-season-01 .l-circle {
  transform: rotate(0deg); }

.is-season-02 .l-circle {
  transform: rotate(15deg); }

.is-season-03 .l-circle {
  transform: rotate(30deg); }

.is-season-04 .l-circle {
  transform: rotate(45deg); }

.is-season-05 .l-circle {
  transform: rotate(60deg); }

.is-season-06 .l-circle {
  transform: rotate(75deg); }

.is-season-07 .l-circle {
  transform: rotate(90deg); }

.is-season-08 .l-circle {
  transform: rotate(105deg); }

.is-season-09 .l-circle {
  transform: rotate(120deg); }

.is-season-10 .l-circle {
  transform: rotate(135deg); }

.is-season-11 .l-circle {
  transform: rotate(150deg); }

.is-season-12 .l-circle {
  transform: rotate(165deg); }

.is-season-13 .l-circle {
  transform: rotate(180deg); }

.is-season-14 .l-circle {
  transform: rotate(195deg); }

.is-season-15 .l-circle {
  transform: rotate(210deg); }

.is-season-16 .l-circle {
  transform: rotate(225deg); }

.is-season-17 .l-circle {
  transform: rotate(240deg); }

.is-season-18 .l-circle {
  transform: rotate(255deg); }

.is-season-19 .l-circle {
  transform: rotate(270deg); }

.is-season-20 .l-circle {
  transform: rotate(285deg); }

.is-season-21 .l-circle {
  transform: rotate(300deg); }

.is-season-22 .l-circle {
  transform: rotate(315deg); }

.is-season-23 .l-circle {
  transform: rotate(330deg); }

.is-season-24 .l-circle {
  transform: rotate(345deg); }

.l-footer {
  background-color: #444849;
  color: #FFFFFF; }
  @media screen and (min-width: 960px) {
    .l-footer {
      padding: 6rem 0 7rem; } }
  @media screen and (max-width: 959.9px) {
    .l-footer {
      padding: 4rem 0 4rem; } }

.l-footer__inner {
  display: flex;
  align-items: stretch;
  justify-content: stretch; }
  @media screen and (min-width: 960px) {
    .l-footer__inner {
      max-width: 127rem;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 959.9px) {
    .l-footer__inner {
      max-width: 60rem;
      padding: 0 2rem;
      margin: 0 auto; } }
  @media screen and (max-width: 819px) {
    .l-footer__inner {
      max-width: inherit;
      padding: 0 3rem;
      margin: 0; } }
  .l-footer__inner > *:last-top {
    margin-top: 0 !important; }
  .l-footer__inner > *:last-child {
    margin-bottom: 0 !important; }

@media screen and (min-width: 960px) {
  .l-footer__logo {
    max-width: 20.4rem;
    min-width: 20.4rem; } }

@media screen and (max-width: 959.9px) {
  .l-footer__logo {
    max-width: 6rem;
    min-width: 6rem;
    margin-right: 1rem; } }

.l-footer__nav {
  margin-left: auto; }
  @media screen and (min-width: 960px) {
    .l-footer__nav {
      padding-top: 1rem;
      font-size: 1.2rem; } }
  @media screen and (max-width: 959.9px) {
    .l-footer__nav {
      padding-top: 1.8rem;
      padding-right: 2rem;
      font-size: 1.1rem; } }

.l-footer__nav__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .l-footer__nav__list ::marker {
    content: ""; }
  @media screen and (min-width: 960px) {
    .l-footer__nav__list {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 3rem; } }
  @media screen and (max-width: 959.9px) {
    .l-footer__nav__list {
      margin-bottom: 2rem;
      text-align: right; } }
  @media screen and (min-width: 960px) {
    .l-footer__nav__list li {
      margin-left: 4rem; }
      .l-footer__nav__list li:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 959.9px) {
    .l-footer__nav__list li {
      margin-top: 2rem; }
      .l-footer__nav__list li:first-child {
        margin-top: 0; } }
  .l-footer__nav__list li a {
    display: block;
    width: fit-content;
    line-height: 1;
    color: currentColor;
    transition: opacity .3s linear; }
    @media screen and (max-width: 959.9px) {
      .l-footer__nav__list li a {
        margin-left: auto; } }
    .l-footer__nav__list li a:active, .l-footer__nav__list li a:hover {
      opacity: .6; }
    .l-footer__nav__list li a img {
      width: auto; }
      @media screen and (min-width: 960px) {
        .l-footer__nav__list li a img {
          height: 1.9rem; } }
      @media screen and (max-width: 959.9px) {
        .l-footer__nav__list li a img {
          height: 1.7rem; } }

.l-footer__nav__privacypolicy {
  text-align: right; }
  .l-footer__nav__privacypolicy a {
    color: currentColor;
    text-decoration: none;
    transition: opacity .3s linear; }
    .l-footer__nav__privacypolicy a:active, .l-footer__nav__privacypolicy a:hover {
      opacity: .6; }

.l-copyright {
  z-index: 1000;
  position: fixed;
  right: 2.4rem;
  line-height: 1.4em;
  font-size: 1.2rem;
  pointer-events: none;
  mix-blend-mode: difference;
  color: #FFFFFF; }
  @media screen and (min-width: 960px) {
    .l-copyright {
      top: 50%; } }
  @media screen and (max-width: 959.9px) {
    .l-copyright {
      bottom: 1rem; } }
  .l-copyright img {
    width: auto;
    height: 1.6rem;
    transform: translate(0, -50%) rotate(-90deg);
    transform-origin: right;
    margin-bottom: 100%; }

.l-loading {
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  backdrop-filter: blur(3rem);
  -webkit-backdrop-filter: blur(3rem); }
  .is-loaded .l-loading {
    animation: loadedStageBlur 2s ease-out .2s;
    animation-fill-mode: forwards; }

@keyframes loadedStageBlur {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

.l-loading__logo {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, 0);
  opacity: 0;
  animation: loadingLogOpacity 2s ease-in-out 0s;
  animation-fill-mode: forwards; }
  @media screen and (min-width: 960px) {
    .l-loading__logo {
      width: 25.4rem;
      height: 11rem;
      margin-left: -12.7rem;
      margin-top: -5rem; } }
  @media screen and (max-width: 959.9px) {
    .l-loading__logo {
      width: 14.8rem;
      height: 6.4rem;
      margin-left: -7.4rem;
      margin-top: -3rem; } }
  .l-loading__logo svg {
    width: 100%;
    height: auto; }
  .is-loaded .l-loading__logo {
    animation: loadedLogOpacity 1s ease-out, loadedLogTranslate .8s ease;
    animation-fill-mode: forwards; }

@keyframes loadingLogOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loadedLogOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loadedLogTranslate {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -50%); } }

.l-loading__bar {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: .2rem;
  margin-top: -.1rem;
  background-color: #8E8E8E;
  transform: translate(0, 0);
  transition: width .2s linear, transform .5s ease; }
  .is-loaded .l-loading__bar {
    transform: translate(100%, 0); }

.l-loading__filter {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #211F1F;
  pointer-events: all; }
  .is-loaded .l-loading__filter {
    animation: loadedStageEffect 2s ease-out .2s;
    animation-fill-mode: forwards;
    pointer-events: none; }

@keyframes loadedStageEffect {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.l-loadingSinglePage {
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
  backdrop-filter: blur(3rem);
  -webkit-backdrop-filter: blur(3rem);
  opacity: 1; }
  .is-loaded .l-loadingSinglePage {
    animation: loadedStageBlur 1s ease-out;
    animation-fill-mode: forwards;
    pointer-events: none; }

/* Flocss Theme 外部ライブラリのCSS上書き等 */
/* Wp ブロックエディタ用のCSS */
.wp-dl {
  margin-bottom: 2em; }

.wp-dl__terms {
  line-height: 2;
  font-size: 1.065em;
  font-weight: 700; }

.wp-dl__details {
  line-height: 2;
  padding-left: 1em; }

/* image */
.centered {
  display: block;
  margin: 0 auto 1.5rem; }

.aligncenter {
  display: block;
  margin: 0 auto 1.5rem; }

.alignright {
  display: block; }
  @media screen and (min-width: 960px) {
    .alignright {
      float: right;
      margin: 0 0 1.5rem 3.2rem; } }
  @media screen and (max-width: 959.9px) {
    .alignright {
      margin: 1.5rem auto; } }

.alignleft {
  display: block; }
  @media screen and (min-width: 960px) {
    .alignleft {
      float: left;
      margin: 0 3.2rem 1.5rem 0; } }
  @media screen and (max-width: 959.9px) {
    .alignleft {
      margin: 1.5rem auto; } }

.clear {
  clear: both; }

.wp-caption {
  max-width: 100%;
  padding: 0;
  margin-bottom: 2.4rem; }

.wp-caption img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%; }

.wp-caption .wp-caption-text {
  margin: .8rem auto 0;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 2;
  color: #999; }

.wpcf7 form .wpcf7-response-output {
  margin-top: 0; }
  @media screen and (min-width: 960px) {
    .wpcf7 form .wpcf7-response-output {
      text-align: center; } }

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450; }

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

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900; }

.wpcf7-list-item {
  display: block;
  margin-bottom: .6rem; }
  .wpcf7-list-item.last {
    margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .wpcf7-list-item {
      font-size: 1.5rem; } }
  @media screen and (max-width: 959.9px) {
    .wpcf7-list-item {
      font-size: 1.4rem; } }
  .wpcf7-list-item input[type="radio"] {
    accent-color: #D16262; }

.wpcf7-text,
.wpcf7-textarea {
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #DBDBDB; }
  @media screen and (min-width: 960px) {
    .wpcf7-text,
    .wpcf7-textarea {
      font-size: 1.6rem; } }
  @media screen and (max-width: 959.9px) {
    .wpcf7-text,
    .wpcf7-textarea {
      font-size: 1.5rem; } }
  .wpcf7-text::placeholder,
  .wpcf7-textarea::placeholder {
    color: #B2B2B2; }

.wpcf7-textarea {
  width: 100%; }
