@charset "UTF-8";
/*

  みなさまの声 のスタイル
----------------------------------------------- */
p.lead {
  margin-top: 1.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  p.lead {
    font-size: 1.1713030747vw;
  }
  p.lead small {
    font-size: 1.0248901903vw;
  }
}

/* アプリごとのセクション */
.sec-voice {
  border-top: 1px solid var(--color-gray);
  display: flex;
}
@media (min-width: 769px) {
  .sec-voice {
    margin-top: 4.39238653vw;
    padding-top: 5.1244509517vw;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sec-voice {
    margin-top: 35px;
    padding-top: 60px;
    flex-direction: column;
    gap: 60px;
  }
}
.sec-voice .head {
  display: grid;
  align-content: start;
}
.sec-voice .head .apri-name {
  margin: 1.1em 0;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .sec-voice .head .eyecatch {
    width: 10.2489019034vw;
  }
  .sec-voice .head .apri-name {
    font-size: 2.3426061493vw;
  }
  .sec-voice .head .btn-style {
    width: 14.934114202vw;
  }
}
@media (max-width: 768px) {
  .sec-voice .head .eyecatch {
    width: 120px;
  }
  .sec-voice .head .apri-name {
    font-size: 24px;
  }
  .sec-voice .head .btn-style {
    width: 204px;
  }
}

/* 各レビュー */
.voice {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 769px) {
  .voice {
    grid-template-columns: 6.588579795vw 1fr;
    gap: 0.7320644217vw 1.4641288433vw;
  }
  .voice + .voice {
    margin-top: 4.39238653vw;
  }
}
@media (max-width: 768px) {
  .voice {
    grid-template-columns: 80px 1fr;
    gap: 10px 20px;
  }
  .voice + .voice {
    margin-top: 60px;
  }
}
.voice .icon {
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 769px) {
  .voice .icon {
    width: 4.39238653vw;
  }
}
@media (max-width: 768px) {
  .voice .icon {
    width: 60px;
  }
}
.voice .name {
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .voice .name {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 768px) {
  .voice .name {
    font-size: 14px;
  }
}
.voice .content {
  grid-area: 1/2/3/3;
  background-color: #fff;
}
@media (min-width: 769px) {
  .voice .content {
    width: 40.9956076135vw;
    padding: 1.8301610542vw;
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 768px) {
  .voice .content {
    padding: 20px;
    font-size: 14px;
  }
}

/* ボタン */
.btn-style {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 4.6852122987vw;
  border: 0.25vw solid var(--color-red-a);
  border-radius: 2.196193265vw;
  color: var(--color-red-a);
  font-size: 1.317715959vw;
  font-weight: 700;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn-style {
    border-width: 3px;
  }
}
.btn-style::before {
  position: absolute;
  top: 50%;
  right: 1.8301610542vw;
  translate: 0 -50%;
  content: "\f054";
  font-size: 1.0980966325vw;
}
.btn-style:hover {
  background-color: var(--color-red-a);
  color: #fff;
}
@media (max-width: 768px) {
  .btn-style {
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
  }
  .btn-style::before {
    right: 25px;
    font-size: 13px;
  }
}

/* お申し込み */
.application {
  border-top: 1px solid var(--color-gray);
  text-align: center;
}
@media (min-width: 769px) {
  .application {
    margin-top: 4.39238653vw;
    padding-top: 10.980966325vw;
  }
}
@media (max-width: 768px) {
  .application {
    margin-top: 60px;
    padding-top: 80px;
  }
}
.application h3 {
  line-height: 2;
}
@media (min-width: 769px) {
  .application h3 {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .application h3 {
    font-size: 16px;
  }
}
.application a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.2196193265vw solid var(--color-red-a);
  background-color: #fff;
  color: var(--color-red-a);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.application a img {
  position: absolute;
}
.application a i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  scale: 70%;
  transform-origin: right center;
}
.application a:hover {
  color: #fff;
  background-color: var(--color-red-a);
}
.application a:hover img {
  opacity: 1;
}
.application .isBanner.btm a{
    width: 100%;
    height: auto;
    border: none;
    background: none;
    border-radius: 0;
    margin: 0 auto;
}
.application .isBanner.btm a img, .application .isBanner.btm a source{
    width: 100%;
    position: static;
}

@media (min-width: 769px) {
  .application a {
    margin-top: 2.7818448023vw;
    width: 33.5285505124vw;
    height: 6.4421669107vw;
    border-radius: 3.2210834553vw;
    font-size: 1.756954612vw;
  }
  .application a img {
    width: 7.7598828697vw;
    top: 1.4641288433vw;
    left: -2.196193265vw;
  }
  .application a i {
    right: 2.196193265vw;
  }
}
@media (max-width: 768px) {
  .application a {
    margin-top: 20px;
    width: 307px;
    max-width: 100%;
    height: 60px;
    border-radius: 50px;
    border-width: 3px;
    font-size: 16px;
  }
  .application a img {
    width: 82px;
    top: 20px;
    left: -25px;
  }
  .application a i {
    right: 20px;
  }
}