@charset "UTF-8";
@font-face {
  font-family: "A-OTF Midashi Go MB31 Pro"; /* Family 名 */
  src: url("../font/A-OTF-MidashiGoPro-MB31.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1240px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "A-OTF Midashi Go MB31 Pro", sans-serif;
  color: #595757;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375rem;
  padding: 0 2.5rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.125rem;
    padding: 0 0.9375rem;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.625rem;
  }
}
.l-header__logo img {
  display: block;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 5rem;
  }
}
.l-header__logo span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header__logo span {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.l-header-nav__link {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-nav__link:hover {
  color: #524765;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #F6F4EE;
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 11.5625rem;
  margin: 0rem auto;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: 1.875rem auto 0rem auto;
}
.l-footer__sns a {
  width: 2.5rem;
}
.l-footer__sns a:hover {
  opacity: 0.7;
}

.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3.125rem;
  }
}

.l-footer__list {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}

.l-footer__link {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__cope {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 2.5rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1rem;
    right: 0.9375rem;
    width: 1.5rem;
    height: 1.125rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.5rem;
  height: 0.125rem;
  background: #222;
  border-radius: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1rem;
}

.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #524765;
  padding: 5rem 0.9375rem 3.75rem 0.9375rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-hamburger-nav__list {
  line-height: 1;
  font-weight: 500;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0rem;
}

.c-hamburger-nav__link {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-button-line {
  display: block;
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}
.c-button-line:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-button-mail {
  display: block;
  width: 100%;
  max-width: 16.375rem;
  margin: 0 auto;
}
.c-button-mail:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-button-mail {
    width: 85%;
  }
}

.c-pop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  width: 19.375rem;
  height: 19.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .c-pop {
    right: 0.625rem;
    bottom: 0.625rem;
    width: 8.125rem;
    height: 8.125rem;
  }
}

.c-pop__text {
  color: #4c4948;
  font-size: 1.8125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pop__text {
    font-size: 0.6875rem;
  }
}

.c-pop__group {
  width: 100%;
  max-width: 14.375rem;
  margin: 0.625rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-pop__group {
    max-width: 6.25rem;
    margin: 0.5rem auto 0rem auto;
    gap: 0.3125rem;
  }
}

.c-pop__link {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.c-pop__link:hover {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}

.c-pop__link02 {
  display: block;
  width: 100%;
}
.c-pop__link02:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-pop-line {
  position: fixed;
  right: -0.3125rem;
  bottom: -0.25rem;
  z-index: 10;
  display: block;
  width: 19.375rem;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  will-change: transform;
  -webkit-animation: pop-jump 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: pop-jump 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@media screen and (max-width: 767px) {
  .c-pop-line {
    width: 12.5rem;
  }
}
.c-pop-line:hover {
  opacity: 0.7;
}

/* 5秒サイクル：0〜15%でダブルジャンプ、残りは待機 */
@-webkit-keyframes pop-jump {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  4% {
    -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02);
  }
  8% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  12% {
    -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02);
  }
  16% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes pop-jump {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  4% {
    -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02);
  }
  8% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  12% {
    -webkit-transform: translateY(-5px) scale(1.02);
            transform: translateY(-5px) scale(1.02);
  }
  16% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.p-fv {
  position: relative;
  width: 100%;
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 100svh;
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 52.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    top: 20%;
    width: 90%;
    max-width: 25rem;
  }
}

.p-fv__title {
  position: relative;
  left: -3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    left: 0rem;
  }
}

.p-fv__button {
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    max-width: 75%;
    margin: 1.875rem auto 0 auto;
  }
}

.p-fvSub {
  width: 100%;
  height: 21.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-image: url(../imgs/pc/main-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fvSub {
    height: 12.5rem;
    margin-top: 3.125rem;
  }
}
.p-fvSub.recruit {
  background-image: url(../imgs/pc/main-img02.webp);
}
.p-fvSub.recruitment {
  background-image: url(../imgs/pc/main-img03.webp);
}

.p-fvSub__title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fvSub__title {
    font-size: 1rem;
  }
}
.p-fvSub__title span {
  display: block;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvSub__title span {
    font-size: 2rem;
  }
}

.p-fv-type {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-type {
    margin-top: -3.125rem;
  }
}
.p-fv-type.mt {
  margin-top: 0rem;
}

.p-fv-type__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-fv-type__inner {
  position: relative;
  z-index: 2;
  padding-top: 5.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-type__inner {
    padding: 4.375rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-fv-type__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-type__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-type__text {
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-type__text {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-fv-type__button {
  display: block;
  width: 100%;
  max-width: 22.5rem;
  margin: 2.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-type__button {
    max-width: 13.75rem;
  }
}
.p-fv-type__button.big {
  max-width: 31.25rem;
  margin: 1.25rem auto 0 auto;
}
.p-fv-type__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-video {
  width: 100%;
  background: #524765;
}

.p-fv-video__inner {
  width: 100%;
  padding: 2.8125rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-video__inner {
    padding: 2.8125rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-fv-video__title {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-video__title {
    font-size: 1.25rem;
  }
}
.p-fv-video__title.black {
  color: #454545;
}

.p-fv-video__iframe {
  width: 100%;
  max-width: 37.5rem;
  margin: 0.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-video__iframe {
    margin: 0.625rem auto 0 auto;
  }
}

.p-fv-video__iframeIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-video__iframeIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-thought {
  position: relative;
  width: 100%;
}

.p-fv-thought__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv-thought__bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.p-fv-thought__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-fv-thought__inner {
  position: relative;
  z-index: 2;
  padding-top: 5.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-thought__inner {
    padding: 4.375rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-fv-thought__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-thought__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-fv-thought__text {
  color: #231815;
  font-size: 1.3125rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-thought__text {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 1.875rem;
  }
}

.p-fv-thought__box {
  width: 100%;
  max-width: 22.5rem;
  margin: 2.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-thought__box {
    max-width: 17.5rem;
  }
}

.p-fv-confirm {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-confirm {
    margin-top: -3.125rem;
  }
}

.p-fv-confirm__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-fv-confirm__inner {
  position: relative;
  z-index: 2;
  padding-top: 7.1875rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-confirm__inner {
    padding-top: 5rem;
  }
}

.p-fv-confirm__text {
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-confirm__text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-fv-confirm__button {
  display: block;
  width: 100%;
  max-width: 22.5rem;
  margin: 2.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-confirm__button {
    max-width: 16.25rem;
    margin: 1.875rem auto 0 auto;
  }
}
.p-fv-confirm__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-interview {
  width: 100%;
  background-image: url(../imgs/pc/interview_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-interview__inner {
  position: relative;
  z-index: 2;
  padding-top: 5.625rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__inner {
    padding: 5.625rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-fv-interview__title {
  color: #524765;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__title {
    font-size: 3.125rem;
  }
}

.p-fv-interviewCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.1875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-fv-interviewCard__link {
  position: relative;
  width: 100%;
  max-width: 10rem;
}
.p-fv-interviewCard__link:hover {
  opacity: 0.7;
}

.no {
  position: relative;
  z-index: 1;
}
.no::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
}

.p-fv-interviewCard__img {
  width: 100%;
}

.p-fv-interviewCard__name {
  position: absolute;
  z-index: 3;
  bottom: 1.0625rem;
  right: 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

.p-fv-interview__band {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__band {
    font-size: 1.625rem;
    line-height: 1.4;
    margin-top: 3.125rem;
  }
}

.p-fv-interview__text {
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-fv-interview__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.625rem;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__wrapper {
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-fv-interview__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-fv-interview__column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-fv-interview__column.reverse .p-fv-interview__box {
  padding: 0.3125rem 1.25rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__column.reverse .p-fv-interview__box {
    padding: 1.875rem 0.9375rem 0rem 0.9375rem;
  }
}

.p-fv-interview__img {
  width: 100%;
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__img {
    max-width: 100%;
  }
}

.p-fv-interview__box {
  width: 100%;
  max-width: 50%;
  padding: 0.3125rem 1.25rem 0 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__box {
    max-width: 100%;
    padding: 1.875rem 0.9375rem 0rem 0.9375rem;
  }
}

.p-fv-interview__subTitle {
  width: 100%;
  max-width: 27.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__subTitle {
    max-width: 87.4%;
    margin: 0 auto;
  }
}
.p-fv-interview__subTitle.size02 {
  max-width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__subTitle.size02 {
    max-width: 100%;
  }
}
.p-fv-interview__subTitle.size03 {
  max-width: 20.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__subTitle.size03 {
    max-width: 66.4%;
  }
}

.p-fv-interview__lists {
  padding-left: 0.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__lists {
    margin-top: 1.5625rem;
  }
}

.p-fv-interview__list {
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 500;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__list {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    padding-left: 1.4375rem;
  }
  .p-fv-interview__list:first-of-type {
    margin-top: 0;
  }
}
.p-fv-interview__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/list_green.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__list::before {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-fv-value {
  width: 100%;
}

.p-fv-value__inner {
  width: 100%;
  max-width: 47.875rem;
  margin: 0 auto;
  padding-top: 2.8125rem;
  padding-bottom: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-value__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-fv-value__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-value__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-valueItem {
  border-top: 1px solid #8C8C8C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.8125rem;
  padding-top: 1.25rem;
  padding-left: 2.1875rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
    padding-top: 2.5rem;
    padding-left: 0rem;
    margin-top: 2.5rem;
  }
}

.p-fv-valueItem__img {
  width: 100%;
  max-width: 15.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem__img {
    width: 60%;
  }
}
.p-fv-valueItem__img.size02 {
  max-width: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem__img.size02 {
    width: 60%;
  }
}

.p-fv-valueItem02 {
  border-top: 1px solid #8C8C8C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.25rem;
  padding-top: 1.25rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding-top: 2.5rem;
    padding-left: 0rem;
    margin-top: 2.5rem;
  }
}

.p-fv-valueItem02__img {
  width: 100%;
  max-width: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem02__img {
    width: 60%;
  }
}
.p-fv-valueItem02__img.size02 {
  max-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem02__img.size02 {
    position: relative;
    left: 0.4375rem;
    width: 60%;
  }
}

.p-fv-valueItem03 {
  border-top: 1px solid #8C8C8C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.75rem;
  padding-top: 1.5625rem;
  padding-left: 0.625rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding-top: 2.5rem;
    padding-left: 0rem;
    margin-top: 2.5rem;
  }
}

.p-fv-valueItem03__img {
  width: 100%;
  max-width: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem03__img {
    width: 60%;
  }
}
.p-fv-valueItem03__img.size02 {
  max-width: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-valueItem03__img.size02 {
    width: 60%;
  }
}

.p-fv-evaluation {
  width: 100%;
  background: #f5f4f4;
}

.p-fv-evaluation__inner {
  width: 100%;
  padding-top: 3.625rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluation__inner {
    padding: 3.125rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-fv-evaluation__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluation__title {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.p-fv-evaluation__text {
  color: #231815;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluation__text {
    line-height: 1.5;
  }
}

.p-fv-evaluationItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  margin-top: 3.125rem;
  padding-right: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0rem;
    margin-top: 3.75rem;
  }
}

.p-fv-evaluationItem__img {
  width: 100%;
  max-width: 21.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem__img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-fv-evaluationItem__img02 {
  width: 100%;
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem__img02 {
    width: 80%;
    margin: 0 auto;
  }
}

.p-fv-evaluationItem02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.25rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-evaluationItem02__box {
  text-align: center;
}

.p-fv-evaluationItem02__title {
  color: #524765;
  font-size: 1.5625rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem02__title {
    font-size: 1.5rem;
  }
}

.p-fv-evaluationItem02__img {
  position: relative;
  left: 1.5625rem;
  width: 100%;
  max-width: 14.375rem;
  margin: 1.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem02__img {
    left: 0rem;
  }
}

.p-fv-evaluationItem02__img02 {
  position: relative;
  left: 0.625rem;
  width: 100%;
  max-width: 26.4375rem;
  margin: 1.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-evaluationItem02__img02 {
    left: 0rem;
  }
}

.p-fv-intro {
  width: 100%;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro {
    padding: 1.25rem 0.9375rem;
  }
}

.p-fv-intro__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
}

.p-fv-intro__wrapper {
  width: 100%;
  background: #e7e5f0;
}

.p-fv-intro__titleBox {
  width: 100%;
  min-height: 7.625rem;
  background-image: url(../imgs/pc/intro_band.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__titleBox {
    padding-top: 0.75rem;
    padding-bottom: 1.125rem;
    min-height: auto;
  }
}

.p-fv-intro__band {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__band {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-fv-intro__item {
  position: absolute;
  top: -2.5rem;
  left: -13.125rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__item {
    top: -4.375rem;
    left: -2.5rem;
    width: 6.875rem;
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
}

.p-fv-intro__title {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__title {
    font-size: 2rem;
    margin-top: 0.25rem;
  }
}

.p-fv-introCont {
  width: 100%;
  padding-top: 3.75rem;
  padding-left: 3.625rem;
  padding-right: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont {
    padding: 2.5rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.p-fv-introCont__band {
  color: #524765;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont__band {
    font-size: 1.625rem;
  }
}

.p-fv-introCont__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
  }
}

.p-fv-introCont__box {
  width: 100%;
}

.p-fv-introCont__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.p-fv-introCont__icon {
  width: 100%;
  max-width: 5rem;
}

.p-fv-introCont__name {
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont__name {
    font-size: 1.25rem;
  }
}

.p-fv-introCont__img {
  width: 100%;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont__img {
    margin-top: -3.75rem;
  }
}

.p-fv-introCont02 {
  width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont02 {
    padding: 1.875rem 0.9375rem;
  }
}

.p-fv-introCont02__text {
  color: #524765;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont02__text {
    font-size: 1.125rem;
  }
}

.p-fv-introCont02__button {
  display: block;
  width: 100%;
  max-width: 22.5rem;
  margin: 1.875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont02__button {
    max-width: 16.25rem;
    margin: 1.25rem auto 0 auto;
  }
}
.p-fv-introCont02__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-introCont03 {
  width: 100%;
  padding-top: 2.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03 {
    padding: 1.875rem 0.9375rem;
  }
}

.p-fv-introCont03__text {
  color: #524765;
  font-size: 1.6875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03__text {
    font-size: 1.125rem;
  }
}

.p-fv-introCont03__column {
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 2.5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    margin-top: 1.875rem;
    padding: 0 0.625rem 1.875rem 0.625rem;
  }
}

.p-fv-introCont03__box {
  width: 100%;
}

.p-fv-introCont03__icon {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03__icon {
    width: 70%;
    margin: 0 auto;
  }
}
.p-fv-introCont03__icon img {
  border-radius: 1.25rem;
}

.p-fv-introCont03__subTitle {
  color: #231815;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03__subTitle {
    font-size: 1.5rem;
  }
}

.p-fv-introCont03__exp {
  color: #231815;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-fv-introCont03__button {
  display: block;
  width: 100%;
  max-width: 13.75rem;
  margin: 1.875rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont03__button {
    width: 70%;
    margin: 1.25rem auto 0 auto;
  }
}
.p-fv-introCont03__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-introCont04 {
  width: 100%;
  padding: 2.5rem 3.25rem 3rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04 {
    padding: 1.875rem 0.9375rem;
  }
}

.p-fv-introCont04__band {
  color: #524765;
  font-size: 1.6875rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04__band {
    font-size: 1rem;
  }
}
.p-fv-introCont04__band span {
  display: block;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04__band span {
    font-size: 1.25rem;
  }
}

.p-fv-introCont04__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-fv-introCont04__box {
  width: 100%;
  background: #fff;
}

.p-fv-introCont04__img {
  position: relative;
  width: 100%;
}

.p-fv-introCont04__subTitle {
  position: absolute;
  top: calc(50% + 0.9375rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding-top: 1.25rem;
}

.p-fv-introCont04__text {
  color: #524765;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04__text {
    font-size: 0.875rem;
    padding-top: 0.9375rem;
  }
}

.p-fv-introCont04__item {
  width: 100%;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCont04__item {
    margin-top: 1.875rem;
  }
}

.p-fv-theme {
  width: 100%;
}

.p-fv-theme__inner {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-theme__inner {
    padding: 3.125rem 0.9375rem;
  }
}

.p-fv-theme__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-theme__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-theme__img {
  position: relative;
  width: 100%;
  max-width: 42.5rem;
  margin: 0.9375rem auto 0 auto;
}

.p-fv-theme__imgIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-fv-theme__imgIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-theme__band {
  color: #231815;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 1.75rem;
}

.p-fv-theme__textImg {
  width: 100%;
  max-width: 17.5rem;
  margin: 1.25rem auto 0 auto;
}

.p-fv-theme__text {
  color: #231815;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.375rem;
}

.p-fv-frame {
  width: 100%;
  background: #524765;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv-frame {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.p-fv-frame__inner {
  width: 100%;
  max-width: 42.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-frame__inner {
    max-width: 100%;
  }
}

.p-fv-flow {
  width: 100%;
  padding-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    padding-top: 3.125rem;
  }
}

.p-fv-flow__title {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.25rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-flow__box {
  position: relative;
  width: 100%;
  height: 7.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__box {
    padding-top: 0rem;
  }
}
.p-fv-flow__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.125rem 2.125rem 0 2.125rem;
  border-color: #bc8c00 transparent transparent transparent;
}
.p-fv-flow__box:last-of-type::before {
  display: none;
}

.p-fv-flow__text {
  color: #231815;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__text {
    font-size: 1.5rem;
  }
}

.p-fv-flow__minText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.375rem;
  width: 100%;
  color: #595757;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__minText {
    font-size: 0.875rem;
  }
}

.p-fv-faq {
  width: 100%;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding-top: 5rem;
  }
}

.p-fv-faq__title {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 2.5rem;
  }
}

.p-fv-faq__box {
  width: 100%;
  background: #eeeceb;
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 0.375rem 3.3125rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    font-size: 1.125rem;
    padding-left: 2.1875rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0.5625rem;
  color: #bc8c00;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    top: 0.3125rem;
    font-size: 1.25rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
.p-fv-faq__ques span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.25rem;
  background: #686767;
}
.p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.25rem;
  height: 1.25rem;
  background: #686767;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-fv-faq__group {
  display: none;
  width: 100%;
  padding: 1.25rem 1.5625rem 1.75rem 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__group {
    padding: 1.25rem 0.9375rem 1.75rem 2.5rem;
  }
}

.p-fv-faq__ans {
  position: relative;
  color: #686767;
  font-size: 1.25rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 1rem;
  }
}
.p-fv-faq__ans::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: -0.1875rem;
  left: -3.625rem;
  color: #9e6a82;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: 0rem;
    left: -1.75rem;
    font-size: 1.25rem;
  }
}
.p-fv-faq__ans span {
  color: #D68A8D;
  font-weight: 700;
}

.p-fv-contact {
  width: 100%;
}

.p-fv-contact__inner {
  padding-top: 3.4375rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__inner {
    padding: 3.125rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-fv-contact__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv-contact__text {
  color: #524765;
  font-size: 1.6875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__text {
    font-size: 1.125rem;
  }
}

.p-fv-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}

.p-fv-contact__qr {
  width: 100%;
  max-width: 15.6875rem;
  margin-right: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__qr {
    max-width: 11.25rem;
    margin-right: 0rem;
  }
}

.p-fv-contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 0.3125rem;
  }
}

.p-fv-contact__list {
  width: 100%;
  max-width: 19.5rem;
  margin-right: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__list {
    margin-right: 0rem;
  }
}

.p-fv-contact__img {
  width: 100%;
  max-width: 20rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__img {
    max-width: 15rem;
  }
}

.p-fv-contact__button {
  display: block;
  width: 100%;
  max-width: 32.5rem;
  margin: 1.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__button {
    max-width: 17.5rem;
  }
}
.p-fv-contact__button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-epsode {
  width: 100%;
}

.p-epsode__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode__inner {
    padding: 1.875rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-epsode__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin: 7.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-epsode__wrapper {
    margin-top: 3.75rem;
  }
}

.p-epsode__message {
  font-size: 1.25rem;
  line-height: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode__message {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}

.p-epsode__img {
  width: 100%;
  max-width: 50rem;
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-epsode__img {
    margin: 3.75rem auto 0rem auto;
  }
}

.p-epsode__img02 {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
}

.p-epsode__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3.75rem;
    gap: 3.75rem;
  }
}
.p-epsode__column.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-epsode__column.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-epsode__box {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode__box {
    margin-top: 3.75rem;
  }
}

.p-epsode__group {
  width: 100%;
}

.p-epsode__title {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-epsode__title {
    font-size: 1.25rem;
  }
}

.p-epsode__text {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 300;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-epsode-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-nav {
    gap: 0.625rem;
  }
}
.p-epsode-nav.entry {
  max-width: 80rem;
  margin: 0rem auto;
  padding: 2.5rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-nav.entry {
    padding: 1.875rem 0rem 0rem 0rem;
  }
}

.p-epsode-nav__list {
  color: #524765;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-epsode-nav__list {
    font-size: 0.875rem;
  }
}
.p-epsode-nav__list::after {
  content: "ー";
  display: inline-block;
  position: relative;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-nav__list::after {
    margin-left: 0.625rem;
  }
}
.p-epsode-nav__list:last-of-type::after {
  display: none;
}

.p-epsode-nav__link {
  color: #aaa;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-epsode-nav__link {
    font-size: 0.875rem;
  }
}
.p-epsode-nav__link:hover {
  color: #524765;
}

.p-epsode-name {
  width: 100%;
  max-width: 75rem;
  margin: 7.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-epsode-name__img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-epsode-name__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 1.25rem;
  left: 1.25rem;
  width: 100%;
  height: 100%;
  background: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .p-epsode-name__img::before {
    top: 0.625rem;
    left: 0.625rem;
  }
}
.p-epsode-name__img.noimg {
  position: relative;
}
.p-epsode-name__img.noimg::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.p-epsode-name__img img {
  position: relative;
  z-index: 2;
}

.p-epsode-name__box {
  width: 100%;
}

.p-epsode-name__title {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-epsode-name__title {
    font-size: 1.5rem;
  }
}

.p-epsode-name__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-name__text {
    font-size: 0.875rem;
    text-align: right;
    margin-top: 1.5625rem;
  }
}
.p-epsode-name__text span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-name__text span {
    font-size: 1.25rem;
  }
}

.p-epsode-profile {
  width: 100%;
  margin-top: 5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-profile {
    margin-top: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-epsode-profile__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-epsode-profile__title {
    font-size: 1.25rem;
  }
}

.p-epsode-profile__lists {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-profile__lists {
    margin-top: 1.875rem;
  }
}
.p-epsode-profile__lists li {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .p-epsode-profile__lists li {
    font-size: 1rem;
  }
}

.p-epsode-interview {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview {
    margin-top: 3.125rem;
  }
}
.p-epsode-interview.mg {
  margin-top: 2.5rem;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview.mg {
    margin-bottom: 6.25rem;
  }
}

.p-epsode-interview__title {
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview__title {
    font-size: 1.25rem;
  }
}
.p-epsode-interview__title span {
  display: block;
  color: #524765;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview__title span {
    font-size: 1.75rem;
  }
}

.p-epsode-interview__exp {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview__exp {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-epsode-interview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-interview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-epsode-interview__box {
  width: 100%;
  max-width: 18.75rem;
}

.p-epsode-interview__img {
  width: 100%;
}
.p-epsode-interview__img img {
  border-radius: 100%;
}

.p-epsode-interview__cope {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}

.p-epsode-interview__name {
  color: #454545;
  font-size: 1.125rem;
  text-align: right;
  margin-top: 0.625rem;
}

.p-epsode-interview__link {
  position: relative;
  width: 100%;
  max-width: 12.5rem;
  height: 3.75rem;
  margin: 1.25rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 6.25rem;
  border: 1px solid #454545;
  padding-right: 0.625rem;
}
.p-epsode-interview__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #454545;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-epsode-interview__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.6875rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-epsode-interview__link:hover {
  color: #fff;
  background: #454545;
}
.p-epsode-interview__link:hover::before {
  border: 1px solid #fff;
}
.p-epsode-interview__link:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-epsode-interview__button {
  position: relative;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  margin: 3.125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 6.25rem;
  border: 1px solid #fff;
  background: #454545;
  border: 1px solid #454545;
  padding-right: 0.625rem;
}
.p-epsode-interview__button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-epsode-interview__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.6875rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-epsode-interview__button:hover {
  color: #454545;
  background: #fff;
}
.p-epsode-interview__button:hover::before {
  border: 1px solid #454545;
}
.p-epsode-interview__button:hover::after {
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
}

.p-epsode-job {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-job {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }
}

.p-epsode-job__title {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-epsode-job__title {
    font-size: 1.25rem;
  }
}
.p-epsode-job__title span {
  display: block;
  color: #524765;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-job__title span {
    font-size: 1.75rem;
  }
}

.p-epsode-job__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  padding: 0 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-job__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0rem;
  }
}

.p-epsode-job__box {
  width: 100%;
  max-width: 25rem;
}
.p-epsode-job__box.min {
  max-width: 21.25rem;
}

.p-epsode-job__img {
  width: 100%;
}

.p-epsode-job__cope {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}

.p-epsode-job__link {
  position: relative;
  width: 100%;
  max-width: 15.625rem;
  height: 3.75rem;
  margin: 1.875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 6.25rem;
  border: 1px solid #454545;
  padding-right: 0.625rem;
}
.p-epsode-job__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-epsode-job__link:hover {
  color: #fff;
  background: #454545;
}
.p-epsode-job__link:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-epsode-item {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-epsode-item {
    margin: 3.75rem auto 0rem auto;
  }
}

.p-epsode-item__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 28.75rem;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem 1.25rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  background: rgba(254, 254, 254, 0.6);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-epsode-item__title {
    max-width: 90%;
    font-size: 1.5rem;
    padding: 0.625rem 1rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-epsode-item__title::after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-epsode-item__title::after {
    font-size: 1rem;
  }
}
.p-epsode-item__title.min {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-item__title.min {
    font-size: 1.25rem;
  }
}

.p-epsode-item__img {
  position: relative;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-epsode-item__img {
    max-width: 100%;
  }
}

.p-epsode-line {
  display: block;
  width: 100%;
  max-width: 37.5rem;
  margin: 3.125rem auto 0 auto;
}
.p-epsode-line:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-epsode-table {
  width: 100%;
  max-width: 62.5rem;
  margin: 7.5rem auto 0rem auto;
  padding-top: 0.3125rem;
  border-top: 0.1875rem solid #454545;
}
@media screen and (max-width: 767px) {
  .p-epsode-table {
    margin: 1.25rem auto 0rem auto;
  }
}
.p-epsode-table table {
  width: 100%;
}
.p-epsode-table th {
  width: 22.5rem;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 300;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 2.5rem 0 3.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-table th {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.65;
    padding: 1.875rem 0 0rem 1.25rem;
    border-top: none;
    border-bottom: none;
  }
  .p-epsode-table th:first-of-type {
    border-top: 1px solid #454545;
  }
}
.p-epsode-table th::before {
  content: attr(data-en);
  position: relative;
  left: -1.875rem;
  display: block;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-table th::before {
    left: -1.25rem;
    font-size: 1.75rem;
    line-height: 1.65;
  }
}
.p-epsode-table td {
  width: calc(100% - 22.5rem);
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 300;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-epsode-table td {
    display: block;
    width: 100%;
    font-size: 1rem;
    border-top: none;
    padding: 1.25rem 0 2.5rem 1.25rem;
  }
}
.p-epsode-table td ul {
  padding-left: 1.25rem;
}
.p-epsode-table td ul li {
  list-style: disc;
}

.p-epsode-recruitment {
  position: relative;
  z-index: 2;
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-recruitment {
    padding: 4.375rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-epsode-recruitment__title {
  color: #524765;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-epsode-recruitment__title {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-epsode-recruitment_text {
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-epsode-recruitment_text {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.p-epsode-recruitment__line {
  display: block;
  width: 100%;
  max-width: 31.25rem;
  margin: 0.625rem auto 0 auto;
}
.p-epsode-recruitment__line:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-entry {
  width: 100%;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 0 1.25rem;
  }
}

.p-entry__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 7.5rem auto 0rem auto;
  border: 1px solid #454545;
  border-radius: 0.625rem;
  padding: 3.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__inner {
    margin: 3.125rem auto 0rem auto;
    padding: 2.5rem 1.25rem;
  }
}

.p-entry__title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 2rem;
  }
}

.p-entry__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-entry__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-entry__box {
  width: 100%;
}

.p-entry__listTitle {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__listTitle {
    font-size: 1.5rem;
  }
}
.p-entry__listTitle span {
  color: #524765;
  font-size: 2.5rem;
}

.p-entry__listText {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry__listText {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-entry-form {
  width: 100%;
  background: #FAFAFA;
}

.p-entry-form__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-entry-form__inner {
    padding: 5rem 1.25rem;
  }
}
.p-entry-form__inner h2 {
  color: #524765;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry-form__inner h2 {
    font-size: 2.5rem;
  }
}
.p-entry-form__inner .formTable {
  width: 100%;
  margin-top: 3.125rem;
}
.p-entry-form__inner .formTable tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
}
.p-entry-form__inner .formTable tr {
  display: block;
  width: 100%;
}
.p-entry-form__inner .formTable th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry-form__inner .formTable th {
    font-size: 1.25rem;
  }
}
.p-entry-form__inner .formTable th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  background: #524765;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-entry-form__inner .formTable th span {
    font-size: 1rem;
  }
}
.p-entry-form__inner .formTable td {
  display: block;
  width: 100%;
  margin-top: 0.625rem;
}
.p-entry-form__inner .formTable td.radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.375rem;
  font-size: 1.125rem;
}
.p-entry-form__inner .formTable td.radioBox input {
  position: relative;
  top: -0.0625rem;
}
.p-entry-form__inner .formTable .input-text {
  width: 100%;
  height: 2.8125rem;
  border: 1px solid #454545;
  border-radius: 0.2em;
  background: #fff;
  padding: 0.625rem;
}

.p-entry-form__text {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry-form__text {
    margin-top: 1.875rem;
  }
}
.p-entry-form__text a {
  color: #524765;
  text-decoration: underline;
}
.p-entry-form__text a:hover {
  opacity: 0.7;
}

.btn {
  width: 100%;
  max-width: 31.25rem;
  height: 3.75rem;
  margin: 3.125rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  background: #E17A74;
  border: 1px solid #E17A74;
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 2.5rem auto 0rem auto;
  }
}
.btn:hover {
  color: #E17A74;
  background: #fff;
}

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

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

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.talkappibot {
  display: none !important;
}/*# sourceMappingURL=recruit.css.map */