@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 screen and (max-width: 767px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #242424;
  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;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  width: 100%;
  padding: 0.8125rem 0.9375rem 0.4375rem 0.9375rem;
}

.l-header__logo a {
  display: block;
  width: 13.3125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

.l-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 24.6875rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #2E2E2E;
}
@media screen and (max-width: 767px) {
  .l-content {
    max-width: 100%;
    border: none;
  }
}

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

.l-footer {
  width: 100%;
  background: #242424;
  padding: 1.875rem 0.9375rem 2.375rem 0.9375rem;
}

.l-footer__inner {
  width: 100%;
  padding: 1.875rem 1.625rem 1.25rem 1.625rem;
  border-radius: 1.25rem;
  background: #fff;
}

.l-footer__logo {
  display: block;
  width: 13.3125rem;
  margin: 0 auto;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__address {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding-left: 1rem;
  margin-top: 1.25rem;
}

.l-footer__img {
  width: 100%;
  margin-top: 1.25rem;
}

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

.l-footer__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4375rem;
  margin-top: 1.875rem;
}

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

.c-button {
  position: relative;
  top: 0rem;
  z-index: 1;
  width: 100%;
  height: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8D2F;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1.875rem;
  background: #fff;
  border: 2px solid #FF8D2F;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.3125rem 0 #FF8D2F;
          box-shadow: 0 0.3125rem 0 #FF8D2F;
}
.c-button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 5.5rem;
  height: 2.9375rem;
  background: #FF8D2F;
  border-radius: 5rem;
}
.c-button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.1875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.4375rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    top: 0.3125rem;
    -webkit-box-shadow: 0 0rem 0 #FF8D2F;
            box-shadow: 0 0rem 0 #FF8D2F;
  }
  .c-button:hover span::after {
    left: calc(50% + 0.8125rem);
  }
}

.c-nav {
  position: fixed;
  z-index: 1;
  top: 3.125vw;
  left: calc(50% - 31.8055555556vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 30.0694444444vw;
}
@media screen and (max-width: 1260px) {
  .c-nav {
    left: calc(50% - 32.6388888889vw);
  }
}
@media screen and (max-width: 1180px) {
  .c-nav {
    left: calc(50% - 33.3333333333vw);
  }
}
@media screen and (max-width: 1100px) {
  .c-nav {
    display: none;
  }
}

.c-nav__logo {
  display: block;
  width: 100%;
  padding: 0.9027777778vw 1.25vw;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 1.3888888889vw;
}
.c-nav__logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-nav__logo:hover img {
    opacity: 0.7;
  }
}

.c-nav__box {
  width: 100%;
  padding: 4.1666666667vw 0rem 1.8055555556vw 0rem;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 1.3888888889vw;
  margin-top: 0.6944444444vw;
}

.c-nav__title {
  position: relative;
  z-index: 1;
  font-size: 2.0833333333vw;
  line-height: 0.6666666667;
  font-weight: 800;
  text-align: center;
}
.c-nav__title::before {
  content: "Contents";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.875rem;
  left: calc(50% - 0.5555555556vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.5019607843);
  font-size: 3.4722222222vw;
  line-height: 0.8;
}

.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: 2.2916666667vw;
  padding-left: 4.1666666667vw;
  margin-top: 3.2638888889vw;
}

.c-nav__list {
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
}

.c-nav__link {
  position: relative;
  display: inline-block;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
}
.c-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.8333333333vw;
  width: calc(100% + 2.9166666667vw);
  height: 2.5694444444vw;
  padding: 0.5555555556vw 0.8333333333vw;
  background: #0C8FCC;
  border-radius: 0.6944444444vw;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__link::after {
  content: "";
  cursor: initial;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.9166666667vw;
  width: 1.875vw;
  height: 1.5972222222vw;
  background-image: url(../imgs/pc/arrow_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__link.open {
  color: #fff;
}
.c-nav__link.open::before {
  opacity: 1;
}
.c-nav__link.open::after {
  opacity: 1;
}
.c-nav__link span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-nav__link:hover {
    color: #fff;
  }
  .c-nav__link:hover::before {
    opacity: 1;
  }
  .c-nav__link:hover::after {
    opacity: 1;
  }
}

.c-sns {
  position: fixed;
  z-index: 1;
  top: calc(50% + 4.8611111111vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% + 31.8055555556vw);
  width: 100%;
  max-width: 30.0694444444vw;
}
@media screen and (max-width: 1260px) {
  .c-sns {
    left: calc(50% + 32.6388888889vw);
  }
}
@media screen and (max-width: 1180px) {
  .c-sns {
    left: calc(50% + 33.3333333333vw);
  }
}
@media screen and (max-width: 1100px) {
  .c-sns {
    display: none;
  }
}

.c-sns__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.3888888889vw;
  padding: 2.0833333333vw 0rem 2.0833333333vw 2.7777777778vw;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 1.3888888889vw;
}

.c-sns__list {
  width: 100%;
  max-width: 21.3888888889vw;
  line-height: 1;
}

.c-sns__link {
  position: relative;
  width: 100%;
  height: 3.4722222222vw;
  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.8055555556vw;
  line-height: 1;
  font-weight: 800;
  background: #FF8D2F;
  border: 2px solid #FF8D2F;
  border-radius: 0.9027777778vw;
}
.c-sns__link::after {
  content: "";
  cursor: initial;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.6388888889vw;
  width: 1.875vw;
  height: 1.5972222222vw;
  background-image: url(../imgs/pc/arrow_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-sns__link:hover {
    color: #FF8D2F;
    background: #fff;
  }
  .c-sns__link:hover::after {
    opacity: 1;
  }
}

.c-sns__box {
  width: 100%;
  padding: 4.0277777778vw 0rem 2.0833333333vw 0rem;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 1.3888888889vw;
  margin-top: 0.6944444444vw;
}

.c-sns__title {
  position: relative;
  z-index: 1;
  font-size: 1.8055555556vw;
  line-height: 0.8461538462;
  font-weight: 800;
  text-align: center;
}
.c-sns__title::before {
  content: "SNS";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.9444444444vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.5019607843);
  font-size: 3.4722222222vw;
  line-height: 0.8;
}

.c-sns__iconLists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8055555556vw;
  margin-top: 1.1805555556vw;
}

.c-sns__iconList {
  width: 2.9166666667vw;
}

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

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

.p-fv__link {
  position: absolute;
  top: 0;
  left: 0.875rem;
  width: 11.5rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #0C8FCC;
  padding-top: 0.6875rem;
  padding-bottom: 1.125rem;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__link:hover {
    color: #0C8FCC;
    background: #fff;
    border: 1px solid #0C8FCC;
    border-top: none;
  }
}

.p-fv__group {
  position: absolute;
  right: 0.9375rem;
  bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-fv__link02 {
  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: 8.1875rem;
  min-height: 4.5rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #FF8D2F;
  padding-right: 1rem;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 1.25rem 1.25rem 0 0;
}
.p-fv__link02:nth-of-type(2) {
  padding-right: 1.25rem;
}
.p-fv__link02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4375rem;
  width: 0.625rem;
  height: 1.375rem;
  background-image: url(../imgs/pc/triangle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-fv__link02:hover {
    color: #FF8D2F;
    background: #fff;
    border: 1px solid #FF8D2F;
    border-bottom: none;
  }
  .p-fv__link02:hover::after {
    background-image: url(../imgs/pc/triangle_orange.svg);
  }
}

.p-fv-about {
  width: 100%;
  padding: 3.75rem 0.9375rem;
}

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

.p-fv-about__title {
  color: #0C8FCC;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 800;
  margin-top: 1.25rem;
}

.p-fv-about__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-top: 1.25rem;
}

.p-fv-about__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 0.625rem;
}

.p-fv-about__img02 {
  width: 55.0964187328%;
  margin-top: 1.8125rem;
}

.p-fv-about__img03 {
  width: 42.1487603306%;
}

.p-fv-plan {
  width: 100%;
  padding-bottom: 1.875rem;
  background-image: url(../imgs/pc/plan_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.p-fv-plan__text {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  padding-left: 1.6875rem;
  margin-top: 1rem;
}

.p-fv-planSlider {
  width: 100%;
  margin-top: 1.875rem;
  opacity: 0;
}
.p-fv-planSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-planSlider .slick-track {
  position: relative;
  left: 4.25rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-planSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0;
  padding-right: 1.4375rem;
  margin-top: 1.25rem;
}
.p-fv-planSlider .slick-dots li {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border-radius: 100%;
}
.p-fv-planSlider .slick-dots li.slick-active {
  background: #0C8FCC;
}

.p-fv-planSlider__img {
  width: 100%;
  margin-right: 0.9375rem;
}

.p-fv-planCard {
  width: 100%;
  max-width: calc(100% - 1.875rem);
  margin: 1.875rem auto 0 auto;
  padding: 1.25rem 0rem 1.25rem 0.375rem;
  background: #fff;
  border: 1px solid #0C8FCC;
  border-radius: 1.25rem;
}

.p-fv-planCard__title {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  text-align: center;
}

.p-fv-planCard__lists {
  margin-top: 1.25rem;
}

.p-fv-planCard__list {
  font-size: 1rem;
  line-height: 1.375;
}
.p-fv-planCard__list.pl {
  padding-left: 0.625rem;
}

.p-fv-graduates {
  width: 100%;
  padding-top: 5.5rem;
  padding-bottom: 3.75rem;
}

.p-fv-graduates__title {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-fv-graduates__title::before {
  content: "Graduates";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.2);
  font-size: 3.125rem;
  line-height: 0.8;
  letter-spacing: 0;
}

.p-fv-graduatesSlider {
  width: 100%;
  margin-top: 1.875rem;
  opacity: 0;
}
.p-fv-graduatesSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-graduatesSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-graduatesSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0;
  margin-top: 1.25rem;
}
.p-fv-graduatesSlider .slick-dots li {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border: 1px solid #242424;
  border-radius: 100%;
}
.p-fv-graduatesSlider .slick-dots li.slick-active {
  background: #0C8FCC;
}
.p-fv-graduatesSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../imgs/pc/arrow_icon_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-graduatesSlider .slick-arrow.slick-prev {
  left: 0.875rem;
}
.p-fv-graduatesSlider .slick-arrow.slick-next {
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-fv-graduatesSlider__box {
  width: 100%;
  display: block;
  border: 1px solid #0C8FCC;
  border-radius: 1.25rem;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
}

.slick-center.p-fv-graduatesSlider__box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.p-fv-graduatesSlider__group {
  padding: 1.375rem 0.25rem;
}

.p-fv-graduatesSlider__label {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.p-fv-graduatesSlider__text {
  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: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 700;
  text-align: left;
  margin-top: 0.3125rem;
}
.p-fv-graduatesSlider__text span {
  display: inline-block;
}
.p-fv-graduatesSlider__text span span {
  padding-left: 1.75rem;
}

.p-fv-work {
  width: 100%;
  padding-top: 5.5rem;
  padding-bottom: 4.0625rem;
  background-image: url(../imgs/pc/work_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-work__title {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-fv-work__title::before {
  content: "Work";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.2);
  font-size: 3.125rem;
  line-height: 0.8;
  letter-spacing: 0;
}

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

.p-fv-work__box {
  margin-top: 1.875rem;
}
.p-fv-work__box.green .p-fv-work__label {
  color: #00ACA0;
}
.p-fv-work__box.green .slick-dots li {
  border: 1px solid #00ACA0;
}
.p-fv-work__box.green .slick-dots li.slick-active {
  background: #00ACA0;
}
.p-fv-work__box.green .p-fv-workSlider__box {
  border: 1px solid #00ACA0;
}
.p-fv-work__box.green .p-fv-workSlider__title {
  color: #00ACA0;
  border-bottom: 1px solid #00ACA0;
}
.p-fv-work__box.green .slick-arrow {
  background-image: url(../imgs/pc/arrow_icon_green.svg);
}
.p-fv-work__box.purple .p-fv-work__label {
  color: #B8589D;
}
.p-fv-work__box.purple .slick-dots li {
  border: 1px solid #B8589D;
}
.p-fv-work__box.purple .slick-dots li.slick-active {
  background: #B8589D;
}
.p-fv-work__box.purple .p-fv-workSlider__box {
  border: 1px solid #B8589D;
}
.p-fv-work__box.purple .p-fv-workSlider__title {
  color: #B8589D;
  border-bottom: 1px solid #B8589D;
}
.p-fv-work__box.purple .slick-arrow {
  background-image: url(../imgs/pc/arrow_icon_purple.svg);
}
.p-fv-work__box.red .p-fv-work__label {
  color: #E73656;
}
.p-fv-work__box.red .slick-dots li {
  border: 1px solid #E73656;
}
.p-fv-work__box.red .slick-dots li.slick-active {
  background: #E73656;
}
.p-fv-work__box.red .p-fv-workSlider__box {
  border: 1px solid #E73656;
}
.p-fv-work__box.red .p-fv-workSlider__title {
  color: #E73656;
  border-bottom: 1px solid #E73656;
}
.p-fv-work__box.red .slick-arrow {
  background-image: url(../imgs/pc/arrow_icon_red.svg);
}
.p-fv-work__box.yellow .p-fv-work__label {
  color: #F7AB00;
}
.p-fv-work__box.yellow .slick-dots li {
  border: 1px solid #F7AB00;
}
.p-fv-work__box.yellow .slick-dots li.slick-active {
  background: #F7AB00;
}
.p-fv-work__box.yellow .p-fv-workSlider__box {
  border: 1px solid #F7AB00;
}
.p-fv-work__box.yellow .p-fv-workSlider__title {
  color: #F7AB00;
  border-bottom: 1px solid #F7AB00;
}
.p-fv-work__box.yellow .slick-arrow {
  background-image: url(../imgs/pc/arrow_icon_yellow.svg);
}
.p-fv-work__box.blue .p-fv-work__label {
  color: #0079C3;
}
.p-fv-work__box.blue .slick-dots li {
  border: 1px solid #0079C3;
}
.p-fv-work__box.blue .slick-dots li.slick-active {
  background: #0079C3;
}
.p-fv-work__box.blue .p-fv-workSlider__box {
  border: 1px solid #0079C3;
}
.p-fv-work__box.blue .p-fv-workSlider__title {
  color: #0079C3;
  border-bottom: 1px solid #0079C3;
}
.p-fv-work__box.blue .slick-arrow {
  background-image: url(../imgs/pc/arrow_icon_blue.svg);
}

.p-fv-work__label {
  color: #E74291;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.p-fv-workSlider {
  margin-top: 0.625rem;
  opacity: 0;
}
.p-fv-workSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-workSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-workSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0;
  margin-top: 1.25rem;
}
.p-fv-workSlider .slick-dots li {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border: 1px solid #E74291;
  border-radius: 100%;
}
.p-fv-workSlider .slick-dots li.slick-active {
  background: #E74291;
}
.p-fv-workSlider .slick-arrow {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../imgs/pc/arrow_icon_pink.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-workSlider .slick-arrow.slick-prev {
  left: 0.875rem;
}
.p-fv-workSlider .slick-arrow.slick-next {
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-fv-workSlider__box {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #E74291;
  border-radius: 1.25rem;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
}

.slick-center.p-fv-workSlider__box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.p-fv-workSlider__group {
  padding: 0.5625rem 0.8125rem;
}

.p-fv-workSlider__title {
  color: #E74291;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #E74291;
}

.p-fv-workSlider__text {
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  margin-top: 0.25rem;
}

.p-fv-work__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4375rem;
  padding: 0 0.9375rem;
  margin-top: 1.875rem;
}

.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: -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;
  gap: 0.9375rem;
  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-corse {
  width: 100%;
  padding: 5.5rem 0.9375rem 3.75rem 0.9375rem;
  background-image: url(../imgs/pc/corse_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-corse__title {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-fv-corse__title::before {
  content: "Corse";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.2);
  font-size: 3.125rem;
  line-height: 0.8;
  letter-spacing: 0;
}

.p-fv-corse__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.875rem;
}

.p-fv-corse__box {
  cursor: pointer;
  position: relative;
  width: 100%;
  min-height: 10.25rem;
  padding: 1.25rem 0.75rem 0rem 0.75rem;
  background-image: url(../imgs/pc/corse_bg01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  border-radius: 1.25rem 1.25rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-corse__box:hover {
  opacity: 0.7;
}
.p-fv-corse__box:nth-of-type(2) {
  background-image: url(../imgs/pc/corse_bg02.webp);
}
.p-fv-corse__box:nth-of-type(2) .p-fv-corse__button {
  background: #00ACA0;
}
.p-fv-corse__box:nth-of-type(3) {
  background-image: url(../imgs/pc/corse_bg03.webp);
}
.p-fv-corse__box:nth-of-type(3) .p-fv-corse__button {
  background: #B8589D;
}
.p-fv-corse__box:nth-of-type(4) {
  background-image: url(../imgs/pc/corse_bg04.webp);
}
.p-fv-corse__box:nth-of-type(4) .p-fv-corse__button {
  background: #E73656;
}
.p-fv-corse__box:nth-of-type(5) {
  background-image: url(../imgs/pc/corse_bg05.webp);
}
.p-fv-corse__box:nth-of-type(5) .p-fv-corse__button {
  background: #F7AB00;
}
.p-fv-corse__box:nth-of-type(6) {
  background-image: url(../imgs/pc/corse_bg06.webp);
}
.p-fv-corse__box:nth-of-type(6) .p-fv-corse__button {
  background: #0079C3;
}

.p-fv-corse__label {
  min-height: 2.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;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 800;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #fff;
}

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

.p-fv-corse__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  width: 100%;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding-left: 1.4375rem;
  background: #E74291;
  border-radius: 0 0 1.25rem 1.25rem;
}
.p-fv-corse__button span {
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
}
.p-fv-corse__button span::before, .p-fv-corse__button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.125rem;
  background: #fff;
}
.p-fv-corse__button span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-fv-style {
  width: 100%;
  padding: 5.5rem 0.9375rem 6.75rem 0.9375rem;
  background-image: url(../imgs/pc/style_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-fv-style__title {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-fv-style__title::before {
  content: "Style";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(12, 143, 204, 0.2);
  font-size: 3.125rem;
  line-height: 0.8;
  letter-spacing: 0;
}

.p-fv-style__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.p-fv-style__column {
  width: 100%;
}
.p-fv-style__column:nth-of-type(2) .p-fv-style__img {
  padding-left: 0rem;
  padding-right: 1.5625rem;
}
.p-fv-style__column:nth-of-type(2) .p-fv-style__box {
  height: 8.8125rem;
  background-image: url(../imgs/pc/style_bgitem02.webp);
}
.p-fv-style__column:nth-of-type(2) .p-fv-style__label {
  margin-left: auto;
  margin-right: 1rem;
}
.p-fv-style__column:nth-of-type(2) .p-fv-style__text {
  padding-left: 1.125rem;
  padding-right: 2.625rem;
}

.p-fv-style__img {
  width: 100%;
  padding-left: 1.5625rem;
}

.p-fv-style__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 22.6875rem;
  height: 10.1875rem;
  margin: -2.5rem auto 0 auto;
  background-image: url(../imgs/pc/style_bgitem.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.9375rem;
}

.p-fv-style__label {
  color: #0C8FCC;
  width: 8.8125rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  margin-left: 1rem;
}

.p-fv-style__text {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 1.25rem;
  padding-left: 2.625rem;
  padding-right: 1.125rem;
}

.p-fv-style__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4375rem;
  margin-top: 1.875rem;
}

.p-fv-sns {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  background: #0C8FCC;
}

.p-fv-sns__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  text-align: center;
}

.p-fv-sns__box {
  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.625rem;
  margin-top: 0.625rem;
}

.p-fv-sns__link {
  width: 2.625rem;
}
.p-fv-sns__link:hover {
  opacity: 0.7;
}

.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-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: 767px) {
  .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;
  }
}

.p-fv-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 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;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-fv-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-fv-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.p-fv-modal__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 11.0625rem;
  max-height: 90vh;
  margin: auto;
  border-radius: 1.25rem;
  overflow: hidden;
  overflow-y: auto;
}

.p-fv-modal__close {
  cursor: pointer;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
}

.p-fv-modal__head {
  position: relative;
  width: 100%;
  min-height: 10.25rem;
  padding: 1.25rem 0.75rem 0rem 0.75rem;
  background-image: url(../imgs/pc/corse_bg01.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-modal__title {
  min-height: 2.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;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 800;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #fff;
}

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

.p-fv-modal__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: 0.625rem;
  padding: 0.625rem;
  background: #E74291;
}

.p-fv-modal__box {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
}

.p-fv-modal__label {
  color: #E74291;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
.p-fv-modal__label.min {
  font-size: 0.875rem;
  line-height: 2;
}

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

.p-fv-modal__exp {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.625rem 0.5rem;
}

.p-fv-modal.green .p-fv-modal__head {
  background-image: url(../imgs/pc/corse_bg02.webp);
}
.p-fv-modal.green .p-fv-modal__wrapper {
  background: #00ACA0;
}
.p-fv-modal.green .p-fv-modal__label {
  color: #00ACA0;
}
.p-fv-modal.purple .p-fv-modal__head {
  background-image: url(../imgs/pc/corse_bg03.webp);
}
.p-fv-modal.purple .p-fv-modal__wrapper {
  background: #B8589D;
}
.p-fv-modal.purple .p-fv-modal__label {
  color: #B8589D;
}
.p-fv-modal.red .p-fv-modal__head {
  background-image: url(../imgs/pc/corse_bg04.webp);
}
.p-fv-modal.red .p-fv-modal__wrapper {
  background: #E73656;
}
.p-fv-modal.yellow .p-fv-modal__head {
  background-image: url(../imgs/pc/corse_bg05.webp);
}
.p-fv-modal.yellow .p-fv-modal__wrapper {
  background: #F7AB00;
}
.p-fv-modal.blue .p-fv-modal__head {
  background-image: url(../imgs/pc/corse_bg06.webp);
}
.p-fv-modal.blue .p-fv-modal__wrapper {
  background: #0079C3;
}

@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 */