@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: unset;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: justify;
  font-weight: 500;
  background-image: linear-gradient(135deg, #FC6C98 30%, #FD6317);
}

.l-wrap {
  min-height: 100vh;
}

.l-grid {
  display: grid;
  grid-template-columns: 45.1388888889vw 34.7222222222vw 1fr;
  grid-template-rows: 1fr;
}

.l-menu {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.l-main {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  background-color: #fff;
  z-index: 10;
}

.l-sub {
  grid-column: 3;
  grid-row: 1;
}

.c-cta {
  margin: 0.8333333333vw auto 2.7777777778vw;
  text-align: center;
}

.c-cta__attention {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #F5FF03;
  font-size: 1.4583333333vw;
}

.c-cta__attention::before {
  content: "";
  display: block;
  margin-right: 0.4166666667vw;
  width: 0.1388888889vw;
  height: 1.6666666667vw;
  background-color: #F5FF03;
  transform: rotate(-20deg);
  transform-origin: bottom center;
}

.c-cta__attention::after {
  content: "";
  display: block;
  margin-left: 0.4166666667vw;
  width: 0.1388888889vw;
  height: 1.6666666667vw;
  background-color: #F5FF03;
  transform: rotate(20deg);
  transform-origin: bottom center;
}

.c-cta__attention--red {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: #FF5555;
  font-size: 1.4583333333vw;
  line-height: 1.2380952381;
  padding-bottom: 0.6944444444vw;
}

.c-cta__attention--red::before {
  content: "";
  display: block;
  margin-right: 0.8333333333vw;
  width: 0.1388888889vw;
  height: 2.5vw;
  background-color: #FF5555;
  transform: rotate(-20deg) translateY(0.6944444444vw);
  transform-origin: bottom center;
}

.c-cta__attention--red::after {
  content: "";
  display: block;
  margin-left: 0.8333333333vw;
  width: 0.1388888889vw;
  height: 2.5vw;
  background-color: #FF5555;
  transform: rotate(20deg) translateY(0.6944444444vw);
  transform-origin: bottom center;
}

.c-cta__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5555555556vw auto 0;
  width: 22.9166666667vw;
  padding: 1.7361111111vw 0;
  background-color: #F5FF03;
  color: #FF2F1A;
  font-size: 1.9444444444vw;
  font-weight: 400;
  text-decoration: none;
  border-radius: 1000px;
}

.c-cta__button--red {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5555555556vw auto 0;
  width: 22.9166666667vw;
  padding: 1.7361111111vw 0;
  background-color: #FF5555;
  color: #F5FF03;
  font-size: 1.9444444444vw;
  font-weight: 400;
  text-decoration: none;
  border-radius: 1000px;
}

.c-cta__button__icon {
  position: absolute;
  top: 0;
  right: 1.8055555556vw;
  bottom: 0;
  margin: auto;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}

.c-cta__button__icon__path {
  fill: #FF2F1A;
}

.c-cta__button__icon__path--red {
  fill: #F5FF03;
}

.c-cta__link--red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.3888888889vw;
  text-align: center;
  font-size: 1.25vw;
  padding: 0 0.4861111111vw 0.2083333333vw;
  border-bottom: 1px solid #FF2F1A;
  color: #FF2F1A;
  text-decoration: none;
}

.c-cta__link--red::after {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-left: 0.6944444444vw;
  background-color: #FF2F1A;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 18.1944444444vw;
  font-size: 1.5277777778vw;
  text-align: center;
  padding: 1.3888888889vw 0;
  background-color: #FF5555;
  border-radius: 1000px;
  color: #fff;
  text-decoration: none;
}

.c-button__arrow {
  position: absolute;
  top: 0;
  right: 1.4583333333vw;
  bottom: 0;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin: auto;
  display: inline-block;
}

.c-button--gray {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5972222222vw auto 4.1666666667vw;
  width: 19.0972222222vw;
  font-size: 1.5277777778vw;
  text-align: center;
  padding: 1.0416666667vw 0;
  background-color: #767676;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.c-button__arrow--gray {
  position: absolute;
  top: 0;
  right: 1.4583333333vw;
  bottom: 0;
  width: 0.5555555556vw;
  height: 0.9027777778vw;
  margin: auto;
  display: inline-block;
}

.c-headline {
  text-align: center;
  font-weight: 700;
}

.c-headline__deco {
  font-size: 1.25vw;
  color: #FC653B;
}

.c-headline__main {
  display: block;
  margin-top: 0.9722222222vw;
  font-size: 1.9444444444vw;
  line-height: 1.3571428571;
}

.c-anchor {
  position: relative;
}

.c-anchor__inner {
  position: absolute;
  left: 0;
  margin-top: -6.9444444444vw;
}

.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  z-index: 300;
  transition: transform 0.3s, opacity 0.3s;
}

.c-popup.is-active {
  opacity: 1;
  pointer-events: all;
}

.c-popup__frame {
  position: absolute;
  top: 0;
  left: 45.1388888889vw;
  bottom: 0;
  width: 34.7222222222vw;
  height: 90vh;
  margin: auto;
  background-color: #fff;
}

.p-menu {
  position: fixed;
  top: 0;
  left: 6.9444444444vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.p-menu__wrap {
  width: 27.7777777778vw;
}

.p-menu__logo {
  display: block;
  width: 17.0833333333vw;
}

.p-menu__link {
  margin-top: 3.3333333333vw;
}

.p-menu__link__block {
  margin-top: 1.25vw;
}

.p-menu__link__cell {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s;
}

.is-anchor.p-menu__link__cell {
  color: #FFF500;
  opacity: 1;
}

.p-menu__link__cell:hover {
  transform: translateX(0.2083333333vw);
}

.p-menu__link__cell::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  bottom: 0;
  width: 5px;
  height: 100%;
  background-color: #FFF500;
  transform: translateX(0em);
  opacity: 0;
  transition: transform 0.1s;
}

.is-anchor.p-menu__link__cell::after {
  opacity: 1;
  transform: translateX(0em);
}

.p-menu__link__icon {
  display: block;
  margin-right: 1.3888888889vw;
  width: 1.5972222222vw;
  height: 1.5972222222vw;
}

.p-menu__link__sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.3888888889vw;
}

.p-menu__link__sub__block {
  margin-left: 2.9166666667vw;
}

.p-menu__link__sub__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s;
}

.p-menu__link__sub__cell:hover {
  transform: translateX(0.2083333333vw);
}

.p-menu__link__sub__icon {
  display: block;
  margin-left: 0.3472222222vw;
  width: 0.625vw;
  height: 0.625vw;
}

.p-menu__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.8611111111vw;
}

.p-menu__button__block {
  width: 12.9861111111vw;
  height: 2.9166666667vw;
  border-radius: 0.3472222222vw;
  background-color: #fff;
  transition: transform 0.15s;
}

.p-menu__button__block:hover {
  transform: scale(0.98);
}

.p-menu__button__cell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 400;
  color: #FF5555;
  text-decoration: none;
}

.p-menu__button__icon {
  position: absolute;
  display: block;
  top: 0;
  right: 0.9722222222vw;
  bottom: 0;
  margin: auto;
  width: 0.625vw;
  height: 0.625vw;
}

.p-menu__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.3888888889vw;
  width: 24.3055555556vw;
}

.p-menu__bottom__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9722222222vw;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.p-menu__bottom__icon {
  display: block;
  margin-left: 0.3472222222vw;
  width: 0.9027777778vw;
  height: 0.7638888889vw;
  margin-left: 0.4166666667vw;
}

.p-menu__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.0833333333vw;
  border-radius: 0.3472222222vw;
  padding: 0.7638888889vw 1.7361111111vw;
  box-sizing: border-box;
  color: #FF5555;
  background-color: #FFF500;
  text-decoration: none;
  transition: transform 0.15s;
}

.p-menu__banner:hover {
  transform: scale(0.98);
}

.p-menu__banner__lead {
  font-size: 0.8333333333vw;
  line-height: 1.25;
}

.p-menu__banner__main {
  font-size: 1.4583333333vw;
  line-height: 1;
  font-weight: 700;
}

.p-menu__banner__icon {
  display: block;
  margin-left: 0.3472222222vw;
  width: 0.625vw;
  height: 0.625vw;
}

.p-header {
  display: none;
}

.p-float {
  display: none;
}

.p-fv {
  color: #fff;
  background-image: linear-gradient(-15deg, #FD6317 0%, #FC6C98 70%);
  padding: 1.9444444444vw 0 2.9861111111vw;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.p-fv__lead {
  margin: 0 auto 0;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.4761904762;
}

.p-fv__point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-fv__point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 22.9166666667vw;
  margin: 0 auto;
}

.p-fv__point__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8333333333vw;
  width: 11.0416666667vw;
  height: 2.1527777778vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: #FC6758;
  background-color: #fff;
  border-radius: 100vw;
  box-sizing: border-box;
  line-height: 1;
}

.p-fv__point__cell:last-child:nth-child(2n+1) {
  margin: 0.8333333333vw auto 0;
  width: 13.8888888889vw;
}

.p-fv__point--small {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 20.6944444444vw;
  margin: 1.0416666667vw auto 0;
}

.p-fv__point__cell--small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25vw;
  height: 2.1527777778vw;
  font-size: 1.1111111111vw;
  border: 1px solid #fff;
  border-radius: 100vw;
  box-sizing: border-box;
  line-height: 1;
}

.p-fv__copy__main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #FFF500;
  margin: -0.6944444444vw 0 0 4.1666666667vw;
  font-size: 2.5694444444vw;
  line-height: 1;
  font-weight: 700;
}

.p-fv__copy__main__strong {
  font-size: 13.8888888889vw;
  font-family: "DIN Alternate" "DIN";
  transform: translateY(0.05em);
}

.p-fv__copy__sub {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 0.5555555556vw;
  font-size: 3.0555555556vw;
  line-height: 1;
  font-weight: 700;
}

.p-fv__copy__sub__tax {
  display: inline-block;
  font-size: 0.8333333333vw;
  margin: 0 0.5em;
  writing-mode: vertical-rl;
  font-weight: 400;
}

.p-fv__point__image {
  width: 25.4861111111vw;
  margin: 1.25vw auto 0;
}

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

.p-voice {
  margin-top: 3.8194444444vw;
}

.p-voice__container {
  margin: 1.875vw auto 0;
  width: 22.9166666667vw;
}

.p-voice__box {
  width: 100%;
  border: 0.2777777778vw solid #FC6758;
  border-radius: 0.9722222222vw;
}

.p-voice__box:not(:first-child) {
  margin: 4.1666666667vw 0 0;
}

.p-voice__box__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1111111111vw;
  line-height: 1.4;
}

.p-voice__box__name__num {
  margin-right: 0.625vw;
  font-size: 1.3888888889vw;
  color: #EF4E4E;
}

.p-voice__box__wrap {
  width: 18.0555555556vw;
  margin: 1.5277777778vw auto 1.25vw;
}

.p-voice__box__image {
  width: 100%;
  margin: 0.625vw auto 0;
  border: 1px solid #707070;
}

.p-voice__box__image img {
  display: block;
  width: 100%;
}

.p-voice__box__headline {
  margin-top: 1.25vw;
  font-size: 1.4583333333vw;
  font-weight: 700;
  color: #FC653B;
  line-height: 1.5;
}

.p-voice__box__text {
  margin-top: 0.8333333333vw;
  font-size: 0.9722222222vw;
  line-height: 1.7142857143;
}

.p-voice__box__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0.9027777778vw 0 0 auto;
  color: #FC653B;
}

.p-voice__box__link__main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9722222222vw;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #FC653B;
}

.p-voice__box__link__arrow {
  display: inline-block;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  margin-left: 0.6944444444vw;
}

.p-problem {
  margin-top: 4.1666666667vw;
}

.p-problem__headline {
  width: 100%;
  text-align: center;
  background-color: #FFF500;
  font-size: 1.6666666667vw;
  color: #FF5555;
  padding: 1.0416666667vw 0;
}

.p-problem__wrap {
  width: 22.9166666667vw;
  margin: 1.9444444444vw auto 0;
}

.p-problem__comment__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2em;
  padding: 1.9444444444vw 0;
  font-size: 1.25vw;
  line-height: 1.3888888889;
  color: #fff;
  text-align: center;
  background-color: #FC6758;
  margin-top: 1.9444444444vw;
  border-radius: 1000px;
}

.p-problem__comment__box__arrow--left::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 4.4444444444vw;
  display: block;
  width: 0.8333333333vw;
  height: 1.25vw;
  background-color: #FC6758;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.p-problem__comment__box__arrow--right::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 4.4444444444vw;
  display: block;
  width: 0.8333333333vw;
  height: 1.25vw;
  background-color: #FC6758;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.p-problem__text {
  margin: 3.6805555556vw auto 0;
  font-size: 1.1111111111vw;
  line-height: 1.8235294118;
  font-weight: 700;
}

.p-problem__text__strong {
  color: #FC6758;
  font-weight: 700;
}

.p-reason {
  position: relative;
  background-color: #FFF500;
  margin-top: 1.9444444444vw;
  padding: 6.9444444444vw 0 1.875vw;
}

.p-reason::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 9.7222222222vw;
  height: 2.7777777778vw;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.p-reason__wrap {
  width: 22.9166666667vw;
  margin: 0 auto;
}

.p-reason__headline {
  font-size: 2.7777777778vw;
  line-height: 1.275;
  color: #FF5555;
}

.p-reason__headline__ruby {
  display: inline-block;
  position: relative;
}

.p-reason__headline__ruby__text {
  position: absolute;
  top: -1.5em;
  display: block;
  width: 100%;
  height: 1em;
  font-size: 0.9722222222vw;
  text-align: center;
}

.p-reason__description {
  margin-top: 2.6388888889vw;
}

.p-reason__description:not(:first-child) {
  margin-top: 1.9444444444vw;
}

.p-reason__description__term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.4166666667vw;
  padding: 0.8333333333vw;
  box-sizing: border-box;
  border-radius: 1000px;
  font-size: 1.6666666667vw;
  color: #fff;
  background-image: linear-gradient(120deg, #FD6421, #FC6C98);
}

.p-reason__description__define {
  margin-top: 0.9722222222vw;
  padding-left: 0.9722222222vw;
  font-size: 1.4583333333vw;
  line-height: 1.4285714286;
  color: #575757;
}

.p-advantage {
  margin-top: 5.9027777778vw;
}

.p-advantage__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 24.0277777778vw;
  margin: 0 auto 2.0833333333vw;
}

.p-advantage__box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 11.4583333333vw;
  margin-top: 1.9444444444vw;
}

.p-advantage__box__image {
  width: 100%;
  border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  overflow: hidden;
}

.p-advantage__box__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-advantage__box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.625vw 0 0.4166666667vw;
  border-radius: 0.9027777778vw 0.9027777778vw 0 0;
  background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  font-size: 1.25vw;
  line-height: 1.3888888889;
  font-weight: 700;
  color: #fff;
}

.p-advantage__box__text {
  width: 100%;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  margin-top: 1.0416666667vw;
  text-align: justify;
  color: #2E2E2E;
}

.p-design {
  padding-top: 2.7777777778vw;
}

.p-design__text {
  width: 22.9166666667vw;
  margin: 2.0833333333vw auto 0;
  font-size: 0.9722222222vw;
  line-height: 1.4285714286;
  text-align: center;
}

.p-design__slides {
  width: 100%;
  margin: 1.3888888889vw auto;
  overflow: hidden;
}

.p-design__slides__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  animation: p-design__slides;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes p-design__slides {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-152.6388888889vw);
  }
}

@keyframes p-design__slides-sp {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-563.5897435897vw);
  }
}

.p-design__slides__cell {
  width: 10.9027777778vw;
  flex: 0 0 auto;
}

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

.p-achievements {
  margin-top: 5.5555555556vw;
}

.p-achievements__container {
  margin: 1.4583333333vw auto 3.4722222222vw;
}

.p-achievements__box:not(:first-of-type) {
  margin-top: 2.7777777778vw;
}

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

.p-achievements__box__name {
  width: 22.2916666667vw;
  margin: 0 auto 0;
  text-align: left;
  font-size: 1.25vw;
  font-weight: 400;
}

.p-plan {
  margin-top: 5.5555555556vw;
  padding: 3.2638888889vw 0 4.8611111111vw;
  background-color: #FFD1CC;
}

.p-flow__text {
  width: 22.9166666667vw;
  margin: 2.0833333333vw auto 0;
  font-size: 0.9722222222vw;
  line-height: 1.4285714286;
  text-align: center;
}

.p-plan__lead {
  margin: 2.0833333333vw auto 0;
  width: 22.9166666667vw;
  font-size: 1.1111111111vw;
  line-height: 1.4285714286;
  text-align: center;
}

.p-plan__container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.7777777778vw 0 1.3888888889vw;
  overflow-x: scroll;
  cursor: grab;
}

.p-plan__container:active {
  cursor: grabbing;
}

.p-plan__slide__icon {
  position: absolute;
  top: 8.3333333333vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 5.9722222222vw;
  height: 5.9722222222vw;
  z-index: 30;
  opacity: 1;
  transition: opacity 0.2s;
}

.is-disable .p-plan__slide__icon {
  opacity: 0;
}

.p-plan__box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: 2.5vw 0.9722222222vw 0;
  width: 15.4166666667vw;
  filter: drop-shadow(0.2083333333vw 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  flex: 0 0 auto;
}

.p-plan__box:nth-child(2) {
  margin: 2.5vw 0.9722222222vw 0 1.8055555556vw;
}

.p-plan__box:last-child {
  margin: 2.5vw 1.8055555556vw 0 0.9722222222vw;
}

.p-plan__box__head {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 36px;
  border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  background-color: #FF5555;
}

.p-plan__box__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding: 1.1111111111vw 0.625vw 1.1805555556vw;
  background-color: #fff;
  height: 100%;
}

.p-plan__box__title {
  font-size: 1.3888888889vw;
  color: #FF5555;
  text-align: center;
}

.p-plan__box__price {
  margin-top: 0.9027777778vw;
  font-size: 0.9722222222vw;
  line-height: 1.25;
  text-align: center;
}

.p-plan__box__price__num {
  font-size: 2.0833333333vw;
}

.p-plan__box__price__num--l {
  font-size: 3.0555555556vw;
}

.p-plan__box__text {
  text-align: center;
  margin-top: 1.8055555556vw;
  font-size: 1.0416666667vw;
  line-height: 1.4;
}

.p-plan__box__notes {
  text-align: left;
  margin: 2.2222222222vw auto 0;
  font-size: 0.8333333333vw;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

.p-plan__box__notes + .p-plan__box__notes {
  margin-top: 0;
}

.p-plan__box__block {
  margin-top: 1.3888888889vw;
}

.p-plan__box__block__cell {
  font-size: 0.9722222222vw;
  line-height: 1.2857142857;
  text-align: center;
  padding: 0.4861111111vw;
  background-color: #FC6758;
  color: #fff;
}

.p-plan__box__block__cell:not(:first-child) {
  margin-top: 0.5555555556vw;
}

.p-plan__box__block__cell__strong {
  color: #F8FF5E;
}

.p-plan__box__list {
  margin-top: 1.1111111111vw;
}

.p-plan__box__list__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9722222222vw;
  line-height: 1.2857142857;
}

.p-plan__box__list__cell::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.3472222222vw;
  border-radius: 100%;
  background-color: #FC6758;
}

.p-plan__box__list__cell__strong {
  color: #FC6758;
}

.p-plan__notes {
  display: block;
  width: 22.8472222222vw;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  margin: 2.7777777778vw auto 2.7777777778vw;
  text-align: left;
}

.p-plan__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  z-index: 300;
  transition: transform 0.3s, opacity 0.3s;
}

.p-plan__popup.is-active {
  opacity: 1;
  pointer-events: all;
}

.p-plan__table {
  position: relative;
  width: 82.7868852459vw;
  margin: 3.6885245902vw auto 0;
  background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  overflow: scroll;
  padding: 3.2786885246vw;
}

.p-plan__close {
  position: absolute;
  top: 2.6229508197vw;
  right: 1.8852459016vw;
  width: 2.4590163934vw;
  height: 2.4590163934vw;
  cursor: pointer;
}

.p-plan__close span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 0.3278688525vw;
  transform: rotate(45deg);
  transform-origin: center;
}

.p-plan__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.p-plan__table__top {
  width: auto;
  border-top: 0.3278688525vw solid transparent;
  border-right: 0.8196721311vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
}

.p-plan__table__top__comparison {
  position: relative;
  font-size: 1.8032786885vw;
  line-height: 1.6363636364;
  padding: 1.2295081967vw 0;
  border-collapse: collapse;
  border-top: 0.3278688525vw solid transparent;
  border-right: 0.8196721311vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  z-index: 10;
}

.p-plan__table__top__comparison--main {
  position: relative;
  width: auto;
  margin: 0.3278688525vw 0.4098360656vw 0.3278688525vw 0.737704918vw;
  font-size: 1.7213114754vw;
  line-height: 1.7142857143;
  text-align: center;
  vertical-align: baseline;
  color: #FC685A;
  border-collapse: collapse;
  border-top: 0.3278688525vw solid transparent;
  border-right: 0.8196721311vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
  z-index: 10;
}

.p-plan__table__top__comparison--main::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F9FF5F;
  border-radius: 0.8196721311vw 0.8196721311vw 0 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-plan__table__top__headline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 1.7213114754vw;
  line-height: 1.5238095238;
  color: #FC685A;
  border-collapse: collapse;
  z-index: 10;
}

.p-plan__table__top__headline::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F9FF5F;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-plan__table__top__text {
  text-align: center;
  font-size: 1.6393442623vw;
  line-height: 1;
  color: #fff;
  margin: 10px 0 0;
}

.p-plan__table__top__cost {
  text-align: center;
  color: #fff;
  font-size: 1.1475409836vw;
  line-height: 1.6428571429;
  padding: 0.6557377049vw 0;
  vertical-align: baseline;
}

.p-plan__table__top__num {
  font-size: 1.7213114754vw;
}

.p-plan__table__space {
  padding: 0.9016393443vw;
  border-collapse: collapse;
  border-top: 0.3278688525vw solid transparent;
  border-right: 1.4754098361vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
  z-index: 10;
}

.p-plan__table__headline {
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 18.8524590164vw;
  border-collapse: collapse;
  border-top: 0.3278688525vw solid transparent;
  border-right: 1.4754098361vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
  border-left: 0.8196721311vw solid transparent;
  font-size: 1.3114754098vw;
  line-height: 1.6875;
  z-index: 10;
}

.p-plan__table__headline::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #797979;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-plan__table__cell,
.p-plan__table__cell__comparison,
.p-plan__table__cell--main,
.p-plan__table__cell--icon {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 0.368852459vw;
  color: #000000;
  border-collapse: collapse;
  width: 15.5737704918vw;
  border-top: 0.3278688525vw solid transparent;
  border-right: 0.8196721311vw solid transparent;
  border-bottom: 0.3278688525vw solid transparent;
  font-size: 1.3114754098vw;
  line-height: 1.6875;
  z-index: 10;
}

.p-plan__table__cell::after,
.p-plan__table__cell__comparison::after,
.p-plan__table__cell--main::after,
.p-plan__table__cell--icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-plan__table__cell--icon {
  font-size: 1.9672131148vw;
  line-height: 1;
  color: #BABABA;
}

.p-plan__table__cell--main {
  border-top: 0.3278688525vw solid #FC6C98;
  border-right: 0.8196721311vw solid #FC6C98;
  border-bottom: 0.3278688525vw solid #FC6C98;
  color: #000;
}

.p-plan__table__cell--main::after {
  background-color: #F9FF5F;
}

.p-plan__table__cell__comparison {
  padding: 1.6393442623vw 0.368852459vw;
}

.p-plan__table__notes {
  display: block;
  color: #fff;
  margin-top: 1.7948717949vw;
  margin-left: 1.2820512821vw;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0em;
}

.p-flow {
  margin: 5.5555555556vw 0;
}

.p-flow__container {
  width: 22.9861111111vw;
  margin: 2.0833333333vw auto 2.1875vw;
}

.p-flow__list {
  position: relative;
  margin: 3.4722222222vw 0 0;
}

.p-flow__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3888888889vw;
  width: 0.2083333333vw;
  height: 100%;
  background-color: #EF4E4E;
  z-index: 1;
  transition: height 2s;
  transition-delay: 0.6s;
}

.is-scrollIn .p-flow__list::before {
  height: 0;
}

.p-flow__list__box {
  position: relative;
  background-color: #FFFBD1;
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 3.4722222222vw;
  box-sizing: border-box;
  transition: transform 0.9s, opacity 0.9s;
  transition-delay: 0.3s;
}

.is-scrollIn .p-flow__list__box {
  opacity: 0;
  transform: translateY(10%);
}

.p-flow__list__box:not(:first-child) {
  margin-top: 1.1111111111vw;
}

.p-flow__list__box:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7777777778vw;
  border-top: 3.4722222222vw solid #FFFBD1;
  z-index: 1;
}

.p-flow__list__box:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.7777777778vw;
  border-bottom: 10.7638888889vw solid #FFFBD1;
  z-index: 1;
}

.p-flow__list__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.p-flow__list__step {
  font-family: "DIN Alternate", "Oswald", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  position: relative;
  font-size: 3.2638888889vw;
  padding-right: 1.0416666667vw;
  color: #EF4E4E;
  border-right: 1px solid #EF4E4E;
}

.p-flow__list__step::before {
  content: "";
  position: absolute;
  top: 0.8333333333vw;
  left: -2.9166666667vw;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #fff;
  border: 0.3472222222vw solid #EF4E4E;
  box-sizing: border-box;
  border-radius: 1.875vw;
  z-index: 5;
}

.p-flow__list__main {
  width: auto;
  margin-top: 0.8333333333vw;
  box-sizing: border-box;
}

.p-flow__list__headline {
  font-size: 1.7361111111vw;
  text-align: left;
  padding-left: 1.0416666667vw;
  color: #EF4E4E;
  flex: 0 0 auto;
}

.p-flow__list__text {
  font-size: 0.9722222222vw;
  line-height: 1.8571428571;
  text-align: justify;
}

.p-flow__list__sub {
  width: 100%;
}

.p-flow__list__notes {
  display: block;
  margin: 0.8333333333vw 0 1.1111111111vw;
  font-size: 0.9027777778vw;
  line-height: 1.5;
  text-align: left;
  flex: 0 0 auto;
}

.p-flow__list__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.625vw;
  font-size: 1.25vw;
  padding: 0.5555555556vw 0;
  line-height: 1;
  background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  color: #fff;
  transition: transform 0.3s, opacity 0.3s;
  text-decoration: none;
}

.p-flow__list__button:hover {
  transform: scale(0.95);
}

.p-flow__list__button__arrow {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.8333333333vw;
  bottom: 0;
  width: 0.4861111111vw;
  height: 0.7638888889vw;
  margin: auto;
}

.p-faq {
  background-color: #FFF1E3;
  padding: 2.5vw 0 5.6944444444vw;
  margin-top: 5.5555555556vw;
}

.p-faq__container {
  width: 21.875vw;
  margin: 2.6388888889vw auto 0;
}

.p-faq__accordion {
  position: relative;
  width: 100%;
  margin-top: 1.3888888889vw;
  padding: 1.3888888889vw;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 1.3888888889vw;
  cursor: pointer;
}

.p-faq__accordion::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.3888888889vw;
  border: 0.3472222222vw solid #707070;
  box-sizing: border-box;
}

.p-faq__accordion__headline {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.6944444444vw 1.3888888889vw;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.3472222222vw solid #707070;
  border-radius: 1.3888888889vw;
  transition: background-color 0.3s;
  cursor: pointer;
}

.is-open .p-faq__accordion__headline {
  background-color: #BFBFBF;
}

.p-faq__accordion__icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  flex: 0 0 auto;
}

.p-faq__accordion__title {
  font-size: 1.25vw;
  line-height: 1.4444444444;
  text-align: left;
  padding: 0 0.8333333333vw;
  width: 100%;
}

.p-faq__accordion__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: transform 0.3s, opacity 0.3s;
}

.is-open .p-faq__accordion__toggle {
  transform: rotate(45deg);
}

.p-faq__accordion__toggle__bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2083333333vw;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.4583333333vw;
  background-color: #000;
}

.p-faq__accordion__toggle__bar:last-child {
  transform: rotate(90deg);
}

.p-faq__accordion__details {
  overflow: hidden;
  height: 0;
  transition: height 0.3s, transform 0.3s, opacity 0.3s;
}

.is-open .p-faq__accordion__details {
  height: unset;
}

.p-faq__accordion__details__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.9027777778vw;
}

.p-faq__accordion__details__icon {
  font-size: 2.7777777778vw;
  line-height: 1;
  width: 2.0833333333vw;
  flex: 0 0 auto;
}

.p-faq__accordion__details__text {
  font-size: 1.25vw;
  line-height: 1.4444444444;
  text-align: left;
  padding: 0 0.8333333333vw;
  width: 100%;
}

.p-form {
  margin: 0.9375vw 0 5vw;
}

.p-form__wrapper {
  margin-top: 5.5555555556vw;
}

.p-form__container {
  width: 21.875vw;
  margin: 5vw auto 0;
}

.p-form__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2.0833333333vw;
  width: 100%;
}

.p-form__block--button {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.4722222222vw;
  width: 100%;
}

.p-form__label {
  font-size: 1.1805555556vw;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 1.0416666667vw;
  border-radius: 0.6944444444vw;
}

.p-form__label__caution {
  color: #EF4E4E;
}

.p-form__input {
  width: 100%;
  padding: 0.9027777778vw 1.4583333333vw;
  border-radius: 0.6944444444vw;
  border: 1px solid #999;
  box-sizing: border-box;
  flex: 0 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form__input.is-true {
  background-color: #efe;
}

.p-form__input.is-false {
  background-color: #fee;
}

.p-form__input[readonly] {
  border: 1px solid transparent;
  border-bottom: 1px solid #999;
  border-radius: 0;
}

.p-form__input::before {
  content: attr("placeholder");
  color: #ccc;
}

.p-form__input::-moz-placeholder {
  color: #ccc;
}

.p-form__input::placeholder {
  color: #ccc;
}

.p-form__input::-webkit-datetime-edit-fields-wrapper {
  display: none;
  color: #ccc;
}

.p-form__select {
  position: relative;
  font-size: 1.1805555556vw;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: auto;
  right: 1.3888888889vw;
  bottom: 0.75em;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin: auto;
  border-right: 0.1388888889vw solid #aaa;
  border-bottom: 0.1388888889vw solid #aaa;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}

.p-form__caution {
  display: none;
  font-size: 0.8333333333vw;
  line-height: 1;
  color: #EF4E4E;
  padding: 0.3472222222vw 0 0;
}

.is-false + .p-form__caution {
  display: block;
}

.p-form__textarea {
  width: 100%;
  height: 19em;
  padding: 1.0416666667vw 1.4583333333vw;
  border-radius: 0.6944444444vw;
  border: 1px solid #999;
  box-sizing: border-box;
  flex: 0 0 auto;
  resize: vertical;
}

.p-form__textarea.is-true {
  background-color: #efe;
}

.p-form__textarea.is-false {
  background-color: #fee;
}

.p-form__textarea[readonly] {
  border: 1px solid transparent;
  border-bottom: 1px solid #999;
  border-radius: 0;
}

.p-form__textarea::before {
  content: attr(placeholder);
  color: #ccc;
}

.p-form__textarea::-moz-placeholder {
  color: #ccc;
}

.p-form__textarea::placeholder {
  color: #ccc;
}

.p-form__textarea::-webkit-datetime-edit-fields-wrapper {
  display: none;
}

.p-form__button,
.p-form__button--prev {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0416666667vw;
  background-color: #666;
  color: #fff;
  border-radius: 100px;
  font-size: 1.8055555556vw;
  line-height: 1;
  box-sizing: border-box;
  width: 19.8611111111vw;
  margin: auto;
  opacity: 0.3;
  pointer-events: none;
  cursor: pointer;
}

.p-form__button--prev {
  pointer-events: all;
}

.p-form__button.is-active,
.is-active.p-form__button--prev {
  background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  opacity: 1;
  pointer-events: all;
}

.p-form__notes {
  display: block;
  margin-top: 2.4305555556vw;
  font-size: 0.9722222222vw;
  line-height: 1.9285714286;
  text-align: center;
  width: 20.625vw;
}

.p-form__notes__link {
  color: #1A11AB;
  text-decoration: underline;
}

.p-form__thanks {
  display: none;
  width: 21.875vw;
  margin: 5vw auto;
  text-align: center;
  font-size: 1.0416666667vw;
  line-height: 1.7333333333;
}

.p-footer__top {
  padding: 2.7777777778vw 2.7777777778vw;
  box-sizing: border-box;
  color: #fff;
  background-image: linear-gradient(-15deg, #FD6317 0%, #FC6C98 70%);
}

.p-footer__top__copy {
  font-size: 0.8333333333vw;
}

.p-footer__top__logo {
  margin-top: 0.9027777778vw;
  width: 11.875vw;
}

.p-footer__bottom {
  padding: 2.7777777778vw 2.7777777778vw 1.3888888889vw;
  box-sizing: border-box;
  background-color: #C9C9C9;
}

.p-footer__bottom__link__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1111111111vw;
  text-decoration: none;
}

.p-footer__bottom__link__cell svg {
  display: block;
  margin-left: 0.4166666667vw;
  width: 1.1805555556vw;
  height: 1.1111111111vw;
}

.p-footer__bottom__link__cell:not(:first-child) {
  margin-top: 1.0416666667vw;
}

.p-footer__bottom__link__cell:hover {
  text-decoration: underline;
}

.p-footer__copyright {
  margin-top: 5.2083333333vw;
  font-size: 0.9722222222vw;
  line-height: 1;
  text-align: center;
}

.p-copyright {
  position: fixed;
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 1;
  width: 19.7916666667vw;
  right: 0;
  bottom: 1.3888888889vw;
  text-align: center;
  color: #fff;
}

.p-bg__slides01 {
  position: fixed;
  top: 1.3888888889vw;
  left: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0.05;
  pointer-events: none;
}

.p-bg__slides02 {
  position: fixed;
  left: 0;
  bottom: 1.3888888889vw;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0.05;
  pointer-events: none;
}

.p-bg__slides__wrap01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  animation: p-bg__slides;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.p-bg__slides__wrap02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  animation: p-bg__slides;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

@keyframes p-bg__slides {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-152.6388888889vw);
  }
}

.p-bg__slides__cell {
  width: auto;
  height: 45vh;
  flex: 0 0 auto;
}

.p-bg__slides__cell img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-grid {
    display: block;
  }

  .l-sub {
    display: none;
  }

  .c-cta {
    margin: 3.0769230769vw auto 10.2564102564vw;
  }

  .c-cta__attention {
    font-size: 5.3846153846vw;
  }

  .c-cta__attention::before {
    margin-right: 1.5384615385vw;
    width: 0.5128205128vw;
    height: 6.1538461538vw;
  }

  .c-cta__attention::after {
    margin-left: 1.5384615385vw;
    width: 0.5128205128vw;
    height: 6.1538461538vw;
  }

  .c-cta__attention--red {
    font-size: 5.3846153846vw;
    line-height: 1.2380952381;
    padding-bottom: 2.5641025641vw;
  }

  .c-cta__attention--red::before {
    margin-right: 3.0769230769vw;
    width: 0.5128205128vw;
    height: 9.2307692308vw;
    background-color: #FF5555;
    transform: rotate(-20deg) translateY(2.5641025641vw);
  }

  .c-cta__attention--red::after {
    margin-left: 3.0769230769vw;
    width: 0.5128205128vw;
    height: 9.2307692308vw;
    transform: rotate(20deg) translateY(2.5641025641vw);
  }

  .c-cta__button {
    margin: 2.0512820513vw auto 0;
    width: 84.6153846154vw;
    padding: 6.4102564103vw 0;
    font-size: 7.1794871795vw;
  }

  .c-cta__button--red {
    margin: 2.0512820513vw auto 0;
    width: 84.6153846154vw;
    padding: 6.4102564103vw 0;
    background-color: #FF5555;
    color: #F5FF03;
    font-size: 7.1794871795vw;
  }

  .c-cta__button__icon {
    right: 6.6666666667vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }

  .c-cta__link--red {
    margin-top: 5.1282051282vw;
    font-size: 4.6153846154vw;
    padding: 0 1.7948717949vw 0.2083333333vw;
  }

  .c-cta__link--red::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 2.5641025641vw;
  }

  .c-button {
    width: 67.1794871795vw;
    font-size: 5.641025641vw;
    padding: 5.1282051282vw 0;
  }

  .c-button__arrow {
    right: 5.3846153846vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }

  .c-button--gray {
    margin: 5.8974358974vw auto 15.3846153846vw;
    width: 70.5128205128vw;
    font-size: 5.641025641vw;
    padding: 3.8461538462vw 0;
  }

  .c-button__arrow--gray {
    right: 5.3846153846vw;
    width: 2.0512820513vw;
    height: 3.3333333333vw;
  }

  .c-headline__deco {
    font-size: 4.6153846154vw;
  }

  .c-headline__main {
    margin-top: 3.5897435897vw;
    font-size: 7.1794871795vw;
  }

  .c-anchor__inner {
    margin-top: -25.641025641vw;
  }

  .c-popup {
    background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  }

  .p-menu {
    width: 100%;
    left: 0;
    background-image: linear-gradient(135deg, #FC6C98 30%, #FD6317);
    transition: transform 0.3s;
    transform: translateX(100%);
  }

  .is-active.p-menu {
    transform: translateX(0%);
  }

  .p-menu__wrap {
    width: 83.3333333333vw;
  }

  .p-menu__logo {
    display: none;
    width: 51.25vw;
  }

  .p-menu__link {
    margin-top: 10vw;
  }

  .p-menu__link__block {
    margin-top: 4.375vw;
  }

  .p-menu__link__cell {
    font-size: 5vw;
  }

  .p-menu__link__icon {
    margin-right: 2.0833333333vw;
    width: 4.7916666667vw;
    height: 4.7916666667vw;
  }

  .p-menu__link__sub {
    flex-direction: column;
    margin-top: 2.0833333333vw;
  }

  .p-menu__link__sub__block {
    margin-top: 4.1666666667vw;
    margin-left: 0vw;
  }

  .p-menu__link__sub__cell {
    font-size: 3.75vw;
  }

  .p-menu__link__sub__icon {
    margin-left: 1.0416666667vw;
    width: 2.5vw;
    height: 2.5vw;
  }

  .p-menu__button {
    margin-top: 4.8611111111vw;
  }

  .p-menu__button__block {
    width: 38.9583333333vw;
    height: 8.75vw;
    border-radius: 1.0416666667vw;
  }

  .p-menu__button__cell {
    font-size: 4.375vw;
  }

  .p-menu__button__icon {
    right: 2.9166666667vw;
    bottom: 0;
    margin: auto;
    width: 2.5vw;
    height: 2.5vw;
  }

  .p-menu__bottom {
    flex-direction: column;
    margin-top: 4.1666666667vw;
    width: 72.9166666667vw;
  }

  .p-menu__bottom__block {
    margin-top: 2.0833333333vw;
  }

  .p-menu__bottom__cell {
    margin-top: 1.4583333333vw;
    font-size: 4.375vw;
  }

  .p-menu__bottom__icon {
    margin-left: 1.0416666667vw;
    width: 3.75vw;
    height: 3.3333333333vw;
    margin-left: 1.25vw;
  }

  .p-menu__banner {
    position: relative;
    margin-top: 6.25vw;
    border-radius: 1.0416666667vw;
    padding: 3.75vw 5.2083333333vw;
  }

  .p-menu__banner__lead {
    font-size: 2.5vw;
    line-height: 1.1666666667;
  }

  .p-menu__banner__main {
    font-size: 4.5833333333vw;
    margin-left: 1.0416666667vw;
  }

  .p-menu__banner__icon {
    margin-left: 1.0416666667vw;
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }

  .p-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.7948717949vw 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s;
    z-index: 100;
  }

  .is-scrollOn .p-header {
    background-color: white;
  }

  .p-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86.6666666667vw;
    margin: auto;
  }

  .p-header__logo {
    position: relative;
    width: 38.7179487179vw;
    height: 10vw;
    z-index: 5;
  }

  .p-header__logo img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.2s;
    opacity: 0;
  }

  .is-scrollOn .p-header__logo img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
  }

  .p-header__logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-header__button {
    position: relative;
    width: 7.6923076923vw;
    height: 5.1282051282vw;
  }

  .p-header__button__bar {
    position: absolute;
    margin: auto;
    display: block;
    width: 7.6923076923vw;
    height: 0.7692307692vw;
    border-radius: 1000px;
    background-color: #fff;
    transition: width 0.3s, transform 0.3s, background-color 0.2s;
  }

  .is-scrollOn .p-header__button__bar {
    background-color: #FC6758;
  }

  .p-header__button__bar:nth-child(1) {
    top: 0;
  }

  .p-header__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
  }

  .p-header__button__bar:nth-child(3) {
    bottom: 0;
  }

  .p-header.is-active .p-header__button__bar:nth-child(1) {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }

  .p-header.is-active .p-header__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
    width: 0;
  }

  .p-header.is-active .p-header__button__bar:nth-child(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }

  .p-float {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22.3076923077vw;
    background-color: #4B4B4B;
    z-index: 60;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .is-scrollOn .p-float {
    opacity: 1;
  }

  .p-float__button {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 84.6153846154vw;
    height: 14.1025641026vw;
    padding: 0 11.2820512821vw;
    box-sizing: border-box;
    font-size: 5.1282051282vw;
    border-radius: 1.7948717949vw;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #FF5555;
  }

  .p-float__button__icon {
    position: absolute;
    top: 5.3846153846vw;
    right: 3.5897435897vw;
    margin: auto;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }

  .p-fv {
    padding: 20.5128205128vw 0 11.0256410256vw;
    border: none;
  }

  .p-fv__lead {
    font-size: 4.6153846154vw;
  }

  .p-fv__point {
    width: 84.6153846154vw;
  }

  .p-fv__point__cell {
    margin-top: 3.0769230769vw;
    width: 40.7692307692vw;
    height: 7.9487179487vw;
    font-size: 4.1025641026vw;
  }

  .p-fv__point__cell:last-child:nth-child(2n+1) {
    margin: 3.0769230769vw auto 0;
    width: 51.2820512821vw;
  }

  .p-fv__point--small {
    width: 76.4102564103vw;
    margin: 3.8461538462vw auto 0;
  }

  .p-fv__point__cell--small {
    width: 23.0769230769vw;
    height: 7.9487179487vw;
    font-size: 4.1025641026vw;
  }

  .p-fv__copy__main {
    margin: -2.5641025641vw 0 0 15.3846153846vw;
    font-size: 9.4871794872vw;
  }

  .p-fv__copy__main__strong {
    font-size: 51.2820512821vw;
  }

  .p-fv__copy__sub {
    margin: 0 auto 2.0512820513vw;
    font-size: 11.2820512821vw;
  }

  .p-fv__copy__sub__tax {
    font-size: 3.0769230769vw;
  }

  .p-fv__point__image {
    width: 94.1025641026vw;
    margin: 4.6153846154vw auto 0;
  }

  .p-voice {
    margin-top: 14.1025641026vw;
  }

  .p-voice__container {
    margin: 6.9230769231vw auto 0;
    width: 84.6153846154vw;
  }

  .p-voice__box {
    border: 1.0256410256vw solid #FC6758;
    box-sizing: border-box;
    border-radius: 3.5897435897vw;
  }

  .p-voice__box:not(:first-child) {
    margin: 15.3846153846vw 0 0;
  }

  .p-voice__box__name {
    font-size: 4.1025641026vw;
  }

  .p-voice__box__name__num {
    margin-right: 2.3076923077vw;
    font-size: 5.1282051282vw;
  }

  .p-voice__box__wrap {
    width: 66.6666666667vw;
    margin: 5.641025641vw auto 4.6153846154vw;
  }

  .p-voice__box__image {
    margin: 2.3076923077vw auto 0;
  }

  .p-voice__box__headline {
    margin-top: 4.6153846154vw;
    font-size: 5.3846153846vw;
  }

  .p-voice__box__text {
    margin-top: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }

  .p-voice__box__link {
    margin: 3.3333333333vw 0 0 auto;
  }

  .p-voice__box__link__main {
    font-size: 3.5897435897vw;
  }

  .p-voice__box__link__arrow {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    margin-left: 2.5641025641vw;
  }

  .p-problem {
    margin-top: 15.3846153846vw;
  }

  .p-problem__headline {
    font-size: 6.1538461538vw;
    padding: 3.8461538462vw 0;
  }

  .p-problem__wrap {
    width: 84.6153846154vw;
    margin: 7.1794871795vw auto 0;
  }

  .p-problem__comment__box {
    padding: 7.1794871795vw 0;
    font-size: 4.6153846154vw;
    margin-top: 7.1794871795vw;
  }

  .p-problem__comment__box__arrow--left::after {
    left: 16.4102564103vw;
    width: 3.0769230769vw;
    height: 4.6153846154vw;
  }

  .p-problem__comment__box__arrow--right::after {
    right: 16.4102564103vw;
    width: 3.0769230769vw;
    height: 4.6153846154vw;
  }

  .p-problem__text {
    margin: 13.5897435897vw auto 0;
    font-size: 4.1025641026vw;
  }

  .p-reason {
    margin-top: 7.1794871795vw;
    padding: 25.641025641vw 0 6.9230769231vw;
  }

  .p-reason::before {
    width: 35.8974358974vw;
    height: 10.2564102564vw;
  }

  .p-reason__wrap {
    width: 84.6153846154vw;
  }

  .p-reason__headline {
    font-size: 10.2564102564vw;
  }

  .p-reason__headline__ruby__text {
    font-size: 3.5897435897vw;
  }

  .p-reason__description {
    margin-top: 9.7435897436vw;
  }

  .p-reason__description:not(:first-child) {
    margin-top: 7.1794871795vw;
  }

  .p-reason__description__term {
    width: 38.4615384615vw;
    padding: 3.0769230769vw;
    font-size: 6.1538461538vw;
  }

  .p-reason__description__define {
    margin-top: 3.5897435897vw;
    padding-left: 3.5897435897vw;
    font-size: 5.3846153846vw;
  }

  .p-advantage {
    margin-top: 21.7948717949vw;
  }

  .p-advantage__container {
    width: 88.7179487179vw;
    margin: 0 auto 7.6923076923vw;
  }

  .p-advantage__box {
    width: 42.3076923077vw;
    margin-top: 7.1794871795vw;
  }

  .p-advantage__box__image {
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
  }

  .p-advantage__box__title {
    padding: 2.3076923077vw 0 1.5384615385vw;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    font-size: 4.6153846154vw;
  }

  .p-advantage__box__text {
    font-size: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }

  .p-design {
    padding-top: 10.2564102564vw;
  }

  .p-design__text {
    width: 84.6153846154vw;
    margin: 7.6923076923vw auto 0;
    font-size: 3.5897435897vw;
  }

  .p-design__slides {
    margin: 5.1282051282vw auto;
  }

  .p-design__slides__wrap {
    animation: p-design__slides-sp;
    animation-duration: 45s;
  }

  .p-design__slides__cell {
    width: 40.2564102564vw;
  }

  .p-achievements {
    margin-top: 20.5128205128vw;
  }

  .p-achievements__container {
    margin: 5.3846153846vw auto 12.8205128205vw;
  }

  .p-achievements__box:not(:first-of-type) {
    margin-top: 10.2564102564vw;
  }

  .p-achievements__box__name {
    width: 82.3076923077vw;
    font-size: 4.6153846154vw;
  }

  .p-plan {
    margin-top: 20.5128205128vw;
    padding: 12.0512820513vw 0 17.9487179487vw;
  }

  .p-flow__text {
    width: 84.6153846154vw;
    margin: 7.6923076923vw auto 0;
    font-size: 3.5897435897vw;
  }

  .p-plan__lead {
    margin: 7.6923076923vw auto 0;
    width: 84.6153846154vw;
    font-size: 4.1025641026vw;
  }

  .p-plan__container {
    padding: 10.2564102564vw 0 5.1282051282vw;
  }

  .p-plan__box {
    margin: 9.2307692308vw 7.1794871795vw 0;
    width: 56.9230769231vw;
    filter: drop-shadow(0.7692307692vw 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16));
  }

  .p-plan__box:nth-child(2) {
    margin: 9.2307692308vw 3.5897435897vw 0 6.6666666667vw;
  }

  .p-plan__box:last-child {
    margin: 9.2307692308vw 6.6666666667vw 0 3.5897435897vw;
  }

  .p-plan__box__head {
    height: 9.2307692308vw;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    font-size: 4.1025641026vw;
  }

  .p-plan__box__main {
    padding: 4.1025641026vw 2.3076923077vw 4.358974359vw;
  }

  .p-plan__box__title {
    font-size: 5.1282051282vw;
  }

  .p-plan__box__price {
    margin-top: 3.3333333333vw;
    font-size: 3.5897435897vw;
  }

  .p-plan__box__price__num {
    font-size: 7.6923076923vw;
  }

  .p-plan__box__price__num--l {
    font-size: 11.2820512821vw;
  }

  .p-plan__box__text {
    margin-top: 6.6666666667vw;
    font-size: 3.8461538462vw;
    line-height: 1.4;
  }

  .p-plan__box__notes {
    margin: 8.2051282051vw auto 0;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }

  .p-plan__box__notes + .p-plan__box__notes {
    margin-top: 0;
  }

  .p-plan__box__block {
    margin-top: 5.1282051282vw;
  }

  .p-plan__box__block__cell {
    font-size: 3.5897435897vw;
    padding: 1.7948717949vw;
  }

  .p-plan__box__block__cell:not(:first-child) {
    margin-top: 2.0512820513vw;
  }

  .p-plan__box__list {
    margin-top: 4.1025641026vw;
  }

  .p-plan__box__list__cell {
    font-size: 3.5897435897vw;
  }

  .p-plan__box__list__cell::before {
    margin-right: 1.2820512821vw;
  }

  .p-plan__notes {
    width: 84.358974359vw;
    font-size: 3.5897435897vw;
    margin: 10.2564102564vw auto 10.2564102564vw;
    text-align: left;
  }

  .p-plan__popup {
    background-image: linear-gradient(311deg, #FF6200 0%, #FC6C98 70%);
  }

  .p-plan__table {
    width: 100vw;
    margin: 11.5384615385vw auto 0;
    padding: 5.1282051282vw;
    box-sizing: border-box;
  }

  .p-plan__close {
    position: fixed;
    top: 8.2051282051vw;
    right: 5.8974358974vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }

  .p-plan__close span {
    height: 1.0666666667vw;
  }

  .p-plan__table__main {
    position: relative;
    width: 150%;
    z-index: 0;
  }

  .p-plan__table__top__comparison {
    margin: 1.0256410256vw 1.2820512821vw 1.0256410256vw 2.3076923077vw;
    font-size: 5.641025641vw;
    line-height: 1.6363636364;
    padding: 3.8461538462vw 0;
    border-collapse: collapse;
    border-top: 1.0256410256vw solid transparent;
    border-right: 2.5641025641vw solid transparent;
    border-bottom: 1.0256410256vw solid transparent;
  }

  .p-plan__table__top__comparison--main {
    position: sticky;
    left: 22.5%;
    margin: 1.0256410256vw 1.2820512821vw 1.0256410256vw 2.3076923077vw;
    font-size: 5.3846153846vw;
    line-height: 1.7142857143;
    border-top: 1.0256410256vw solid transparent;
    border-right: 1.0256410256vw solid transparent;
    border-bottom: 1.0256410256vw solid transparent;
    border-left: 1.0256410256vw solid transparent;
    z-index: 15;
  }

  .p-plan__table__top__headline {
    margin: 1.0256410256vw 1.2820512821vw 1.0256410256vw 2.3076923077vw;
    font-size: 5.3846153846vw;
  }

  .p-plan__table__top__text {
    font-size: 5.3846153846vw;
    margin: 1.0256410256vw 1.2820512821vw 1.0256410256vw 2.3076923077vw;
  }

  .p-plan__table__top__cost {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 0;
  }

  .p-plan__table__top__num {
    font-size: 5.3846153846vw;
  }

  .p-plan__table__space {
    position: sticky;
    left: 0;
    padding: 2.8205128205vw;
    border: none;
    background-color: #FC6C98;
    z-index: 15;
  }

  .p-plan__table__headline {
    position: sticky;
    left: 0;
    width: 20.5128205128vw;
    border-top: 1.0256410256vw solid #FC6C98;
    border-right: 1.0256410256vw solid #FC6C98;
    border-bottom: 1.0256410256vw solid #FC6C98;
    border-left: 1.0256410256vw solid #FC6C98;
    font-size: 3.0769230769vw;
    line-height: 1.5;
    z-index: 15;
  }

  .p-plan__table__cell,
  .p-plan__table__cell__comparison,
  .p-plan__table__cell--main,
  .p-plan__table__cell--icon {
    padding: 1.1538461538vw;
    width: auto;
    border-top: 1.0256410256vw solid transparent;
    border-right: 1.0256410256vw solid transparent;
    border-bottom: 1.0256410256vw solid transparent;
    font-size: 4.1025641026vw;
  }

  .p-plan__table__cell--icon {
    font-size: 6.1538461538vw;
  }

  .p-plan__table__cell--main {
    position: sticky;
    left: 22.5%;
    z-index: 15;
    border-top: 1.0256410256vw solid #FC6C98;
    border-right: 1.0256410256vw solid #FC6C98;
    border-bottom: 1.0256410256vw solid #FC6C98;
    border-left: 1.0256410256vw solid #FC6C98;
  }

  .p-plan__table__cell__comparison {
    padding: 3.8461538462vw 1.2051282051vw;
  }

  .p-plan__table__notes {
    position: sticky;
    left: 0.5128205128vw;
    margin-top: 7.1794871795vw;
    margin-left: 1.2820512821vw;
    font-size: 3.5897435897vw;
    line-height: 1;
    z-index: 15;
  }

  .p-flow {
    margin: 20.5128205128vw 0;
  }

  .p-flow__container {
    width: 85.0899742931vw;
    margin: 7.7120822622vw auto 8.0976863753vw;
  }

  .p-flow__list {
    margin: 12.8205128205vw 0 0;
  }

  .p-flow__list::before {
    top: 0;
    left: 5.1282051282vw;
    width: 0.7692307692vw;
  }

  .p-flow__list__box {
    padding: 7.6923076923vw 7.6923076923vw 7.6923076923vw 12.8205128205vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-flow__list__box:not(:first-child) {
    margin-top: 4.1025641026vw;
  }

  .p-flow__list__box:first-child::after {
    width: 10.2564102564vw;
    border-top: 12.8205128205vw solid #FFFBD1;
  }

  .p-flow__list__box:last-child::after {
    width: 10.2564102564vw;
    border-bottom: 39.7435897436vw solid #FFFBD1;
  }

  .p-flow__list__step {
    font-size: 12.0512820513vw;
    padding-right: 3.8461538462vw;
  }

  .p-flow__list__step::before {
    top: 3.0769230769vw;
    left: -10.7692307692vw;
    width: 6.9230769231vw;
    height: 6.9230769231vw;
    background-color: #fff;
    border: 1.2820512821vw solid #EF4E4E;
    box-sizing: border-box;
    border-radius: 6.9230769231vw;
  }

  .p-flow__list__main {
    margin-top: 3.0769230769vw;
  }

  .p-flow__list__headline {
    font-size: 6.4102564103vw;
    padding-left: 3.8461538462vw;
  }

  .p-flow__list__text {
    font-size: 3.5897435897vw;
  }

  .p-flow__list__notes {
    margin: 3.0769230769vw 0 4.1025641026vw;
    font-size: 3.3333333333vw;
  }

  .p-flow__list__button {
    border-radius: 2.3076923077vw;
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw 0;
    width: auto;
  }

  .p-flow__list__button__arrow {
    right: 3.0769230769vw;
    width: 1.7948717949vw;
    height: 2.8205128205vw;
  }

  .p-faq {
    padding: 9.2307692308vw 0 21.0256410256vw;
    margin-top: 20.5128205128vw;
  }

  .p-faq__container {
    width: 80.7692307692vw;
    margin: 9.7435897436vw auto 0;
  }

  .p-faq__accordion {
    margin-top: 5.1282051282vw;
    padding: 5.1282051282vw;
    border-radius: 5.1282051282vw;
  }

  .p-faq__accordion::after {
    border-radius: 5.1282051282vw;
    border: 1.2820512821vw solid #707070;
  }

  .p-faq__accordion__headline {
    padding: 2.5641025641vw 5.1282051282vw;
    border: 1.2820512821vw solid #707070;
    border-radius: 5.1282051282vw;
  }

  .p-faq__accordion__icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }

  .p-faq__accordion__title {
    font-size: 4.6153846154vw;
    padding: 0 3.0769230769vw;
  }

  .p-faq__accordion__toggle {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }

  .p-faq__accordion__toggle__bar {
    height: 0.7692307692vw;
    border-radius: 5.3846153846vw;
  }

  .p-faq__accordion__details__inner {
    padding-top: 21.7948717949vw;
  }

  .p-faq__accordion__details__icon {
    font-size: 10.2564102564vw;
    width: 7.6923076923vw;
  }

  .p-faq__accordion__details__text {
    font-size: 4.6153846154vw;
    padding: 0 3.0769230769vw;
  }

  .p-form {
    margin: 3.4615384615vw 0 18.4615384615vw;
  }

  .p-form__wrapper {
    margin-top: 20.5128205128vw;
  }

  .p-form__container {
    width: 80.7692307692vw;
    margin: 18.4615384615vw auto 0;
  }

  .p-form__block {
    margin-top: 7.6923076923vw;
  }

  .p-form__block--button {
    margin-top: 12.8205128205vw;
  }

  .p-form__label {
    font-size: 4.358974359vw;
    padding: 0 0 3.8461538462vw;
    border-radius: 2.5641025641vw;
  }

  .p-form__input {
    padding: 3.3333333333vw 5.3846153846vw;
    border-radius: 2.5641025641vw;
  }

  .p-form__select {
    font-size: 4.358974359vw;
  }

  .p-form__select::after {
    top: auto;
    right: 5.1282051282vw;
    bottom: 0.75em;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }

  .p-form__caution {
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw 0 0;
  }

  .p-form__textarea {
    padding: 3.8461538462vw 5.3846153846vw;
    border-radius: 2.5641025641vw;
  }

  .p-form__button,
  .p-form__button--prev {
    padding: 3.8461538462vw;
    font-size: 6.6666666667vw;
    width: 73.3333333333vw;
  }

  .p-form__notes {
    margin-top: 8.9743589744vw;
    font-size: 3.5897435897vw;
    width: 76.1538461538vw;
  }

  .p-form__thanks {
    width: 80.7692307692vw;
    margin: 18.4615384615vw auto;
    font-size: 3.8461538462vw;
  }

  .p-footer__top {
    padding: 10.2564102564vw 10.2564102564vw;
  }

  .p-footer__top__copy {
    font-size: 3.0769230769vw;
  }

  .p-footer__top__logo {
    margin-top: 3.3333333333vw;
    width: 43.8461538462vw;
  }

  .p-footer__bottom {
    padding: 10.2564102564vw 10.2564102564vw 30.7692307692vw;
  }

  .p-footer__bottom__link__cell {
    font-size: 4.1025641026vw;
  }

  .p-footer__bottom__link__cell svg {
    margin-left: 1.5384615385vw;
    width: 4.358974359vw;
    height: 4.1025641026vw;
  }

  .p-footer__bottom__link__cell:not(:first-child) {
    margin-top: 3.8461538462vw;
  }

  .p-footer__copyright {
    margin-top: 19.2307692308vw;
    font-size: 3.5897435897vw;
  }

  .p-copyright {
    font-size: 3.0769230769vw;
    width: 73.0769230769vw;
    bottom: 5.1282051282vw;
  }

  .p-bg__slides01 {
    display: none;
  }

  .p-bg__slides02 {
    display: none;
  }
}