@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #25232b;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1.56;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

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

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

.mb-none {
  margin-bottom: 0 !important;
}

.en {
  font-family: "Jost", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

[data-fit="true"] {
  overflow: hidden;
}
[data-fit="true"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.hidden_overflow {
  overflow: hidden;
}

.gaibu::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico-gaibu.svg) no-repeat;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: text-bottom;
  margin-left: 0.3rem;
}

.overlay::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: "Jost", sans-serif;
}

.text-danger {
  color: #9f0000;
}

.text-primary {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 11px;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, #fff 70%);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

/* inview
----------------------------------------*/
[data-a-inview="inview"] {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 100px);
}

[data-a-inview="inview"][data-inview="true"] {
  opacity: 1;
  transform: translate(0);
}

/* コンポーネント
c-gnav
----------------------------------------*/
.c-gnav {
  background: #000;
  color: #fff;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-gnav[data-fixed="true"] {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.c-gnav__list {
  padding: 12px 0;
  margin: 0 auto;
  max-width: 92%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-gnav__list {
    padding: 0;
    max-width: 90%;
    flex-wrap: wrap;
  }
}
.c-gnav__list-item {
  position: relative;
  padding: 2px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-gnav__list-item:nth-child(n + 2) {
    border-left: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav__list-item:nth-child(n + 3) {
    border-top: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav__list-item:nth-child(2n)::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .c-gnav__list-item {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav__list-item {
    width: 50%;
    height: 5rem;
    padding: 1rem;
    font-size: 1.3rem;
  }
}

/* コンポーネント
c-page-title
----------------------------------------*/
.c-page-title {
  width: 100%;
  padding: 5.4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    padding: 6.3rem 0 7.3rem;
  }
}
.c-page-title .l-main__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-page-title .l-main__inner {
    display: block;
  }
}
.c-page-title__text {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__text {
    text-align: center;
    padding-top: 0;
    margin-bottom: 3.5rem;
  }
}
.c-page-title__text h1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__text h1 {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
.c-page-title__text h1 .en {
  font-size: 6.1rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-title__text h1 .en {
    font-size: 4rem;
  }
}
.c-page-title__text p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page-title__text p {
    font-size: 1.4rem;
  }
}
.c-page-title__ph {
  max-width: 56.7rem;
  margin-right: -16.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__ph {
    max-width: 110%;
    margin-right: -4.5rem;
    padding-left: 1.2rem;
  }
}
.c-page-title__parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.c-page-title__parts > * {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.c-page-title__parts .parts-blue01 {
  width: 19rem;
  top: 2rem;
  left: -20rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__parts .parts-blue01 {
    width: 13rem;
    top: 2rem;
    left: -6rem;
  }
}
.c-page-title__parts .parts-purple01 {
  width: 13rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-page-title__parts .parts-purple01 {
    width: 20rem;
    top: 3rem;
    left: auto;
    transform: translateX(0) rotate(90deg);
    right: -11rem;
  }
}
.c-page-title__parts .parts-green01 {
  width: 18rem;
  top: 28rem;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-page-title__parts .parts-green01 {
    width: 21rem;
    top: 20rem;
    left: auto;
    transform: translateX(0);
    right: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-title__parts .parts-orange01 {
    width: 12rem;
    top: 24rem;
    left: -6rem;
    transform: rotate(150deg);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title__parts .parts-blue02 {
    width: 9rem;
    top: 26rem;
    right: -1rem;
    filter: blur(0.3rem);
  }
}

/* コンポーネント
c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  max-width: 114rem;
  margin: 0 auto;
  font-size: 1.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 0 auto 4.5rem;
    text-align: left;
  }
}

/* コンポーネント
c-slide
----------------------------------------*/
.c-slide {
  overflow: hidden;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c-slide {
    margin-bottom: 3rem;
  }
}
.c-slide__img {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-slide__img {
    margin-bottom: 1rem;
  }
}
.c-slide__img-item img {
  width: 100%;
}
.c-slide__img .slick-num {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-slide__img .slick-num {
    right: 1rem;
    bottom: 1rem;
    font-size: 1.5rem;
  }
}
.c-slide__img .slick-num .now-count {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-slide__img .slick-num .now-count {
    font-size: 2.2rem;
  }
}
.c-slide__img .slick-prev {
  width: 8.5%;
  height: 13%;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) scale(-1, -1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slide__img .slick-prev {
    width: 12.4%;
    height: 20%;
    left: 0.5rem;
  }
}
.c-slide__img .slick-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/ico-arrow-slide.svg) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.c-slide__img .slick-next {
  width: 8.5%;
  height: 13%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-slide__img .slick-next {
    width: 12.4%;
    height: 20%;
    right: 0.5rem;
  }
}
.c-slide__img .slick-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/ico-arrow-slide.svg) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.c-slide__thumbnail .slick-track {
  display: flex;
}
.c-slide__thumbnail-item {
  width: 9% !important;
  max-width: 9rem;
  margin-right: 2.3%;
}
@media screen and (max-width: 767px) {
  .c-slide__thumbnail-item {
    width: 10% !important;
    max-width: inherit;
    margin: 0 0.6%;
  }
}
.c-slide__thumbnail-item:first-child {
  margin-left: 0;
}
.c-slide__thumbnail-item:last-child {
  margin-right: 0;
}
.c-slide__thumbnail-item img {
  width: 100%;
}

/* コンポーネント
c-tab
----------------------------------------*/
.c-table {
  margin-bottom: 8.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-table {
    margin-bottom: 4.5rem;
  }
}
.c-table tr th {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 2rem 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-table tr th {
    font-size: 1.4rem;
    padding: 1.3rem 0.6rem 0.6rem 0;
    min-width: 6.3rem;
  }
}
.c-table tr td {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 2rem 0 0.6rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .c-table tr td {
    padding: 1.3rem 0 0.6rem 3.15rem;
  }
}
.c-table tr:first-child th,
.c-table tr:first-child td {
  padding-top: 0;
}

/* コンポーネント
c-tab
----------------------------------------*/
.c-btn__more {
  position: absolute;
}
.c-btn__more::before {
  content: "";
  position: absolute;
  background: url(../img/common/btn-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 25.8rem;
  height: 25.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 0.3s;
  animation: 1s circleanime01 forwards;
}
@keyframes circleanime01 {
  0% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 767px) {
  .c-btn__more::before {
    width: 23.8rem;
    height: 23.8rem;
  }
}
.c-btn__more:hover::before {
  opacity: 1;
  animation: 1s circleanime02 forwards;
}
@keyframes circleanime02 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.c-btn__more a,
.c-btn__more > span {
  display: block;
  width: 10.9rem;
  height: 10.9rem;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  padding-top: 3.2rem;
  position: relative;
  font-weight: 600;
}
.c-btn__more a::before,
.c-btn__more > span::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/btn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.9rem;
  height: 0.54rem;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.c-btn__more a:hover,
.c-btn__more > span:hover {
  opacity: 1;
}
.c-btn__more a:hover::before,
.c-btn__more > span:hover::before {
  left: 57%;
}

/* コンポーネント
c-tab
----------------------------------------*/
.c-banner {
  position: fixed;
  right: 2.8rem;
  bottom: 3rem;
  width: 31.5rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .c-banner {
    width: 13.6rem;
    right: 1.6rem;
    bottom: 8.8rem;
  }
}
.c-banner.is-hidden {
  animation: bannerFade 0.3s forwards;
}
.c-banner__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.c-banner__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(#fa739d 0%, #a044d1 30.54%, #4897d9 65.52%, #e08848 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  filter: blur(2rem);
  transition: 0.3s;
  animation: 1s banneranime01 forwards;
}
.c-banner__link:hover {
  opacity: 0.9;
}
.c-banner__link:hover::before {
  opacity: 1;
  animation: 1s banneranime02 forwards;
}
.c-banner__close {
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% + 1rem);
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-banner__close {
    bottom: calc(100% + 0.6rem);
  }
}
.c-banner__close:hover {
  opacity: 0.8;
}
.c-banner__close::before,
.c-banner__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.2rem;
  height: 1px;
  background-color: #25232b;
  rotate: 45deg;
}
.c-banner__close::after {
  rotate: -45deg;
}
@keyframes banneranime01 {
  0% {
    scale: 2;
    opacity: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes banneranime02 {
  0% {
    scale: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@keyframes bannerFade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
  padding-left: 3rem;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 2.2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.l-header__title {
  width: 33.7rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    width: 26.2rem;
  }
}
.l-header__title a {
  display: flex;
  align-items: center;
}
.l-header__entry {
  margin-right: 8.7rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header__entry {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
.l-header__entry a {
  background: linear-gradient(-120deg, #fa7e50, #fac173);
  display: block;
  padding: 1.9rem 4.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  border-radius: 3.6rem;
  color: #fff;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__entry a {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.6rem;
    padding: 2.1rem 0 2.5rem;
    width: 100%;
    text-align: center;
  }
}
.l-header__entry a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.l-header__btn {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  position: fixed;
  top: 3.2rem;
  right: 2.8rem;
  color: #fff;
  z-index: 101;
  overflow: hidden;
  cursor: pointer;
  background: #302e39;
  border-radius: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    width: 4.3rem;
    height: 4.3rem;
    position: fixed;
    top: 1.2rem;
    right: 1.4rem;
  }
}
.l-header__btn .line {
  display: block;
  width: 2rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%);
}
.l-header__btn .line::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  border-radius: 1rem;
}
.l-header__btn .line::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
  border-radius: 1rem;
}
.l-header__btn .line > span {
  display: block;
  width: 0.5rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-out;
  border-radius: 1rem;
}
.l-header__btn.nav-open .line {
  height: 2rem;
}
.l-header__btn.nav-open .line::before {
  transform: rotate(45deg);
  top: 1rem;
}
.l-header__btn.nav-open .line::after {
  transform: rotate(-45deg);
  width: 2rem;
  bottom: 0.8rem;
}
.l-header__btn.nav-open .line > span {
  opacity: 0;
}
.l-header__navi {
  transition: all 0.3s ease-out;
  width: 100vw;
  height: 100vh;
  padding: 4rem;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  background: url(../img/common/bg-navi.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 100;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__navi {
    background: url(../img/common/bg-navi-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.l-header__navi.nav-open {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.l-header__navi-list {
  display: block;
  text-align: center;
}
.l-header__navi-list-item {
  position: relative;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-header__navi-list-item {
    margin: 2rem 0;
  }
}
.l-header__navi-list-link {
  position: relative;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: #000;
  height: auto;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header__navi-list-link {
    font-size: 2.2rem;
  }
}
.l-header__navi-list-link.none {
  pointer-events: none;
  opacity: 0.2;
}
.l-header__navi-list-link:hover {
  opacity: 1;
  color: #fff;
}

/* レイアウト
l-footer
----------------------------------------*/
.l-footer {
  background: #312e39;
  padding: 8rem 1.2rem 3rem;
  color: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -4.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6.3rem 2rem 8.5rem;
    z-index: 1;
  }
}
.l-footer__inner {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__inner:last-child {
  align-items: flex-end;
}
.l-footer__contents {
  max-width: 37rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__txt-logo {
    width: 28.8rem;
    margin: 0 auto;
  }
}
.l-footer__navi {
  width: 100%;
  max-width: 55rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    max-width: 100%;
    display: block;
    margin-bottom: 4.2rem;
    padding: 0 2.5rem;
  }
}
.l-footer__navi-list:first-child {
  margin-right: 7.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-list:first-child {
    margin-right: 0;
  }
}
.l-footer__navi-list-item {
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-list-item {
    margin-bottom: 2.5rem;
  }
}
.l-footer__navi-list-link.none {
  opacity: 0.3;
  pointer-events: none;
}
.l-footer__copyright {
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  border-top: 0.1rem solid #565462;
  padding-top: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin: 0;
    text-align: center;
    padding-top: 2rem;
  }
}

/* レイアウト
l-main
----------------------------------------*/
.l-main {
  overflow: hidden;
}
.l-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg-contents-main.png) repeat-y;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-main__inner {
  margin: 0 auto;
  width: 94%;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 89.3%;
  }
}
.l-main__section {
  padding-top: 1rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-bottom: 10rem;
  }
}
.l-main__movie {
  position: fixed;
  z-index: -2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.l-main__movie video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-main__movie video {
    top: 0;
    min-height: inherit;
    transform: translate(-50%, 0);
    width: 400%;
    height: 100vh;
  }
}

.p-home__parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.p-home__parts > * {
  position: absolute;
  pointer-events: none;
}
.p-home__parts > * img {
  width: 100%;
}
.p-home__parts .parts-orange01 {
  top: 21.8rem;
  width: 15.8%;
  left: 22%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-orange01 {
    top: 35.6rem;
    width: 12.5rem;
    left: -5rem;
    filter: blur(0.5rem);
  }
}
.p-home__parts .parts-green01 {
  top: 8.4rem;
  width: 11.5%;
  left: 6.7%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-green01 {
    top: 6rem;
    width: 7.8rem;
    left: 9rem;
    filter: blur(0.3rem);
  }
}
.p-home__parts .parts-blue01 {
  top: 1.4rem;
  width: 18.8%;
  right: -8%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-blue01 {
    top: 33.6rem;
    width: 17.8rem;
    right: -6rem;
    transform: rotate(150deg);
    z-index: -1;
  }
}
.p-home__parts .parts-purple01 {
  top: 35.3rem;
  width: 25.1%;
  right: -9%;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-purple01 {
    top: 8rem;
    width: 11.3rem;
    right: -4rem;
    filter: blur(0.2rem);
  }
}
.p-home__parts .parts-txt01 {
  top: 10.4rem;
  width: 16%;
  left: 15%;
  animation: spin 30s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-txt01 {
    top: 13.3rem;
    width: 16rem;
    left: auto;
    right: -6.5rem;
  }
}
.p-home__parts .parts-txt02 {
  top: 37rem;
  width: 16%;
  right: 8%;
  animation: spin 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-txt02 {
    top: 43.4rem;
    width: 16rem;
    right: 7rem;
    z-index: -1;
  }
}
.p-home__parts .parts-circle01 {
  bottom: -6rem;
  width: 19.2rem;
  left: -8rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-circle01 {
    top: 53rem;
    width: 12.6rem;
    left: auto;
    right: -4.7rem;
  }
}
.p-home__parts .parts-orange02 {
  top: 44.6rem;
  width: 35.9rem;
  left: 50%;
  margin-left: 42.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-orange02 {
    top: 5.6rem;
    width: 9.9rem;
    left: auto;
    margin-left: 0;
    right: 0.2rem;
    z-index: 1;
  }
}
.p-home__parts .parts-green02 {
  top: 9rem;
  width: 24.5rem;
  left: 50%;
  margin-left: -19rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-green02 {
    top: 30rem;
    width: 24.5rem;
    left: 4rem;
    margin-left: 0;
    transform: rotate(-60deg);
  }
}
.p-home__parts .parts-purple02 {
  top: 0;
  width: 16.5rem;
  left: 50%;
  margin-left: -37.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-purple02 {
    display: none;
  }
}
.p-home__parts .parts-circle02 {
  top: 17rem;
  width: 19.2rem;
  left: 50%;
  margin-left: -34.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-circle02 {
    display: none;
  }
}
.p-home__parts .parts-circle03 {
  bottom: 0;
  width: 12.6rem;
  left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-circle03 {
    display: none;
  }
}
.p-home__parts .parts-orange03 {
  width: 25.6rem;
  left: 50%;
  margin-left: 23.8rem;
  bottom: 6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-orange03 {
    width: 10.6rem;
    left: auto;
    margin-left: 0;
    bottom: auto;
    z-index: 2;
    right: -4rem;
    top: 12rem;
    transform: rotate(-140deg);
  }
}
.p-home__parts .parts-blue02 {
  bottom: 27.6rem;
  width: 23.2rem;
  left: 50%;
  margin-left: -56rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-blue02 {
    bottom: 0rem;
    width: 13.2rem;
    left: 10rem;
    margin-left: 0;
  }
}
.p-home__parts .parts-purple03 {
  top: 20.8rem;
  width: 17.4rem;
  left: 50%;
  margin-left: 25rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-purple03 {
    display: none;
  }
}
.p-home__parts .parts-circle04 {
  bottom: 14.5rem;
  width: 19.2rem;
  left: 50%;
  margin-left: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-circle04 {
    display: none;
  }
}
.p-home__parts .parts-green03 {
  top: -6rem;
  width: 22rem;
  left: 50%;
  margin-left: -14rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-green03 {
    top: 20rem;
    width: 16rem;
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
.p-home__parts .parts-purple04 {
  bottom: -6rem;
  width: 37.6rem;
  left: 50%;
  margin-left: -19.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-purple04 {
    bottom: -6rem;
    width: 22.6rem;
    margin-left: 0;
    z-index: -1;
    left: 17rem;
  }
}
.p-home__parts .parts-circle05 {
  bottom: 21.5rem;
  width: 19.2rem;
  left: 50%;
  margin-left: 24.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-circle05 {
    display: none;
  }
}
.p-home__parts .parts-green04 {
  bottom: 17rem;
  width: 15.8rem;
  left: 50%;
  margin-left: -61rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-green04 {
    bottom: 0rem;
    width: 13.8rem;
    left: -7rem;
    margin-left: 0;
    z-index: 1;
  }
}
.p-home__parts .parts-blue03 {
  top: -19rem;
  width: 38.4rem;
  left: 50%;
  margin-left: 44rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-blue03 {
    top: -6rem;
    width: 12.4rem;
    left: auto;
    margin-left: 0;
    right: -2rem;
  }
}
.p-home__parts .parts-purple05 {
  bottom: -4.4rem;
  width: 26.1rem;
  left: 50%;
  margin-left: 33.3rem;
}
@media screen and (max-width: 767px) {
  .p-home__parts .parts-purple05 {
    display: none;
  }
}
.p-home__inner {
  width: 94%;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__inner {
    max-width: 92%;
  }
}
.p-home__main {
  padding: 13.7rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__main {
    padding: 11.2rem 0 23.7rem;
  }
}
.p-home__main-slide {
  width: 46.1%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-home__main-slide {
    width: 66.1%;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-slide {
    width: 82.6%;
  }
}
.p-home__main-slide_s01 {
  position: absolute;
  width: 16.8%;
  top: 24.1rem;
  left: -4.2rem;
}
@media screen and (max-width: 1199px) {
  .p-home__main-slide_s01 {
    width: 21.8%;
    top: 14.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-slide_s01 {
    width: 31.2%;
    top: 7.56rem;
    left: -4rem;
    z-index: -1;
  }
}
.p-home__main-slide_s02 {
  position: absolute;
  width: 30.96%;
  bottom: 2rem;
  right: -6.5rem;
}
@media screen and (max-width: 1199px) {
  .p-home__main-slide_s02 {
    width: 40.96%;
    bottom: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-slide_s02 {
    width: 41.3%;
    top: 44.1rem;
    bottom: auto;
    right: -1.1rem;
  }
}
.p-home__main-txt {
  position: absolute;
  bottom: 2rem;
  left: 15.3%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home__main-txt {
    width: auto;
    left: 2.83rem;
    margin: 0;
  }
}
.p-home__main-txt .txt-catch-svg {
  width: 23.8vw !important;
  height: 27.8vw !important;
}
@media screen and (max-width: 767px) {
  .p-home__main-txt .txt-catch-svg {
    width: 19.4rem !important;
    height: 23.7rem !important;
  }
}
.p-home__main-txt .txt-catch-svg > g {
  transform: scale(3.08);
  transform-origin: center;
}
.p-home__about {
  padding: 13rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-home__about {
    padding: 11rem 0 15rem;
  }
}
.p-home__about .bg-txt {
  font-size: 17.7rem;
  letter-spacing: 0.2em;
  transform: translate3d(0, 0, 0) rotate(-90deg);
  position: absolute;
  top: 0;
  left: -25rem;
  bottom: 0;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .p-home__about .bg-txt {
    font-size: 7.8rem;
    left: -7.5rem;
  }
}
.p-home__about .p-home__inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-home__about .p-home__inner {
    display: block;
  }
}
.p-home__about figure {
  max-width: 67rem;
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .p-home__about figure {
    right: auto;
    max-width: 93.8%;
    margin: 0 -10% 0 auto;
  }
}
.p-home__about h2 {
  position: absolute;
  left: 5.5rem;
  bottom: 23rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home__about h2 {
    bottom: auto;
    top: -7rem;
    left: 0;
  }
}
.p-home__about h2 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 1.2rem 0 1.2rem;
  padding: 0.3rem 3rem;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home__about h2 span {
    font-size: 2rem;
    padding: 0.3rem 1.4rem;
  }
}
.p-home__about .c-btn__more {
  left: 5.5rem;
  bottom: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home__about .c-btn__more {
    left: 0;
    bottom: -2rem;
  }
}
.p-home__interview {
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__interview {
    padding-bottom: 10rem;
  }
}
.p-home__interview h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__interview h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-home__interview h2 .en {
  display: block;
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-home__interview h2 .en {
    font-size: 3.6rem;
    letter-spacing: 0.2em;
  }
}
.p-home__interview h2 + p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__interview h2 + p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-home__interview figure {
  max-width: 68rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__interview figure {
    max-width: 120%;
    margin: 0 -2.5rem;
  }
}
.p-home__interview .c-btn__more {
  bottom: 8rem;
  left: 50%;
  margin-left: -38rem;
}
@media screen and (max-width: 767px) {
  .p-home__interview .c-btn__more {
    bottom: -2rem;
    left: 0;
    margin-left: 0;
  }
}
.p-home__career {
  padding-bottom: 16.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__career {
    padding-bottom: 9.7rem;
    padding-top: 2rem;
  }
}
.p-home__career .p-home__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__career .p-home__inner {
    display: block;
  }
}
.p-home__career h2 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-home__career h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-home__career h2 span {
  display: block;
  font-size: 6.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home__career h2 span {
    font-size: 3.6rem;
    letter-spacing: 0.2em;
  }
}
.p-home__career h2 + p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-home__career h2 + p {
    font-size: 1.4rem;
  }
}
.p-home__career .ph {
  max-width: 52.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__career .ph {
    max-width: 100%;
  }
}
.p-home__career .c-btn__more {
  left: 6rem;
  bottom: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__career .c-btn__more {
    left: 0;
    bottom: -4.5rem;
  }
}
.p-home__career .text {
  max-width: 43.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__career .text {
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.p-home__faq {
  background: url(../img/index/img-faq.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .p-home__faq {
    background: url(../img/index/img-faq-sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.p-home__faq .bg-txt {
  position: absolute;
  font-size: 12.8rem;
  font-weight: 600;
  top: 38%;
  left: calc(50% + 0.27em);
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
  z-index: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-home__faq .bg-txt {
    font-size: 11rem;
    top: 31%;
  }
}
.p-home__faq .text {
  text-align: center;
  padding-top: 19.4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-home__faq .text {
    padding-top: 14rem;
    padding-bottom: 7rem;
  }
}
.p-home__faq .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__faq .text h2 {
    font-size: 2.2rem;
  }
}
.p-home__faq .text p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-home__faq .text p {
    font-size: 1.4rem;
  }
}
.p-home__faq .text .c-btn__more {
  position: relative;
  display: inline-block;
  margin: 3rem auto 0;
}
.p-home__faq.comingsoon {
  pointer-events: none;
}
.p-home__faq.comingsoon::before {
  content: "";
  position: absolute;
  background: rgba(83, 83, 83, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.p-home__faq.comingsoon::after {
  position: absolute;
  content: "coming soon...";
  font-family: "Jost", sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__faq.comingsoon::after {
    font-size: 3rem;
  }
}
.p-home__faq.comingsoon .text p,
.p-home__faq.comingsoon .text .c-btn__more {
  opacity: 0;
}
.p-home__recruitment {
  padding: 15rem 0 19.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment {
    padding: 8rem 2rem 11rem;
  }
}
.p-home__recruitment::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg-contents.png) no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
.p-home__recruitment h2 {
  text-align: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment h2 {
    margin-bottom: 2.5rem;
  }
}
.p-home__recruitment h2 span {
  display: block;
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  mix-blend-mode: overlay;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-home__recruitment h2 span {
    font-size: 4.5rem;
  }
}
.p-home__recruitment-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list {
    display: block;
  }
}
.p-home__recruitment-list li {
  margin: 0 0.8rem;
  width: 39.6%;
  max-width: 35.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 2rem 0;
  }
}
.p-home__recruitment-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  font-size: min(3.2rem, 3vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 4.8rem 0 4.8rem;
  border-radius: 3.9rem;
  height: 100%;
  line-height: 1.3125;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li a {
    width: 88.6%;
    font-size: 2.8rem;
    padding: 4rem;
    border-radius: 2.5rem;
    max-height: 15rem;
  }
}
.p-home__recruitment-list li a .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li a .en {
    font-size: 1.3rem;
  }
}
.p-home__recruitment-list li .c-btn__more {
  bottom: -7.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li .c-btn__more {
    bottom: auto;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li .c-btn__more span {
    width: 9rem;
    height: 9rem;
  }
}
.p-home__recruitment-list li.comingsoon {
  pointer-events: none;
}
.p-home__recruitment-list li.comingsoon::before {
  content: "";
  position: absolute;
  background: rgba(83, 83, 83, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 3.9rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li.comingsoon::before {
    border-radius: 2.5rem;
  }
}
.p-home__recruitment-list li.comingsoon::after {
  position: absolute;
  content: "coming soon...";
  font-family: "Jost", sans-serif;
  font-size: 4.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-list li.comingsoon::after {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__recruitment-text-s {
    font-size: 2.4rem;
    line-height: 1.4;
    display: block;
  }
}

.p-sub__about .c-page-charm {
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm {
    margin: 0 0 7rem;
  }
}
.p-sub__about .c-page-charm .l-main__inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6.7rem 7.2rem 8.8rem 8.7rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm .l-main__inner {
    display: block;
    padding: 4.7rem 2.8rem 5rem;
  }
}
.p-sub__about .c-page-charm__text {
  display: flex;
  flex-direction: column;
  max-width: 41.6rem;
  width: 44.2553191489%;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text {
    width: 100%;
    margin-bottom: 2.8rem;
  }
}
.p-sub__about .c-page-charm__text p:nth-child(1) {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text p:nth-child(1) {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-sub__about .c-page-charm__text p:nth-child(1)::after {
  content: "";
  width: 21.8rem;
  height: 4.3rem;
  background: url(../img/about/img-fukidashi.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -2rem;
  top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text p:nth-child(1)::after {
    width: 18.1rem;
    height: 3.6rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.p-sub__about .c-page-charm__text p:nth-child(1) + figure {
  max-width: 4.6rem;
  width: 11.0576923077%;
  position: absolute;
  left: 20.8rem;
  top: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text p:nth-child(1) + figure {
    max-width: 7.3rem;
    width: auto;
    left: auto;
    right: 2.6rem;
    top: 5.5rem;
  }
}
.p-sub__about .c-page-charm__text h2 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text h2 {
    font-size: 2.4rem;
    line-height: 2.08;
    margin-bottom: 3rem;
  }
}
.p-sub__about .c-page-charm__text p:last-child {
  line-height: 2;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__text p:last-child {
    font-size: 1.4rem;
    margin: 0;
  }
}
.p-sub__about .c-page-charm__ph {
  max-width: 47.8rem;
  width: 50.8510638298%;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-charm__ph {
    max-width: none;
    width: 100%;
  }
}
.p-sub__about .c-page-room {
  margin: 0;
}
.p-sub__about .c-page-room .l-main__inner div {
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-room .l-main__inner div {
    transform: translateY(-7rem);
  }
}
.p-sub__about .c-page-room .l-main__inner div p {
  line-height: 2;
  max-width: 75.6rem;
  width: 68.7272727273%;
  border-radius: 3rem;
  background-color: #fff;
  padding: 3.5rem 5.7rem;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-room .l-main__inner div p {
    font-size: 1.4rem;
    border-radius: 2rem;
    width: 79.4666666667vw;
    padding: 4rem 2.5rem;
  }
}
.p-sub__about .c-page-event {
  margin: 0 0 29.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event {
    margin: 0 0 7.4rem;
  }
}
.p-sub__about .c-page-event .l-main__inner ul {
  display: flex;
  flex-wrap: wrap;
}
.p-sub__about .c-page-event .l-main__inner ul li {
  max-width: 35.6rem;
  width: 32.3636363636%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(1) {
  padding-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(1) {
    width: 72.5333333333vw;
    padding-top: 0;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(2) {
  margin-left: -3.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(2) {
    width: 72.5333333333vw;
    padding-top: 0;
    margin: 0 auto;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(3) {
  padding-top: 6.9rem;
  margin-left: -2.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(3) {
    width: 72.5333333333vw;
    padding-top: 0;
    margin: 0 auto;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(3) figure:nth-child(2) {
  max-width: 16.7rem;
  width: 46.9101123596%;
  position: absolute;
  right: -7.2rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(3) figure:nth-child(2) {
    max-width: 13rem;
    width: 34.6666666667vw;
    left: -2.9rem;
    right: auto;
    top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(3) figcaption {
    margin-top: 7.4rem;
    margin-bottom: 3rem;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(4) {
  max-width: 26.3rem;
  width: 23.9090909091%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(4) {
    max-width: 20.2rem;
    width: 53.8666666667vw;
    margin: 0;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(5) {
  padding-top: 10.1rem;
  margin-left: -7.7rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(5) {
    max-width: 27.4rem;
    width: 73.0666666667vw;
    padding-top: 0;
    margin: -3.6rem 0 0 auto;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(6) {
  max-width: 26.3rem;
  width: 23.9090909091%;
  z-index: 0;
  margin-left: -4.3rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(6) {
    max-width: 20.2rem;
    width: 53.8666666667vw;
    margin: -1.9rem auto 0 0;
    z-index: 3;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li:nth-child(7) {
  padding-top: 10.1rem;
  margin-left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li:nth-child(7) {
    max-width: 27.4rem;
    width: 73.0666666667vw;
    padding-top: 0;
    margin: -1.7rem auto 0;
    z-index: 4;
  }
}
.p-sub__about .c-page-event .l-main__inner ul li figcaption {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner ul li figcaption {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-sub__about .c-page-event .l-main__inner p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event .l-main__inner p {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.p-sub__about .c-page-event__parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-event__parts {
    display: none;
  }
}
.p-sub__about .c-page-event__parts > * {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.p-sub__about .c-page-event__parts .parts-orange {
  width: 28rem;
  top: -13.6rem;
  left: -11.8rem;
}
.p-sub__about .c-page-event__parts .parts-green {
  width: 22rem;
  top: 8rem;
  right: -14rem;
}
.p-sub__about .c-page-event__parts .parts-blue {
  width: 24rem;
  bottom: -6rem;
  left: -13rem;
}
.p-sub__about .c-page-event__parts .parts-purple {
  width: 36rem;
  bottom: 9rem;
  right: -30rem;
}
.p-sub__about .c-page-award {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award {
    margin-bottom: 7rem;
  }
}
.p-sub__about .c-page-award h3 {
  max-width: 605px;
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award h3 {
    max-width: 297px;
    width: 79.2vw;
  }
}
.p-sub__about .c-page-award__inner {
  background: url(../img/about/bg-award.png) center top no-repeat;
  background-size: cover;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner {
    background: url(../img/about/bg-award_sp.png) center top no-repeat;
    background-size: cover;
    padding: 0 0 7rem;
  }
}
.p-sub__about .c-page-award__inner h4 span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 6.4rem;
  width: 24rem;
  background-color: #fff;
  border-radius: 3.2rem;
  margin: 0 auto 0.8rem;
  width: 240px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner h4 span {
    font-size: 1.8rem;
    width: 19.6rem;
    line-height: 5.2rem;
    border-radius: 2.6rem;
    margin: 0 auto 3.2rem;
    transform: translateY(0);
  }
}
.p-sub__about .c-page-award__inner > p {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner > p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-sub__about .c-page-award__inner ul {
  width: 94%;
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul {
    display: block;
    margin-top: 4.9rem;
  }
}
.p-sub__about .c-page-award__inner ul li {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li {
    max-width: 24.2rem;
    width: 64.5333333333vw;
    margin: 0 auto;
  }
}
.p-sub__about .c-page-award__inner ul li p {
  font-size: 1.4rem;
}
.p-sub__about .c-page-award__inner ul li + li {
  border-left: 3px solid #fff;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li + li {
    border: none;
    margin: 4rem auto 0;
  }
}
.p-sub__about .c-page-award__inner ul li:not(:last-of-type) p::after {
  content: "";
  display: block;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li:not(:last-of-type) p::after {
    display: none;
  }
}
.p-sub__about .c-page-award__inner ul li:nth-child(1) img {
  max-width: 24rem;
  margin: -2.4rem 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li:nth-child(1) img {
    margin: 0 0 2rem;
  }
}
.p-sub__about .c-page-award__inner ul li:nth-child(2) img {
  max-width: 20.9rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li:nth-child(2) img {
    margin: 0 0 2rem;
  }
}
.p-sub__about .c-page-award__inner ul li:nth-child(3) img {
  max-width: 20.9rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li:nth-child(3) img {
    margin: 0 0 2rem;
  }
}
.p-sub__about .c-page-award__inner ul li:nth-child(4) img {
  max-width: 24.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-award__inner ul li:nth-child(4) img {
    margin: 0 0 2rem;
  }
}
.p-sub__about .c-page-vision {
  margin: 0 0 17.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision {
    margin-bottom: 13.6rem;
  }
}
.p-sub__about .c-page-vision > p {
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision > p {
    margin-bottom: 7rem;
  }
}
.p-sub__about .c-page-vision .l-main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision .l-main__inner {
    flex-direction: column-reverse;
  }
}
.p-sub__about .c-page-vision .l-main__inner > div {
  max-width: 41rem;
}
.p-sub__about .c-page-vision .l-main__inner > div p {
  line-height: 2;
}
.p-sub__about .c-page-vision .l-main__inner > div p:first-of-type {
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision .l-main__inner > div p:first-of-type {
    font-size: 1.4rem;
  }
}
.p-sub__about .c-page-vision .l-main__inner > div h3 {
  font-size: 5.3rem;
  letter-spacing: 0.06em;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision .l-main__inner > div h3 {
    font-size: 4.6rem;
    margin-bottom: 4rem;
  }
}
.p-sub__about .c-page-vision .l-main__inner figure {
  width: 50vw;
  margin-right: calc((50vw - 55rem) * -1);
}
@media screen and (max-width: 1199px) {
  .p-sub__about .c-page-vision .l-main__inner figure {
    margin-right: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision .l-main__inner figure {
    width: 94.6666666667vw;
    margin: 0 -4vw 5rem auto;
  }
}
.p-sub__about .c-page-vision__parts {
  position: absolute;
  max-width: 110rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-vision__parts {
    display: none;
  }
}
.p-sub__about .c-page-vision__parts > * {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.p-sub__about .c-page-vision__parts .parts-orange {
  width: 28rem;
  top: -16.9rem;
  left: -59.3rem;
}
.p-sub__about .c-page-vision__parts .parts-green {
  width: 22rem;
  bottom: -14rem;
  left: 54%;
}
.p-sub__about .c-page-mission {
  text-align: center;
  background-color: #fff;
  padding: 9.9rem 0 7.1rem;
  margin-bottom: 7.2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission {
    padding: 3.8rem 0 5.7rem;
    margin-bottom: 6rem;
  }
}
.p-sub__about .c-page-mission__title {
  max-width: 90rem;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, #fa7e50 0%, #fac173 100%);
  padding: 0 0 4.1rem;
  margin: 0 auto 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title {
    padding: 0 0 3.7rem;
    margin: 0 auto;
  }
}
.p-sub__about .c-page-mission__title h3 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin: 0 0 -1rem;
  transform: translateY(-3rem);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title h3 {
    font-size: 3.2rem;
    margin-bottom: 0.6rem;
    transform: translateY(-2.6rem);
  }
}
.p-sub__about .c-page-mission__title h3 small {
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title h3 small {
    font-size: 1.6rem;
  }
}
.p-sub__about .c-page-mission__title ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title ul {
    display: block;
    margin-bottom: 1rem;
  }
}
.p-sub__about .c-page-mission__title ul li {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title ul li {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-sub__about .c-page-mission__title ul li::before {
  content: "";
  width: 1.3rem;
  height: 2.4rem;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title ul li::before {
    width: 1.1rem;
    height: 2rem;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
.p-sub__about .c-page-mission__title ul li::after {
  content: "";
  width: 1.3rem;
  height: 2.4rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: auto 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__title ul li::after {
    width: 1.1rem;
    height: 2rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.p-sub__about .c-page-mission__title p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-sub__about .c-page-mission figure {
  max-width: 54.8rem;
  width: 49.8181818182%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission figure {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.p-sub__about .c-page-mission__value {
  position: absolute;
  height: 31.7rem;
  height: 31.7rem;
  left: -3rem;
  top: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__value {
    height: auto;
    padding-bottom: 3.7rem;
  }
}
.p-sub__about .c-page-mission__value > * {
  z-index: 1;
}
.p-sub__about .c-page-mission__value h3 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin: -3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__value h3 {
    font-size: 3.2rem;
    margin: -2.7rem 0 3rem;
  }
}
.p-sub__about .c-page-mission__value h3 small {
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__value h3 small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__value div {
    margin-bottom: 3rem;
  }
}
.p-sub__about .c-page-mission__value div p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-sub__about .c-page-mission__value::after {
  content: "";
  display: block;
  width: 31.7rem;
  height: 31.7rem;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__value::after {
    display: none;
  }
}
.p-sub__about .c-page-mission__vision {
  position: absolute;
  width: 31.7rem;
  height: 31.7rem;
  right: -1.2rem;
  top: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__vision {
    height: auto;
    padding-bottom: 3.7rem;
  }
}
.p-sub__about .c-page-mission__vision > * {
  z-index: 1;
}
.p-sub__about .c-page-mission__vision h3 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin: -3rem 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__vision h3 {
    font-size: 3.2rem;
    margin: -2.7rem 0 3rem;
  }
}
.p-sub__about .c-page-mission__vision h3 small {
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__vision h3 small {
    font-size: 1.6rem;
  }
}
.p-sub__about .c-page-mission__vision h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__vision h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-sub__about .c-page-mission__vision p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-sub__about .c-page-mission__vision::after {
  content: "";
  display: block;
  width: 31.7rem;
  height: 31.7rem;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__vision::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy {
    padding-bottom: 2.9rem;
  }
}
.p-sub__about .c-page-mission__philosophy h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy h3 {
    font-size: 2.9rem;
    margin: -2.2rem 0 3rem;
  }
}
.p-sub__about .c-page-mission__philosophy h3 small {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.p-sub__about .c-page-mission__philosophy div {
  width: 61.5rem;
  border-radius: 20px;
  border: 4px solid #f4f4f4;
  padding: 2.1rem 0 2.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy div {
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 3rem;
  }
}
.p-sub__about .c-page-mission__philosophy div h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy div h4 {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.p-sub__about .c-page-mission__philosophy div h4::before {
  content: "";
  width: 1.3rem;
  height: 2rem;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy div h4::before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    margin-right: 2rem;
  }
}
.p-sub__about .c-page-mission__philosophy div h4::after {
  content: "";
  width: 1.3rem;
  height: 2rem;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: auto 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission__philosophy div h4::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: auto 0 0 2rem;
  }
}
.p-sub__about .c-page-mission__philosophy div p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-sub__about .c-page-mission__philosophy div p strong {
  font-weight: 600;
}
.p-sub__about .c-page-mission .modal-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission .modal-btn {
    display: block;
    max-width: 33.5rem;
    width: 100%;
    height: 10.6rem;
    border-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(247, 247, 247, 0.9);
  }
}
.p-sub__about .c-page-mission .modal-btn small {
  font-size: 1.4rem;
  letter-spacing: 0;
  display: block;
}
.p-sub__about .c-page-mission .modal-btn a {
  position: relative;
  display: block;
  width: 100%;
}
.p-sub__about .c-page-mission .modal-btn a::after {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/about/btn-open.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-sub__about .c-page-mission .modal-btn.c-page-mission__title__btn {
  background: linear-gradient(to right, #fa7e50 0%, #fac173 100%);
  margin-bottom: 4rem;
}
.p-sub__about .c-page-mission .modal-btn.c-page-mission__vision__btn {
  position: absolute;
  top: calc(46.4vw - 3.8rem);
}
.p-sub__about .c-page-mission .modal-btn.c-page-mission__value__btn {
  position: absolute;
  top: calc(82.6666666667vw - 3.8rem);
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission .modal-wrap {
    display: none;
    width: 92% !important;
    top: 50% !important;
    left: 4% !important;
    margin-left: 0 !important;
    transform: translateY(-50%);
    background-color: #f7f7f7;
    border-radius: 1.6rem;
    min-height: 37.3rem;
  }
}
.p-sub__about .c-page-mission .modal-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-mission .modal-close {
    display: block;
    margin: auto auto 0;
  }
}
.p-sub__about .c-page-mission .modal-close img {
  width: 2.4rem;
}
.p-sub__about .c-page-mission .modal-close p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.13em;
}
.p-sub__about .c-page-mission .modal-close__black {
  color: #000 !important;
}
.p-sub__about .c-page-challenge {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge {
    padding-bottom: 7rem;
  }
}
.p-sub__about .c-page-challenge .l-main__inner > p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge .l-main__inner > p {
    font-size: 2rem;
  }
}
.p-sub__about .c-page-challenge__block {
  background-color: #fff;
  border-radius: 3rem;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 11.7rem 7.2rem 6.3rem 8.8rem;
  margin-top: 13.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block {
    padding: 8.68rem 2.8rem 5rem;
    margin-top: 11.3rem;
  }
}
.p-sub__about .c-page-challenge__block > * {
  z-index: 5;
}
.p-sub__about .c-page-challenge__block::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -7.9rem;
  width: 24.8rem;
  height: 24.8rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block::after {
    top: -6.3rem;
    width: 18.3rem;
    height: 18.3rem;
  }
}
.p-sub__about .c-page-challenge__block h3 {
  position: absolute;
  top: -7.9rem;
  left: 0;
  right: 0;
  padding: 3.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block h3 {
    top: -6.3rem;
    padding: 2.6rem 0 0;
  }
}
.p-sub__about .c-page-challenge__block h3 img {
  width: 13.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block h3 img {
    width: 10rem;
  }
}
.p-sub__about .c-page-challenge__block > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block > div {
    flex-direction: column;
  }
}
.p-sub__about .c-page-challenge__block > div h4 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block > div h4 {
    order: 1;
    text-align: left;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 0;
  }
}
.p-sub__about .c-page-challenge__block > div p {
  font-size: 1.4rem;
  line-height: 2;
  max-width: 61.9rem;
  width: 65.9211927583%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block > div p {
    order: 2;
    width: 100%;
    margin-top: 3rem;
  }
}
.p-sub__about .c-page-challenge__block > div figure {
  max-width: 28rem;
  width: 29.8189563365%;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__block > div figure {
    order: 0;
    max-width: 23.9rem;
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.p-sub__about .c-page-challenge__parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-challenge__parts {
    display: none;
  }
}
.p-sub__about .c-page-challenge__parts > * {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.p-sub__about .c-page-challenge__parts .parts-blue01 {
  width: 30rem;
  top: 0;
  left: -25rem;
}
.p-sub__about .c-page-challenge__parts .parts-orange {
  width: 30rem;
  top: 14rem;
  right: -24rem;
}
.p-sub__about .c-page-challenge__parts .parts-purple {
  width: 24rem;
  top: 115rem;
  right: -22rem;
}
.p-sub__about .c-page-challenge__parts .parts-green {
  width: 14rem;
  top: 152rem;
  left: -10rem;
}
.p-sub__about .c-page-challenge__parts .parts-blue02 {
  width: 60rem;
  bottom: -5rem;
  right: -50rem;
}
.p-sub__about .c-page-aim {
  background: url(../img/about/bg-about.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-aim {
    background: url(../img/about/bg-about_sp.jpg) center no-repeat;
    background-size: cover;
    padding: 10rem 0 11rem;
  }
}
.p-sub__about .c-page-aim__inner {
  width: 94%;
  max-width: 110rem;
  height: 33rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 4.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-aim__inner {
    width: 100%;
    height: auto;
    padding: 5rem 4.6rem;
  }
}
.p-sub__about .c-page-aim__inner p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.16;
}
@media screen and (max-width: 767px) {
  .p-sub__about .c-page-aim__inner p {
    text-align: left;
    font-size: 2rem;
    line-height: 2;
  }
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
  display: none;
}

.p-sub__career__inner {
  width: 89.34%;
  max-width: 110rem;
  margin: 0 auto;
}
.p-sub__career p {
  line-height: 2;
}
.p-sub__career .t_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub__career .text_sp {
    font-size: 1.4rem;
  }
}
.p-sub__career .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sub__career .sp_only {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__career .pc_only {
    display: none;
  }
}
.p-sub__career .box_intoro {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .box_intoro {
    margin-bottom: 7rem;
  }
}
.p-sub__career .box_intoro h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.2;
  font-weight: bold;
}
.p-sub__career .box_intoro h2 span {
  display: block;
  font-size: 5.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .box_intoro h2 span {
    font-size: 3.2rem;
  }
}
.p-sub__career h3 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career h3 {
    font-size: 2.4rem;
  }
}
.p-sub__career .training {
  margin-bottom: 10rem;
}
.p-sub__career .training .img_training {
  margin: 4.9rem auto 12.3rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__career .training .img_training {
    margin: 4rem auto 8.3rem;
  }
}
.p-sub__career .training .img_training img {
  width: 100%;
}
.p-sub__career .training .training_intro {
  position: relative;
  z-index: 1;
  padding: 9.2rem 0 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .training .training_intro {
    padding: 6.6rem 0 6.5rem;
  }
}
.p-sub__career .training .training_intro::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/career/bi_training_intro.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.p-sub__career .training .training_intro h4 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  padding: 1.4rem 0;
  border-radius: 99px;
  width: 37.4rem;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__career .training .training_intro h4 {
    font-size: 1.8rem;
    width: 27.6rem;
  }
}
.p-sub__career .training .training_intro h5 {
  font-size: 2rem;
  line-height: 2;
  margin: 1.8rem 0;
  font-weight: 500;
}
.p-sub__career .training .training_intro ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.p-sub__career .training .training_intro ul li {
  width: 48.05%;
}
.p-sub__career .training .training_intro ul li:nth-child(n + 3) {
  margin-top: 3.9%;
}
@media screen and (max-width: 768px) {
  .p-sub__career .training .training_intro ul li {
    width: 100%;
  }
  .p-sub__career .training .training_intro ul li:nth-child(n + 2) {
    margin-top: 4rem;
  }
}
.p-sub__career .training .training_intro ul li img {
  border-radius: 3rem;
}
.p-sub__career .careerup {
  margin-bottom: 7rem;
}
.p-sub__career .careerup .img_careerup {
  margin: 4.9rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sub__career .careerup .img_careerup {
    display: none;
  }
}
.p-sub__career .careerup .img_careerup img {
  width: 100%;
}
.p-sub__career .careerup .cont_careerup {
  display: none;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .careerup .cont_careerup {
    display: block !important;
  }
}
.p-sub__career .careerup .cont_careerup .box_course {
  margin: 0 auto;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(n + 2) {
  margin-top: 4.1rem;
}
.p-sub__career .careerup .cont_careerup .box_course dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 0;
  border-radius: 99px;
  background-color: #fff;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.p-sub__career .careerup .cont_careerup .box_course dt .dec01 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .careerup .cont_careerup .box_course dt .dec01 + .dec02 {
    margin-left: -1rem;
  }
}
.p-sub__career .careerup .cont_careerup .box_course dt .dec02 {
  font-size: 1.3rem;
}
.p-sub__career .careerup .cont_careerup .box_course dt .dec_plas {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
}
.p-sub__career .careerup .cont_careerup .box_course dt .dec_plas::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  transition: 0.3s;
}
.p-sub__career .careerup .cont_careerup .box_course dt .dec_plas::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 0.2rem;
}
.p-sub__career .careerup .cont_careerup .box_course dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease;
  margin-top: 0;
}
.p-sub__career .careerup .cont_careerup .box_course dd img {
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  overflow: hidden;
}
/* .p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) dt .dec01 {
  color: #fa8d58;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) dt .dec01 {
  color: #5682d0;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) dt .dec01 {
  color: #57dd93;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(4) dt .dec01 {
  color: #883b86;
} */

.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) dt .dec01 {
  color: #5682d0;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) dt .dec01 {
  color: #57dd93;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) dt .dec01 {
  color: #883b86;
}
.p-sub__career .careerup .cont_careerup .box_course.open .dec_plas::before {
  transform: translateX(-50%) rotate(90deg);
  transition: 0.7s;
}
/* .p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) .dec_plas::after {
  background-color: #fa8d58;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) .dec_plas::after {
  background-color: #5682d0;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) .dec_plas::after {
  background-color: #57dd93;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(4) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(4) .dec_plas::after {
  background-color: #883b86;
} */

.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(1) .dec_plas::after {
  background-color: #5682d0;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(2) .dec_plas::after {
  background-color: #57dd93;
}
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) .dec_plas::before,
.p-sub__career .careerup .cont_careerup .box_course:nth-of-type(3) .dec_plas::after {
  background-color: #883b86;
}
.p-sub__career .careerup .cont_careerup .box_course.open dd {
  margin-top: 2rem;
  grid-template-rows: 1fr;
  transition: 0.7s;
}
.p-sub__career .careerup .cont_careerup .box_course.open dd img {
  opacity: 1;
  transition: 0.7s;
}
.p-sub__career .welfare {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare {
    margin-bottom: 15rem;
  }
}
.p-sub__career .welfare .parts_welfare {
  position: relative;
  background-color: #fff;
  border-radius: 3rem;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
.p-sub__career .welfare .parts_welfare::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: -7.9rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  width: 24.8rem;
  height: 24.8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare .parts_welfare::after {
    width: 18.3rem;
    height: 18.3rem;
    top: -6.1rem;
  }
}
.p-sub__career .welfare .parts_welfare:nth-of-type(n + 2) {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare .parts_welfare:nth-of-type(n + 2) {
    margin-top: 11.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare h3 {
    font-size: 2rem;
    position: relative;
    top: -2rem;
    margin-bottom: -2rem;
  }
}
.p-sub__career .welfare h4 {
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-sub__career .welfare ul {
  padding: 7rem 7rem 9.9rem;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare ul {
    padding: 4rem 7.46% 4.9rem;
  }
}
.p-sub__career .welfare ul li {
  width: 45.4%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-sub__career .welfare ul li {
    width: 100%;
  }
}
.p-sub__career .welfare ul li .image {
  width: 28.2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare ul li .image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-sub__career .welfare ul li .text {
  width: 59.6%;
}
@media screen and (max-width: 767px) {
  .p-sub__career .welfare ul li .text {
    width: 100%;
  }
}
.p-sub__career .welfare ul li:nth-of-type(n + 3) {
  margin-top: 8.4rem;
}
@media screen and (max-width: 899px) {
  .p-sub__career .welfare ul li:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}

.box_dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.box_dec .parts_dec {
  position: absolute;
  z-index: -1;
}
.box_dec .parts_dec.parts_dec00 {
  top: -1rem;
  right: -17rem;
  width: 19.4rem;
  height: 11.2rem;
  opacity: 0.82;
  filter: blur(2px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec00 {
    display: none;
  }
}
.box_dec .parts_dec.parts_dec01 {
  top: 26rem;
  left: -21rem;
  width: 29.2rem;
  height: 28rem;
  opacity: 0.69;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec01 {
    display: none;
  }
}
.box_dec .parts_dec.parts_dec02 {
  top: 75rem;
  right: -8rem;
  width: 10.6rem;
  height: 11.8rem;
  opacity: 0.7;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec02 {
    display: none;
  }
}
.box_dec .parts_dec.parts_dec03 {
  top: 18rem;
  left: -17.8rem;
  width: 23.8rem;
  height: 13.8rem;
  opacity: 0.82;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec03 {
    top: -5rem;
    left: -12.8rem;
  }
}
.box_dec .parts_dec.parts_dec04 {
  top: 0;
  right: -20.2rem;
  width: 30.2rem;
  height: 30.8rem;
  opacity: 0.39;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec04 {
    top: -12rem;
    right: -15.2rem;
  }
}
.box_dec .parts_dec.parts_dec05 {
  bottom: -15rem;
  right: -20.2rem;
  width: 29.15rem;
  height: 31.83rem;
  opacity: 0.75;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec05 {
    display: none;
  }
}
.box_dec .parts_dec.parts_dec05_2 {
  display: none;
  bottom: -7rem;
  left: -7.2rem;
  width: 13.3rem;
  height: 14.8rem;
  opacity: 0.7;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec05_2 {
    display: block;
  }
}
.box_dec .parts_dec.parts_dec06 {
  bottom: -9rem;
  left: -12.2rem;
  width: 13.3rem;
  height: 14.8rem;
  opacity: 0.7;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec06 {
    display: none;
  }
}
.box_dec .parts_dec.parts_dec06_2 {
  display: none;
  bottom: -25rem;
  right: -13.2rem;
  width: 29.15rem;
  height: 31.83rem;
  opacity: 0.75;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec06_2 {
    display: block;
  }
}
.box_dec .parts_dec.parts_dec07 {
  bottom: -12rem;
  right: -39.2rem;
  width: 48rem;
  height: 49.37rem;
  opacity: 0.39;
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .box_dec .parts_dec.parts_dec07 {
    bottom: -13rem;
    right: auto;
    left: -14rem;
  }
}

.p-interview__inner {
  width: 114rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-interview__parts {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-interview__parts > * {
  position: absolute;
  pointer-events: none;
}
.p-interview__parts .parts-01 {
  top: 0;
  left: 50%;
  margin-left: 11.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .parts-01 {
    left: auto;
    right: 3.6rem;
    top: 19rem;
    margin-left: 0;
    transform: rotate(90deg);
    transform-origin: right;
    width: 12rem;
  }
}
.p-interview__parts .parts-02 {
  top: 14.2rem;
  left: 50%;
  margin-left: -75.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .parts-02 {
    margin-left: 0;
    left: -2.8rem;
    top: 8rem;
    width: 9.2rem;
  }
}
.p-interview__parts .parts-03 {
  top: 22.5rem;
  left: 50%;
  margin-left: -55.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .parts-03 {
    width: 10rem;
    top: 26rem;
    left: -2.8rem;
    margin-left: 0;
  }
}
.p-interview__parts .parts-04 {
  top: 11rem;
  right: 50%;
  margin-right: -77rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .parts-04 {
    top: 24rem;
    width: 14rem;
    right: -5.5rem;
    margin-right: 0;
  }
}
.p-interview__parts .parts-05 {
  top: 48rem;
  left: 50%;
  margin-left: -83rem;
}
.p-interview__parts .parts-06 {
  top: 100rem;
  right: 50%;
  margin-right: -80rem;
}
.p-interview__parts .detail-parts-01 {
  left: 50%;
  top: 6rem;
  margin-left: -78rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-01 {
    left: auto;
    right: 50%;
    top: 27rem;
    margin-right: 0;
    margin-right: -29rem;
  }
}
.p-interview__parts .detail-parts-02 {
  left: 50%;
  top: 1rem;
  margin-left: -10rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-02 {
    top: 14.6rem;
    margin-left: -21.3rem;
  }
}
.p-interview__parts .detail-parts-03 {
  left: 50%;
  top: 11rem;
  margin-left: -83rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-03 {
    margin-left: -37rem;
    top: 9rem;
  }
}
.p-interview__parts .detail-parts-04 {
  right: 50%;
  top: 16rem;
  margin-right: -74rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-04 {
    margin-right: -27rem;
    top: auto;
    bottom: 0;
  }
}
.p-interview__parts .detail-parts-05 {
  left: 50%;
  top: 43rem;
  margin-left: -86.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-05 {
    width: 18rem;
    margin-left: -27rem;
    top: -1rem;
  }
}
.p-interview__parts .detail-parts-06 {
  right: 50%;
  top: 61rem;
  margin-right: -80rem;
}
@media screen and (max-width: 767px) {
  .p-interview__parts .detail-parts-06 {
    top: auto;
    bottom: 36rem;
    width: 40rem;
    margin-right: -1rem;
  }
}
.p-interview__parts .detail-parts-07 {
  top: 22rem;
  right: -10rem;
}
.p-interview__container {
  background-image: url(../img/interview/bg-fog.png);
  background-size: 160.3rem;
  background-position: top 7rem left calc(50% - 9rem);
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__container {
    background-image: url(../img/interview/bg-fog-sp.png);
    background-size: 77.2rem;
    background-position: top 0 left -25.6rem;
  }
}
.p-interview__head {
  text-align: center;
}
.p-interview__head-container {
  padding-top: 12rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__head-container {
    padding-top: 6.5rem;
  }
}
.p-interview__head-chart {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 3.2rem 5.5rem 1.6rem 5.6rem;
  background-color: #fff;
  border-radius: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__head-chart {
    padding: 2.2rem 2.2rem 2.2rem 2.3rem;
    border-radius: 2rem;
  }
}
.p-interview__head-chart__title {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  position: relative;
  padding-inline: 0.7rem;
}
.p-interview__head-chart__title::before,
.p-interview__head-chart__title::after {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 1.9rem;
  right: 1.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ef5531;
  transition: rotate 0.3s;
}
.p-interview__head-chart__title::after {
  rotate: 90deg;
}
.p-interview__head-chart__title.is-open::before {
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .p-interview__head-chart__inner {
    padding-top: 1.7rem;
    display: none;
  }
}
.p-interview__head-title {
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 2.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-interview__head-title {
    font-size: 1.3rem;
    margin-top: 4.2rem;
    margin-bottom: 3rem;
  }
}
.p-interview__head-title .en {
  font-weight: 600;
  font-size: 7rem;
  letter-spacing: 0.13em;
  color: #000;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-interview__head-title .en {
    font-size: 4rem;
  }
}
.p-interview__head-catch {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__head-catch {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.p-interview__tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  margin-bottom: 6rem;
  row-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-interview__tab {
    justify-content: flex-start;
    column-gap: 0.6rem;
    row-gap: 1rem;
  }
}
.p-interview__tab-btn {
  font-size: 1.6rem;
  min-width: 17rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background-color: rgba(154, 142, 122, 0.5);
  border-radius: 2.4rem;
  font-weight: 500;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview__tab-btn {
    font-size: 1.4rem;
    min-width: 0px;
    width: calc((100% - 1.2rem) / 3);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.p-interview__tab-btn.is-active {
  background-color: #25232b;
}
.p-interview__archive {
  padding-bottom: 16.4rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive {
    padding-bottom: 15.2rem;
  }
}
.p-interview__archive-container {
  position: relative;
  overflow: hidden;
}
.p-interview__archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.6rem;
  row-gap: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-list {
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
  }
}
.p-interview__archive-figure {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-figure {
    margin-bottom: 1.2rem;
  }
}
.p-interview__archive-figure img {
  width: 100%;
  aspect-ratio: 356/322;
  object-fit: cover;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-figure img {
    border-radius: 2rem;
  }
}
.p-interview__archive-figure figcaption {
  margin-top: -2.7rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-figure figcaption {
    margin-top: -2.2rem;
  }
}
.p-interview__archive-figure figcaption span {
  display: inline;
  font-size: 2rem;
  line-height: 2.5;
  padding: 0.7rem 1.8rem;
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-figure figcaption span {
    font-size: 1.8rem;
  }
}
.p-interview__archive-name {
  font-weight: bold;
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-name {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-interview__archive-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(154, 142, 122, 0.5);
  border-radius: 1.8rem;
  padding: 0.5rem 2.2rem;
  margin-bottom: 1.8rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-interview__archive-date {
    margin-bottom: 0.8rem;
  }
}
.p-interview__archive-position {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.p-interview__archive-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0.8rem;
  width: 10.9rem;
  height: 10.9rem;
}
.p-interview__mv {
  padding-top: 5.5rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__mv {
    padding-top: 0;
    padding-bottom: 4.2rem;
  }
}
.p-interview__mv-container {
  padding-top: 12rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-container {
    padding-top: 6.5rem;
  }
}
.p-interview__mv-figure {
  position: relative;
  padding-bottom: 3.6rem;
  margin-bottom: 3rem;
  padding-left: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-figure {
    padding-left: 2.9rem;
    padding-bottom: 7rem;
    margin-bottom: 1.8rem;
  }
}
.p-interview__mv-figure img {
  border-radius: 3rem;
  aspect-ratio: 2074/1040;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-figure img {
    aspect-ratio: 307/322;
    object-fit: cover;
  }
}
.p-interview__mv-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-interview__mv-figure figcaption span {
  font-size: 3.6rem;
  line-height: 2.02;
  display: inline;
  background-color: #fff;
  padding: 0.6rem 1.8rem;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #25232b;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-figure figcaption span {
    font-size: 2.2rem;
    line-height: 2.22;
    padding: 0.6rem 1rem;
  }
}
.p-interview__mv-txt {
  display: flex;
  column-gap: 3rem;
  align-items: flex-end;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-txt {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.p-interview__mv-name {
  font-weight: bold;
  font-size: 4.6rem;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-name {
    font-size: 3.2rem;
  }
}
.p-interview__mv-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(154, 142, 122, 0.5);
  border-radius: 1.8rem;
  padding: 0.5rem 2.2rem;
  width: fit-content;
}
.p-interview__mv-position {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__mv-position {
    font-size: 1.6rem;
  }
}
.p-interview__mv-detail {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2;
}
.p-interview__detail-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview__detail-title {
    font-size: 1.8rem;
  }
}
.p-interview__detail-title .en {
  font-size: 5.4rem;
  letter-spacing: 0.13em;
  margin-bottom: 1.3rem;
  line-height: 1;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-interview__detail-title .en {
    font-size: 3.4rem;
    line-height: 1.47;
    margin-bottom: 0.3rem;
  }
}
.p-interview__detail-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__detail-desc {
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2rem;
  }
}
.p-interview__intro {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview__intro {
    padding-bottom: 5.5rem;
  }
}
.p-interview__intro-box {
  display: flex;
  column-gap: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview__intro-box {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.p-interview__intro-figure {
  max-width: min(49rem, 50%);
}
@media screen and (max-width: 767px) {
  .p-interview__intro-figure {
    max-width: 100%;
  }
}
.p-interview__intro-figure img {
  object-fit: cover;
  border-radius: 3rem;
  aspect-ratio: 978/1040;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .p-interview__intro-figure img {
    border-radius: 2rem;
  }
}
.p-interview__intro-txt {
  flex: 1;
}
.p-interview__intro-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 1.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview__intro-title {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 1.8rem;
    line-height: 1.5;
  }
}
.p-interview__intro-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview__intro-desc {
    font-size: 1.4rem;
  }
}
.p-interview__schedule {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule {
    padding-bottom: 7rem;
  }
}
.p-interview__schedule-list {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-list {
    margin-top: 3.6rem;
  }
}
.p-interview__schedule-item {
  border-radius: 6rem;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 4.3rem 7.6rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-item {
    border-radius: 2rem;
    padding: 3rem 2.1rem 2.6rem 2.5rem;
  }
}
.p-interview__schedule-item dl {
  column-gap: 3.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-item dl {
    column-gap: 1.5rem;
  }
}
.p-interview__schedule-item dl dt {
  font-weight: 500;
  font-size: 2.4rem;
  min-width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-item dl dt {
    font-size: 2rem;
    min-width: 6rem;
  }
}
.p-interview__schedule-item dl dd {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-item dl dd {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
.p-interview__schedule-bottom {
  margin-top: 8rem;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-bottom {
    margin-top: 6.7rem;
  }
}
.p-interview__schedule-bottom img {
  aspect-ratio: 1100/575;
  object-position: top;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interview__schedule-bottom img {
    aspect-ratio: 335/355;
    object-fit: cover;
  }
}
.p-interview__career {
  padding-top: 7.5rem;
  padding-bottom: 19.4rem;
  background-image: url(../img/interview/detail/career_bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-interview__career {
    padding-top: 5.2rem;
    padding-bottom: 14.4rem;
  }
}
.p-interview__career-list {
  display: flex;
  flex-direction: column;
  row-gap: 12.4rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-interview__career-list {
    row-gap: 5.4rem;
    margin-top: 3rem;
  }
}
.p-interview__career-item {
  counter-increment: num-counter;
  padding-left: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__career-item {
    padding-left: 0;
    padding-top: 6.6rem;
  }
}
.p-interview__career-item::before {
  content: counter(num-counter);
  position: absolute;
  left: 0;
  top: -2.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18.7rem;
  letter-spacing: 0.13em;
  color: #fff;
  line-height: 1;
  display: block;
  min-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__career-item::before {
    font-size: 15.1rem;
    top: -2rem;
  }
}
.p-interview__career-item:not(:last-of-type)::after {
  content: "";
  background-image: url(../img/interview/detail/career_arrow.svg);
  position: absolute;
  width: 5.4rem;
  height: 2.3rem;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 3rem);
}
@media screen and (max-width: 767px) {
  .p-interview__career-item:not(:last-of-type)::after {
    top: calc(100% + 1.8rem);
  }
}
.p-interview__career-item dl dt {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-interview__career-item dl dt {
    font-size: 1.8rem;
  }
}
.p-interview__career-item dl dd {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-sub__graduate .c-page-title {
    padding-bottom: 0;
  }
}
.p-sub__graduate .c-page-title .l-main__inner {
  display: block;
}
.p-sub__graduate .c-page-title__text h1 {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .c-page-title__text h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-inline: -1rem;
  }
}
.p-sub__graduate .position_detail_closed {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ef5531;
  margin-block: 5rem 4.4rem;
}

@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_closed {
    font-size: 2rem;
    margin-block: 3.2rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sub__graduate .c-page-title__text h1 .en {
    font-size: 3.5rem;
    letter-spacing: 0.13em;
  }
}
.p-sub__graduate .c-page-title__parts .parts-orange02 {
  width: 30rem;
  left: 50%;
  margin-left: -56rem;
  top: 17rem;
}
.p-sub__graduate .c-page-title__parts .parts-mix01 {
  width: 44rem;
  right: 50%;
  margin-right: -82rem;
  top: 5rem;
}
.p-sub__graduate .position_archive {
  padding-bottom: 18.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_archive {
    padding-bottom: 14.4rem;
  }
}
.p-sub__graduate .position_archive_list {
  display: grid;
  width: 95.4rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  column-gap: 1.6rem;
  row-gap: 2rem;
}
.p-sub__graduate .position_archive_list > li a {
  display: grid;
  place-content: center;
  min-height: 10.8rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: rgba(154, 142, 122, 0.75);
  border-radius: 1rem;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_archive_list > li a {
    min-height: 8rem;
    font-size: 1.6rem;
  }
}
.p-sub__graduate .position_archive_list > li a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.3rem;
  height: 1.1rem;
  background-image: url(../img/graduate/link_arrow_w.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_archive_list > li a::before {
    width: 1.9rem;
    height: 0.7rem;
    background-image: url(../img/graduate/link_arrow_w_sp.svg);
    right: 2rem;
  }
}
.p-sub__graduate .position_detail {
  width: 114rem;
  padding-inline: 2rem;
  margin-inline: auto;
  max-width: 100%;
  margin-bottom: 19.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail {
    margin-bottom: 14rem;
  }
}
.p-sub__graduate .position_detail_inner {
  padding: 7rem 9.3rem 10rem;
  margin-bottom: 7.7rem;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_inner {
    padding: 4rem 2rem;
    margin-bottom: 5rem;
  }
}
.p-sub__graduate .position_detail_title {
  border-radius: 50rem;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 6rem;
  text-align: center;
  background-color: #9a8e7a;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_title {
    padding-block: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-sub__graduate .position_detail_row {
  display: grid;
  grid-template-columns: 1fr min(65rem, 100% - 13rem);
  color: #25232b;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row {
    grid-template-columns: 1fr;
  }
}
.p-sub__graduate .position_detail_row:last-of-type > dt,
.p-sub__graduate .position_detail_row:last-of-type > dd {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row:last-of-type > dt {
    padding-block: 3.2rem 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row:last-of-type > dd {
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-sub__graduate .position_detail_row .-bold {
  font-weight: 500;
}
.p-sub__graduate .position_detail_row > dt {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-block: 3rem;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row > dt {
    font-size: 1.6rem;
    border-bottom: 0;
    padding-block: 1.8rem 0.4rem;
  }
}
.p-sub__graduate .position_detail_row > dd {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-block: 2.8rem;
  padding-inline: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row > dd {
    font-size: 1.4rem;
    padding-block: 0 1.8rem;
    padding-inline: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_row > dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 7.8rem;
    height: 0.2rem;
    background-color: currentColor;
  }
}
.p-sub__graduate .position_detail_subrow {
  display: grid;
  grid-template-columns: 1fr min(52.5rem, 100% - 9rem);
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_subrow {
    grid-template-columns: 1fr 21.7rem;
    background-image: linear-gradient(to right, #e5e5e5 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: bottom;
  }
}
.p-sub__graduate .position_detail_subrow:first-of-type > dt,
.p-sub__graduate .position_detail_subrow:first-of-type > dd {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_subrow:first-of-type > dt,
  .p-sub__graduate .position_detail_subrow:first-of-type > dd {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_subrow:last-of-type {
    background: none;
  }
}
.p-sub__graduate .position_detail_subrow > dt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-block: 2.1rem;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_subrow > dt {
    font-size: 1.4rem;
    padding-block: 1.8rem;
    border-bottom: none;
  }
}
.p-sub__graduate .position_detail_subrow > dd {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-block: 2.1rem;
  padding-inline: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_subrow > dd {
    padding-block: 1.8rem;
    padding-inline: 0.9rem 0;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
.p-sub__graduate .position_detail_desc {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_desc {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-sub__graduate .position_detail_entry {
  width: 48.2rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
}
.p-sub__graduate .position_detail_entry::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 67.7rem;
  height: 29.9rem;
  background-image: url(../img/graduate/entry-btn-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s;
  animation: 1s circleanime01 forwards;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_entry::before {
    width: 52rem;
    height: 24rem;
  }
}
.p-sub__graduate .position_detail_entry:hover::before {
  opacity: 1;
  animation: 1s circleanime02 forwards;
}
.p-sub__graduate .position_detail_entry > a {
  width: 48.2rem;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50rem;
  padding-block: 3.3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_entry > a {
    padding-block: 3rem 2.4rem;
  }
}
.p-sub__graduate .position_detail_entry > a:hover {
  opacity: 1;
}
.p-sub__graduate .position_detail_entry > a:hover::before {
  right: 4rem;
}
.p-sub__graduate .position_detail_entry > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.8rem;
  margin: auto;
  background-image: url(../img/graduate/link_arrow_b.svg);
  background-size: contain;
  width: 2.1rem;
  height: 0.7rem;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_entry > a::before {
    right: 4rem;
    width: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__graduate .position_detail_entry > a img {
    width: 15.5rem;
  }
}

.p-faq {
  background-image: url(../img/faq/faq_bg.png);
  background-repeat: repeat-y;
  background-position: calc(50% - 8rem) 0;
  background-size: 160.3rem 94.9rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    background-image: url(../img/faq/faq_bg_sp.png);
    background-size: 107.2rem 118.2rem;
    background-position: calc(50% - 4rem);
  }
}
.p-faq__section {
  margin-bottom: 19.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__section {
    margin-bottom: 14.4rem;
  }
}
.p-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.5rem;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    grid-template-columns: 1fr;
    row-gap: 3rem;
    margin-top: -3rem;
  }
}
.p-faq__item {
  counter-increment: number;
}
.p-faq__number {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.7rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__number {
    column-gap: 1.5rem;
    margin-bottom: 1.8rem;
  }
}
.p-faq__number::before,
.p-faq__number::after {
  content: "";
  flex: 1;
  height: 10px;
  border-top: 6px solid #9a8e7a;
  border-bottom: 1px solid #9a8e7a;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq__number::before,
  .p-faq__number::after {
    height: 8px;
    border-top: 4px solid #9a8e7a;
    border-bottom: 1px solid #9a8e7a;
  }
}
.p-faq__number__text {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 3.3rem;
  letter-spacing: 0.08em;
  color: #9a8e7a;
}
@media screen and (max-width: 767px) {
  .p-faq__number__text {
    font-size: 2.8rem;
  }
}
.p-faq__number__text::before {
  content: "Q";
}
.p-faq__number__text:after {
  content: counter(number, decimal-leading-zero);
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__number__text:after {
    font-size: 3.3rem;
  }
}
.p-faq__balloon {
  display: flex;
  align-items: flex-start;
  column-gap: 2.4rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-faq__balloon {
    column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
.p-faq__balloon figure {
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 5.2rem;
  background-color: #9a8e7a;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-faq__balloon figure {
    width: 7.9rem;
    height: 7.9rem;
    margin-top: 0.3rem;
  }
}
.p-faq__balloon p {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding-block: 1.4rem;
  padding-inline: 2.7rem;
  margin-top: 1rem;
  min-height: 8.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  color: #25232b;
  background: #fff;
  border-radius: 1rem;
  filter: drop-shadow(0px 0px 2rem rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .p-faq__balloon p {
    line-height: 1.7142857143;
    margin-top: 0;
    padding-block: 1.8rem;
    padding-inline: 2rem;
  }
}
.p-faq__balloon p::before {
  content: "";
  position: absolute;
  top: 2.9rem;
  left: -1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/faq/balloon-triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-faq__balloon.is-answer {
  margin-bottom: 0;
}
.p-faq__balloon.is-answer figure {
  position: relative;
  height: 15.1rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-faq__balloon.is-answer figure {
    height: 11.5rem;
    margin-top: 0;
  }
}
.p-faq__balloon.is-answer figure::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(225deg, #ff9c77 0%, #fc5656 100%);
  border-radius: 50%;
}
.p-faq__balloon.is-answer figure img {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  width: 100%;
}
.p-faq__balloon.is-answer p {
  margin-top: 3.9rem;
  min-height: 12.2rem;
  padding-block: 1.9rem;
  padding-inline: 1.9rem;
  align-items: flex-start;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(235deg, #ff9c77 0%, #fc5656 100%);
  filter: none;
}
@media screen and (max-width: 767px) {
  .p-faq__balloon.is-answer p {
    margin-top: 1.2rem;
    padding-block: 1.7rem;
    line-height: 2;
  }
}
.p-faq__balloon.is-answer p::before {
  top: 4.8rem;
  background-image: url(../img/faq/balloon-triangle-answer.png);
}
.p-faq__parts {
  position: static;
}
.p-faq__parts .parts-blue {
  position: absolute;
  left: calc(100% - 1.2rem);
  top: 0;
  width: 20rem;
}
.p-faq__parts .parts-purple {
  position: absolute;
  right: 100%;
  top: 85rem;
  width: 25rem;
}

/*# sourceMappingURL=style.css.map */
