/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  min-height: 480px;
  height: 60vh;
}
.fv-img {
  background-image: url("../img/plan/fv-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-img {
    background-image: url("../img/plan/fv-img-pc.jpg");
  }
}
.fv-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media (min-width: 768px) {
  .fv {
    height: 70vh;
  }
}
.fv .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv-caption {
  position: absolute;
  z-index: 4;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.headbtn {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .headbtn {
    padding: 70px 15px 0;
  }
}
.headbtn-title {
  text-align: center;
  position: relative;
  z-index: 6;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headbtn-title {
    transform: translateY(-100%);
    padding: 0 8rem;
    max-width: none;
  }
}

.titlearea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .titlearea {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
.titlearea-eng {
  margin-bottom: -12vw;
}
@media (min-width: 768px) {
  .titlearea-eng {
    margin-bottom: -80px;
  }
}
.titlearea-eng.title-access {
  width: 100%;
  max-width: 1200px;
}
.titlearea-eng.title-car {
  margin-bottom: 0;
}

.sup {
  padding-top: 0;
}

.sec01-title {
  background: #9e8c80;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec01-title {
    padding: 10px 15px;
    font-size: 25px;
  }
}
.sec01-img {
  padding: 30px 15px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec01-img {
    padding: 50px 15px;
  }
}

.sec02 {
  padding: 30px 15px;
}
.sec02-title {
  background: #0066A2;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec02-title {
    padding: 10px 15px;
    font-size: 25px;
  }
}
.sec02-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 30px;
  padding: 30px 15px;
}
.sec02-flex-col {
  width: 100%;
}
@media (min-width: 768px) {
  .sec02-flex-col {
    width: calc((100% - 15px) / 2);
  }
}/*# sourceMappingURL=plan.css.map */