/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    plan
------------------------------ */
#page_plan #sec_plan .box {
  margin-top: 15rem;
}
#page_plan #sec_plan .box .img {
  aspect-ratio: 631/442;
  width: 100%;
  margin-bottom: 3rem;
}
#page_plan #sec_plan .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_plan #sec_plan .box .ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8014;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 1em;
}
#page_plan #sec_plan .box .category {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
#page_plan #sec_plan .box .category span {
  background: #b3b3b3;
  color: #fff;
  padding: 0 1em;
  font-size: 2rem;
}
#page_plan #sec_plan .box .category small {
  width: 100%;
  font-size: 2.2rem;
  margin-left: 0.5em;
}
#page_plan #sec_plan .box .price {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8014;
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 0.8em;
}
#page_plan #sec_plan .box .price .big {
  font-family: "Jost", sans-serif;
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.2em;
}
#page_plan #sec_plan .box .txt {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #b5b5b5;
}
#page_plan #sec_plan .box .txt._hidden {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page_plan #sec_plan .box .m-btn_more {
  margin-top: 8rem;
}

#page_plan_post #sec_post .mv .img img {
  width: 100%;
}
#page_plan_post #sec_post .mv .ttl {
  color: #ff8014;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-bottom: 1em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ff8014;
}
#page_plan_post #sec_post .mv .price {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8014;
  font-size: 3.3rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 3rem 0;
}
#page_plan_post #sec_post .mv .price .big {
  font-family: "Jost", sans-serif;
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.2em;
}
#page_plan_post #sec_post .mv .category {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
#page_plan_post #sec_post .mv .category span {
  background: #b3b3b3;
  color: #fff;
  padding: 0 1em;
  font-size: 2rem;
}
#page_plan_post #sec_post .mv .category small {
  width: 100%;
  font-size: 2.2rem;
  margin-left: 0.5em;
}
#page_plan_post #sec_post .mv .data {
  color: #ff8014;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 3rem 0;
}
#page_plan_post #sec_post .mv .txt {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 3rem 0;
}
#page_plan_post #sec_post .detail {
  margin-top: 15rem;
}
#page_plan_post #sec_post .detail .ttl {
  color: #ff8014;
  border-bottom: 2px solid #ff8014;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  margin-top: 6rem;
}
#page_plan_post #sec_post .detail .txt {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 3rem 0;
}
#page_plan_post #sec_post .detail .img {
  margin: 8rem 0;
}
#page_plan_post #sec_post .detail .img + .img {
  margin-top: -4rem;
}
#page_plan_post #sec_post .btn_wrap .ttl {
  text-align: center;
}
#page_plan_post #sec_post .btn_wrap .ttl span {
  display: inline-block;
  color: #ff8014;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ff8014;
}
