@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #535353;
  background: #e6bebc;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  /**,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }*/
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-cta a {
  display: block;
  width: 91%;
  margin-inline: auto;
  -webkit-animation: cta 1s linear infinite alternate;
          animation: cta 1s linear infinite alternate;
}

.p-cta a {
  display: block;
  width: 108%;
  margin-inline: auto;
  -webkit-animation: cta 1s linear infinite alternate;
          animation: cta 1s linear infinite alternate;
}

.c-cta__text {
  margin-top: 0.625rem;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-cta__text {
    padding: 0 1.875rem;
  }
}

@-webkit-keyframes cta {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes cta {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.p-access {
  position: relative;
}

.p-access__cta {
  position: absolute;
  bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-access__cta {
    bottom: 4.1666666667vw;
  }
}

.p-awards {
  position: relative;
}

.p-awards__swiper {
  height: 37.3333333333vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 32vw;
}
@media screen and (min-width: 768px) {
  .p-awards__swiper {
    height: 10.4166666667vw;
    bottom: 13.0208333333vw;
  }
}
.p-awards__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-awards__swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-cta {
  position: fixed;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 6.25rem;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-cta.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-cta {
    display: none;
  }
}

.p-flow {
  position: relative;
}

.p-flow__cta {
  position: absolute;
  bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow__cta {
    bottom: 4.1666666667vw;
  }
}

.p-footer {
  position: relative;
}

.p-footer__bg {
  width: 100%;
}
.p-footer__bg img {
  width: 100%;
}

.p-footer__nav {
  width: 100%;
  position: absolute;
  top: 5.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    top: 1.5625vw;
  }
}
.p-footer__nav li a {
  display: block;
  padding: 0.625rem;
  font-size: 3.2vw;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li a {
    padding: 0.9375rem;
    font-size: 1.0416666667vw;
  }
}

.p-form {
  background: #fff;
  padding: 0vw 0 18.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 0vw 0 5.2083333333vw;
  }
}

.p-form__inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-form__inner {
    padding: 0 2.0833333333vw;
  }
}

.p-form__form {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p-form__form {
    margin-top: 0.6041666667vw;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__item:not(:first-child) {
  margin-top: 1.25rem;
}
.p-form__item dt {
  font-size: 3.066667vw;
  line-height: 1.476923;
  width: 26.6666666667vw;
}
.p-form__item p {
    color: white;
    width: 38%;
    background-color: red;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 1.097917vw;
    width: 9.375vw;
  }
  .p-form__item p {
    font-size: 0.897917vw;
    color: white;
    width: 32%;
    background-color: red;
  }
}
.p-form__item dd {
  width: calc(100% - 26.66667vw);
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: calc(100% - 9.375vw);
  }
}
.p-form__item dd input {
  width: 100%;
  min-height: 2.5rem;
  background: #E9EAF0;
  border: none;
  font-size: 3.4666666667vw;
  line-height: 1.1538461538;
  padding: 2.6666666667vw;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .p-form__item dd input {
    font-size: 1.1979166667vw;
    padding: 1.0416666667vw;
  }
}
.p-form__item dd input ::-webkit-input-placeholder {
  color: #535353;
}
.p-form__item dd input ::-moz-placeholder {
  color: #535353;
}
.p-form__item dd input ::-ms-input-placeholder {
  color: #535353;
}
.p-form__item dd input ::placeholder {
  color: #535353;
}

/*textarea*/
.p-form__item textarea {
  width: 100%;
  resize: vertical;
  min-height: 2.5rem;
  background: #E9EAF0;
  border: none;
  font-size: 3.4666666667vw;
  line-height: 1.1538461538;
  padding: 2.6666666667vw;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .p-form__item textarea {
    font-size: 1.1979166667vw;
    padding: 1.0416666667vw;
  }
}
.p-form__item textarea ::-webkit-input-placeholder {
  color: #535353;
}
.p-form__item textarea ::-moz-placeholder {
  color: #535353;
}
.p-form__item textarea ::-ms-input-placeholder {
  color: #535353;
}
.p-form__item textarea ::placeholder {
  color: #535353;
}

.p-form__item dd span {
  font-size: 3.4666666667vw;
  color: #535353;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd span {
    font-size: 1.1979166667vw;
  }
}
.p-form__item dd select {
  width: 18.1333333333vw;
  border: none;
  font-size: 3.4666666667vw;
  line-height: 1.1538461538;
  color: #535353;
  padding: 2.6666666667vw;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #E9EAF0;
  background-image: url(../images/select.png);
  background-size: 2.4vw auto;
  background-repeat: no-repeat;
  background-position: right 1.6vw center;
}
@media screen and (min-width: 768px) {
  .p-form__item dd select {
    font-size: 1.1979166667vw;
    padding: 0.78125vw;
    background-size: 0.9375vw auto;
    background-position: right 0.5208333333vw center;
    width: 5.2083333333vw;
  }
}
.p-form__item .p-form__date {
  position: relative;
}
.p-form__item .p-form__date .ui-datepicker-trigger {
  position: absolute;
  top: 3.4666666667vw;
  right: 3.4666666667vw;
  width: 2.4vw;
}
@media screen and (min-width: 768px) {
  .p-form__item .p-form__date .ui-datepicker-trigger {
    top: 1.1979166667vw;
    right: 1.0416666667vw;
    width: 1.0416666667vw;
  }
}
.p-form__item .p-form__date select {
  margin-top: 0.625rem;
  width: 100%;
  background-position: right 3.4666666667vw center;
}
@media screen and (min-width: 768px) {
  .p-form__item .p-form__date select {
    background-position: right 1.0416666667vw center;
  }
}

.p-form__submit {
  margin-top: 9.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 3.125vw;
  }
}
.p-form__submit input {
  display: inline-block;
  border: 1px solid #D8616C;
  width: 74.6666666667vw;
  padding: 4.8vw;
  background: #D8616C;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__submit input {
    font-size: 1.1979166667vw;
    width: 26.0416666667vw;
    padding: 1.5625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-form__submit input:hover {
    background: #fff;
    color: #D8616C;
  }
}

.p-mv {
  position: relative;
}

.p-mv__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__left {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 33.0729166667%;
    min-height: 100vh;
  }
}

.p-mv__title {
  width: 100%;
}
.p-mv__title img {
  width: 100%;
}

.p-mv__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 33.0729166667%;
    min-height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    max-width: 27.625rem;
    width: 23.0208333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__btn {
    max-width: 21.875rem;
    width: 18.2291666667vw;
    margin-top: 5.2083333333vw;
  }
  .p-mv__btn a {
    display: block;
    width: 100%;
  }
  .p-mv__btn a img {
    width: 100%;
  }
}

.p-mv__cta {
  position: absolute;
  bottom: -8vw;
  left: 56vw;
}
@media screen and (min-width: 768px) {
  .p-mv__cta {
    bottom: -1.791667vw;
    left: 17vw;
    width: 40%;
  }
}

.p-price {
  position: relative;
}

.p-price__cta {
  position: absolute;
  bottom: 36.233333vw;
}
@media screen and (min-width: 768px) {
  .p-price__cta {
    bottom: 12.089583vw;
  }
}

.p-sns {
  position: relative;
}

.p-sns__btn {
  width: 69.3333333333vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 69.3333333333vw;
}
.p-sns__btn a {
  display: block;
  width: 100%;
}
.p-sns__btn a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sns__btn {
    width: 23.9583333333vw;
    bottom: 23.4375vw;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-voice {
  position: relative;
  padding-top: 3.4375rem;
  padding-bottom: 2.8125rem;
  background: #F6ECE9;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 5.2083333333vw;
  }
}

.p-voice__title {
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    padding: 0 2.0833333333vw;
  }
}
.p-voice__title img {
  width: 35.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-voice__title img {
    width: 13.0208333333vw;
  }
}

.p-voice__swiper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper {
    margin-top: 4.1666666667vw;
  }
}
.p-voice__swiper .swiper {
  padding: 0 1.875rem;
}
.p-voice__swiper .swiper-button-next,
.p-voice__swiper .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  margin-top: 0;
  top: 45%;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper .swiper-button-next,
  .p-voice__swiper .swiper-button-prev {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.p-voice__swiper .swiper-button-next::after,
.p-voice__swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) no-repeat center/contain;
}
.p-voice__swiper .swiper-button-next::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-voice__cta {
  margin-top: 3.4375rem;
}

.p-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-wrapper {
    width: 33.8541666667%;
    min-width: 23.4375rem;
    margin: 0 auto;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}


/*-------------------
  sec10
-------------------*/
#sec10 {
  padding: 82px 10px 80px;
  background-color: white;
}

#sec10 .ttl {
  margin: 0 auto 60px;
  width: 423px;
}

#sec10 .ttl1 {
  font-weight: 400;
  letter-spacing: normal;
}

.qalist {
  border-top: 1px solid #C2C2C2;
}

.qalist:last-of-type {
  border-bottom: 1px solid #C2C2C2;
}

.qalist dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qalist .ico {
  width: 37px;
  height: 37px;
  margin-right: 13px;
}

.qalist .arw {
  width: 25px;
}

.qalist .arw {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qalist dt.active .arw {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qalist p {
  letter-spacing: 0.05em;
}

.qalist dt p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 600;
  padding-right: 1em;
  color: #e63544;
}

.qalist dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.qalist dd p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  margin-top: 4px;
}

.qalist dd .img {
  width: 100%;
  text-align: center;
}

.sec10_img1 {
  width: 346px;
}

@media screen and (min-width: 769px) {
  #sec10 .ttl1 {
    margin-bottom: 60px;
  }
  .qalist dt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sec10 {
    padding: 10.933vw 4vw 10.4vw;
  }
  #sec10 p {
    font-size: 3.3vw;
  }
  #sec10 .ttl {
    margin: 0 auto 8vw;
    width: 63vw;
  }
  .qalist dt {
    min-height: 17.067vw;
    padding: 2.667vw 0;
  }
  .qalist .ico {
    width: 7.3vw;
    height: 7.3vw;
    margin-right: 1.6vw;
  }
  .qalist .arw {
    width: 5.067vw;
  }
  .qalist p {
    letter-spacing: 0.05em;
  }
  .qalist dt p {
    line-height: 1.38;
    font-size: 3.467vw;
  }
  .qalist dd {
    padding-top: 2vw;
    padding-bottom: 2.667vw;
  }
  .qalist dd p {
    margin-top: 1.3vw;
    line-height: 1.5;
  }
  .sec10_img1 {
    width: 71.2vw;
  }
}
/*# sourceMappingURL=styles.css.map */
