@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "M PLUS 1p", sans-serif;
  color: #111;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

main {
  overflow: hidden;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  main {
    line-height: 1.5;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  background: #EDF7EE;
  padding: 24vw 0 10.66666vw;
  margin-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 7.5rem 0;
    margin-top: 2.5rem;
  }
}

.about_line {
  position: relative;
}

.about__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__ttl img {
  width: 76vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__ttl img {
    width: 24.0625rem;
  }
}

.about__body {
  border-left: 12px solid #4AAD52;
  border-left: 0.75rem solid #4AAD52;
  height: 93.33333vw;
  padding-left: 8vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__body {
    z-index: auto;
    z-index: initial;
    height: 18.75rem;
    padding-left: 1.875rem;
  }
}

.about__head-text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 46.9333333vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__head-text {
    font-size: 1.125rem;
    margin-top: 3.125rem;
    width: auto;
    width: initial;
  }
}

@media screen and (max-width: 767px) {
  .about__head-pic img {
    position: absolute;
    top: 11.42rem;
    right: -30%;
    width: 97.0666666vw;
  }
}
@media screen and (max-width: 500px) {
  .about__head-pic img {
    position: absolute;
    top: 14.42rem;
    right: -30%;
    width: 97.0666666vw;
  }
}
@media screen and (min-width: 768px) {
  .about__head-pic {
    display: block;
  }
}

.about__items {
  background: #fff;
  border-radius: 1.25rem;
  padding: 5.33333vw 5.33333vw 8vw;
  margin-top: 10.66666vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__items {
    padding: 3.75rem;
    margin-top: -3.75rem;
  }
}

.about__item-top-box {
  background: #EDF7EE;
  border-radius: 0.9375rem;
  padding: 8vw 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-top-box {
    padding: 2.5rem 3.75rem 3.75rem;
  }
}

.about__item-ttl {
  font-size: 5.33333vw;
  font-weight: 800;
  position: relative;
  padding-left: 13.33333vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .about__item-ttl {
    font-size: 1.5rem;
    padding-left: 3.125rem;
    line-height: normal;
    line-height: initial;
  }
}
.about__item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.13333vw;
  height: 10.66666vw;
  display: inline-block;
  background: url(../images/webp/ttl-icon.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .about__item-ttl::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.375rem;
    height: 2.5rem;
  }
}

.about__item-inner {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
  }
}

.about__item-top-pic img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about__item-top-pic img {
    width: 17.3125rem;
  }
}

.about__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .about__item-body {
    margin-left: 1.875rem;
  }
}

.about__item-top-text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-top-text {
    font-size: 1.125rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.about__item-text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__item-text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}
.about__item-text span {
  color: #EA4A19;
}

.about__item-point {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__item-point {
    width: 40.8125rem;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__item-point span {
  color: #EA4A19;
}
.about__item-point li {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 3.2vw 0 3.2vw 11.81333vw;
  font-weight: 800;
  font-size: 3.73333vw;
  position: relative;
  margin-top: 1.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-point li {
    width: 20.0625rem;
    font-size: 1rem;
    margin-top: 0;
    margin-top: initial;
    border-radius: 0.625rem;
    padding: 0.625rem 0 0.625rem 3.75rem;
  }
}
.about__item-point li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.46666vw;
  height: 3.2vw;
  display: inline-block;
  background: url(../images/webp/ic_check.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .about__item-point li::before {
    left: 10%;
    width: 0.8125rem;
    height: 0.75rem;
  }
}

.about__item-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
  }
}

.about__item-box {
  background: #EDF7EE;
  border-radius: 0.9375rem;
  padding: 8vw 5.33333vw;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__item-box {
    padding: 2.5rem 3.75rem 3.75rem;
    width: 32.8125rem;
  }
}

.about__item-box-wrap {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-box-wrap {
    margin-left: 1.875rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.about__item-pic {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-pic {
    margin-top: 1.875rem;
  }
}
.about__item-pic img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about__item-pic img {
    width: 26.125rem;
  }
}

@media screen and (min-width: 768px) {
  .about__item-box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__item-text-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__item-text-flex .sp {
  color: #000;
  color: initial;
}
@media screen and (min-width: 768px) {
  .about__item-text-flex {
    margin-top: 0;
  }
}

.about__item-pic2 {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .about__item-pic2 {
    margin-left: 1.875rem;
    margin-top: 0;
    margin-top: initial;
  }
}
.about__item-pic2 img {
  width: 52.26666vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about__item-pic2 img {
    width: 12.25rem;
    margin: 0;
    margin: initial;
  }
}

.about__item-box-point {
  margin-top: 5.33333vw;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__item-box-point {
    margin-top: 1.875rem;
    width: 24.875rem;
  }
}
.about__item-box-point li {
  margin-top: 1.33333vw;
  background: #D5ECD7;
  border-radius: 0.625rem;
  padding: 3.2vw 0 3.2vw 11.81333vw;
  font-weight: 800;
  font-size: 3.73333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__item-box-point li {
    margin-top: 0.625rem;
    font-size: 1rem;
    padding: 0.625rem 0 0.625rem 3.75rem;
  }
}
.about__item-box-point li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.46666vw;
  height: 3.2vw;
  display: inline-block;
  background: url(../images/webp/ic_check.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .about__item-box-point li::before {
    left: 10%;
    width: 0.8125rem;
    height: 0.75rem;
  }
}

.about__info {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__info {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.about__logo {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__logo {
    margin-top: 1.875rem;
  }
}
.about__logo img {
  width: 58.66666vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__logo img {
    width: 13.75rem;
  }
}

.about__phone {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__phone {
    margin-top: 1.875rem;
  }
}
.about__phone img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .about__phone img {
    width: 25.5rem;
  }
}

.about__banner {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.about__banner img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__banner img {
    width: 32.8125rem;
    max-width: 100%;
  }
}

.contact {
  padding-top: 21.6666666667vw;
  padding-bottom: 10.6666666667vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/webp/contact_bg.webp);
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 14.56vw;
    padding-bottom: 6vw;
  }
}

.contact__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.contact__ttl img {
  width: 76vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__ttl img {
    width: 22.3125rem;
  }
}

.contact__body {
  height: 93.33333vw;
  border-left: 12px solid #EA4A19;
  border-left: 0.75rem solid #EA4A19;
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .contact__body {
    height: 18.75rem;
    padding-left: 1.875rem;
  }
}

.contact__text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 10.66666vw;
  width: 46.9333333vw;
  max-width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.125rem;
    margin-top: 3.125rem;
  }
}

.contact__phone {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__phone {
    margin-top: 2.5rem;
  }
}
.contact__phone img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__phone img {
    width: 25.5rem;
  }
}

.contact__msg {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .contact__msg {
    margin-top: 2.5rem;
  }
}
.contact__msg img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__msg img {
    width: 35rem;
  }
}

.contact__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (min-width: 768px) {
  .contact__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(60px, 4.5454545455vw);
  }
}

.contact__col-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__col-item {
    width: 35rem;
    max-width: 100%;
  }
}

.slider-form__card {
  position: relative;
  display: none;
}

.slider-form__card.--show {
  display: block;
}

.slider-form__card-in {
  background-color: #fff;
  border-radius: 10px;
  padding: 14.13333vw 4vw 8vw;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}
@media screen and (min-width: 768px) {
  .slider-form__card-in {
    padding: min(70px, 5.303030303vw) min(40px, 3.0303030303vw) min(40px, 3.0303030303vw);
  }
}

.slider-form__card-ttl {
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70.66666vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-form__card-ttl {
    width: 26.5625rem;
    top: -5%;
  }
}

.slider-form__card-ttl.--pic {
  padding-bottom: 0;
}

.slider-form__card-legend {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 4.26666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .slider-form__card-legend {
    font-size: 1.25rem;
  }
}

.slider-form__card-fields {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .slider-form__card-fields {
    margin-top: 1.25rem;
  }
}

.slider-form__card-appendix {
  position: relative;
  line-height: 1;
  text-align: center;
  background-color: #FFDE50;
  color: #333;
  border-radius: 20em;
  padding: 5.33333vw 5.33333vw 5.33333vw 18.66666vw;
  margin-top: 5.33333vw;
  font-size: 4.26666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .slider-form__card-appendix {
    padding: min(20px, 1.5151515152vw);
    margin-top: min(20px, 1.5151515152vw);
    font-size: min(20px, 1.5151515152vw);
  }
}

.slider-form__card-appendix.--red {
  color: #EE0026;
}

.slider-form__card-appendix::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/webp/contact_form_msg_arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 7.46666vw;
  height: 7.46666vw;
  left: 7%;
}
@media screen and (min-width: 768px) {
  .slider-form__card-appendix::after {
    width: min(28px, 2.1212121212vw);
    height: min(28px, 2.1212121212vw);
    left: min(35px, 2.651515vw);
  }
}

.slider-form__card-btn {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .slider-form__card-btn {
    margin-top: 1.875rem;
  }
}

.slider-form__card-btn .btn {
  font-size: 5.86666vw;
}
@media screen and (min-width: 768px) {
  .slider-form__card-btn .btn {
    font-size: 2.0625rem;
  }
}

.slider-form .checkbox .wpcf7-form-control-wrap {
  display: none;
}

.slider-form .checkbox .wpcf7-form-control-wrap + label {
  position: relative;
  display: block;
  line-height: 1;
  font-weight: 700;
  background-color: #FFF8F5;
  border-radius: 0.625rem;
  font-size: 5.33333vw;
  padding: 5.33333vw 5.33333vw 5.33333vw 18.66666vw;
  font-weight: 700;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slider-form .checkbox .wpcf7-form-control-wrap + label {
    padding: min(20px, 1.6vw) 20px min(20px, 1.6vw) min(100px, 8vw);
    font-size: 1.75rem;
  }
}

.slider-form .checkbox .wpcf7-form-control-wrap + label::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/webp/contact_form_check_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 5.33333vw;
  width: 9.33333vw;
  height: 9.33333vw;
}
@media screen and (min-width: 768px) {
  .slider-form .checkbox .wpcf7-form-control-wrap + label::before {
    left: min(30px, 2.4vw);
    width: min(42px, 3.36vw);
    height: min(42px, 3.36vw);
  }
}

.slider-form .checkbox .wpcf7-form-control-wrap + label.--checked::before {
  background-image: url(../images/webp/contact_form_check_on.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.slider-form .checkbox + .checkbox {
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .slider-form .checkbox + .checkbox {
    margin-top: 0.9375rem;
  }
}

.slider-form .input-text label {
  display: block;
  font-size: 4.26666vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .slider-form .input-text label {
    font-size: 1rem;
  }
}

.slider-form .input-text label .--required {
  background-color: #EA4A19;
  color: #fff;
  padding: 2px 7px;
  padding: 0.125rem 0.4375rem;
  border-radius: 0.1875rem;
  margin-left: 0.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .slider-form .input-text label .--required {
    font-size: 0.75rem;
  }
}

.slider-form .input-text label + .wpcf7-form-control-wrap input,
.slider-form .input-text label + .wpcf7-form-control-wrap textarea {
  line-height: 1;
  font-weight: 700;
  border: solid 1px #111;
  border-radius: 0.625rem;
  width: 100%;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .slider-form .input-text label + .wpcf7-form-control-wrap input,
  .slider-form .input-text label + .wpcf7-form-control-wrap textarea {
    font-size: 1.25rem;
  }
}

.slider-form .input-text label + .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.slider-form .input-text label + .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #ccc;
}

.slider-form .input-text label + .wpcf7-form-control-wrap input::-moz-placeholder,
.slider-form .input-text label + .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
}

.slider-form .input-text label + .wpcf7-form-control-wrap input::-ms-input-placeholder,
.slider-form .input-text label + .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #ccc;
}

.slider-form .input-text label + .wpcf7-form-control-wrap input::placeholder,
.slider-form .input-text label + .wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
}

.slider-form .input-text label + .wpcf7-form-control-wrap input {
  border-radius: 1.875rem;
  padding: 0.4em 1em 0.5em;
}

.slider-form .input-text label + .wpcf7-form-control-wrap textarea {
  line-height: 1.6;
  padding: 0.5em 1em 0.6em;
}

.slider-form .input-text + .input-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.slider-form .wpcf7-spinner {
  display: none;
}

.btn.--main,
.btn.--default {
  background: #4AAD52;
  color: #fff;
  border-bottom: solid 5px #3D8D44;
}

.btn.--primary {
  background: #EA4A19;
  color: #fff;
  border-bottom: solid 5px #D54417;
}

.btn.--disabled {
  background: #707070;
  border-bottom: solid 5px #555;
  color: #fff;
  cursor: default;
}

.btn.--block {
  display: block;
  width: 100%;
}

.btn {
  position: relative;
  font-weight: 700;
  border-radius: 0.625rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding: 0.9em 0.5em 0.8em;
  font-size: 33px;
  font-size: 2.0625rem;
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(15px, 1.1363636364vw);
}

.btn-row > * {
  width: 50%;
}

.cp {
  margin-top: 6.66666vw;
  padding-bottom: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .cp {
    margin-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.cp__ttl img {
  width: 688px;
  width: 43rem;
  max-width: 100%;
  margin: auto;
}

.cp__box {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #EDF7EE;
  border-radius: 1.25rem;
  padding: 16vw 5.33333vw 8vw;
}
@media screen and (min-width: 768px) {
  .cp__box {
    margin-top: 3.75rem;
    padding: 3.75rem;
  }
}

.cp__list {
  display: block;
}
@media screen and (min-width: 768px) {
  .cp__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.cp-item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 20px 30px 30px;
  padding: 1.25rem 1.875rem 1.875rem;
  position: relative;
}
.cp-item::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -6%;
  width: 25.86666vw;
  height: 22.93333vw;
}
@media screen and (min-width: 768px) {
  .cp-item::before {
    width: 6.0625rem;
    height: 5.375rem;
    top: -6%;
  }
}

.cp-item + .cp-item {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .cp-item + .cp-item {
    margin-top: 0;
    margin-top: initial;
  }
}

.cp-item1::before {
  background: url(../images/webp/cp_num01.webp) no-repeat center center/cover;
}

.cp-item2::before {
  background: url(../images/webp/cp_num02.webp) no-repeat center center/cover;
}

.cp-item3::before {
  background: url(../images/webp/cp_num03.webp) no-repeat center center/cover;
}

.cp-item__pic img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-item__pic img {
    width: 17.6875rem;
  }
}

.cp-item__text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cp-item__text {
    font-size: 1.125rem;
  }
}

.cp__note {
  font-size: 4.26666vw;
  font-weight: 700;
  border-radius: 0.9375rem;
  background: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  margin-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .cp__note {
    padding: 2.5rem 5rem;
    font-size: 1rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.sec-arrow {
  position: relative;
}

.cp__msg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 63.73333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cp__msg img {
    width: 24.125rem;
    margin: auto;
  }
}

.cta {
  background: url(../images/webp/bg.webp) no-repeat center center/cover;
  padding: 33.33333vw 0;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 10rem 0;
  }
}

.cta__ttl img {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin: auto;
}

.cta__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.125rem;
    margin-top: 2.8125rem;
  }
}

.cta__btn-list {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta__btn img {
  width: 92vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta__btn img {
    width: 24.625rem;
  }
}

.cta__btn + .cta__btn {
  margin-left: 60px;
  margin-left: 3.75rem;
}

.cta_line {
  position: relative;
}

.cta__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.cta__bottom-border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta__bottom-border {
    bottom: -5%;
  }
}

.cta__top-border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.cta__list {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1100px;
  width: 68.75rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cta__right {
  margin-top: 8.53333vw;
}
@media screen and (min-width: 768px) {
  .cta__right {
    margin-left: 8.125rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.cta__left {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__left {
    width: 31.875rem;
  }
}

.cta__top-btn img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__top-btn img {
    width: 25.125rem;
  }
}

.cta__top-contact-btn img {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
  border-radius: 0.625rem;
}

.cta__top-btn + .cta__top-btn {
  margin-top: 4vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__top-btn + .cta__top-btn {
    margin-top: 1.25rem;
  }
}

.cta__top-text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .cta__top-text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.cta__top-ttl img {
  width: 77.6vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta__top-ttl img {
    width: 25.4375rem;
  }
}

.cta__link {
  font-size: 4.26666vw;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta__link {
    font-size: 1rem;
  }
}
.cta__link::after {
  content: "";
  background: url(../images/webp/cta_arrow.webp) no-repeat center center/cover;
  width: 2.93333vw;
  height: 2.93333vw;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cta__link::after {
    right: 14%;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.cta__link::before {
  position: absolute;
  content: "";
  border-bottom: 1px #707070 dotted;
  width: 73.06666vw;
  bottom: -6px;
  bottom: -0.375rem;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta__link::before {
    width: 17.125rem;
  }
}

.bottom-fixed-area {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  background-color: rgba(255, 255, 255, .6);
}

.bottom-fixed-area__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
.bottom-fixed-area__in img {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
  border-radius: 13px;
}

.footer {
  background-color: #EA4A19;
  color: #fff;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 27.46666vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 9.1875rem;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 4.22222vw;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: min(18px, 1.3636363636vw);
  }
}

.footer-page {
  padding: 70px 0;
  padding: 4.375rem 0;
  background-color: #EA4A19;
  color: #fff;
}

.fv-point {
  background: #FFF8F5;
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  .fv-point {
    margin-top: -8%;
    padding-top: 0;
    padding-top: initial;
  }
}

.fv-point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fv-point-item {
  background: #EA4A1A;
}

.fv-point-item__pic {
  width: 50%;
}

.fv-point-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.fv-point-item__body {
  padding: 10px;
  padding: 0.625rem;
}

.fv-point-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  display: none;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 30.4vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .header__label {
    margin-left: 1.25rem;
  }
}
.header__label img {
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .header__btn-plan {
    margin-left: 0.625rem;
  }
}
.header__btn-plan img {
  width: 146px;
  width: 9.125rem;
  max-width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}

.header__btn-phone {
  margin: 0 15px;
  margin: 0 0.9375rem;
}
.header__btn-phone img {
  width: 295px;
  width: 18.4375rem;
  max-width: 100%;
}

.header__btn-contact img {
  width: 220px;
  width: 13.75rem;
  max-width: 100%;
  border-radius: 0.5625rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}

.header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .header__in {
    height: 6.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.sub-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-header {
    display: block;
  }
}

.sub-header__in {
  position: relative;
}

.sub-header__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  right: 27px;
  z-index: 0;
}
.sub-header__area::after {
  display: block;
  content: "";
  height: 60px;
  height: 3.75rem;
  width: 345px;
  width: 21.5625rem;
  background: url(../images/webp/sub-header-bg.webp) no-repeat center center/100% 100%;
  background-position-x: right;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-header__area::after {
    width: 46.0625rem;
    right: -3%;
  }
}

.area__msg img {
  width: 511px;
  width: 31.9375rem;
  max-width: 100%;
}

.area__btn {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.area__btn img {
  width: 125px;
  width: 7.8125rem;
  max-width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
}
.header-sp .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-sp .header__bottom {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-sp .header__logo img {
  width: 30.4vw;
  max-width: 100%;
}
.header-sp .header__phone {
  margin-left: 18.5px;
  margin-left: 1.15625rem;
}
.header-sp .header__phone img {
  width: 21.33333vw;
  max-width: 100%;
}
.header-sp .header__btn-contact {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.header-sp .header__btn-contact img {
  width: 32.55555vw;
  max-width: 100%;
}
.header-sp .header__btn-plan {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.header-sp .header__btn-plan img {
  width: 22.93333vw;
  max-width: 100%;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}
.header-sp .header__label img {
  width: 64.8vw;
  max-width: 100%;
}

.sub-header-sp {
  margin-top: 2.13333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-header-sp {
    display: none;
  }
}
.sub-header-sp .area__msg img {
  width: 74.4vw;
  max-width: 100%;
}
.sub-header-sp .area__btn img {
  width: 12.26666vw;
  max-width: 100%;
  border-radius: 10px;
}
.sub-header-sp .sub-header__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94vw;
  max-width: 100%;
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 0 10px 15px;
  padding: 0.625rem 0 0.625rem 0.9375rem;
  background: url(../images/webp/sub-header-sp-bg.webp) no-repeat center center/100% 100%;
}

.inner {
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.plan {
  padding-top: 18.66666vw;
  padding-bottom: 10.66666vw;
  background: #FFF8F5;
}
@media screen and (min-width: 768px) {
  .plan {
    padding-top: 4.375rem;
    padding-bottom: 3.75rem;
  }
}

.plan__ttl img {
  width: 743px;
  width: 46.4375rem;
  max-width: 100%;
  margin: auto;
}

.plan__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 10.66666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan__text {
    font-size: 1.125rem;
    margin-top: 3.125rem;
  }
}

.plan__list {
  margin-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
  }
}

.plan-item {
  width: 100%;
  max-width: 100%;
  padding: 5.33333vw 5.33333vw 8vw;
  background: #FDEBE5;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .plan-item {
    padding: 1.875rem;
    width: 36.5625rem;
  }
}

.plan-item + .plan-item {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .plan-item + .plan-item {
    margin-top: 0;
    margin-top: initial;
    margin-left: 1.875rem;
  }
}

.plan-item__ttl img {
  width: 523px;
  width: 32.6875rem;
  max-width: 100%;
  margin: auto;
}

.plan-item__pic {
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}

.plan-item-box__radio {
  position: relative;
  margin-top: 2.66666vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.plan-item-box__radio:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .plan-item-box__radio {
    margin-top: 0.9375rem;
  }
}
.plan-item-box__radio img {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
  border-radius: 0.9375rem;
}

.plan-item-radio.--selected .__radio::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.3vw;
  height: 3.3vw;
  border-radius: 3.125rem;
  background-color: #EA4A19;
  border: 1px solid #FDEBE5;
  border: 0.0625rem solid #FDEBE5;
}
@media screen and (min-width: 768px) {
  .plan-item-radio.--selected .__radio::before {
    width: min(16px, 1.28vw);
    height: min(16px, 1.28vw);
  }
}

.__radio {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  border-radius: 50%;
  background-color: #FDEBE5;
  border: 1.06666vw solid #EA4A19;
  right: 4.8vw;
}
@media screen and (min-width: 768px) {
  .__radio {
    width: min(20px, 1.6vw);
    height: min(20px, 1.6vw);
    border: 0.1875rem solid #EA4A19;
    right: min(16px, 1.2vw);
  }
}

.plan-item-msg {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .plan-item-msg {
    margin-top: 0.625rem;
  }
}

.plan-bottom_line {
  position: relative;
}

.plan-bottom__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.plan-bottom {
  background: #FFF8F5;
  padding: 22.66666vw 0 13.33333vw;
}
@media screen and (min-width: 768px) {
  .plan-bottom {
    padding: 3.75rem 0;
  }
}

.plan-bottom__items {
  margin-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .plan-bottom__items {
    margin-top: 3.75rem;
  }
}

.plan-bottom__item {
  display: block;
  background: #FDEBE5;
  border-radius: 0.9375rem;
  padding: 5.33333vw 5.33333vw 8vw;
}
@media screen and (min-width: 768px) {
  .plan-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem;
  }
}

.plan-bottom__item + .plan-bottom__item {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .plan-bottom__item + .plan-bottom__item {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-bottom__item-right {
    margin-left: 5.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .plan-bottom__item-right .plan-item-box__radio:first-of-type {
    margin-top: 0;
  }
}

.plan-item__pic picture {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.plan-item__pic picture.__hide {
  opacity: 0;
}

.plan-item__pic picture.__selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.plan-item-box__radio.--selected {
  border: 4px solid #EA4A19;
  border: 0.25rem solid #EA4A19;
  border-radius: 1.25rem;
}

.point {
  display: none;
}
@media screen and (min-width: 768px) {
  .point {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .point01 {
    background: #FFF8F5;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .point02 {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .point03 {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .point04 {
    background: #EDF7EE;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .point05 {
    margin-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .point06 {
    background: #FFF8F5;
    padding-bottom: 7.5rem;
  }
}

.point__box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  background: url(../images/webp/point_bg.webp) no-repeat center center/100% 100%;
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  height: 240px;
  height: 15rem;
}

.point__box-in-red {
  background: url(../images/webp/point_bg_red.webp) no-repeat center center/100% 100%;
}

.point__box-in-green {
  background: url(../images/webp/point_bg_green.webp) no-repeat center center/100% 100%;
}

.point__left img {
  width: 754px;
  width: 47.125rem;
  max-width: 100%;
}

.point__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 27px;
  margin-left: 1.6875rem;
}
.point__right img {
  width: 220px;
  width: 13.75rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .point-sp {
    display: none;
  }
}
.point-sp .point__box {
  position: relative;
}
.point-sp .point-sp__contact {
  position: absolute;
  top: 76%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58vw;
}

.point-sp01 {
  background: #FFF8F5;
  padding-bottom: 10.66666vw;
}

.point-sp02 {
  margin-top: 10.66666vw;
}

.point-sp03 {
  margin-top: 10.66666vw;
}

.point-sp04 {
  margin-top: 10.66666vw;
}

.point-sp05 {
  margin-top: 10.66666vw;
}

.point-sp06 {
  margin-top: 10.66666vw;
}

.reason {
  background: #FFF8F5;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 5.625rem 0 7.5rem;
  }
}

.reason__ttl img {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: auto;
}

.reason__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .reason__text {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
}

.reason__list {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  background: #fff;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .reason__list {
    padding: 3.75rem 0;
    margin: 4.6875rem auto 0;
  }
}

.reason-item {
  width: 1080px;
  width: 67.5rem;
  max-width: 100%;
  background: #FDEBE5;
  display: block;
  padding: 8vw 5.33333vw;
  border-radius: 0.9375rem;
  margin: 5.33333vw auto;
}
@media screen and (min-width: 768px) {
  .reason-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 3.75rem;
    margin: 1.25rem auto;
  }
}

.reason-item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .reason-item:first-of-type {
    margin-top: 0;
  }
}

.reason-item__pic {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.reason-item__pic img {
  width: 45.86666vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .reason-item__pic img {
    width: 10.75rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.reason-item__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reason-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.reason-item__ttl-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .reason-item__ttl-pc {
    display: block;
  }
  .reason-item__ttl-pc img {
    width: 46.75rem;
    max-width: 100%;
  }
}

.reason-item__ttl-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .reason-item__ttl-sp {
    display: none;
  }
}

.reason-item__text {
  font-size: 4.26666vw;
  font-weight: bold;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reason-item__text {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.sec-arrow {
  position: relative;
}

.reason__msg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 63.73333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .reason__msg {
    width: 24.125rem;
  }
}

.repair {
  margin-top: 18.66666vw;
  margin-bottom: 10.66666vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .repair {
    margin-top: 13.75rem;
    margin-bottom: 7.5rem;
  }
}

.repair__ttl {
  position: absolute;
  top: -2%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 76vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .repair__ttl {
    top: -4%;
    width: 38.75rem;
    max-width: 100%;
    margin: auto;
  }
}

.repair__block {
  position: relative;
  background: #EDF7EE;
  border-radius: 1.25rem;
  padding: 8vw 5.33333vw 8vw;
}
@media screen and (min-width: 768px) {
  .repair__block {
    padding: 6.25rem 3.75rem 7.5rem;
  }
}
.repair__block::before {
  content: "";
  position: absolute;
  top: -2%;
  left: -3%;
  background: url(../images/webp/lightning.webp) no-repeat center center/cover;
  width: 14.68533vw;
  height: 15.66666vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .repair__block::before {
    top: -8%;
    left: -4%;
    width: 12.0625rem;
    height: 10.9375rem;
  }
}

.repair__items {
  display: block;
}
@media screen and (min-width: 768px) {
  .repair__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.repair__item {
  background: #fff;
  padding: 5.33333vw;
  border-radius: 1.25rem;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .repair__item {
    padding: 1.875rem 2.5rem 2.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.repair__item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9.333333vw 5.33333vw 8vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .repair__item-contact {
    margin-top: 0;
    margin-top: initial;
    padding: 3.375rem 2.625rem;
  }
}

.repair__item-ttl {
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .repair__item-ttl {
    font-size: 2rem;
  }
}
.repair__item-ttl img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .repair__item-ttl img {
    width: 20.625rem;
  }
}

.repair__item-pic {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.repair__item-pic img {
  width: 446px;
  width: 27.875rem;
  max-width: 100%;
  margin: auto;
}

.repair__item-text {
  font-size: 4.26666vw;
  font-weight: bold;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .repair__item-text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.repair__item-cta {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .repair__item-cta {
    margin-top: 0.9375rem;
  }
}
.repair__item-cta img {
  width: 394px;
  width: 24.625rem;
  max-width: 100%;
  margin: auto;
}

.repair__list-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .repair__list-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
  .repair__list-pc li {
    max-width: 100%;
    background: #fff;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.625rem;
    width: 8.875rem;
    font-weight: 800;
  }
}

.repair__list-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.33333vw;
  gap: 1.5vw;
}
@media screen and (min-width: 768px) {
  .repair__list-sp {
    display: none;
  }
}
.repair__list-sp li {
  background: #fff;
  border-radius: 1.75rem;
  padding: 1.6vw 6.5vw;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: 800;
}

.secret {
  margin-top: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .secret {
    margin-top: 7.5rem;
  }
}

.secret__ttl span {
  color: #EA4A19;
  text-decoration: underline;
  -webkit-text-decoration-color: #FEE271;
          text-decoration-color: #FEE271;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -5px;
}
.secret__ttl img {
  width: 743px;
  width: 46.4375rem;
  max-width: 100%;
  margin: auto;
}

.secret__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 10.66666vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .secret__text {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
}

.secret__items {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin-top: 80px;
  margin-top: 5rem;
}

.secret__item {
  margin-top: 21.33333vw;
}
@media screen and (min-width: 768px) {
  .secret__item {
    margin-top: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .secret__item:first-of-type {
    margin-top: 8.125rem;
  }
}

.secret__item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.secret__pic {
  position: relative;
}
.secret__pic img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .secret__pic img {
    width: 35rem;
  }
}
.secret__pic::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  display: block;
  background: url(../images/webp/secret_num01.webp) no-repeat center center/cover;
  width: 23.2vw;
  height: 21.6vw;
}
@media screen and (min-width: 768px) {
  .secret__pic::before {
    left: -8%;
    width: 7.875rem;
    height: 7.3125rem;
  }
}

.secret__pic2::before {
  background: url(../images/webp/secret_num02.webp) no-repeat center center/cover;
}

.secret__pic3::before {
  background: url(../images/webp/secret_num03.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .secret-item__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .secret-item__block2 {
    margin-left: 0;
    margin-left: initial;
    margin-right: 3.3125rem;
  }
}

.secret-item__ttl {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .secret-item__ttl {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .secret-item__ttl01 img {
    width: 32.5rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .secret-item__ttl02 img {
    width: 35rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .secret-item__ttl03 img {
    width: 30rem;
    max-width: 100%;
  }
}

.secret-item__box {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  padding: 8vw 5.33333vw;
  background: rgba(255, 248, 245, .8);
  border-radius: 1.25rem;
  position: relative;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .secret-item__box {
    width: 58.75rem;
    padding: 3.75rem;
    margin-top: -13%;
  }
}

.secret-item__box2 {
  margin-right: auto;
  margin-left: 0;
  margin-left: initial;
}

.secret-item__text {
  font-size: 4.26666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .secret-item__text {
    font-size: 1.125rem;
  }
}
.secret-item__text span {
  color: #EA4A19;
}

.secret-item__list {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .secret-item__list {
    margin-top: initial;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
.secret-item__list span {
  color: #EA4A19;
}
.secret-item__list li {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #FDEBE5;
  border-radius: 0.625rem;
  padding: 3.73333vw 0 3.73333vw 13.33333vw;
  font-weight: 800;
  font-size: 4.26666vw;
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .secret-item__list li {
    width: 16.625rem;
    font-size: 1rem;
    padding: 0.875rem 0 0.875rem 2.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}
.secret-item__list li::before {
  content: "";
  background: url(../images/webp/ic_check.webp) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.46666vw;
  height: 3.2vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .secret-item__list li::before {
    width: 0.8125rem;
    height: 0.75rem;
    left: 8%;
  }
}

.swiper1 > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper1 {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.thanks {
  padding: 32vw 0 16vw;
  background: url(../images/webp/thanks-bg.webp) no-repeat center center/100% 100%;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: min(90px, 7.2vw) 0;
  }
}

.thanks__ttl img {
  width: 92vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .thanks__ttl img {
    width: 25rem;
  }
}

.thanks__text {
  font-weight: 700;
  text-align: center;
  margin-top: 8vw;
  font-size: 4.26666vw;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
}

.thanks-about {
  padding: 21.33333vw 0 10.66666vw;
  margin-top: 0;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .thanks-about {
    padding: 11rem 0 7.5rem;
  }
}

.voice {
  background: #EDF7EE;
  padding: 24vw 0 10.66666vw;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 7.5rem 0 3.75rem;
  }
}

.voice_line {
  position: relative;
}

.voice__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.voice__block {
  width: 1200px;
  width: 75rem;
  padding: 17.066666vw 5.33333vw 21.33333vw;
  max-width: 100%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__block {
    margin: 4.6875rem auto 0;
    padding: 4.375rem 3.75rem 8.125rem;
  }
}

.voice__box {
  background: #EDF7EE;
  border-radius: 0.9375rem;
  padding: 13.33333vw 4vw 8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__box {
    padding: 3.125rem 3.75rem;
    margin-top: 1.875rem;
  }
}

.voice__box:first-of-type {
  margin-top: 0;
}

.voice__box + .voice__box {
  margin-top: 14.66666vw;
}
@media screen and (min-width: 768px) {
  .voice__box + .voice__box {
    margin-top: 4.0625rem;
  }
}

.voice__box-in {
  display: block;
}
@media screen and (min-width: 768px) {
  .voice__box-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voice__ttl img {
  width: 688px;
  width: 43rem;
  max-width: 100%;
  margin: auto;
}

.voice__box-ttl {
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 78.93333vw;
}
@media screen and (min-width: 768px) {
  .voice__box-ttl {
    top: -4%;
    width: 21.4375rem;
    max-width: 100%;
    margin: auto;
  }
}

.voice__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .voice__text {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
}

.voice__box-wrap {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
  }
}

.voice__box-text {
  font-size: 4.26666vw;
  font-weight: 700;
  background: #D5ECD7;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .voice__box-text {
    padding: 1.875rem 1.5625rem;
    font-size: 1.125rem;
  }
}
.voice__box-text::before {
  content: "";
  position: absolute;
  background: url(../images/webp/double01.webp) no-repeat center center/cover;
  width: 46px;
  width: 2.875rem;
  height: 38px;
  height: 2.375rem;
  display: inline-block;
  top: -13px;
  top: -0.8125rem;
  left: -13px;
  left: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .voice__box-text::before {
    left: -1.25rem;
  }
}
.voice__box-text::after {
  content: "";
  position: absolute;
  background: url(../images/webp/double02.webp) no-repeat center center/cover;
  width: 46px;
  width: 2.875rem;
  height: 38px;
  height: 2.375rem;
  display: inline-block;
  bottom: -20px;
  bottom: -1.25rem;
  right: -15px;
  right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .voice__box-text::after {
    bottom: -0.4375rem;
    right: -1.125rem;
  }
}

.voice__box-pic {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__box-pic {
    margin-left: 1.25rem;
    margin-top: 0;
    margin-top: initial;
  }
}
.voice__box-pic img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .voice__box-pic img {
    width: 13.3125rem;
    margin: 0;
    margin: initial;
  }
}

.voice__box-left {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .voice__box-left {
    width: 33.875rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__box-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2.1875rem;
    margin-left: 1.875rem;
    border-left: 0.25rem solid #fff;
  }
}

.voice__box-left-ttl {
  font-size: 5.33333vw;
  font-weight: 800;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__box-left-ttl {
    font-size: 1.25rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.voice__box-left-text {
  font-size: 4.266666vw;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 4px solid #fff;
  border-bottom: 0.25rem solid #fff;
}
@media screen and (min-width: 768px) {
  .voice__box-left-text {
    font-size: 1.125rem;
    border-bottom: 0;
    border-bottom: initial;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.voice__tag {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__tag {
    margin-top: 3.4375rem;
  }
}

.voice__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.voice__slider .swiper-button-next {
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10%;
  height: 17.33333vw;
  width: 17.33333vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.voice__slider .swiper-button-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-button-next {
    height: 7.75rem;
    width: 7.75rem;
    right: -8%;
  }
}
.voice__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.33333vw;
  width: 17.33333vw;
  margin: auto;
  background-image: url(../images/webp/voice_slider_next_arrow_pc.webp);
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-button-next::after {
    height: 7.75rem;
    width: 7.75rem;
  }
}

.voice__slider .swiper-button-prev {
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  height: 17.33333vw;
  width: 17.33333vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.voice__slider .swiper-button-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-button-prev {
    height: 7.75rem;
    width: 7.75rem;
    left: -8%;
  }
}
.voice__slider .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.33333vw;
  width: 17.33333vw;
  margin: auto;
  background-image: url(../images/webp/voice_slider_prev_arrow_pc.webp);
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-button-prev::after {
    height: 7.75rem;
    width: 7.75rem;
  }
}

.voice__slider {
  /* ページネーション */
  /* ページネーション共通のスタイル */
  /* 現在のページネーションのスタイル */
  /* ページネーションの余白(位置) */
}
.voice__slider .swiper-horizontal > .swiper-pagination-bullets,
.voice__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice__slider .swiper-pagination-custom,
.voice__slider .swiper-pagination-fraction {
  bottom: -14.66666vw;
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-horizontal > .swiper-pagination-bullets,
  .voice__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice__slider .swiper-pagination-custom,
  .voice__slider .swiper-pagination-fraction {
    bottom: -14%;
  }
}
.voice__slider .swiper-pagination-bullet {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background-image: url(../images/webp/dot-icon-notactive.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
  opacity: 1;
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.voice__slider .swiper-pagination-bullet-active {
  background-image: url(../images/webp/dot-icon-active.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
}
.voice__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.voice__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .voice__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .voice__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
}
.voice__slider .voice__box {
  margin-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .voice__slider .voice__box {
    margin-top: 2.5rem;
  }
}
.voice__slider .voice__box-text {
  height: 60.26666vw;
}
@media screen and (min-width: 768px) {
  .voice__slider .voice__box-text {
    height: 12.1875rem;
  }
}
.voice__slider .voice__box-ttl {
  top: -5%;
}
.voice__slider .voice__tag {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.work {
  padding-top: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .work {
    padding-top: 5rem;
  }
}

.work__ttl img {
  width: 92vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work__ttl img {
    width: 46.4375rem;
  }
}

.work__box {
  background: #FFF8F5;
  border-radius: 1.25rem;
  padding: 11.2vw 5.33333vw 8vw;
  width: 154.66666vw;
  max-width: 100%;
  margin: 17.33333vw auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work__box {
    padding: 5rem 3.75rem 3.125rem;
    margin: 6.25rem auto 0;
    width: 75rem;
  }
}

.work__box + .work__box {
  margin-top: 14.13333vw;
}
@media screen and (min-width: 768px) {
  .work__box + .work__box {
    margin-top: 5.3125rem;
  }
}

.work__box-in {
  display: block;
}
@media screen and (min-width: 768px) {
  .work__box-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.work__box-ttl {
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78.93333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work__box-ttl {
    width: 21.4375rem;
    top: -4%;
  }
}

.work__text {
  font-size: 4.26666vw;
  text-align: center;
  margin-top: 10.66666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .work__text {
    font-size: 1.125rem;
    margin-top: 3.125rem;
  }
}

.work__tables {
  margin-top: 5.33333vw;
  background: #fff;
  border-radius: 1.25rem;
  padding: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .work__tables {
    padding: 0.9375rem 1.875rem;
    margin-top: 1.875rem;
  }
}

.work__table {
  display: block;
  padding: 2.13333vw 0;
  border-bottom: 4px solid #FDEBE5;
  border-bottom: 0.25rem solid #FDEBE5;
}
@media screen and (min-width: 768px) {
  .work__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.3125rem 0;
  }
}
.work__table dt {
  font-size: 4.26666vw;
  font-weight: 900;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .work__table dt {
    font-size: 1.125rem;
    width: 7.875rem;
  }
}
.work__table dd {
  font-size: 3.73333vw;
  font-weight: 700;
  margin-top: 3.5px;
  margin-top: 0.21875rem;
}
@media screen and (min-width: 768px) {
  .work__table dd {
    margin-left: 1.875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.work__table:last-child {
  border-bottom: none;
}

.work__tag {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .work__tag {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .work__tag img {
    width: 35rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .work__box-right {
    margin-left: 1.875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.work__box-right-ttl-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .work__box-right-ttl-pc {
    display: block;
    font-size: 1.875rem;
    font-weight: 800;
    position: relative;
  }
  .work__box-right-ttl-pc::after {
    background: url(../images/webp/work-ttl-line.webp) no-repeat center center/cover;
    display: block;
    content: "";
    width: 39.375rem;
    max-width: 100%;
    height: 0.625rem;
    margin-top: 0.625rem;
  }
}

.work__box-right-ttl-sp {
  margin-top: 5.33333vw;
  display: block;
  font-size: 5.33333vw;
  font-weight: 800;
  position: relative;
}
.work__box-right-ttl-sp::after {
  background: url(../images/webp/work-ttl-line-sp.webp) no-repeat center center/cover;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  height: 0.625rem;
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .work__box-right-ttl-sp::after {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .work__box-right-ttl-sp {
    display: none;
  }
}

.work__box-right-text {
  font-size: 4.26666vw;
  font-weight: 700;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .work__box-right-text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.work__box-pic {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .work__box-pic {
    margin-top: 0;
    margin-top: initial;
  }
}
.work__box-pic img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .work__box-pic img {
    width: 26.25rem;
  }
}

.slider-thumbnail {
  margin-top: 50px;
  margin-bottom: 20px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 50%;
}

.slider-thumbnail .swiper-slide img {
  width: 220px;
  display: block;
  margin: auto;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル */
.swiper-work {
  max-width: 100%;
  width: 1200px;
  width: 75rem;
}

.work__thumb-img .before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.work__thumb-img .after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.work__body {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
}

.work__slider-ttl {
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 78.93333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work__slider-ttl {
    width: 21.4375rem;
    top: -3%;
  }
}

.work__slider-sub-ttl {
  display: block;
  font-size: 5.33333vw;
  font-weight: 800;
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.work__slider-sub-ttl::after {
  background: url(../images/webp/work-ttl-line.webp) no-repeat center center/contain;
  display: block;
  content: "";
  height: 10px;
  height: 0.625rem;
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .work__slider-sub-ttl::after {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .work__slider-sub-ttl {
    font-size: 1.5rem;
    width: 29rem;
  }
}

.work__slider-tag {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.work__slider-tag img {
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  margin: auto;
}

.work__slider-text {
  font-size: 4.26666vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .work__slider-text {
    font-size: 1.125rem;
  }
}

.work__slider-item {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 580px;
  width: 36.25rem;
  padding: 8vw 5.33333vw 8vw 4.8vw;
  width: 154.66666vw;
  max-width: 100%;
  background: #FFF8F5;
  border-radius: 1.25rem;
  margin: 8vw auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work__slider-item {
    padding: 5rem 3.75rem 4.1875rem;
    margin: 3.125rem auto 0;
  }
}

.work__slider {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work__slider {
    margin-top: 3.125rem;
    padding-bottom: 6.5625rem;
  }
}

.work__slider .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3%;
  height: 17.33333vw;
  width: 17.33333vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.work__slider .swiper-button-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-button-next {
    right: -2%;
    top: 45%;
    height: 7.75rem;
    width: 7.75rem;
  }
}
.work__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.33333vw;
  width: 17.33333vw;
  margin: auto;
  background-image: url(../images/webp/work_slider_next_arrow_pc.webp);
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-button-next::after {
    height: 7.75rem;
    width: 7.75rem;
  }
}

.work__slider .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3%;
  height: 17.33333vw;
  width: 17.33333vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.work__slider .swiper-button-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-button-prev {
    top: 45%;
    left: -2%;
    height: 7.75rem;
    width: 7.75rem;
  }
}
.work__slider .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.33333vw;
  width: 17.33333vw;
  margin: auto;
  background-image: url(../images/webp/work_slider_prev_arrow_pc.webp);
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-button-prev::after {
    height: 7.75rem;
    width: 7.75rem;
  }
}

.work__slider {
  /* ページネーション */
  /* ページネーション共通のスタイル */
  /* 現在のページネーションのスタイル */
  /* ページネーションの余白(位置) */
  /* タブ切り替え*/
  /* アクティブな画像の枠線を変更 */
  /* レイアウトのためのスタイル */
}
.work__slider .swiper-horizontal > .swiper-pagination-bullets,
.work__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.work__slider .swiper-pagination-custom,
.work__slider .swiper-pagination-fraction {
  bottom: -3.66666vw;
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-horizontal > .swiper-pagination-bullets,
  .work__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .work__slider .swiper-pagination-custom,
  .work__slider .swiper-pagination-fraction {
    bottom: 0;
  }
}
.work__slider .swiper-pagination-bullet {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background-image: url(../images/webp/dot-icon-red-notactive.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
  opacity: 1;
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.work__slider .swiper-pagination-bullet-active {
  background-image: url(../images/webp/dot-icon-red-active.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
}
.work__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.work__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .work__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .work__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
}
.work__slider .work__thumb-img li.before img {
  background: url(../images/webp/border-before.webp) no-repeat center center/100% 100%;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.work__slider .work__thumb-img li.before img {
  opacity: 0.7;
}
.work__slider .js-work-tab-item {
  position: relative;
}
.work__slider .js-work-tab-item-before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.work__slider .work__pic {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  margin: auto;
}
.work__slider .work__main-img {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .work__slider .work__main-img {
    margin-top: 1.25rem;
  }
}
.work__slider .work__thumb-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.work__slider .work__thumb-img li {
  margin-right: 2%;
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.work__slider .work__thumb-img li:hover {
  opacity: 0.7;
  cursor: pointer;
}
.work__slider .work__thumb-img li:nth-child(3n) {
  margin-right: 0;
}
.work__slider .work__thumb-img li img {
  border: 2px solid transparent;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.work__slider .work__thumb-img img {
  cursor: pointer;
  width: 100%;
}

.not-active {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
