@charset "UTF-8";

#kashitai-top {
  /*-- PC --*/
  /*-- SP --*/
}

#kashitai-top .s-c-red {
  color: #e34563;
}

#kashitai-top .s-mb-0 {
  margin-bottom: 0;
}

#kashitai-top .s-mb-8 {
  margin-bottom: 8px;
}

#kashitai-top .s-mb-16 {
  margin-bottom: 16px;
}

#kashitai-top .s-mb-24 {
  margin-bottom: 24px;
}

#kashitai-top .s-mb-32 {
  margin-bottom: 32px;
}

#kashitai-top .s-mb-40 {
  margin-bottom: 40px;
}

#kashitai-top .s-mb-48 {
  margin-bottom: 48px;
}

#kashitai-top .s-mb-64 {
  margin-bottom: 64px;
}

#kashitai-top .s-f-r {
  font-weight: 500;
}

#kashitai-top .s-flownav-list {
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-flownav-list .s-flownav__item {
    width: 19.11%;
    max-width: 200px;
  }

  #kashitai-top .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:before {
    bottom: -24px;
    right: 40px;
  }
}

#kashitai-top .s-top-part .a-headline {
  margin-bottom: 0;
}

#kashitai-top .s-top-part .a-headline-sub {
  margin-top: 0;
}

#kashitai-top .s-top-part .s-text {
  margin-bottom: 32px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-servbox_cnt {
    padding: 0 5%;
  }
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-servbox_cnt .s-servbox__list .s-2clm__item:first-child {
    width: 25%;
  }

  #kashitai-top .s-servbox_cnt .s-servbox__list .s-2clm__item:last-child {
    width: 70%;
  }
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-two-nutton_narrow__wraper {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-two-nutton_narrow__wraper .s-two-nutton_narrow:first-child {
    margin-right: 30px;
  }
}

#kashitai-top .s-management-plan .s-title {
  font-size: 20px;
  color: #003d7c;
  margin-bottom: 40px;
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-row {
  margin-bottom: 64px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-management-plan .s-plans-wrapper .s-plan-row {
    display: flex;
  }
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-row:last-child {
  margin-bottom: 0;
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-image {
  margin-bottom: 16px;
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-image img {
  height: 148px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-management-plan .s-plans-wrapper .s-plan-image {
    /* width: calc(21.5%);
        max-width: 240px; */
    margin-right: 3%;
    margin-bottom: 0;
  }
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-contents {
  width: calc("78.5%");
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-contents .s-secttl {
  color: #003d7c;
}

#kashitai-top .s-management-plan .s-plans-wrapper .s-plan-contents .s-3clm__item {
  margin-bottom: 16px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-management-plan .s-plans-wrapper .s-plan-contents .s-3clm__item {
    margin-bottom: 0;
  }
}

#kashitai-top .s-thumbttl {
  font-size: 20px;
  color: #003d7c;
}

#kashitai-top .s-faq__title {
  font-size: 16px;
  color: #003d7c;
  font-weight: 700;
  padding-bottom: 45px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__title {
    font-size: 20px;
  }
}

#kashitai-top .s-faq__question {
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__question {
    margin-bottom: 20px;
  }
}

#kashitai-top .s-faq__icon {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #1e50a2;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__icon {
    font-size: 24px;
    margin-right: 30px;
    line-height: 1;
  }
}

#kashitai-top .s-faq__heading {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #f2f8fe;
  padding: 20px 15px;
}

#kashitai-top .s-faq__heading:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__heading {
    align-items: center;
    font-size: 16px;
    color: #1e50a2;
    padding: 20px 45px;
  }
}

#kashitai-top .s-faq__heading:after {
  content: '-';
  position: absolute;
  right: -2px;
  top: 30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #f2f8fe;
  background: #1e50a2;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  align-items: center;
  padding: 0 0 2px 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__heading:after {
    top: 50%;
    right: 25px;
    width: 25px;
    height: 25px;
  }
}

#kashitai-top .s-faq__heading.is-opened:after {
  content: '+';
  padding: 0 0 1px 0;
}

#kashitai-top .s-faq__heading>span:last-child {
  flex-basis: 90%;
}

#kashitai-top .s-faq__answer {
  display: flex;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__answer {
    padding: 0 0 0 45px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

#kashitai-top .s-faq .is-shown {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq .is-shown {
    margin-bottom: 90px;
    margin-top: 35px;
  }
}

#kashitai-top .s-faq__text {
  flex-basis: 95%;
  line-height: 1.8;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq__text {
    font-size: 16px;
  }
}

#kashitai-top .s-faq .s-right_icon {
  margin-top: 15px;
}

#kashitai-top .s-faq .s-right_icon:after {
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  #kashitai-top .s-faq .s-right_icon {
    margin-top: 40px;
  }
}

#kashitai-top .s-faq .s-cl-blue {
  color: #00aeef;
}

#kashitai-top .s-step_row {
  position: relative;
  padding-top: 84px;
  padding-bottom: 84px;
}

#kashitai-top .s-step_row:last-child {
  padding-bottom: 0;
}

#kashitai-top .s-step_row:after {
  position: absolute;
  content: '';
  width: 42px;
  height: 42px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
}

#kashitai-top .s-step_row:last-child:after {
  content: normal;
}

#kashitai-top .s-step_row .s-step_row__cnt {
  position: relative;
  background: url("/assets/images/original/kashitai-guide-top_steplink.png");
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: auto 50px;
  background-color: #e7eff7;
  padding-top: 40px;
  padding-bottom: 40px;
  width: auto;
}

#kashitai-top .s-step_row__cnt_tit {
  position: relative;
  margin-bottom: 8px;
}

#kashitai-top .s-step_row__cnt_tit .s-page {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 20;
  font-size: 40px;
  color: #003d7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1;
}

#kashitai-top .s-step_row__cnt_tit .s-page:after {
  content: '';
  position: absolute;
  background: #003d7c;
  width: 1px;
  height: 30px;
  bottom: -36px;
  left: 50%;
}

#kashitai-top .s-step_row__cnt_tit .s-page .s-page-num {
  font-size: 60px;
}

#kashitai-top .s-step_row .s-step_row__img_wrap {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kashitai-top .s-step_row .s-step_row__img_wrap:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/images/original/kashitai-guide-top_stepbg.png") center/cover no-repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

#kashitai-top .s-step_row .s-step_row__img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#kashitai-top .s-step_row.s-step_left .s-step_row__img_wrap {
  padding: 0 0px 20px 20px;
}

#kashitai-top .s-step_row.s-step_left .s-step_row__img_wrap:after {
  left: 0;
}

#kashitai-top .s-step_row.s-step_right .s-step_row__img_wrap {
  padding: 0 20px 20px 0;
  margin-left: auto;
}

#kashitai-top .s-step_row.s-step_right .s-step_row__img_wrap:after {
  right: 0;
  transform: scaleX(-1);
}

#kashitai-top .s-step_row .s-btnwrap {
  margin-bottom: 8px;
}

#kashitai-top .s-step_row .s-btnwrap:last-child {
  margin-bottom: 0;
}

#kashitai-top .s-step_row .s-btnwrap .s-btn {
  position: relative;
  z-index: 3;
  border: solid 1px #00aeef;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 3px;
  display: inline-block;
  transition: 0.25s;
}

#kashitai-top .s-step_row .s-btnwrap .s-btn:hover {
  background: #00aeef;
  color: #fff;
}

#kashitai-top .s-step_row .s-baselink {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

#kashitai-top .s-step_row .s-baselink:hover {
  background: #fff;
  opacity: 0.4;
  transition: 0.25s;
}

#kashitai-top .s-step_row .s-text {
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  #kashitai-top {
    /* STEPの位置調整 */
  }

  #kashitai-top .s-step_row {
    width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  #kashitai-top .s-step_row:after {
    width: 48px;
    height: 48px;
    bottom: 60px;
  }

  #kashitai-top .s-step_row .s-step_row__cnt {
    width: 748px;
    background-size: auto 60px;
    min-height: 368px;
  }

  #kashitai-top .s-step_row.s-step_left .s-step_row__cnt {
    padding-left: 98px;
    padding-right: 52px;
    margin-left: auto;
  }

  #kashitai-top .s-step_row.s-step_right .s-step_row__cnt {
    padding-left: 52px;
    padding-right: 98px;
  }

  #kashitai-top .s-step_row__cnt_tit .s-page {
    font-size: 56px;
    top: -150px;
  }

  #kashitai-top .s-step_row__cnt_tit .s-page:after {
    height: 46px;
    bottom: -50px;
  }

  #kashitai-top .s-step_row__cnt_tit .s-page .s-page-num {
    font-size: 82px;
  }

  #kashitai-top .s-step_row.s-step_left .s-step_row__cnt_tit .s-page {
    left: calc(50% - 171px);
  }

  #kashitai-top .s-step_row.s-step_right .s-step_row__cnt_tit .s-page {
    left: calc(50% + 171px);
  }

  #kashitai-top .s-step_row .s-step_row__img_wrap {
    position: absolute;
    width: 340px;
    z-index: 3;
  }

  #kashitai-top .s-step_row .s-step_row__img_wrap:after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  #kashitai-top .s-step_row.s-step_left .s-step_row__img_wrap {
    padding: 0 0px 24px 24px;
    left: -296px;
    top: 32px;
  }

  #kashitai-top .s-step_row.s-step_right .s-step_row__img_wrap {
    padding: 0 24px 24px 0;
    right: -296px;
    top: 32px;
  }
}

@media only screen and (max-width: 768px) {

  #kashitai-top .s-step_row.s-step_left .s-step_row__cnt,
  #kashitai-top .s-step_row.s-step_right .s-step_row__cnt {
    padding: 20px 16px 60px;
    margin-left: auto;
  }

  #kashitai-top .s-step_row__cnt_tit {
    text-align: center;
    margin-bottom: 40px;
  }

  #kashitai-top .s-step_row__cnt_tit:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 52px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: center/contain no-repeat url("/assets/images/original/chintai-guide-top_cnt-tit_icon.png");
  }

  #kashitai-top .s-step_row__cnt_tit .s-page_t {
    font-size: 24px;
  }

  #kashitai-top .s-step_row .s-step_row__img_wrap {
    margin-bottom: 24px;
  }

  #kashitai-top .s-step_row .s-btnwrap .s-btn {
    /* width: 100%; */
    padding: 8px 12px 8px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:first-child {
    width: 100%;
  }

  .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:last-child {
    width: 100%;
  }

  .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm {
    flex-direction: column;
  }

  .s-sp-heading {
    display: block;
    padding-bottom: 10px;
  }

  .s-pc-heading {
    display: none;
  }

  .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm .s-text {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .s-sp-heading {
    display: none;
  }

  .s-pc-heading {
    display: block;
  }
}

/*# sourceMappingURL=static_original-kashitai-guide-top.css.map */