@charset "UTF-8";

html {
  scroll-behavior: smooth
}

@media screen and (max-width:1125px) {
  .font-size-S {
    font-size: 14px
  }

  .font-size-M {
    font-size: 16px
  }

  .font-size-M2 {
    font-size: 18px
  }

  .font-size-L {
    font-size: 28px
  }
}

@media screen and (min-width:1125px) {

  .font-size-M,
  .font-size-S {
    font-size: 20px
  }

  .font-size-M2 {
    font-size: 28px
  }

  .font-size-L {
    font-size: 48px
  }
}

body {
  background: #e6e6e6;
  color: #554c4d;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif
}

a {
  text-decoration: none;
  transition-duration: .2s
}

@media (min-width:960px) {
  a:hover {
    transition-duration: .2s
  }

  a[href^="tel:"] {
    pointer-events: none
  }
}

p {
  line-height: 1.6em
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

section img {
  display: inline-block;
  height: 100%;
  max-width: 1125px;
  vertical-align: bottom;
  width: 100%
}

:focus {
  outline: none
}

.br-sp {
  display: none
}

@media screen and (max-width:1125px) {
  .br-sp {
    display: block
  }
}

.fadeup {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 1.4s cubic-bezier(.19, 1, .22, 1), transform 1.4s cubic-bezier(.19, 1, .22, 1);
  will-change: opacity, transform
}

.fadeup.is-in {
  opacity: 1;
  transform: none
}

.body-wrapper {
  background: #fff;
  margin: auto;
  max-width: 1125px;
  overflow-x: hidden;
  position: relative
}

.header {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  width: 100%
}

.header-cta {
  display: block;
  max-width: 179px
}

.header-cta img {
  height: auto;
  width: 100%
}

.logo {
  height: auto;
  max-width: 72px
}

main>section {
  position: relative
}

.cta {
  background: url(../img/cta-bg.webp) 50%/cover;
  padding: 5% 0 2%
}

.cta-ttl {
  margin: 0 auto;
  max-width: 1132px;
  width: 75.4666666667%
}

.cta-web {
  margin: 30px auto 0
}

.cta-tel,
.cta-web {
  max-width: 750px;
  width: 90%
}

.cta-tel {
  margin: 20px auto 0
}

.cta-tel p {
  font-weight: 700;
  margin-top: 10px;
  text-align: center
}

.reflection {
  animation: pekopeko 2s infinite;
  overflow: hidden;
  position: relative
}

@keyframes pekopeko {
  0% {
    top: 0
  }

  10% {
    top: 3px
  }

  20% {
    top: 0
  }

  30% {
    top: 3px
  }

  40% {
    top: 0
  }
}

.voice {
  padding: 30px 10px
}

.voice-ttl {
  margin: 0 auto;
  max-width: 840px;
  width: 56%
}

.voice-repeat {
  margin: 0 auto;
  max-width: 1220px;
  width: 81.3333333333%
}

.voice-splide {
  margin: 30px auto;
  width: 87%
}

.voice .splide__arrow {
  background: none;
  height: auto;
  max-width: 34px;
  width: 5%
}

.voice .splide__arrow--prev {
  left: -7%
}

.voice .splide__arrow--next {
  right: -7%
}

.voice .splide__arrow--next img {
  transform: scaleX(-1)
}

.faq {
  padding: 5% 0 10%
}

.faq h2 {
  margin: 0 auto;
  max-width: 840px;
  width: 56%
}

.accordion {
  margin: 20px auto 0;
  width: 95%
}

.accordion-content {
  display: none
}

.accordion-header {
  align-items: center;
  background-color: #edfae7;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: flex-start;
  margin: 10px 0 0;
  min-height: 70px;
  padding: 12px 45px 10px 20px;
  position: relative;
  transition: background .3s ease
}

.accordion-header:after,
.accordion-header:before {
  background: #066f6b;
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 1px;
  width: 12px
}

.accordion-header:after {
  transform: rotate(-90deg);
  transition: transform .3s
}

.accordion-header.active:after {
  transform: rotate(0deg)
}

.accordion-content {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  padding: 12px 20px 10px
}

.accordion-content,
.accordion-header p {
  position: relative
}

.accordion-header p:before {
  color: #066f6b;
  content: "Q.";
  font-size: 20px;
  font-weight: 700
}

.news {
  padding: 30px 25px
}

.news-ttl {
  margin: 0 auto;
  max-width: 718px;
  width: 47.8666666667%
}

.news-list li {
  border-bottom: 1px solid #818181;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative
}

.news-list li:after,
.news-list li:before {
  background-color: #000;
  border-radius: 9999px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transform-origin: calc(100% - 1px) 50%;
  width: 7px
}

.news-list li:before {
  transform: rotate(45deg)
}

.news-list li:after {
  transform: rotate(-45deg)
}

.news-list li a {
  color: #333;
  text-decoration: underline
}

.section_Form {
  background-color: #f8fef6;
  padding: 0 0 10%
}

.section_Form h2 {
  background: #3cac55;
  color: #fff;
  padding: 5% 0 2%;
  position: relative;
  text-align: center
}

.section_Form h2:after {
  border-color: #3cac55 #fff transparent;
  border-style: solid;
  border-width: 30px 50vw 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0
}

@media screen and (min-width:1125px) {
  .section_Form h2:after {
    border-width: 50px 375px 0
  }
}

.form-cap {
  margin-top: 11%;
  text-align: center
}

.form-cap span {
  color: #ff9200;
  font-weight: 700
}

.form {
  background: #f8fef6;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3.5px rgba(0, 0, 0, .25);
  margin: 5% auto 0;
  max-width: 700px;
  padding: 1% 4% 8%;
  width: 91%
}

.require {
  background-color: #ff493f;
  border-radius: 3px;
  color: #fff
}

.any,
.require {
  font-size: 13px;
  margin-right: 3%;
  padding: 1% 2%
}

.any {
  border: 1px solid #666;
  border-radius: 3px;
  color: #666
}

.form_item {
  border-bottom: 1px solid #ccc;
  margin: 5% 0;
  padding-bottom: 2%
}

.form_item input {
  accent-color: #54a366
}

.form_item input.is-valid,
.form_item select.is-valid,
.form_item textarea.is-valid {
  background: #f6fff7;
  border-color: #3cac55
}

.form_head {
  color: #333;
  font-weight: 700;
  margin-bottom: 5%;
  padding-left: 2.9rem;
  text-indent: -2.9rem
}

.radio_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10%
}

.form_item label {
  color: #333;
  font-size: 1.2rem;
  padding-bottom: 3%;
  padding-left: 5%
}

.zip_input_text {
  width: 20%
}

.input_text,
.zip_input_text {
  border: 1px solid #ddd;
  border-radius: 6px;
  flex: inherit;
  font-size: 16px;
  height: 40px;
  max-width: 400px;
  padding-left: 1em
}

.input_text {
  background-color: #f2f2f2;
  width: 100%
}

.annotation {
  color: #777;
  font-size: 11px;
  margin: 0
}

.annotation2 {
  background-color: #ffe7e6;
  color: #ff493f;
  font-size: 11px;
  margin: 0;
  padding: 4px;
  width: 100%
}

.add_head {
  color: #333;
  font-size: .95rem;
  font-weight: 700;
  margin-top: 5%
}

.money {
  align-items: center;
  display: flex;
  gap: 2%
}

.money .input_text {
  width: 60%
}

.yen {
  font-size: 1.2rem
}

input[type="checkbox"] {
  display: none;
}
.input_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px !important;
    position: relative;
    width: auto;
}
.input_checkbox::before {
    background: #fff;
    border: 2px solid #767676;
    border-radius: 3px;
    content: '';
    display: block;
    height: 20px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.input_checkbox::after {
    border-right: 6px solid #54A366;
    border-bottom: 3px solid #54A366;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .input_checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .input_checkbox::after {
    opacity: 1;
}

.form_item select {
  height: 40px;
  width: 60%
}

.form_item select,
.form_item textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 1em
}

.form_item textarea {
  height: 100px;
  width: 100%
}

.attention {
  background-color: #fff9e7;
  padding: 2%
}

.attention p {
  margin: 0;
  text-align: left
}

.attention p span {
  color: #ff493f;
  font-weight: 100
}

@media screen and (min-width:1125px) {
  .attention p {
    font-size: 16px
  }
}

.button {
  align-items: center;
  background-color: #ff9200;
  border: none;
  border-radius: 60px;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, .55);
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  margin: 0 auto;
  padding: 5% 25px;
  position: relative;
  transition: .3s ease-in-out;
  width: 85%
}

.button[disabled=true] {
  background-color: #b6b6b6;
  pointer-events: none
}

.button:after {
  border-radius: 1px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 46%;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
  width: 10px
}

.button:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  transform: translateY(-2px)
}

.form_attention {
  align-items: flex-end;
  display: flex;
  gap: 2%;
  justify-content: center;
  margin: 8% auto auto;
  width: 97%
}

.form_attention img {
  width: 35%
}

.attention_box {
  background-color: #fff;
  border: 1px solid #666;
  color: #333;
  font-size: .9rem;
  padding: 2% 1%
}

.attention_box,
.attention_box ul li {
  margin-bottom: 2%
}

.footer {
  background: #3cac55;
  font-size: .9rem;
  padding: 1rem 0;
  text-align: center
}

.footer p {
  color: #fff;
  font-size: .9rem
}