@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : special_feature.css                       */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.small {
  font-size: 12px;
}

.note-s {
  text-align: right;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}

.sec_title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #3281EF;
  line-height: 1.2;
  margin-bottom: 54px;
}
.sec_title::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #E6E02C;
}

.sec_wrap {
  margin-top: 120px;
}
.sec_wrap.first-sec {
  margin-top: 240px;
}

.note {
  font-size: 12px;
}

.mv {
  position: relative;
  background: linear-gradient(150deg, #74B5FF 11%, #91DCFF 35%, #FFF899 100%);
  margin-top: 120px;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../../special_feature/img/mv_bg.png) no-repeat top center/100%;
  opacity: 0.75;
  mix-blend-mode: color-burn;
  z-index: 2;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../special_feature/img/texture_noise.png);
  opacity: 0.2;
  z-index: 1;
}
.mv .title {
  position: relative;
  text-align: center;
}
.mv .title p {
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  background-color: #3281EF;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 auto;
}
.mv .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 23px 25px 0 25px;
  border-color: #3281ef transparent transparent;
  translate: -50% 100%;
}
.mv .lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4C4C4C;
  line-height: 1.8;
  margin-top: 24px;
}
.mv .lead .text_color {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3281EF;
  paint-order: stroke fill;
  color: #F9F460;
}
.mv .lead .text_l {
  font-size: 32px;
  line-height: 0.6;
}
.mv .note-s {
  display: block;
  margin-right: 6vw;
}

.mv-inner {
  position: relative;
  z-index: 2;
  padding: 40px 20px 100px;
}

.mv-voice_wrap {
  position: relative;
  width: 100%;
  background: #fff;
  border: 3px solid #3281EF;
  border-radius: 30px;
  padding: 20px 40px 40px;
  margin-top: 18px;
}
.mv-voice_wrap::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #3281EF;
  border-radius: 30px;
  z-index: -1;
}

.img_voie-wrap {
  position: absolute;
  z-index: -1;
}
.img_voie-wrap.student01 {
  left: -90px;
  top: -250px;
}
.img_voie-wrap.student02 {
  right: -90px;
  top: -250px;
}

.mv-voice_title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  paint-order: stroke fill;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #3281EF;
  color: #F9F460;
  text-shadow: 2px 4px 0 #3281EF;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.mv-voice_list {
  display: flex;
  gap: 0 2%;
  margin-top: 16px;
}

.mv-voice_item {
  display: flex;
  align-items: center;
  gap: 0 2%;
  width: 49%;
  background: #F0EC94;
  border: 2px solid #3281EF;
  border-radius: 20px;
  padding: 10px;
}
.mv-voice_item .mv-voice_img {
  width: 12%;
}
.mv-voice_item .mv-voice_text {
  width: 86%;
  font-size: 14px;
  line-height: 1.5;
}

.more-voice_btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  width: 26.92%;
}
.more-voice_btn img {
  width: 100%;
}
.more-voice_btn a:hover img {
  opacity: 1;
}

.check_btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -120px;
  max-width: 540px;
}
.check_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F26D8C;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  border: 2px solid #F26D8C;
  border-radius: 50px;
  padding: 25px 10px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.check_btn a:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.1em);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.check_btn a:hover {
  background: #fff;
  color: #F26D8C;
}
.check_btn a:hover:before {
  content: "";
  border-top: 2px solid #F26D8C;
  border-right: 2px solid #F26D8C;
  right: 5px;
  transition: all 0.3s ease;
}
.check_btn .note {
  text-align: center;
  font-size: 12px;
  color: #F26D8C;
}

.block-title {
  position: relative;
  width: 100%;
  background: url(../../../special_feature/img/line_title.svg) no-repeat center center/100%;
  text-align: center;
}
.block-title .title-inner {
  display: inline-block;
  align-items: center;
  background: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #4C4C4C;
  padding: 0 20px;
}
.block-title .title-inner::before {
  content: "";
  display: inline-flex;
  background: url(../../../special_feature/img/icon_mega.svg) no-repeat center center/100%;
  width: 41px;
  height: 30px;
  margin-right: 6px;
}
.block-title .color {
  color: #3281EF;
}
.block-title .text_l {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

.point-list {
  display: flex;
  gap: 0 2.67%;
  margin-top: 32px;
}

.point-list_item {
  width: 31.58%;
}

.point-title {
  font-size: 24px;
  font-weight: bold;
  color: #3281EF;
  line-height: 1.2;
  margin-top: 16px;
}

.point-text {
  margin-top: 8px;
}

.support-sec {
  margin-top: 56px;
}
.support-sec .headline {
  font-size: 24px;
  font-weight: bold;
  color: #3281EF;
  line-height: 1.2;
  margin-top: 4px;
}
.support-sec .lead {
  margin-top: 8px;
}

.support-wrap {
  position: relative;
  background: #74A8F2;
  padding: 40px 50px;
  border-radius: 20px;
  margin-top: 32px;
}
.support-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../special_feature/img/texture_noise.png);
  opacity: 0.1;
  z-index: 1;
}
.support-wrap .note {
  text-align: right;
  color: #fff;
  margin-top: 32px;
}

.support-example_box {
  position: relative;
  z-index: 2;
}

.cate-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate-title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}
.cate-title .title-inner {
  display: inline-block;
  align-items: center;
  background: #74A8F2;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 0 20px;
  z-index: 2;
  margin-bottom: 35px;
}
.cate-title .title-inner::before {
  content: "";
  display: block;
  background: url(../../../special_feature/img/icon_shine.svg) no-repeat top center/100%;
  width: 80px;
  height: 35px;
  margin: 0 auto 4px;
}

.support-list {
  display: flex;
  gap: 0 2.82%;
}
.support-list li {
  position: relative;
  width: 31.45%;
}
.support-list li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
  z-index: -1;
  border-radius: 10px;
}
.support-list .list-inner {
  height: 100%;
  background: #74A8F2;
  border-radius: 10px;
}

.support-img {
  position: relative;
  z-index: 1;
}
.support-img .name {
  position: absolute;
  top: -20px;
  left: 5px;
  display: inline-block;
  z-index: 2;
  transform: rotate(-5deg);
}
.support-img .name .name-inner {
  display: inline-block;
  position: relative;
  width: 100px;
  background: #F0EC94;
  padding: 0.5em 1em;
  border-right: 15px solid #3281EF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #3281EF;
  padding: 3px;
}
.support-img .name .name-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: -1;
  transform: rotate(10deg);
  width: 100%;
  height: 60%;
  background-color: #595959;
  filter: blur(4px);
}

.support-title {
  font-size: 18px;
  font-weight: bold;
  color: #F9F460;
  line-height: 1.2;
  margin-top: 16px;
  padding: 0 24px;
}
.support-title .number {
  display: inline-block;
  background: #F9F460;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #3281EF;
  padding: 4px 8px;
  margin-bottom: 4px;
}

.support-text {
  margin-top: 8px;
  padding: 0 24px 24px;
  color: #fff;
}

.support-voice_box {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.45%;
}
.voice-list li {
  position: relative;
  width: 32.36%;
  background: #F0EC94;
  border: 2px solid #3281EF;
  border-radius: 10px;
  padding: 20px 20px 30px;
}
.voice-list li::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 57px;
  background: url(../../../special_feature/img/illust_voice_support.svg) no-repeat center bottom/contain;
  z-index: 1;
}

.voice-icon {
  width: 60%;
  max-width: 165px;
  margin: 0 auto;
}

.voice-headline {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #74A8F2;
  line-height: 1.5;
  margin-top: 4px;
}

.voice-text {
  position: relative;
  z-index: 2;
  margin-top: 8px;
}

.support-voice-more {
  margin-top: 40px;
}

.support-more-btn,
.senior-more-btn {
  position: relative;
  border-bottom: 2px solid #3281EF;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #3281EF;
  line-height: 1.2;
  padding-bottom: 8px;
  cursor: pointer;
}
.support-more-btn:before,
.senior-more-btn:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-top: 2px solid #3281EF;
  border-right: 2px solid #3281EF;
  top: calc(50% - 0.5em);
  right: 50px;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.support-more-btn.active:before,
.senior-more-btn.active:before {
  transform: rotate(-45deg);
}

.support-more-btn {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.support-more-btn::before {
  border-color: #fff;
}

.support-more-box {
  display: none;
  margin-top: 40px;
}

.support-more-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.38%;
}
.support-more-list .support-more-item {
  position: relative;
  z-index: 2;
  width: 32.41%;
  background: #F0EC94;
  border: 2px solid #3281EF;
  border-radius: 10px;
  padding: 20px 20px 50px;
}
.support-more-list .support-more-item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 57px;
  background: url(../../../special_feature/img/illust_voice_support.svg) no-repeat center bottom/contain;
  z-index: 1;
  opacity: 0.4;
}

.support-more-text {
  position: relative;
  z-index: 2;
}

.senior-wrap .inner {
  position: relative;
}

.senior-bg-img {
  position: absolute;
  top: -150px;
  right: 2vw;
  z-index: 1;
}

.senior-voice-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.67%;
}
.senior-voice-list .senior-voice-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48.66%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: radial-gradient(circle, #74A8F2 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 11px 11px;
  border: 2px solid #3281EF;
  border-radius: 10px;
  padding: 20px;
}

.senior-voice-img {
  width: 27.4%;
  max-width: 160px;
  margin: 0 auto;
}

.senior-voice-inner {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  background: #fff;
  border: 2px solid #74A8F2;
  border-radius: 10px;
  padding: 20px 20px 100px;
}
.senior-voice-inner::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 84px;
  background: url(../../../special_feature/img/illust_voice_senior.svg) no-repeat center bottom/contain;
  z-index: 1;
}

.senior-voice-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3281EF;
  line-height: 1.5;
}

.senior-voice-text {
  margin-top: 16px;
}

.senior-voice-more {
  margin-top: 40px;
}

.senior-more-box {
  display: none;
  margin-top: 40px;
}

.senior-more-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.38%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: radial-gradient(circle, #74A8F2 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 11px 11px;
  border: 2px solid #3281EF;
  border-radius: 10px;
  padding: 20px;
}
.senior-more-list .senior-more-item {
  position: relative;
  z-index: 2;
  width: 32.41%;
  background: #fff;
  border: 2px solid #74A8F2;
  border-radius: 10px;
  padding: 20px 20px 50px;
}
.senior-more-list .senior-more-item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 70px;
  background: url(../../../special_feature/img/illust_voice_senior.svg) no-repeat center bottom/contain;
  z-index: 1;
  opacity: 0.4;
}

.senior-more-text {
  position: relative;
  z-index: 2;
}

.bottom-message {
  position: relative;
  background: #F0EC94;
  padding-bottom: 200px;
  margin-top: 150px;
}
.bottom-message::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../../special_feature/img/mv_bg.png) no-repeat top center/100%;
  opacity: 0.75;
  mix-blend-mode: color-burn;
  z-index: 2;
}
.bottom-message::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../special_feature/img/texture_noise.png);
  opacity: 0.2;
  z-index: 1;
}
.bottom-message .bottom-message-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4C4C4C;
  padding: 0 80px;
  margin-bottom: 96px;
}
.bottom-message .bottom-message-text::before {
  content: "";
  position: absolute;
  display: block;
  left: -16px;
  width: 87px;
  height: 146px;
  background: url(../../../special_feature/img/icon_kira.svg) no-repeat left center/contain;
}
.bottom-message .bottom-message-text::after {
  content: "";
  position: absolute;
  display: block;
  right: -16px;
  width: 98px;
  height: 146px;
  background: url(../../../special_feature/img/icon_kira02.svg) no-repeat right center/contain;
}
.bottom-message .check_btn {
  position: static;
  margin: -100px auto 40px;
}

.bottom-message-inner {
  position: relative;
  z-index: 2;
  padding: 56px 0 56px;
}

.request {
  z-index: 2;
  margin-top: -260px;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1540px) {
  .inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1080px) {
  .img_voie-wrap.student01 {
    width: 20%;
  }
  .img_voie-wrap.student02 {
    width: 20%;
  }
  .more-voice_btn {
    width: 35%;
  }
}
@media screen and (min-width: 375px) and (max-width: 549px) {
  .img_voie-wrap.student01 {
    width: 19%;
    left: -10px;
    top: -300px;
  }
  .img_voie-wrap.student02 {
    width: 19%;
    right: 0;
    top: -300px;
  }
}
@media screen and (min-width: 550px) and (max-width: 749px) {
  .img_voie-wrap.student01 {
    width: 20%;
    left: -10px;
    top: -260px;
  }
  .img_voie-wrap.student02 {
    width: 20%;
    right: 0;
    top: -260px;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  .check_btn {
    bottom: -70px;
  }
  .more-voice_btn {
    bottom: -45px;
    width: 40%;
  }
}
@media screen and (max-width: 499px) {
  .more-voice_btn {
    bottom: -35px;
    width: 60%;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .sec_title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .sec_title::before {
    top: -10px;
    width: 25px;
    height: 3px;
  }
  .sec_wrap {
    margin-top: 64px;
  }
  .sec_wrap.first-sec {
    margin-top: 120px;
  }
  .note {
    font-size: 12px;
  }
  .mv {
    margin-top: 84px;
  }
  .mv::before {
    width: 100%;
    height: 100%;
    background: url(../../../special_feature/img/mv_bg.png) no-repeat top center/cover;
    opacity: 1;
  }
  .mv .title p {
    padding: 8px;
    border-radius: 10px;
    font-size: 23px;
  }
  .mv .title:before {
    border-width: 10px 12px 0 12px;
  }
  .mv .lead {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 18px;
  }
  .mv .lead .text_l {
    font-size: 20px;
    line-height: 0.6;
  }
  .mv-inner {
    padding: 20px 0 64px;
  }
  .mv-voice_wrap {
    border: 2px solid #3281EF;
    border-radius: 15px;
    padding: 10px 10px 20px;
    margin-top: 16px;
  }
  .mv-voice_wrap::after {
    border-radius: 15px;
  }
  .mv-voice_title {
    font-size: 18px;
    -webkit-text-stroke-width: 4px;
    text-shadow: 2px 3px 0 #3281EF;
  }
  .mv-voice_list {
    flex-direction: column;
    gap: 4px 0;
    margin-top: 8px;
  }
  .mv-voice_item {
    width: 100%;
    border-radius: 10px;
    padding: 5px 8px;
  }
  .mv-voice_item .mv-voice_img {
    display: none;
  }
  .mv-voice_item .mv-voice_text {
    width: 100%;
    font-size: 12px;
  }
  .check_btn {
    bottom: -90px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .check_btn a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 8px;
  }
  .check_btn a:before {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .check_btn a:hover {
    background: #F26D8C;
    color: #fff;
  }
  .check_btn a:hover:before {
    border-color: #fff;
  }
  .block-title .title-inner {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .block-title .title-inner::before {
    width: 25px;
    height: 16px;
    margin-right: 5px;
  }
  .block-title .text_l {
    font-size: 22px;
  }
  .point-list {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 16px;
  }
  .point-list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .point-img {
    width: 53%;
  }
  .point-title {
    width: 45%;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 0 2%;
  }
  .point-text {
    width: 100%;
    margin-top: 4px;
  }
  .support-sec {
    margin-top: 32px;
  }
  .support-sec .headline {
    font-size: 18px;
    margin-top: 8px;
  }
  .support-sec .lead {
    margin-top: 8px;
  }
  .support-wrap {
    padding: 16px 15px 16px 10px;
    border-radius: 10px;
    margin-top: 16px;
  }
  .support-wrap .note {
    text-align: left;
    margin-top: 16px;
  }
  .cate-title .title-inner {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 16px;
  }
  .cate-title .title-inner::before {
    width: 40px;
    height: 17px;
  }
  .support-list {
    flex-direction: column;
    gap: 32px 0;
  }
  .support-list li {
    width: 100%;
  }
  .support-list li::after {
    top: 5px;
    left: 5px;
  }
  .support-list .list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .support-img {
    width: 53%;
    padding-left: 10px;
  }
  .support-img .name {
    display: block;
  }
  .support-img .name .name-inner {
    width: 100px;
    line-height: 1;
    padding: 5px;
  }
  .support-title {
    width: 45%;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 2%;
    padding: 0 8px;
  }
  .support-title .number {
    font-size: 12px;
    padding: 2px 4px;
  }
  .support-text {
    width: 100%;
    padding: 0 8px 8px;
    margin-top: 4px;
  }
  .support-voice_box {
    margin-top: 16px;
  }
  .voice-list {
    gap: 8px 2%;
  }
  .voice-list li {
    width: 49%;
    padding: 5px 5px 20px;
  }
  .voice-list li::after {
    width: 90%;
    height: 57px;
  }
  .voice-icon {
    width: 50%;
    max-width: 50%;
  }
  .voice-headline {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .voice-text {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 4px;
  }
  .support-voice-more {
    margin-top: 20px;
  }
  .support-more-btn,
  .senior-more-btn {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .support-more-btn:before,
  .senior-more-btn:before {
    width: 10px;
    height: 10px;
    right: 25px;
  }
  .support-more-box {
    margin-top: 20px;
  }
  .support-more-list {
    gap: 8px 2%;
  }
  .support-more-list .support-more-item {
    width: 49%;
    padding: 5px 5px 20px;
  }
  .support-more-list .support-more-item::after {
    width: 90%;
    height: 57px;
  }
  .support-more-text {
    position: relative;
    z-index: 2;
    font-size: 13px;
  }
  .senior-bg-img {
    width: 20%;
    top: -50px;
    right: 2vw;
  }
  .senior-voice-list {
    flex-direction: column;
    gap: 16px 0;
  }
  .senior-voice-list .senior-voice-item {
    width: 100%;
    background-image: radial-gradient(circle, #74A8F2 1.2px, transparent 1.2px);
    background-size: 8px 8px;
    padding: 10px;
  }
  .senior-voice-img {
    width: 30%;
    max-width: 30%;
  }
  .senior-voice-inner {
    padding: 10px 10px 50px;
  }
  .senior-voice-inner::after {
    height: 84px;
  }
  .senior-voice-title {
    font-size: 18px;
  }
  .senior-voice-text {
    position: relative;
    z-index: 2;
    margin-top: 13px;
  }
  .senior-voice-more {
    margin-top: 20px;
  }
  .senior-more-box {
    margin-top: 20px;
  }
  .senior-more-list {
    gap: 4px 2%;
    background-image: radial-gradient(circle, #74A8F2 1.2px, transparent 1.2px);
    background-size: 8px 8px;
    padding: 10px;
  }
  .senior-more-list .senior-more-item {
    width: 49%;
    padding: 5px 5px 20px;
  }
  .senior-more-list .senior-more-item::after {
    height: 25px;
  }
  .senior-more-text {
    font-size: 13px;
  }
  .bottom-message {
    padding-bottom: 100px;
    margin-top: 72px;
  }
  .bottom-message::before {
    content: "";
    background: url(../../../special_feature/img/mv_bg.png) no-repeat top center/cover;
    opacity: 1;
  }
  .bottom-message .bottom-message-text {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
    margin-bottom: 48px;
  }
  .bottom-message .bottom-message-text::before {
    left: -16px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: url(../../../special_feature/img/icon_kira.svg) no-repeat left center/contain;
  }
  .bottom-message .bottom-message-text::after {
    right: -16px;
    bottom: 30px;
    width: 60px;
    height: 50px;
    background: url(../../../special_feature/img/icon_kira02.svg) no-repeat right center/contain;
  }
  .bottom-message .check_btn {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: -100px auto 20px;
  }
  .bottom-message-inner {
    padding: 56px 20px 0;
  }
  .request {
    margin-top: -100px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=special_feature.css.map */