@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #333;
  background: #fff;
}

img {
  width: 100%;
  display: block;
}

h2,
h3 {
  line-height: 1.2;
}

.wrapper {
  min-width: 1200px;
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

a {
  transition: all .6s;
}

a:hover {
  opacity: .8;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.sp {
  display: none !important;
}

.fixed-right-btn {
  width: 75px;
  right: 0;
  position: fixed;
  z-index: 10;
  top: 15%;
}

header {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, .7);
}

.header-logo {
  width: 305px;
  margin: 0 auto;
}

.fv {
  background-image: url(../img/fv_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fv-inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.fv-parts {
  padding-block: 150px 50px;
  max-width: 900px;
}

.fv-parts-top {
  position: relative;
}

.fv-parts-top .abs-circle {
  width: 270px;
  position: absolute;
  right: 0;
  top: -30px;
}

.fv-parts-bottom {
  width: 91%;
  margin: 0 auto;
}

.fv-parts-bottom ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 15px;
}

.fv-btn {
  max-width: 755px;
  width: 90%;
  margin: 20px auto 0;
}

.fv-parts-top h2,
.fv-parts-top .abs-circle,
.fv-parts-bottom ul li,
.fv-btn {
  opacity: 0;
  transition: all 0.8s ease;
}

.show {
  opacity: 1 !important;
}

.ex {
  background: #296fd6;
  padding: 120px 0;
}

.cmn-title {
  margin: 0 auto 50px;
}

.cmn-title h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-bottom: 15px;
}

.ex .cmn-title {
  max-width: 442.5px;
}

.ex .cmn-title h2 {
  color: #fff;
}

.ex-swiper {
  max-width: 600px;
  margin: 0 auto 80px;
  position: relative;
}

.ex-swiper .swiper-wrapper {
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.swiper-button-next {
  right: -100px;
}

.swiper-button-prev {
  left: -100px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ff6900;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}

.cta-btn {
  max-width: 755px;
  margin: 0 auto;
}

.worry {
  padding: 0 0 15vw;
}

.worry .cmn-title {
  max-width: 960px;
}

.worry .cmn-title h2 span {
  font-size: 54px;
  color: #296fd6;
  background-image: radial-gradient(circle at center, #296fd6 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .1em;
}

.worry-top {
  background: #e6e6e6;
  padding-block: 130px 20px;
}

.worry-top-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 22.5px;
}

.worry-top-list ul li {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.worry-top-list ul li:nth-child(1),
.worry-top-list ul li:nth-child(3) {
  padding-block: 40px;
}

.worry-top-list ul li img {
  position: absolute;
  width: 45px;
  bottom: -45px;
  left: 40px;
  transform: rotate(-45deg);
}

.worry-top-list ul li:nth-child(2) img {
  left: inherit;
  right: 90px;
  transform: rotate(45deg);
}

.worry-top-list ul li:nth-child(3) img {
  left: inherit;
  right: 60px;
  transform: rotate(45deg);
}

.worry-top-list ul li:nth-child(5) img {
  left: 90px;
}

.worry-top-list ul li:nth-child(6) img {
  left: inherit;
  right: 60px;
  transform: rotate(45deg);
}

.worry-top-list-box p {
  font-size: 24px;
  font-weight: 700;
}

.worry-bottom {
  margin-top: -130px;
}

.worry-bottom-img {
  max-width: 400px;
  margin: 0 auto;
}

.worry-bottom-txt p {
  width: 500px;
  margin: 0 auto 70px;
  background: #333333;
  border-radius: 50px;
  padding-block: 12.5px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}


.worry-bottom-txt p::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);   /* ど真ん中に */
  bottom: -40px;                 /* 線の縦位置（余白に合わせて調整） */
  width: 4px;                    /* 線の太さ */
  height: 40px;                  /* 線の長さ */
  background: #333333;           /* 線の色（見出しと同じ黒） */          /* わずかに角を丸める（任意） */
  z-index: 1;                    /* 念のため前面に */
  }

.worry-bottom-txt h3 {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  font-size: 88px;
  font-weight: 700;
  color: #ff6900;
  text-align: center;
}

.worry-bottom-txt h3 small {
  font-size: 70px;
}

.worry-bottom-txt h3::before {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #FDF369;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -25px;
  content: "";
  position: absolute;
  z-index: -1;
}

.reason {
  position: relative;
  padding: 70px 0 120px;
  background: #d9edff;
}

.reason-parts {
  position: absolute;
  width: 100%;
  top: -7.75vw;
}

.reason .cmn-title .reason-title-parts {
  max-width: 315px;
  margin: 0 auto 20px;
}

.reason .cmn-title {
  max-width: 442.5px;
}

.reason .cmn-title h2 span {
  font-size: 90px;
  font-weight: 700;
  color: #ff6900;
  line-height: 1;
}

.reason-list ol li {
  display: flex;
  justify-content: space-between;
  padding-inline: 0 100px;
  margin-bottom: 50px;
}

.reason-list ol li:nth-child(2) {
  flex-direction: row-reverse;
  padding-inline: 100px 0px;
}

.reason-list ol li:last-child {
  margin-bottom: 0;
}

.reason-list-img {
  width: 400px;
  background: #fff;
  padding: 20px 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.reason-list-img img {
  width: auto;
  height: 170px;
  margin: 0 auto;
}

.reason-list-txt {
  width: calc(100% - 400px);
}

.reason-list-txt-title {
  margin-bottom: 30px;
}

.reason-list-txt-title p {
  background: #296fd6;
  width: 160px;
  text-align: center;
  padding: 7.5px 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.reason-list-txt-title h3 {
  padding: 15px;
  border-left: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  font-size: 28px;
  font-weight: 700;
  margin-left: 20px;
}

.reason-list-txt-title h3 span {
  color: #ff6900;
}

.reason-list-txt-txt {
  margin-left: 20px;
}

.reason-list-txt-txt p {
  font-size: 16px;
}

.reason-list ol li:nth-child(2) .reason-list-txt-title p {
  margin-inline: auto 0;
  display: block;
  border-radius: 30px 0 0 30px;
}

.reason-list ol li:nth-child(2) .reason-list-txt-title h3 {
  border-left: none;
  border-right: 1px solid #4d4d4d;
  text-align: right;
  padding-right: 30px;
  margin-inline: 0 20px;
}

.reason-list ol li:nth-child(2) .reason-list-txt-txt {
  margin-inline: 80px 20px;
}

.flow {
  padding: 120px 0;
}

.flow .cmn-title {
  max-width: 572.5px;
}

.flow .cmn-title h2 span {
  color: #296fd6;
}

.flow-list {
  margin-bottom: 50px;
}

.flow-list ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 35px;
  position: relative;
}

.flow-list ol::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  background: #75bfff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.flow-list ol li {
  border: 1px solid #cccccc;
  border-radius: 20px;
  position: relative;
  background: #fff;
  padding: 40px 30px 30px 20px;
}

.flow-list-box-p {
  position: absolute;
  width: 155px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  border-radius: 20px;
  text-align: center;
  padding: 5px 0;
  background: #296fd6;
  align-items: center;
  justify-content: center;
}

.flow-list-box-p p {
  font-size: 18px;
  border-right: 1px solid #fff;
  font-weight: 700;
  margin-top:0;
  margin-bottom:0;
  margin-right: 7.5px;
  padding-right: 7.5px;
  color: #fff;
}

.flow-list-box-p span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.flow-list-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-list-box-img {
  width: 90px;
}

.flow-list-box-txt {
  width: calc(100% - 110px);
}

.flow-list-box-txt h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}

.flow-list ol li:nth-child(3) .flow-list-box-txt h3 {
  padding-bottom: 5px;
}

.flow-list-box-txt p {
  font-size: 16px;
}

.flow-arrow {
  margin: 0 auto 40px;
  width: 55px;
}

.flow-last-img {
  max-width: 750px;
  margin: 0 auto;
}

.voice {
  background: #fffee6;
  padding: 120px 0;
}

.voice .cmn-title {
  max-width: 352.5px;
}

.voice .cmn-title h2 span {
  color: #296fd6;
}

.voice-list {
  margin-bottom: 70px;
}

.voice-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 22.5px;
}

.voice-list ul li {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

.voice-list-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.voice-list-box-title-img {
  width: 90px;
}

.voice-list-box-title-txt {
  width: calc(100% - 110px);
}

.voice-list-box-title-txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ff6900;
  padding-bottom: 10px;
}

.voice-list-box-title-txt ul {
  display: flex;
  gap: 0;
}

.voice-list-box-title-txt ul li {
  margin-right: 5px;
  padding: 5px 10px;
  background: #b3b3b3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.voice-list-box-txt p {
  font-size: 16px;
}

.message {
  padding: 120px 0;
  background: #296fd6;
}

.message .cmn-title {
  max-width: 710px;
}

.message .cmn-title h2 {
  color: #fff;
}

.message-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-flex-img {
  width: 300px;
}

.message-flex-txt {
  width: calc(100% - 350px);
}

.message-flex-txt h3 {
  color: #ffff00;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.4;
}

.message-flex-txt p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.message-flex-txt p span {
  color: #FDF369;
  font-weight: 700;
}

.faq {
  padding: 120px 0;
  background: #f2f2f2;
}

.faq .cmn-title {
  max-width: 352.5px;
}

.acc-wrap {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

.acc-wrap:last-child {
  margin-bottom: 0;
}

.acc-header {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 22.5px 40px;
  background: #296fd6;
  border-radius: 10px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.active .acc-header {
  border-radius: 10px 10px 0 0;
}

.acc-header span {
  width: 32.5px;
  height: 32.5px;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #296fd6;
  line-height: 32px;
  text-align: center;
  display: block;
}

.acc-header h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding-right: 60px;
  text-align: left;
  width: calc(100% - 50px);
}

.acc-header::before,
.acc-header::after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.acc-header::after {
  transform: translateY(-50%) rotate(90deg);
}

.active .acc-header::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.active .acc-header::before {
  transform: translateY(-50%) rotate(0deg);
}

.acc-cont {
  display: none;
  margin-bottom: 10px;
  padding: 22.5px 40px;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.active .acc-cont {
  display: flex;
}

.acc-cont span {
  width: 32.5px;
  height: 32.5px;
  border-radius: 50%;
  background: #ff6900;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: block;
}

.acc-cont p {
  font-weight: 700;
  font-size: 16px;
  padding-right: 30px;
  text-align: left;
  width: calc(100% - 50px);
  line-height: 1.4;
}

footer {
  background: #333333;
  padding: 25px 0;
}

footer ul {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}

footer ul li:last-child a {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

footer p.copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.contact {
  min-height: 95vh;
}

button {
  background: initial;
  border: initial;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: all .5s;
  width: 100%;
}

button:hover {
  opacity: .8;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .wrapper {
    min-width: auto;
    overflow: hidden;
  }

  .inner {
    max-width: 100%;
    width: calc(100% - 35px);
  }

  header {
    padding: 10px 0;
  }

  .header-logo {
    width: 152.5px;
  }

  .fv {
    background-image: url(../img/fv_bg_sp.webp);
    background-position: bottom right;
  }

  .fv-parts {
    padding-block: 80px 25px;
    max-width: 100%;
  }

  .fv-inner {
    max-width: 100%;
    width: 100%;
  }

  .fv-parts-top {
    padding-top: 10vw;
  }

  .fv-parts-top .abs-circle {
    width: 35vw;
    position: absolute;
    right: 2.5vw;
    top: -7vw;
    padding-top: 8vw;

  }

  .fv-parts-bottom {
    width: 60%;
    margin: 8vw auto 4vw 10px;
  }

  .fv-parts-bottom ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 10px;
  }

  .cta-btn {
    max-width: 100%;
    width: 100%;
    max-width: 500px;
  }

  .fv-btn.cta-btn {
    margin: 0 auto;
    width: calc(100% - 35px);
  }

  .ex {
    background: #296fd6;
    padding: 70px 0;
  }

  .cmn-title h2 {
    font-size: 30px;
  }

  .cmn-title {
    margin: 0 auto 30px;
    max-width: 335px;
  }

  .ex .cmn-title {
    max-width: 295px;
  }

  .ex-swiper {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }

  .swiper-button-next {
    right: -17.5px;
  }

  .swiper-button-prev {
    left: -17.5px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
  }

  .worry {
    padding: 0 0 40vw;
  }

  .worry-top {
    padding-block: 70px 20px;
  }

  .worry .cmn-title {
    max-width: 335px;
  }

  .worry .cmn-title h2 span {
    font-size: 36px;
  }

  .worry-top-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 12.5px;
    max-width: 500px;
    margin: 0 auto;
  }

  .worry-top-list-box p {
    font-size: 16px;
    line-height: 1.3;
  }

  .worry-top-list ul li {
    padding: 15px 0;
  }

  .worry-top-list ul li:nth-child(1),
  .worry-top-list ul li:nth-child(3),
  .worry-top-list ul li:nth-child(5) {
    padding-block: 27.5px;
  }

  .worry-top-list ul li img {
    width: 30px;
    bottom: -30px;
    transform: rotate(-35deg);
  }

  .worry-top-list ul li:nth-child(2) img {
    right: 50px;
    transform: rotate(40deg);
  }

  .worry-top-list ul li:nth-child(3) img {
    left: 40px;
    right: initial;
    transform: rotate(-40deg);
  }

  .worry-top-list ul li:nth-child(4) img {
    right: 50px;
    left: initial;
    transform: rotate(40deg);
  }

  .worry-top-list ul li:nth-child(5) img {
    left: 40px;
  }

  .worry-top-list ul li:nth-child(6) img {
    right: 40px;
    transform: rotate(40deg);
  }

  .worry-bottom-img {
    max-width: 265px;
  }

  .worry-bottom {
    margin-top: -13vw;
  }

  .worry-bottom-txt p {
    width: 335px;
    margin: 0 auto 30px;
    padding-block: 7.5px;
    font-size: 20px;
  }

  .worry-bottom-txt p::after {
    bottom: -23px;
    width: 2px;       /* 線の太さを細く */
    height: 25px;
    }

  .worry-bottom-txt h3 {
    max-width: 335px;
    font-size: 40px;
  }

  .worry-bottom-txt h3:nth-child(3) {
    max-width: 105px;
    margin-bottom: 15px;
  }

  .worry-bottom-txt h3 small {
    font-size: 30px;
  }

  .worry-bottom-txt h3::before {
    height: 20px;
    bottom: -5px;
  }

  .reason {
    padding: 70px 0;
  }

  .reason .inner {
    width: 100%;
    max-width: 500px;
  }

  .reason-parts {
    top: -26.75vw;
  }

  .reason .cmn-title .reason-title-parts {
    max-width: 210px;
    margin: 0 auto 15px;
  }

  .reason .cmn-title h2 span {
    font-size: 60px;
  }

  .reason .cmn-title {
    max-width: 295px;
    margin-bottom: 100px;
  }

  .reason-list ol li {
    display: block;
    padding-inline: 0;
    margin-bottom: 90px;
    position: relative;
  }

  reason-list-txt {
    width: 100%;
  }

  .reason-list-img {
    width: 185px;
    position: absolute;
    right: 0;
    top: -70px;
    padding: 10px 0;
  }

  .reason-list-img img {
    height: 80px;
  }

  .reason-list-txt {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .reason-list-txt-txt {
    margin-inline: 17.5px;
  }

  .reason-list-txt-title p {
    width: 140px;
    padding: 5px 0px;
    font-size: 20px;
  }

  .reason-list-txt-title h3 {
    padding: 7.5px 15px;
    font-size: 24px;
    margin-left: 10px;
  }

  .reason-list-txt-title {
    margin-bottom: 10px;
  }

  .reason-list ol li:nth-child(2) {
    padding-inline: 0;
  }

  .reason-list ol li:nth-child(2) .reason-list-txt-title p {
    margin-inline: 0 auto;
    border-radius: 0px 30px 30px 0px;
  }

  .reason-list ol li:nth-child(2) .reason-list-txt-title h3 {
    border-left: 1px solid #4d4d4d;
    border-right: none;
    text-align: left;
    padding-right: 17.5px;
    margin-inline: 17.5px 0px;
  }

  .reason-list ol li:nth-child(2) .reason-list-txt-txt {
    margin-inline: 25px 17.5px;
  }

  .flow {
    padding: 70px 0 60px;
  }

  .flow .cmn-title {
    max-width: 225px;
    margin-bottom: 40px;
  }

  .flow-list {
    margin: 0 auto;
    max-width: 335px;
  }

  .flow-list ol li {
    padding: 20px 17.5px;
    margin-bottom: 25px;
  }

  .flow-list-box-txt {
    width: calc(100% - 105px);
  }

  .flow-list ol::before {
    width: 10px;
    height: 95%;
  }

  .flow-list-box-txt h3 {
    font-size: 18px;
  }

  .flow-list ol li:nth-child(3) .flow-list-box-txt h3,
  .flow-list-box-txt h3 {
    padding-bottom: 7.5px;
  }

  .flow-list-box-txt p {
    font-size: 14px;
  }

  .flow-list-box-p span {
    line-height: 1;
  }

  .flow-list-box-p p {
    margin-right: 5px;
    padding-right: 5px;
    line-height: 1;
  }

  .flow-list-box-p {
    top: -17px;
    padding: 7.5px 0;
  }

  .flow-list ol li:last-child {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }

  .flow-list ol li:last-child img {
    width: calc(100% + 55px);
    max-width: initial;
    left: -27.5px;
    position: relative;
    margin-top: -15px;
  }

  .voice {
    background: #fffee6;
    padding: 70px 0;
  }

  .voice .cmn-title {
    max-width: 235px;
  }

  .voice-list ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .voice-list ul li {
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .voice-list-box-title-img {
    width: 80px;
  }

  .voice-list-box-title-txt {
    width: calc(100% - 95px);
  }

  .voice-list-box-title {
    margin-bottom: 15px;
  }

  .voice-list-box-title-txt h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .voice-list-box-title-txt ul {
    display: flex;
  }

  .voice-list-box-title-txt ul li {
    font-size: 12px;
    margin-bottom: 0;
    padding: 5px 12.5px;
  }

  .voice-list-box-txt p {
    font-size: 14px;
  }

  .voice-list {
    margin-bottom: 50px;
  }

  .message {
    padding: 70px 0;
  }

  .message .cmn-title {
    max-width: 315px;
  }

  .message-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .message-flex-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .message-flex-img img {
    width: 112.5px;
  }

  .message-flex-img h3 {
    width: calc(100% - 130px);
    font-weight: 700;
    font-size: 18px;
    color: #ffff00;
    line-height: 1.5;
  }

  .message-flex-txt {
    width: 100%;
  }

  .message-flex-txt p {
    font-size: 14px;
  }

  .faq {
    padding: 70px 0;
  }

  .faq .cmn-title {
    max-width: 235px;
  }

  .acc-wrap {
    max-width: 500px;
    margin: 0 auto 10px;
  }

  .acc-header {
    padding: 17.5px 10px;
  }

  .acc-header::before,
  .acc-header::after {
    right: 10px;
  }

  .acc-header h3 {
    font-size: 20px;
    padding-right: 35px;
    width: calc(100% - 45px);
  }

  .acc-cont {
    margin-bottom: 20px;
    padding: 17.5px 10px;
    align-items: flex-start;
  }

  .acc-cont p {
    padding-right: 0px;
    width: calc(100% - 45px);
  }

  .fixed-cont {
    position: fixed;
    width: 100%;
    max-width: 500px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    padding: 5px 10px 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
  }

  .fixed-cont.active {
    opacity: 1;
    visibility: visible;
  }

  footer {
    padding: 20px 0;
  }

  footer p.copy {
    font-size: 10px;
  }

  footer ul {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 335px;
  }

  footer ul li {
    line-height: 1;
    margin-bottom: 10px;
  }

  footer ul li a {
    font-size: 12px;
    margin-right: 7.5px;
    padding-right: 7.5px;
    line-height: 1;
  }

  footer ul li:nth-child(3) a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 500px) {
  .fv-parts {
    padding-block: 60px 25px;
  }

  .worry-top {
    padding-bottom: 55px;
  }

  .worry-top-list-box p {
    font-size: 15px;
  }

  .worry-bottom {
    margin-top: -27.5vw;
  }

  .worry-top-list ul li:nth-child(1),
  .worry-top-list ul li:nth-child(3),
  .worry-top-list ul li:nth-child(5) {
    padding-block: 25px;
  }

  .worry-bottom-img {
    max-width: 245px;
  }
}

/* ============================
   ダブルクリック風アニメ + ポーズ
   ============================ */

/* 影が切れない保険 */
.cta-btn { overflow: visible; }

/* ダブルクリック本体（2回プレス → 休み） */
.cta-btn button {
  position: relative;
  display: block;
  animation: ctaDoublePress 2.4s cubic-bezier(.22,.7,.25,1) infinite;
  will-change: transform;
  transform-origin: center;
}

/* 画像ボタンの影を同期（濃く、下側へ） */
.cta-btn button picture img,
.cta-btn button img {
  display: block;
  filter: drop-shadow(0 4px 2px rgba(0,0,0,.100));
  animation: ctaShadowDouble 2.4s cubic-bezier(.22,.7,.25,1) infinite;
  will-change: filter;
}

/* 追従/固定CTAは除外 */
.fixed-cont .cta-btn button,
.fixed-right-btn button,
.fixed-cont button,
.fixed-right-btn .cta-btn button {
  animation: none !important;
}
.fixed-cont .cta-btn button picture img,
.fixed-right-btn button picture img,
.fixed-cont .cta-btn button img,
.fixed-right-btn button img {
  filter: none !important;
  animation: none !important;
}

/* --- キーフレーム：ダブルクリック（2回押して休む） --- */
@keyframes ctaDoublePress {
  0%   { transform: translateY(0) scale(1); }
  8%   { transform: translateY(6px) scale(0.99); } /* 1回目プレス */
  16%  { transform: translateY(0) scale(1); }      /* リリース */
  24%  { transform: translateY(6px) scale(0.99); } /* 2回目プレス */
  32%  { transform: translateY(0) scale(1); }      /* リリース */
  44%  { transform: translateY(0) scale(1); }      /* 安定 */
  /* ここから休止時間（同じ姿勢のままキープ） */
  45%,100% { transform: translateY(0) scale(1); }
}

/* 影：押すと短く濃く、離すと少し広がる。終わったら休止 */
@keyframes ctaShadowDouble {
  0%   { filter: drop-shadow(0 20px 14px rgba(0,0,0,.50)); }
  8%   { filter: drop-shadow(0 10px 8px  rgba(0,0,0,.70)); } /* 1回目プレス：濃く＆シャープ */
  16%  { filter: drop-shadow(0 20px 14px rgba(0,0,0,.50)); } /* リリース */
  24%  { filter: drop-shadow(0 10px 8px  rgba(0,0,0,.70)); } /* 2回目プレス：濃く＆シャープ */
  32%  { filter: drop-shadow(0 20px 14px rgba(0,0,0,.50)); } /* リリース */
  44%  { filter: drop-shadow(0 20px 14px rgba(0,0,0,.50)); } /* 安定 */
  45%,100% { filter: drop-shadow(0 20px 14px rgba(0,0,0,.50)); } /* 休止 */
}

/* --- スマホは揺れ幅を控えめに（速さは同じ） --- */
@media (max-width: 834px) {
  @keyframes ctaDoublePress {
    0%   { transform: translateY(0) scale(1); }
    8%   { transform: translateY(4px) scale(0.995); }
    16%  { transform: translateY(0) scale(1); }
    24%  { transform: translateY(4px) scale(0.995); }
    32%  { transform: translateY(0) scale(1); }
    44%  { transform: translateY(0) scale(1); }
    45%,100% { transform: translateY(0) scale(1); }
  }
  @keyframes ctaShadowDouble {
    0%   { filter: drop-shadow(0 16px 12px rgba(0,0,0,.48)); }
    8%   { filter: drop-shadow(0 8px 7px   rgba(0,0,0,.70)); }
    16%  { filter: drop-shadow(0 16px 12px rgba(0,0,0,.48)); }
    24%  { filter: drop-shadow(0 8px 7px   rgba(0,0,0,.70)); }
    32%  { filter: drop-shadow(0 16px 12px rgba(0,0,0,.48)); }
    44%  { filter: drop-shadow(0 16px 12px rgba(0,0,0,.48)); }
    45%,100% { filter: drop-shadow(0 16px 12px rgba(0,0,0,.48)); }
  }
}

/* 動きを減らす設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .cta-btn button,
  .cta-btn button picture img,
  .cta-btn button img {
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }
}

.fade-up,
.fade-up.show,
.fv-parts-top h2,
.fv-parts-top .abs-circle,
.fv-parts-bottom ul li,
.fv-btn {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
