.pre-inc .main_image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pre-inc .main_image .cap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  color: #fff;
}
.pre-inc .main_image .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.pre-inc .main_image .mv_text .en {
  font-size: min(4.7vw, 48px);
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_image .mv_text .en {
    font-size: min(8.9vw, 58px);
  }
}
.pre-inc .main_image .mv_text .ja {
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
}
.pre-inc .p-plan .page-title {
  text-align: center;
  color: #222;
  padding: 80px 20px 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .page-title {
    padding-top: 50px;
  }
}
.pre-inc .p-plan .page-title h3 {
  color: #161763;
  font-weight: 500;
  line-height: 180%;
  font-size: min(4.1vw, 28px);
  text-align: center;
  margin-bottom: 30px;
}
.pre-inc .p-plan .page-title .plan_lead {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .page-title .plan_lead {
    font-size: min(3.5vw, 15px);
  }
}
.pre-inc .p-plan .page-title .en {
  font-size: 40px;
}
.pre-inc .p-plan .page-title .ja {
  margin-top: 15px;
  font-size: 15px;
}
.pre-inc .p-plan .plan-background {
  background: url(../images/home/bg_paralax.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 60px;
}
.pre-inc .p-plan .plan-list {
  max-width: 1100px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-list {
    margin: 15px auto 0;
  }
}
.pre-inc .p-plan .plan-list .each {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 10px);
  aspect-ratio: 620/446;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-list .each {
    width: 100%;
    aspect-ratio: 620/446;
  }
}
.pre-inc .p-plan .plan-list .each .txt {
  position: relative;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-list .each .txt {
    width: 60px;
  }
}
.pre-inc .p-plan .plan-list .each .txt_limited {
  position: relative;
  width: 70%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-list .each .txt_limited {
    width: 55%;
  }
}
.pre-inc .p-plan .plan-list .each .bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.pre-inc .p-plan .plan-list .each .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
}
.pre-inc .p-plan .plan-list a.each:hover .bg {
  transform: scale(1.05);
}
.pre-inc .p-plan .plan-detail {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail {
    padding: 0 20px;
  }
}
.pre-inc .p-plan .plan-detail .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content {
    display: block;
  }
}
.pre-inc .p-plan .plan-detail .content .data {
  width: 41.5555555556%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content .data {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content .info {
    padding: 0 30px;
  }
}
.pre-inc .p-plan .plan-detail .content .info .type {
  max-width: 312px;
}
.pre-inc .p-plan .plan-detail .content .info .copy {
  margin-top: 40px;
  line-height: 2;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content .info .copy {
    text-align: left;
  }
}
.pre-inc .p-plan .plan-detail .content .madori {
  width: 47.7777777778%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content .madori {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
.pre-inc .p-plan .plan-detail .content .hanrei {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-plan .plan-detail .content .hanrei {
    margin-top: 15px;
  }
}
.pre-inc .p-plan .plan-detail .content .hanrei .icon {
  width: 170px;
  margin-bottom: 20px;
}
.pre-inc .p-plan .plan-detail .content .hanrei .initial {
  margin-top: 15px;
  font-size: 10px;
}
.pre-inc .p-plan .plan-detail .content .hanrei .note {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.5;
}
.pre-inc .p-plan .back-btn {
  padding: 80px 20px 60px;
  text-align: center;
}
.pre-inc .p-plan .back-btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #161763;
  transition: background-color 0.3s;
}
.pre-inc .p-plan .back-btn a:hover {
  background: #003f8f;
}/*# sourceMappingURL=plan.css.map */