@charset "UTF-8";
/*共通部分*/
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  color: #545454;
  font-size: 14px;
  overflow-x: clip;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.wrap {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  img {
    width: 50%;
    height: auto;
  }
}

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

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .br-bg {
    display: none;
  }
}
@media (min-width: 1250px) {
  .br-bg {
    display: none;
  }
}

.text-block {
  display: inline-block;
}

.yellow-marker {
  background: linear-gradient(transparent 60%, #ffc43e 60%);
}

/*ファーストビュー*/
.fv {
  background: #78bdc5;
  padding-top: 30px;
  margin-bottom: 70px;
  position: relative;
}
.fv:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 60px;
}
@media (min-width: 768px) {
  .fv {
    padding-bottom: 5%;
    height: auto;
    padding-bottom: calc(10vw + 10px);
    position: relative;
    overflow: hidden;
  }
  .fv .wrap {
    position: relative;
  }
  .fv:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    background: none;
    border-bottom: 5vw solid #fff;
    border-right: 100vw solid transparent;
  }
}
@media (min-width: 1250px) {
  .fv:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 5vw solid #fff;
    border-right: 100vw solid transparent;
  }
}

.fv-inner__title {
  max-width: 330px;
  margin: 0 auto 60px;
}
.fv-inner__sub {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .fv-inner__sub {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .fv-inner__sub {
    font-size: 48px;
  }
}
.fv-inner__text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: justify;
  max-width: 450px;
  margin: 0 auto;
  padding-left: 4px;
}
.fv-inner__text--item {
  margin-bottom: 5px;
  list-style: none;
  display: flex;
}
.fv-inner__back {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .fv-inner__sub {
    text-align: left;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .fv-inner__title {
    margin-bottom: 37px;
    margin-left: 0;
  }
  .fv-inner__title--logo {
    width: 280px;
  }
  .fv-inner__text {
    text-align: left;
    margin: 0;
    max-width: 550px;
    font-size: 20px;
  }
  .fv-inner__text--item {
    margin-bottom: 13px;
  }
  .fv-inner__back {
    max-width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .fv-inner__back {
    max-width: 945px;
    width: 55%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -20%;
  }
}
@media (min-width: 1250px) {
  .fv-inner__back {
    max-width: 945px;
    width: 65%;
    height: auto;
    position: absolute;
    right: -15px;
    top: 5px;
  }
}

.fv-check {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}

.fv-btn {
  width: 100%;
  max-width: 400px;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px 40px 15px 0;
  border-radius: 6px;
  background: #ffc43e;
  display: block;
  font-size: 23px;
  margin: 30px auto 20px;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
  border: solid 2px #ffc43e;
  transition-duration: 0.4s;
}
.fv-btn:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 4px #444444;
  border-right: solid 4px #444444;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.4s;
}
@media (min-width: 768px) {
  .fv-btn {
    padding: 20px 40px 20px 0;
    font-size: 33px;
    border-radius: 20px;
    margin: 30px 0 0;
  }
}
@media (hover: hover) {
  .fv-btn:hover {
    background: #444444;
    color: #ffc43e;
  }
  .fv-btn:hover:before {
    border-top: solid 4px #ffc43e;
    border-right: solid 4px #ffc43e;
  }
}

/*お悩みございませんか？*/
.question {
  margin-top: 170px;
}
.question__img {
  width: 400px;
  margin: 0 auto;
}
.question__inner {
  position: absolute;
  top: -130px;
  width: calc(100% - 40px);
}
.question__inner--title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .question__inner--title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .question__inner--title {
    font-size: 48px;
  }
}
.question__inner--list {
  list-style: none;
  padding-left: 0;
  margin-top: 85px;
}
.question .wrap {
  position: relative;
}
@media (max-width: 410px) {
  .question .question__img {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .question {
    margin-top: -60px;
  }
  .question .wrap {
    display: flex;
    align-items: flex-end;
  }
  .question__img {
    width: 230px;
    margin-left: 0;
  }
  .question__inner {
    width: calc(100% - 230px);
    position: relative;
    top: unset;
  }
  .question__inner--list {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .question {
    margin-top: -60px;
  }
  .question .wrap {
    display: flex;
    align-items: flex-end;
  }
  .question__img {
    width: 25%;
    max-width: 340px;
    margin-left: -50px;
  }
  .question__inner {
    position: relative;
    top: unset;
  }
  .question__inner--list {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
  }
}

.question-text {
  background: #ffc43e;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  color: #444444;
  display: block;
}
.question-text:nth-of-type(2n) {
  margin: 0 0 30px auto;
}
@media (max-width: 410px) {
  .question-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .question-text:nth-of-type(2n) {
    margin: 0 0 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .question-text {
    font-size: 18px;
    padding: 20px;
    display: inline-block;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1300px) {
  .question-text {
    font-size: 24px;
    padding: 24px;
    display: inline-block;
    margin: 0 auto 30px;
  }
  .question-text:nth-of-type(2n) {
    margin: 0 auto 30px;
  }
}

.message {
  background: #78bdc5;
  padding: 20px;
  position: relative;
  margin-bottom: 100px;
}
.message__text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 410px) {
  .message__text {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .message__text {
    font-size: 48px;
  }
}
.message:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50vw - 50%);
  width: 0;
  height: 0;
  border-top: 65px solid #78bdc5;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
@media (min-width: 768px) {
  .message {
    padding: 35px 0;
  }
  .message:after {
    left: calc(50% - 160px);
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
  }
}

/*悩み*/
.worries__title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .worries__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .worries__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .worries {
    margin-bottom: 20px;
  }
  .worries__title {
    font-size: 36px;
    margin: 0;
  }
}

.worries-block {
  counter-reset: number 0;
}
.worries-block__item--card1 {
  background: #E8E8E8;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.worries-block__item--card1--img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 80px;
}
.worries-block__item--card2 {
  background: #C4E2E5;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 35px;
}
.worries-block__item--card2--img {
  max-height: 180px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 100px;
}
.worries-block__item--title {
  padding: 0 22px;
}
.worries-block__item--text {
  padding: 0 22px;
}
.worries-block__item:last-of-type {
  padding: 0 0 35px;
}
.worries-block__item--text {
  font-size: 16px;
  margin: 0;
  margin: 15px 0 9px;
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .worries-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .worries-block__item {
    width: calc(33% - 23px);
    margin-right: 37px;
  }
  .worries-block__item:nth-of-type(3) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .worries-block__item--text {
    font-size: 20px;
  }
}

.triangle {
  display: flex;
  justify-content: center;
}
.triangle__arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #58b0a7;
  margin-bottom: 25px;
}

.fb {
  font-weight: bold;
}

/*理由*/
.reason__title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .reason__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .reason__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .reason {
    margin-bottom: 20px;
  }
  .reason__title {
    font-size: 36px;
    margin: 0;
  }
}

.reason-block {
  counter-reset: number 0;
}
.reason-block__item {
  background: #ffffff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 35px;
}
.reason-block__item--title {
  padding: 0 22px;
}
.reason-block__item--text {
  padding: 0 22px;
}
.reason-block__item:last-of-type {
  padding: 0 0 35px;
}
.reason-block__item:last-of-type .reason-block__item--img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.reason-block__item:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #ffc43e;
  position: absolute;
  z-index: 100;
}
.reason-block__item:after {
  content: "";
  counter-increment: number 1;
  content: counter(number);
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  display: block;
  top: 5px;
  color: #fff;
  left: 10px;
  position: absolute;
  z-index: 100;
  font-size: 48px;
}
.reason-block__item--img {
  max-height: 220px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.reason-block__item--title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 10px;
}
.reason-block__item--text {
  font-size: 16px;
  margin: 0;
  line-height: 2em;
}
@media (min-width: 768px) {
  .reason-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .reason-block__item {
    width: calc(33% - 23px);
    margin-right: 37px;
  }
  .reason-block__item:nth-of-type(3) {
    margin-right: 0;
  }
  .reason-block__item:nth-of-type(4), .reason-block__item:nth-of-type(5) {
    width: calc(50% - 20px);
  }
  .reason-block__item:nth-of-type(5) {
    margin-right: 0;
  }
}

/*スマオリなら*/
.targeting {
  background: #f8f8f8;
  padding: 20px 0;
}
.targeting__title {
  color: #444444;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 410px) {
  .targeting__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .targeting__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .targeting {
    padding: 70px 0 80px;
  }
  .targeting__title {
    margin: 0;
    margin-bottom: 65px;
  }
}

.target-block {
  margin-bottom: 40px;
}
.target-block__innner--title {
  color: #545454;
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}
.target-block__innner--text {
  margin-bottom: 10px;
  line-height: 2em;
}
@media (min-width: 768px) {
  .target-block {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .target-block__innner {
    margin-left: 20px;
  }
  .target-block__innner--title {
    font-size: 24px;
  }
  .target-block:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }
  .target-block:nth-of-type(2n-1) .target-block__innner {
    margin: 0 20px 0 0;
  }
}

/*主な機能*/
.function__title {
  background: #78bdc5;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  margin-top: 0;
}
@media (max-width: 410px) {
  .function__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .function__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .function {
    margin-bottom: 20px;
  }
  .function__title {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 35px 0;
  }
}

.function-list {
  list-style: none;
  padding: 0;
}
.function-list__item {
  margin-bottom: 40px;
}
.function-list__item--title {
  color: #545454;
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}
.function-list__item--text {
  margin-top: 10px;
  line-height: 2em;
}
@media (min-width: 768px) {
  .function-list {
    display: flex;
    flex-wrap: wrap;
  }
  .function-list__item {
    width: calc(33% - 23px);
    margin-right: 37px;
  }
  .function-list__item--img {
    width: 100%;
  }
  .function-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*導入イメージ*/
.image {
  background: #f8f8f8;
  padding: 20px 0;
}
.image__title {
  color: #545454;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .image__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .image__title {
    font-size: 48px;
  }
}
.image__text {
  text-align: center;
}
.image__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .image {
    padding: 60px 0 30px;
  }
  .image__title {
    margin: 0;
  }
  .image__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.image-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.image-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.image-item__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.image-item__inner {
  width: calc(100% - 160px);
  display: block;
}
.image-item__inner--title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.image-item__inner--text {
  margin-top: 10px;
  line-height: 2em;
}
@media (min-width: 768px) {
  .image-item {
    flex-direction: column;
    justify-content: flex-start;
    width: calc(20% - 45px);
    min-width: 140px;
    margin-right: 50px;
  }
  .image-item:last-of-type {
    margin-right: 0;
  }
  .image-item__img {
    margin: 0 auto;
  }
  .image-item__inner {
    width: 100%;
  }
  .image-item__inner--title {
    margin-top: 26px;
    text-align: center;
  }
  .image-item__inner--text {
    text-align: center;
    margin-bottom: 0;
  }
  .image-item:nth-of-type(2n) {
    flex-direction: column;
  }
}

/*導入効果*/
.example {
  padding: 10px 0;
}
.example__title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 410px) {
  .example__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .example__title {
    font-size: 48px;
  }
}
.example__block--item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .example {
    padding: 70px 0;
  }
  .example__title {
    margin: 0;
    margin-bottom: 65px;
  }
  .example__block > .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0 24px;
  }
  .example__block--item img {
    width: 100%;
  }
  .example .br-pc {
    margin-top: 20px;
  }
}

.example-box {
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  margin-top: -30%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  position: relative;
}
.example-box__title {
  font-size: 25px;
  font-weight: bold;
  padding: 20px 20px 15px;
  margin: 0;
}
.example-box__wrap {
  margin: 0;
}
@media (min-width: 768px) {
  .example-box {
    max-width: 620px;
  }
  .example-box__wrap {
    font-size: 14px;
  }
}

.swiper-button-prev:after {
  content: url("../img/arrow.svg");
  position: absolute;
  left: 0;
  transform: rotate(-180deg);
}

.swiper-button-next:after {
  content: url("../img/arrow.svg");
  position: absolute;
  top: 5px;
  right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 40%;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  background: #fff;
  border: solid 3px #707070;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #78bdc5;
  border: solid 3px #8fbcc3;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.example-row {
  padding: 12px 13px 15px;
  min-height: 56px;
}
.example-row__title {
  font-weight: bold;
}
.example-row__text {
  margin-left: 0;
  font-size: 12px;
  line-height: 2em;
}
.example-row:nth-of-type(2n-1) {
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .example-row {
    display: flex;
  }
  .example-row__title {
    font-weight: bold;
    min-width: 6.4em;
    line-height: 2em;
  }
  .example-row__text {
    font-size: 14px;
  }
}

.example-list {
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .example-list {
    margin-top: 0;
  }
}

/*料金体系*/
.price {
  padding: 35px 0 20px;
  background: #f4feff;
}
.price__title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 410px) {
  .price__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .price__title {
    font-size: 48px;
  }
}
.price__text {
  text-align: center;
  line-height: 2em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .price {
    padding: 70px 0 20px;
  }
  .price__block {
    display: flex;
    justify-content: space-between;
  }
}

.price-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  margin-bottom: 50px;
}
.price-box:nth-of-type(2) .price-box__title {
  background: #337bc0;
}
.price-box:nth-of-type(2) .price-box__main {
  color: #337bc0;
  margin: 20px auto 0;
}
.price-box:nth-of-type(2) .price-box__text {
  margin-top: 25px;
}
.price-box__title {
  background: #78bdc5;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  margin: 0;
}
.price-box__main {
  color: #78bdc5;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin: 7px auto 0;
}
.price-box__main--sub {
  font-size: 32px;
  color: #545454;
  position: relative;
  display: block;
  margin-top: 8px;
}
.price-box__main--sub:before {
  content: "";
  width: 75px;
  height: 4px;
  background: #545454;
  display: block;
  margin: 0 auto 8px;
}
.price-box__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
.price-box__list {
  font-weight: bold;
  line-height: 2em;
  list-style: none;
  margin: 8px 0 0;
  padding: 0 20px;
}
@media (max-width: 410px) {
  .price-box__main {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .price-box {
    width: calc(50% - 10px);
    padding-bottom: 50px;
  }
  .price-box__main {
    font-size: 60px;
    margin-top: 25px;
  }
  .price-box__main--yen {
    font-size: 48px;
  }
  .price-box__main--sub {
    width: 180px;
    margin-left: 30px;
    display: inline-block;
    font-size: 36px;
  }
  .price-box__main--sub:before {
    width: 45px;
    height: 5px;
    display: block;
    margin: 0 0 -25px -30px;
    transform: rotate(-65deg);
  }
  .price-box:nth-of-type(2) .price-box__main {
    font-size: 48px;
    margin: 35px auto 0;
  }
  .price-box__text {
    font-size: 20px;
  }
  .price-box__list {
    margin: 20px 0 0;
    text-align: center;
  }
}

/*流れ*/
.flow {
  padding-top: 65px;
}
.flow__title {
  color: #545454;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 410px) {
  .flow__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .flow__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .flow {
    padding-top: 110px;
  }
  .flow__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.flow-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  position: relative;
}
.flow-block:after {
  content: url("../img/arrow.svg");
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.flow-block:nth-of-type(3) .flow-block__img--content {
  width: calc(100% + 2px);
  margin-left: -1px;
}
.flow-block:last-of-type:after {
  content: none;
}
.flow-block__img {
  width: 50%;
  max-width: 216px;
  max-height: 216px;
  width: 50%;
  height: 50%;
  background: #78bdc5;
  border-radius: 50%;
  position: relative;
}
.flow-block__inner {
  width: calc(50% - 10px);
  line-height: 2em;
}
@media (min-width: 450px) and (max-width: 768px) {
  .flow-block__inner {
    width: calc(100% - 226px);
  }
}
.flow-block__inner--title {
  font-size: 18px;
  margin-top: 0;
}
.flow-block__inner__text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flow-block {
    flex-flow: column;
    justify-content: flex-start;
    width: calc(20% - 44px);
    margin-right: 50px;
    min-width: 200px;
  }
  .flow-block:last-of-type {
    margin-right: 0;
  }
  .flow-block:after {
    top: 80px;
    right: -40px;
    left: auto;
    transform: none;
  }
  .flow-block__img {
    width: 200px;
    height: 200px;
  }
  .flow-block__img--content {
    width: 100%;
  }
  .flow-block__inner {
    width: 100%;
    margin-top: 25px;
  }
  .flow-block__inner--title {
    text-align: center;
    height: 60px;
  }
}

/*よくあるご質問*/
.faq {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.faq__title {
  color: #545454;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 410px) {
  .faq__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 48px;
  }
}
.faq__content hr {
  border: solid 1px #cecece;
  margin: 0;
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 80px;
  }
  .faq__title {
    margin-bottom: 80px;
  }
}

.faq-block {
  padding: 32px 0 32px 37px;
}
.faq-block__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
}
.faq-block__title:before {
  content: "Q";
  color: #f28f8f;
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  font-size: 25px;
  position: absolute;
  left: -37px;
}
.faq-block__answer {
  margin-left: 0;
  line-height: 2em;
  position: relative;
}
.faq-block__answer:before {
  content: "A";
  color: #91cbd0;
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  left: -37px;
}

/*代理店*/
.agency {
  background: #f8f8f8;
  z-index: 3;
  position: relative;
}
.agency__about {
  padding-bottom: 25px;
  line-height: 2em;
  margin-top: 0;
}
.agency:before {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  background: linear-gradient(0deg, rgb(255, 255, 255) 28%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
  position: absolute;
  top: -80px;
}
@media (min-width: 768px) {
  .agency {
    padding: 65px 0 0;
  }
  .agency__block {
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .agency__block:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }
  .agency__about {
    padding: 25px 20px;
  }
  .agency:before {
    height: 120px;
    top: -120px;
  }
}

@media (min-width: 768px) {
  .agency-wrap {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.agency > .agency__block {
  display: block;
}

.agency-inner {
  background: #f8f8f8;
  padding-bottom: 30px;
}
.agency-inner__title {
  color: #545454;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-align: left;
  padding: 17px 0 10px;
  padding: 17px 20px 10px;
  margin: 0;
}
@media (max-width: 410px) {
  .agency-inner__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .agency-inner__title {
    font-size: 48px;
  }
}
.agency-inner__text {
  padding: 0 20px 15px;
  line-height: 2em;
  margin: 0;
}
.agency-inner__tel {
  font-family: "filson-soft", sans-serif;
  font-weight: 500;
  color: #545454;
  font-size: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 0;
  margin-top: 10px;
  margin-left: -20px;
}
.agency-inner__tel--icon {
  height: 30px;
  width: 20px;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media (max-width: 410px) {
  .agency-inner__tel {
    font-size: 32px;
    text-align: cetner;
  }
  .agency-inner__tel--icon {
    height: 30px;
    width: 20px;
    display: inline-block;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  .agency-inner {
    width: 50%;
  }
  .agency-inner__tel {
    font-size: 64px;
    margin-top: 30px;
    line-height: 1em;
  }
  .agency-inner__tel--icon {
    height: 50px;
    width: 30px;
  }
  .agency-inner__title {
    font-size: 48px;
  }
}

.accordion-header {
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  background: #f8f8f8;
  margin: 0;
  padding-bottom: 35px;
  position: relative;
}
.accordion-header__text {
  width: calc(100% - 2em);
}
.accordion-header:before, .accordion-header:after {
  position: absolute;
  content: "";
  display: inline-block;
  transition: all 0.4s;
  background: #545454;
  width: 14px;
  height: 3px;
  left: calc(50% + 2.5em);
  top: 12px;
  transform: translate(0, -50%);
}
.accordion-header:before {
  transform: translate(0, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  .accordion-header {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 0 0;
    padding-bottom: 45px;
  }
}

.open:before {
  transform: translate(0, -50%) rotate(0deg);
}

.accordion-inner {
  display: none;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.accordion-inner .agency-inner__title {
  padding: 17px 0 10px;
}
.accordion-inner .agency-inner__text {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .accordion-inner .agency-inner__title {
    font-size: 24px;
    padding: 17px 20px 10px;
  }
  .accordion-inner .agency-inner__text {
    padding: 0 20px 15px;
  }
  .accordion-inner .agency__block:last-child {
    padding-bottom: 50px;
  }
}

/*資料請求・お問い合わせ*/
.contact {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
  background: #fff;
}
.contact__title {
  color: #545454;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 410px) {
  .contact__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 48px;
  }
}
.contact__text {
  line-height: 2em;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}
.contact__privacy {
  text-align: center;
}
.contact button {
  width: 100%;
  display: block;
  background: #56be9e;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border: none;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact {
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .contact__title {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contact__table {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .contact__privacy {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .contact button {
    max-width: 400px;
    margin: 0 auto;
    transition-duration: 0.4s;
    border: solid 2px #56be9e;
    pointer-events: auto;
  }
  .contact button:hover {
    background: #fff;
    color: #56be9e;
  }
}

.table-block {
  margin-bottom: 30px;
}
.table-block__title {
  font-size: 20px;
  font-weight: bold;
}
.table-block__title label {
  width: calc(100% - 90px);
  display: inline-block;
}
.table-block input {
  display: block;
  width: calc(100% - 24px);
  border: none;
  height: 60px;
  background: #f5f5f5;
  margin-top: 15px;
  font-size: 20px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .table-block {
    display: flex;
    align-items: center;
  }
  .table-block__title {
    width: 270px;
    margin-right: 5px;
  }
  .table-block input {
    width: calc(100% - 255px);
  }
}

.required {
  background: #c73333;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 3px;
}

.optional {
  background: #6598de;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 3px;
}

/*追従ボタン*/
.btn-container {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.btn-container__inner {
  padding: 20px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.86);
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
}
.btn-container__inner--item {
  width: calc(50% - 8px);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
}
.btn-container__inner--item:nth-of-type(1) {
  background: #78bdc5;
}
.btn-container__inner--item:nth-of-type(2) {
  background: #9694c9;
}
@media (min-width: 768px) {
  .btn-container__inner {
    justify-content: center;
  }
  .btn-container__inner--item {
    padding: 15px 0;
    width: 555px;
    font-size: 32px;
    border-radius: 20px;
    transition-duration: 0.4s;
  }
  .btn-container__inner--item:nth-of-type(1) {
    margin-right: 40px;
    border: solid 2px #78bdc5;
  }
  .btn-container__inner--item:nth-of-type(1):hover {
    background: #fff;
    color: #78bdc5;
  }
  .btn-container__inner--item:nth-of-type(2) {
    border: solid 2px #9694c9;
  }
  .btn-container__inner--item:nth-of-type(2):hover {
    background: #fff;
    color: #9694c9;
  }
}

/*フッター*/
.footer {
  background: #78bdc5;
  padding: 60px 20px 25px;
  color: #fff;
  z-index: 3;
  position: relative;
}
.footer__block {
  text-align: center;
  margin-bottom: 40px;
}
.footer__block--img {
  width: 185px;
  margin: 0 auto 28px;
}
.footer__block--info {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}
.footer__bottom {
  text-align: center;
}
.footer__bottom--item {
  display: flex;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

.footer-link {
  padding: 0;
  list-style: none;
}
.footer-link__item--text {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-link {
    display: flex;
    position: relative;
  }
  .footer-link__item:nth-of-type(1) {
    margin-right: 25px;
  }
  .footer-link__item:nth-of-type(2) {
    margin-left: 25px;
  }
  .footer-link__item:nth-of-type(2) :before {
    content: "";
    background: #fff;
    width: 16px;
    height: 1px;
    display: block;
    margin: 0 0 -13px -32px;
    transform: rotate(90deg);
  }
}

[data-anime=fade-bottom] {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s ease-in-out all;
}
[data-anime=fade-bottom].on {
  opacity: 1;
  transform: translateY(0);
}

.anime-group > *:first-child {
  transition-delay: 0s;
}
.anime-group > *:nth-child(2) {
  transition-delay: 0.1s;
}
.anime-group > *:nth-child(3) {
  transition-delay: 0.2s;
}
.anime-group > *:nth-child(4) {
  transition-delay: 0.3s;
}
.anime-group > *:nth-child(5) {
  transition-delay: 0.4s;
}
.anime-group > *:nth-child(6) {
  transition-delay: 0.4s;
}

.complete {
  text-align: center;
}
.complete__title {
  color: #78bdc5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (max-width: 410px) {
  .complete__title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .complete__title {
    font-size: 48px;
  }
}
.complete__text {
  margin-bottom: 50px;
  line-height: 2em;
}
.complete .yellow-marker {
  font-weight: bold;
}
.complete__btn {
  width: 100%;
  display: block;
  background: #78bdc5;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border: none;
  padding: 20px 0;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 400px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .complete__btn {
    max-width: 400px;
    margin: 0 auto;
    transition-duration: 0.4s;
    border: solid 2px #78bdc5;
    pointer-events: auto;
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .complete__btn:hover {
    background: #fff;
    color: #56be9e;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-lg {
  margin-top: 44px;
}/*# sourceMappingURL=main.css.map */




/* 比較セクション */
.comparison {
  padding: 70px 0 70px;
  background: #f4feff;
  margin-bottom: 40px;
}
.comparison__title {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.comparison__note {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.comparison__block {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .comparison__block {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.comparison__footnote {
  font-size: 12px;
  color: #545454;
  text-align: left;
  margin: 20px 0;
  padding: 0 20px;
}
.comparison .comparison-box {
  background: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  flex: 1;
}
@media (min-width: 768px) {
  .comparison .comparison-box {
    padding: 20px;
  }
}
.comparison .comparison-box__title {
  color: #545454;
  font-size: 20px;
  text-align: center;
  height: 50px;
}
@media (min-width: 768px) {
  .comparison .comparison-box__title {
    font-size: 25px;
  }
}
.comparison .comparison-box__number {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .comparison .comparison-box__number {
    font-size: 20px;
  }
}
.comparison .comparison-box__sub {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comparison .comparison-box__sub {
    font-size: 16px;
  }
}
.comparison .comparison-box__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #007cba;
  margin-top: 10px;
}
.comparison .comparison-box__list {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  list-style: disc;
}
@media (min-width: 768px) {
  .comparison .comparison-box__list {
    font-size: 16px;
  }
}
.comparison .comparison-box--highlight {
  background: #6DB5BD;
  color: #fff;
  z-index: 1;
}
.comparison .comparison-box__merit {
  border-top: #545454 solid 1px;
  padding: 40px 15px 15px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__merit {
    padding: 20px 60px;
  }
}
.comparison .comparison-box__merit2 {
  border-top: #545454 solid 1px;
  padding: 40px 15px 15px;
  min-height: 130px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__merit2 {
    padding: 20px 60px;
    min-height: 110px;
  }
}
.comparison .comparison-box__merit3 {
  border-top: #545454 solid 1px;
  padding: 40px 15px 15px;
  min-height: 200px;
  display: flex;
  justify-content: start;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__merit3 {
    padding: 20px 60px;
    min-height: 130px;
    align-items: center;
  }
}
.comparison .comparison-box__demerit {
  border-top: #ffffff solid 1px;
  padding: 40px 15px 15px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__demerit {
    padding: 20px 60px;
  }
}
.comparison .comparison-box__demerit2 {
  border-top: #ffffff solid 1px;
  padding: 40px 15px 15px;
  min-height: 130px;
  display: flex;
  justify-content: start;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__demerit2 {
    padding: 20px 60px;
    min-height: 110px;
    align-items: center;
  }
}
.comparison .comparison-box__demerit3 {
  border-top: #ffffff solid 1px;
  padding: 40px 15px 15px;
  min-height: 200px;
  display: flex;
  justify-content: start;
  position: relative;
}
@media (min-width: 768px) {
  .comparison .comparison-box__demerit3 {
    padding: 20px 60px;
    min-height: 130px;
    align-items: center;
  }
}
.comparison .comparison-box__text {
  position: absolute;
  right: -41px;
  top: 8px;
  font-size: 14px;
  color: #ffffff;
  width: max-content;
  text-align: center;
  padding: 5px 12px;
  border-radius: 20px;
  background: #000000;
}
@media (min-width: 768px) {
  .comparison .comparison-box__text {
    right: -96px;
    top: auto;
    font-size: 19px;
    width: 100px;
    padding: 5px 15px;
  }
}
.comparison img.image-logo.lazyload {
  margin: 0 auto;
  width: 130px;
}
@media (min-width: 768px) {
  .comparison img.image-logo.lazyload {
    width: 150px;
  }
}/*# sourceMappingURL=main.css.map */