.pFV__headline_en .char {
  opacity: 0;
  transition: opacity 0.8s var(--e-out-cubic);
  transition-delay: calc(0.4s + 0.05s * var(--i));
}
.pFV__headline_ja .char {
  opacity: 0;
  transition: opacity 0.8s var(--e-out-cubic);
  transition-delay: calc(0.4s + 0.05s * var(--i));
}

.is-show .pFV__headline_en .char {
  opacity: 1;
}
.is-show .pFV__headline_ja .char {
  opacity: 1;
}

.cMouseStalker {
  display: none;
}

@media screen and (min-width: 768px) {
  .cMouseStalker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-stalker);
    display: block;
    width: 40rem;
    height: 40rem;
    pointer-events: none;
  }
  .cMouseStalker__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .cMouseStalker__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: radial-gradient(138.84% 83.13% at 49.83% 50.12%, rgba(153, 219, 241, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 50%;
    opacity: 0;
    transition: background-color 0.6s var(--e-out-expo), opacity 0.6s var(--e-out-expo);
  }
  .cMouseStalker__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--c-white);
    opacity: 0;
    transition: opacity 0.6s var(--e-out-expo);
  }
  .cMouseStalker__main_text {
    font-family: var(--f-en);
    font-size: 18rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .cMouseStalker__main_line {
    width: 100%;
    height: 1px;
    margin-top: 8rem;
    background-color: var(--c-white);
  }
  .cMouseStalker.is-hover .cMouseStalker__background {
    opacity: 1;
  }
  .cMouseStalker.is-hover .cMouseStalker__main {
    opacity: 1;
  }
  .cMouseStalker.is-ather-hover .cMouseStalker__background {
    opacity: 0;
  }
  .cMouseStalker.is-ather-hover .cMouseStalker__main {
    opacity: 0;
  }
  .is-stalker-hover {
    cursor: none;
  }
}
.pFV {
  padding: 0 32rem;
  overflow: hidden;
}
.pFV .pFV__inner {
  position: relative;
  padding: 140rem 0 40rem;
}
.pFV__headline_en {
  margin-bottom: 14rem;
  font-family: var(--f-en);
  font-size: 14rem;
  line-height: 1.8;
  color: var(--c-white);
  letter-spacing: 0.06em;
}
.pFV__headline_ja .char[data-id="1"] {
  width: 22rem;
  height: 21rem;
  margin-bottom: 1rem;
}
.pFV__headline_ja .char[data-id="2"] {
  width: 22rem;
  height: 22rem;
  margin-bottom: 1rem;
  margin-left: 5rem;
}
.pFV__headline_ja .char[data-id="3"] {
  width: 21rem;
  height: 16rem;
  margin-bottom: 2rem;
  margin-left: 8rem;
}
.pFV__headline_ja .char[data-id="4"] {
  width: 23rem;
  height: 23rem;
  margin-left: 4rem;
}
.pFV__headline_ja .char[data-id="5"] {
  width: 21rem;
  height: 20rem;
  margin-bottom: 3rem;
  margin-left: 4rem;
}
.pFV__headline_ja .char[data-id="6"] {
  width: 22rem;
  height: 21rem;
  margin-bottom: 2rem;
  margin-left: 5rem;
}
.pFV__text {
  margin-top: 24rem;
  font-size: 14rem;
  line-height: 1.8;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.pFV__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}
.pFV .char {
  display: inline-block;
}

.pContact__form_inner {
  padding: 0 32rem 100rem;
}
.pContact__tels {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30rem 17rem 32rem;
  margin-top: 40rem;
  border-top: 1px solid #dde8ed;
  border-bottom: 1px solid #dde8ed;
}
.pContact__tels_title {
  font-size: 19rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.pContact__tels_text {
  margin-top: 8rem;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.pContact__tel {
  display: flex;
  gap: 0 8rem;
  align-items: center;
  margin-top: 20rem;
  font-family: var(--f-en);
  line-height: 1;
  color: var(--c-blue);
}
.pContact__tel_text {
  padding-bottom: 3rem;
  margin-top: 6rem;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--c-blue);
}
.pContact__tel_num {
  font-size: 36rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 18rem 20rem;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1;
  color: var(--c-block);
  background: #e9f8ff;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  height: 50rem;
  padding: 0 16rem;
}

::-moz-placeholder {
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.7;
  color: #8fb9c9;
  letter-spacing: 0.02em;
}

::placeholder {
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.7;
  color: #8fb9c9;
  letter-spacing: 0.02em;
}

.cForm {
  display: flex;
  flex-direction: column;
  gap: 40rem 0;
  margin-top: 40rem;
}
.cForm__list {
  display: flex;
  flex-direction: column;
  gap: 32rem 0;
}
.cForm__block {
  display: flex;
  flex-direction: column;
  gap: 14rem 0;
}
.cForm__transmission {
  display: flex;
  flex-direction: column;
  gap: 26rem 0;
}
.cForm__transmission .cForm__block {
  padding-left: 0;
  border-left: none;
}
.cForm__privacypolicy {
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--c-blue);
  text-align: center;
}
.cForm__privacypolicy_link {
  position: relative;
  display: inline;
}
.cForm__privacypolicy_link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--c-blue);
}
.cForm__label {
  display: flex;
  gap: 0 10rem;
  align-items: center;
}
.cForm__label_text {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
}
.cForm__label_box {
  padding: 3rem 5rem 4rem;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1;
  color: var(--c-white);
  letter-spacing: 0.02em;
}
.cForm__label_box--required {
  background: var(--c-blue);
}
.cForm__label label {
  display: flex;
  gap: 10rem;
  align-items: center;
}
.cForm__label .wpcf7-list-item {
  margin: 0;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.cForm__buttonList .cForm__block {
  position: relative;
  display: block;
  padding-bottom: 0;
  color: var(--c-white);
  border: none;
}
.cForm__buttonList .cForm__block .wpcf7-spinner {
  display: none;
}
.cForm__buttonList .cForm__block input[type=submit] {
  width: 100%;
  padding: 24rem 78rem;
  font-size: 15rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: var(--c-blue);
  border: 1px solid var(--c-blue);
}
.cForm__buttonList .cForm__block .clink__arrow {
  position: absolute;
  top: 25rem;
  right: 78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 14rem;
  background: var(--c-white);
  border-radius: 50%;
}
.cForm__buttonList .cForm__block .clink__arrow_inner {
  width: 7rem;
  height: 8rem;
  color: var(--c-blue);
}
.cForm__buttonList .cForm__block .cArrow {
  position: absolute;
  top: 25rem;
  right: 52rem;
  width: 18rem;
  height: 14rem;
}
.cForm__buttonList .cForm__block .cArrow .cArrow__icon {
  width: 100%;
  height: 100%;
}
.cForm__quiz .wpcf7-quiz-label {
  display: block;
  margin-top: 10rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.cForm__quiz .wpcf7-form-control {
  margin-top: 14rem;
}
.cForm .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 14rem;
}

@media screen and (min-width: 768px) {
  .pFV {
    padding: 0 278rem;
  }
  .pFV .pFV__inner {
    padding: 210rem 0 70rem;
  }
  .pFV__headline_en {
    margin-bottom: 20rem;
    font-size: 14rem;
  }
  .pFV__headline_ja .char[data-id="1"] {
    width: 30rem;
    height: 28rem;
    margin-bottom: 1rem;
  }
  .pFV__headline_ja .char[data-id="2"] {
    width: 29rem;
    height: 30rem;
    margin-bottom: 1rem;
    margin-left: 7rem;
  }
  .pFV__headline_ja .char[data-id="3"] {
    width: 27rem;
    height: 22rem;
    margin-left: 11rem;
  }
  .pFV__headline_ja .char[data-id="4"] {
    width: 31rem;
    height: 31rem;
    margin-left: 6rem;
  }
  .pFV__headline_ja .char[data-id="5"] {
    width: 29rem;
    height: 28rem;
    margin-bottom: 3rem;
    margin-left: 6rem;
  }
  .pFV__headline_ja .char[data-id="6"] {
    width: 30rem;
    height: 27rem;
    margin-bottom: 3rem;
    margin-left: 7rem;
  }
  .pFV__text {
    margin-top: 26rem;
    font-size: 17rem;
    line-height: 2;
  }
  .pContact__form_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-bottom: 220rem;
  }
  .pContact__tels {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    width: 956rem;
    padding: 40rem 0;
    margin-top: 80rem;
  }
  .pContact__tels_title {
    grid-row: 1;
    grid-column: 1/2;
    margin-top: 0;
    font-size: 23rem;
  }
  .pContact__tels_text {
    z-index: 1;
    grid-row: 2;
    grid-column: 1/2;
    margin-top: 14rem;
    font-size: 16rem;
  }
  .pContact__tel {
    position: relative;
    position: absolute;
    right: 0;
    grid-column: 2/3;
    justify-content: flex-end;
    margin-top: 0;
  }
  .pContact__tel_num {
    font-size: 54rem;
  }
  .pContact__tel_text {
    position: relative;
    font-size: 24rem;
    border-bottom: none;
  }
  .pContact__tel_text::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 5rem);
    height: 1px;
    content: "";
    background: var(--c-blue);
    transform: translateX(-50%);
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 18rem;
    line-height: 1.8;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  select {
    height: 53rem;
    padding: 0 22rem;
  }
  ::-moz-placeholder {
    font-size: 18rem;
  }
  ::placeholder {
    font-size: 18rem;
  }
  .cForm {
    gap: 100rem 0;
    width: 956rem;
    margin-top: 60rem;
  }
  .cForm__list {
    gap: 42rem 0;
  }
  .cForm__wrapper {
    width: 691rem;
  }
  .cForm__wrapper_prefecture {
    margin-bottom: 16rem;
  }
  .cForm__wrapper_prefecture::before {
    margin-top: 12rem;
    font-size: 17rem;
  }
  .cForm__wrapper_prefecture .cForm__input--index, .cForm__wrapper_prefecture .cForm__input--ken {
    width: 160rem;
  }
  .cForm__wrapper_inputs p {
    gap: 16rem 0;
  }
  .cForm__block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .cForm__block.cForm__free {
    align-items: flex-start;
  }
  .cForm__label_text {
    font-size: 18rem;
  }
  .cForm__label {
    justify-content: space-between;
    width: 245rem;
  }
  .cForm__label .wpcf7-list-item {
    font-size: 14rem;
  }
  .cForm__label_box--required {
    padding: 4rem 6rem 5rem;
  }
  .cForm .cForm__quiz {
    margin-top: 48rem;
  }
  .cForm .cForm__quiz .cForm__wrapper {
    display: flex;
    flex-direction: column;
    gap: 23rem 0;
    width: 100%;
  }
  .cForm .cForm__quiz_text {
    font-size: 18rem;
    text-align: center;
  }
  .cForm .cForm__quiz label {
    display: flex;
    gap: 0 20rem;
    align-items: center;
  }
  .cForm .cForm__quiz label .wpcf7-quiz-label {
    width: 74rem;
    margin-top: 0;
    font-size: 18rem;
  }
  .cForm .cForm__quiz .wpcf7-form-control {
    width: 860rem;
    margin-top: 0;
  }
  .cForm__privacypolicy {
    font-size: 16rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .cForm__buttonList {
    width: 100%;
  }
  .cForm__buttonList .cForm__block {
    display: flex;
    gap: 0 26rem;
    justify-content: center;
  }
  .cForm__buttonList .cForm__block input[type=submit] {
    padding: 37rem 388rem;
    font-size: 16rem;
  }
  .cForm__buttonList .cForm__block .clink__arrow {
    top: 38rem;
    right: 388rem;
  }
  .cForm__buttonList .cForm__block .clink__arrow_inner {
    width: 8rem;
    height: 8rem;
  }
  .cForm__buttonList .cForm__block p {
    width: 100%;
  }
  .cForm .wpcf7-not-valid-tip {
    font-size: 14rem;
  }
}
@media (any-hover: hover) {
  .cForm__buttonList .cForm__block {
    transition: color 0.4s var(--e-out-expo);
  }
  .cForm__buttonList .cForm__block input[type=submit] {
    transition: background 0.4s var(--e-out-expo);
  }
  .cForm__buttonList .clink__arrow {
    transition: background 0.4s var(--e-out-expo);
  }
  .cForm__buttonList .clink__arrow_image {
    transition: color 0.4s var(--e-out-expo);
  }
  .cForm__buttonList:hover .cForm__block {
    color: var(--c-blue);
  }
  .cForm__buttonList:hover .cForm__block input[type=submit] {
    background: var(--c-white);
  }
  .cForm__buttonList:hover .clink__arrow {
    background: var(--c-blue);
  }
  .cForm__buttonList:hover .clink__arrow_image {
    color: var(--c-white);
  }
  .cForm__privacypolicy_link_text {
    opacity: 1;
    transition: opacity 0.4s var(--e-out-expo);
  }
  .cForm__privacypolicy_link:hover .cForm__privacypolicy_link_text {
    opacity: 0.6;
  }
}