@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- #mv
- nav_sec
- copy_area
- plan_sec
- block_img
-------------------------*/
/*=======================================
　common
=======================================*/
.main_ttl {
  background-color: #fff;
}

main {
  background: url(../img/plan/bg02.jpg) no-repeat;
  background-size: cover;
}

footer {
  background: url(../img/plan/bg02.jpg) no-repeat;
  background-size: cover;
}
footer .inner .info_area {
  background: #e9e9e3;
}

/*=======================================
　#mv
=======================================*/
#mv {
  position: relative;
}
#mv .img picture {
  display: block;
  margin-bottom: 8px;
}
#mv .img picture img {
  width: 100%;
}
#mv .img p {
  color: #898989;
  font-size: 13px;
  text-align: right;
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  #mv .img p {
    font-size: 10px;
    text-align: left;
    margin-right: auto;
    margin-left: 2%;
  }
}

#pagetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  max-width: 127.5px;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #pagetop {
    max-width: 86px;
    right: 3%;
    bottom: 55px;
  }
}

.cmn_copy01 {
  font-size: 27px;
}
@media screen and (max-width: 1400px) {
  .cmn_copy01 {
    font-size: clamp(24px, 1.9285714286vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .cmn_copy01 {
    font-size: 14.1048px;
  }
}

/*=======================================
　copy_area
=======================================*/
.copy_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy_area {
    margin-bottom: 40px;
  }
}
.copy_area .cmn_copy03 {
  margin-bottom: 23px;
}
.copy_area p {
  font-size: 18px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .copy_area p {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}

/*=======================================
plan_sec
=======================================*/
.plan_sec {
  padding: 111.4px 0 141.9px;
  background: url("../img/plan/bg02.jpg") no-repeat top right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .plan_sec {
    padding: 55px 0 70px;
    background-size: cover;
  }
}
.plan_sec .plan_box:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .plan_sec .plan_box:not(:last-child) {
    margin-bottom: 80px;
  }
}
.plan_sec .plan_box.plan11 .spec_area .copy_box {
  background: #a3aa84;
}
.plan_sec .plan_box.plan11 .spec_area .spec_ttl .no .box {
  background: #a3aa84;
}
.plan_sec .plan_box.plan11 .spec_area .spec_ttl .ttl {
  color: #a3aa84;
}
.plan_sec .plan_box.plan11 .w1100 .txt_area .flex_area .point_list .point_ttl::before {
  background: #a3aa84;
}
.plan_sec .plan_box.plan11 .w1100 .txt_area .flex_area .point_list .point_ttl.row2::before {
  background: #a3aa84;
}
.plan_sec .plan_box.plan11 .w1100 .txt_area .flex_area .point_list .point_ttl {
  border-color: #a3aa84;
  color: #a3aa84;
}
.plan_sec .spec_area {
  margin-bottom: 60px;
}
.plan_sec .spec_area .copy_box {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background: #6c6e5d;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .copy_box {
    padding: 15px 0;
    margin-bottom: 0;
  }
}
.plan_sec .spec_area .copy_box.cmn_copy01 {
  letter-spacing: 0.1em;
}
.plan_sec .spec_area .plan_img {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .plan_img {
    margin-bottom: 20px;
  }
}
.plan_sec .spec_area .plan_img .pic_cap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  text-shadow: #000 0 0 10px, #000 0 0 10px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .plan_img .pic_cap {
    font-size: 10px;
    bottom: 5px;
    left: 5px;
  }
}
.plan_sec .spec_area .plan_img img {
  width: 100%;
}
.plan_sec .spec_area .spec_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #6c6e5d;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .spec_ttl {
    flex-direction: column;
    gap: 0;
  }
}
.plan_sec .spec_area .spec_ttl .no {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #231815;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .plan_sec .spec_area .spec_ttl .no {
    font-size: clamp(30px, 2.4285714286vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .spec_ttl .no {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.plan_sec .spec_area .spec_ttl .no .box {
  display: inline-block;
  font-size: 16px;
  padding: 8px 10px 5px;
  background: #6c6e5d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .spec_ttl .no .box {
    font-size: 14px;
  }
}
.plan_sec .spec_area .spec_ttl .ttl {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #6c6e5d;
  letter-spacing: -0.05em;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .spec_ttl .ttl {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    flex-direction: column;
    text-align: center;
  }
}
.plan_sec .spec_area .spec_ttl .ttl .ldk {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .spec_ttl .ttl .ldk {
    font-size: 35px;
    line-height: 1.2;
  }
}
.plan_sec .spec_area .flex_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area {
    flex-wrap: wrap;
  }
}
.plan_sec .spec_area .flex_area .txt_area {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .wrap {
    order: 2;
    width: 100%;
  }
}
.plan_sec .spec_area .flex_area .txt_area .menseki {
  display: flex;
  gap: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki {
    font-size: clamp(13px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki {
    flex-direction: column;
    gap: 0;
    font-size: 13px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .menseki sup {
  font-size: 60%;
}
.plan_sec .spec_area .flex_area .txt_area .menseki .site {
  position: relative;
}
.plan_sec .spec_area .flex_area .txt_area .menseki .site::after {
  content: "/";
  position: absolute;
  right: -1em;
  bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .site::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .site .txt {
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .txt {
    display: inline-block;
    margin-right: 5px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .menseki .num {
  font-size: 40px;
}
@media screen and (max-width: 1400px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .num {
    font-size: clamp(26px, 2.8571428571vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .num {
    display: inline-block;
    font-size: 30px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .menseki .num_small {
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .num_small {
    font-size: clamp(18px, 2.1428571429vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .menseki .num_small {
    font-size: 20px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .menseki .red {
  color: #ad1827;
}
.plan_sec .spec_area .flex_area .txt_area .detail {
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .plan_sec .spec_area .flex_area .txt_area .detail {
    font-size: clamp(14px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .detail {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .color {
  display: flex;
  gap: 2em;
  margin-bottom: 25px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .color {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .color .left {
    width: fit-content;
  }
}
.plan_sec .spec_area .flex_area .txt_area .color .right {
  position: relative;
}
.plan_sec .spec_area .flex_area .txt_area .color .right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
  width: 1px;
  height: 90%;
  background: #000;
}
.plan_sec .spec_area .flex_area .txt_area .point_box {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .point_box {
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.plan_sec .spec_area .flex_area .txt_area .point_box li {
  width: fit-content;
}
.plan_sec .spec_area .flex_area .txt_area .point_box li img {
  width: auto;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .txt_area .point_box li img {
    width: 300px;
    height: auto;
  }
}
.plan_sec .spec_area .flex_area .img_area {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .plan_sec .spec_area .flex_area .img_area {
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}
.plan_sec .w1100 {
  background: #fff;
  padding: 80px 0;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 {
    padding: 40px 0;
  }
}
.plan_sec .w1100 .img_area {
  margin-bottom: 40px;
}
.plan_sec .w1100 .txt_area .flex_area {
  display: flex;
  justify-content: space-between;
  gap: 10%;
  padding: 40px 10%;
  margin-bottom: 15px;
  background: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area {
    flex-direction: column;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list {
    width: 100%;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list > div:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list > div:first-child {
    margin-bottom: 40px;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list > div.mb_wide {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list {
    font-size: 14px;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.8em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6c6e5d;
  font-size: 18px;
  font-weight: 500;
  color: #6c6e5d;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl {
    font-size: 16px;
    align-items: flex-start;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  background-color: #6c6e5d;
  width: 1.5em;
  height: 1.5em;
  z-index: 0;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl::before {
    top: -0.2em;
  }
}
.plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl.row2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  background-color: #6c6e5d;
  width: 1.5em;
  height: 1.5em;
  z-index: 0;
  border-radius: 50vw;
}
.plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl.row2 .num {
  top: 0.1em;
}
.plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.5em;
  text-align: center;
  left: 0.1em;
  top: 0.7em;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .flex_area .point_list .point_ttl .num {
    top: 0.05em;
    font-size: 14px;
  }
}
.plan_sec .w1100 .txt_area .cap {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100 .txt_area .cap {
    font-size: 10px;
  }
}
.plan_sec .w1100.cap {
  background: transparent;
  padding: 40px 0 0;
  font-size: 13px;
  filter: none;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .plan_sec .w1100.cap {
    font-size: 11px;
  }
}

/*=======================================
　block_img
=======================================*/
.block_img {
  width: 87.265625%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 153px;
}
@media screen and (max-width: 768px) {
  .block_img {
    width: 99%;
    margin-bottom: 60px;
  }
}
