/* ------------------------------------------------------------
    PAGE COMPONENT
------------------------------------------------------------ */
.s_ctype {
  margin-top: 3em;
}
@media only screen and (min-width: 769px) {
  .s_ctype {
    margin-top: 9em;
  }
}

.slider6-wrap {
  margin: 0 auto;
  margin-top: 1em;
  position: relative;
}

.slick-slide {
  overflow: hidden;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbs_dots {
  margin: 10px 0 0;
}

.thumbs_list {
  margin: auto;
  width: 90%;
  text-align: center;
}

.thumbs_list li {
  margin-right: 7px;
  display: inline-block;
  width: 70px;
  height: 50px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 1000px) {
  .thumbs_list li {
    width: 100px;
    height: 60px;
  }
}

.thumbs_list li.slick-active {
  opacity: 1;
}

figure figcaption {
  text-shadow: 1px 1px 4px rgb(0, 0, 0), -1px 1px 4px rgb(0, 0, 0), 1px -1px 4px rgb(0, 0, 0), -1px -1px 4px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* s_model_plan
-------------------------------------------------- */
.s_model_plan {
  width: 90%;
  max-width: 1400px;
  margin: 30px auto 0;
  border-width: 1px 0;
  padding: 16px 0;
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan {
    margin-top: 40px;
    -ms-grid-columns: auto 20px 550px;
    grid-template-columns: auto 550px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.s_model_plan_info {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_info {
    text-align: left;
  }
}
.s_model_plan_info .info_type {
  color: rgb(145, 117, 31);
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_info .info_type {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.s_model_plan_info .info_type .type {
  display: inline-block;
  line-height: 1;
  margin-right: 0.15em;
  font-size: 170%;
}
.s_model_plan_info .info_type .type .s_s {
  font-size: 55%;
}
.s_model_plan_info .info_type .type .s_ss {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.s_model_plan_info .info_spec {
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_info .info_spec {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.s_model_plan_info .info_spec_in {
  display: inline-block;
  text-align: left;
}
.s_model_plan_info .info_spec .c_txt_notes {
  text-align: left;
}
.s_model_plan_info .info_spec .spec_1 {
  font-size: 160%;
  display: inline-block;
}
.s_model_plan_info .info_spec .spec_2 {
  font-size: 160%;
  display: inline-block;
}
.s_model_plan_info .info_spec .s_m {
  font-size: 70%;
}
.s_model_plan_info .info_spec .s_s {
  font-size: 40%;
  letter-spacing: 0.05em;
  line-height: 0.6;
}
.s_model_plan_info .info_bana {
  width: 85%;
  max-width: 400px;
  margin: 16px auto 0 auto;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_info .info_bana {
    margin: 16px auto 0 0;
  }
}
.s_model_plan_info .info_link {
  width: 85%;
  max-width: 400px;
  margin: 16px auto 0;
}
.s_model_plan_info .info_link a {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_info .info_link {
    width: 100%;
    margin-inline: 0;
  }
}
.s_model_plan_zu {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_zu {
    margin-top: 0;
  }
}
.s_model_plan_zu .zu_wrap .zu_img {
  position: relative;
  max-width: 550px;
  height: 140px;
  margin-inline: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1000px) {
  .s_model_plan_zu .zu_wrap .zu_img {
    height: 190px;
  }
}
.s_model_plan_zu .zu_wrap .zu_img_mask {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.s_model_plan_zu .zu_wrap .zu_btn {
  width: 70%;
  max-width: 300px;
  margin: 16px auto 0;
  border-radius: 100vh;
  line-height: 1;
  padding: 12px;
  position: relative;
  cursor: pointer;
  color: #fff;
  background: rgb(145, 117, 31);
  text-align: center;
}
.s_model_plan_zu .zu_wrap .zu_btn::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: auto;
  right: 12px;
  translate: -50% -50%;
  rotate: 90deg;
  background: url(../images/common/i_arr_w.svg) no-repeat center center/contain;
}
.s_model_plan_zu .zu_wrap .zu_btn .lbl_close {
  display: none;
}
.s_model_plan_zu .zu_wrap.js-acc-open .zu_img_mask {
  opacity: 0;
}
.s_model_plan_zu .zu_wrap.js-acc-open .zu_btn::after {
  rotate: -90deg;
}
.s_model_plan_zu .zu_wrap.js-acc-open .zu_btn .lbl_show {
  display: none;
}
.s_model_plan_zu .zu_wrap.js-acc-open .zu_btn .lbl_close {
  display: block;
}

.s_conversion {
  margin-top: 4em;
  margin-bottom: 4em;
}
.s_conversion_cont .txt {
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.sectionInformation .sectionInformation__innerBlock {
  padding-top: 1em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .sectionInformation .sectionInformation__innerBlock {
    margin-top: 1.5em;
  }
}
.sectionInformation .sectionInformation__innerBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #000), to(transparent));
  background-image: linear-gradient(to right, transparent, #000 50%, transparent);
  background-repeat: no-repeat;
}

.requestBT__inner {
  border: 5px solid #fff;
  padding: 6px 20px;
  width: 100%;
  display: block;
}

.btnlinestretches2 {
  position: relative;
  color: rgb(255, 255, 255);
  background: rgb(27, 91, 155);
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 769px) {
  .btnlinestretches2 {
    width: 70%;
    line-height: 2.5;
  }
}
.btnlinestretches2::before, .btnlinestretches2::after {
  content: "";
  position: absolute;
  border: solid rgb(27, 91, 155);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnlinestretches2::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.btnlinestretches2::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.btnlinestretches2:hover {
  color: rgb(255, 255, 255);
  background: rgb(177, 151, 89);
}
.btnlinestretches2:hover::before, .btnlinestretches2:hover::after {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-color: rgb(177, 151, 89);
}
/*# sourceMappingURL=special_completion.css.map */