@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/Roboto-Bold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
}

body {
  background-color: #015CB5;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
body.hidden {
  overflow-y: hidden;
}

body.page-thanks {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body.page-thanks {
    background-color: #015CB5;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
}

video,
iframe {
  max-width: 100%;
}

a, span {
  display: inline-block;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .wpcf7-not-valid-tip, .wpcf7-response-output {
    font-size: 4.2666666667vw;
  }
}

.l-inner {
  max-width: 79.7222222222vw;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    max-width: 93.3333333333vw;
  }
}

.l-inner--S {
  max-width: 68.0555555556vw;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .l-inner--S {
    max-width: 93.3333333333vw;
  }
}

.l-inner--SS {
  width: 49.8958333333vw;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .l-inner--SS {
    width: 93.3333333333vw;
  }
}

.text {
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .text {
    font-size: 4.2666666667vw;
  }
}
.text--black {
  color: #222F40;
}
.text--orange {
  color: #E04F11;
}
.text--center {
  text-align: center;
}
.text--yellow {
  color: #EDED40;
  display: inline;
}

.c-anime-kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.c-anime-kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  pointer-events: none;
}
.c-anime-kiran:hover::before {
  animation: kiran 0.5s linear;
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-anime-curtain {
  position: relative;
  overflow: hidden;
}
.c-anime-curtain::before {
  background-image: url(../img/LP/FV/FV-anime-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 750px) {
  .c-anime-curtain::before {
    background-image: url(../img/SP/FV/FV-anime-image.png);
  }
}
.c-anime-curtain.show::before {
  transform: translate(101%, -38.5%);
}
@media screen and (max-width: 750px) {
  .c-anime-curtain.show::before {
    transform: translate(101%, -35%);
  }
}
.c-anime-curtain--02::before {
  background-image: unset;
  background-color: #015CB5;
}
.c-anime-curtain--02.show::before {
  transform: translateX(101%);
}
.c-anime-curtain--02.delay01::before {
  transition-delay: 0.25s;
}
.c-anime-curtain--02.delay02::before {
  transition-delay: 0.5s;
}
.c-anime-curtain--02.delay03::before {
  transition-delay: 0.75s;
}
.c-anime-curtain--02.delay04::before {
  transition-delay: 1s;
}
.c-anime-curtain--02.delay05::before {
  transition-delay: 1.25s;
}

/*========= レイアウトのためのCSS ===============*/
.js-anime-slideText {
  overflow: hidden;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.slide-in_inner {
  display: inline-block;
  width: 100%;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.js-fadeUp.is-inview.delay015 {
  transition-delay: 0.15s;
}
.js-fadeUp.is-inview.delay030 {
  transition-delay: 0.3s;
}
.js-fadeUp.is-inview.delay045 {
  transition-delay: 0.45s;
}
.js-fadeUp.is-inview.delay060 {
  transition-delay: 0.6s;
}
.js-fadeUp.is-inview.delay075 {
  transition-delay: 0.75s;
}
.js-fadeUp.is-inview.delay090 {
  transition-delay: 0.9s;
}

.header {
  position: fixed;
  z-index: 999;
}
.header__logo {
  padding-top: 1.4583333333vw;
  padding-left: 1.25vw;
  position: relative;
  z-index: 0;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header__logo {
    padding-top: 3.4666666667vw;
    padding-left: 1.6vw;
  }
}
.header__logo img {
  width: 13.0555555556vw;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header__logo img {
    width: 26.6666666667vw;
  }
}
.header__logo::before {
  content: "";
  width: 0;
  left: 0;
  border-top-width: 5.2083333333vw;
  border-right-width: 13.75vw;
  border-bottom-width: 5.2083333333vw;
  border-left-width: 13.75vw;
  border-color: #fff transparent transparent #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header__logo::before {
    border-top-width: 10.1333333333vw;
    border-right-width: 29.3333333333vw;
    border-bottom-width: 10.1333333333vw;
    border-left-width: 29.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header.smaller .header__logo {
    padding-top: 1.6vw;
  }
}
.header.smaller .header__logo img {
  width: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .header.smaller .header__logo img {
    width: 13.3333333333vw;
  }
}
.header.smaller .header__logo::before {
  border-top-width: 3.4722222222vw;
  border-right-width: 10.4166666667vw;
  border-bottom-width: 3.4722222222vw;
  border-left-width: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .header.smaller .header__logo::before {
    border-top-width: 5.3333333333vw;
    border-right-width: 17.3333333333vw;
    border-bottom-width: 5.3333333333vw;
    border-left-width: 17.3333333333vw;
  }
}

.footer {
  margin-bottom: 5.8333333333vw;
}
@media screen and (max-width: 750px) {
  .footer {
    margin-bottom: 17.3333333333vw;
  }
}
.footer__inner {
  width: 88.8888888889vw;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    width: 96vw;
  }
}
.footer__whiteArea {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  padding-top: 3.8888888889vw;
  padding-bottom: 2.9166666667vw;
  padding-left: 5.1388888889vw;
  padding-right: 5.1388888889vw;
}
@media screen and (max-width: 750px) {
  .footer__whiteArea {
    border-radius: 3.2vw;
    padding: 11.2vw;
  }
}
.footer__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 22.5694444444vw;
  margin-bottom: 0.9722222222vw;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 58.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.footer__list {
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
.footer__link {
  font-size: min(1.25vw, 18px);
}
@media screen and (max-width: 750px) {
  .footer__link {
    font-size: 3.2vw;
  }
}

.p-FV {
  position: relative;
}
.p-FV__title {
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 750px) {
  .p-FV__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-FV__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-FV__image {
    top: 6.1333333333vw;
  }
}
.p-FV__mainImage {
  width: 56.3194444444vw;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-FV__mainImage {
    width: 100%;
  }
}
.p-FV__secondImage {
  width: 30.6944444444vw;
  margin-left: auto;
  margin-top: -17.5vw;
}
@media screen and (max-width: 750px) {
  .p-FV__secondImage {
    width: 69.3333333333vw;
    margin-top: 57.8666666667vw;
  }
}
.p-FV__thirdImage {
  width: 44.5138888889vw;
  margin-left: auto;
  margin-top: -5vw;
}
@media screen and (max-width: 750px) {
  .p-FV__thirdImage {
    width: 58.6666666667vw;
    margin-top: 171.4666666667vw;
  }
}
.p-FV__textContainer {
  position: absolute;
  width: 39.6527777778vw;
  top: 8.0555555556vw;
  left: 9.4444444444vw;
}
@media screen and (max-width: 750px) {
  .p-FV__textContainer {
    width: 100%;
    top: 54.6666666667vw;
    left: 0;
  }
}
.p-FV__feature {
  gap: 1.3194444444vw;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5.2083333333vw;
  transform: translateX(0.6vw);
}
@media screen and (max-width: 750px) {
  .p-FV__feature {
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333vw;
    width: 67.7333333333vw;
    margin-left: 14.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-FV__btn {
  color: #fff;
  font-size: 1.8055555556vw;
  font-weight: bold;
  position: fixed;
  z-index: 990;
  left: 10.1388888889vw;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .p-FV__btn {
    font-size: 4.5333333333vw;
    position: relative;
    margin: auto;
    left: auto;
    width: fit-content;
  }
}
.p-FV__btn.fixed {
  transition: 0.2s;
  left: auto;
  right: 0;
  bottom: 0;
  transform: scale(0.75);
}
@media screen and (max-width: 750px) {
  .p-FV__btn.fixed {
    transform: scale(1) translateX(-50%);
    position: fixed;
    left: 50%;
    width: 100%;
    text-align: center;
    bottom: 0.5vw;
  }
}
.p-FV__btn.fixed .p-FV__btn-fukidashi {
  left: 23%;
}
.p-FV__btn.none {
  opacity: 0;
  visibility: hidden;
}
.p-FV__btn-fukidashi {
  background-color: #EDED40;
  color: #015CB5;
  font-size: 1.0416666667vw;
  letter-spacing: 0.11em;
  padding-top: 0.3472222222vw;
  padding-bottom: 0.3472222222vw;
  padding-right: 2.7777777778vw;
  padding-left: 2.7777777778vw;
  border-radius: 0.2777777778vw;
  position: absolute;
  z-index: 1;
  left: 22.5%;
  top: -1vw;
}
@media screen and (max-width: 750px) {
  .p-FV__btn-fukidashi {
    font-size: 3.9573333333vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    padding-right: 4vw;
    padding-left: 6.1333333333vw;
    border-radius: 0.6666666667vw;
    left: 19%;
    top: -3vw;
  }
}
.p-FV__btn-fukidashi::before {
  content: "";
  width: 0;
  left: 0;
  border-top-width: 1.9444444444vw;
  border-right-width: 1.0416666667vw;
  border-left-width: 1.0416666667vw;
  border-bottom-width: 0;
  border-color: #EDED40 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 1vw;
}
@media screen and (max-width: 750px) {
  .p-FV__btn-fukidashi::before {
    border-top-width: 5.6vw;
    border-right-width: 3.3333333333vw;
    border-left-width: 3.3333333333vw;
    top: auto;
    bottom: -2vw;
  }
}
.p-FV__btn-whiteArea {
  background-color: #fff;
  padding-top: 0.5555555556vw;
  padding-bottom: 0.5555555556vw;
  padding-right: 5.2083333333vw;
  padding-left: 0.7638888889vw;
  border-radius: 3.75vw;
}
@media screen and (max-width: 750px) {
  .p-FV__btn-whiteArea {
    padding: 1.6vw;
    border-radius: 10.1333333333vw;
  }
}
.p-FV__btn-whiteArea::after {
  content: "";
  position: absolute;
  background-image: url(../img/LP/common/btn-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.3888888889vw;
  height: 1.1111111111vw;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5vw;
}
@media screen and (max-width: 750px) {
  .p-FV__btn-whiteArea::after {
    display: none;
  }
}
.p-FV__btn-orangeArea {
  background-image: linear-gradient(to right, #DF9711, #E15311);
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  padding-right: 4.8611111111vw;
  padding-left: 4.8611111111vw;
  border-radius: 3.125vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-FV__btn-orangeArea {
    padding-top: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
    padding-right: 12vw;
    padding-left: 12vw;
    border-radius: 10.1333333333vw;
  }
}

.p-introduction__inner {
  margin-left: 9.4444444444vw;
  margin-top: -37.7083333333vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .p-introduction__inner {
    margin: auto;
    margin-top: -9.3333333333vw;
    margin-bottom: 75.7333333333vw;
    width: 89.0666666667vw;
  }
}
.p-introduction__image {
  width: 40.5555555556vw;
}
@media screen and (max-width: 750px) {
  .p-introduction__image {
    width: 89.0666666667vw;
    margin: auto;
    margin-bottom: 10.9333333333vw;
  }
}
.p-introduction__text {
  margin-top: 3.6111111111vw;
  margin-left: 0.7638888889vw;
}
@media screen and (max-width: 750px) {
  .p-introduction__text {
    font-size: 4.8vw;
  }
}

.p-failure {
  padding-top: 13.125vw;
  padding-bottom: 1.9444444444vw;
  background-image: linear-gradient(to bottom, #015CB5, #0D5BA6 50%, #015CB5);
}
@media screen and (max-width: 750px) {
  .p-failure {
    padding-top: 7.4666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}
.p-failure__textImage {
  width: 32.1527777778vw;
  margin-bottom: 4.0277777778vw;
}
@media screen and (max-width: 750px) {
  .p-failure__textImage {
    width: 92vw;
    margin: auto;
    margin-bottom: 7.4666666667vw;
  }
}
.p-failure__cases {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3.8194444444vw;
}
@media screen and (max-width: 750px) {
  .p-failure__cases {
    flex-direction: column;
    align-items: center;
    row-gap: 5.8666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-failure__case {
  width: 49.477%;
}
@media screen and (max-width: 750px) {
  .p-failure__case {
    width: 100%;
  }
}
.p-failure__case:nth-of-type(even) {
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 750px) {
  .p-failure__case:nth-of-type(even) {
    margin-top: 0;
  }
}
.p-failure__solutionText {
  width: 53.0555555556vw;
}
@media screen and (max-width: 750px) {
  .p-failure__solutionText {
    width: 100%;
  }
}

.p-teacher {
  position: relative;
  padding-top: 14.9305555556vw;
}
@media screen and (max-width: 750px) {
  .p-teacher {
    padding-top: 11.4666666667vw;
  }
}
.p-teacher__titleImage {
  width: 77.9166666667vw;
  margin: auto;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .p-teacher__titleImage {
    width: 93.3333333333vw;
    height: 46.4vw;
    margin-bottom: 15.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-teacher__titleImage img {
    width: 400%;
    max-width: unset;
    transform: scale(0.25) translate(-150%, -150%);
  }
}
.p-teacher__textImage {
  width: 52.7083333333vw;
  margin: auto;
  margin-bottom: 2.0833333333vw;
}
.p-teacher__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-teacher__imageFlex {
  display: flex;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 750px) {
  .p-teacher__imageFlex {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}
.p-teacher__imageItem {
  max-width: 73.3333333333vw;
}

.p-curriculum {
  position: relative;
  padding-top: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum {
    padding-top: 16.5333333333vw;
  }
}
.p-curriculum__titleImage {
  width: 49.7222222222vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__titleImage {
    width: 97%;
    padding-bottom: 6.4vw;
  }
}
.p-curriculum__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.8888888889vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 13.3333333333vw;
  }
}
.p-curriculum__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-curriculum__item:nth-of-type(even) {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p-curriculum__item:last-child {
    margin-bottom: 0;
  }
}
.p-curriculum__bg {
  position: absolute;
  z-index: -1;
  top: 16vw;
}
.p-curriculum__bg--02 {
  margin-top: -15.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__bg--02 {
    margin-top: 96.8vw;
  }
}
.p-curriculum__bg--03 {
  margin-top: -9.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__bg--03 {
    margin-top: 145.3333333333vw;
  }
}
.p-curriculum__image {
  width: 39.0972222222vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__image {
    width: 94%;
  }
}
.p-curriculum__textContainer {
  position: relative;
}
.p-curriculum__textContainer::before {
  width: 5.6944444444vw;
  height: 4.5138888889vw;
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.4583333333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer::before {
    width: 17.0666666667vw;
    height: 12.5333333333vw;
    top: 5.3333333333vw;
  }
}
.p-curriculum__textContainer--01 {
  width: 34.0277777778vw;
  padding-top: 6.1805555556vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer--01 {
    padding-top: 20.5333333333vw;
    width: 97%;
  }
}
.p-curriculum__textContainer--01:before {
  background-image: url("../img/LP/curriculum/curriculum-count01.svg");
}
.p-curriculum__textContainer--02 {
  width: 37.0138888889vw;
  padding-top: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer--02 {
    padding-top: 24vw;
    width: 97%;
  }
}
.p-curriculum__textContainer--02:before {
  background-image: url("../img/LP/curriculum/curriculum-count02.svg");
  top: 2.7777777778vw;
  left: 0.2777777778vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer--02:before {
    width: 18.6666666667vw;
    height: 12.8vw;
    top: 5.6vw;
    left: 6;
  }
}
.p-curriculum__textContainer--03 {
  width: 33.3333333333vw;
  padding-top: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer--03 {
    padding-top: 21.8666666667vw;
    width: 97%;
  }
}
.p-curriculum__textContainer--03:before {
  background-image: url("../img/LP/curriculum/curriculum-count03.svg");
}
@media screen and (max-width: 750px) {
  .p-curriculum__textContainer--03:before {
    left: 2.1333333333vw;
  }
}
.p-curriculum__fukidashi {
  position: absolute;
  right: 0;
}
.p-curriculum__fukidashi--01 {
  width: 23.4027777778vw;
  top: 2vw;
  right: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__fukidashi--01 {
    width: 67.4666666667vw;
    right: 1.3333333333vw;
    top: 8vw;
  }
}
.p-curriculum__fukidashi--02 {
  width: 26.8055555556vw;
  top: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__fukidashi--02 {
    width: 73.0666666667vw;
    top: 6.9333333333vw;
    right: -4.5333333333vw;
  }
}
.p-curriculum__fukidashi--03 {
  width: 23.4027777778vw;
  top: 2.6388888889vw;
  right: 2.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__fukidashi--03 {
    width: 67.4666666667vw;
    top: 7.4666666667vw;
    right: 0.8vw;
  }
}
.p-curriculum__itemTitle {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__itemTitle {
    margin-bottom: 8vw;
  }
}
.p-curriculum__itemTitle--01 {
  width: 91%;
}
@media screen and (max-width: 750px) {
  .p-curriculum__itemTitle--01 {
    width: 98%;
  }
}
@media screen and (max-width: 750px) {
  .p-curriculum__itemTitle--02 {
    width: 96vw;
    position: relative;
    right: 2vw;
  }
}
.p-curriculum__itemTitle--03 {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__itemTitle--03 {
    position: relative;
    left: 1.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-curriculum__itemText {
  width: 33.3333333333vw;
}
@media screen and (max-width: 750px) {
  .p-curriculum__itemText {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}

.p-freelance {
  position: relative;
  padding-top: 3.0555555556vw;
  padding-bottom: 9.0277777778vw;
}
@media screen and (max-width: 750px) {
  .p-freelance {
    padding-top: 14.6666666667vw;
    padding-bottom: 29.3333333333vw;
  }
}
.p-freelance__titleImage {
  width: 64.7222222222vw;
  padding-left: 6.25vw;
  box-sizing: content-box;
}
@media screen and (max-width: 750px) {
  .p-freelance__titleImage {
    width: 97.4933333333vw;
    height: 60.5333333333vw;
    padding-left: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .p-freelance__titleImage img {
    width: 400%;
    max-width: unset;
    transform: scale(0.25) translate(-150%, -150%);
  }
}
.p-freelance__bg {
  margin-top: -0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .p-freelance__bg {
    margin-top: 2.6666666667vw;
  }
}
.p-freelance__image {
  position: absolute;
}
.p-freelance__image--01 {
  width: 39.2013888889vw;
  left: 0;
  top: 30vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-freelance__image--01 {
    width: 60.8vw;
    top: 85.3333333333vw;
    z-index: 1;
  }
}
.p-freelance__image--02 {
  width: 46.0069444444vw;
  top: 37.9166666667vw;
  left: 34.3055555556vw;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-freelance__image--02 {
    width: 46.4vw;
    left: auto;
    top: 98.1333333333vw;
    right: 0vw;
  }
}
.p-freelance__image--03 {
  width: 31.4583333333vw;
  top: 21.0416666667vw;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .p-freelance__image--03 {
    width: 48.8vw;
    top: 136.8vw;
    right: 42.6666666667vw;
  }
}
.p-freelance__image--04 {
  width: 40.3125vw;
  top: 62.0138888889vw;
  left: 6.9444444444vw;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .p-freelance__image--04 {
    width: 49.8666666667vw;
    top: 178.6666666667vw;
    left: 0vw;
  }
}
.p-freelance__image--05 {
  width: 40.2777777778vw;
  top: 67.3611111111vw;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .p-freelance__image--05 {
    width: 51.7333333333vw;
    top: 162.1333333333vw;
    right: 0vw;
  }
}

.p-feature {
  padding-bottom: 13.8888888889vw;
}
@media screen and (max-width: 750px) {
  .p-feature {
    padding-bottom: 16vw;
  }
}
.p-feature__item {
  border-top: 1px solid #fff;
  padding-top: 4.5833333333vw;
  padding-bottom: 4.5833333333vw;
}
@media screen and (max-width: 750px) {
  .p-feature__item {
    padding-top: 14.4vw;
    padding-bottom: 9.6vw;
  }
}
.p-feature__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-feature__item:last-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 9.6vw;
  }
}
.p-feature__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-feature__flex {
    max-width: unset;
    flex-direction: column;
    align-items: center;
  }
}
.p-feature__flex--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-feature__flex--rev {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__flex--rev .p-feature__image {
    margin-right: auto;
    margin-left: 0;
  }
}
.p-feature__image {
  width: 39.0972222222vw;
}
@media screen and (max-width: 750px) {
  .p-feature__image {
    width: 82.6666666667vw;
    margin-left: auto;
  }
}
.p-feature__textWrap {
  width: 36.1111111111vw;
}
@media screen and (max-width: 750px) {
  .p-feature__textWrap {
    padding-right: 8vw;
    padding-left: 8vw;
    width: 100%;
    margin-bottom: 9.6vw;
  }
}
.p-feature__titleImage {
  margin-bottom: 4.5138888889vw;
}
@media screen and (max-width: 750px) {
  .p-feature__titleImage {
    margin-bottom: 10.6666666667vw;
  }
}
.p-feature__titleImage--01 {
  width: 28.4722222222vw;
  margin-top: 2.5694444444vw;
}
@media screen and (max-width: 750px) {
  .p-feature__titleImage--01 {
    width: 83.4666666667vw;
    margin-top: 0;
  }
}
.p-feature__titleImage--02 {
  width: 35.625vw;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .p-feature__titleImage--02 {
    width: 86.4vw;
    margin-top: 0;
  }
}
.p-feature__titleImage--03 {
  width: 39.1666666667vw;
  margin-top: -1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .p-feature__titleImage--03 {
    width: 85.8666666667vw;
    margin-top: 0;
  }
}
.p-feature__text {
  width: 96%;
  margin: auto;
}

.p-only {
  position: relative;
}
.p-only__titleImage {
  width: 53.125vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .p-only__titleImage {
    width: 89.3333333333vw;
    margin-bottom: 11.4666666667vw;
  }
}
.p-only__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .p-only__list {
    flex-direction: column;
    align-items: center;
    row-gap: 4.5333333333vw;
  }
}
.p-only__item {
  width: 32.2916666667vw;
}
@media screen and (max-width: 750px) {
  .p-only__item {
    width: 84vw;
  }
}
.p-only__item:nth-of-type(2), .p-only__item:nth-of-type(5) {
  margin-top: 4.5138888889vw;
}
@media screen and (max-width: 750px) {
  .p-only__item:nth-of-type(2), .p-only__item:nth-of-type(5) {
    margin-top: 0;
  }
}
.p-only__item:nth-of-type(1), .p-only__item:nth-of-type(4) {
  position: relative;
  left: 4.4444444444vw;
}
@media screen and (max-width: 750px) {
  .p-only__item:nth-of-type(1), .p-only__item:nth-of-type(4) {
    left: auto;
  }
}
.p-only__item:nth-of-type(3), .p-only__item:nth-of-type(6) {
  position: relative;
  right: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .p-only__item:nth-of-type(3), .p-only__item:nth-of-type(6) {
    right: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-only__item:nth-of-type(odd) {
    left: -3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .p-only__item:nth-of-type(even) {
    right: -3.2vw;
  }
}
.p-only__bg {
  position: absolute;
  top: 3.0555555556vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-only__bg {
    top: 49.6vw;
  }
}
.p-only__text {
  margin-left: 3.75vw;
  margin-top: 1.1111111111vw;
}

.p-voice {
  position: relative;
  padding-top: 10.0694444444vw;
}
@media screen and (max-width: 750px) {
  .p-voice {
    padding-top: 21.3333333333vw;
  }
}
.p-voice__bg {
  position: absolute;
  bottom: -3vw;
  left: 0;
  z-index: -1;
}
.p-voice__titleImage {
  width: 31.3888888889vw;
  margin-bottom: 4.5833333333vw;
}
@media screen and (max-width: 750px) {
  .p-voice__titleImage {
    width: 79.4666666667vw;
    margin: auto;
    margin-bottom: 13.3333333333vw;
  }
}
.p-voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-voice__list {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}
.p-voice__item {
  background-color: #fff;
  padding: 2.0833333333vw;
  padding-bottom: 2.9166666667vw;
  width: 32.5%;
}
@media screen and (max-width: 750px) {
  .p-voice__item {
    width: 100%;
    padding-top: 8vw;
    padding-right: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-voice__profile {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin-bottom: 1.3194444444vw;
}
@media screen and (max-width: 750px) {
  .p-voice__profile {
    gap: 8vw;
    margin-bottom: 5.8666666667vw;
  }
}
.p-voice__profileImage {
  width: 8.8194444444vw;
}
@media screen and (max-width: 750px) {
  .p-voice__profileImage {
    width: 33.8666666667vw;
    margin-left: 4.2666666667vw;
  }
}
.p-voice__profileName {
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #222F40;
}
@media screen and (max-width: 750px) {
  .p-voice__profileName {
    font-size: 6.4vw;
  }
}
.p-voice__itemTitle {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .p-voice__itemTitle {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-voice__text {
    width: 98%;
    margin: auto;
  }
}

.p-price {
  position: relative;
  overflow-x: hidden;
  padding-top: 8.6805555556vw;
}
@media screen and (max-width: 750px) {
  .p-price {
    padding-top: 20.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-price__inner {
    max-width: unset;
    padding-left: 5.6vw;
  }
}
.p-price__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-price__titleImage {
  width: 75.1388888889vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .p-price__titleImage {
    width: 103.5%;
    margin-bottom: 8vw;
  }
}
.p-price__tableImage {
  overflow-y: auto;
}
.p-price__tableImage .simplebar-track.simplebar-vertical {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .p-price__tableImage {
    width: auto;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    padding-bottom: 6.4vw;
  }
  .p-price__tableImage::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .p-price__tableImage .simplebar-track.simplebar-horizontal {
    background-color: #D9D9D9;
    border-radius: 5px;
    height: 10px;
  }
  .p-price__tableImage .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .p-price__tableImage .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    background: #38B6FF;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p-price__tableImage img {
    width: 800px;
    max-width: unset;
    margin-right: 5.6vw;
  }
}
.p-trial {
  padding-top: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .p-trial {
    padding-top: 9.8666666667vw;
  }
}
.p-trial__titleImage {
  margin-bottom: 5.6944444444vw;
}
@media screen and (max-width: 750px) {
  .p-trial__titleImage {
    margin-bottom: 0;
  }
}
.p-trial__fukidashi {
  width: 44.9305555556vw;
  position: absolute;
  top: -1.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-trial__fukidashi {
    width: 71.7333333333vw;
    top: -5vw;
  }
}
.p-trial__image {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-trial__image {
    width: 92%;
    margin-left: 3vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-trial__whiteBox {
  padding-top: 6.8055555556vw;
  padding-left: 10.4166666667vw;
  padding-right: 8.75vw;
  padding-bottom: 5.1388888889vw;
  position: relative;
  background-color: #fff;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 750px) {
  .p-trial__whiteBox {
    margin-top: -4.8vw;
    width: 100%;
    border-radius: 1.8666666667vw;
    padding-top: 22.6666666667vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-trial__text {
  width: 39.7916666667vw;
  margin: auto;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-trial__text {
    width: 84%;
  }
}

.p-entry {
  margin-bottom: 5.2083333333vw;
  padding-top: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-entry {
    padding-top: 24vw;
    margin-bottom: 16vw;
  }
}
.p-entry__titleImage {
  width: 58.6805555556vw;
  margin: auto;
  position: relative;
  padding-top: 4.8611111111vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-entry__titleImage {
    width: 93%;
    margin-left: 2vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-entry__titleImage::before {
  content: "";
  background-image: url("../img/LP/entry/entry-fukidashi.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.2222222222vw;
  height: 3.8194444444vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-entry__titleImage::before {
    width: 85.3333333333vw;
    height: 14.6666666667vw;
    top: -13.3333333333vw;
  }
}
.p-entry__stepTitle {
  width: 48.4722222222vw;
  margin: auto;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-entry__stepTitle {
    width: 91%;
    margin-left: 2vw;
    margin-bottom: 8vw;
  }
}
.p-entry__stepList {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
  margin-bottom: 4.0277777778vw;
}
@media screen and (max-width: 750px) {
  .p-entry__stepList {
    flex-direction: column;
    align-items: center;
    gap: 6.9333333333vw;
    margin-bottom: 18.1333333333vw;
  }
}
.p-entry__stepItem {
  width: 18.75vw;
}
@media screen and (max-width: 750px) {
  .p-entry__stepItem {
    width: 72vw;
  }
}
.p-entry__form {
  background-color: #fff;
  padding-top: 2.9861111111vw;
  padding-bottom: 4.1666666667vw;
  padding-left: 9.0277777778vw;
  padding-right: 9.0277777778vw;
  border-radius: 0.8333333333vw;
}
@media screen and (max-width: 750px) {
  .p-entry__form {
    padding-top: 10.6666666667vw;
    padding-bottom: 11.7333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.p-entry__formItem {
  margin-bottom: 2.6388888889vw;
}
@media screen and (max-width: 750px) {
  .p-entry__formItem {
    margin-bottom: 10.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p-entry__formItem:nth-of-type(3) {
    margin-bottom: 6.4vw;
  }
}
.p-entry__formText {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .p-entry__formText {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-bottom: 15.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-entry__label {
    font-size: 5.3333333333vw;
  }
}
.p-entry__label .hissu {
  background-color: #E04F11;
  color: #fff;
  margin-right: 0.5555555556vw;
  margin-bottom: 0.5555555556vw;
  border-radius: 0.3472222222vw;
  font-size: 1.1111111111vw;
  padding-left: 0.5555555556vw;
  padding-right: 0.5555555556vw;
  padding-top: 0.1388888889vw;
  padding-bottom: 0.1388888889vw;
}
@media screen and (max-width: 750px) {
  .p-entry__label .hissu {
    font-size: 4.2666666667vw;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    margin-right: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-entry__input {
  background-color: #D9D9D9;
  display: block;
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 0.3472222222vw;
  padding-right: 1.6666666667vw;
  padding-left: 1.6666666667vw;
  font-size: 1.1111111111vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-entry__input {
    height: 16vw;
    border-radius: 1.3333333333vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-entry__button {
  position: relative;
  margin-top: 4.7222222222vw;
}
.p-entry__button input[type=submit],
.p-entry__button a {
  margin: auto;
  background-image: linear-gradient(to right, #DF9711, #E15311);
  font-size: 1.8055555556vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding-top: 1.8055555556vw;
  padding-bottom: 1.8055555556vw;
  padding-left: 4.8611111111vw;
  padding-right: 4.8611111111vw;
}
@media screen and (max-width: 750px) {
  .p-entry__button input[type=submit],
  .p-entry__button a {
    font-size: 4.8vw;
    width: 100%;
    padding: 0;
    padding-top: 5.0666666667vw;
    padding-bottom: 5.0666666667vw;
  }
}
.p-entry__button-animeWrap {
  width: fit-content;
  margin: auto;
  border-radius: 3.125vw;
}
@media screen and (max-width: 750px) {
  .p-entry__button-animeWrap {
    width: 100%;
    border-radius: 8.5333333333vw;
  }
}
.p-entry__count {
  color: #fff;
  background-color: #222F40;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.6666666667vw;
  z-index: 1;
  padding-top: 0.2777777778vw;
  padding-bottom: 0.2777777778vw;
  padding-left: 3.3333333333vw;
  padding-right: 3.3333333333vw;
  border-radius: 0.3472222222vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-entry__count {
    top: -5.3333333333vw;
    width: 67%;
  }
}
.p-entry__count::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.1111111111vw;
  border-top-width: 2.6388888889vw;
  border-bottom-width: 0vw;
  border-left-width: 1.3888888889vw;
  border-right-width: 1.3888888889vw;
  border-color: #222F40 transparent transparent transparent;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-entry__count::before {
    top: 3.2vw;
    border-top-width: 5.6vw;
    border-bottom-width: 0vw;
    border-left-width: 3.3333333333vw;
    border-right-width: 3.3333333333vw;
  }
}

.p-tokuten {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 750px) {
  .p-tokuten {
    margin-bottom: 18.6666666667vw;
  }
}
.p-tokuten__whiteArea {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  padding-top: 3.5416666667vw;
  padding-bottom: 3.125vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media screen and (max-width: 750px) {
  .p-tokuten__whiteArea {
    padding: 0;
    border-radius: 3.2vw;
    padding-top: 9.6vw;
    padding-bottom: 10.4vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.p-tokuten__titleImage {
  width: 53.6111111111vw;
  margin: auto;
  margin-bottom: 2.9861111111vw;
}
@media screen and (max-width: 750px) {
  .p-tokuten__titleImage {
    width: 90.4vw;
    margin-bottom: 7.4666666667vw;
  }
}
.p-tokuten__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-tokuten__flex {
    flex-direction: column;
    gap: 7vw;
  }
}
.p-tokuten__fukidashi {
  width: 27.7083333333vw;
}
@media screen and (max-width: 750px) {
  .p-tokuten__fukidashi {
    width: 92%;
  }
}
.p-tokuten__image {
  width: 26.9791666667vw;
}
@media screen and (max-width: 750px) {
  .p-tokuten__image {
    width: 92%;
  }
}

.p-faq {
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  .p-faq {
    margin-bottom: 16vw;
  }
}
.p-faq__titleImage {
  width: 26.4583333333vw;
  margin: auto;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 750px) {
  .p-faq__titleImage {
    width: 75%;
    margin-bottom: 9.3333333333vw;
  }
}
.p-faq__item {
  background-color: #fff;
  margin-bottom: 1.6666666667vw;
  border-radius: 0.8333333333vw;
  padding: 3.3333333333vw;
  padding-top: 3.9583333333vw;
}
@media screen and (max-width: 750px) {
  .p-faq__item {
    border-radius: 3.2vw;
    padding-top: 9.3333333333vw;
    padding-right: 8vw;
    padding-left: 8vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 8.2666666667vw;
  }
}
.p-faq__item:last-child {
  margin: 0;
}
.p-faq__question {
  color: #015CB5;
  font-size: 2.2222222222vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.3333333333vw;
  padding-left: 6.5972222222vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-faq__question {
    font-size: 6.4vw;
    padding-left: 0;
    padding-top: 17.0666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-faq__question::before {
  content: "Q";
  font-size: 2.2222222222vw;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background-color: #38B6FF;
  padding-right: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-top: 0.5555555556vw;
  padding-bottom: 0.5555555556vw;
  position: absolute;
  top: -0.5555555556vw;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-faq__question::before {
    font-size: 7.5466666667vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-faq__answer {
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 6.5972222222vw;
}
@media screen and (max-width: 750px) {
  .p-faq__answer {
    font-size: 4vw;
    padding-left: 0;
    padding-top: 17.0666666667vw;
  }
}
.p-faq__answer::before {
  content: "A";
  font-size: 2.2222222222vw;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background-color: #015CB5;
  padding-right: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-top: 0.2430555556vw;
  padding-bottom: 0.2430555556vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-faq__answer::before {
    font-size: 7.5466666667vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-top: 0.9333333333vw;
    padding-bottom: 0.9333333333vw;
  }
}

.p-thanks {
  position: relative;
  overflow-y: hidden;
  z-index: 1;
  padding-top: 9.1145833333vw;
}
@media screen and (max-width: 750px) {
  .p-thanks {
    padding-top: 21.3333333333vw;
  }
}
.p-thanks__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-thanks__title {
  color: #ECED42;
  border-color: #ECED42;
  margin: auto;
  text-align: center;
  display: block;
  width: fit-content;
  font-size: 2.0833333333vw;
  border-top-width: 0.15625vw;
  border-bottom-width: 0.15625vw;
  padding-top: 1.9791666667vw;
  padding-bottom: 1.9791666667vw;
  padding-left: 2.96875vw;
  padding-right: 2.96875vw;
  margin-bottom: 5.9375vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-thanks__title {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-thanks__whiteArea {
  text-align: center;
  background-color: #fff;
  border-radius: 0.8333333333vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__whiteArea {
    padding: 0;
    border-radius: 3.2vw;
    padding-top: 9.6vw;
    padding-bottom: 10.4vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-thanks__line {
  margin-bottom: 4.1666666667vw;
}
.p-thanks__lineText {
  color: #333333;
  font-size: 1.5625vw;
  letter-spacing: 0.06em;
  line-height: 1.46;
  font-weight: 700;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__lineText {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-thanks__button {
  margin-top: 0;
}
.p-thanks__button a {
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__button a {
    font-size: 4.2666666667vw;
  }
}
.p-thanks__count {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__count {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.p-thanks__count::before {
  border-top-width: 1.9791666667vw;
  border-bottom-width: 0vw;
  border-left-width: 1.0416666667vw;
  border-right-width: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__count::before {
    border-top-width: 8vw;
    border-bottom-width: 0vw;
    border-left-width: 5.3333333333vw;
    border-right-width: 5.3333333333vw;
    top: 1.3333333333vw;
  }
}
.p-thanks__tokuten {
  margin-bottom: 11.875vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__tokuten {
    margin-bottom: 21.3333333333vw;
  }
}
.p-thanks__tokuten-whiteArea {
  padding-top: 2.2916666667vw;
  padding-bottom: 2.2916666667vw;
}
@media screen and (max-width: 750px) {
  .p-thanks__tokuten-whiteArea {
    padding-top: 11.7333333333vw;
    padding-bottom: 11.7333333333vw;
  }
}
.p-thanks__tokuten-titleImage {
  width: 100%;
}

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

.u-pc-none {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-pc-none {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
