@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

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

a {
  display: inline-block;
}

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

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

.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 1.25rem;
  }
}

.l-header__logo {
  width: 18.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 14.6875rem;
    margin-top: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  width: 100%;
  max-width: 23.75rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__button {
  position: relative;
  width: 10.75rem;
  height: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #56A3DB;
  border: 1px solid #56A3DB;
  border-radius: 5rem;
}
.l-header__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-weight: 700;
  padding-left: 2.5rem;
}
.l-header__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.4375rem;
  height: 0.4375rem;
}
.l-header__button span::before, .l-header__button span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__button span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.l-header__button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .l-header__button:hover {
    background: #fff;
  }
  .l-header__button:hover a {
    color: #56A3DB;
  }
  .l-header__button:hover span {
    color: #56A3DB;
  }
}
.l-header__button.yellow {
  width: 12.0625rem;
  background: #FEF200;
  border: 1px solid #FEF200;
}
.l-header__button.yellow a {
  color: #000000;
  padding-left: 1.4375rem;
}
.l-header__button.yellow span {
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-header__button.yellow:hover {
    background: #fff;
  }
}

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

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

.l-inner__item01 {
  position: absolute;
  z-index: -1;
  width: 12.75rem;
  top: 2.75rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item01 {
    top: 19.875rem;
    width: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item01.poziAbout {
    top: 13.75rem;
  }
}

.l-inner__item02 {
  position: absolute;
  z-index: -1;
  top: -20.9375rem;
  right: 0rem;
  width: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item02 {
    top: 1.875rem;
    width: 5.3125rem;
  }
}

.l-inner__item03 {
  position: absolute;
  z-index: -1;
  top: 48.125rem;
  left: 0rem;
  width: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item03 {
    top: 19.875rem;
    width: 4.8125rem;
  }
}

.l-inner__item04 {
  position: absolute;
  z-index: -1;
  top: 55.625rem;
  right: 0rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item04 {
    top: 1.875rem;
    width: 5.3125rem;
  }
}

.l-inner__item05 {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 0rem;
  width: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item05 {
    top: 7.5rem;
    width: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item05.poziSp {
    top: 8.125rem;
  }
}

.l-inner__item06 {
  position: absolute;
  z-index: -1;
  top: -9.375rem;
  right: 0rem;
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item06 {
    top: 3.125rem;
    width: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item06.poziSp {
    top: 1.875rem;
  }
}

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

.l-footer__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 2.6875rem;
  padding-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 1.75rem 1.25rem 4.6875rem 1.25rem;
  }
}

.l-footer__name {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-footer__address {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.l-footer__tel {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.8125rem;
}
.l-footer__tel span {
  font-size: 1.25rem;
  font-weight: 900;
}

.l-footer__small {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  border-top: 1px solid #FFFFFF;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.625rem;
  }
}

.c-title {
  position: relative;
  font-size: 2.75rem;
  line-height: 1.4545454545;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.75rem;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 767px) {
  .c-title.minSp {
    font-size: 1.5rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 6.25rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#07BEFE), to(#8FFEFF));
  background: linear-gradient(90deg, #07BEFE, #8FFEFF);
  margin: 1.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    width: 4.6875rem;
    height: 0.25rem;
    margin: 0.9375rem auto 0 auto;
  }
}

.c-float {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-float__link {
  width: 100%;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #56A3DB;
}
@media screen and (min-width: 768px) {
  .c-float__link:hover {
    color: #56A3DB;
    background: #fff;
  }
}
.c-float__link.yellow {
  color: #000;
  font-size: 0.875rem;
  background: #FEF200;
}
@media screen and (min-width: 768px) {
  .c-float__link.yellow:hover {
    background: #fff;
  }
}

.p-fv {
  width: 100%;
  height: 42.5rem;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(../imgs/sp/fv_bg.webp);
    padding: 6.0625rem 1.25rem 0 1.25rem;
  }
}

.p-fv__band {
  width: 100%;
  max-width: 19.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    max-width: 15.625rem;
  }
}

.p-fv__img {
  width: 100%;
  max-width: 47.5rem;
  margin: 11.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    max-width: 23.75rem;
    margin: 12.625rem auto 0 auto;
  }
}

.p-fvEnroll {
  position: relative;
  background-image: url(../imgs/pc/enroll_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll {
    background-image: url(../imgs/sp/enroll_bg.webp);
  }
}
.p-fvEnroll::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 190, 254, 0.6)), to(rgba(87, 236, 241, 0.6)));
  background: linear-gradient(90deg, rgba(7, 190, 254, 0.6), rgba(87, 236, 241, 0.6));
}
@media screen and (max-width: 767px) {
  .p-fvEnroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#07befe), to(#57ecf1));
    background: linear-gradient(90deg, #07befe, #57ecf1);
  }
}
.p-fvEnroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 190, 254, 0.6)), to(rgba(87, 236, 241, 0.6)));
  background: linear-gradient(90deg, rgba(7, 190, 254, 0.6), rgba(87, 236, 241, 0.6));
}
@media screen and (max-width: 767px) {
  .p-fvEnroll::after {
    background: -webkit-gradient(linear, left top, right top, from(#07befe), to(#57ecf1));
    background: linear-gradient(90deg, #07befe, #57ecf1);
  }
}

.p-fvEnroll__item {
  position: absolute;
  top: 0.3125rem;
  left: 1.375rem;
  width: 14.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__item {
    left: 1.25rem;
    width: 9rem;
  }
}

.p-fvEnroll__item02 {
  position: absolute;
  bottom: 0.3125rem;
  right: 2.5rem;
  width: 17.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__item02 {
    right: 0.3125rem;
    width: 11.5625rem;
  }
}

.p-fvEnroll__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.8125rem;
  padding-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.75rem;
    padding: 4.6875rem 1.25rem 3.125rem 1.25rem;
  }
}

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

.p-fvEnroll__box {
  width: 100%;
  max-width: 30rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__box {
    max-width: 100%;
    margin-top: 0rem;
  }
}

.p-fvEnroll__text {
  font-size: 1.5rem;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__text {
    font-size: 1rem;
    line-height: 1.9375;
  }
}
.p-fvEnroll__text span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__text span {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-fvEnroll__text .black {
  padding: 0 0.5rem;
  background: #000000;
  margin: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__text .black {
    padding: 0 0.375rem;
    margin: 0 0.125rem;
  }
}
.p-fvEnroll__text .black02 {
  position: relative;
  left: -0.5rem;
  padding: 0 0.5rem;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__text .black02 {
    left: -0.375rem;
    padding: 0 0.375rem;
  }
}
.p-fvEnroll__text .blue {
  padding: 0 0.75rem;
  background: #41AFFF;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fvEnroll__text .blue {
    padding: 0 0.5rem;
  }
}

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

.p-fv-charm__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 3.4375rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-charm__inner {
    padding-top: 3rem;
    padding-bottom: 3.125rem;
  }
}

.p-fv-charm__band {
  position: relative;
  width: 100%;
  max-width: 21.875rem;
  height: 2.8125rem;
  margin: 0 auto 0.9375rem 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.25rem;
  line-height: 1.5;
  font-weight: 700;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-charm__band {
    max-width: 17.375rem;
    height: 2.1875rem;
    margin: 0 auto 0.625rem auto;
    font-size: 1rem;
  }
}
.p-fv-charm__band::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625rem 0.625rem 0 0.625rem;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-charm__band::before {
    bottom: -0.6875rem;
  }
}

.p-fv-charm__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-charm__wrapper {
    max-width: 21.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    margin: 1.75rem auto 0 auto;
  }
}

.p-fv-charm__plus {
  width: 3.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-charm__plus {
    margin-top: 0rem;
  }
}

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

.p-fv-charmSec__title {
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.4705882353;
  font-weight: 700;
  text-align: center;
  padding: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#07BEFE), to(#57ECF1));
  background: linear-gradient(90deg, #07BEFE, #57ECF1);
}
@media screen and (max-width: 767px) {
  .p-fv-charmSec__title {
    font-size: 1.5625rem;
    line-height: 1.44;
    padding: 0.34375rem;
  }
}
.p-fv-charmSec__title.purple {
  background: -webkit-gradient(linear, left top, right top, from(#E139C5), to(#6E89E5));
  background: linear-gradient(90deg, #E139C5, #6E89E5);
}

.p-fv-charmSec__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: 0.9375rem;
  padding: 1.25rem;
  background: #E1F2FF;
}
@media screen and (max-width: 767px) {
  .p-fv-charmSec__lists {
    gap: 0.8125rem;
    padding: 1rem;
  }
}
.p-fv-charmSec__lists.purple {
  background: #FFECFC;
}

.p-fv-charmSec__list {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-charmSec__list {
    font-size: 1rem;
    padding: 0.46875rem;
  }
}

.p-fv-differ {
  width: 100%;
  background: #F9F8F4;
}

.p-fv-differ__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 3.5625rem;
  padding-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__inner {
    padding: 3.625rem 0rem 2.9375rem 0rem;
  }
}

.p-fv-differ__icon {
  position: absolute;
  z-index: -1;
  top: 3.5625rem;
  right: -5.4375rem;
  width: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__icon {
    top: 1.125rem;
    right: 1.25rem;
    width: 8.3125rem;
  }
}

.p-fv-differ__text {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-differ__text strong {
  font-weight: 700;
}
.p-fv-differ__text span {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  background: #41AFFF;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__text span {
    position: relative;
    left: -0.125rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-fv-differ__wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__wrapper {
    padding: 0 1.25rem;
  }
}

.p-fv-differ__label {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 0.6875rem;
  border-left: 0.625rem solid #000;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__label {
    font-size: 1.25rem;
    line-height: 1.25;
    padding-left: 0.4375rem;
    border-left: 0.6875rem solid #000;
    margin-top: 2.25rem;
  }
}

.p-fv-differ__img {
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differ__img {
    width: calc(100% + 1.25rem);
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0.625rem;
    margin-top: 0.3125rem;
    /* ↓ これだけで「下にだけ」スクロールバー領域を確保 */
    scrollbar-gutter: stable;
    /* Windows/IE 用に常にスクロールバーを見せる */
    -ms-overflow-style: scrollbar;
  }
  .p-fv-differ__img img {
    width: 57.5rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-differ__img::-webkit-scrollbar {
    height: 0.5rem; /* 横スクロールバーの太さ */
  }
}

@media screen and (max-width: 767px) {
  .p-fv-differ__img::-webkit-scrollbar-thumb {
    background: #B1AB9D;
    border-radius: 3.125rem;
  }
}

.p-fv-differSec {
  position: relative;
  z-index: 1;
  width: calc(100% - 0.5rem);
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec {
    margin-top: 6.25rem;
  }
}
.p-fv-differSec::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E139C5), to(#6E89E5));
  background: linear-gradient(90deg, #E139C5, #6E89E5);
}

.p-fv-differSec__inner {
  width: 100%;
  padding: 7.25rem 0rem 1.875rem 0rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__inner {
    padding: 3.625rem 1.25rem 1.6875rem 1.25rem;
  }
}

.p-fv-differSec__title {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__title {
    top: -3.125rem;
    max-width: 19.375rem;
  }
}

.p-fv-differSec__text {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  font-weight: 500;
  text-align: center;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__text {
    font-size: 1rem;
    line-height: 1.5625;
    text-align: left;
    padding-left: 0rem;
  }
}

.p-fv-differSec__band {
  position: relative;
  left: 0.3125rem;
  width: 100%;
  max-width: 19.5rem;
  height: 2.5rem;
  margin: 2rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__band {
    left: 0.25rem;
    max-width: 15.125rem;
    height: 2.1875rem;
    margin: 1.125rem auto 0rem auto;
    font-size: 1rem;
  }
}
.p-fv-differSec__band::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625rem 0.625rem 0 0.625rem;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__band::before {
    bottom: -0.6875rem;
  }
}

.p-fv-differSec__wrapper {
  width: 100%;
  max-width: 55.5rem;
  margin: 1.375rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differSec__wrapper {
    max-width: 18.25rem;
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

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

.p-fv-differTri {
  position: relative;
  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;
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-differTri {
    padding-top: 1.875rem;
    margin-top: 6.5rem;
  }
}

.p-fv-differTri__title {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 12.25rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  background: #56A3DB;
}
@media screen and (max-width: 767px) {
  .p-fv-differTri__title {
    top: -1.0625rem;
    max-width: 10.5rem;
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }
}
.p-fv-differTri__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 2.1875rem 0 2.1875rem;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-differTri__title::before {
    top: -3rem;
  }
}

.p-fv-differTri__lists {
  padding-left: 1.875rem;
}

.p-fv-differTri__list {
  position: relative;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-differTri__list {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.p-fv-differTri__list::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: -1.875rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../imgs/pc/list_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-differTri__list::before {
    top: 0.3125rem;
  }
}

.p-fv-band {
  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;
  padding: 1.6875rem 0;
  background-image: url(../imgs/pc/band_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-band {
    padding: 2.375rem 0;
    background-image: url(../imgs/sp/band_bg.webp);
  }
}
.p-fv-band span {
  display: inline-block;
  color: #005592;
  font-weight: 700;
  background: #fff;
}
.p-fv-band span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding: 0 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-band span:nth-of-type(1) {
    font-size: 0.875rem;
    line-height: 1.75;
    padding: 0 0.1875rem 0 0.625rem;
  }
}
.p-fv-band span:nth-of-type(2) {
  font-size: 2.25rem;
  line-height: 1.3888888889;
  padding: 0 1rem;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-band span:nth-of-type(2) {
    position: relative;
    left: 0.25rem;
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 0 1.125rem 0 0.5rem;
  }
}
.p-fv-band span:nth-of-type(3) {
  font-size: 2.25rem;
  line-height: 1.3888888889;
  padding: 0.1875rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-band span:nth-of-type(3) {
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 0.1875rem 0.3125rem;
  }
}

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

.p-fv-comparison__inner {
  width: 100%;
  padding-top: 4.8125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__inner {
    padding-top: 2.8125rem;
  }
}

.p-fv-comparison__band {
  position: relative;
  width: 100%;
  max-width: 9.5625rem;
  height: 2.8125rem;
  margin: 0rem auto 0.9375rem 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.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 0.3125rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__band {
    font-size: 1rem;
    max-width: 7.25rem;
    height: 2.1875rem;
    margin: 0rem auto 0.625rem auto;
  }
}
.p-fv-comparison__band::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0625rem 0.625rem 0 0.625rem;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__band::before {
    bottom: -0.6875rem;
  }
}

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

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

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

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

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

.p-fv-comparison__icon {
  position: absolute;
  top: 0rem;
  left: -8.125rem;
  width: 10.5625rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__icon {
    display: none;
  }
}

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

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

.p-fv-comparison__icon02 {
  position: absolute;
  top: -1.125rem;
  right: -7.5rem;
  width: 10.375rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__icon02 {
    display: none;
  }
}

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

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

.p-fv-comparison__icon03 {
  position: absolute;
  top: -2.1875rem;
  left: -9rem;
  width: 12.0625rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__icon03 {
    display: none;
  }
}

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

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

.p-fv-comparison__icon04 {
  position: absolute;
  top: -0.3125rem;
  right: -7.5rem;
  width: 11rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__icon04 {
    display: none;
  }
}

.p-fv-comparison__speech {
  position: relative;
  width: 100%;
  max-width: 55.25rem;
  height: 4.3125rem;
  margin: 0.3125rem auto 0 auto;
  background-image: url(../imgs/pc/comparison_item.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__speech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 1.25rem);
    max-width: 24.375rem;
    height: 3.8125rem;
    margin: 0.375rem auto 0 auto;
    background-image: url(../imgs/sp/comparison_item.webp);
  }
}

.p-fv-comparison__text {
  color: #EF6000;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 1.625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__text {
    font-size: 0.8125rem;
    padding-top: 0.3125rem;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
  }
}

.p-fv-comparison__link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.875rem;
  height: 3.5625rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  background: #F48414;
  border: 1px solid #F48414;
  border-radius: 5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__link {
    bottom: -0.9375rem;
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 0.625rem;
    padding-bottom: 0.125rem;
  }
}
.p-fv-comparison__link span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comparison__link span {
    top: calc(50% - 0.09375rem);
    right: 0.875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-fv-comparison__link span::before, .p-fv-comparison__link span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-comparison__link span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.p-fv-comparison__link span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv-comparison__link:hover {
    color: #F48414;
    background: #fff;
  }
  .p-fv-comparison__link:hover span {
    color: #F48414;
  }
}

.p-fv-learning {
  width: 100%;
  background: #F9F8F4;
}

.p-fv-learning__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__inner {
    padding-top: 3.125rem;
    padding-bottom: 3.875rem;
  }
}

.p-fv-learning__icon {
  position: absolute;
  z-index: -1;
  top: 4.0625rem;
  left: -5.75rem;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__icon {
    display: none;
  }
}

.p-fv-learning__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.3125rem;
    margin-top: 2.75rem;
    padding: 0 1.25rem;
  }
}

.p-fv-learning__box {
  position: relative;
  width: 100%;
  max-width: 29.3125rem;
  background: #fff;
  padding: 2.1875rem 2.5rem 2.125rem 2.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-learning__box {
    padding: 2.1875rem 1.25rem 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-learning__box.pbSp {
    padding-bottom: 2.75rem;
  }
}

.p-fv-learning__subTitle {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-learning__subTitle {
    top: -0.875rem;
  }
}
.p-fv-learning__subTitle img {
  width: auto;
  height: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__subTitle img {
    height: 1.75rem;
  }
}

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

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

.p-fv-learning__lists {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__lists {
    margin-top: 0.375rem;
  }
}

.p-fv-learning__list {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  padding-left: 1.5rem;
  white-space: nowrap;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__list {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    padding-left: 1.0625rem;
    white-space: initial;
    margin-top: 0.625rem;
  }
}
.p-fv-learning__list:first-of-type {
  margin-top: 0rem;
}
.p-fv-learning__list::before {
  content: "■";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0rem;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__list::before {
    top: 0.1875rem;
    font-size: 0.875rem;
  }
}
.p-fv-learning__list span {
  display: inline-block;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #FEF200));
  background: linear-gradient(transparent 8%, #FEF200 8%);
}
@media screen and (max-width: 767px) {
  .p-fv-learning__list span {
    line-height: 1.4;
  }
}

.p-fv-learning__speech {
  position: absolute;
  bottom: -3.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learning__speech {
    bottom: -1.75rem;
    width: 14.5625rem;
  }
}

.p-fv-learningCheck {
  width: 100%;
  margin-top: 8.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck {
    padding: 0 1.25rem;
    margin-top: 4.625rem;
  }
}

.p-fv-learningCheck__title {
  width: 100%;
  max-width: 14.375rem;
}

.p-fv-learningCheck__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    margin-top: 0.9375rem;
  }
}

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

.p-fv-learningCheck__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__text {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.p-fv-learningCheck__text span {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 700;
  padding: 0 0.125rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__text span {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-fv-learningCheck__text span strong {
  font-size: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__text span strong {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.p-fv-learningCheck__text span.mg {
  margin: 0 0.5rem 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__text span.mg {
    margin: 0 0.25rem 0 0rem;
  }
}
.p-fv-learningCheck__text span.pl {
  padding-left: 0.625rem;
}
.p-fv-learningCheck__text.mt {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__text.mt {
    margin-top: 0.375rem;
  }
}

.p-fv-learningCheck__group {
  position: relative;
  background: #fff;
  border: 1px solid #000000;
  padding: 1.5625rem 1.1875rem 0.75rem 1.1875rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__group {
    padding: 1.5625rem 0.625rem 1.25rem 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-fv-learningCheck__speech {
  position: absolute;
  width: 12.75rem;
  top: -1.375rem;
  left: 1.1875rem;
}

.p-fv-learningCheck__list {
  position: relative;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  padding-left: 1.625rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__list {
    font-size: 0.875rem;
  }
}
.p-fv-learningCheck__list:first-of-type {
  margin-top: 0rem;
}
.p-fv-learningCheck__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/list_purple.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv-learningCheck__list span {
  display: inline-block;
  padding: 0 0.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #FEF200));
  background: linear-gradient(transparent 8%, #FEF200 8%);
}

.p-fv-learningCheck__img {
  width: 100%;
  max-width: 24.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-learningCheck__img {
    max-width: 100%;
    margin-top: 1rem;
  }
}

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

.p-fv-national__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-national__inner {
    padding: 2.5rem 1.25rem;
  }
}

.p-fv-national__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-national__wrapper {
    -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: 6.375rem;
    margin-top: 2.875rem;
  }
}

.p-fv-national__box {
  position: relative;
  width: 100%;
  background: #E1FCFF;
  padding: 2.5rem 2.375rem 1.375rem 2.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-national__box {
    padding: 2.125rem 1.25rem 1.375rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-national__box.pbSp {
    padding-bottom: 2.625rem;
  }
}
.p-fv-national__box.blue {
  background: #DBF0FF;
}

.p-fv-national__subTitle {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-national__subTitle {
    top: -0.875rem;
  }
}
.p-fv-national__subTitle img {
  width: auto;
  height: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-national__subTitle img {
    height: 1.75rem;
  }
}

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

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

.p-fv-national__speech {
  position: absolute;
  bottom: -5.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-national__speech {
    bottom: -3.875rem;
    width: 15.25rem;
  }
}

.p-fv-nationalCheck {
  width: 100%;
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck {
    margin-top: 2.6875rem;
  }
}

.p-fv-nationalCheck__title {
  width: 100%;
  max-width: 46.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck__title {
    max-width: 20.25rem;
  }
}

.p-fv-nationalCheck__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.375rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck__wrapper {
    -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.375rem;
    padding: 0 1.25rem;
    margin-top: 1.25rem;
  }
}

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

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

.p-fv-nationalCheck__subTitle {
  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: 1.1875rem;
  line-height: 1.4210526316;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck__subTitle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}
.p-fv-nationalCheck__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/list_purple.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck__subTitle::before {
    top: 0.0625rem;
  }
}

.p-fv-nationalCheck__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck__text {
    line-height: 1.7857142857;
  }
}

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

.p-fv-nationalCheck02__title {
  width: 100%;
  max-width: 44.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__title {
    max-width: 19.375rem;
  }
}

.p-fv-nationalCheck02__text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  padding-left: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__text {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 1.5625rem;
    margin-top: 0.75rem;
  }
}
.p-fv-nationalCheck02__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/list_purple.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__text::before {
    top: 0.25rem;
    left: 0rem;
  }
}
.p-fv-nationalCheck02__text span {
  display: inline-block;
  font-weight: 700;
  padding: 0 0.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #FEF200));
  background: linear-gradient(transparent 8%, #FEF200 8%);
}

.p-fv-nationalCheck02__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5625rem 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__box:nth-child(odd) {
    width: 46.1538461538%;
  }
  .p-fv-nationalCheck02__box:nth-child(even) {
    width: 50.2564102564%;
  }
}

.p-fv-nationalCheck02__img img {
  width: auto;
  height: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__img img {
    width: 100%;
    height: auto;
  }
}

.p-fv-nationalCheck02__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__subTitle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}
.p-fv-nationalCheck02__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/list_purple.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-nationalCheck02__subTitle::before {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-fv-cta {
  width: 100%;
  background: #FEF200;
}

.p-fv-cta__inner {
  width: 100%;
  max-width: 51.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
    padding: 3.125rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-fv-cta__button {
  position: relative;
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #56A3DB;
  border-radius: 5rem;
  border: 0.1875rem solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__button {
    max-width: 24.375rem;
    height: 4.25rem;
  }
}
.p-fv-cta__button a {
  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: 1.4375rem;
  line-height: 1.4782608696;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__button a {
    font-size: 1.375rem;
  }
}
.p-fv-cta__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 2.25rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.625rem;
  height: 0.625rem;
}
.p-fv-cta__button span::before, .p-fv-cta__button span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-cta__button span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.p-fv-cta__button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv-cta__button:hover {
    background: #fff;
  }
  .p-fv-cta__button:hover a {
    color: #56A3DB;
  }
  .p-fv-cta__button:hover span {
    color: #56A3DB;
  }
}
.p-fv-cta__button.orange {
  background: #F48414;
}
.p-fv-cta__button.orange a {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__button.orange a {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fv-cta__button.orange:hover {
    background: #fff;
  }
  .p-fv-cta__button.orange:hover a {
    color: #F48414;
  }
  .p-fv-cta__button.orange:hover span {
    color: #F48414;
  }
}

.p-fv-fee {
  width: 100%;
  background: #F9F8F4;
}

.p-fv-fee__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__inner {
    padding: 2.625rem 1.25rem 2.9375rem 1.25rem;
  }
}

.p-fv-fee__item {
  position: absolute;
  z-index: -1;
  top: 2.5rem;
  right: -9.125rem;
  width: 16.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__item {
    top: 0.4375rem;
    right: -1.0625rem;
    width: 11.625rem;
  }
}

.p-fv-fee__wrapper {
  width: 100%;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__wrapper {
    gap: 0.5rem;
    margin-top: 2.1875rem;
  }
}

.p-fv-fee__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-fv-fee__check {
  width: 100%;
  max-width: 67.25rem;
  padding-right: 3.625rem;
  margin: 3.125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__check {
    padding-right: 0rem;
    margin: 2.5rem auto 0 auto;
  }
}

.p-fv-fee__column {
  width: 100%;
  max-width: 61.25rem;
  margin: 0.9375rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__column {
    -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.875rem;
    margin-top: 1.875rem;
    padding: 0 0.625rem;
  }
}

.p-fv-fee__button {
  position: relative;
  width: 25rem;
  height: 3.5625rem;
  margin: 1.4375rem auto 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;
  background: #F48414;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__button {
    width: 21.875rem;
    max-width: calc(100% - 1.875rem);
    height: 3.5rem;
    margin: 1.75rem auto 0 auto;
  }
}
.p-fv-fee__button a {
  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: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__button a {
    font-size: 1.125rem;
    padding-right: 0.9375rem;
  }
}
.p-fv-fee__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.625rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-fee__button span {
    right: 1.25rem;
  }
}
.p-fv-fee__button span::before, .p-fv-fee__button span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-fee__button span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.p-fv-fee__button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv-fee__button:hover {
    background: #fff;
  }
  .p-fv-fee__button:hover a {
    color: #F48414;
  }
  .p-fv-fee__button:hover span {
    color: #F48414;
  }
}

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

.p-fv-finding__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-finding__inner {
    padding: 2.1875rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-fv-finding__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-finding__wrapper {
    gap: 3.4375rem;
    margin-top: 3.125rem;
    -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;
  }
}

.p-fv-finding__box {
  position: relative;
  width: 100%;
  background: #E1FCFF;
  padding: 2.5rem 2.375rem 1.375rem 2.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-finding__box {
    padding: 1.875rem 1.25rem 1.125rem 1.25rem;
  }
}
.p-fv-finding__box.blue {
  background: #DBF0FF;
}

.p-fv-finding__icon {
  position: absolute;
  top: -3.625rem;
  left: -4.375rem;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-finding__icon {
    top: -2.5rem;
    left: -1.25rem;
    width: 7.125rem;
  }
}

.p-fv-finding__icon02 {
  position: absolute;
  top: -3.625rem;
  right: -4.125rem;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-finding__icon02 {
    top: -2.5rem;
    right: -0.9375rem;
    width: 7.125rem;
  }
}

.p-fv-finding__subTitle {
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-finding__subTitle {
    top: -0.875rem;
  }
}
.p-fv-finding__subTitle img {
  width: auto;
  height: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-finding__subTitle img {
    height: 1.75rem;
  }
}

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

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

.p-fv-findingCheck {
  position: relative;
  width: 100%;
  margin-top: 6.625rem;
  padding-top: 5rem;
  padding-bottom: 1.625rem;
  background: #F9F8F4;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck {
    padding: 5.5rem 1.25rem 1.625rem 1.25rem;
    margin-top: 9.25rem;
  }
}

.p-fv-findingCheck__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__item {
    width: 10.25rem;
  }
}

.p-fv-findingCheck__item02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__item02 {
    width: 10.4375rem;
  }
}

.p-fv-findingCheck__title {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  max-width: 37.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__title {
    top: -6.25rem;
    max-width: 14.875rem;
  }
}

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

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

.p-fv-findingCheck__speech {
  position: absolute;
  top: 0.9375rem;
  right: -16.9375rem;
  width: 19.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__speech {
    top: -2.25rem;
    right: auto;
    left: -2rem;
    width: 15.25rem;
  }
}

.p-fv-findingCheck__speech02 {
  position: absolute;
  top: 10.75rem;
  left: -16.75rem;
  width: 21.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__speech02 {
    top: auto;
    left: auto;
    right: -2rem;
    bottom: -2.1875rem;
    width: 14.25rem;
  }
}

.p-fv-findingCheck__button {
  position: relative;
  width: 19.5625rem;
  height: 3.5625rem;
  margin: 1.4375rem auto 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;
  background: #F48414;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__button {
    width: 21.875rem;
    max-width: calc(100% - 1.875rem);
    height: 3.5rem;
    margin: 3.5625rem auto 0 auto;
  }
}
.p-fv-findingCheck__button a {
  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: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__button a {
    font-size: 1.125rem;
  }
}
.p-fv-findingCheck__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.625rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-findingCheck__button span {
    right: 1.25rem;
  }
}
.p-fv-findingCheck__button span::before, .p-fv-findingCheck__button span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-findingCheck__button span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.p-fv-findingCheck__button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv-findingCheck__button:hover {
    background: #fff;
  }
  .p-fv-findingCheck__button:hover a {
    color: #F48414;
  }
  .p-fv-findingCheck__button:hover span {
    color: #F48414;
  }
}

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

.p-fv-campus__inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    padding: 3.3125rem 1.25rem 3.25rem 1.25rem;
  }
}

.p-fv-campus__img {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__img {
    max-width: 100%;
  }
}

.p-fv-campus__box {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__box {
    max-width: 100%;
  }
}

.p-fv-campus__title {
  width: 100%;
  max-width: 20.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__title {
    max-width: 16.625rem;
  }
}

.p-fv-campus__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  background: #fff;
  padding: 0.5625rem 0.5rem 0.5625rem 0.8125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.875rem;
  }
}

.p-fv-campus__button {
  position: relative;
  width: 26.875rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F48414;
  border: 0.1875rem solid #fff;
  border-radius: 5rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__button {
    width: 21.875rem;
    max-width: calc(100% - 1.875rem);
    height: 3.5rem;
    margin: 0.9375rem auto 0 auto;
  }
}
.p-fv-campus__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__button a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    padding-left: 0rem;
  }
}
.p-fv-campus__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.625rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-campus__button span {
    right: 1.125rem;
  }
}
.p-fv-campus__button span::before, .p-fv-campus__button span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-campus__button span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.p-fv-campus__button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-fv-campus__button:hover {
    background: #fff;
  }
  .p-fv-campus__button:hover a {
    color: #F48414;
  }
  .p-fv-campus__button:hover span {
    color: #F48414;
  }
}

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

.p-fv-comment__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__inner {
    padding: 2.8125rem 1.25rem 4.0625rem 1.25rem;
  }
}

.p-fv-comment__icon {
  position: absolute;
  top: 1.9375rem;
  left: 0;
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__icon {
    top: 0.875rem;
    left: 1.25rem;
    width: 10.9375rem;
  }
}

.p-fv-comment__wrapper {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 2.875rem auto 0 auto;
  /* 前へ次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper {
    width: 19.0625rem;
    max-width: calc(100% - 3.125rem);
    margin: 1.875rem auto 0 auto;
  }
}
.p-fv-comment__wrapper .swiper {
  width: 100%;
}
.p-fv-comment__wrapper .swiper-wrapper {
  width: 100%;
  padding-bottom: 0.625rem;
}
.p-fv-comment__wrapper .swiper-slide {
  width: 100%;
  background: #F9F8F4;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.p-fv-comment__wrapper .swiper-img {
  width: 100%;
}
.p-fv-comment__wrapper .swiper-box {
  padding: 0.9375rem 1.375rem 1.25rem 1.375rem;
}
.p-fv-comment__wrapper .swiper-title {
  line-height: 1;
}
.p-fv-comment__wrapper .swiper-title span {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  background: #56A3DB;
  padding: 0 0.375rem 0 0.5rem;
  margin-top: 0.25rem;
}
.p-fv-comment__wrapper .swiper-title span:first-of-type {
  margin-top: 0rem;
}
.p-fv-comment__wrapper .swiper-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper .swiper-text {
    margin-top: 0.625rem;
  }
}
.p-fv-comment__wrapper .swiper-button-prev,
.p-fv-comment__wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fv-comment__wrapper .swiper-button-prev:hover,
  .p-fv-comment__wrapper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-fv-comment__wrapper .swiper-button-prev {
  left: -4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper .swiper-button-prev {
    left: -2.3125rem;
  }
}
.p-fv-comment__wrapper .swiper-button-next {
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper .swiper-button-next {
    right: -2.3125rem;
  }
}
.p-fv-comment__wrapper .swiper-button-prev::after,
.p-fv-comment__wrapper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background-image: url(../imgs/pc/slider_arrow.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper .swiper-button-prev::after,
  .p-fv-comment__wrapper .swiper-button-next::after {
    top: calc(50% + 0.9375rem);
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-fv-comment__wrapper .swiper-button-prev::after {
  left: 0;
}
.p-fv-comment__wrapper .swiper-button-next::after {
  right: 0rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-fv-comment__wrapper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-comment__wrapper .swiper-pagination {
    position: absolute;
    bottom: -1.25rem;
    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;
  }
}
.p-fv-comment__wrapper .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fv-comment__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #EBE9E3;
  border-radius: 100%;
  opacity: 1;
}
.p-fv-comment__wrapper .s.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-fv-comment__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #B1AB9D;
}

.p-fv-access {
  position: relative;
  width: 100%;
  background: #F9F8F4;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access {
    padding-top: 2.375rem;
  }
}

.p-fv-access__wrapper {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5625rem;
    padding: 1.375rem 1.25rem 1.875rem 1.25rem;
  }
}

.p-fv-access__img {
  width: 100%;
  max-width: 27.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__img {
    max-width: 100%;
  }
}

.p-fv-access__box {
  position: relative;
  top: 0rem;
  left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0rem;
  width: 100%;
  max-width: 32.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__box {
    left: 0rem;
    max-width: 100%;
  }
}
.p-fv-access__box img {
  width: 100%;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__box img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-fv-access__column {
  width: 100%;
  background: #EEEDE8;
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__column {
    padding: 2.375rem 1.25rem 2.625rem 1.25rem;
  }
}

.p-fv-access__group {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv-access__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.0625rem;
  }
}

.p-fv-access__map {
  width: 100%;
  max-width: 26.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__map {
    max-width: 100%;
  }
}

.p-fv-access__map02 {
  width: 100%;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__map02 {
    max-width: 100%;
  }
}

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