@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .section-mv {
    height: auto;
    padding-top: 71.25%;
  }
}
@media screen and (max-width: 768px) {
  .section-mv {
    overflow: visible;
    padding-top: 0;
    height: 100svh;
  }
}
.section-mv .inner {
  width: 100%;
  height: 100%;
}
.section-mv .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.section-mv .mv-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-mv .mv-cover {
  background-image: url(../image/mv-cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 18.4027777778vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-cover {
    background-image: url(../image/mv-cover-sp.webp);
    height: 32.5333333333vw;
  }
}
.section-mv .mv-contents {
  position: absolute;
  width: 100%;
  top: 66px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-contents {
    top: 26.6666666667vw;
    top: 15px;
  }
}
.section-mv .mv-catch-top {
  width: 31.1805555556vw;
  max-width: 449px;
  margin-left: 12.5vw;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-top {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 32vw;
  }
}
@media screen and (max-width: 375px) {
  .section-mv .mv-catch-top {
    margin-bottom: 40px;
  }
}
.section-mv .mv-catch-middle {
  font-size: clamp(6.6rem, 6.6vw, 8.8rem);
  line-height: 1.0909090909;
  color: #ffffff;
  margin-left: 12.5vw;
  margin-bottom: 50px;
  text-shadow: 2px 2px 6px rgba(3, 49, 44, 0.18);
}
@media screen and (max-width: 576px) {
  .section-mv .mv-catch-middle {
    font-size: 42px;
    margin: 0 15px 20px;
  }
}
.section-mv .mv-catch-bottom {
  justify-content: center;
  max-width: 710px;
  width: 49.3055555556vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom {
    width: calc(100% - 40px);
  }
}
.section-mv .mv-catch-bottom .item {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch-bottom .item {
    margin: 0;
  }
  .section-mv .mv-catch-bottom .item:nth-child(2) {
    transform: translateY(60px);
  }
}
.section-mv .cv-btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-mv .cv-btn {
    bottom: 25px;
  }
}

.section-problem {
  background-image: url(../image/problem-bg.webp);
  background-size: cover;
  padding-top: 66px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-problem {
    background-image: url(../image/problem-bg-sp.webp);
    padding-bottom: 70px;
  }
}
.section-problem::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../image/intro-cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5.3472222222vw;
}
@media screen and (max-width: 768px) {
  .section-problem::after {
    background-image: url(../image/intro-cover-sp.webp);
    height: 8.2666666667vw;
  }
}
.section-problem .problem-contents {
  max-width: 780px;
  background-image: url(../image/problem-inner-image.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  margin: auto;
  padding: 60px 0;
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .section-problem .problem-contents {
    background-image: url(../image/problem-inner-image-sp.webp);
    padding: 30px 15px;
  }
}
.section-problem .problem-contents .deco {
  background-color: #4774b9;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .section-problem .problem-contents .deco {
    width: 6px;
    bottom: -3px;
  }
}
.section-problem .problem-contents .deco::before {
  content: "";
  position: absolute;
  background-color: #4774b9;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50px;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .section-problem .problem-contents .deco::before {
    width: 6px;
    top: -12px;
  }
}
.section-problem .problem-contents .deco::after {
  content: "";
  position: absolute;
  background-color: #4774b9;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50px;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .section-problem .problem-contents .deco::after {
    width: 6px;
    top: 12px;
  }
}
.section-problem .problem-contents ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-problem .problem-contents ul li {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .section-problem .problem-contents ul li {
    font-size: 15px;
  }
}
.section-problem .problem-contents ul li:last-child {
  margin-bottom: 0;
}
.section-problem .problem-contents ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../image/check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  margin-right: 20px;
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .section-problem .problem-contents ul li::before {
    width: 19px;
    height: 17px;
    margin-right: 10px;
  }
}
.section-problem h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  color: #57648e;
  color: #4774b9;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 60px;
}
.section-problem h2::before {
  content: "";
  position: absolute;
  background-image: url(../image/end-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-problem h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.section-solution {
  padding: 60px 0 80px 0;
  background-color: #fbf4eb;
}
@media screen and (max-width: 768px) {
  .section-solution {
    padding: 30px 0 40px 0;
  }
}
.section-solution h2 {
  font-size: clamp(2.8rem, 3vw, 4rem);
  text-align: center;
  color: #4774b9;
  line-height: 1.3888888889;
}
@media screen and (max-width: 768px) {
  .section-solution h2 {
    font-size: 24px;
  }
}
.section-solution h2 span {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .section-solution h2 span {
    font-size: 22px;
  }
}

.section-feature {
  background-color: #fbf4eb;
}
.section-feature .feature-tit {
  background-image: url(../image/feature-tit-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.section-feature .feature-tit h2 {
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(3, 49, 44, 0.18);
}
.section-feature .feature-tit h2 span:first-child {
  font-size: clamp(5rem, 5.5vw, 6rem);
}
@media screen and (max-width: 768px) {
  .section-feature .feature-tit h2 span:first-child {
    font-size: 28px;
  }
}
.section-feature .feature-tit h2 span:nth-child(2) {
  font-size: clamp(3.2rem, 3.2vw, 4.6rem);
}
@media screen and (max-width: 768px) {
  .section-feature .feature-tit h2 span:nth-child(2) {
    font-size: 24px;
  }
}
.section-feature .feature-tit h2 span:last-child {
  font-size: clamp(5rem, 5.5vw, 6rem);
}
@media screen and (max-width: 768px) {
  .section-feature .feature-tit h2 span:last-child {
    font-size: 28px;
  }
}
.section-feature .feature-inner {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner {
    padding-top: 40px;
  }
}
.section-feature .feature-inner .feature-wrap {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .feature-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section-feature .feature-inner .feature-wrap:nth-child(2) .image-wrap {
    margin: 0 calc(-50% + 50vw);
  }
}
.section-feature .feature-inner .feature-wrap {
  margin-bottom: 40px;
}
.section-feature .feature-inner .feature-wrap:last-of-type {
  margin-bottom: 0;
}
.section-feature .feature-inner .text-wrap {
  width: 43.8888888889vw;
  max-width: 632px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap {
    width: 100%;
  }
}
.section-feature .feature-inner .text-wrap .number {
  font-size: clamp(6.6rem, 6.6vw, 8.8rem);
  color: #4774b9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap .number {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.section-feature .feature-inner .text-wrap .description {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap .description {
    margin-bottom: 20px;
  }
}
.section-feature .feature-inner .text-wrap .description:last-child {
  margin-bottom: 0;
}
.section-feature .feature-inner .text-wrap h3 {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  color: #4774b9;
  margin-bottom: 50px;
  display: inline-block;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
.section-feature .feature-inner .text-wrap h3 span {
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: 4px;
}
.section-feature .feature-inner .text-wrap .price-table {
  width: 100%;
  max-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "ZenKakuGothicNew-Medium";
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap .price-table {
    margin-bottom: 16px;
  }
}
.section-feature .feature-inner .text-wrap .price-table th,
.section-feature .feature-inner .text-wrap .price-table td {
  padding: 16px;
  text-align: center;
  border: 1px solid #fbf4eb;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .text-wrap .price-table th,
  .section-feature .feature-inner .text-wrap .price-table td {
    font-size: 14px;
    padding: 8px;
  }
}
.section-feature .feature-inner .text-wrap .price-table th {
  background: #ffffff;
}
.section-feature .feature-inner .text-wrap .price-table .hyex {
  background: #4774b9;
  color: #fff;
}
.section-feature .feature-inner .text-wrap .price-table tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.section-feature .feature-inner .text-wrap .price-table tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.section-feature .feature-inner .image-wrap {
  width: 40.2083333333vw;
  max-width: 580px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .section-feature .feature-inner .image-wrap {
    width: 100%;
  }
}

.section-reason {
  background-color: #fbf4eb;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .section-reason {
    padding: 30px 0 60px 0;
  }
}
.section-reason .reason-flex {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.section-reason .reason-flex .image-wrap {
  width: 73.4722222222vw;
  max-width: 1058px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .section-reason .reason-flex .image-wrap {
    width: 100%;
  }
}
.section-reason .text-wrap {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}
.section-reason .text-wrap .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #4774b9;
}
.section-reason h2 {
  background: linear-gradient(to left, #2a38bb 0%, #199bf4 100%);
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  color: #ffffff;
  padding: 6px 22px;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-reason h2 {
    background: none;
    margin-bottom: 100px;
  }
  .section-reason h2 span {
    background: linear-gradient(to left, #2a38bb 0%, #199bf4 100%);
    display: inline-block;
    margin-bottom: 4px;
  }
}

.section-worries {
  background-image: url(../image/worries-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-worries {
    background-image: url(../image/worries-bg-sp.webp);
    background-position: bottom;
    padding-top: 40px;
  }
}
.section-worries .reason-flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .section-worries .reason-flex {
    flex-direction: column-reverse;
  }
}
.section-worries .image-wrap {
  width: 37.5vw;
  max-width: 540px;
  transform: translateY(-30px);
}
@media screen and (max-width: 768px) {
  .section-worries .image-wrap {
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-worries .text-wrap {
  max-width: 450px;
  width: 31.25vw;
}
@media screen and (max-width: 768px) {
  .section-worries .text-wrap {
    width: 100%;
    transform: none;
    max-width: 100%;
    color: #ffffff;
  }
}
.section-worries .text-wrap h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section-worries .text-wrap h2 {
    margin-bottom: 24px;
    font-size: 22px;
    color: #414141;
  }
}
.section-worries .text-wrap .description {
  margin-bottom: 20px;
  color: #414141;
}
.section-worries .text-wrap .description:last-child {
  margin-bottom: 0;
}
.section-worries .text-contents {
  padding-top: 120px;
  color: #ffffff;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-worries .text-contents {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.section-worries .text-contents h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 40px;
}
.section-worries .text-contents .description {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 30px;
}
.section-worries .text-contents .description span {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.section-worries .text-contents .description:last-child {
  margin-bottom: 0;
}
.section-worries .cv-btn {
  margin: auto;
}

.section-benefit {
  background-color: #fbf4eb;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-benefit {
    padding-bottom: 40px;
  }
}
.section-benefit .benefit-tit {
  background-image: url(../image/benefit-tit.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-benefit .benefit-tit h2 {
  font-size: clamp(2.6rem, 3.5vw, 3.8rem);
  color: #ffffff;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 90px 0;
  margin: auto;
  transform: translateX(-30%);
  text-shadow: 2px 2px 6px rgba(3, 49, 44, 0.18);
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-tit h2 {
    padding: 40px 0;
    margin-left: 20px;
    width: 100%;
    transform: none;
  }
  .section-benefit .benefit-tit h2 span {
    position: relative;
    z-index: 2;
  }
}
.section-benefit .benefit-tit h2::before {
  content: "";
  position: absolute;
  background-image: url(../image/benefit-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34.2361111111vw;
  height: 22.3611111111vw;
  max-width: 493px;
  max-height: 322px;
  bottom: 0;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-tit h2::before {
    left: auto;
    right: 0;
    background-image: url(../image/benefit-deco-sp.webp);
    width: 82.6666666667vw;
    height: 57.3333333333vw;
  }
}
.section-benefit .benefit-inner {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-inner {
    padding-top: 30px;
  }
}
.section-benefit .benefit-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.section-benefit .benefit-flex:last-child {
  margin-bottom: 0;
}
.section-benefit .benefit-flex .image-wrap {
  width: 27.7777777778vw;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .image-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.section-benefit .benefit-flex .text-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .text-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.section-benefit .benefit-flex .text-wrap h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #ffffff;
  margin-bottom: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .text-wrap h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.section-benefit .benefit-flex .text-wrap h3 span {
  display: inline-block;
  background-color: #4774b9;
  margin-bottom: 4px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .text-wrap h3 span {
    padding: 3px 8px;
  }
}
.section-benefit .benefit-flex .text-wrap .accent {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .text-wrap .accent {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-benefit .benefit-flex .text-wrap .description {
    font-size: 15px;
  }
}

.section-qa {
  background-color: #fbf4eb;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-qa {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.section-qa h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 60px;
  color: #4774b9;
}
@media screen and (max-width: 768px) {
  .section-qa h2 {
    margin-bottom: 30px;
  }
}
.section-qa h2 .fukidashi {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 0 18px;
  position: relative;
  margin-bottom: 18px;
}
.section-qa h2 .fukidashi span {
  position: relative;
  z-index: 2;
}
.section-qa h2 .fukidashi span > span {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
}
.section-qa h2 .fukidashi::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 26px solid #ffffff;
  border-bottom: 0;
  bottom: -15px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
}
.section-qa .accordion {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion {
    max-width: 100%;
  }
}
.section-qa .accordion dl {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl {
    margin-bottom: 20px;
  }
}
.section-qa .accordion dl:last-child {
  margin-bottom: 0;
}
.section-qa .accordion dl dt {
  padding: 19px 22px 17px 60px;
  position: relative;
  background-color: #4774b9;
  border-radius: 10px;
  z-index: 2;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dt {
    font-size: 1.6rem;
  }
}
.section-qa .accordion dl dt::before {
  content: "Q";
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4774b9;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.section-qa .accordion dl dd {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out 0.1s, top 0.3s ease-out 0.1s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd {
    font-size: 1.4rem;
  }
}
.section-qa .accordion dl dd.open {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
  transition: opacity 0.2s ease-out, top 0.3s ease-out, z-index 0.31s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.section-qa .accordion dl dd.closing {
  opacity: 0;
  top: -30px;
  z-index: 1;
  transition: opacity 0.4s ease-out, top 0.3s ease-out;
}
.section-qa .accordion dl dd::before {
  content: "A";
  font-size: 2rem;
  position: absolute;
  top: 42px;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c2a04f;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.section-qa .accordion dl dd .answer-text {
  padding: 19px 22px 17px 60px;
  min-height: 86px;
  color: #333333;
}
.section-qa .accordion dl dd .answer-text .text-accent {
  color: #4774b9;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd .answer-text {
    padding: 19px 13px 19px 60px;
  }
}
.section-qa .accordion .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion .mark {
    right: 10px;
  }
}
.section-qa .accordion .mark::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  right: 0;
  margin: auto;
}
.section-qa .accordion .mark::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -20px;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.section-qa .accordion .open .mark::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}

.section-plan {
  background-image: url(../image/plan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .section-plan {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.section-plan .inner-plan {
  max-width: 1200px;
}
.section-plan .inner-plan h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  color: #ffffff;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan h2 {
    margin-bottom: 30px;
  }
}
.section-plan .inner-plan dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan dl {
    flex-direction: column;
  }
}
.section-plan .inner-plan dl dt {
  width: 20.4444444444%;
  background-color: #4774b9;
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
  border-radius: 8px 0 0 8px;
  margin-right: 16px;
}
.section-plan .inner-plan dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan dl dt span {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan dl dt {
    width: 100%;
    margin: auto;
    border-radius: 8px 8px 0 0;
  }
}
.section-plan .inner-plan dl dd {
  width: 77.7777777778%;
  padding: 8px 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan dl dd {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
.section-plan .inner-plan h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  padding: 64px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan h3 {
    padding: 30px 0 40px 0;
    font-size: 20px;
  }
}
.section-plan .inner-plan .image-banner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section-plan .inner-plan .image-banner {
    margin-top: 20px;
  }
}
.section-plan .table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: "ZenKakuGothicNew-Medium";
}
.section-plan .table-wrap::-webkit-scrollbar {
  height: 8px; /* 横スクロールだからheight */
}
.section-plan .table-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.section-plan .table-wrap::-webkit-scrollbar-thumb {
  background: #4e73b8; /* Hyexカラー */
  border-radius: 10px;
}
.section-plan .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 2px;
  min-width: 1080px;
}
.section-plan .fake-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-plan .fake-scrollbar {
    display: block;
    height: 8px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
  }
}
.section-plan .fake-scrollbar__thumb {
  height: 100%;
  width: 30%;
  border-radius: 10px;
  transform: translateX(0);
  will-change: transform;
  background: #4e73b8;
}
.section-plan .comparison-table th,
.section-plan .comparison-table td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -1px;
  background: #ffffff;
}
.section-plan .comparison-table th {
  background: #ffffff;
  width: 154px;
  font-weight: normal;
}
.section-plan .comparison-table td {
  width: 295px;
  font-weight: normal;
  text-align: center;
}
.section-plan .comparison-table td span {
  display: inline-block;
  text-align: left;
}
.section-plan .comparison-table .hyex {
  background: #4e73b8;
  color: #fff;
  width: 370px;
}
.section-plan .comparison-table tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.section-plan .comparison-table tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

.section-machine {
  background-color: #fbf4eb;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-machine {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.section-machine h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 60px;
  color: #4774b9;
}
@media screen and (max-width: 768px) {
  .section-machine h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.section-machine .machine-wrap {
  max-width: 1000px;
  margin: auto;
}
.section-machine .machine-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-machine .machine-wrap ul {
    margin-bottom: 10px;
  }
}
.section-machine .machine-wrap ul li {
  width: 16.6%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #414141;
}
@media screen and (max-width: 768px) {
  .section-machine .machine-wrap ul li {
    width: 33%;
    margin-bottom: 34px;
    font-size: 12px;
  }
}
.section-machine .machine-wrap ul li::before {
  content: "";
  display: block;
  margin: auto;
  width: 120px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-machine .machine-wrap ul li::before {
    width: 90px;
    margin-bottom: 8px;
  }
}
.section-machine .machine-wrap ul li:first-child::before {
  background-image: url(../image/machine01.webp);
}
.section-machine .machine-wrap ul li:nth-child(2)::before {
  background-image: url(../image/machine02.webp);
}
.section-machine .machine-wrap ul li:nth-child(3)::before {
  background-image: url(../image/machine03.webp);
}
.section-machine .machine-wrap ul li:nth-child(4)::before {
  background-image: url(../image/machine04.webp);
}
.section-machine .machine-wrap ul li:nth-child(5)::before {
  background-image: url(../image/machine05.webp);
}
.section-machine .machine-wrap ul li:nth-child(6)::before {
  background-image: url(../image/machine06.webp);
}
.section-machine .machine-wrap ul li:nth-child(7)::before {
  background-image: url(../image/machine07.webp);
}
.section-machine .machine-wrap ul li:nth-child(8)::before {
  background-image: url(../image/machine08.webp);
}
.section-machine .machine-wrap ul li:nth-child(9)::before {
  background-image: url(../image/machine09.webp);
}
.section-machine .machine-wrap ul li:nth-child(10)::before {
  background-image: url(../image/machine10.webp);
}
.section-machine .machine-wrap ul li:nth-child(11)::before {
  background-image: url(../image/machine11.webp);
}
.section-machine .machine-wrap ul li:nth-child(12)::before {
  background-image: url(../image/machine12.webp);
}
.section-machine .machine-wrap ul li:nth-child(13)::before {
  background-image: url(../image/machine13.webp);
}
.section-machine .machine-wrap ul li:nth-child(14)::before {
  background-image: url(../image/machine14.webp);
}
.section-machine .cv-btn {
  margin: auto;
}

.section-voice {
  background-image: url(../image/voice-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-voice {
    background-image: url(../image/voice-bg-sp.webp);
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.section-voice h2 {
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  color: #ffffff;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .section-voice h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-voice .swiper-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-voice .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.section-voice .voice-btn-wrap {
  position: absolute;
  bottom: 0;
  max-width: 550px;
  height: 44px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-voice .voice-progress {
  position: relative;
  max-width: 410px;
}
.section-voice .voice-swiper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
}
.section-voice .voice-arrow {
  display: block;
  position: relative;
  top: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.section-voice .voice-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.section-voice .voice-item {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px;
  justify-content: space-between;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-item {
    flex-direction: column;
    justify-content: stretch;
    padding: 20px;
  }
}
.section-voice .voice-item .image-wrap {
  width: 300px;
  min-width: 300px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-item .image-wrap {
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin: auto;
  }
}
.section-voice .voice-item .text-wrap h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #4774b9;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-item .text-wrap h3 {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 12px;
  }
}
.section-voice .voice-item .text-wrap .description {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-item .text-wrap .description {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.section-voice .voice-item .text-wrap .note {
  text-align: right;
}
.section-voice .voice-swiper .swiper-wrapper {
  align-items: stretch;
}
.section-voice .voice-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.section-voice .voice-swiper .voice-item {
  height: 100%;
  display: flex;
}
.section-voice .voice-swiper .text-wrap {
  flex: 1;
  min-width: 0;
}

.section-case {
  padding: 120px 0 130px;
  background-color: #fbf4eb;
}
@media screen and (max-width: 768px) {
  .section-case {
    padding: 30px 0 60px 0;
  }
}
.section-case h2 {
  color: #4774b9;
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-case h2 {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}
.section-case .sub-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .section-case .sub-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}
.section-case .l-flex {
  flex-direction: column;
}
.section-case .case-item {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
  }
}
.section-case .case-item .case-image {
  width: 40.8333333333%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-image {
    width: 100%;
    margin: 0 auto 14px;
  }
}
.section-case .case-item .case-text {
  width: calc(59.1666666667% - 40px);
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text {
    width: 100%;
  }
}
.section-case .case-item .case-text h3 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #4774b9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.section-case .case-item .case-text p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text p {
    font-size: 1.4rem;
  }
}
.section-case .case-item .case-text .tel {
  font-size: clamp(2rem, 2.2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .section-case .case-item .case-text .tel {
    font-size: 16px;
  }
}
.section-case .cv-btn-sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section-case .cv-btn-sub-text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.section-case .cv-btn-sub-text span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  color: #4774b9;
}
.section-case .cv-btn-sub-text span::before {
  content: "";
  background-color: #4774b9;
  width: 2px;
  height: 19px;
  transform: rotate(-30deg);
  display: inline-block;
  margin-right: 12px;
}
.section-case .cv-btn-sub-text span::after {
  content: "";
  background-color: #4774b9;
  width: 2px;
  height: 19px;
  transform: rotate(30deg);
  display: inline-block;
  margin-left: 12px;
}
.section-case .cv-btn {
  margin: auto;
}

.section-recommend {
  background-image: url(../image/recommend-bg.webp);
  background-repeat: repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-recommend {
    background-image: url(../image/recommend-bg-sp.webp);
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.section-recommend h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-recommend h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.section-recommend .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.section-end {
  background-color: #fbf4eb;
  padding-top: 140px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .section-end {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.section-end h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  text-align: center;
  color: #4774b9;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
.section-end h2::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/end-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-end .cv-btn {
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-end .cv-btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .image_area {
    overflow: auto;
    position: relative;
  }
}

.scroll-hint-icon-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZmlsbD0iI2ZmZiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=);
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-text {
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=);
    opacity: 0;
    transition-delay: 2.4s;
  }
}

.scroll-hint-icon {
  transition: opacity 0.6s ease;
}

/* スマホでフリック */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, to {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    width: 80px;
    aspect-ratio: 1;
    bottom: 20px;
    right: 20px;
  }
}

.fixed-btn.is-show {
  transform: translateY(0);
  opacity: 1;
}

.fixed-btn a {
  transition: 0.3s;
}
.fixed-btn a:hover {
  transform: translateY(-10px);
  opacity: 0.9;
}/*# sourceMappingURL=top.css.map */