@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.section__fv {
  background-image: url(../img/senior-voice-sectonTop1.jpg);
  width: 100%;
  background-size: cover;
}

.section__fv2 {
  background-image: url(../img/senior-voice-sectonTop2.jpg);
  width: 100%;
  background-size: cover;
}

.section__fv3 {
  background-image: url(../img/senior-voice-sectonTop3.jpg);
  width: 100%;
  background-size: cover;
}

.section__fv4 {
  background-image: url(../img/senior-voice-sectonTop4.jpg);
  width: 100%;
  background-size: cover;
}

.next__contents {
  width: 100%;
  background-color: #eeeeee;
}

.next__contents--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding-top: 84px;
  padding-inline: 100px;
}

.next__content {
  width: 40%;
  padding-left: 30px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next__post {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
  padding-left: 48px;
  position: relative;
  color: #fff;
}

.next__post::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next__name--ja {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.2px;
  margin-top: 22px;
  color: #fff;
}

.next__name--en {
  color: #BCBCBC;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #fff;
}

.next__year {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  margin-top: 12px;
  color: #fff;
}

.next__content__items {
  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;
  gap: 22px;
  margin-top: 24px;
}

.next__contents--item {
  position: relative;
}

.next__contents--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  min-width: 392px;
}

.next__contents--card:hover .next__content__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.next__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
}

.next__content__image {
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.next__content__image img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.senior-voice__about {
  background-color: #eeeeee;
}

.senior-voice__about--inner {
  padding-inline: 120px;
  padding-block: 100px;
}

.senior-voice__about--wrap {
  padding-block: 90px;
  padding-inline: 40px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.senior-voice__about--lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.9px;
}

.senior-voice__about--nameBox {
  margin-top: 80px;
}

.senior-voice__about--nameEn {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #232323;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.84px;
}

.senior-voice__about--nameFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.senior-voice__about--nameJa {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.4px;
}

.senior-voice__about--post {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
}

.senior-voice__about--post::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #232323;
  right: 98px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.senior-voice__about--img {
  width: 40%;
}

.senior-voice__about--img img {
  border-radius: 10px;
}

.feateres {
  background-image: url(../img/bg-texture.png);
  background-color: #eeeeee;
}

.feateres__inner {
  padding-block: 100px;
  padding-inline: 120px;
}

.service-features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5%;
  min-height: auto;
}

.service-features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.service-features__textBox {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.28px;
}

.interview__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.interview__item {
  position: relative;
  padding-bottom: 50px;
}

.interview__items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a3a3a3;
  bottom: -50px;
}

.service-features__text2 {
  margin-top: 36px;
}

.service-features__text3 {
  margin-top: 36px;
}

.service-features__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-features__wrap3 {
  padding-bottom: 50px;
}

.service-features__headNumber {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 9px 6px 11px 6px;
  background-color: #232323;
  border-radius: 50%;
}

.service-features__headTitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
}

.service-features__textBox {
  margin-top: 30px;
}

.service-features__img {
  position: sticky;
  width: 40%;
  top: 20%;
  right: 0;
}

.service-features__set-content {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.service-features__img img {
  border-radius: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 686px;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-features__title {
  font-size: 1.125rem;
  color: #fff;
  padding-block: 16px;
  padding-inline: 18px;
  background-color: #232323;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
}

.service-features__text1 {
  line-height: 1.9;
  font-size: 1.125rem;
  font-weight: 500;
}

.service-features__text2 {
  line-height: 1.9;
  font-size: 1.125rem;
  font-weight: 500;
}

.service-features__text3 {
  line-height: 1.9;
  font-size: 1.125rem;
  font-weight: 500;
}

.service-features__img-item1,
.service-features__img-item2,
.service-features__img-item3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service-features__img-item1 {
  z-index: 3;
}

.service-features__img-item2 {
  z-index: 2;
}

.service-features__img-item3 {
  z-index: 1;
}

.service-features__img--items {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.service-features__img-item1,
.service-features__img-item2,
.service-features__img-item3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.service-features__img-item1.active,
.service-features__img-item2.active,
.service-features__img-item3.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.service-features__img-item1 img,
.service-features__img-item2 img,
.service-features__img-item3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-features__list {
  width: 50%;
}

.feateres,
.feateres__inner,
.service-features__content {
  overflow: visible !important;
}

.senior-voice__message {
  background-color: #fff;
  padding-bottom: 50px;
  background-image: url(../img/bg-texture.png);
  background-color: #eeeeee;
}

.senior-voice__message--inner {
  padding-block: 52px;
  padding-inline: 184px;
  background-color: #eeeeee;
  border-radius: 10px;
  max-width: 1270px;
  margin: 0 auto;
}

.senior-voice__messageTitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4px;
  padding-left: 92px;
  position: relative;
}

.senior-voice__messageTitle::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #232323;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.senior-voice__messageText {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.28px;
}

.senior-voice__messageText1 {
  font-weight: 500;
}

.senior-voice__messageText2 {
  font-weight: 500;
  margin-top: 30px;
}