@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}

@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}

/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- プラン

================================================ */
/* @media screen */
/* ================================================

-

================================================ */
.plan-fp {
  padding: 192px 0 170px;
}

ul.plan-fp__list li {
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.plan-fp__list li img {
  display: block;
  max-width: 687px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

ul.plan-fp__list li:not(:first-child) {
  margin-top: 130px;
}

ul.plan-fp__list li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 38.125vw;
  height: 475px;
  background-color: #F6F7F7;
  z-index: -1;
}

ul.plan-fp__list li:nth-child(3)::after {
  content: '';
  position: absolute;
  top: -55px;
  right: 0;
  width: 38.125vw;
  height: 475px;
  background-color: #F6F7F7;
  z-index: -1;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .plan-fp {
    padding: 100px 0 120px;
  }
  .plan-fp__content {
    padding: 0 4vw;
  }
  ul.plan-fp__list li:not(:first-child) {
    margin-top: 80px;
  }
  ul.plan-fp__list li:nth-child(2)::after {
    top: -6.667vw;
    left: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
  ul.plan-fp__list li:nth-child(3)::after {
    top: -6.667vw;
    right: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
}
