@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
.mod-freeHTML {
  color: #1a1a1a;
  font-size: 10px;
  font-family: "M PLUS 1p", sans-serif;
}
.mod-freeHTML a {
  text-decoration: none;
  transition: all 0.3s;
}
.mod-freeHTML a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.mod-freeHTML a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mod-freeHTML a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-freeHTML ul,
.mod-freeHTML h1,
.mod-freeHTML h2,
.mod-freeHTML h3,
.mod-freeHTML h4,
.mod-freeHTML h5,
.mod-freeHTML h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.mod-freeHTML li {
  list-style-type: none;
}
.mod-freeHTML address {
  font-style: normal;
}
.mod-freeHTML p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  display: inline;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.mod-freeHTML img {
  max-height: 100%;
}
.mod-freeHTML figure,
.mod-freeHTML .fig {
  margin: 0;
  vertical-align: top;
}
.mod-freeHTML figure picture,
.mod-freeHTML .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mod-freeHTML figure img,
.mod-freeHTML .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-freeHTML figure img.sp,
.mod-freeHTML .fig img.sp {
  display: none;
}
.mod-freeHTML figure img.pc,
.mod-freeHTML .fig img.pc {
  display: inline-block;
}
.mod-freeHTML i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
.mod-freeHTML i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-freeHTML i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-freeHTML button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

/*下記追加記述*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Raleway", sans-serif;
}

.mod-freeHTML {
  /*component*/
  /*project*/
  /*utility*/
}
.mod-freeHTML .c-inner01 {
  width: 79.12vw;
  max-width: 1216px;
  margin: 0 auto;
}
.mod-freeHTML .c-btn01 {
  display: grid;
  position: relative;
  place-content: center;
  width: 30em;
  height: 4em;
  margin: 0 auto;
  border-radius: 4em;
  background-color: #e95504;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.mod-freeHTML .c-btn01::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 0.12em solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}
.mod-freeHTML .c-btn02 {
  display: grid;
  position: relative;
  place-content: center;
  width: 30em;
  height: 4em;
  margin: 0 auto;
  border: 0.12em solid #004898;
  border-radius: 4em;
  background-color: #fff;
  color: #004898;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.mod-freeHTML .c-btn02::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 0.12em solid #004898;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}
.mod-freeHTML .c-ttl01 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  color: #0075c0;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}
.mod-freeHTML .c-ttl01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3em;
  height: 0.2em;
  transform: translateX(-50%);
  background-color: #0075c0;
  content: "";
}
.mod-freeHTML .c-table {
  position: relative;
  overflow: hidden;
  border-collapse: collapse;
}
.mod-freeHTML .c-table::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0075c0;
  border-radius: 1.3vw;
  content: "";
}
.mod-freeHTML .c-table th {
  background-color: #0075c0;
  color: #fff;
}
.mod-freeHTML .c-table tr:not(:last-child) td {
  border-bottom: 1px solid #0075c0;
}
.mod-freeHTML .c-table tr td:not(:last-child) {
  border-right: 1px solid #0075c0;
}
.mod-freeHTML .c-table .fs14 {
  font-weight: bold;
  font-size: 1.4em;
}
.mod-freeHTML .c-table .fs15 {
  font-weight: bold;
  font-size: 1.5em;
}
.mod-freeHTML .c-table .fs18 {
  font-weight: 900;
  font-size: 1.8em;
}
.mod-freeHTML .c-table .fs22 {
  font-weight: 900;
  font-size: 2.2em;
}
.mod-freeHTML .c-table .fs32 {
  font-weight: 900;
  font-size: 3.2em;
}
.mod-freeHTML .c-table .fs40 {
  font-weight: 900;
  font-size: 4em;
}
.mod-freeHTML .p-list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 31.25em;
  margin: 0 auto;
  gap: 1.5em 1em;
  font-size: 32px;
}
.mod-freeHTML .p-list01 li .link {
  display: grid;
  position: relative;
  place-content: center;
  width: 9.75em;
  height: 3.75em;
  border-radius: 0.6em;
  background-color: #00aec0;
}
.mod-freeHTML .p-list01 li .link .fig {
  position: absolute;
  top: -1.1em;
  left: -0.5em;
  width: 2em;
}
.mod-freeHTML .p-list01 li .link .txt {
  margin-bottom: 0.3em;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.mod-freeHTML .p-list01 li .link .txt .fs {
  font-size: 20px;
  vertical-align: 0.2em;
}
.mod-freeHTML .p-list01 li .link::after {
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  width: 0.7em;
  height: 0.4em;
  transform: translateX(-50%);
  background-image: url("../img/arrow.webp");
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
}
.mod-freeHTML .u-bl-lgpc {
  display: none !important;
}
.mod-freeHTML .u-bl-pc {
  display: none !important;
}
.mod-freeHTML .u-bl-tb {
  display: none !important;
}

/*page*/
.voice#voice {
  overflow-x: clip;
  overflow-y: visible;
  background-color: #e1f3ff;
  color: #003150;
}
.voice#voice .u-mark {
  -webkit-text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #fff68b;
  text-decoration-thickness: 0.5em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.35em;
}
.voice#voice .u-hl {
  -webkit-text-decoration-skip-ink: none;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #ffeb27;
  text-decoration-thickness: 0.25em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.1em;
}
.voice#voice .s-mv {
  padding-bottom: 5.2vw;
}
.voice#voice .s-mv__head {
  width: 38.26vw;
  margin: 0 auto;
}
.voice#voice .s-mv__cont {
  -moz-column-gap: 4.55vw;
  display: flex;
  column-gap: 4.55vw;
  align-items: flex-start;
  width: 79.83vw;
  margin: 2.15vw auto 0;
}
.voice#voice .s-mv__cont__txt {
  width: 27.65vw;
}
.voice#voice .s-mv__cont__txt .ttl {
  display: block;
  width: 100%;
}
.voice#voice .s-mv__cont__txt .lead {
  display: block;
  margin-top: 2.02vw;
  font-weight: 900;
  font-size: 1.5vw;
}
.voice#voice .s-mv__cont .slider {
  flex: 1;
  aspect-ratio: 735/357;
  width: 47.63vw;
  overflow: hidden;
}
.voice#voice .s-mv__cont .slider .mvSlider {
  position: relative;
  width: 100%;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-wrapper {
  align-items: flex-start;
  height: 100%;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide {
  width: 31.42vw;
  overflow: hidden;
  border-radius: 1.04vw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap {
  container-type: inline-size;
  display: block;
  display: grid;
  position: relative;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt {
  padding: 3.7cqw 5cqw 1.4cqw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__head .cat {
  font-weight: 900;
  font-size: 5.8cqw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__head .tag {
  display: grid;
  place-content: center;
  padding: 0 1em;
  border-radius: 1.5em;
  background-color: #0075c0;
  color: #fff;
  font-weight: bold;
  font-size: 3.7cqw;
  line-height: 1.5;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__name {
  margin-top: 1cqw;
  font-weight: bold;
  font-size: 4.1cqw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__name .fs {
  font-size: 3.1cqw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .fig {
  margin-top: auto;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .link {
  -moz-column-gap: 2.2cqw;
  display: flex;
  position: absolute;
  right: 6.2cqw;
  bottom: 2.2cqw;
  column-gap: 2.2cqw;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.6em;
  border: 1px solid #0e7dc4;
  border-radius: 0.2em;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(1, 27, 44, 0.2);
  color: #0e7dc4;
  font-weight: 900;
  font-size: 2.8cqw;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .link::after {
  width: 0.4em;
  height: 0.4em;
  transform: rotate(45deg);
  border-top: 2px solid #0e7dc4;
  border-right: 2px solid #0e7dc4;
  content: "";
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide:not(.swiper-slide-active) {
  border: 2px solid #fff;
  pointer-events: none;
}
.voice#voice .s-mv__cont .slider .mvSlider .swiper-slide:not(.swiper-slide-active) .wrap {
  filter: blur(5px);
}
.voice#voice .s-mv__cont .slider .mvSlider .btn-next {
  display: grid;
  z-index: 3;
  position: absolute;
  top: 66%;
  left: 32.92vw;
  place-content: center;
  aspect-ratio: 1/1;
  width: 5.2vw;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(14, 125, 196, 0.5);
  transition: opacity 0.3s;
}
.voice#voice .s-mv__cont .slider .mvSlider .btn-next::after {
  aspect-ratio: 1/1;
  width: 0.59vw;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.voice#voice .s-mv__cont .slider .mvSlider .btn-next:hover {
  opacity: 0.7;
}
.voice#voice .s-mv__line {
  width: 100%;
  margin-top: -2.93vw;
}
.voice#voice .s-mv__about {
  margin-top: -1.95vw;
}
.voice#voice .s-mv__about .ttl {
  color: #0075c0;
  font-weight: 900;
  font-size: 2.6vw;
  text-align: center;
}
.voice#voice .s-mv__about .fig {
  width: 51.85vw;
  margin: 0.91vw auto 0;
}
.voice#voice .s-mv__about .desc {
  display: block;
  margin-top: 1.3vw;
  font-weight: 900;
  font-size: 1.56vw;
  text-align: center;
}
.voice#voice .s-mv__about .desc .fs {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 2.6vw;
}
.voice#voice .s-trouble {
  position: relative;
  padding: 3.9vw 0 3.25vw;
  background-color: #fff;
}
.voice#voice .s-trouble__cont {
  position: relative;
}
.voice#voice .s-trouble__cont .list {
  -moz-column-gap: 3.5%;
  display: flex;
  column-gap: 3.5%;
  justify-content: space-between;
}
.voice#voice .s-trouble__cont .list__item {
  display: grid;
  position: relative;
  place-content: center;
  aspect-ratio: 274/165;
  width: 22.375%;
  border-radius: 16px;
  background-color: #798e9b;
}
.voice#voice .s-trouble__cont .list__item::after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 76% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 59%;
  aspect-ratio: 1/1;
  width: 14.6%;
  background-color: #798e9b;
  content: "";
  clip-path: polygon(0 0, 100% 100%, 76% 0);
}
.voice#voice .s-trouble__cont .list__item .txt {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}
.voice#voice .s-trouble__cont .ttl {
  margin-top: 3.9vw;
  color: #0075c0;
  font-weight: 900;
  font-size: 62px;
  line-height: 1.2;
  text-align: center;
}
.voice#voice .s-trouble__cont .ttl .line {
  display: inline-block;
  z-index: 2;
  position: relative;
}
.voice#voice .s-trouble__cont .ttl .line::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -0.05em;
  left: 0;
  height: 0.35em;
  background-color: #fff68b;
  content: "";
}
.voice#voice .s-trouble__cont .links {
  display: flex;
  justify-content: center;
  margin-top: 1.43vw;
  gap: 2.6vw;
}
.voice#voice .s-trouble__cont .links .link {
  -moz-column-gap: 0.6em;
  display: flex;
  position: relative;
  column-gap: 0.6em;
  align-items: center;
  justify-content: center;
  width: 21em;
  height: 2.9em;
  border: 2px solid #0e7dc4;
  border-radius: 0.9em;
  box-shadow: 0 2px 2px rgba(1, 27, 44, 0.2);
  color: #0e7dc4;
  font-weight: 900;
  font-size: 18px;
}
.voice#voice .s-trouble__cont .links .link::after {
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-top: 2px solid #0e7dc4;
  border-right: 2px solid #0e7dc4;
  content: "";
}
.voice#voice .s-trouble__cont .illust {
  position: absolute;
  pointer-events: none;
}
.voice#voice .s-trouble__cont .illust.illust-01 {
  right: calc(100% - 10px);
  bottom: calc(100% - 10px);
  width: 109px;
}
.voice#voice .s-trouble__cont .illust.illust-02 {
  top: 80px;
  left: calc(100% + 28px);
  width: 61px;
}
.voice#voice .s-case {
  padding-top: 5.4vw;
}
.voice#voice .s-case__ttl {
  color: #0075c0;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
}
.voice#voice .s-case .c-inner01 {
  container-type: inline-size;
}
.voice#voice .s-case__cont {
  margin-top: 2.6vw;
  padding: 5.2cqw;
  border-radius: 16px;
  background-color: #fff;
}
.voice#voice .s-case__cont:first-of-type {
  margin-top: 4.23vw;
}
.voice#voice .s-case__cont__ttl {
  display: inline-block;
  padding: 0.15em 0.3em;
  background-color: #009bff;
  color: #fff;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2;
}
.voice#voice .s-case__cont__head {
  -moz-column-gap: 40px;
  display: flex;
  column-gap: 40px;
  align-items: center;
  margin-top: 2.6vw;
}
.voice#voice .s-case__cont__head .fig {
  flex: 1;
}
.voice#voice .s-case__cont__head .txt {
  width: 28.8em;
  font-size: 18px;
}
.voice#voice .s-case__cont__head .txt__ttl {
  font-weight: 900;
  font-size: 39px;
  line-height: 1.4;
}
.voice#voice .s-case__cont__head .txt__name {
  display: block;
  margin-top: 2.2em;
  font-weight: 700;
  line-height: 1.4;
}
.voice#voice .s-case__cont__intro {
  display: block;
  margin-top: 2.2em;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.voice#voice .s-case__cont__ba {
  -moz-column-gap: 40px;
  display: flex;
  position: relative;
  column-gap: 40px;
  margin-top: 24px;
}
.voice#voice .s-case__cont__ba .box {
  position: relative;
  flex: 1;
  padding: 0.8em 1.2em 1.5em;
  border-radius: 0.8em;
  font-size: 18px;
}
.voice#voice .s-case__cont__ba .box.before {
  background-color: #e1e1e1;
}
.voice#voice .s-case__cont__ba .box.before .ttl {
  color: #9e9e9e;
}
.voice#voice .s-case__cont__ba .box.after {
  background-color: #fffac5;
}
.voice#voice .s-case__cont__ba .box.after .ttl {
  color: #009bff;
}
.voice#voice .s-case__cont__ba .box .ttl {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Afacad", sans-serif;
}
.voice#voice .s-case__cont__ba .box .list {
  margin-top: 0.2em;
  padding-left: 1.3em;
  font-weight: 900;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
}
.voice#voice .s-case__cont__ba .box .list__item {
  list-style: disc;
}
.voice#voice .s-case__cont__ba .box .illust {
  position: absolute;
}
.voice#voice .s-case__cont__rows {
  display: grid;
  row-gap: 2.6vw;
  margin-top: 2.6vw;
  padding-top: 2.6vw;
  border-top: 2px solid #9fcbe7;
}
.voice#voice .s-case__cont__rows .row {
  -moz-column-gap: 4%;
  display: flex;
  column-gap: 4%;
  align-items: center;
}
.voice#voice .s-case__cont__rows .row.reverse {
  flex-direction: row-reverse;
}
.voice#voice .s-case__cont__rows .row .txt {
  display: grid;
  flex: 1;
  color: #003150;
}
.voice#voice .s-case__cont__rows .row .txt__ttl {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4;
}
.voice#voice .s-case__cont__rows .row .txt__lead {
  margin-top: 1.1em;
  font-weight: 900;
  font-size: 18px;
}
.voice#voice .s-case__cont__rows .row .txt__desc {
  margin-top: 0.8em;
  font-weight: 500;
  font-size: 16px;
}
.voice#voice .s-case__cont__rows .row .fig {
  z-index: 2;
  position: relative;
  width: 39%;
}
.voice#voice .s-case__cont__rows .row .fig::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009bff;
  content: "";
}
.voice#voice .s-case__cont__plan {
  -moz-column-gap: 50px;
  display: flex;
  position: relative;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.16vw;
  padding: 1.5em 2.5em;
  border: 1px solid #9fcbe7;
  border-radius: 1em;
  font-size: 16px;
}
.voice#voice .s-case__cont__plan .txt__label {
  font-weight: 700;
  font-size: 18px;
}
.voice#voice .s-case__cont__plan .txt__wrap {
  display: flex;
  align-items: center;
  margin-top: 0.2em;
  gap: 1em;
}
.voice#voice .s-case__cont__plan .txt__wrap .name {
  font-weight: 900;
  font-size: 24px;
}
.voice#voice .s-case__cont__plan .txt__wrap .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  padding: 0 1.5em;
  border-radius: 2em;
  background-color: #003150;
  color: #fff;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.voice#voice .s-case__cont__plan .txt__wrap .badge .en {
  margin-top: -0.1em;
  font-weight: 700;
  font-size: 28px;
  font-family: "Afacad", sans-serif;
}
.voice#voice .s-case__cont__plan .txt__detail {
  display: block;
  margin-top: 1em;
  padding-left: 0.5em;
  border-left: 5px solid #009bff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.voice#voice .s-case__cont__plan .txt__detail sup {
  font-weight: 500;
  font-size: 0.7em;
}
.voice#voice .s-case__cont__plan .photos {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 20px;
}
.voice#voice .s-case__cont__plan .photos .fig {
  flex: 1;
}
.voice#voice .s-case__cont#i-case-welfare .illust-01 {
  top: 60%;
  right: 2.2%;
  width: 13.3%;
}
.voice#voice .s-case__cont#i-case-welfare .illust-02 {
  top: 66%;
  right: 4.2%;
  width: 22.3%;
}
.voice#voice .s-case__cont#i-case-welfare .bg-01::before {
  transform: translateX(20px) translateY(-20px);
}
.voice#voice .s-case__cont#i-case-welfare .bg-02::before {
  transform: translateX(-20px) translateY(-20px);
}
.voice#voice .s-case__cont#i-case-welfare .bg-03::before {
  transform: translateX(20px) translateY(20px);
}
.voice#voice .s-case__cont#i-case-welfare .bg-04::before {
  transform: translateX(-20px) translateY(20px);
}
.voice#voice .s-case__cont#i-case-medical .illust-03 {
  top: 73.8%;
  right: 1.7%;
  width: 21%;
}
.voice#voice .s-case__cont#i-case-medical .illust-04 {
  top: 82.6%;
  right: -6.4%;
  width: 27.6%;
}
.voice#voice .s-case__cont#i-case-medical .bg-01::before {
  transform: translateX(-20px) translateY(-20px);
}
.voice#voice .s-case__cont#i-case-medical .bg-02::before {
  transform: translateX(-20px) translateY(-20px);
}
.voice#voice .s-case__cont#i-case-medical .bg-03::before {
  transform: translateX(20px) translateY(20px);
}
.voice#voice .s-case__ant {
  display: block;
  margin-top: 2.6vw;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}
.voice#voice .s-service {
  padding: 3.9vw 0 7.81vw;
}
.voice#voice .s-service__ttl {
  display: block;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
}
.voice#voice .s-service__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3vw;
  gap: 4.16vw;
}
.voice#voice .s-service__cont .logo {
  width: 29.67vw;
  max-width: 456px;
  margin: 0;
}
.voice#voice .s-service__cont .txt {
  color: #0075c0;
  font-weight: 900;
  font-size: 27px;
  text-align: left;
}
.voice#voice .s-service__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.9vw;
  gap: 50px;
}
.voice#voice .s-service__links .link {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 15.5em;
  height: 2.5em;
  padding-right: 1em;
  border: 2px solid #0e7dc4;
  border-radius: 0.6em;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(1, 27, 44, 0.2);
  color: #0e7dc4;
  font-weight: 900;
  font-size: 27px;
}
.voice#voice .s-service__links .link::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #0e7dc4;
  border-right: 2px solid #0e7dc4;
  content: "";
}
.voice#voice .s-service__links .link--download {
  background-color: #fff68b;
}
.voice#voice .s-qa {
  padding: 5.2vw 0 8.46vw;
  background-color: #fff;
}
.voice#voice .s-qa__ttl {
  display: block;
  color: #0075c0;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
.voice#voice .s-qa__cont {
  font-size: 10px;
}
.voice#voice .s-qa__cont .list {
  display: grid;
  row-gap: 2.4em;
  width: 79.5em;
  max-width: 100%;
  margin: 4.16vw auto 0;
}
.voice#voice .s-qa__cont .list__item {
  border-radius: 2em;
  background-color: #0075c0;
  transition: 0.3s;
}
.voice#voice .s-qa__cont .list__item.is-active {
  background-color: #00c2d0;
}
.voice#voice .s-qa__cont .list__item.is-active .question::after {
  transform: translateY(-50%);
}
.voice#voice .s-qa__cont .list__item:hover {
  background-color: #00c2d0;
}
.voice#voice .s-qa__cont .list__item .en {
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
}
.voice#voice .s-qa__cont .list__item .question {
  -moz-column-gap: 4em;
  display: flex;
  position: relative;
  column-gap: 4em;
  align-items: center;
  width: 100%;
  padding: 1.5em 2.5em;
  padding-right: 5.5em;
}
.voice#voice .s-qa__cont .list__item .question .en {
  color: #fff;
}
.voice#voice .s-qa__cont .list__item .question .txt {
  flex: 1;
  color: #fff;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.4;
  text-align: left;
}
.voice#voice .s-qa__cont .list__item .question::before, .voice#voice .s-qa__cont .list__item .question::after {
  position: absolute;
  top: 50%;
  right: 2.6em;
  width: 2.5em;
  height: 0.5em;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
  transition: 0.3s;
}
.voice#voice .s-qa__cont .list__item .question::after {
  transform: translateY(-50%) rotate(90deg);
}
.voice#voice .s-qa__cont .list__item .answer {
  display: none;
  border-radius: 0 0 2em 2em;
  background-color: #e1f3ff;
  transition: 0.3s;
}
.voice#voice .s-qa__cont .list__item .answer .wrap {
  -moz-column-gap: 4.8em;
  display: flex;
  column-gap: 4.8em;
  align-items: flex-start;
  padding: 2.4em 2.6em 4.2em;
}
.voice#voice .s-qa__cont .list__item .answer .en {
  color: #0075c0;
}
.voice#voice .s-qa__cont .list__item .answer .txt {
  flex: 1;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 2em;
}
.voice#voice .s-qa__cont .list__item .answer .txt .ant {
  display: block;
  margin-top: 0.65vw;
  font-weight: 500;
  font-size: 12px;
}
.voice#voice .s-qa__cont .ant {
  display: block;
  margin-top: 4.16vw;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
  .mod-freeHTML {
    font-size: 0.6493506494vw;
  }
  .mod-freeHTML .c-btn01 {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .mod-freeHTML .c-btn02 {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .mod-freeHTML .c-ttl01 {
    font-size: clamp(30px, 2.08vw, 40px);
  }
  .mod-freeHTML .p-list01 {
    font-size: clamp(22px, 1.67vw, 32px);
  }
  .mod-freeHTML .p-list01 li .link .txt .fs {
    font-size: clamp(12px, 1.04vw, 20px);
  }
  .mod-freeHTML .u-bl-lgpc {
    display: block !important;
  }
  .mod-freeHTML .u-none-lgpc {
    display: none !important;
  }
  .voice#voice .s-trouble__cont .list__item .txt {
    font-size: clamp(14px, 1.25vw, 24px);
  }
  .voice#voice .s-trouble__cont .ttl {
    font-size: clamp(50px, 3.23vw, 62px);
  }
  .voice#voice .s-trouble__cont .links .link {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__ttl {
    font-size: clamp(30px, 2.08vw, 40px);
  }
  .voice#voice .s-case__cont__ttl {
    font-size: clamp(30px, 2.29vw, 44px);
  }
  .voice#voice .s-case__cont__head .txt {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__head .txt__ttl {
    font-size: clamp(30px, 2.03vw, 39px);
  }
  .voice#voice .s-case__cont__intro {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__ba .box {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__ba .box .ttl {
    font-size: clamp(20px, 1.46vw, 28px);
  }
  .voice#voice .s-case__cont__ba .box .list {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__rows .row .txt__ttl {
    font-size: clamp(26px, 1.67vw, 32px);
  }
  .voice#voice .s-case__cont__rows .row .txt__lead {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__rows .row .txt__desc {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .voice#voice .s-case__cont__plan {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .voice#voice .s-case__cont__plan .txt__label {
    font-size: clamp(14px, 0.94vw, 18px);
  }
  .voice#voice .s-case__cont__plan .txt__wrap .name {
    font-size: clamp(18px, 1.25vw, 24px);
  }
  .voice#voice .s-case__cont__plan .txt__wrap .badge {
    font-size: clamp(12px, 0.73vw, 14px);
  }
  .voice#voice .s-case__cont__plan .txt__wrap .badge .en {
    font-size: clamp(18px, 1.46vw, 28px);
  }
  .voice#voice .s-case__cont__plan .txt__detail {
    font-size: clamp(12px, 0.83vw, 16px);
  }
  .voice#voice .s-case__ant {
    font-size: clamp(10px, 0.63vw, 12px);
  }
  .voice#voice .s-service__ttl {
    font-size: clamp(50px, 3.65vw, 70px);
  }
  .voice#voice .s-service__cont .txt {
    font-size: clamp(20px, 1.41vw, 27px);
  }
  .voice#voice .s-service__links .link {
    font-size: clamp(18px, 1.41vw, 27px);
  }
  .voice#voice .s-qa__ttl {
    font-size: clamp(30px, 2.08vw, 40px);
  }
  .voice#voice .s-qa__cont .list__item .en {
    font-size: clamp(45px, 2.92vw, 56px);
  }
  .voice#voice .s-qa__cont .list__item .answer .txt .ant {
    font-size: clamp(10px, 0.63vw, 12px);
  }
  .voice#voice .s-qa__cont .ant {
    font-size: clamp(10px, 0.63vw, 12px);
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  .mod-freeHTML {
    font-size: 0.7142857143vw;
  }
  .mod-freeHTML .u-bl-pc {
    display: block !important;
  }
  .mod-freeHTML .u-none-pc {
    display: none !important;
  }
  .voice#voice .s-qa__cont {
    font-size: 0.85vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  .mod-freeHTML {
    font-size: 1.9801980198vw;
  }
  .mod-freeHTML figure img.sp,
  .mod-freeHTML .fig img.sp {
    display: inline-block;
  }
  .mod-freeHTML figure img.pc,
  .mod-freeHTML .fig img.pc {
    display: none;
  }
  .mod-freeHTML .c-inner01 {
    width: auto;
    max-width: none;
    margin: 0 6.15vw;
  }
  .mod-freeHTML .c-btn01 {
    width: 20em;
    height: 3.7em;
    border-radius: 3.7em;
    font-size: 3.59vw;
    line-height: 1.3;
    text-align: center;
  }
  .mod-freeHTML .c-btn02 {
    width: 20em;
    height: 3.7em;
    border: 2px solid #004898;
    border-radius: 3.7em;
    font-size: 3.59vw;
    line-height: 1.3;
    text-align: center;
  }
  .mod-freeHTML .c-btn02::after {
    border-width: 2px;
  }
  .mod-freeHTML .c-ttl01 {
    margin-bottom: 6.15vw;
    font-size: 5.13vw;
  }
  .mod-freeHTML .c-ttl01::after {
    width: 17.44vw;
    height: 1.03vw;
  }
  .mod-freeHTML .p-list01 {
    justify-content: space-between;
    width: 83.08vw;
    gap: 5.38vw 0;
    font-size: 4.1vw;
  }
  .mod-freeHTML .p-list01 li {
    width: 48%;
  }
  .mod-freeHTML .p-list01 li:last-child .link .txt {
    margin-bottom: 3.08vw;
    line-height: 1;
  }
  .mod-freeHTML .p-list01 li .link {
    width: 100%;
    height: 19.49vw;
    border-radius: 3.08vw;
  }
  .mod-freeHTML .p-list01 li .link .fig {
    top: -4.36vw;
    left: -2.05vw;
    width: 9.74vw;
  }
  .mod-freeHTML .p-list01 li .link .txt {
    margin-bottom: 1.03vw;
    line-height: 1.2;
  }
  .mod-freeHTML .p-list01 li .link .txt .fs {
    font-size: 3.08vw;
    line-height: 1;
  }
  .mod-freeHTML .p-list01 li .link::after {
    bottom: 1.54vw;
    width: 4.1vw;
    height: 2.31vw;
  }
  .mod-freeHTML .u-bl-tb {
    display: block !important;
  }
  .mod-freeHTML .u-none-tb {
    display: none !important;
  }
  .voice#voice .s-mv {
    padding-bottom: 16.15vw;
  }
  .voice#voice .s-mv__head {
    width: 74.87vw;
  }
  .voice#voice .s-mv__cont {
    display: block;
    width: auto;
    max-width: none;
    margin: 5.9vw 6.41vw 0;
  }
  .voice#voice .s-mv__cont__txt {
    width: 80.26vw;
  }
  .voice#voice .s-mv__cont__txt .lead {
    margin-top: 3.08vw;
    font-size: 4.36vw;
  }
  .voice#voice .s-mv__cont .slider {
    aspect-ratio: 353/323;
    width: calc(100% + 6.41vw);
    margin-top: 3.85vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider {
    width: calc(100% + 6.41vw);
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide {
    aspect-ratio: 1/1;
    width: 74.87vw;
    border-radius: 2.56vw;
    opacity: 0;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt {
    padding: 7.69vw 5.64vw 2.82vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__head .cat {
    font-size: 6.15vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__head .tag {
    padding: 0 0.6em;
    font-size: 3.85vw;
    line-height: 1.7;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__name {
    margin-top: 1.79vw;
    font-size: 4.62vw;
    line-height: 1.2;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .txt__name .fs {
    font-size: 4.62vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .fig {
    aspect-ratio: 292/164;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .fig img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .swiper-slide .wrap .link {
    -moz-column-gap: 0.51vw;
    right: 2.82vw;
    bottom: 3.33vw;
    column-gap: 0.51vw;
    font-size: 3.33vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .btn-next {
    top: 54.36vw;
    left: 72.31vw;
    width: 14.87vw;
  }
  .voice#voice .s-mv__cont .slider .mvSlider .btn-next::after {
    width: 1.54vw;
  }
  .voice#voice .s-mv__line {
    margin-top: -1.28vw;
  }
  .voice#voice .s-mv__about {
    margin-top: 14.1vw;
  }
  .voice#voice .s-mv__about .ttl {
    font-size: 6.15vw;
  }
  .voice#voice .s-mv__about .fig {
    width: 75.38vw;
    margin-top: 2.82vw;
    transform: translateX(6.15vw);
  }
  .voice#voice .s-mv__about .desc {
    margin-top: 6.15vw;
    font-size: 4.62vw;
  }
  .voice#voice .s-mv__about .desc .fs {
    display: block;
    margin-left: 0;
    font-size: 8.21vw;
    line-height: 1.1;
  }
  .voice#voice .s-trouble {
    padding: 16.41vw 0;
  }
  .voice#voice .s-trouble__cont .list {
    flex-wrap: wrap;
    gap: 8.97vw 6.15vw;
  }
  .voice#voice .s-trouble__cont .list__item {
    aspect-ratio: 151/109;
    width: calc((100% - 6.15vw) / 2);
    border-radius: 2.56vw;
  }
  .voice#voice .s-trouble__cont .list__item::after {
    -webkit-clip-path: polygon(0 0, 91% 100%, 100% 0);
    left: 19.74vw;
    aspect-ratio: 18/24;
    width: 4.62vw;
    clip-path: polygon(0 0, 91% 100%, 100% 0);
  }
  .voice#voice .s-trouble__cont .list__item:nth-of-type(even)::after {
    left: 14.36vw;
    transform: scaleX(-1);
  }
  .voice#voice .s-trouble__cont .list__item .txt {
    font-size: 4.62vw;
    line-height: 1.22;
  }
  .voice#voice .s-trouble__cont .ttl {
    margin-top: 10vw;
    font-size: 9.74vw;
    line-height: 1.16;
  }
  .voice#voice .s-trouble__cont .links {
    flex-direction: column;
    align-items: center;
    margin-top: 6.15vw;
    gap: 4.1vw;
  }
  .voice#voice .s-trouble__cont .links .link {
    width: 23em;
    height: 2.5em;
    padding-right: 3.85vw;
    border-radius: 2.56vw;
    font-size: 3.33vw;
  }
  .voice#voice .s-trouble__cont .links .link::after {
    position: absolute;
    top: 50%;
    right: 2.82vw;
    transform: translateY(-50%) rotate(45deg);
  }
  .voice#voice .s-trouble__cont .illust.illust-01 {
    right: auto;
    bottom: calc(100% + 5.13vw);
    left: -3.33vw;
    width: 17.95vw;
  }
  .voice#voice .s-trouble__cont .illust.illust-02 {
    top: -20.51vw;
    right: 0;
    left: auto;
    width: 10vw;
  }
  .voice#voice .s-case {
    padding-top: 16.67vw;
  }
  .voice#voice .s-case__ttl {
    font-size: 6.15vw;
  }
  .voice#voice .s-case__cont {
    margin-top: 6.15vw;
    padding: 10.26vw 6.15vw;
    border-radius: 2.56vw;
  }
  .voice#voice .s-case__cont:first-of-type {
    margin-top: 6.15vw;
  }
  .voice#voice .s-case__cont__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: transparent;
    font-size: 7.44vw;
  }
  .voice#voice .s-case__cont__ttl .line01,
  .voice#voice .s-case__cont__ttl .line02 {
    display: inline-flex;
    align-items: center;
    padding: 2.05vw 2.56vw;
    background-color: #009bff;
    color: #fff;
    line-height: 1.2;
  }
  .voice#voice .s-case__cont__ttl .line02 {
    margin-left: auto;
  }
  .voice#voice .s-case__cont__head {
    display: block;
    margin-top: 5.13vw;
  }
  .voice#voice .s-case__cont__head .txt {
    width: auto;
    margin-top: 6.15vw;
  }
  .voice#voice .s-case__cont__head .txt__ttl {
    font-size: 7.18vw;
    line-height: 1.29;
  }
  .voice#voice .s-case__cont__head .txt__name {
    margin-top: 5.13vw;
    font-size: 4.62vw;
  }
  .voice#voice .s-case__cont__intro {
    margin-top: 5.13vw;
    font-size: 4.62vw;
  }
  .voice#voice .s-case__cont__ba {
    row-gap: 6.15vw;
    flex-direction: column;
  }
  .voice#voice .s-case__cont__ba .box {
    padding: 5.13vw 2.82vw;
    border-radius: 2.56vw;
  }
  .voice#voice .s-case__cont__ba .box.before {
    z-index: 2;
    position: relative;
  }
  .voice#voice .s-case__cont__ba .box.before::after {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: calc(100% + 1.79vw);
    left: 50%;
    aspect-ratio: 43/21;
    width: 11.03vw;
    transform: translateX(-50%);
    background-color: #009bff;
    content: "";
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .voice#voice .s-case__cont__ba .box .ttl {
    font-size: 6.15vw;
  }
  .voice#voice .s-case__cont__ba .box .list {
    font-size: 4.36vw;
    line-height: 1.4;
  }
  .voice#voice .s-case__cont__rows {
    row-gap: 10.26vw;
    margin-top: 10.26vw;
    padding-top: 10.26vw;
  }
  .voice#voice .s-case__cont__rows .row {
    row-gap: 5.13vw;
    flex-direction: column;
  }
  .voice#voice .s-case__cont__rows .row.reverse {
    flex-direction: column;
  }
  .voice#voice .s-case__cont__rows .row .txt__ttl {
    font-size: 6.15vw;
  }
  .voice#voice .s-case__cont__rows .row .txt__lead {
    margin-top: 5.13vw;
    font-size: 4.62vw;
    line-height: 1.4;
  }
  .voice#voice .s-case__cont__rows .row .txt__desc {
    margin-top: 5.13vw;
    font-size: 4.1vw;
    line-height: 1.4;
  }
  .voice#voice .s-case__cont__rows .row .fig {
    width: 100%;
  }
  .voice#voice .s-case__cont__plan {
    row-gap: 2.56vw;
    flex-direction: column;
    align-items: stretch;
    margin-top: 10.26vw;
    padding: 0;
    border: none;
    border-radius: none;
  }
  .voice#voice .s-case__cont__plan .txt__label {
    -moz-column-gap: 1.54vw;
    display: flex;
    column-gap: 1.54vw;
    align-items: center;
    font-size: 3.85vw;
  }
  .voice#voice .s-case__cont__plan .txt__label span {
    display: none;
  }
  .voice#voice .s-case__cont__plan .txt__label::after {
    flex: 1;
    height: 2px;
    background-color: #a2c5e0;
    content: "";
  }
  .voice#voice .s-case__cont__plan .txt__wrap {
    display: block;
    margin-top: 1.28vw;
  }
  .voice#voice .s-case__cont__plan .txt__wrap .name {
    font-size: 4.62vw;
  }
  .voice#voice .s-case__cont__plan .txt__wrap .badge {
    width: -moz-fit-content;
    width: fit-content;
    height: 1.8em;
    margin-top: 1.28vw;
    padding: 0 0.8em;
    font-size: 3.33vw;
  }
  .voice#voice .s-case__cont__plan .txt__wrap .badge .en {
    font-size: 5.64vw;
  }
  .voice#voice .s-case__cont__plan .txt__detail {
    margin-top: 2.56vw;
    font-size: 3.85vw;
  }
  .voice#voice .s-case__cont__plan .photos {
    margin-top: 3.08vw;
    gap: 4.87vw;
  }
  .voice#voice .s-case__cont#i-case-welfare .illust-01 {
    top: -4.62vw;
    right: 3.33vw;
    width: 15.38vw;
  }
  .voice#voice .s-case__cont#i-case-welfare .illust-02 {
    top: -4.1vw;
    right: 1.54vw;
    width: 24.87vw;
  }
  .voice#voice .s-case__cont#i-case-welfare .bg-01::before {
    transform: translateX(-3.59vw) translateY(-3.59vw);
  }
  .voice#voice .s-case__cont#i-case-welfare .bg-02::before {
    transform: translateX(-3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__cont#i-case-welfare .bg-03::before {
    transform: translateX(3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__cont#i-case-welfare .bg-04::before {
    transform: translateX(3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__cont#i-case-medical .s-case__cont__ttl .line02 {
    margin-right: -4.1vw;
  }
  .voice#voice .s-case__cont#i-case-medical .illust-03 {
    top: -8.46vw;
    right: -4.36vw;
    width: 46.15vw;
  }
  .voice#voice .s-case__cont#i-case-medical .illust-04 {
    top: -3.59vw;
    right: -4.62vw;
    width: 32.56vw;
  }
  .voice#voice .s-case__cont#i-case-medical .bg-01::before {
    transform: translateX(-3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__cont#i-case-medical .bg-02::before {
    transform: translateX(3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__cont#i-case-medical .bg-03::before {
    transform: translateX(-3.59vw) translateY(3.59vw);
  }
  .voice#voice .s-case__ant {
    margin-top: 6.15vw;
    font-size: 3.08vw;
  }
  .voice#voice .s-service {
    padding: 10.26vw 0 30.77vw;
  }
  .voice#voice .s-service__ttl {
    font-size: 6.67vw;
  }
  .voice#voice .s-service__cont {
    -moz-column-gap: 3.85vw;
    column-gap: 3.85vw;
    margin-top: 5.13vw;
  }
  .voice#voice .s-service__cont .logo {
    flex: 1;
    width: 43.33vw;
  }
  .voice#voice .s-service__cont .txt {
    font-size: 3.59vw;
    line-height: 1.43;
  }
  .voice#voice .s-service__links {
    flex-direction: column;
    align-items: center;
    margin-top: 6.15vw;
    gap: 3.08vw;
  }
  .voice#voice .s-service__links .link {
    width: 100%;
    height: 2.5em;
    border-radius: 2.56vw;
    font-size: 5.13vw;
  }
  .voice#voice .s-qa {
    padding: 16.41vw 0 25.64vw;
  }
  .voice#voice .s-qa__ttl {
    font-size: 6.15vw;
  }
  .voice#voice .s-qa__cont .list {
    row-gap: 5.13vw;
    width: 100%;
    margin-top: 6.15vw;
  }
  .voice#voice .s-qa__cont .list__item {
    border-radius: 2.56vw;
  }
  .voice#voice .s-qa__cont .list__item .en {
    font-size: 7.69vw;
  }
  .voice#voice .s-qa__cont .list__item .question {
    align-items: flex-start;
    padding: 2.56vw 2.05vw;
    padding-right: 10.26vw;
  }
  .voice#voice .s-qa__cont .list__item .question .txt {
    margin-top: 0.2em;
    font-weight: bold;
    font-size: 4.62vw;
    line-height: 1.25;
  }
  .voice#voice .s-qa__cont .list__item .question::before, .voice#voice .s-qa__cont .list__item .question::after {
    top: 6.15vw;
    right: 3.59vw;
    width: 5.13vw;
    height: 1.28vw;
  }
  .voice#voice .s-qa__cont .list__item .answer {
    border-radius: 0 0 2.56vw 2.56vw;
  }
  .voice#voice .s-qa__cont .list__item .answer .wrap {
    padding: 2.82vw 5.13vw 5.13vw 2.56vw;
  }
  .voice#voice .s-qa__cont .list__item .answer .txt {
    margin-top: 0.1em;
    font-size: 4.1vw;
    line-height: 1.4;
  }
  .voice#voice .s-qa__cont .list__item .answer .txt .ant {
    margin-top: 1.28vw;
    font-size: 3.08vw;
  }
  .voice#voice .s-qa__cont .ant {
    margin-top: 10.26vw;
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  .mod-freeHTML {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1537px) {
  .voice#voice .s-mv__line {
    margin-top: -45px;
  }
  .voice#voice .s-mv__about {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .voice#voice .s-trouble__cont .list__item:nth-of-type(n + 3)::after {
    right: 59%;
    left: auto;
    transform: scaleX(-1);
  }
  .voice#voice .s-case__cont__ttl .line01,
  .voice#voice .s-case__cont__ttl .line02 {
    display: contents;
  }
  .voice#voice .s-case__cont__ba::after {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 21/43;
    width: 21px;
    transform: translate(-50%, -50%);
    background-color: #009bff;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    pointer-events: none;
  }
}

/* 最下部に追加：SP用画像の強制表示設定 */
@media screen and (max-width: 767px) {
  .mod-freeHTML figure img.sp,
  .mod-freeHTML .fig img.sp {
    display: inline-block !important;
  }
  .mod-freeHTML figure img.pc,
  .mod-freeHTML .fig img.pc {
    display: none !important;
  }
}