@media screen and (max-width: 950px) {
  .p-special-entry .pc_only {
    display: none;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .sp_only {
    display: none;
  }
}
.p-special-entry strong {
  font-weight: 700;
}
.p-special-entry .btn_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 590px) {
  .p-special-entry .btn_item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.p-special-entry .btn_item-wrap .btn_item {
  max-width: 690px;
  width: 100%;
  position: relative;
  background-color: #253f54;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.p-special-entry .btn_item-wrap .btn_item:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 951px) {
  .p-special-entry .btn_item-wrap .btn_item:before {
    right: 40px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .btn_item-wrap .btn_item:before {
    right: 20px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .btn_item-wrap .btn_item {
    font-size: 1.35rem;
    border-radius: 50px;
    padding: 26px 60px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .btn_item-wrap .btn_item {
    font-size: 1rem;
    border-radius: 50px;
    padding: 14px 30px;
    margin: 0 auto;
    margin-top: 1%;
  }
}
.p-special-entry .mv-wrap {
  overflow: hidden;
  position: relative;
}
.p-special-entry .mv-wrap .mv {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 951px) {
  .p-special-entry .mv-wrap .mv {
    max-height: 700px;
    min-height: 441px;
    height: 50vw;
  }
}
.p-special-entry .mv-wrap .mv:before, .p-special-entry .mv-wrap .mv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-special-entry .mv-wrap .mv:before {
  background: -webkit-gradient(linear, left top, right top, from(#f0999f), color-stop(50%, #f0999f), color-stop(50%, #80cba2), to(#80cba2));
  background: linear-gradient(90deg, #f0999f 0%, #f0999f 50%, #80cba2 50%, #80cba2 100%);
  z-index: 60;
}
.p-special-entry .mv-wrap .mv:after {
  z-index: 80;
  background-image: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/mv_pc_bg.jpg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.p-special-entry .mv-wrap .mv .img {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 950px) {
  .p-special-entry .mv-wrap .mv .img {
    width: 100%;
  }
}
.p-special-entry .section01 {
  overflow: hidden;
}
.p-special-entry .section01 .section_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .section_container {
    max-width: 1230px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .section_container {
    max-width: 630px;
  }
}
.p-special-entry .section01 .block1 {
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 .block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 400px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 .block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special-entry .section01 .block1 .title-wrap .title {
  font-weight: bold;
  color: #253f54;
}
.p-special-entry .section01 .block1 .title-wrap .title strong {
  background: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg_line.png") bottom repeat-x;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 .title-wrap .title strong {
    font-size: 4rem;
    font-size: min(4rem, 2.75rem + 20 * (100vw - 950px) / 200);
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 .title-wrap .title strong {
    font-size: calc(1.875rem + 8 * (100vw - 375px) / 225);
    padding-bottom: 6px;
    background-size: 16px;
  }
}
.p-special-entry .section01 .block1 .title-wrap .title .title_text {
  display: block;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 .title-wrap .title .title_text {
    font-size: 3.125rem;
    font-size: min(3.125rem, 2.5rem + 10 * (100vw - 950px) / 200);
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 .title-wrap .title .title_text {
    font-size: calc(1.563rem + 8 * (100vw - 375px) / 225);
  }
}
.p-special-entry .section01 .block1 .title-wrap .title .title_em {
  display: block;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 .title-wrap .title .title_em {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 .title-wrap .title .title_em {
    margin-bottom: 12px;
  }
}
.p-special-entry .section01 .block1 .bg_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block1 .bg_img {
    position: absolute;
    right: -45px;
    top: 35px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block1 .bg_img {
    max-width: 370px;
    margin: 0 auto;
    width: 80%;
  }
}
.p-special-entry .section01 .block1 .text-group {
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-special-entry .section01 .block1 .text-group .text + * {
  margin-top: 30px;
}
.p-special-entry .section01 .block2 {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block2 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block2 {
    margin-bottom: 50px;
  }
}
.p-special-entry .section01 .block2 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block2 .img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block2 .img {
    margin-bottom: 30px;
  }
}
.p-special-entry .section01 .block2 .bg_img {
  position: absolute;
  left: -20px;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block2 .bg_img {
    display: none;
  }
}
.p-special-entry .section01 .block3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block3 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block3 .section_container {
    max-width: 800px;
  }
}
.p-special-entry .section01 .block3 .video-wrap {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  z-index: 9;
}
.p-special-entry .section01 .block3 .video-wrap iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block4 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block4 {
    margin-bottom: 50px;
  }
}
.p-special-entry .section01 .block4 .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block4 .title-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block4 .title-wrap {
    margin-bottom: 30px;
  }
}
.p-special-entry .section01 .block4 .title-wrap .title {
  color: #253f54;
  font-weight: bold;
  text-align: center;
}
.p-special-entry .section01 .block4 .title-wrap .title span {
  display: block;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block4 .title-wrap .title span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block4 .title-wrap .title span {
    font-size: 1.8rem;
    font-size: calc(1.8rem + 8 * (100vw - 375px) / 225);
  }
}
.p-special-entry .section01 .block4 .title-wrap .title strong {
  background: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg_line.png") bottom repeat-x;
  padding-bottom: 10px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section01 .block4 .title-wrap .title strong {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section01 .block4 .title-wrap .title strong {
    font-size: 1.5rem;
    font-size: calc(1.5rem + 8 * (100vw - 375px) / 225);
    background-size: 16px;
  }
}
.p-special-entry .section01 .block4 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-special-entry .section02 {
  background-color: #d6eee0;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 {
    padding: 0 0 30px;
  }
}
.p-special-entry .section02 .section_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .section_container {
    max-width: 1230px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .section_container {
    max-width: 630px;
  }
}
.p-special-entry .section02 .title-wrap {
  background-color: #2ca965;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-special-entry .section02 .title-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 36px;
  height: 36px;
  z-index: 1;
  background-color: #2ca965;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .title-wrap:before {
    bottom: -16px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .title-wrap:before {
    bottom: -8px;
  }
}
.p-special-entry .section02 .title-wrap .title {
  z-index: 10;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .title-wrap .title {
    font-size: 3.125rem;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .title-wrap .title {
    font-size: 1.563rem;
    padding: 10px 15px;
  }
}
.p-special-entry .section02 .pic_list-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .pic_list-wrap {
    padding: 50px 0 40px;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .pic_list-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0 30px;
    gap: 10px 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-special-entry .section02 .pic_list-wrap .pic_item {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-special-entry .section02 .sub_item-group {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .sub_item-group {
    border-radius: 40px;
    padding: 30px 60px;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .sub_item-group {
    border-radius: 20px;
    padding: 15px 20px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special-entry .section02 .sub_item-group .sub_title {
  color: #253f54;
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .sub_item-group .sub_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .sub_item-group .sub_title {
    font-size: 1.25rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-special-entry .section02 .sub_item-group .sub_title span {
  background: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg_line2.png") bottom repeat-x;
  padding-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 .sub_item-group .sub_title span {
    padding-bottom: 4px;
    background-size: 16px;
  }
}
.p-special-entry .section02 .sub_item-group .sub_item-wrap {
  list-style: none;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 .sub_item-group .sub_item-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-special-entry .section02 > li {
  position: relative;
  line-height: 1.75;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 > li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 > li {
    font-size: 0.75rem;
  }
}
.p-special-entry .section02 > li:before {
  content: "";
  display: inline-block;
  background-color: #2ca965;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section02 > li:before {
    width: 20px;
    height: 20px;
    margin-right: calc(1.5em - 20px);
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section02 > li:before {
    width: 10px;
    height: 10px;
    margin-right: calc(1.5em - 10px);
  }
}
.p-special-entry .section03 {
  overflow: hidden;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 {
    padding: 25px 0 50px;
  }
}
.p-special-entry .section03 .section_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .section_container {
    max-width: 1230px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .section_container {
    max-width: 630px;
  }
}
.p-special-entry .section03 .bg_img {
  top: 310px;
  right: -150px;
  background-image: url(/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg03.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 400px;
  height: 400px;
  position: absolute;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .bg_img {
    display: none;
  }
}
.p-special-entry .section03 .title_item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .title_item-wrap {
    margin-top: 110px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .title_item-wrap {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.p-special-entry .section03 .title_item-wrap .title_item {
  font-weight: bold;
  text-align: center;
  color: #253f54;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .title_item-wrap .title_item {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .title_item-wrap .title_item {
    font-size: 1.563rem;
  }
}
.p-special-entry .section03 .title_item-wrap .title_item span {
  background: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg_line.png") bottom repeat-x;
  padding-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .title_item-wrap .title_item span {
    background-size: 16px;
  }
}
.p-special-entry .section03 .step_list-wrap {
  list-style: none;
}
.p-special-entry .section03 .step_list-wrap li {
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list-wrap li {
    padding-left: 260px;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list-wrap li {
    padding-left: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-special-entry .section03 .step_list-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list-wrap .block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list-wrap .block {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list-wrap .block .top {
    width: 100%;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list-wrap .block .img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list-wrap .block .img {
    max-width: 60%;
  }
}
.p-special-entry .section03 .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step {
    width: 200px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step {
    width: 16%;
    padding-top: 20px;
  }
}
.p-special-entry .section03 .step:not(.last):before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 10;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step:not(.last):before {
    bottom: -39px;
    height: 40px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step:not(.last):before {
    bottom: -29px;
    height: 30px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step.start {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step.start {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.p-special-entry .section03 .step.odd {
  background-color: #eb6f76;
}
.p-special-entry .section03 .step.odd:not(.last):before {
  background-color: #eb6f76;
}
.p-special-entry .section03 .step.even {
  background-color: #f6d1d3;
}
.p-special-entry .section03 .step.even:not(.last):before {
  background-color: #f6d1d3;
}
.p-special-entry .section03 .step img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step img {
    width: 35px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.p-special-entry .section03 .step_list .step_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  color: #253f54;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list .step_title {
    font-size: 2.25rem;
    margin-bottom: 20px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list .step_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special-entry .section03 .step_list .step_title span {
  color: #eb6f76;
  background: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/bg_line.png") bottom repeat-x;
  padding-bottom: 6px;
  background-size: 16px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section03 .step_list .step_title span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section03 .step_list .step_title span {
    font-size: 0.75rem;
  }
}
.p-special-entry .section03 .step_list .step_text {
  line-height: 2;
}
.p-special-entry .section04 {
  background-color: #f0f1f2;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 {
    margin-bottom: 20px;
  }
}
.p-special-entry .section04 .title-wrap {
  background-color: #6b8090;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-special-entry .section04 .title-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 36px;
  height: 36px;
  z-index: 1;
  background-color: #6b8090;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .title-wrap:before {
    bottom: -16px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .title-wrap:before {
    bottom: -8px;
  }
}
.p-special-entry .section04 .title-wrap .title {
  z-index: 10;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .title-wrap .title {
    font-size: 3.125rem;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .title-wrap .title {
    font-size: 1.563rem;
    padding: 10px 15px;
  }
}
.p-special-entry .section04 .block_item-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item-wrap {
    gap: 40px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 60px 15px 50px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item-wrap {
    gap: 30px;
    padding: 30px 15px 20px;
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item .item_img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item .item_img {
    margin-bottom: 15px;
  }
}
.p-special-entry .section04 .block_item picture {
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item picture {
    border-radius: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item picture {
    border-radius: 10px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item .item_title-wrap {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item .item_title-wrap {
    margin-bottom: 15px;
  }
}
.p-special-entry .section04 .block_item .item_title-wrap .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item .item_title-wrap .item_title {
    font-size: 1.5rem;
    gap: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item .item_title-wrap .item_title {
    font-size: 1.125rem;
    gap: 10px;
  }
}
.p-special-entry .section04 .block_item .item_title-wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #eb6f76;
  line-height: 1.2;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item .item_title-wrap span {
    font-size: 1.125rem;
    padding: 8px 16px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item .item_title-wrap span {
    font-size: 0.875em;
    padding: 6px 12px;
    border-radius: 15px;
  }
}
.p-special-entry .section04 .block_item .item_text-wrap .item_text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section04 .block_item .item_text-wrap .item_text + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section04 .block_item .item_text-wrap .item_text + * {
    margin-top: 15px;
  }
}
.p-special-entry .section05 {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 {
    margin-bottom: 120px;
  }
}
.p-special-entry .section05 .balloon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .balloon-wrap {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .balloon-wrap {
    margin-bottom: -15px;
  }
}
.p-special-entry .section05 .balloon-wrap .balloon {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #253f54;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  line-height: 1.25;
  color: #253f54;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .balloon-wrap .balloon {
    font-size: 2.625rem;
    padding: 10px 30px;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .balloon-wrap .balloon {
    font-size: 1.25rem;
    padding: 5px 20px;
    border-radius: 25px;
    max-width: 300px;
  }
}
.p-special-entry .section05 .balloon-wrap .balloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(312deg);
          transform: translate(-50%, 0) rotate(312deg);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-left: 2px solid #253f54;
  border-bottom: 2px solid #253f54;
}
.p-special-entry .section05 .bg_container {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .bg_container {
    padding: 60px 50px 40px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .bg_container {
    padding: 40px 15px 30px;
  }
}
.p-special-entry .section05 .bg_container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  -webkit-transform: translateX(-50%) skew(10deg) translate3d(0, 0, 0);
          transform: translateX(-50%) skew(10deg) translate3d(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(#f0999f), color-stop(50%, #f0999f), color-stop(50%, #80cba2), to(#80cba2));
  background: linear-gradient(90deg, #f0999f 0%, #f0999f 50%, #80cba2 50%, #80cba2 100%);
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .bg_container:before {
    height: 200%;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .bg_container:before {
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .sp_container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-special-entry .section05 .section_block {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .section_block {
    padding: 60px 70px 50px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .section_block {
    padding: 30px 15px 20px;
  }
}
.p-special-entry .section05 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .title_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .title_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -40px;
  }
}
.p-special-entry .section05 .title_block .item01 {
  font-weight: bold;
  border-radius: 50%;
  background-color: #eb6f76;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .title_block .item01 {
    line-height: 1.2;
    font-size: 1.875rem;
    width: 164px;
    height: 164px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .title_block .item01 {
    width: 82px;
    height: 82px;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-special-entry .section05 .box1 {
  margin: 0 auto 15px;
  background-color: #d6eee0;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .box1 {
    border-radius: 74px;
    padding: 20px 70px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .box1 {
    border-radius: 32px;
    padding: 10px 20px;
  }
}
.p-special-entry .section05 .box1 strong {
  display: block;
  text-align: center;
  color: #253f54;
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .box1 strong {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .box1 strong {
    font-size: 1rem;
  }
}
.p-special-entry .section05 .box1 .box1_text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .box1 .box1_text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .box1 .box1_text {
    font-size: 0.875rem;
  }
}
.p-special-entry .section05 .h3 {
  font-weight: bold;
  margin: 30px 0 10px;
  color: #2ca965;
  font-size: 1.375rem;
}
.p-special-entry .section05 .list {
  list-style: disc;
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .list {
    padding-left: 22px;
  }
}
.p-special-entry .section05 .list li {
  line-height: 2;
  padding-left: 10px;
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .list li {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 951px) {
  .p-special-entry .section05 .btn_item-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .section05 .btn_item-wrap {
    margin-top: 20px;
  }
}
.p-special-entry .foot_entry-wrap {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #2ca965;*/
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
@media screen and (max-width: 950px) {
  .p-special-entry .foot_entry-wrap {
    min-height: 50px;
  }
}
.p-special-entry .foot_entry-wrap-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 951px) {
  .p-special-entry .foot_entry-wrap-btn {
    height: 100px;
    font-size: 30px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .foot_entry-wrap-btn {
    height: 50px;
    font-size: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  .p-special-entry .foot_entry-wrap-btn {
    font-size: 0.688rem;
    padding: 0 20px;
  }
}
.p-special-entry .foot_entry-wrap-btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("/chintai-wp/wp-content/themes/chintai2026/assets/images/yoyaku_service/icon_arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 951px) {
  .p-special-entry .foot_entry-wrap-btn:before {
    width: 30px;
    height: 50px;
    right: 40px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 950px) {
  .p-special-entry .foot_entry-wrap-btn:before {
    width: 20px;
    height: 20px;
    right: 10px;
    margin-top: 2px;
  }
}
.p-special-entry .foot_entry-wrap .foot_entry {
  background-color: #2ca965;
}
.p-special-entry .foot_entry-wrap .foot_entry2 {
  background-color: #ea6e76;
}

@media screen and (min-width: 951px) {
  body {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 950px) {
  body {
    padding-bottom: 50px;
  }
}