html,
html body {
  position: relative;
}

html body {
  background-color: #fff;
  color: #000;
  font-family: Shippori Mincho, sans-serif;
  overflow-x: hidden;
}

.feature {
  margin: 50px 0 75px;
}

@media (min-width: 52.1875em) {
  .feature {
    margin: 100px 0 200px;
  }
}

.feature .feature__inner {
  margin: 0 auto;
  width: 91.7333333333vw;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 10px;
    justify-content: space-between;
    max-width: 1100px;
    width: 95%;
  }
}

.feature .feature__inner .feature__item {
  width: 100%;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item {
    transition: all 0.3s;
    width: 47.5%;
    max-width: 516px;
/*
    width: 516px;
*/
  }

  .feature .feature__inner .feature__item:hover {
    opacity: 0.8;
  }
}

.feature .feature__inner .feature__item:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.feature .feature__inner .feature__item .feature__imagearea {
  aspect-ratio: 345 / 240;
  position: relative;
  width: 100%;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item .feature__imagearea {
    aspect-ratio: 516 / 347;
    width: 100%;
/*
    width: 516px;
*/
  }
}

.feature .feature__inner .feature__item .feature__imagearea img {
  height: 100%;
  width: 100%;
}

.feature .feature__inner .feature__item .feature__subtitle {
  color: #2b3846;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item .feature__subtitle {
    font-size: 20px;
    margin-top: 10px;
  }
}

.feature .feature__inner .feature__item .feature__explain {
  color: #2b3846;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item .feature__explain {
    font-size: 14px;
    margin-top: 15px;
  }
}


/* add 20250514 */
.feature .feature__inner .feature__item .feature__name {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 13px;
}

@media (min-width: 52.1875em) {
  .feature .feature__inner .feature__item .feature__name {
    font-size: 16px;
    margin-top: 25px;
  }
}

@media (min-width: 52.1875em) {
  .hint_cell { background: #FDFDFD; padding: 115px 0 155px;}
  .hint_cell h2 { text-align: center; font-size: 24px; font-weight: 500; line-height: 1.75; margin: 0 auto 45px; letter-spacing: 0.04em;}
  .hint_cell p.lead { text-align: center; font-size: 16px; line-height: 1.75; margin: 0 auto 210px; max-width: 585px; letter-spacing: 0.04em;}
  .hint_cell .border_cell { border: 1px solid #000; width: 81%; max-width: 1135px; margin: 0 auto 0px; padding: 0px 0 100px; position: relative;}
  .hint_cell .border_cell .flcell { width: 59.3vw; max-width: 810px; margin: 0 auto 0; display: flex; justify-content: space-between;}
  .hint_cell .border_cell .flcell .s_cell { width: 42.5%;}
  .hint_cell .border_cell .flcell .s_cell .ttl { margin: -11vw auto 5.3vw; position: relative; z-index: 2; width: 90%; max-width: 326px;}
  .hint_cell .border_cell .flcell .s_cell .ttl img { width: 100%;}
  .hint_cell .border_cell .flcell .s_cell ul { display: flex; flex-direction: column;}
  .hint_cell .border_cell .flcell .s_cell ul li { border-bottom: 1px solid #000; padding: 0 0 10px 82px; margin: 0 0 40px; position: relative; font-size: 28px; font-weight: 500; letter-spacing: 0.04em;}
  .hint_cell .border_cell .flcell .s_cell ul li:last-child { margin-bottom: 0;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(1)::after { display: block; position: absolute; content: ""; width: 63px; height: 52px; background: url(../img/voice/icon_1st.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(2)::after { display: block; position: absolute; content: ""; width: 63px; height: 52px; background: url(../img/voice/icon_2nd.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(3)::after { display: block; position: absolute; content: ""; width: 63px; height: 52px; background: url(../img/voice/icon_3rd.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}

  .c-pagination__list { position: relative; width: max-content; margin: 0 auto; margin-top: 140px;}
  .c-pagination__list .page-numbers { margin-top: 0;}
  .c-pagination__list .first-page { /*position: absolute; top: 0; bottom: 0; right: 0; margin: auto;*/ width: 48px; height: 48px; margin-right: 7px;}
  .c-pagination__list .last-page { /*position: absolute; top: 0; bottom: 0; right: 0; margin: auto;*/ width: 48px; height: 48px; margin-left: 7px;}
  .c-pagination__list .first-page img,
  .c-pagination__list .last-page img { width: 100%;}
  .c-pagination__list .page-numbers.next img, .c-pagination__list .page-numbers.prev img { width: 48px;}
  .c-pagination__list ul.page-numbers { width: max-content;}
  .c-pagination__list ul.page-numbers li { margin: 0 7px;}
  .c-pagination__list ul.page-numbers li a.page-numbers { border: 1px solid #D8D8DB; width: 48px; height: 48px; margin-top: 0;}
  .c-pagination__list ul.page-numbers li .page-numbers.current { border: none; margin-top: 0 !important;}
  .c-pagination__list li.page-numbers { width: 48px !important; height: 48px !important;}
  .c-pagination__list .page-numbers:not(:last-child) { margin-right: 0;}
}
@media (min-width: 1365px) {
  .hint_cell .border_cell .flcell .s_cell .ttl { margin-top: -150px; margin-bottom: 60px;}
}
@media (max-width: 52.1874em) {
  .hint_cell { background: #FDFDFD; padding: 90px 6.7vw 0; width: 100%; margin: 40vw auto 0;}
  .hint_cell h2 { text-align: left; font-size: 24px; font-weight: 500; line-height: 1.75; margin: 0 auto 40px; letter-spacing: 0.04em;}
  .hint_cell p.lead { text-align: left; font-size: 16px; line-height: 1.75; margin: 0 auto 200px; letter-spacing: 0.04em;}
  .hint_cell .border_cell { border: 1px solid #000; width: 100%; max-width: 1135px; margin: 0 auto 90px; padding: 0px 0 90px; position: relative;}
  .hint_cell .border_cell .flcell { width: 83.7%; max-width: 810px; margin: 0 auto 0; display: flex; justify-content: space-between; flex-direction: column;}
  .hint_cell .border_cell .flcell .s_cell { width: 100%;}
  .hint_cell .border_cell .flcell .s_cell .ttl { margin: 18vw auto 8vw; position: relative; z-index: 2; width: 56.8vw;}
  .hint_cell .border_cell .flcell .s_cell:first-of-type .ttl { margin: -25vw auto 8vw;}
  .hint_cell .border_cell .flcell .s_cell .ttl img { width: 100%;}
  .hint_cell .border_cell .flcell .s_cell ul { display: flex; flex-direction: column;}
  .hint_cell .border_cell .flcell .s_cell ul li { border-bottom: 1px solid #000; padding: 0 0 10px 71px; margin: 0 0 32px; position: relative; font-size: 28px; font-weight: 500; letter-spacing: 0.04em;}
  .hint_cell .border_cell .flcell .s_cell ul li:last-child { margin-bottom: 0;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(1)::after { display: block; position: absolute; content: ""; width: 57px; height: 46px; background: url(../img/voice/icon_1st.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(2)::after { display: block; position: absolute; content: ""; width: 57px; height: 46px; background: url(../img/voice/icon_2nd.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}
  .hint_cell .border_cell .flcell .s_cell ul li:nth-child(3)::after { display: block; position: absolute; content: ""; width: 57px; height: 46px; background: url(../img/voice/icon_3rd.png) no-repeat; background-size: 100% 100%; left: 0; top: -15px;}

  .c-pagination__list { position: relative; margin-top: 100px;}
  .c-pagination__list .page-numbers { margin-top: 0;}
  .c-pagination__list .page-numbers.next img, .c-pagination__list .page-numbers.prev img { width: 37px;}
  .c-pagination__list ul.page-numbers { width: max-content;}
  .c-pagination__list ul.page-numbers li { margin: 0 7px;}
  .c-pagination__list ul.page-numbers li a.page-numbers { border: 1px solid #D8D8DB; width: 37px; height: 37px; margin-top: 0;}
  .c-pagination__list ul.page-numbers li .page-numbers.current { border: none; margin-top: 0 !important;}
  .c-pagination__list li.page-numbers { width: 37px !important; height: 37px !important;}
  .c-pagination__list .page-numbers:not(:last-child) { margin-right: 0;}
  .c-pagination__list .first-page { /*position: absolute; top: 0; bottom: 0; right: 0; margin: auto;*/ width: 38px; height: 38px; margin-right: 7px;}
  .c-pagination__list .last-page { /*position: absolute; top: 0; bottom: 0; right: 0; margin: auto;*/ width: 38px; height: 38px; margin-left: 7px;}
  .c-pagination__list .first-page img,
  .c-pagination__list .last-page img { width: 100%;}
}

@media (max-width: 52.1874em) {
  .pcOnly { display: none !important;}
  .spOnly { display: block !important;}
  .c-breadcrumbs ul { flex-wrap: wrap;}
}
@media (min-width: 52.1875em) {
  .pcOnly { display: block !important;}
  .spOnly { display: none !important;}
}
