@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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 背景画像の指定 */
  background-image: url(../imgs/pc/fv_bg.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 {
  width: 100%;
  padding-left: 1.0625rem;
  padding-bottom: 0.3125rem;
}

.l-header__logo {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.l-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 24.6875rem;
  margin: 0 auto;
  background: #fff;
  padding: 1.25rem 0.625rem 0rem 0.625rem;
}
@media screen and (max-width: 500px) {
  .l-content {
    max-width: 100%;
    padding: 1.25rem 0rem 0rem 0rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
}

.l-footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E47494), to(#E77D46));
  background: linear-gradient(90deg, #E47494, #E77D46);
  padding: 1.875rem 1.25rem;
}

.l-footer__inner {
  width: 100%;
  padding: 1.875rem 1.375rem;
  border-radius: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .l-footer__inner {
    max-width: 20.9375rem;
    margin: 0 auto;
  }
}

.l-footer__logo {
  width: 100%;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__address {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  margin-top: 0.625rem;
}

.l-footer__tel {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  margin-top: -0.1875rem;
}

.l-footer__map {
  width: 100%;
  margin-top: 1.25rem;
}
.l-footer__map iframe {
  height: 14.375rem;
}

.l-footer__small {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}

.c-button {
  position: relative;
  top: 0rem;
  z-index: 1;
  width: 100%;
  max-width: 20.9375rem;
  height: 5.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;
  border-radius: 5rem;
  padding: 0.25rem;
  background: #FF8D2F;
}
.c-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0.375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF8D2F;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8D2F;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.25rem;
  background: #fff;
  border-radius: 5rem;
}
.c-button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/arrow_icon_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    top: 0.375rem;
  }
  .c-button:hover::before {
    top: 0rem;
  }
  .c-button:hover a {
    color: #fff;
    background: #FF8D2F;
  }
  .c-button:hover a::after {
    background-image: url(../imgs/pc/arrow_icon_white.svg);
  }
}

.c-nav {
  position: fixed;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.75rem;
  width: 100%;
  max-width: 28.75rem;
  padding: 2.5rem 2.8125rem;
  background: #fff;
  border-radius: 1.3125rem;
}
@media screen and (max-width: 1410px) {
  .c-nav {
    max-width: 25rem;
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .c-nav {
    display: none;
  }
}
.c-nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.4375rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1.3125rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.77);
}

.c-nav__logo {
  display: block;
  width: 100%;
  max-width: 16.875rem;
}
@media screen and (min-width: 768px) {
  .c-nav__logo:hover {
    opacity: 0.7;
  }
}

.c-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;
  gap: 1.875rem;
  padding-left: 2rem;
  margin-top: 2.1875rem;
}

.c-nav__list {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}

.c-nav__link {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
.c-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  width: 100%;
  height: 0.25rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__link::after {
  content: "";
  cursor: initial;
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../imgs/pc/arrow_icon_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__link.open::before {
  background: #FF8D2F;
}
.c-nav__link.open::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-nav__link:hover::before {
    background: #FF8D2F;
  }
  .c-nav__link:hover::after {
    opacity: 1;
  }
}

.c-nav__button {
  position: relative;
  top: 0rem;
  z-index: 1;
  width: 100%;
  max-width: 20.9375rem;
  height: 5.125rem;
  margin-top: 1.875rem;
  border-radius: 5rem;
  padding: 0.25rem;
  background: #FF8D2F;
  margin-left: 1.125rem;
}
.c-nav__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0.375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF8D2F;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__button a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8D2F;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.25rem;
  background: #fff;
  border-radius: 5rem;
}
.c-nav__button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/arrow_icon_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-nav__button:hover {
    top: 0.375rem;
  }
  .c-nav__button:hover::before {
    top: 0rem;
  }
  .c-nav__button:hover a {
    color: #fff;
    background: #FF8D2F;
  }
  .c-nav__button:hover a::after {
    background-image: url(../imgs/pc/arrow_icon_white.svg);
  }
}

.c-sns {
  position: fixed;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 100%;
  max-width: 28.75rem;
}
@media screen and (max-width: 1410px) {
  .c-sns {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1300px) {
  .c-sns {
    display: none;
  }
}

.c-sns__title {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 15.25rem;
  height: 2.6875rem;
  margin: 0 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;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  background: #FC85B2;
  border: 0.25rem solid #FFFFFF;
  border-radius: 5rem;
  padding-left: 0.625rem;
}

.c-sns__lists {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6.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;
  gap: 1.875rem;
  padding-top: 0.1875rem;
  background: #fff;
  border-radius: 1.3125rem;
  margin-top: -1.0625rem;
}
.c-sns__lists::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1.3125rem;
  border: 0.125rem solid #fff;
}

.c-sns__list {
  width: 3.375rem;
}

.c-sns__link {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-sns__link:hover {
    opacity: 0.7;
  }
}

.p-fv {
  position: relative;
  width: 100%;
}
.p-fv::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -0.625rem;
  width: 3.1875rem;
  height: 3.125rem;
  background-image: url(../imgs/pc/san_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .p-fv::after {
    display: none;
  }
}

.p-fv-about {
  position: relative;
  width: 100%;
  background: #FC85B2;
  border-radius: 1.875rem 1.875rem 0 0;
  margin-top: -1.625rem;
  overflow: hidden;
}

.p-fv-about__item {
  position: absolute;
  z-index: 1;
  top: 4.8125rem;
  left: 0;
  width: 100%;
}

.p-fv-about__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.75rem 1.25rem 1.875rem 1.25rem;
}

.p-fv-about__title {
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
}

.p-fv-about__box {
  padding: 1rem 0.8125rem;
  border-radius: 1.25rem;
  background: #FFFFFF;
  margin-top: 1.875rem;
}

.p-fv-about__img {
  width: 100%;
  padding: 0 0.1875rem;
}

.p-fv-about__subTitle {
  color: #FC85B2;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}

.p-fv-about__text {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  margin-top: 1rem;
}

.p-fv-graduate {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E47494), to(#E77D46));
  background: linear-gradient(90deg, #E47494, #E77D46);
  padding: 1.875rem 1.25rem 3.625rem 1.25rem;
  overflow: hidden;
}

.p-fv-graduate__inner {
  width: 100%;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem 1.5625rem 1.75rem 1.5625rem;
}

.p-fv-graduate__title {
  width: 100%;
  max-width: 15.3125rem;
  margin: 0 auto;
}

.p-fv-graduate__wrapper {
  position: relative;
  margin-top: 1.4375rem;
}

.p-fv-graduateSlider {
  position: relative;
}
.p-fv-graduateSlider .slider .slick-slide {
  height: auto !important;
}
.p-fv-graduateSlider .slick-list {
  overflow: visible !important;
}
.p-fv-graduateSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 2.9375rem;
  height: 2.9375rem;
  background-image: url(../imgs/pc/arrow_icon_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-graduateSlider .slick-arrow.slick-prev {
  left: -0.75rem;
}
.p-fv-graduateSlider .slick-arrow.slick-next {
  right: -0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fv-graduateSlider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.5rem;
  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-graduateSlider .slick-dots li {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.p-fv-graduateSlider .slick-dots li.slick-active {
  background: #fff;
}

.p-fv-graduateSlider__box {
  width: 100%;
  margin: 0 0.625rem;
}

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

.p-fv-graduateSlider__group {
  width: 100%;
  padding-top: 1.125rem;
}

.p-fv-graduateSlider__title {
  width: 100%;
  color: #FF8D2F;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.p-fv-graduateSlider__text {
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  margin-top: 0.625rem;
}

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

.p-fv-experience__inner {
  width: 100%;
  padding: 1.875rem 1.25rem;
}

.p-fv-experience__title {
  width: 100%;
  max-width: 20.875rem;
  margin: 0 auto;
}

.p-fv-experience__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8125rem 0.6875rem;
  margin-top: 1.75rem;
}

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

.p-fv-experience__link {
  position: relative;
  width: 100%;
  min-height: 4.125rem;
  border-radius: 0.9375rem;
  background: #0C8FCC;
  padding-top: 0.875rem;
  padding-bottom: 1.3125rem;
}
.p-fv-experience__link .title {
  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;
  gap: 0.125rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.p-fv-experience__link .title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/experience_icon.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv-experience__link .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.1875rem;
  width: calc(100% - 0.375rem);
  height: 1.125rem;
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-experience__link .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #0C8FCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fv-experience__link:hover {
    opacity: 0.7;
  }
}

.p-fv-experience__list:nth-of-type(2) .p-fv-experience__link {
  background: #EA6D8E;
  padding-top: 0.75rem;
}
.p-fv-experience__list:nth-of-type(2) .p-fv-experience__link .title::before {
  top: -0.125rem;
  left: -0.0625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/experience_icon02.webp);
}
.p-fv-experience__list:nth-of-type(2) .p-fv-experience__link .arrow::before {
  border-color: transparent transparent transparent #EA6D8E;
}
.p-fv-experience__list:nth-of-type(3) .p-fv-experience__link {
  background: #E6021E;
}
.p-fv-experience__list:nth-of-type(3) .p-fv-experience__link .title::before {
  background-image: url(../imgs/pc/experience_icon03.webp);
}
.p-fv-experience__list:nth-of-type(3) .p-fv-experience__link .arrow::before {
  border-color: transparent transparent transparent #E6021E;
}
.p-fv-experience__list:nth-of-type(4) .p-fv-experience__link {
  background: #E6A721;
}
.p-fv-experience__list:nth-of-type(4) .p-fv-experience__link .title::before {
  background-image: url(../imgs/pc/experience_icon04.webp);
}
.p-fv-experience__list:nth-of-type(4) .p-fv-experience__link .arrow::before {
  border-color: transparent transparent transparent #E6A721;
}
.p-fv-experience__list:nth-of-type(5) .p-fv-experience__link {
  background: #AB93C3;
}
.p-fv-experience__list:nth-of-type(5) .p-fv-experience__link .title::before {
  background-image: url(../imgs/pc/experience_icon05.webp);
}
.p-fv-experience__list:nth-of-type(5) .p-fv-experience__link .arrow::before {
  border-color: transparent transparent transparent #AB93C3;
}
.p-fv-experience__list:nth-of-type(6) .p-fv-experience__link {
  background: #3FB995;
}
.p-fv-experience__list:nth-of-type(6) .p-fv-experience__link .title::before {
  background-image: url(../imgs/pc/experience_icon06.webp);
}
.p-fv-experience__list:nth-of-type(6) .p-fv-experience__link .arrow::before {
  border-color: transparent transparent transparent #3FB995;
}

.p-fv-event {
  position: relative;
  width: 100%;
  background: #0EA7FF;
  overflow: hidden;
}

.p-fv-event__item {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0;
  width: 100%;
}

.p-fv-event__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.875rem 0.625rem 6.25rem 0.625rem;
}

.p-fv-event__title {
  position: relative;
  left: -0.5rem;
  width: 100%;
  max-width: 16.25rem;
  margin: 0 auto;
}

.p-fv-event__wrapper {
  position: relative;
  margin-top: 1.75rem;
}

.p-fv-eventSlider {
  position: relative;
}
.p-fv-eventSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 22.125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 2.9375rem;
  height: 2.9375rem;
  background-image: url(../imgs/pc/arrow_icon_pink.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-eventSlider .slick-arrow.slick-prev {
  left: -0.1875rem;
}
.p-fv-eventSlider .slick-arrow.slick-next {
  right: -0.1875rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-fv-eventSlider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.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;
  gap: 0.8125rem;
  font-size: 0;
}
.p-fv-eventSlider .slick-dots li {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.p-fv-eventSlider .slick-dots li.slick-active {
  background: #fff;
}

.p-fv-eventSlider__box {
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  margin: 0 0.625rem;
}

.p-fv-eventSlider__img {
  width: 100%;
  padding-right: 0.375rem;
}

.p-fv-eventSlider__group {
  width: 100%;
  padding: 1.875rem 0.75rem 1.25rem 0.75rem;
}

.p-fv-eventSlider__title {
  color: #FF8D2F;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.p-fv-eventSlider__title span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.p-fv-eventSlider__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 0.875rem;
}

.p-fv-eventSlider__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: 100%;
  max-width: 8.9375rem;
  height: 2.3125rem;
  margin-top: 0.625rem;
  margin-left: auto;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  background: #FF8D2F;
  border: 0.125rem solid #FF8D2F;
  border-radius: 5rem;
}
.p-fv-eventSlider__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fv-eventSlider__link:hover {
    color: #FF8D2F;
    border-radius: 5rem;
    background: #fff;
  }
  .p-fv-eventSlider__link:hover::before {
    border-color: transparent transparent transparent #FF8D2F;
  }
}

.p-fv-eventSlider__lists {
  margin-top: 0.625rem;
  padding-left: 1.25rem;
}

.p-fv-eventSlider__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  list-style: disc;
}

.p-fv-event__button {
  margin: 3.625rem auto 0 auto;
}

.p-fv-flow {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #FC85B2;
  border-radius: 1.875rem 1.875rem 0 0;
  margin-top: -3.75rem;
  overflow: hidden;
}

.p-fv-flow__item {
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
}

.p-fv-flow__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 3.5625rem 1.25rem 2.5rem 1.25rem;
}

.p-fv-flow__title {
  position: relative;
  left: 0.375rem;
  width: 100%;
  max-width: 21.4375rem;
  margin: 0 auto;
}

.p-fv-flow__comment {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}

.p-fv-flow__wrapper {
  position: relative;
  margin-top: 1.875rem;
}

.p-fv-flowSlider {
  position: relative;
}
.p-fv-flowSlider .slider .slick-slide {
  height: auto !important;
}
.p-fv-flowSlider .slick-list {
  overflow: visible !important;
}
.p-fv-flowSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 11.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 2.9375rem;
  height: 2.9375rem;
  background-image: url(../imgs/pc/arrow_icon_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-flowSlider .slick-arrow.slick-prev {
  display: none !important;
}
.p-fv-flowSlider .slick-arrow.slick-next {
  right: -0.25rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-fv-flowSlider .slick-dots {
  display: none !important;
}

.p-fv-flowSlider__box {
  position: relative;
  width: 100%;
  min-height: 26.75rem;
  background: #fff;
  border-radius: 1.25rem;
  margin-right: 1.25rem;
  overflow: hidden;
}

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

.p-fv-flowSlider__group {
  width: 100%;
  padding: 0.75rem 0.8125rem;
}
@media screen and (max-width: 500px) {
  .p-fv-flowSlider__group {
    min-height: 9.5625rem;
  }
}

.p-fv-flowSlider__img {
  width: 100%;
  margin-top: 0.6875rem;
  padding: 0rem 0.8125rem;
}

.p-fv-flowSlider__text {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
}

.p-fv-flowSlider__comment {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.25rem;
}

.p-fv-flowSlider__item {
  position: absolute;
  right: 0.75rem;
  bottom: 0rem;
  width: 100%;
  max-width: 14.0625rem;
}

.p-fv-flowSlider__item02 {
  position: absolute;
  right: 0.125rem;
  bottom: 0.0625rem;
  width: 100%;
  max-width: 18.875rem;
}

.p-fv-flow__button {
  margin: 1.875rem auto 0 auto;
}

.p-fv-information {
  position: relative;
  width: 100%;
  background: #3FB995;
  overflow: hidden;
}

.p-fv-information__item {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0;
  width: 100%;
}

.p-fv-information__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}

.p-fv-information__title {
  width: 100%;
  max-width: 18.4375rem;
  margin: 0 auto;
}

.p-fv-information__wrapper {
  position: relative;
  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;
  margin-top: 1.625rem;
}

.p-fv-information__box {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem 0.8125rem;
}
.p-fv-information__box.min {
  padding: 1.25rem 0.8125rem;
}

.p-fv-information__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.p-fv-information__text.center {
  text-align: center;
}

.p-fv-information__band {
  color: #FF8D2F;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border: 0.125rem solid #FF8D2F;
  padding: 0.4375rem 0;
  margin: 0.625rem 0;
}

.p-fv-information__button {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 16.25rem;
  height: 3.625rem;
  margin: 1.25rem auto 0 auto;
  border-radius: 5rem;
  background: #FF8D2F;
  border: 0.25rem solid #FF8D2F;
  overflow: hidden;
}
.p-fv-information__button a {
  position: relative;
  width: 100%;
  height: 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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.p-fv-information__button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/arrow_icon_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-fv-information__button:hover {
    background: #fff;
  }
  .p-fv-information__button:hover a {
    color: #FF8D2F;
  }
}

.p-fv-information__subTitle {
  color: #FF8D2F;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
}

.p-fv-information__comment {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-fv-information__group {
  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;
  padding: 1.25rem 0.9375rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background: #FF8D2F;
  margin-top: 0.625rem;
}
@media screen and (max-width: 500px) {
  .p-fv-information__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.125rem;
  }
}

.p-fv-information__name {
  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.5rem;
  height: 1.75rem;
  color: #FF8D2F;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  background: #fff;
  border-radius: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv-information__list {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
}

.p-fv-information__textimg {
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 4.6875rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.375rem;
}

.p-fv-information__snsBox {
  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.5625rem;
}

.p-fv-information__sns {
  width: 100%;
  max-width: 3.375rem;
}

.p-fv-information__line {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv-information__line:hover {
    opacity: 0.7;
  }
}

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

.p-fv-informationCard__title {
  width: 100%;
  max-width: 9.875rem;
  margin: 0 auto;
}

.p-fv-informationCard__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.875rem;
  margin-top: 1rem;
}

.p-fv-informationCard__list {
  width: 100%;
  max-width: 3.375rem;
}

.p-fv-informationCard__link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv-informationCard__link:hover {
    opacity: 0.7;
  }
}

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

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */