/*! Writen  by SCSS */
.sec_plan {
  pointer-events: none;
}

body.loaded .sec_plan {
  pointer-events: all;
}

.inner {
  max-width: 1300px;
}

.inner_main {
  padding: 0;
  padding-bottom: 22.5%;
  background-image: url("../images/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .inner_main {
    background-image: url("../images/main_sp.jpg");
    padding-bottom: 71.4285714286%;
  }
}

.sec1 {
  margin-top: clamp(50px, 9.167vw, 110px);
  margin-bottom: clamp(50px, 7.5vw, 90px);
}
.sec1 .img {
  width: 83.42%;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .sec1 .img {
    width: 100%;
  }
}
.sec1 .txt_img {
  width: 22.34%;
  margin-inline: auto;
  font-size: 0;
  line-height: 1;
  margin-bottom: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 480px) {
  .sec1 .txt_img {
    width: 50%;
  }
}

.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.58%;
  row-gap: 20px;
  justify-content: center;
  margin-bottom: clamp(40px, 6.667vw, 80px);
}
@media screen and (max-width: 480px) {
  .btn_wrap {
    row-gap: 5px;
    column-gap: 2%;
    justify-content: flex-start;
  }
}
.btn_wrap li {
  width: 12.93%;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0.7;
}
@media (hover: hover) {
  .btn_wrap li:hover {
    opacity: 1;
  }
}
.btn_wrap li.active {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .btn_wrap li {
    width: 32%;
  }
}
.sec_plan {
  position: relative;
}
@media screen and (max-width: 480px) {
  .sec_plan {
    width: 100%;
  }
}
.sec_plan .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFF;
}
.sec_plan .type_list_wrap .version_txt {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 30px);
  color: #900;
  line-height: 1;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_plan .type_list_wrap .version_txt .big {
  margin: 0 20px;
  padding: 5px;
  font-size: 150%;
  background: #900;
  color: #FFF;
  line-height: 0.95;
}
.sec_plan .type_list_wrap .old_version_txt {
  text-align: center;
  margin-bottom: 30px;
}
.sec_plan .type_list_wrap .old_version_txt a {
  display: inline-block;
  font-size: clamp(14px, 2.344vw, 18px);
  color: #900;
  text-decoration: underline;
}
body:not(.mobile) .sec_plan .type_list_wrap .old_version_txt a:hover {
  text-decoration: none;
}
.sec_plan .type_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 1.33% 0;
}
@media screen and (max-width: 480px) {
  .sec_plan .type_list {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.sec_plan .type_list li {
  width: 24%;
  border: 1px solid #900;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec_plan .type_list li {
    width: 48%;
  }
}
.sec_plan .type_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  line-height: 1.2;
  padding: 10px 5px;
  font-size: 18px;
  color: #900;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
  .sec_plan .type_list li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_plan .type_list li a {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .sec_plan .type_list li a {
    font-size: 3vw;
  }
}
.sec_plan .type_list li a.cr, body:not(.mobile) .sec_plan .type_list li a:hover {
  color: #FFF;
  background: #900;
}
.sec_plan .type_list li a .sub {
  display: block;
  font-size: 80%;
}
.sec_plan .slide_thumb {
  margin-top: 30px;
  overflow: hidden;
}
.sec_plan .slide_thumb .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px 0;
}
.sec_plan .slide_thumb .swiper-wrapper .swiper-slide {
  width: 23.34% !important;
  cursor: pointer;
  transition: 0.3s opacity ease-in-out 0s;
}
.sec_plan .slide_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
.sec_plan .slide_thumb .swiper-wrapper.full {
  gap: 0;
  flex-wrap: nowrap;
}
.sec_plan .swiper-button-next, .sec_plan .swiper-button-prev {
  width: 30px;
  top: 15%;
}
@media screen and (max-width: 480px) {
  .sec_plan .swiper-button-next, .sec_plan .swiper-button-prev {
    width: 20px;
  }
}
.sec_plan .swiper-button-prev:after,
.sec_plan .swiper-container-rtl .swiper-button-next:after,
.sec_plan .swiper-button-next:after,
.sec_plan .swiper-container-rtl .swiper-button-prev:after {
  content: none !important;
}
.sec_plan .swiper-button-prev {
  left: auto;
  right: calc(100% + 30px);
}
@media screen and (max-width: 820px) {
  .sec_plan .swiper-button-prev {
    right: calc(100% + 10px);
  }
}
@media screen and (max-width: 480px) {
  .sec_plan .swiper-button-prev {
    right: 100%;
  }
}
.sec_plan .swiper-button-next {
  right: auto;
  left: calc(100% + 30px);
}
@media screen and (max-width: 820px) {
  .sec_plan .swiper-button-next {
    left: calc(100% + 10px);
  }
}
@media screen and (max-width: 480px) {
  .sec_plan .swiper-button-next {
    left: 100%;
  }
}
.sec_plan .slide_02 {
  top: auto;
  bottom: 33%;
}
.sec_plan .plan_item {
  position: relative;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(20px, 3.334vw, 40px);
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item {
    padding: 20px 0;
  }
}
.sec_plan .plan_item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #5aa572;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item::after {
    border-left: none;
    border-right: none;
  }
}
.sec_plan .plan_item .detail_wrap {
  width: 29.42%;
  margin-left: 6.51%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-content: flex-start;
}
.sec_plan .plan_item .detail_wrap.cr .item {
  background: #fff;
  position: relative;
  color: #5aa572;
}
.sec_plan .plan_item .detail_wrap.cr .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #5aa572;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .detail_wrap {
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
}
.sec_plan .plan_item .detail_wrap .item {
  position: relative;
  line-height: 1;
  padding: clamp(10px, 1.5vw, 18px) 0;
  font-size: clamp(13px, 1.847vw, 24px);
  text-align: center;
  color: #fff;
  color: #5aa572;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .detail_wrap .item {
    width: 49%;
    font-size: 3.2vw;
  }
}
.sec_plan .plan_item .detail_wrap .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #5aa572;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .detail_wrap .item.w100_sp {
    width: 100%;
  }
}
.sec_plan .plan_item .img_wrap {
  max-width: 750px;
  width: 63.03%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .img_wrap {
    width: 100%;
  }
}
.sec_plan .plan_item .img_wrap .img {
  margin-inline: auto;
}
.sec_plan .plan_item .img_wrap .img.type_a {
  width: 63.2%;
}
.sec_plan .plan_item .img_wrap .img.type_b {
  width: 46%;
}
.sec_plan .plan_item .img_wrap .img.type_br {
  width: 89.34%;
}
.sec_plan .plan_item .img_wrap .img.type_bg {
  width: 46%;
}
.sec_plan .plan_item .img_wrap .img.type_c {
  width: 56.8%;
}
.sec_plan .plan_item .img_wrap .img.type_cr {
  width: 93.47%;
}
.sec_plan .plan_item .img_wrap .img.type_cg {
  width: 56.8%;
}
.sec_plan .plan_item .img_wrap .img.type_d {
  width: 50.27%;
}
.sec_plan .plan_item .img_wrap .img.type_dr {
  width: 92.54%;
}
.sec_plan .plan_item .img_wrap .img.type_dg {
  width: 50%;
}
.sec_plan .plan_item .img_wrap .img.type_e {
  width: 53.07%;
}
.sec_plan .plan_item .img_wrap .img.type_eg {
  width: 53.6%;
}
.sec_plan .plan_item .img_wrap .img.type_f {
  width: 46%;
}
.sec_plan .plan_item .hanrei {
  margin-left: 5.39%;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .hanrei {
    margin-left: 0;
  }
}
.sec_plan .plan_item .hanrei .item_wrap {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .hanrei .item_wrap {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
    justify-content: center;
  }
}
.sec_plan .plan_item .hanrei .item_wrap .item01, .sec_plan .plan_item .hanrei .item_wrap .item02 {
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .hanrei .item_wrap .item01, .sec_plan .plan_item .hanrei .item_wrap .item02 {
    height: 12px;
  }
}
.sec_plan .plan_item .hanrei .item_wrap .item01 img, .sec_plan .plan_item .hanrei .item_wrap .item02 img {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .sec_plan .plan_item .hanrei .item_wrap .item02 {
    height: 16px;
  }
}
.sec_plan .plan_item .hanrei .item_wrap .cap_l {
  line-height: 1;
}

.sec2 .bg_ttl {
  /*
  background-image: url("../images/bg_ttl.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  color: #5aa572;
  font-size: clamp(18px, 2.5vw, 30px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec2 .bg_ttl {
    margin-bottom: 20px;
  }
}
.sec2 .img01 {
  max-width: 1120px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 480px) {
  .sec2 .img01 {
    margin: 0 auto 30px;
  }
}
.sec2 .list_item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec2 .list_item {
    flex-direction: column;
    gap: 40px 0;
  }
}
.sec2 .list_item .item {
  width: 31.3846153846%;
}
@media screen and (max-width: 768px) {
  .sec2 .list_item .item {
    width: 100%;
  }
}
.sec2 .list_item .item .ttl {
  font-size: clamp(16px, 1.834vw, 22px);
  text-align: center;
  line-height: 1.36;
  background: #5aa572;
  color: #fff;
  min-height: 4.35em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .sec2 .list_item .item .ttl {
    min-height: 2em;
  }
}
.sec2 .list_item .item .copy {
  font-size: clamp(12px, 1.334vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
}/*# sourceMappingURL=style.css.map */