@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.cover_wrap p.cap {
  padding: 8px 10px 0 0;
  text-align: right;
  letter-spacing: 0.05em;
}
@media (max-width: 880px) {
  .cover_wrap p.cap {
    padding-top: 4px;
  }
}

.type_wrap.inner {
  margin-top: 60px;
  max-width: 910px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 20px 10px;
}
@media (max-width: 880px) {
  .type_wrap.inner {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 10px 6px;
  }
}
.type_wrap.inner li .cap {
  color: #fff;
  letter-spacing: 0.05em;
}
.type_wrap.inner li a {
  position: absolute;
  left: 50%;
  top: 76%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64%;
}
@media (max-width: 880px) {
  .type_wrap.inner li a {
    width: 73%;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  .type_wrap.inner li a {
    width: 85%;
  }
}
.type_wrap.inner li a.second-req {
  top: 75%;
}

.madori_wrap {
  margin-top: 90px;
}
@media (max-width: 880px) {
  .madori_wrap {
    margin-top: 45px;
  }
}
.madori_wrap .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
}
@media (max-width: 880px) {
  .madori_wrap .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.madori_wrap .txt .ldk .pic {
  width: 600px;
}
@media (max-width: 880px) {
  .madori_wrap .txt .ldk .pic {
    width: 100%;
  }
}
.madori_wrap .txt .ldk .m2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  line-height: 1;
}
@media (max-width: 880px) {
  .madori_wrap .txt .ldk .m2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.madori_wrap .txt .ldk .m2 > p {
  letter-spacing: 0.1em;
}
@media (max-width: 880px) {
  .madori_wrap .txt .ldk .m2 > p {
    letter-spacing: 0.05em;
  }
}
.madori_wrap .txt .ldk .m2 > p span {
  font-size: 4.5rem;
  letter-spacing: 0;
}
@media (max-width: 880px) {
  .madori_wrap .txt .ldk .m2 > p span {
    font-size: 2.5rem;
  }
}
.madori_wrap .txt .ldk .m2 > p span.max {
  font-size: 6.5rem;
}
@media (max-width: 880px) {
  .madori_wrap .txt .ldk .m2 > p span.max {
    font-size: 4.5rem;
  }
}
.madori_wrap .txt .ldk .m2 > div p {
  margin-top: 10px;
}
.madori_wrap .txt ul {
  width: 55%;
}
@media (max-width: 880px) {
  .madori_wrap .txt ul {
    width: 100%;
  }
}
.madori_wrap .txt ul li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
@media (max-width: 880px) {
  .madori_wrap .txt ul li {
    font-size: 1.3rem;
    padding-left: 15px;
    line-height: 2;
  }
}
.madori_wrap .txt ul li + li {
  margin-top: 15px;
}
@media (max-width: 880px) {
  .madori_wrap .txt ul li + li {
    margin-top: 12px;
  }
}
.madori_wrap .txt ul li::after {
  content: "●";
  color: #c9dee4;
  position: absolute;
  top: 0;
  left: 0;
}
.madori_wrap .txt .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media (max-width: 880px) {
  .madori_wrap .txt .box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.madori_wrap .txt .box p {
  width: 49.5%;
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #a0afc6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 880px) {
  .madori_wrap .txt .box p {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 880px) and (max-width: 480px) {
  .madori_wrap .txt .box p {
    letter-spacing: 0;
  }
}
.madori_wrap .madori {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 880px) {
  .madori_wrap .madori {
    margin-top: 25px;
  }
}
.madori_wrap .madori .wappen_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 880px) {
  .madori_wrap .madori .wappen_wrap.wappen_wrap_f {
    right: -6.5%;
  }
}
.madori_wrap .madori .wappen_wrap.wappen_wrap_j {
  right: -2.5%;
}
@media (max-width: 880px) {
  .madori_wrap .madori .wappen_wrap.wappen_wrap_j {
    top: auto;
    right: auto;
    left: -6.5%;
    bottom: -6vw;
  }
}
.madori_wrap .madori .wappen_wrap .wappen {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  background: #a52126;
  color: #fff;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}
@media (max-width: 880px) {
  .madori_wrap .madori .wappen_wrap .wappen {
    width: 13vw;
    height: 13vw;
    font-size: 2.6vw;
    letter-spacing: 0;
    border-radius: 6.5vw;
  }
}
.madori_wrap .madori .wappen_wrap .wappen span.big {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 880px) {
  .madori_wrap .madori .wappen_wrap .wappen span.big {
    font-size: 3.4vw;
  }
}
.madori_wrap .madori .wappen_wrap .wappen::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 96px;
  height: 96px;
  border: 1px solid #fff;
  border-radius: 48px;
}
@media (max-width: 880px) {
  .madori_wrap .madori .wappen_wrap .wappen::after {
    width: calc(13vw - 4px);
    height: calc(13vw - 4px);
    border-radius: calc(6.5vw - 2px);
  }
}
.madori_wrap .back-next {
  margin: 80px auto 0;
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .madori_wrap .back-next {
    width: 75%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
  }
}
.madori_wrap .back-next a {
  width: 40%;
}
@media (hover: hover) {
  .madori_wrap .back-next a:hover {
    opacity: 0.7;
  }
}
.madori_wrap .hanrei {
  width: 380px;
  margin: 40px auto 0;
}
@media (max-width: 880px) {
  .madori_wrap .hanrei {
    width: 100%;
    max-width: 450px;
    margin-top: 25px;
  }
}
.madori_wrap .hanrei .pic {
  width: 322px;
}
@media (max-width: 880px) {
  .madori_wrap .hanrei .pic {
    width: 92%;
  }
}
.madori_wrap .hanrei p.cap {
  margin-top: 10px;
}
.madori_wrap .hanrei p.cap:last-child {
  margin-top: 20px;
}

a:has(.arrow) {
  position: relative;
}
a:has(.arrow) .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6.5px;
  height: 6.5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  a:has(.arrow) .arrow {
    width: 4.5px;
    height: 4.5px;
  }
}
@media (hover: hover) {
  a:has(.arrow):hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  a:has(.arrow):hover .arrow {
    right: 9px;
  }
}

.plan_all_return {
  padding: 50px 0 85px;
}
@media (max-width: 880px) {
  .plan_all_return {
    padding: 30px 0 40px;
  }
}
.plan_all_return a.normal_btn {
  background: #333;
}

.open_plan .h2_wrap .pic {
  width: 81.3px;
}
@media (max-width: 880px) {
  .open_plan .h2_wrap .pic {
    width: 52.8px;
  }
}
.open_plan .sec01 {
  max-width: 910px;
  margin-top: 60px;
}
@media (max-width: 880px) {
  .open_plan .sec01 {
    margin-top: 35px;
  }
}
.open_plan .sec01 dl dt {
  text-align: center;
}
.open_plan .sec01 dl dd {
  margin-top: 35px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}
@media (max-width: 880px) {
  .open_plan .sec01 dl dd {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-top: 20px;
  }
}
.open_plan .sec01 .setsubi_wrap {
  margin-top: 50px;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap {
    margin-top: 30px;
  }
}
.open_plan .sec01 .setsubi_wrap > p {
  margin-bottom: 20px;
  padding: 8px 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #91a4be;
  color: #fff;
  text-align: center;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap > p {
    font-size: 1.6rem;
  }
}
.open_plan .sec01 .setsubi_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.open_plan .sec01 .setsubi_wrap ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 32.75%;
  width: 1px;
  height: calc(100% - 16px);
  background: #4e4a52;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul::after {
    display: none;
  }
}
.open_plan .sec01 .setsubi_wrap ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32.75%;
  width: 1px;
  height: calc(100% - 16px);
  background: #4e4a52;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul::before {
    display: none;
  }
}
.open_plan .sec01 .setsubi_wrap ul li {
  width: 31%;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul li {
    width: 100%;
  }
}
.open_plan .sec01 .setsubi_wrap ul li dl dt {
  font-size: 1.7rem;
  text-align: center;
  color: #497ca4;
}
@media (max-width: 480px) {
  .open_plan .sec01 .setsubi_wrap ul li dl dt {
    font-size: 1.6rem;
  }
}
.open_plan .sec01 .setsubi_wrap ul li dl dt span {
  font-size: 1.2rem;
}
.open_plan .sec01 .setsubi_wrap ul li dl dd {
  font-size: 1.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul li dl dd {
    font-size: 1.25rem;
  }
}
.open_plan .sec01 .setsubi_wrap ul li dl dd:not(.pic) {
  margin-top: 18px;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul li dl dd:not(.pic) {
    margin-top: 4px;
  }
}
.open_plan .sec01 .setsubi_wrap ul li dl dd.pic {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap ul li dl dd.pic {
    margin-top: 8px;
  }
}
.open_plan .sec01 .setsubi_wrap ul li dl dd.pic p.cap {
  text-align: right;
  padding-top: 5px;
}
.open_plan .sec01 .setsubi_wrap > div {
  margin-top: 15px;
  padding: 12px 0;
  border-top: 1px solid #4e4a52;
  border-bottom: 1px solid #4e4a52;
}
@media (max-width: 880px) {
  .open_plan .sec01 .setsubi_wrap > div {
    padding: 10px 0;
  }
}
.open_plan .sec01 .setsubi_wrap > div p.dt {
  font-size: 1.7rem;
  text-align: center;
  color: #497ca4;
}
@media (max-width: 480px) {
  .open_plan .sec01 .setsubi_wrap > div p.dt {
    font-size: 1.6rem;
  }
}
.open_plan .sec01 .setsubi_wrap > div p.dt br {
  display: none;
}
@media (max-width: 480px) {
  .open_plan .sec01 .setsubi_wrap > div p.dt br {
    display: block;
  }
}
.open_plan .type_wrap.inner {
  margin-top: 90px;
  margin-bottom: 180px;
}
@media (max-width: 880px) {
  .open_plan .type_wrap.inner {
    margin-bottom: 60px;
  }
}

.limited_plan .h2_wrap .pic {
  width: 205.2px;
}
@media (max-width: 880px) {
  .limited_plan .h2_wrap .pic {
    width: 133.4px;
  }
}
.limited_plan .type_wrap.inner {
  max-width: 600px;
  grid-template-columns: repeat(2, 1fr);
}
.limited_plan .limited_return {
  padding: 85px 0;
}
@media (max-width: 880px) {
  .limited_plan .limited_return {
    padding: 40px 0;
  }
}
.limited_plan .limited_return a.normal_btn {
  background: #333;
}/*# sourceMappingURL=plan.css.map */