@charset "UTF-8";


summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
}



code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}



[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button;
          appearance: button;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 420px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


:root {
  --color-dark: #333;
  --color-accent: #279e45;
  --color-gray: #c2ccd0;
  --color-darkgray: #848e91;
  --color-lightgray: #f5f8fa;
  --font-jpn: "Yu Gothic", "YuGothic", "游ゴシック", "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Jost", sans-serif;
  --duration-interaction: 320ms;
  --theme-about: linear-gradient(to left, #6c89e8 0%, #35df8b 48.94%, #fff 100%);
  --theme-people: linear-gradient(to left, #fc56a4 0%, #ffd460 52.29%, #fff 100%);
  --theme-environment: linear-gradient(to left, #3eef00 0%, #f3ff46 57.73%, #fff 100%);
  --theme-recruitment: linear-gradient(to left, #c051f6 0%, #fff387 65.69%, #fff 100%);
  font-size: 5px;
}
@media not all and (min-width: 1240px) {
  :root {
    font-size: 8px;
  }
}
@media all and (min-width: 1240px) {
  :root {
    font-size: 10px;
  }
}


button:focus {
  outline: 0;
}

@media all and (min-width: 960px) {
  .c-break-sp {
    display: none;
  }
}


.l-return {
  position: fixed;
  right: 2.5641025641vw;
  bottom: 2.5641025641vw;
  z-index: 128;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  background-color: #333;
  border-radius: 1.0256410256vw;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
.l-return.is-show {
  opacity: 1;
  pointer-events: all;
}
@media all and (min-width: 768px) {
  .l-return {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 0.4rem;
  }
}
.l-return::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#abc739), to(#279e45));
  background-image: linear-gradient(to bottom right, #abc739 0%, #279e45 100%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
.l-return__icon {
  position: relative;
  height: 3.0769230769vw;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
@media all and (min-width: 768px) {
  .l-return__icon {
    height: 1.2rem;
  }
}
.l-return__svg {
  display: block;
  width: auto;
  height: 100%;
}
.l-return:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (hover: hover) {
  .l-return:hover::before {
    opacity: 1;
  }
  .l-return:hover .l-return__icon {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}


.js-fade-in {
  opacity: 0;
  -webkit-animation-duration: 640ms;
          animation-duration: 640ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js-fade-in.is-animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.js-slide-fade-in {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 960ms;
          animation-duration: 960ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js-slide-fade-in.is-animated {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}

@keyframes slideInRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes letterUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes letterUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes brightIn {
  0% {
    opacity: 0;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes brightIn {
  0% {
    opacity: 0;
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 5120px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 5120px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes letterSteps {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes letterSteps {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes scaleDownIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleDownIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes glow {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@-webkit-keyframes throughOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes throughOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media all and (min-width: 768px) {
  @-webkit-keyframes glow {
    0% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(3%);
              transform: translateY(3%);
      -webkit-filter: blur(10px);
              filter: blur(10px);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes glow {
    0% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(3%);
              transform: translateY(3%);
      -webkit-filter: blur(10px);
              filter: blur(10px);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
}
.p-recruitment {
  opacity: 0;
  -webkit-animation-duration: 1280ms;
          animation-duration: 1280ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.p-recruitment.is-animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@media all and (min-width: 768px) {
  .p-recruitment {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media all and (min-width: 1240px) {
  .p-recruitment {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-recruitment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14.358974359vw;
  padding-bottom: 11.2820512821vw;
  padding-left: 10.2564102564vw;
  padding-right: 10.2564102564vw;
  background-image: -webkit-image-set(url("/assets/img/top/recruitment_bg_sp.jpg") 1x, url("/assets/img/top/recruitment_bg_sp@2x.jpg") 2x);
  background-image: image-set(url("/assets/img/top/recruitment_bg_sp.jpg") 1x, url("/assets/img/top/recruitment_bg_sp@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-recruitment__inner {
    display: grid;
    grid-template-columns: repeat(2, 38rem);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8rem 4rem;
    max-width: 132rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1.2rem;
    background-image: -webkit-image-set(url("/assets/img/top/recruitment_bg.jpg") 1x, url("/assets/img/top/recruitment_bg@2x.jpg") 2x);
    background-image: image-set(url("/assets/img/top/recruitment_bg.jpg") 1x, url("/assets/img/top/recruitment_bg@2x.jpg") 2x);
  }
}
.p-recruitment__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 5.1282051282vw;
}
@media all and (min-width: 768px) {
  .p-recruitment__title {
    grid-column: 1/3;
    margin-bottom: 3.6rem;
  }
}
.p-recruitment__text {
  margin-bottom: 7.6923076923vw;
  color: #fff;
  font-size: 3.8461538462vw;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media all and (min-width: 768px) {
  .p-recruitment__text {
    grid-column: 1/3;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.p-recruitment__application {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 79.4871794872vw;
  height: 15.3846153846vw;
  margin-bottom: 7.6923076923vw;
  border-radius: 7.6923076923vw;
  background-color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
@media all and (min-width: 768px) {
  .p-recruitment__application {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: 38rem;
    height: 6rem;
    border-radius: 3rem;
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .p-recruitment__application:hover {
    opacity: 0.8;
  }
  .p-recruitment__application:hover .p-recruitment__application-svg {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.p-recruitment__application-label {
  color: #333;
  font-size: 4.1025641026vw;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .p-recruitment__application-label {
    font-size: 1.8rem;
  }
}
.p-recruitment__application-icon {
  position: absolute;
  right: 6.1538461538vw;
  bottom: 6.6666666667vw;
  height: 2.0512820513vw;
}
@media all and (min-width: 768px) {
  .p-recruitment__application-icon {
    right: 4rem;
    bottom: 2.6rem;
    height: 0.8rem;
  }
}
.p-recruitment__application-svg {
  display: block;
  height: 100%;
  width: auto;
  stroke: #333;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
.p-recruitment__entry {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 79.4871794872vw;
  height: 15.3846153846vw;
  margin-bottom: 5.1282051282vw;
  border-radius: 7.6923076923vw;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#c1e041), to(#279e45));
  background-image: linear-gradient(to right, #c1e041 0%, #279e45 100%);
}
@media all and (min-width: 768px) {
  .p-recruitment__entry {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: 38rem;
    height: 6rem;
    border-radius: 3rem;
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .p-recruitment__entry:hover::after {
    opacity: 0.2;
  }
}
.p-recruitment__entry-label {
  color: #fff;
  font-size: 4.1025641026vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .p-recruitment__entry-label {
    font-size: 1.8rem;
  }
}
.p-recruitment__entry-icon {
  height: 3.0769230769vw;
}
@media all and (min-width: 768px) {
  .p-recruitment__entry-icon {
    height: 1.2rem;
  }
}
.p-recruitment__entry-svg {
  display: block;
  width: auto;
  height: 100%;
  stroke-width: 2px;
  stroke: #fff;
}
.p-recruitment__entry::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
.p-recruitment__link {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.0512820513vw;
}
@media all and (min-width: 768px) {
  .p-recruitment__link {
    grid-column: 1/3;
    padding-bottom: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .p-recruitment__link:hover::after {
    -webkit-animation-name: lineThrough;
            animation-name: lineThrough;
  }
  .p-recruitment__link:hover .p-recruitment__link-svg {
    -webkit-transform: translateX(24%);
            transform: translateX(24%);
  }
}
.p-recruitment__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.2564102564vw solid #fff;
  width: 100%;
  -webkit-animation-duration: var(--duration-interaction);
          animation-duration: var(--duration-interaction);
}
@media all and (min-width: 768px) {
  .p-recruitment__link::after {
    border-bottom-width: 1px;
  }
}
.p-recruitment__link-label {
  font-size: 4.1025641026vw;
  font-weight: 600;
  color: #fff;
}
@media all and (min-width: 768px) {
  .p-recruitment__link-label {
    font-size: 1.6rem;
  }
}
.p-recruitment__link-arrow {
  height: 2.0512820513vw;
  margin-left: 2.5641025641vw;
}
@media all and (min-width: 768px) {
  .p-recruitment__link-arrow {
    height: 0.8rem;
    margin-left: 0.8rem;
  }
}
.p-recruitment__link-svg {
  display: block;
  width: auto;
  height: 100%;
  stroke: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}

@-webkit-keyframes lineThrough {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineThrough {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .c-lower-header {
    margin-right: auto;
    margin-left: auto;
    padding-top: 4rem;
  }
}
.c-lower-header__inner {
  max-width: 144rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15.3846153846vw;
  padding-left: 5.1282051282vw;
  padding-right: 5.1282051282vw;
}
@media all and (min-width: 768px) {
  .c-lower-header__inner {
    margin-bottom: 10rem;
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
.c-lower-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-lower-header__title-eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-eng);
  font-size: 4.6153846154vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-lower-header__title-eng {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.c-lower-header__title-eng::before {
  content: "";
  aspect-ratio: 1/1;
  width: 2.5641025641vw;
  margin-right: 2.0512820513vw;
  border-radius: 50%;
  background-image: var(--section-theme);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .c-lower-header__title-eng::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.8rem;
  }
}
.c-lower-header__title-jpn {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 7.1794871795vw;
}
@media all and (min-width: 768px) {
  .c-lower-header__title-jpn {
    font-size: 4rem;
  }
}
.c-lower-header__visual {
  width: 100%;
}
.c-lower-header__visual-image {
  display: block;
  height: auto;
  width: 89.7435897436vw;
  border-radius: 3.0769230769vw;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 768px) {
  .c-lower-header__visual-image {
    border-radius: 1.2rem;
  }
}

.c-break-pc {
  display: none;
}
@media all and (min-width: 768px) {
  .c-break-pc {
    display: block;
  }
}
.c-break-sp {
  display: block;
}
@media all and (min-width: 768px) {
  .c-break-sp {
    display: none;
  }
}

.c-related {
  padding-top: 15.3846153846vw;
  padding-right: 5.1282051282vw;
  padding-bottom: 20.5128205128vw;
  padding-left: 5.1282051282vw;
}
@media all and (min-width: 768px) {
  .c-related {
    padding: 8rem 2rem;
  }
}
@media all and (min-width: 960px) {
  .c-related {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-related__inner {
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .c-related__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 1240px) {
  .c-related__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c-related__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .c-related__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.6923076923vw;
  }
}
@media all and (min-width: 768px) {
  .c-related__title {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1240px) {
  .c-related__title {
    margin-bottom: 0;
    width: auto;
  }
}
.c-related__title-eng {
  margin-bottom: 1em;
  font-family: var(--font-eng);
  font-size: 3.5897435897vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-related__title-eng {
    font-size: 1.8rem;
  }
}
.c-related__title-jpn {
  font-size: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .c-related__title-jpn {
    font-size: 2.8rem;
  }
}
.c-related__content {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 6.1538461538vw;
}
@media all and (min-width: 768px) {
  .c-related__content {
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 4rem;
  }
}
.c-related__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.0256410256vw;
}
@media all and (min-width: 768px) {
  .c-related__item {
    border-radius: 0.4rem;
  }
}
.c-related__item--business {
  --section-theme: var(--theme-about);
}
.c-related__item--crosstalk {
  --section-theme: var(--theme-people);
}
.c-related__item--member {
  --section-theme: var(--theme-people);
}
.c-related__item--welfare {
  --section-theme: var(--theme-environment);
}
.c-related__item--faq {
  --section-theme: var(--theme-recruitment);
}
@media (hover: hover) {
  .c-related__item:hover .c-related__thumbnail-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-related__thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.0256410256vw;
  background-color: #eee;
}
@media all and (min-width: 768px) {
  .c-related__thumbnail-image {
    border-radius: 0.4rem;
  }
}
@media (hover: hover) {
  .c-related__thumbnail-image {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 640ms;
            transition-duration: 640ms;
  }
}
.c-related__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 5.1282051282vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background-position: center bottom;
  background-size: 100% 23.0769230769vw;
}
@media all and (min-width: 768px) {
  .c-related__overlay {
    padding: 2rem;
    background-size: 100% 9rem;
  }
}
.c-related__overlay-jpn {
  font-size: 4.6153846154vw;
}
@media all and (min-width: 768px) {
  .c-related__overlay-jpn {
    font-size: 1.8rem;
  }
}
.c-related__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f5f5f5;
}
@media all and (min-width: 768px) {
  .c-related__button {
    width: 4rem;
    height: 4rem;
  }
}
.c-related__button-icon {
  height: 2.0512820513vw;
}
@media all and (min-width: 768px) {
  .c-related__button-icon {
    height: 0.8rem;
  }
}
.c-related__button-svg {
  display: block;
  width: auto;
  height: 100%;
  stroke: #333;
}

.c-subtitle__eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.0769230769vw;
  font-size: 3.5897435897vw;
  font-family: var(--font-eng);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-subtitle__eng {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.c-subtitle__eng::before {
  content: "";
  aspect-ratio: 1/1;
  width: 2.5641025641vw;
  margin-right: 2.0512820513vw;
  border-radius: 50%;
  background-image: var(--section-theme);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .c-subtitle__eng::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.8rem;
  }
}
.c-subtitle__jpn {
  font-size: 6.6666666667vw;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .c-subtitle__jpn {
    font-size: 2.6rem;
  }
}

.c-tab-toggle__switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  overflow: auto;
  top: 0.2564102564vw;
  -webkit-column-gap: 2.5641025641vw;
     -moz-column-gap: 2.5641025641vw;
          column-gap: 2.5641025641vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media all and (min-width: 768px) {
  .c-tab-toggle__switch {
    top: 1px;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-left: 8rem;
  }
}
.c-tab-toggle__switch::-webkit-scrollbar {
  display: none;
}
.c-tab-toggle__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: solid;
  border-color: #999;
  border-width: 0.2564102564vw;
  border-bottom-width: 0;
  letter-spacing: 0.04em;
  min-width: 32.8205128205vw;
  height: 15.3846153846vw;
  color: #999;
  font-size: 4.6153846154vw;
  border-top-left-radius: 2.0512820513vw;
  border-top-right-radius: 2.0512820513vw;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-tab-toggle__tab {
    height: 6rem;
    min-width: 22.5rem;
    border-width: 0.1rem;
    border-bottom-width: 0;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    font-size: 1.8rem;
  }
  .c-tab-toggle__tab br {
  	display: none;
  }
}
.c-tab-toggle__tab.is-active {
  position: relative;
  z-index: 2;
  font-weight: 700;
  background-color: #fff;
  border-color: #333;
  pointer-events: none;
  color: #333;
}
@media (hover: hover) {
  .c-tab-toggle__tab {
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: 320ms;
            transition-duration: 320ms;
  }
  .c-tab-toggle__tab:hover {
    color: #333;
    background-color: #fff;
    border-color: #333;
  }
}
.c-tab-toggle__wrap {
  /* border: 0.2564102564vw solid #333; */
  background-color: #fff;
  overflow: hidden;
  border-bottom-left-radius: 2.0512820513vw;
  border-bottom-right-radius: 2.0512820513vw;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .c-tab-toggle__wrap {
    border-radius: 0.4rem;
    border-width: 0.1rem;
  }
}
.c-tab-toggle__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 320ms;
  transition-duration: 320ms;
}
.c-tab-toggle__body {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.simplebar-scrollbar.simplebar-visible::before {
  background-color: #279e45;
  opacity: 1 !important;
  width: 100%;
  inset: 0;
}

.simplebar-track.simplebar-vertical {
  background-color: #dcdcdc;
  width: 4px !important;
  border-radius: 7px;
}

.l-container {
  margin-top: 16rem;
  position: relative;
  z-index: 128;
  background-color: #fff;
  overflow: hidden;
}

.p-interview {
  --section-theme: var(--theme-recruitment);
}
@media all and (min-width: 768px) {
  .p-interview {
    margin-bottom: 8rem;
  }
}

.p-faq {
  background-color: #f8f8f8;
  padding-top: 15.3846153846vw;
  padding-bottom: 20.5128205128vw;
}
@media all and (min-width: 768px) {
  .p-faq {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-faq__inner {
  padding-left: 5.1282051282vw;
  padding-right: 5.1282051282vw;
}
@media all and (min-width: 768px) {
  .p-faq__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 960px) {
  .p-faq__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-faq__tab {
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
}
.p-faq__body {
  padding-top: 6.128205vw;
  padding-left: 5.1282051282vw;
  padding-right: 5.1282051282vw;
  padding-bottom: 4.692308vw;
}
@media all and (min-width: 768px) {
  .p-faq__body {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    background-size: auto 17.6rem;
    background-position: right 6.4rem bottom 2.8rem;
  }
}
@media all and (min-width: 960px) {
  .p-faq__body {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.p-faq__body-list {
	position: relative;
}
@media all and (min-width: 768px) {
  .p-faq__body-list:not(:last-child) {
	margin-bottom: 1rem;
  }
}
.question-toggle {
	display: none;
}
.p-faq__body-list-question,.p-faq__body-list-answer {
	transition: .7s;
}
.p-faq__body-list-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	font-size: 1.75rem;
	font-weight: 700;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 4.375rem 2rem 0;
	margin-bottom: 1.5em;
	color: #000;
}
@media all and (min-width: 768px) {
  .p-faq__body-list-question {
	font-size: 1.8rem;
	padding: 0 4.375rem 1.2rem 0;
	margin-bottom: 1.4em;
  }
}
.p-faq__body-list-question span:first-child {
	color: #617087;
	font-size: 2.2rem;
	font-family: var(--font-eng);
	font-weight: 400;
	margin-right: 1.5rem;
	display: inline-block;
	margin-top: -.2rem;
}
.p-faq__body-list-question::after,.p-faq__body-list-question::before {
	content: "";
	position: absolute;
	right: 0;
	top: 1.2rem;
	width: 14px;
	height: 2px;
	background: #b7b7b7;
	transition: 0.3s;
}
@media all and (min-width: 768px) {
  .p-faq__body-list-question::after,.p-faq__body-list-question::before {
	right: 1rem;
  }
}
.p-faq__body-list-question::after {
	transform: rotate(90deg);
}
.p-faq__body-list-answer {
	max-height: 0;
	overflow: hidden;
}
@media all and (min-width: 768px) {
  .p-faq__body-list-answer {
	margin-top: -1rem;
  }
}
.p-faq__body-list-answer dl {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
}
.p-faq__body-list-answer dt {
	color: rgb(248 148 167);
	width: 5rem;
	font-size: 3rem;
	font-weight: 400;
	font-family: var(--font-eng);
	padding-left: .8rem;
	margin-top: -.6rem;
}
@media all and (min-width: 768px) {
  .p-faq__body-list-answer dt {
  	font-size: 2.5rem;
	padding-left: 0;
	margin-top: -.2rem;
  }
}
.p-faq__body-list-answer dd {
	font-size: 1.75rem;
	width: calc(100% - 4.5rem);
	line-height: 1.8;
	margin-bottom: 4.5rem;
	color: #000;
}
@media all and (min-width: 768px) {
  .p-faq__body-list-answer dd {
	font-size: 1.5rem;
	margin-bottom: 2.5rem;
  }
}
.p-faq__body-list-answer dd a {
	color: var(--color-accent);
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition-duration: var(--duration-interaction);
          transition-duration: var(--duration-interaction);
}
@media (hover: hover) {
  .p-faq__body-list-answer dd a {
    -webkit-transition-duration: 640ms;
            transition-duration: 640ms;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .p-faq__body-list-answer dd a:hover {
	opacity: 0.6;
  }
}
.p-faq__body-list-answer dd .p-faq__others-icon .l-footer__others-svg {
	display: inline;
	height: auto;
	margin: 0 .5rem;
}
.question-toggle:checked + .p-faq__body-list-question + .p-faq__body-list-answer {
	max-height: 50rem;
	transition: 1.5s;
}
.question-toggle:checked + .p-faq__body-list-question::after {
	transform: rotate(180deg) !important;
}