@charset "UTF-8";
*,
::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: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  background-image: url(../imgs/pc/bgimg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

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;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 0rem;
  }
}

.l-header__lists {
  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.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__lists {
    width: 100%;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__list {
    width: 100%;
  }
}

.l-header__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.375rem;
  height: 16rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border: 0.1875rem solid #fff;
  border-right: none;
  border-radius: 1.5rem 0 0 1.5rem;
  background: #F59AA8;
  -webkit-box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding-left: 0.1875rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header__link {
    width: 100%;
    height: 4.125rem;
    gap: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    border: 0.1875rem solid #fff;
    border-bottom: none;
    border-radius: 0.9375rem 0.9375rem 0rem 0rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0rem;
    padding-bottom: 0rem;
    padding-right: 0.5rem;
  }
}
.l-header__link::before {
  content: "";
  display: block;
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(../imgs/pc/header_icon02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__link::before {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0rem;
  }
}
.l-header__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__link.blue {
  background: #34C0F4;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .l-header__link.blue {
    padding-left: 0.375rem;
  }
}
.l-header__link.blue span {
  display: block;
  font-size: 1.75rem;
  line-height: 0.95;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__link.blue span {
    font-size: 1.375rem;
    line-height: 1.0909090909;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-orientation: inherit;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 0.125rem;
  }
}
.l-header__link.blue::before {
  width: 2.4375rem;
  height: 2.4375rem;
  background-image: url(../imgs/pc/header_icon.svg);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__link.blue::before {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__link:hover::after {
    z-index: 2;
    opacity: 0.3;
  }
}

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

.l-footer {
  position: relative;
  width: 100%;
  background: #FFFBED;
}

.l-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.l-footer__map {
  width: 100vw;
  max-width: 56.5277777778%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__map {
    max-width: 100%;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 33.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__map iframe {
    height: 15.25rem;
  }
}

.l-footer__wrapper {
  width: 100%;
  max-width: 28.5rem;
  padding-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    max-width: 100%;
    padding-top: 2.5rem;
  }
}

.l-footer__group {
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    display: block;
  }
}

.l-footer__logo {
  display: block;
  width: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}

.l-footer-sns__title {
  width: 11.4375rem;
  height: 2.6875rem;
  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;
  line-height: 1.4444444444;
  font-weight: 700;
  background-image: url(../imgs/pc/sns_speech.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-footer-sns__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer-sns__lists {
    gap: 0.5rem;
  }
}

.l-footer-sns__link {
  display: block;
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer-sns__link:hover {
    opacity: 0.7;
  }
}

.l-footer__column {
  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.625rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    padding: 0 0.9375rem;
    margin-top: 1.25rem;
  }
}

.l-footer-card {
  width: 100%;
  min-height: 10.625rem;
  padding: 1.4375rem 4.5rem;
  border-radius: 1.5625rem;
  background: #FF8B36;
}
@media screen and (max-width: 767px) {
  .l-footer-card {
    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;
    min-height: 8.75rem;
    padding: 0.9375rem 1.25rem;
  }
}
.l-footer-card.green {
  background: #3DC1BB;
}
.l-footer-card.green .l-footer-card__text {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer-card.green .l-footer-card__text {
    margin-top: 0.4375rem;
  }
}

.l-footer-card__title {
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-card__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.l-footer-card__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-card__text {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-top: 0.3125rem;
  }
}

.l-footer__small {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 2.375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    padding-top: 1.0625rem;
    padding-bottom: 5.625rem;
  }
}

@-webkit-keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 付与用の共通クラス（JSが付けます） */
svg[data-anim=stroke].is-prep path,
svg[data-anim=stroke].is-prep line,
svg[data-anim=stroke].is-prep polyline,
svg[data-anim=stroke].is-prep polygon,
svg[data-anim=stroke].is-prep circle,
svg[data-anim=stroke].is-prep ellipse {
  -webkit-animation: drawLine var(--dur, 1.2s) ease forwards;
          animation: drawLine var(--dur, 1.2s) ease forwards;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  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) {
  .c-modal {
    overflow: scroll;
  }
}
.c-modal.pink .c-modal__content {
  background: #FFF2F4;
}
.c-modal.pink .c-modal__group {
  border: 0.125rem solid #F59AA8;
}
.c-modal.pink .c-modal__job {
  background: #F59AA8;
}
.c-modal.pink .c-modal__title {
  color: #F59AA8;
}
.c-modal.green .c-modal__content {
  background: #EDFCFB;
}
.c-modal.green .c-modal__group {
  border: 0.125rem solid #3DC1BB;
}
.c-modal.green .c-modal__job {
  background: #3DC1BB;
}
.c-modal.green .c-modal__title {
  color: #3DC1BB;
}

.c-modal__content {
  position: relative;
  width: 90%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 3.125rem 3.75rem;
  border-radius: 1.25rem;
  background: #FFFBED;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    padding: 2.375rem 1.125rem 1.25rem 1.125rem;
  }
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    top: 0.9375rem;
    right: 0.9375rem;
  }
}
.c-modal__close::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2.625rem;
  height: 0.125rem;
  background: #404040;
}
.c-modal__close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.625rem;
  height: 0.125rem;
  background: #404040;
}

.c-modal__group {
  position: relative;
  width: 100%;
  max-width: 14.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.3125rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #FF8B36;
}
@media screen and (max-width: 767px) {
  .c-modal__group {
    max-width: 10.375rem;
    margin: 0 auto;
  }
}

.c-modal__job {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
  background: #FF8B36;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__job {
    width: 7.25rem;
  }
  .c-modal__job.w132-sp {
    width: 8.25rem;
  }
}

.c-modal__img {
  width: 100%;
}

.c-modal__box {
  width: 100%;
}

.c-modal__title {
  position: relative;
  color: #FF8B36;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__title {
    font-size: 1.25rem;
    padding-bottom: 1.125rem;
  }
}
.c-modal__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8125rem;
  background-image: url(../imgs/pc/modal_bar.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-modal__title::before {
    height: 0.375rem;
    background-size: cover;
    background-image: url(../imgs/pc/modal_bar.webp);
  }
}

.c-modal__name {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-modal__name {
    font-size: 0.8125rem;
    margin-top: 1.0625rem;
  }
}
.c-modal__name span {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-modal__name span {
    font-size: 1.125rem;
  }
}

.c-modal__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    margin-top: 0.1875rem;
  }
}

/* 初期状態：少し下に・透明 */
.anime-up {
  position: relative;
  z-index: 11;
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

/* 画面内に入ったら：フェード＋上に戻す */
.anime-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* アニメが見づらい端末配慮 */
@media (prefers-reduced-motion: reduce) {
  .anime-up {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}
.p-fv-illust-fv {
  position: absolute;
  z-index: 10;
  top: 3.4722222222vw;
  left: 29.4444444444vw;
  width: 45.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv {
    top: 12.2666666667vw;
    left: 17.6vw;
    width: 75.7333333333vw;
  }
}

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

.p-fv-illust-fv__item01 {
  position: absolute;
  top: 20.8333333333vw;
  left: 4.0277777778vw;
  width: 32.5vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv__item01 {
    top: 33.8666666667vw;
    left: 5.8666666667vw;
    width: 52vw;
  }
}

.p-fv-illust-fv__item02 {
  position: absolute;
  top: 11.1111111111vw;
  left: -3.6111111111vw;
  width: 2.8472222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv__item02 {
    top: 18.4vw;
    left: -5.8666666667vw;
    width: 4.8vw;
  }
}

.p-fv-illust-fv__item03 {
  position: absolute;
  top: 4.6527777778vw;
  left: 13.75vw;
  width: 2.8472222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv__item03 {
    top: 7.7333333333vw;
    left: 22.9333333333vw;
    width: 4.8vw;
  }
}

.p-fv-illust-fv__item04 {
  position: absolute;
  top: 3.3333333333vw;
  left: 34.3055555556vw;
  width: 3.4027777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv__item04 {
    top: 5.3333333333vw;
    left: 56.8vw;
    width: 5.6vw;
  }
}

.p-fv-illust-fv__item05 {
  position: absolute;
  top: 4.8611111111vw;
  left: 37.6388888889vw;
  width: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust-fv__item05 {
    top: 8vw;
    left: 62.1333333333vw;
    width: 5.0666666667vw;
  }
}

/* 画像は最初は透明＋少し下に */
.p-fv-illust-fv [class^=p-fv-illust-fv__item] {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

/* 表示トリガ */
.p-fv-illust-fv [class^=p-fv-illust-fv__item].is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-fv-illust02 {
  position: absolute;
  z-index: 10;
  top: 9.0277777778vw;
  left: 0vw;
  width: 26.5972222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust02 {
    top: 36vw;
    left: -12.2666666667vw;
    width: 33.6vw;
  }
}

.p-fv-illust03 {
  position: absolute;
  z-index: 10;
  top: -1.3888888889vw;
  right: -4.8611111111vw;
  width: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv-illust03 {
    top: 4.5333333333vw;
    right: -12vw;
    width: 49.8666666667vw;
  }
}

.p-fv-illust04 {
  position: absolute;
  z-index: 10;
  top: -0.625rem;
  left: calc(50% - 23.75rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust04 {
    top: -4.5rem;
    left: calc(50% - 7.1875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.75rem;
  }
}

.p-fv-illust05 {
  position: absolute;
  z-index: 10;
  top: 0.3125rem;
  left: calc(50% + 15.75rem);
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust05 {
    top: -3.375rem;
    left: calc(50% + 7.5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.625rem;
  }
}

.p-fv-illust06 {
  position: absolute;
  z-index: 10;
  top: -38.125rem;
  left: calc(50% - 28.75rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust06 {
    top: -13.75rem;
    left: calc(50% - 5.625rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.375rem;
  }
}

.p-fv-illust07 {
  position: absolute;
  z-index: 10;
  top: -8.75rem;
  left: calc(50% + 16.25rem);
  width: 22.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust07 {
    top: -5.625rem;
    left: calc(50% + 4.375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.25rem;
  }
}

.p-fv-illust08 {
  position: absolute;
  z-index: 10;
  top: 0rem;
  left: calc(50% - 36.875rem);
  width: 24.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust08 {
    top: 1.875rem;
    left: calc(50% - 6.5625rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.25rem;
  }
}

.p-fv-illust09 {
  position: absolute;
  z-index: 10;
  top: 2.5rem;
  left: calc(50% + 11.75rem);
  width: 36.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust09 {
    top: 0.9375rem;
    left: calc(50% + 4.25rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.1875rem;
  }
}

.p-fv-illust10 {
  position: absolute;
  z-index: 10;
  top: 48.5rem;
  left: calc(50% + 24.375rem);
  width: 22.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust10 {
    top: 121.0625rem;
    left: auto;
    right: -0.625rem;
    -webkit-transform: none;
            transform: none;
    width: 7.1875rem;
  }
}

.p-fv-illust11 {
  position: absolute;
  z-index: 10;
  top: 70.1875rem;
  left: calc(50% - 43.75rem);
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust11 {
    top: 128.4375rem;
    left: -0.5rem;
    -webkit-transform: none;
            transform: none;
    width: 10.625rem;
  }
}

.p-fv-illust12 {
  position: absolute;
  z-index: 10;
  top: 122.5rem;
  left: calc(50% + 26.25rem);
  width: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust12 {
    top: 271.875rem;
    left: auto;
    right: 0rem;
    -webkit-transform: none;
            transform: none;
    width: 4.3125rem;
  }
}

.p-fv-illust13 {
  position: absolute;
  z-index: 10;
  top: 163.125rem;
  left: calc(50% + 11.25rem);
  width: 26.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust13 {
    top: 317.8125rem;
    left: auto;
    right: 0.9375rem;
    width: 11.125rem;
  }
}

.p-fv-illust14 {
  position: absolute;
  z-index: 10;
  top: 172.8125rem;
  left: calc(50% - 42.1875rem);
  width: 31.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust14 {
    top: 318.75rem;
    left: 0rem;
    width: 10.125rem;
  }
}

.p-fv-illust15 {
  position: absolute;
  z-index: 10;
  top: 200.9375rem;
  left: calc(50% - 41.25rem);
  width: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust15 {
    top: 328.125rem;
    left: 0.3125rem;
    width: 1.5625rem;
  }
}

.p-fv-illust16 {
  position: absolute;
  z-index: 10;
  top: -11.75rem;
  left: calc(50% - 38.75rem);
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust16 {
    top: -7.1875rem;
    left: -1.5625rem;
    width: 12.8125rem;
  }
}

.p-fv-illust17 {
  position: absolute;
  z-index: 10;
  top: 2.1875rem;
  left: calc(50% + 6.875rem);
  width: 31.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-illust17 {
    top: -2.1875rem;
    left: auto;
    right: 0.625rem;
    width: 11.5625rem;
  }
}

.p-fv {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv-icon {
  position: absolute;
  top: 14.5833333333vw;
  left: 25.8333333333vw;
  width: 2.8472222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv-icon {
    top: 30.6666666667vw;
    left: 11.7333333333vw;
    width: 4.8vw;
  }
}

.p-fv-icon02 {
  position: absolute;
  top: 8.125vw;
  left: 43.2638888889vw;
  width: 2.8472222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv-icon02 {
    top: 20vw;
    left: 40.8vw;
    width: 4.8vw;
  }
}

.p-fv-icon03 {
  position: absolute;
  top: 6.7361111111vw;
  right: 29.8611111111vw;
  width: 6.4583333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-icon03 {
    top: 17.6vw;
    right: 14.9333333333vw;
    width: 10.6666666667vw;
  }
}

.p-fv__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 56.9444444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__wrapper {
    min-height: 141.3333333333vw;
  }
}

.p-fv__logo {
  position: absolute;
  top: 2.0833333333vw;
  left: 10.4166666667vw;
  display: inline-block;
  width: 10.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    top: 7.2vw;
    left: 6.4vw;
    width: 19.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__logo:hover {
    opacity: 0.7;
  }
}

.p-fv__photo {
  position: absolute;
  top: 10.9722222222vw;
  right: -5.9722222222vw;
  width: 39.2361111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv__photo {
    top: 48.5333333333vw;
    right: -18.1333333333vw;
    width: 62.4vw;
  }
}

.p-fv__photo02 {
  position: absolute;
  top: 39.1666666667vw;
  left: -5.4166666667vw;
  width: 29.375vw;
}
@media screen and (max-width: 767px) {
  .p-fv__photo02 {
    top: 87.4666666667vw;
    left: -3.2vw;
    width: 42.1333333333vw;
  }
}

.p-fv__card:not(:root) {
  position: absolute;
  z-index: 13;
  top: 28.75vw;
  right: 13.1944444444vw;
  width: 38.1944444444vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__card:not(:root) {
    top: 84.8vw;
    right: 5.8666666667vw;
    width: 57.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__card:not(:root):hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-fv__card:not(:root) span {
  position: absolute;
  top: -0.6944444444vw;
  right: -0.9722222222vw;
  width: 11.9444444444vw;
  height: 11.9444444444vw;
  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.6666666667vw;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  background-image: url(../imgs/pc/fv_card_icon_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__card:not(:root) span {
    top: -2.1333333333vw;
    right: -4.8vw;
    width: 25.6vw;
    height: 25.6vw;
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
    padding-bottom: 2.6666666667vw;
    background-image: url(../imgs/sp/fv_card_icon_blue.svg);
  }
}

.p-fv__card02:not(:root) {
  position: absolute;
  z-index: 12;
  top: 30.5555555556vw;
  left: 13.8888888889vw;
  width: 38.8888888889vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__card02:not(:root) {
    top: 56.8vw;
    left: 9.3333333333vw;
    width: 58.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__card02:not(:root):hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-fv__card02:not(:root) span {
  position: absolute;
  top: -1.1805555556vw;
  left: -2.2222222222vw;
  width: 11.9444444444vw;
  height: 11.9444444444vw;
  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.6666666667vw;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  background-image: url(../imgs/pc/fv_card_icon_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv__card02:not(:root) span {
    top: 0vw;
    left: -7.4666666667vw;
    width: 25.6vw;
    height: 25.6vw;
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
    padding-bottom: 2.6666666667vw;
    background-image: url(../imgs/sp/fv_card_icon_orange.svg);
  }
}

.p-fv-about {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    z-index: 11;
  }
}

.p-fv-about-icon {
  position: absolute;
  top: 9.375rem;
  left: calc(50% - 24.375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about-icon {
    top: -1.875rem;
    left: calc(50% - 3.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8125rem;
  }
}

.p-fv-about-icon02 {
  position: absolute;
  top: 5rem;
  left: calc(50% + 37.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about-icon02 {
    top: -3.125rem;
    left: calc(50% + 8.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1rem;
  }
}

.p-fv-about__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    padding-top: 1.5625rem;
  }
}

.p-fv-about__group {
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__group {
    padding-left: 0rem;
  }
}

.p-fv-about__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-fv-about__title span {
  color: #FF8B36;
}

.p-fv-about__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.75rem;
  }
}

.p-fv-about__wrapper {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__wrapper {
    margin-top: 1.375rem;
  }
}

.p-fv-about__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__column {
    max-width: 21.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

.p-fv-about__item {
  position: absolute;
  top: 13.125rem;
  left: -8.75rem;
  width: 17.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__item {
    top: 20.9375rem;
    left: -2.1875rem;
    width: 7.125rem;
  }
}

.p-fv-about__item02 {
  position: absolute;
  top: 37.625rem;
  right: -13.75rem;
  width: 27.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__item02 {
    display: none;
  }
}

.p-fv-about__img {
  width: 100%;
  max-width: 58.375rem;
  margin: -0.3125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    margin-top: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.p-fv-aboutSpace {
  width: 100%;
  height: 12.9375rem;
  padding: 1.25rem 0.9375rem 0rem 0.9375rem;
  background-image: url(../imgs/pc/fv_about_space.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace {
    max-width: 10.5rem;
    height: 9.8125rem;
    padding: 0.625rem;
    background-image: url(../imgs/sp/fv_about_space.webp);
  }
}
.p-fv-aboutSpace.pink .p-fv-aboutSpace__title {
  color: #F59AA8;
  border-bottom: 0.1875rem dotted #F59AA8;
}
.p-fv-aboutSpace.green {
  padding-top: 2.1875rem;
  background-image: url(../imgs/pc/fv_about_space02.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace.green {
    height: 12.5625rem;
    padding-top: 1.25rem;
    background-image: url(../imgs/sp/fv_about_space02.webp);
  }
}
.p-fv-aboutSpace.green .p-fv-aboutSpace__title {
  color: #3DC1BB;
  border-bottom: 0.1875rem dotted #3DC1BB;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace .height-sp {
    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;
    min-height: 3.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace.bg-sp {
    height: 11rem;
    background-image: url(../imgs/sp/fv_about_space03.webp);
  }
}

.p-fv-aboutSpace__title {
  color: #FF8B36;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  padding-bottom: 0.4375rem;
  border-bottom: 0.1875rem dotted #FF8B36;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace__title {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.375rem;
  }
}
.p-fv-aboutSpace__title.pink {
  color: #F59AA8;
  border-bottom: 0.1875rem dotted #F59AA8;
}
.p-fv-aboutSpace__title.green {
  color: #3DC1BB;
  border-bottom: 0.1875rem dotted #3DC1BB;
}

.p-fv-aboutSpace__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-aboutSpace__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.1875rem;
  }
}

.p-fv-voice {
  position: relative;
  width: 100%;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice {
    margin-top: 6.25rem;
  }
}

.p-fv-voice__inner {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__inner {
    padding-bottom: 2.8125rem;
  }
}

.p-fv-voice__item {
  position: absolute;
  top: 6.5625rem;
  left: 3.75rem;
  width: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__item {
    top: 1.125rem;
    left: 0.875rem;
    width: 1.9375rem;
  }
}

.p-fv-voice__item02 {
  position: absolute;
  top: 1.5625rem;
  left: -6.25rem;
  width: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__item02 {
    top: -6.25rem;
    left: 0rem;
    width: 4.3125rem;
  }
}

.p-fv-voice__item03 {
  position: absolute;
  top: 9.0625rem;
  right: -10.5rem;
  width: 12.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__item03 {
    top: 4.375rem;
    right: -0.625rem;
    width: 4.9375rem;
  }
}

.p-fv-voice__titleBox {
  position: relative;
  z-index: 2;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__titleBox {
    padding-left: 0rem;
  }
}

.p-fv-voice__title {
  position: relative;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-fv-voice__title > span {
  position: relative;
}
.p-fv-voice__title > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.1875rem;
  right: -2.625rem;
  width: 2.5625rem;
  height: 2.125rem;
  background-image: url(../imgs/pc/voice_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__title > span::before {
    top: -0.8125rem;
    right: -1.5625rem;
    width: 1.625rem;
    height: 1.3125rem;
  }
}
.p-fv-voice__title > span span {
  color: #3DC1BB;
}

.p-fv-voice__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.p-fv-voice__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.625rem 1.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__wrapper {
    max-width: 21.5625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.125rem 0.8125rem;
    margin: 2.1875rem auto 0 auto;
  }
}

.p-fv-voice__box {
  cursor: pointer;
  width: 100%;
}
.p-fv-voice__box.pink .p-fv-voice__group {
  border: 0.125rem solid #F59AA8;
}
.p-fv-voice__box.pink .p-fv-voice__band {
  background: #F59AA8;
}
.p-fv-voice__box.pink .p-fv-voice__space {
  background: #FCDDE2;
}
.p-fv-voice__box.pink .p-fv-voice__space::before {
  border-color: transparent transparent #FCDDE2 transparent;
}
.p-fv-voice__box.green .p-fv-voice__group {
  border: 0.125rem solid #3DC1BB;
}
.p-fv-voice__box.green .p-fv-voice__band {
  background: #3DC1BB;
}
.p-fv-voice__box.green .p-fv-voice__space {
  background: #D9F5F4;
}
.p-fv-voice__box.green .p-fv-voice__space::before {
  border-color: transparent transparent #D9F5F4 transparent;
}

.p-fv-voice__group {
  position: relative;
  width: 100%;
  padding: 0.3125rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #FF8B36;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__group {
    padding: 0.1875rem;
  }
}

.p-fv-voice__band {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
  background: #FF8B36;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__band {
    top: -0.9375rem;
    min-width: 7.25rem;
    width: auto;
    white-space: nowrap;
    padding: 0.3125rem 1.0625rem;
  }
}

.p-fv-voice__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__img {
    border-radius: 0.875rem;
    overflow: hidden;
  }
}

.p-fv-voice__space {
  position: relative;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 700;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.625rem 0;
  background: #FFD2B2;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__space {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    padding: 0.625rem 0;
    margin-top: 0.5rem;
  }
}
.p-fv-voice__space::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.96875rem 1.6875rem 0.96875rem;
  border-color: transparent transparent #FFD2B2 transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__space::before {
    top: -0.9375rem;
    border-width: 0 0.6875rem 1.1875rem 0.6875rem;
  }
}

.p-fv-voice__icon {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  background: #404040;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__icon {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-fv-voice__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.125rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__icon::before {
    width: 0.6875rem;
  }
}
.p-fv-voice__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-voice__icon::after {
    height: 0.6875rem;
  }
}

.p-fv-intro {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/intro_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-intro {
    background-image: url(../imgs/sp/intro_bg.png);
  }
}

.p-fv-intro__icon {
  position: absolute;
  top: 3.125rem;
  left: calc(50% - 32.1875rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__icon {
    top: 3.125rem;
    left: calc(50% - 9.6875rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.75rem;
  }
}

.p-fv-intro__icon02 {
  position: absolute;
  top: 11.875rem;
  left: calc(50% + 40.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__icon02 {
    top: 4.375rem;
    left: calc(50% + 7.9375rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.125rem;
  }
}

.p-fv-intro__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__inner {
    padding-top: 7.6875rem;
    padding-bottom: 3.5rem;
  }
}

.p-fv-intro__band {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__band {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-fv-intro__title {
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__title {
    font-size: 1.625rem;
    line-height: 1.4230769231;
    margin-top: 0.1875rem;
  }
}
.p-fv-intro__title span {
  color: #FF8B36;
}

.p-fv-intro__space {
  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: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0.75rem;
  }
}

.p-fv-introSpace {
  position: relative;
  z-index: 11;
  top: 0;
  width: 25.4375rem;
  height: 12.1875rem;
  background-image: url(../imgs/pc/intro_space_orange.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introSpace {
    width: 23.3125rem;
    height: 8.625rem;
    padding-top: 1.5625rem;
    background-image: url(../imgs/sp/intro_space_orange.webp);
  }
}
.p-fv-introSpace.blue {
  background-image: url(../imgs/pc/intro_space_blue.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-introSpace.blue {
    background-image: url(../imgs/sp/intro_space_blue.webp);
    margin-top: -0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fv-introSpace:hover {
    top: 0.625rem;
  }
}

.p-fv-introSpace__title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introSpace__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-fv-introSpace__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introSpace__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.125rem;
  }
}

.p-fv-intro__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.75rem;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper {
    gap: 2.125rem;
    padding: 0 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-fv-introCard {
  position: relative;
  width: 100%;
  border-radius: 1.5625rem;
  background: #FDF5EF;
}
.p-fv-introCard.blue {
  background: #E5F8F8;
}
.p-fv-introCard.blue .p-fv-introCard__title {
  background: #3DC1BB;
}
.p-fv-introCard.blue .p-fv-introCard__photo {
  position: absolute;
  top: 16.875rem;
  left: auto;
  right: -15.875rem;
  width: 31.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard.blue .p-fv-introCard__photo {
    display: none;
  }
}
.p-fv-introCard.blue .p-fv-introCard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard.blue .p-fv-introCard__wrapper {
    margin-top: 1.625rem;
  }
}

.p-fv-intro__icon03 {
  position: absolute;
  top: 10.875rem;
  right: 2.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__icon03 {
    z-index: 10;
    top: 319.0625rem;
    right: 5rem;
    -webkit-transform: none;
            transform: none;
    width: 1.0625rem;
  }
}

.p-fv-intro__icon04 {
  position: absolute;
  top: 17.1875rem;
  left: 10.9375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__icon04 {
    z-index: 10;
    top: 319.6875rem;
    left: 6.5625rem;
    -webkit-transform: none;
            transform: none;
    width: 0.8125rem;
  }
}

.p-fv-intro__icon05 {
  position: absolute;
  top: 30rem;
  left: 10.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__icon05 {
    z-index: 10;
    top: 323.625rem;
    left: 6.25rem;
    -webkit-transform: none;
            transform: none;
    width: 1.3125rem;
  }
}

.p-fv-introCard__photo {
  position: absolute;
  z-index: 11;
  top: -7.5rem;
  left: -16.25rem;
  width: 28.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__photo {
    top: -2.25rem;
    left: -2.625rem;
    width: 9.9375rem;
  }
}

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

.p-fv-introCard__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
  background: #FF8B36;
  border-radius: 5rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.3125rem;
  }
}

.p-fv-introCard__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.p-fv-introCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8125rem 2.5rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__wrapper {
    gap: 2rem 1.875rem;
    margin-top: 2.375rem;
  }
}

.p-fv-introCard__box {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 26.25rem;
}
.p-fv-introCard__box.orange .p-fv-introCard__band {
  color: #FF8B36;
  background-image: url(../imgs/pc/intro_band_orange.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__box.orange .p-fv-introCard__band {
    width: 14.625rem;
    height: 3.625rem;
    background-image: url(../imgs/sp/intro_band_orange.webp);
  }
}
.p-fv-introCard__box.pink .p-fv-introCard__band {
  color: #F59AA8;
  background-image: url(../imgs/pc/intro_band_pink.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__box.pink .p-fv-introCard__band {
    width: 14.625rem;
    height: 3.625rem;
    background-image: url(../imgs/sp/intro_band_pink.webp);
  }
}
.p-fv-introCard__box.gold .p-fv-introCard__band {
  color: #D6A433;
  background-image: url(../imgs/pc/intro_band_gold.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__box.gold .p-fv-introCard__band {
    width: 14.625rem;
    height: 3.625rem;
    background-image: url(../imgs/sp/intro_band_gold.webp);
  }
}
.p-fv-introCard__box.blue .p-fv-introCard__band {
  color: #3DC1BB;
  background-image: url(../imgs/pc/intro_band_blue.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__box.blue .p-fv-introCard__band {
    width: 14.625rem;
    height: 3.625rem;
    font-size: 0.75rem;
    padding-top: 1.0625rem;
    background-image: url(../imgs/sp/intro_band_blue.webp);
  }
}

.p-fv-introCard__band {
  position: absolute;
  top: -1.25rem;
  left: -0.3125rem;
  width: 19.6875rem;
  height: 4.5rem;
  color: #FF6641;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  background-image: url(../imgs/pc/intro_band_red.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__band {
    top: -0.9375rem;
    width: 17.1875rem;
    height: 3.625rem;
    font-size: 1rem;
    line-height: 1.5;
    background-image: url(../imgs/sp/intro_band_red.webp);
    padding-top: 0.8125rem;
    padding-left: 1.25rem;
  }
}
.p-fv-introCard__band .number {
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  display: block;
  width: 3.5625rem;
  height: 3.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  text-align: center;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__band .number {
    top: 0.375rem;
    left: 0.3125rem;
    width: 2.5625rem;
    height: 2.4375rem;
    font-size: 0.6875rem;
    line-height: 1.2727272727;
    padding-top: 0.3125rem;
  }
}
.p-fv-introCard__band .number span {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__band .number span {
    font-size: 0.9375rem;
  }
}

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

.p-fv-introCard__exp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introCard__exp {
    margin-top: 0.5rem;
  }
}

.p-fv-introFeatures {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures {
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures.blue {
    margin-top: 6.5625rem;
  }
}
.p-fv-introFeatures.blue .p-fv-introFeatures__box {
  border: 0.1875rem solid #3DC1BB;
}
.p-fv-introFeatures.blue .p-fv-introFeatures__bigText {
  color: #3DC1BB;
}
.p-fv-introFeatures.blue .p-fv-introFeatures__bigText span {
  color: #3DC1BB;
}
.p-fv-introFeatures.blue .p-fv-introFeatures__text span {
  color: #3DC1BB;
}

.p-fv-introFeatures__title {
  text-align: center;
}
.p-fv-introFeatures__title span {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__title span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-fv-introFeatures__title span::before, .p-fv-introFeatures__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0rem);
  width: 1.5rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/intro_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__title span::before, .p-fv-introFeatures__title span::after {
    width: 1.375rem;
    height: 2.125rem;
    background-image: url(../imgs/sp/intro_bar.svg);
  }
}
.p-fv-introFeatures__title span::before {
  left: -2.375rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__title span::before {
    left: -2rem;
  }
}
.p-fv-introFeatures__title span::after {
  right: -2.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__title span::after {
    right: -2rem;
  }
}

.p-fv-introFeatures__item {
  position: absolute;
  top: -4.0625rem;
  right: 5.4375rem;
  width: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__item {
    top: 0rem;
    right: 2.6875rem;
    width: 1.25rem;
  }
}

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

.p-fv-introFeatures__box {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 10.3125rem;
  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: 1.25rem;
  background: #fff;
  border: 0.1875rem solid #FF8B36;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__box {
    padding: 1.125rem 0.625rem;
    height: auto;
  }
}

.p-fv-introFeatures__text {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
.p-fv-introFeatures__text span {
  color: #FF8B36;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}

.p-fv-introFeatures__bigText {
  color: #FF8B36;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}
.p-fv-introFeatures__bigText span {
  color: #FF8B36;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}

.p-fv-introFeatures__lists {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introFeatures__lists {
    position: relative;
    left: -0.9375rem;
    margin-top: 0.25rem;
  }
}
.p-fv-introFeatures__lists li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.1875rem;
}
.p-fv-introFeatures__lists li:first-of-type {
  margin-top: 0rem;
}
.p-fv-introFeatures__lists li::before {
  content: "●";
  display: inline-block;
  position: relative;
  color: #FFD2B2;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-fv-introFeatures__bigText02 {
  color: #FF8B36;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-fv-introFeatures__bigText02 > span {
  font-size: 2rem;
  line-height: 1.3125;
}
.p-fv-introFeatures__bigText02 > span span {
  font-size: 2.5rem;
  line-height: 1.05;
}

.p-fv-introPickup {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup {
    margin-top: 1.75rem;
  }
}
.p-fv-introPickup.blue .p-fv-introPickup__wrapper {
  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-introPickup.blue .p-fv-introPickup__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    margin-top: 0.75rem;
  }
}
.p-fv-introPickup.blue .p-fv-introPickup__band > span {
  width: 100%;
  min-width: auto;
  background: #3DC1BB;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup.blue .p-fv-introPickup__band > span {
    padding: 0.5rem;
  }
}
.p-fv-introPickup.blue .p-fv-introPickup__band > span::before {
  border-color: #3DC1BB transparent transparent transparent;
}
.p-fv-introPickup.blue .p-fv-introPickup__box {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup.blue .p-fv-introPickup__box {
    margin-top: 0.9375rem;
  }
}
.p-fv-introPickup.blue .p-fv-introPickup__img {
  width: 100%;
}

.p-fv-introPickup__title {
  text-align: center;
}
.p-fv-introPickup__title span {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__title span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-fv-introPickup__title span::before, .p-fv-introPickup__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0rem);
  width: 1.5rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/intro_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__title span::before, .p-fv-introPickup__title span::after {
    width: 1.375rem;
    height: 2.125rem;
    background-image: url(../imgs/sp/intro_bar.svg);
  }
}
.p-fv-introPickup__title span::before {
  left: -2.1875rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__title span::before {
    left: -1.75rem;
  }
}
.p-fv-introPickup__title span::after {
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__title span::after {
    right: -1.75rem;
  }
}

.p-fv-introPickup__item {
  position: absolute;
  top: -0.3125rem;
  left: 0rem;
  width: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__item {
    top: 0.25rem;
    left: 0.75rem;
    width: 1.625rem;
  }
}

.p-fv-introPickup__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 2rem;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 2rem;
    margin-top: 1.125rem;
  }
}

.p-fv-introPickup__column {
  position: relative;
  z-index: 11;
  width: 100%;
}

.p-fv-introPickup__band {
  text-align: center;
}
.p-fv-introPickup__band > span {
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 21.25rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0.75rem;
  background: #FF8B36;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__band > span {
    width: 100%;
    min-width: auto;
    padding: 0.3125rem 1rem;
    border-radius: 1.4375rem;
  }
  .p-fv-introPickup__band > span.wid225-sp {
    width: 14.0625rem;
  }
  .p-fv-introPickup__band > span.wid230-sp {
    width: 14.375rem;
  }
  .p-fv-introPickup__band > span.wid238-sp {
    width: 14.875rem;
  }
}
.p-fv-introPickup__band > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.78125rem 0 0.78125rem;
  border-color: #FF8B36 transparent transparent transparent;
}
.p-fv-introPickup__band > span span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__band > span span {
    display: block;
    font-size: 0.75rem;
    padding-bottom: 0.3125rem;
  }
}

.p-fv-introPickup__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.25rem;
  margin-top: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__box {
    display: block;
    margin-top: 0.75rem;
  }
}

.p-fv-introPickup__img {
  position: relative;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__img {
    width: 100%;
  }
}
.p-fv-introPickup__img figcaption {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.375rem;
  background: #FF6641;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__img figcaption {
    top: 0.4375rem;
    left: 0.4375rem;
    -webkit-transform: none;
            transform: none;
    width: auto;
    min-width: 6.6875rem;
    padding: 0.375rem 0.8125rem;
  }
}
.p-fv-introPickup__img figcaption.orange {
  background: #FF8B36;
}
.p-fv-introPickup__img figcaption.pink {
  background: #F59AA8;
}
.p-fv-introPickup__img figcaption.gold {
  background: #D6A433;
}

.p-fv-introPickup__group {
  width: 100%;
  background: #fff;
  padding: 0.75rem 0.9375rem 0.3125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introPickup__group {
    padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

.p-fv-introPickup__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
}

.p-fv-facility {
  position: relative;
  width: 100%;
  background: #FFFBED;
}

.p-fv-facility__inner {
  position: relative;
  width: 100%;
  max-width: 64.5rem;
  margin: 0rem auto;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__inner {
    padding: 2.625rem 0;
  }
}

.p-fv-facility__item {
  position: absolute;
  top: 11.75rem;
  left: 5.625rem;
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__item {
    top: 2.5rem;
    left: 2.75rem;
    width: 1.625rem;
  }
}

.p-fv-facility__band {
  display: block;
  text-align: center;
}
.p-fv-facility__band span {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__band span {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-fv-facility__band span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.625rem;
  right: -3.125rem;
  width: 2.5625rem;
  height: 2.125rem;
  background-image: url(../imgs/pc/facility_item02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__band span::after {
    top: -0.875rem;
    right: -1rem;
    width: 1.375rem;
    height: 1.125rem;
  }
}

.p-fv-facility__title {
  color: #FF8B36;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__title {
    font-size: 1.625rem;
    line-height: 1.4230769231;
    margin-top: -0.25rem;
  }
}

.p-fv-facility__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.9375rem;
  }
}

.p-fv-facility__wrapper {
  width: 100%;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facility__wrapper {
    margin-top: 0rem;
  }
}

.p-fv-facilitySlider {
  position: relative;
  width: 100%;
}
.p-fv-facilitySlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/arrow_icon_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-facilitySlider .slick-arrow.slick-prev {
  left: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facilitySlider .slick-arrow.slick-prev {
    top: calc(50% + 0.625rem);
    left: 0.3125rem;
  }
}
.p-fv-facilitySlider .slick-arrow.slick-next {
  right: -0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-facilitySlider .slick-arrow.slick-next {
    top: calc(50% + 0.625rem);
    right: 0.3125rem;
  }
}

.p-fv-facilitySlider__box {
  position: relative;
  width: 100%;
  padding: 1.25rem 0;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-facilitySlider__box {
    margin: 0 0.625rem;
  }
}

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

.p-fv-facilitySlider__place {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  background-image: url(../imgs/pc/facility_band.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-interview {
  width: 100%;
  background-image: url(../imgs/pc/interview_bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-interview {
    background-image: url(../imgs/sp/interview_bg.webp);
  }
}

.p-fv-interview__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0rem auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__inner {
    padding-top: 2.375rem;
    padding-bottom: 0.75rem;
  }
}

.p-fv-interview__title {
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__title {
    font-size: 1.625rem;
    line-height: 1.4230769231;
    padding-left: 1.25rem;
  }
}
.p-fv-interview__title span {
  color: #F59AA8;
}

.p-fv-interview__column {
  position: relative;
  width: 100%;
  min-height: 31.375rem;
  background: #fff;
  border-radius: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__column {
    max-width: 21.25rem;
    min-height: auto;
    padding-top: 2.75rem;
    padding-bottom: 1.25rem;
    margin: 3.375rem auto 0 auto;
  }
}
.p-fv-interview__column.min {
  min-height: auto;
  padding: 4.375rem 1.875rem 3.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__column.min {
    padding: 1.875rem 1.25rem 2.8125rem 1.25rem;
    margin: 2.8125rem auto 0 auto;
  }
}

.p-fv-interview__band {
  position: absolute;
  top: -0.625rem;
  left: -1.25rem;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  padding: 1.25rem 1.875rem 1.25rem 5.625rem;
  border-radius: 5rem;
  background: #F59AA8;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__band {
    top: -1.5rem;
    left: 0rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem 1.125rem 0.75rem 3.375rem;
  }
}
.p-fv-interview__band span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.625rem;
  height: 4.625rem;
  color: #F59AA8;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  background: #fff;
  border-radius: 100%;
  border: 0.25rem solid #F59AA8;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__band span {
    width: 3rem;
    height: 3rem;
    font-size: 1.5625rem;
    padding-bottom: 0.3125rem;
  }
}

.p-fv-interview__item {
  position: absolute;
  top: 2.125rem;
  right: 2.5rem;
  width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__item {
    top: 10.4375rem;
    right: 1.875rem;
    width: 2.125rem;
  }
}

.p-fv-interview__item02 {
  position: absolute;
  top: 17.9375rem;
  left: -1.125rem;
  width: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__item02 {
    top: 21.25rem;
    left: 0rem;
    width: 2rem;
  }
}

.p-fv-interview__item03 {
  position: absolute;
  top: 22.1875rem;
  right: 4.4375rem;
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__item03 {
    top: 38.375rem;
    right: -0.4375rem;
    width: 1.8125rem;
  }
}

.p-fv-interview__item03Sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__item03Sp {
    display: block;
    position: absolute;
    top: 30.125rem;
    right: 1.375rem;
    width: 2.3125rem;
  }
}

.p-fv-interview__item04 {
  position: absolute;
  top: 1.4375rem;
  right: 5.8125rem;
  width: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interview__item04 {
    display: none;
  }
}

.p-fv-interviewCard {
  position: absolute;
  width: 100%;
  border-radius: 1.375rem;
  background: #E5F8F8;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv-interviewCard {
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.p-fv-interviewCard:nth-of-type(1) {
  top: 1.75rem;
  left: 28.8125rem;
  width: 22rem;
  padding: 0.9375rem 0.625rem 0.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(1) {
    width: 16.0625rem;
    padding: 0.6875rem 0.625rem 0.625rem 2rem;
    margin-left: 3.875rem;
  }
}
.p-fv-interviewCard:nth-of-type(1) .p-fv-interviewCard__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(1) .p-fv-interviewCard__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.p-fv-interviewCard:nth-of-type(1) .p-fv-interviewCard__subject {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.4375rem;
  padding-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(1) .p-fv-interviewCard__subject {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    margin-top: 0.125rem;
    padding-right: 0.625rem;
  }
}
.p-fv-interviewCard:nth-of-type(2) {
  top: 4.5625rem;
  left: 2.3125rem;
  width: 19.3125rem;
  padding: 0.8125rem 1.875rem 0.8125rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(2) {
    width: 14.125rem;
    padding: 0.875rem 1.375rem 0.625rem 0.8125rem;
    margin-left: 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__icon {
  left: auto;
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__icon {
    right: -2rem;
  }
}
.p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__text {
  font-size: 1rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__text {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__subject {
  margin-top: 0.3125rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(2) .p-fv-interviewCard__subject {
    margin-top: 0.125rem;
    padding-right: 0.625rem;
  }
}
.p-fv-interviewCard:nth-of-type(3) {
  top: 12.6875rem;
  left: 9.0625rem;
  width: 21.4375rem;
  padding: 0.8125rem 0.625rem 0.8125rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(3) {
    width: 15.625rem;
    padding: 0.5rem 0.6875rem 0.625rem 1.625rem;
    margin-left: 4.3125rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-interviewCard:nth-of-type(3) .p-fv-interviewCard__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(3) .p-fv-interviewCard__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.p-fv-interviewCard:nth-of-type(3) .p-fv-interviewCard__subject {
  margin-top: 0.3125rem;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(3) .p-fv-interviewCard__subject {
    margin-top: 0.125rem;
    padding-right: 0.625rem;
  }
}
.p-fv-interviewCard:nth-of-type(4) {
  top: 9.4375rem;
  left: 38.375rem;
  width: 19.125rem;
  padding: 1.1875rem 0.625rem 0.5625rem 2.375rem;
  background: #FAE7EA;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(4) {
    width: 14rem;
    padding: 0.8125rem 0.9375rem 0.625rem 1.75rem;
    margin-left: 3.3125rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__icon {
  left: -3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__icon {
    left: -2.4375rem;
  }
}
.p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__text {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__subject {
  margin-top: 0.4375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(4) .p-fv-interviewCard__subject {
    margin-top: 0rem;
    padding-right: 0.3125rem;
  }
}
.p-fv-interviewCard:nth-of-type(5) {
  top: 21.875rem;
  left: 2.5rem;
  width: 18.75rem;
  padding: 1rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(5) {
    width: 13.625rem;
    padding: 0.75rem 2.1875rem 0.625rem 1.25rem;
    margin-left: 1.0625rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__icon {
  left: auto;
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__icon {
    right: -1.875rem;
  }
}
.p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__text {
  font-size: 1.4375rem;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__subject {
  margin-top: 0.125rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(5) .p-fv-interviewCard__subject {
    margin-top: 0.125rem;
    padding-right: 0rem;
  }
}
.p-fv-interviewCard:nth-of-type(6) {
  top: 20.0625rem;
  left: 28.25rem;
  width: 21.75rem;
  padding: 1.5rem 0.625rem 1.125rem 1.875rem;
  background: #FDF5EF;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(6) {
    width: 15.8125rem;
    padding: 1.125rem 1.875rem 0.625rem 1.25rem;
    margin-left: 1.875rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__icon {
  left: auto;
  right: -2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__icon {
    right: -2.125rem;
  }
}
.p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__subject {
  margin-top: 0.75rem;
  padding-right: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard:nth-of-type(6) .p-fv-interviewCard__subject {
    margin-top: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.p-fv-interviewCard.pink {
  background: #FBEBED;
}
.p-fv-interviewCard.orange {
  background: #FDF5EF;
}

.p-fv-interviewCard__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.875rem;
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard__icon {
    left: -2rem;
    width: 3.375rem;
  }
}

.p-fv-interviewCard__text {
  font-weight: 700;
}

.p-fv-interviewCard__subject {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewCard__subject {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
}

.p-fv-interviewSlider {
  position: relative;
  width: 100%;
}
.p-fv-interviewSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/arrow_icon_pink.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-interviewSlider .slick-arrow.slick-prev {
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-interviewSlider .slick-arrow.slick-prev {
    left: -2rem;
  }
}
.p-fv-interviewSlider .slick-arrow.slick-next {
  right: -3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-interviewSlider .slick-arrow.slick-next {
    right: -2rem;
  }
}
.p-fv-interviewSlider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.75rem;
  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.8125rem;
  font-size: 0;
}
.p-fv-interviewSlider .slick-dots li {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #C6C6C6;
  border-radius: 100%;
}
.p-fv-interviewSlider .slick-dots li.slick-active {
  background: #F59AA8;
}

.p-fv-interviewSlider__box {
  position: relative;
  width: 100%;
  padding: 0.9375rem 0;
  margin: 0 0.625rem;
}
.p-fv-interviewSlider__box.pink .p-fv-interviewSlider__text {
  background: #FBEBED;
}
.p-fv-interviewSlider__box.pink .p-fv-interviewSlider__subject {
  background: #F59AA8;
}
.p-fv-interviewSlider__box.orange .p-fv-interviewSlider__text {
  background: #FDF5EF;
}
.p-fv-interviewSlider__box.orange .p-fv-interviewSlider__subject {
  background: #FF8B36;
}

.p-fv-interviewSlider__text {
  min-height: 10.6875rem;
  border-radius: 1.375rem;
  padding: 1.25rem 1.0625rem;
  background: #E5F8F8;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-fv-interviewSlider__subject {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  min-width: 10rem;
  height: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 5rem;
  background: #3DC1BB;
  padding: 0 0.9375rem;
}

.p-fv-cta {
  width: 100%;
  background: #C73E3A;
}
@media screen and (max-width: 767px) {
  .p-fv-cta.mtSp {
    margin-top: 1.75rem;
  }
}

.p-fv-cta__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    max-width: 21.5625rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}
.p-fv-cta__inner.pt {
  padding-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner.pt {
    padding-top: 3.125rem;
  }
}

.p-fv-cta__title {
  text-align: center;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__title {
    display: none;
  }
}
.p-fv-cta__title span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  font-weight: 700;
}
.p-fv-cta__title span::before, .p-fv-cta__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.5rem);
  width: 3rem;
  height: 4.5625rem;
  background-image: url(../imgs/pc/band_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-fv-cta__title span::before {
  left: -3.875rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-fv-cta__title span::after {
  right: -3.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-fv-cta__box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv-cta__box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-fv-cta__name {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21.5rem;
  height: 3.125rem;
  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.875rem;
  line-height: 1.4666666667;
  font-weight: 700;
  text-align: center;
  background-image: url(../imgs/pc/band_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__name {
    top: -0.6875rem;
    width: 13.625rem;
    height: 2.25rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    background-image: url(../imgs/pc/band_blue.svg);
  }
}
.p-fv-cta__name.pink {
  width: 14.8125rem;
  height: 3.125rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  background-image: url(../imgs/pc/band_pink.svg);
}
@media screen and (max-width: 767px) {
  .p-fv-cta__name.pink {
    width: 10.5rem;
    height: 2.25rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-fv-cta__text {
  position: absolute;
  top: 3.9375rem;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__text {
    top: 2.8125rem;
  }
}
.p-fv-cta__text span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  background: #FFFFFF;
  padding: 0.625rem 0.625rem 0.625rem 1rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__text span {
    font-size: 1.125rem;
    padding: 0.4375rem 0.3125rem 0.4375rem 0.4375rem;
    margin-top: 0.1875rem;
  }
}
.p-fv-cta__text span:first-of-type {
  margin-top: 0rem;
}

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

.p-fv-cta__item {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  left: 1.875rem;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__item {
    top: 0.5rem;
    left: 1.375rem;
    width: 6.25rem;
  }
}

.p-fv-loop {
  width: 100%;
  background-image: url(../imgs/pc/loop_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-loop {
    background-image: none;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-fv-loop__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-rtl 15s linear infinite;
          animation: loop-rtl 15s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-fv-loop__wrapper {
    -webkit-animation: loop-rtl 10s linear infinite;
            animation: loop-rtl 10s linear infinite;
  }
}

.p-fv-loop__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-fv-loop__list {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-loop__list {
    margin-right: 0.625rem;
  }
}

.p-fv-loop__list img {
  display: block;
  width: 20rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-loop__list img {
    width: 10.625rem;
  }
}

@-webkit-keyframes loop-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop-rtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@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;
  }
}/*# sourceMappingURL=style.css.map */