@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: "Noto Sans JP", sans-serif;
  color: #000000;
  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;
}
@media screen and (max-width: 767px) {
  body {
    background: none;
  }
}

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%;
  min-height: 2.625rem;
  background: #000000;
}

.l-header__logo a {
  display: block;
  width: 17.75rem;
  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.5625rem;
  margin: 0 auto;
  background: #fff;
  contain: paint;
}
@media screen and (max-width: 767px) {
  .l-content {
    max-width: 100%;
  }
}

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

.l-footer {
  width: 100%;
  background: #000;
  padding: 3.625rem 1.125rem 2.375rem 1.125rem;
}

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

.l-footer__address {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 4.0625rem;
}
.l-footer__address a {
  text-decoration: underline;
}

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

.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;
  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: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1.6875rem;
  background: #000000;
  border: 0.1875rem solid #000000;
  border-radius: 1.25rem;
}
.c-button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4375rem;
  width: 5.5rem;
  height: 2.9375rem;
  background: #fff;
  border: 0.1875rem solid #fff;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/arrow_black.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 {
    color: #000;
    background: #fff;
  }
  .c-button:hover span {
    border: 0.1875rem solid #000;
  }
  .c-button:hover span::after {
    right: 1.1875rem;
  }
}

.c-nav-logo {
  position: fixed;
  z-index: 1;
  top: 8.3333333333vw;
  left: 0;
  display: block;
  width: 35.625vw;
  background: #171010;
}
@media screen and (max-width: 1100px) {
  .c-nav-logo {
    display: none;
  }
}
.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 {
  position: fixed;
  z-index: 1;
  top: 19.6527777778vw;
  left: calc(50% - 27.3611111111vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 30.0694444444vw;
}
@media screen and (max-width: 1100px) {
  .c-nav {
    display: none;
  }
}

.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: 0.8333333333vw;
}

.c-nav__list {
  width: 20.5555555556vw;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(129.74deg, rgba(255, 255, 255, 0.9) 0.91%, rgba(255, 255, 255, 0.7) 100%);
}

.c-nav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
  padding: 0.4861111111vw;
  border: 0.2083333333vw solid #fff;
}
.c-nav__link::after {
  content: "";
  cursor: initial;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.5vw;
  width: 1.5277777778vw;
  height: 1.8055555556vw;
  background-image: url(../imgs/pc/nav_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__link.open {
  background: #fff;
}
.c-nav__link.open::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-nav__link:hover {
    background: #fff;
  }
  .c-nav__link:hover::after {
    opacity: 1;
  }
}

.c-sns {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(50% + 32.2222222222vw);
  width: 100%;
  max-width: 30.0694444444vw;
}
@media screen and (max-width: 1240px) {
  .c-sns {
    left: calc(50% + 33.3333333333vw);
  }
}
@media screen and (max-width: 1130px) {
  .c-sns {
    left: calc(50% + 34.0277777778vw);
  }
}
@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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.1111111111vw;
  padding-left: 3.4722222222vw;
}

.c-sns__list {
  width: 26.5277777778vw;
  font-size: 1.7361111111vw;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(129.74deg, rgba(255, 255, 255, 0.9) 0.91%, rgba(255, 255, 255, 0.7) 100%);
}

.c-sns__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.7361111111vw;
  line-height: 1.04;
  font-weight: 700;
  padding: 0.6944444444vw;
  border: 0.2083333333vw solid #fff;
}
.c-sns__link::after {
  content: "";
  cursor: initial;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.5vw;
  width: 1.5277777778vw;
  height: 1.8055555556vw;
  background-image: url(../imgs/pc/nav_arrow.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 {
    background: #fff;
  }
  .c-sns__link:hover::after {
    opacity: 1;
  }
}

.c-sns__box {
  width: 100%;
  padding-top: 3.75vw;
  padding-bottom: 1.8055555556vw;
  background: linear-gradient(129.74deg, rgba(255, 255, 255, 0.9) 0.91%, rgba(255, 255, 255, 0.7) 100%);
  border: 0.2777777778vw solid #fff;
  margin-top: 2.0833333333vw;
}

.c-sns__title {
  position: relative;
  z-index: 1;
  font-family: "LINE Seed JP", sans-serif;
  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(182, 0, 0, 0.2);
  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;
  }
}

.c-sns-text {
  position: fixed;
  right: 0.4166666667vw;
  bottom: 0.3472222222vw;
  color: #fff;
  font-size: 7.2222222222vw;
  line-height: 1;
  font-weight: 700;
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .c-sns-text {
    font-size: 6.5972222222vw;
  }
}
@media screen and (max-width: 1100px) {
  .c-sns-text {
    display: none;
  }
}

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

.p-fv-about {
  width: 100%;
  padding: 3.25rem 0rem 3.75rem 0rem;
  border: 0.9375rem solid #000000;
}

.p-fv-about__title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.p-fv-about__title span {
  display: block;
  font-size: 3.125rem;
  line-height: 0.92;
}

.p-fv-about__band {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

.p-fv-about__box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 2.125rem;
}

.p-fv-about__text {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 0.9375rem;
}
.p-fv-about__text span {
  display: inline-block;
  background: #fff;
  padding: 0.125rem;
  margin-top: 0.3125rem;
}
.p-fv-about__text span:first-of-type {
  margin-top: 0rem;
}

.p-fv-about__img {
  width: 100%;
  max-width: 14.875rem;
  margin-top: -8.75rem;
  margin-left: auto;
}

.p-fv-about__label {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}
.p-fv-about__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.p-fv-about__label span::before, .p-fv-about__label span::after {
  content: "";
  display: block;
  position: relative;
  width: 2.625rem;
  min-width: 2.625rem;
  height: 0.125rem;
  background: #000000;
}

.p-fv-about__box02 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1.875rem;
}

.p-fv-about__text02 {
  position: absolute;
  top: 3.3125rem;
  right: 0.875rem;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.p-fv-about__text02 span {
  display: inline-block;
  background: #fff;
  padding: 0.125rem;
  margin-top: 0.3125rem;
}
.p-fv-about__text02 span:first-of-type {
  margin-top: 0rem;
}

.p-fv-about__img02 {
  width: 100%;
  max-width: 10.625rem;
}

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

.p-fv-about__box03 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1.3125rem;
}

.p-fv-about__text03 {
  position: absolute;
  top: 3.5625rem;
  left: 0.9375rem;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.p-fv-about__text03 span {
  display: inline-block;
  background: #fff;
  padding: 0.125rem;
  margin-top: 0.3125rem;
}
.p-fv-about__text03 span:first-of-type {
  margin-top: 0rem;
}

.p-fv-about__img03 {
  width: 100%;
  max-width: 10.625rem;
  margin-left: auto;
}

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

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

.p-fv-point {
  width: 100%;
  padding: 2.8125rem 0rem 3.75rem 0rem;
  border: 0.9375rem solid #B60000;
}

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

.p-fv-point__label {
  width: 100%;
  margin-top: 1.25rem;
}

.p-fv-point__card {
  width: 100%;
  max-width: 21.75rem;
  margin: 1.875rem 0 0rem auto;
}

.p-fv-point__card02 {
  width: 100%;
  max-width: 22rem;
  margin: -1.0625rem auto 0rem 0;
}

.p-fv-point__card03 {
  width: 100%;
  max-width: 22.0625rem;
  margin: -1rem 0 0rem auto;
}

.p-fv-point__label02 {
  width: 100%;
  margin-top: 1.875rem;
}

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

.p-fv-point__label03 {
  width: 100%;
  margin-top: 1.875rem;
}

.p-fv-flow {
  width: 100%;
  padding: 1.875rem 0.9375rem;
}

.p-fv-flow__title {
  color: #B60000;
  font-size: 1.125rem;
  line-height: 1.0555555556;
  font-weight: 700;
  text-align: center;
}

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

.p-fv-flow__box {
  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;
}

.p-fv-flow__img {
  width: 42.9429429429%;
}

.p-fv-flow__text {
  width: 54.6546546547%;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 700;
}

.p-fv-flowSlider {
  position: relative;
  left: -0.9375rem;
  width: calc(100% + 1.875rem);
  z-index: 2;
  opacity: 0;
}
.p-fv-flowSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-flowSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-flowSlider .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-flowSlider .slick-dots li {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
}
.p-fv-flowSlider .slick-dots li.slick-active {
  background: #000000;
}
.p-fv-flowSlider .slick-list {
  margin: 0 -0.3125rem;
}
.p-fv-flowSlider .slick-slide {
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.p-fv-course {
  width: 100%;
  padding: 3.75rem 0rem;
  border: 0.9375rem solid #000;
}

.p-fv-course__title {
  font-size: 1.5625rem;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
}
.p-fv-course__title::before {
  content: "";
  display: block;
  position: relative;
  width: 7rem;
  height: 1.5rem;
  margin: 0 auto 0.9375rem auto;
  background-image: url(../imgs/pc/courses.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-course__box {
  width: 100%;
  margin-top: 1.875rem;
}
.p-fv-course__box.blue .p-fv-course__text {
  color: #2D6873;
}
.p-fv-course__box.blue .p-fv-course__text::before {
  background: -webkit-gradient(linear, right top, left top, from(#2D6773), to(#1E3C6B));
  background: linear-gradient(-90deg, #2D6773 0%, #1E3C6B 100%);
}
.p-fv-course__box.blue .p-fv-course__text::after {
  background: -webkit-gradient(linear, left top, right top, from(#2D6773), to(#1E3C6B));
  background: linear-gradient(90deg, #2D6773 0%, #1E3C6B 100%);
}
.p-fv-course__box.blue .p-fv-course__lists {
  padding: 0 0.8125rem;
}
.p-fv-course__box.blue .p-fv-course__list {
  background: -webkit-gradient(linear, left top, right top, from(#2D6773), to(#1E3C6B));
  background: linear-gradient(90deg, #2D6773 0%, #1E3C6B 100%);
}
.p-fv-course__box.purple .p-fv-course__text {
  color: #A31A7F;
}
.p-fv-course__box.purple .p-fv-course__text::before {
  background: -webkit-gradient(linear, right top, left top, from(#981D7D), to(#453076));
  background: linear-gradient(-90deg, #981D7D 0%, #453076 100%);
}
.p-fv-course__box.purple .p-fv-course__text::after {
  background: -webkit-gradient(linear, left top, right top, from(#981D7D), to(#453076));
  background: linear-gradient(90deg, #981D7D 0%, #453076 100%);
}
.p-fv-course__box.purple .p-fv-course__lists {
  padding: 0 1.1875rem;
}
.p-fv-course__box.purple .p-fv-course__list {
  background: -webkit-gradient(linear, left top, right top, from(#981D7D), to(#453076));
  background: linear-gradient(90deg, #981D7D 0%, #453076 100%);
}
.p-fv-course__box.green .p-fv-course__text {
  color: #33732D;
}
.p-fv-course__box.green .p-fv-course__text::before {
  background: -webkit-gradient(linear, right top, left top, from(#30702F), to(#194A3D));
  background: linear-gradient(-90deg, #30702F 0%, #194A3D 100%);
}
.p-fv-course__box.green .p-fv-course__text::after {
  background: -webkit-gradient(linear, left top, right top, from(#30702F), to(#194A3D));
  background: linear-gradient(90deg, #30702F 0%, #194A3D 100%);
}
.p-fv-course__box.green .p-fv-course__lists {
  padding: 0 1.1875rem;
}
.p-fv-course__box.green .p-fv-course__list {
  background: -webkit-gradient(linear, left top, right top, from(#30702F), to(#194A3D));
  background: linear-gradient(90deg, #30702F 0%, #194A3D 100%);
}
.p-fv-course__box.red .p-fv-course__text {
  color: #AD1A30;
}
.p-fv-course__box.red .p-fv-course__text::before {
  background: -webkit-gradient(linear, right top, left top, from(#A31A31), to(#591336));
  background: linear-gradient(-90deg, #A31A31 0%, #591336 100%);
}
.p-fv-course__box.red .p-fv-course__text::after {
  background: -webkit-gradient(linear, left top, right top, from(#A31A31), to(#591336));
  background: linear-gradient(90deg, #A31A31 0%, #591336 100%);
}
.p-fv-course__box.red .p-fv-course__lists {
  padding: 0 0.5625rem;
}
.p-fv-course__box.red .p-fv-course__list {
  background: -webkit-gradient(linear, left top, right top, from(#A31A31), to(#591336));
  background: linear-gradient(90deg, #A31A31 0%, #591336 100%);
}

.p-fv-course__label {
  position: relative;
  left: -0.9375rem;
  width: calc(100% + 1.875rem);
}

.p-fv-course__text {
  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;
  color: #B06B10;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  padding: 0 0.0625rem;
  margin-top: 1.25rem;
}
.p-fv-course__text::before, .p-fv-course__text::after {
  content: "";
  display: block;
  position: relative;
  width: 7.6875rem;
  min-width: 7.6875rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#AB6811), to(#782B0A));
  background: linear-gradient(-90deg, #AB6811 0%, #782B0A 100%);
}
.p-fv-course__text::after {
  background: -webkit-gradient(linear, left top, right top, from(#AB6811), to(#782B0A));
  background: linear-gradient(90deg, #AB6811 0%, #782B0A 100%);
}

.p-fv-course__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0 1.5rem;
  margin-top: 0.9375rem;
}

.p-fv-course__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 500;
  padding: 0.3125rem 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#AB6811), to(#782B0A));
  background: linear-gradient(90deg, #AB6811 0%, #782B0A 100%);
  border-radius: 5rem;
}

.p-fv-facilities {
  width: 100%;
  margin-top: 3.75rem;
}

.p-fv-facilities__title {
  font-size: 1.5625rem;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
}
.p-fv-facilities__title::before {
  content: "";
  display: block;
  position: relative;
  width: 18.6875rem;
  height: 1.625rem;
  margin: 0 auto 0.8125rem auto;
  background-image: url(../imgs/pc/professional_facilities.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.p-fv-program {
  width: 100%;
  padding: 3.75rem 0rem 1.875rem 0rem;
  border: 0.9375rem solid #B60000;
}

.p-fv-program__title {
  font-size: 1.5625rem;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
}
.p-fv-program__title::before {
  content: "";
  display: block;
  position: relative;
  width: 18.375rem;
  height: 1.9375rem;
  margin: 0 auto 0.5rem auto;
  background-image: url(../imgs/pc/international_program.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-program__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.p-fv-program__list {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 700;
  padding: 0.21875rem 0.5625rem;
  background: #000;
}

.p-fv-program__label {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

.p-fv-programSlider {
  width: 100%;
  margin-top: 1.25rem;
  opacity: 0;
}
.p-fv-programSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-programSlider .slick-track {
  position: relative;
  left: 2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-programSlider .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-programSlider .slick-dots li {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
}
.p-fv-programSlider .slick-dots li.slick-active {
  background: #000;
}

.p-fv-programSlider__img {
  width: 100%;
  padding: 0.9375rem 0.9375rem 0rem 0.9375rem;
  background: #000;
  margin-right: 1.25rem;
}
.p-fv-programSlider__img figcaption {
  min-height: 3.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
}

.p-fv-artists {
  width: 100%;
  padding: 3.75rem 0rem;
}

.p-fv-artists__title {
  font-size: 1.5625rem;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
}
.p-fv-artists__title::before {
  content: "";
  display: block;
  position: relative;
  width: 19.125rem;
  height: 1.5625rem;
  margin: 0 auto 0.9375rem auto;
  background-image: url(../imgs/pc/notable_alumni_artists.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-artistsSlider {
  width: 100%;
  margin-top: 1.875rem;
  opacity: 0;
}
.p-fv-artistsSlider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-fv-artistsSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-artistsSlider .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_red.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
.p-fv-artistsSlider .slick-arrow.slick-prev {
  left: 0.875rem;
}
.p-fv-artistsSlider .slick-arrow.slick-next {
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-fv-artistsSlider__box {
  width: 100%;
  display: block;
  padding: 1.5625rem 0.9375rem 0.625rem 0.9375rem;
  background: #000;
  margin: 0 0.625rem;
  overflow: hidden;
}

.p-fv-artistsSlider__img {
  width: 100%;
  padding: 0 0.625rem;
}

.p-fv-artistsSlider__label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
  margin-top: 0.9375rem;
}

.p-fv-artistsSlider__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;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 700;
  text-align: left;
  margin-top: 0.0625rem;
}
.p-fv-artistsSlider__text.center {
  text-align: center;
}
.p-fv-artistsSlider__text span {
  display: inline-block;
}

.p-fv-support {
  width: 100%;
  padding: 3.75rem 0rem;
  border: 0.9375rem solid #B60000;
  border-bottom: none;
}

.p-fv-support__title {
  font-size: 1.5625rem;
  line-height: 1.04;
  font-weight: 700;
  text-align: center;
}
.p-fv-support__title::before {
  content: "";
  display: block;
  position: relative;
  width: 12.1875rem;
  height: 1.9375rem;
  margin: 0 auto 0.5rem auto;
  background-image: url(../imgs/pc/debut_support.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-support__band {
  position: relative;
  left: -0.625rem;
  width: 24.0625rem;
  margin-top: 0.625rem;
}

.p-fv-support__label {
  width: 100%;
  margin-top: -1.25rem;
}

.p-fv-support__text {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding: 0.9375rem 0.9375rem 3.125rem 0.9375rem;
}

.p-fv-support__point {
  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;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  padding: 0 0.625rem;
  margin-top: 0.9375rem;
}
.p-fv-support__point::before, .p-fv-support__point::after {
  content: "";
  display: block;
  position: relative;
  width: 6.0625rem;
  min-width: 6.0625rem;
  height: 0.125rem;
  background: #B60000;
}

.p-fv-support__name {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.p-fv-support__name span {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}
.p-fv-support__name.left {
  position: relative;
  min-width: 8.625rem;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: left;
  padding-left: 0.5rem;
}
.p-fv-support__name.left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.125rem;
  height: 3.5625rem;
  background: #B60000;
}
.p-fv-support__name.left span {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.p-fv-support__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 0 1.0625rem;
}

.p-fv-supportMenu {
  width: 100%;
  padding: 0 0.9375rem;
  margin-top: 0.625rem;
}

.p-fv-supportMenu__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}

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

.p-fv-supportMenu__label {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 700;
  margin-top: 1.25rem;
}
.p-fv-supportMenu__label.mt0 {
  margin-top: 0rem;
}

.p-fv-supportMenu__text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.625rem;
}

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

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

.p-fv-supportMenu__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.p-fv-supportMenu__group {
  width: 11.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv-supportCard {
  width: 100%;
  max-width: calc(100% - 1.875rem);
  margin: 1.25rem auto 0 auto;
  padding: 1.0625rem 0rem;
  background: #fff;
  border: 0.1875rem solid #000;
  border-radius: 1.25rem;
}

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

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

.p-fv-supportCard__list {
  font-size: 1rem;
  line-height: 1.375;
}
.p-fv-supportCard__list.pl {
  padding-left: 0.625rem;
}
.p-fv-supportCard__list span {
  display: inline-block;
  padding-left: 3rem;
}

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

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

.p-fv-sns__title {
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  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;
}

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