@charset "utf-8";

.p-plan * {
  box-sizing: border-box !important;
}

.u-fontSerif {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.p-plan {
  padding-bottom: 8em;
}


#flash {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  /* padding-top: 29.5%; */
  background: url(../img/banner/plan.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {}

.p-planBox1 {
  display: flex;
  align-items: center;
  padding-top: 3em;
  position: relative;
}

.p-planBox1 * {
  position: relative;
}

.p-planBox1::before {
  content: "";
  background-image: url('../img/plan/bg1.jpg');
  background-size: cover;
  width: 143px;
  height: 130px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.p-planBox1>* {
  width: 50%;
}
.p-planBox1>*:first-child {
  padding-right: 60px;
}
.p-planBox1>*:last-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .p-planBox1 {
    display: block;
    padding-top: 0;
  }
  .p-planBox1::before {
    display: none;
  }
  .p-planBox1>* {
    width: auto;
  }
  .p-planBox1>*:first-child {
    padding-right: 0;
  }
  .p-planBox1>*:last-child {
    padding-left: 0;
  }
}

.p-planSlide1__item, .p-planSlide1__nav__item {
  background-position: center;
  background-size: cover;
  padding-top: 68%;
  border: solid 4px #fff;
  box-shadow: 2.5px 4.33px 5px 0px rgba(12, 3, 7, 0.08);
}

.p-planSlide1__nav__item {
  display: block;
  padding-top: 75%;
}

.p-planSlide1__nav {
  overflow: hidden;
}
.p-planSlide1__nav .slick-list {
  margin-right: -10px;
}

.p-planSlide1__nav .slick-slide {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .p-planSlide1__item {
    border: none;
    box-shadow: none;
  }

}



.p-planTtl1 {
  margin-bottom: 30px;
  color: #bc0000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #b2afae;
}

@media (max-width: 767px) {
  .p-planTtl1 {
    margin: 1em 0;
    font-size: 5.6vw;
    border-bottom: none;
    padding: 0 3.9vw;
  }
}

.p-planTxt2 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .p-planTxt2 {
    font-size: 3.75vw;
    text-align: center;
  }
}

.p-planList1 {
  display: flex;
  margin-right: -10px;
  flex-wrap: wrap;
}

.p-planList1>li {
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 10px;
}

.p-planList1>li>* {
  font-size: 20px !important;
  height: 2.5em;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .p-planList1 {
    padding: 0 3.9vw;
    margin-right: -1.5vw;
  }
  .p-planList1>li {
    padding-right: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .p-planList1>li>* {
    font-size: 3.75vw !important;
  }
}

.p-planTtl2 {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 0 !important;
  line-height: 1;
  padding: .62em;
  background-color: #bc0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .p-planTtl2 {
    font-size: 3.75vw;
    margin-top: 10.9vw;
  }
}

.p-planTtl3 {
  font-size: 46px;
  font-weight: bold;
  color: #bc0000;
  text-align: center;
  margin: 70px 0 1em;
  display: flex;
  align-items: center;
}

.p-planTtl3::before, .p-planTtl3::after {
  content: "";
  flex: 1;
  height: 6px;
  background-color: #bc0000;
  display: block;
  margin-right: 1em;
}
.p-planTtl3::after {
  margin-right: 0;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .p-planTtl3 {
    font-size: 7.18vw;
    margin: 2em 0 1em;
  }
  .p-planTtl3::before, .p-planTtl3::after {
    height: 1vw;
  }
}

.p-planTxt3 {
  font-size: 20px;
  padding: 2em 3.5em;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p-planTxt3 {
    font-size: 3.75vw;
    padding: 1em;
  }
}

.p-planTxt4 {
  font-size: 26px;
  color: #bc0000;
  text-align: center;
  margin: 70px 0 20px;
}

@media (max-width: 767px) {
  .p-planTxt4 {
    font-size: 8.69vw;
    text-align: center;
    margin: 2em 0 1em;
  }
}

.p-planBox3 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.p-planBox3>* {
  width: 50%;
  display: flex;
}


.p-planBox3>*>* {
  font-size: 22px;
  padding: 1em;
  border-top: solid 1px #bfbfbf;
  background-color: #fff;
  width: 58%;
}

.p-planBox3>*>*:first-child {
  width: 42%;
  background-color: #bc0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-planBox3>*:first-child>*, .p-planBox3>*:nth-child(2)>* {
  border-top: none;
}


@media (max-width: 767px) {
  .p-planBox3 {
    margin-top: 2em;
    display: block;
  }
  .p-planBox3>* {
    width: 100%;
  }
  .p-planBox3>*>* {
    font-size: 4vw;
  }
  .p-planBox3>*:nth-child(2)>* {
    border-top: solid 1px #bfbfbf;
  }
}


a.p-planBtn1 {
  width: 668px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  background-color: #bc0000;
  position: relative;
  text-decoration: none;
  /* margin: 0 auto; */
  margin: 50px auto;
  background-image: url('../img/plan/arrow1.png');
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: right 1em center;
  text-align: center;

}

a.p-planBtn1::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 5px;
  left: 5px;
  border: solid 1px #fff;
  border-radius: 4px;
}

@media (max-width: 767px) {
  a.p-planBtn1 {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 5vw;
  }
}

.p-planList2 {
  display: flex;
  margin-right: -20px;
}

.p-planList2>* {
  width: 33.33%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .p-planList2 {
    margin-right: 0;
    min-width: 230vw;
    padding: 1.56vw;
  }

  .p-planList2>* {
    width: 33.33%;
    padding: 1.56vw;
  }
}

@media (max-width: 767px) {
  .p-planWrap1 {
    overflow-x: scroll;
  }
}

a.p-planCard1 {
  text-decoration: none;
  display: block;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-style: solid;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 5px 0px rgba(12, 3, 7, 0.08);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #000 50%, #000 100%);
  overflow: hidden;
  height: 100%;
}

.p-planCard1__cat {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #dc4439;
  padding: 4px 20px;
  display: inline-block;
  height: 26px;
}

.p-planCard1__ttl {
  padding: 20px;
  color: #dc4439;
  font-size: 20px;
  text-decoration: underline;
  height: 7em;
  overflow: hidden;
}

.p-planCard1__img {
  padding-top: 67%;
  background-size: cover;
  background-position: center;
}

.p-planCard1__footer {
  background-color: #000;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-planCard1__txt1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.p-planCard1__txt2 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
  background-color: #d7b40e;
  line-height: 1;
  padding: .3em .6em;
  margin-top: .5em;
}

.p-planCard1__txt3 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}


@media (max-width: 767px) {
  .p-planCard1__cat {
    font-size: 3.12vw;
    padding: .2em 1em;
    height: auto;
  }
  .p-planCard1__ttl {
    padding: 3.2vw;
    font-size: 4vw;
  }

  .p-planCard1__footer {
    padding: 3.2vw;
  }

  .p-planCard1__txt1 {
    font-size: 4vw;
  }

  .p-planCard1__txt2 {
    font-size: 3.12vw;
  }

  .p-planCard1__txt3 {
    font-size: 8vw;
  }

}

.slick-dots {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-dots button {
  opacity: 0;
}

.slick-dots li {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 .5em;
}

.slick-dots li.slick-active {
  background-color: #dc4439;
}

@media (max-width: 767px) {
  .p-planInner1 {
    padding: 0 3.9vw;
  }
}

/**/