@charset "utf-8";

/* ----------共通---------- */

.inner {
  max-width: 90%;
  margin: 0 auto;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
main {
  overflow: hidden;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}
.h2bg {
  font-size: 60px;
}
.h3bg {
  font-size: 38px;
}

.sdw {
  box-shadow: 3px 3px 3px #00000030;
}
.sdwpng {
  filter: drop-shadow(3px 3px 3px #00000030);
}

.pcnone {
  display: none;
}
.pcnone2 {
  display: none;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}

/* ----------共通終わり---------- */

/* ----------Header---------- */

header {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header h1 {
  height: 35px;
}
header h1 img {
  vertical-align: top;
}
header .head-inquiry {
  display: flex;
  align-items: center;
}
.head-inquiry a:nth-of-type(1) {
  padding-right: 50px;
  width: 180px;
}
.head-inquiry a:nth-of-type(2) {
  padding-left: 50px;
  border-left: 1px solid #000;
  width: 210px;
}

/* ----------Header終わり---------- */

/* ----------Fv---------- */

.fv-top {
  background: #efecca;
  text-align: center;
  padding-top: 130px;
  height: 563px;
}
.fv-posi {
  position: relative;
}
.fv-text {
  position: absolute;
  top: 6px;
  left: clamp(4rem, -33.5rem + 46.88vw, 22.75rem);
  width: 720px;
  height: auto;
}
.fv-img {
  position: absolute;
  top: 0;
  right: clamp(5.938rem, -27.688rem + 42.03vw, 22.75rem);
  width: 490px;
  height: auto;
  z-index: 1;
}
.fv-point01 {
  width: 10%;
  height: auto;
  position: absolute;
  top: 30px;
  right: clamp(5.625rem, -17.25rem + 28.59vw, 17.063rem);
}
.fv-point02 {
  width: 10%;
  height: auto;
  position: absolute;
  top: 30px;
  right: clamp(31.875rem, -6.875rem + 48.44vw, 51.25rem);
}
.fv-bottom {
  text-align: center;
  padding: 60px 0;
  max-width: 980px;
  margin: 0 auto;
}
.fv-bottom.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  animation-delay: 1s;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

/* ----------Fv終わり---------- */

/* ----------worries---------- */

.worries-box {
  background: #95a7b8;
  padding: 100px 0;
  position: relative;
}
.worries-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120px;
  height: 70px;
  margin-bottom: -69px;
  border-style: solid;
  border-color: #95a7b8 transparent transparent transparent;
  border-width: 70px 60px 0 60px;
}
.worries-box h2 {
  width: 650px;
  margin: 0 auto;
}
.worries-list {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.worries-list img {
  width: 18%;
}

/* ----------worries終わり---------- */

/* ----------explan---------- */

.explan-box {
  padding: 150px 0;
  background: url(../images/mizutama.png) repeat top left / cover;
  text-align: center;
}
.explan-box h2 {
  width: 550px;
  margin: 0 auto;
}
.explan-box h2 img {
  width: 100%;
  height: 100%;
}
.explan-box p {
  font-size: 32px;
  color: #046380;
  font-weight: 600;
}
.exmini-box {
  max-width: 76%;
  margin: 50px auto 0;
  border-radius: 12px;
  background: #f7f2e0;
  padding: 60px 0;
  text-align: center;
}
.exmini-box p {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
.red-font {
  color: #ff0000;
}
.exmini-box p:nth-last-of-type(1) {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
}
.explan-sp {
  max-width: 1100px;
  margin: 110px auto 0;
}

/* ----------explan終わり---------- */

/* ----------inquiry---------- */

.inquiry {
  background: #046380;
  max-width: 1920px;
  height: 200px;
  font-weight: 700;
  text-align: center;
  padding: 60px 0;
}
.inquiry p:nth-of-type(1) {
  font-size: 26px;
  background: #fff;
  width: 400px;
  margin: -90px auto 50px;
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #046380;
}
.inquiry a {
  font-size: 36px;
  color: #fff;
  background: url(../images/inqu-btn.png) no-repeat top 50% right / 60px 60px;
  padding: 20px 100px 20px 0;
  margin-top: 60px;
}
.ye-font {
  color: #f9d726;
}

/* ----------inquiry終わり---------- */

/* ----------point---------- */

.point-box {
  background: #f7f2e0;
  margin-top: 100px;
  padding: 100px 0 150px;
}
.point-box h2 {
  width: 480px;
  margin: 0 auto;
}
.point-list {
  background: #fff;
  border: 5px solid #a7a37e;
  max-width: 70%;
  height: 490px;
  margin: 110px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 60px;
  position: relative;
  box-shadow: 3px 3px 3px #00000030;
}
.point-list01::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../images/point01.png) no-repeat top left / 100%;
  width: 170px;
  height: 48px;
}
.point-list02::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../images/point02.png) no-repeat top left / 100%;
  width: 170px;
  height: 48px;
}
.point-list03::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../images/point03.png) no-repeat top left / 100%;
  width: 170px;
  height: 48px;
}
.point-text {
  width: 46%;
}
.point-text h3 {
  font-size: 24px;
  padding-bottom: 32px;
  border-bottom: 1px #a7a37e dashed;
}
.point-text p {
  font-size: 20px;
  padding-top: 32px;
  font-weight: 600;
}
.point-img {
  width: 50%;
  text-align: center;
}
.point-01 img {
  width: 200px;
}
.point-02 img {
  width: 420px;
}
.point-03 img {
  width: 420px;
}
figcaption {
  color: #999999;
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
}

.ye-bd {
  background: linear-gradient(transparent 60%, #f9d726 30%);
  display: inline-block;
}

/* ----------point終わり---------- */

/* ----------result---------- */

.result-box {
  background: url(../images/hougansi.png) repeat top left / cover;
  padding: 150px 0;
}
.result-box h2 {
  width: 670px;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}

.slick-dots {
  bottom: -36px;
}
.slick {
  padding: 120px 0;
  background: #18212b;
  margin: 0 auto;
}
.slick-list {
  overflow: visible !important;
}
.slick-dots li.slick-active button:before {
  color: #f9d726;
}

.slick__images {
  padding: 80px 0 0;
}
.slick__images img {
  margin: 0 auto;
}

/* ----------result終わり---------- */

/* ----------reason---------- */

.reason-box {
  padding: 150px 0;
}
.reason-box h2 {
  width: 380px;
  margin: 0 auto;
}
.blue-font {
  color: #046380;
}
.reason-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-top: 160px;
}
.reason-list {
  width: 308px;
}
.reason-list-img {
  height: 280px;
}
.reason-list img {
  height: auto;
}
.reason-list h3 {
  font-size: 28px;
  font-weight: 700;
  padding: 30px 0 40px;
  border-bottom: 1px dashed #046380;
}
.reason-list p {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 600;
}

/* ----------reason終わり---------- */

/* ----------change---------- */

.change-box {
  background: url(../images/mizutama.png) repeat top left / cover;
  padding: 150px 0;
}
.change-box h2 {
  width: 540px;
  margin: 0 auto;
}
.change-box .change-list {
  max-width: 1100px;
  margin: 100px auto 0;
  position: relative;
}
.change-list ul {
  background: #fff;
  border: 5px solid #a7a37e;
  font-size: 24px;
  font-weight: 600;
  padding: 45px 160px 70px;
}
.change-list li {
  padding: 25px 0 15px 45px;
  border-bottom: 1px dashed #a7a37e;
  background: url(../images/check.svg) no-repeat top 65% left / 25px;
}
.change-list .change-l {
  width: 196px;
  position: absolute;
  bottom: 4px;
  left: -90px;
}
.change-list .change-r {
  width: 167px;
  position: absolute;
  bottom: -6px;
  right: -80px;
}

/* ----------change終わり---------- */

/* ----------flow---------- */

.flow {
  padding: 150px 0;
}
.flow-box h2 {
  width: 940px;
  margin: 0 auto;
}
.flow-img {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow-img img:nth-child(odd) {
  width: 14%;
}
.flow-img img:nth-child(even) {
  width: 2%;
}

.flow-support {
  text-align: center;
  margin-top: 180px;
}
.flow-support h2 {
  width: 380px;
  margin: 0 auto;
}
.flow-support p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}
.support-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 100px;
}
.support-flex img {
  width: 274px;
}

/* ----------flow終わり---------- */

/* ----------faq---------- */

.faq-box {
  background: url(../images/hougansi.png) repeat top left / 100%;
  padding: 150px 0;
}

.faq-box h2 {
  width: 772px;
  margin: 0 auto;
}

.accordion-container {
  margin: 110px auto 0;
  max-width: 1120px;
  width: 100%;
}
.accordion-list:not(:first-child) {
  margin-top: 10px;
}
.accordion-title {
  background: #a7a37e;
  border: 1px solid #a7a37e;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0 30px 160px;
  position: relative;
  color: #fff;
  background-image: url(../images/faq-q.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 100px 30px;
}
.accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 150px;
  height: 3px;
  width: 20px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 150px;
  height: 3px;
  width: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}
.accordion-text {
  border-left: 3px solid #a7a37e;
  border-right: 3px solid #a7a37e;
  border-bottom: 3px solid #a7a37e;
  background: #fff;
  display: none;
  padding: 40px 160px;
  font-size: 20px;
  font-weight: 600;
  background-image: url(../images/faq-a.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 100px 36px;
}

/* ----------faq終わり---------- */

/* ----------form---------- */

.form-box {
  padding: 150px 0;
}
.form-box h2 {
  max-width: 1160px;
  margin: 0 auto;
}
#formWrap p.reception {
  font-size: 24px;
  background: #046380;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  width: 270px;
  padding: 16px 0;
  margin: -28px auto;
}
#formWrap h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 80px 0 80px;
}

#formWrap {
  max-width: 1160px;
  margin: 60px auto;
  color: #000;
  line-height: 1.4;
  font-size: 90%;
  text-align: center;
  border: 3px solid #046380;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
table.formTable th {
  width: 36%;
  font-weight: normal;
  text-align: right;
  position: relative;
  padding-right: 70px;
  vertical-align: text-bottom;
}
table.formTable th.hissu::after {
  content: "必須";
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #e61739;
  padding: 1px 4px;
}
table.formTable th.ninni::after {
  content: "任意";
  position: absolute;
  top: 22px;
  right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #046380;
  padding: 1px 4px;
}
input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  height: 50px;
  width: 560px;
  font-size: 20px;
  padding: 10px;
}
textarea {
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  width: 560px;
  font-size: 20px;
  padding: 10px;
}
::placeholder {
  font-size: 18px;
  color: #cccccc;
}
p.center {
  margin: 80px 0;
}
p.center input {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: #046380;
  border: none;
  width: 680px;
  height: 116px;
  padding: 0;
  padding-right: 40px;
  background-image: url(../images/inqu-btn.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top 50% right 60px;
}

.form-store {
  background: url(../images/form-store.svg) no-repeat top 24px right 136px /
    auto 20px;
}
.form-type {
  background: url(../images/form-type.svg) no-repeat top 24px right 120px / auto
    20px;
}
.form-stores {
  background: url(../images/form-stores.svg) no-repeat top 24px right 178px /
    auto 20px;
}
.form-name {
  background: url(../images/form-name.svg) no-repeat top 24px right 158px / auto
    20px;
}
.form-tel {
  background: url(../images/tel-blue.svg) no-repeat top 24px right 175px / auto
    20px;
}
.form-time {
  background: url(../images/form-time.svg) no-repeat top 24px right 236px / auto
    20px;
}
.form-content {
  background: url(../images/form-content.svg) no-repeat top 24px right 235px /
    auto 20px;
}
.form-other {
  background: url(../images/form-other.svg) no-repeat top 24px right 118px /
    auto 20px;
}

.telform {
  text-align: center;
  max-width: 1160px;
  border: 3px solid #046380;
  margin: 0 auto;
  padding: 60px 0;
  line-height: 1;
}
.telform h3 {
  font-size: 32px;
  font-weight: 700;
}
.telform a {
  font-size: 50px;
  font-weight: 700;
  padding-left: 60px;
  background: url(../images/tel-blue.svg) no-repeat top 64% left / 40px;
}
.telform p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}

/* ----------form終わり---------- */

.fixed {
  position: fixed;
  z-index: 999;
  top: 120px;
  right: 0;
  width: 73px;
  height: auto;
}

/* ----------footer---------- */

footer {
  text-align: center;
  padding: 80px 0;
}
footer small {
  color: #046380;
  font-size: 20px;
}

/* ----------footer終わり---------- */

@media screen and (max-width: 834px) {
  /* ----------共通---------- */

  .inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .result .inner {
    max-width: 100%;
  }
  .h3bg {
    font-size: 38px;
  }
  .spnone {
    display: none;
  }
  .pcnone2 {
    display: block;
  }

  /* ----------共通終わり---------- */

  .fv-top {
    background: #efecca;
    text-align: center;
    padding-top: 157px;
    height: 424px;
  }
  .fv-text {
    top: 0;
    left: 5%;
    width: 450px;
  }
  .fv-img {
    top: 0;
    right: clamp(3.125rem, -5.142rem + 17.78vw, 4.125rem);
    width: 300px;
  }
  .fv-point01 {
    width: 13%;
    top: 18px;
    right: 25px;
  }
  .fv-point02 {
    width: 13%;
    top: 18px;
    right: clamp(18.625rem, 0.542rem + 38.89vw, 20.813rem);
  }

  .fv-bottom {
    height: auto;
    padding: 40px 0;
  }
  .fv-bottom img {
    height: 100%;
    width: 80%;
  }

  .worries-box h2 {
    width: 600px;
  }
  .worries-list {
    flex-wrap: wrap;
    gap: 28px;
  }

  .explan-box h2 {
    width: 500px;
  }
  .exmini-box {
    max-width: 100%;
  }

  .point-box h2 {
    width: 430px;
  }

  .point-list {
    max-width: 90%;
    height: 100%;
    flex-wrap: wrap;
  }
  .point-text {
    width: 100%;
  }
  .point-img {
    width: 100%;
  }
  .point-text h3 {
    font-size: 24px;
  }
  .point-text p {
    font-size: 18px;
  }

  .result-box h2 {
    width: 620px;
  }

  .reason-box h2 {
    width: 330px;
  }
  .reason-flex {
    display: block;
    margin-top: 0;
  }
  .reason-list {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
  }
  .reason-list-img {
    width: 70%;
    margin: 0 auto;
  }
  .reason-list img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .reason-list h3 {
    text-align: left;
    padding: 80px 0 40px;
  }
  .reason-list p {
    text-align: left;
  }

  .change-box h2 {
    width: 490px;
  }
  .change-list ul {
    padding: 25px 80px 50px;
  }
  .change-list li {
    font-size: 20px;
  }

  .flow-box h2 {
    max-width: 700px;
  }
  .flow-img {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .flow-img img:nth-child(odd) {
    width: 28%;
  }
  .flow-img img:nth-child(even) {
    width: 2%;
  }
  .flow-img img:nth-of-type(n + 6) {
    margin-top: 15px;
  }
  .support-flex img {
    width: 200px;
  }

  .faq-box {
    background: url(../images/hougansi.png) repeat top left / contain;
  }
  .faq-box h2 {
    max-width: 680px;
  }
  .accordion-title {
    font-size: 20px;
    background-size: 30px;
    background-position: 40px 30px;
    padding-left: 90px;
  }
  .accordion-text {
    font-size: 20px;
    background-size: 30px;
    background-position: 40px 30px;
    padding: 30px 0 30px 90px;
  }
  .accordion-title:after {
    right: 50px;
  }
  .accordion-title:before {
    right: 50px;
  }

  #formWrap {
    padding: 0 5%;
  }
  tr {
    display: block;
  }
  table.formTable th {
    display: block;
    text-align: left;
    padding: 0;
    padding-left: 60px;
    width: 100%;
  }
  table.formTable td {
    padding: 10px 0 20px;
  }
  .form-store {
    background: url(../images/form-store.svg) no-repeat top 50% left 260px /
      auto 20px;
  }
  .form-type {
    background: url(../images/form-type.svg) no-repeat top 50% left 114px / auto
      20px;
  }
  .form-stores {
    background: url(../images/form-stores.svg) no-repeat top 50% left 174px /
      auto 20px;
  }
  .form-name {
    background: url(../images/form-name.svg) no-repeat top 50% left 150px / auto
      20px;
  }
  .form-tel {
    background: url(../images/tel-blue.svg) no-repeat top 50% left 170px / auto
      20px;
  }
  .form-time {
    background: url(../images/form-time.svg) no-repeat top 50% left 230px / auto
      20px;
  }
  .form-content {
    background: url(../images/form-content.svg) no-repeat top 50% left 230px /
      auto 20px;
  }
  .form-other {
    background: url(../images/form-other.svg) no-repeat top 50% left 110px /
      auto 20px;
  }
  table.formTable th.hissu::after,
  table.formTable th.ninni::after {
    top: 0;
    left: 0;
    right: auto;
  }
  p.center input {
    width: 560px;
    font-size: 32px;
  }

  .fixed {
    width: 40px;
  }
}

@media screen and (max-width: 428px) {
  .inner {
    padding: 0;
  }
  .h3bg {
    font-size: 28px;
  }
  .spnone2 {
    display: none;
  }
  .pcnone {
    display: block;
  }

  header .inner {
    padding: 0 5%;
  }
  header h1 {
    height: 25px;
  }
  header .head-inquiry {
    display: flex;
    align-items: center;
    width: 210px;
  }
  .head-inquiry a:nth-of-type(1) {
    padding-right: 10px;
    width: 120px;
  }
  .head-inquiry a:nth-of-type(2) {
    padding-left: 10px;
    border-left: 1px solid #000;
    width: 140px;
  }

  .fv-top {
    padding-top: 120px;
    height: 605px;
  }
  .fv {
    height: auto;
  }

  .fv-text {
    top: 0;
    left: 5%;
    width: 300px;
  }
  .fv-img {
    top: 250px;
    right: 0;
    width: 268px;
  }
  .fv-graph {
    position: absolute;
    height: auto;
    top: 388px;
    left: 5%;
    width: 200px;
  }
  .fv-point01 {
    width: 28%;
    top: 340px;
    left: 5%;
    z-index: 1;
  }
  .fv-point02 {
    width: 28%;
    top: 256px;
    left: 5%;
  }

  .fv-bottom {
    height: auto;
    padding: 80px 5%;
  }
  .fv-bottom img {
    height: 100%;
    width: 100%;
  }

  .explan-sp {
    margin-top: 60px;
  }

  .worries-box {
    padding: 80px 5%;
  }
  .worries-box::after {
    height: 50px;
    margin-bottom: -40px;
    border-width: 70px 60px 0 60px;
  }
  .worries-box h2 {
    width: 80%;
  }
  .worries-list img {
    width: calc((100% - 20px) / 2);
  }
  .worries-list {
    gap: 20px;
  }

  .explan-box {
    padding: 80px 5% 120px;
  }
  .explan-box h2 {
    width: 90%;
  }
  .explan-box p {
    font-size: 20px;
  }
  .exmini-box p:nth-last-of-type(1) {
    font-size: 14px;
  }
  .exmini-box {
    padding: 60px 5%;
  }

  .inquiry {
    text-align: initial;
    padding: 60px 5%;
    height: 150px;
    text-align: center;
  }
  .inquiry p:nth-of-type(1) {
    width: 80%;
    font-size: 20px;
    text-align: center;
    margin-top: -86px;
  }
  .inquiry p:nth-of-type(2) {
    margin-top: -26px;
  }
  .inquiry a {
    font-size: 20px;
    background: url(../images/inqu-btn.png) no-repeat top 90px right 50% / 35px;
    padding: 50px 0;
  }

  .point-box h2 {
    width: 70%;
  }
  .point-box {
    padding: 80px 5% 120px;
  }
  .point-box h3 {
    width: 100%;
  }
  .point-text p {
    font-size: 16px;
    padding-top: 24px;
  }
  .point-text h3 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .point-list {
    padding: 26px;
    max-width: 100%;
  }
  .point-list01::before,
  .point-list02::before,
  .point-list03::before {
    width: 120px;
    top: -38px;
  }
  figcaption {
    font-size: 10px;
  }
  .point-01 img {
    width: 60%;
  }
  .point-02 img,
  .point-03 img {
    width: 100%;
  }

  .slick__images {
    padding: 40px 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots {
    bottom: 0;
  }

  .result-box {
    padding: 80px 5% 120px;
  }
  .result-box h2 {
    width: 80%;
  }

  .reason-box h2 {
    width: 70%;
    margin: 0 auto;
  }
  .reason-box {
    padding: 80px 10%;
  }
  .reason-list {
    width: 90%;
  }
  .reason-list-img {
    width: 80%;
    height: 100%;
  }
  .reason-list h3 {
    font-size: 28px;
    padding: 28px 0;
  }
  .reason-list p {
    font-size: 16px;
    padding-top: 28px;
  }

  .change-box {
    padding: 80px 5% 210px;
  }
  .change-box h2 {
    width: 90%;
  }

  .change-box .change-list {
    margin-top: 60px;
  }
  .change-list li {
    padding: 20px 0 10px 30px;
    background: url(../images/check.svg) no-repeat top 65% left / 18px;
  }
  .change-list ul {
    padding: 20px 20px 30px;
  }
  .change-list li {
    font-size: 18px;
  }
  .change-list .change-r {
    width: 80px;
    bottom: -120px;
    right: 0;
  }
  .change-list .change-l {
    width: 90px;
    bottom: -120px;
    left: 0;
  }

  .flow-box h2 {
    width: 100%;
  }
  .flow-img {
    gap: 10px;
    margin-top: 50px;
  }
  .flow {
    padding: 80px 5%;
  }
  .flow-support {
    margin-top: 80px;
  }
  .flow-support h2 {
    width: 70%;
  }
  .flow-support p {
    font-size: 18px;
  }

  .support-flex {
    margin-top: 60px;
  }
  .support-flex img {
    width: 110px;
  }
  .support-flex {
    gap: 10px;
  }

  .faq-box {
    padding: 80px 5%;
    background: url(../images/hougansi.png) repeat top left / contain;
  }
  .faq-box h2 {
    width: 100%;
  }
  .accordion-container {
    margin-top: 60px;
  }
  .accordion-title {
    background-position: 20px 30px;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 40px;
  }
  .accordion-text {
    background-position: 20px 30px;
    font-size: 18px;
    padding-left: 60px;
  }
  .accordion-title:after {
    right: 20px;
  }
  .accordion-title:before {
    right: 20px;
  }

  .form-box {
    padding: 80px 5%;
  }
  #formWrap p.reception {
    font-size: 20px;
    width: 240px;
    padding: 10px 0;
    margin: -25px auto;
  }
  #formWrap {
    width: 100%;
    margin: 40px auto;
  }
  #formWrap h3 {
    font-size: 24px;
    margin: 60px 0 40px;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="text"],
  form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
    height: 60px;
  }
  table.formTable th {
    font-size: 18px;
    padding-left: 50px;
  }
  .form-store {
    background: url(../images/form-store.svg) no-repeat top 50% left 238px /
      auto 20px;
  }
  .form-type {
    background: url(../images/form-type.svg) no-repeat top 50% left 100px / auto
      20px;
  }
  .form-stores {
    background: url(../images/form-stores.svg) no-repeat top 50% left 154px /
      auto 20px;
  }
  .form-name {
    background: url(../images/form-name.svg) no-repeat top 50% left 130px / auto
      20px;
  }
  .form-tel {
    background: url(../images/tel-blue.svg) no-repeat top 50% left 150px / auto
      20px;
  }
  .form-time {
    background: url(../images/form-time.svg) no-repeat top 50% left 210px / auto
      20px;
  }
  .form-content {
    background: url(../images/form-content.svg) no-repeat top 50% left 210px /
      auto 20px;
  }
  .form-other {
    background: url(../images/form-other.svg) no-repeat top 50% left 90px / auto
      20px;
  }

  p.center input {
    font-size: 24px;
    background-size: 30px;
    background-position: top 52% right 20px;
  }
  .telform h3 {
    font-size: 24px;
  }
  .telform a {
    font-size: 32px;
    padding-left: 60px;
    background: url(../images/tel-blue.svg) no-repeat top 64% left 18px / 28px;
  }
  .telform p {
    font-size: 16px;
    margin-top: 20px;
  }

  footer small {
    font-size: 14px;
  }
  footer {
    padding: 40px 0;
  }
}
