@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.fv {
  background: url(../img/home/fv.webp) no-repeat center center/cover;
  height: calc(100vh - 71px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv {
    background: url(../img/home/fv.webp) no-repeat center right 27%/cover;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: calc(85vh - 71px);
  }
}
@media screen and (max-width: 600px) {
  .fv {
    height: 700px;
    background: url(../img/home/fv-sp.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .fv {
    height: calc(100vh - 71px);
  }
}
.fv-txt-wrapper {
  position: absolute;
  top: 50%;
  left: 193px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .fv-txt-wrapper {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .fv-txt-wrapper {
    width: 92%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 15px;
  }
}
.fv-txt__danger {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 4px;
  background: #e6716c;
  width: fit-content;
  padding: 10px 27px 10px 22px;
  animation: blinking 1s ease-in-out infinite alternate;
  margin-bottom: 33px;
}
@media screen and (max-width: 600px) {
  .fv-txt__danger {
    font-size: 1rem;
    padding: 10px 10px 10px 9px;
    width: 100%;
    max-width: 361px;
    margin: 0 auto 14px;
  }
}
.fv-txt__danger span {
  position: relative;
  padding-left: 33px;
}
.fv-txt__danger span::before {
  content: "";
  width: 24px;
  height: 22px;
  background: url(../img/common/icon-danger.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .fv-txt__danger span::before {
    width: 22px;
    height: 20px;
    top: 55%;
  }
}
.fv-txt-tag-wrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .fv-txt-tag-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .fv-txt-tag-wrapper {
    width: auto;
  }
}
.fv-txt-tag-list {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 1024px) {
  .fv-txt-tag-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .fv-txt-tag-list {
    margin-left: -2.75px;
    margin-right: -2.75px;
    gap: 0;
  }
}
.fv-txt-tag-list-item {
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  color: #FFFFFF;
  width: 131px;
}
@media screen and (max-width: 600px) {
  .fv-txt-tag-list-item {
    font-size: 0.9375rem;
    width: 25%;
    padding: 0 2.75px;
  }
}
@media screen and (max-width: 480px) {
  .fv-txt-tag-list-item {
    font-size: 0.6875rem;
  }
}
.fv-txt-tag-list-item-inner {
  border-radius: 100vw;
  padding: 10.9px 0;
}
@media screen and (max-width: 480px) {
  .fv-txt-tag-list-item-inner {
    padding: 6.2px 0;
  }
}
.fv-txt-tag__txt {
  font-weight: 700;
  font-size: 1.125rem;
  color: #5b6a5f;
  margin-top: 8px;
  margin-bottom: 13px;
  text-shadow: 0 0 3px #FFFFFF;
}
@media screen and (max-width: 600px) {
  .fv-txt-tag__txt {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv-txt-tag__txt {
    font-size: 0.9375rem;
  }
}
.fv-txt__main-txt {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.3;
  color: #5b6a5f;
  margin-bottom: 13px;
  text-shadow: 0 0 9px #FFFFFF;
}
@media screen and (max-width: 768px) {
  .fv-txt__main-txt {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 600px) {
  .fv-txt__main-txt {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 480px) {
  .fv-txt__main-txt {
    font-size: min(32px, 8.1424936387vw);
  }
}
.fv-txt__highlight {
  padding-left: 6px;
}
@media screen and (max-width: 600px) {
  .fv-txt__highlight {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .fv-txt__highlight {
    width: 353px;
  }
}
.fv-txt__highlight img {
  filter: drop-shadow(0 0 3px #FFFFFF);
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .top {
    padding-top: 30px;
  }
}
.top__message1 {
  font-weight: 700;
  font-size: 2.1875rem;
  text-align: center;
  color: #5b6a5f;
  margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .top__message1 {
    font-size: 1.75rem;
  }
}
.top__img1 {
  text-align: center;
  margin-bottom: 22px;
}
.top-loss-wrapper {
  margin-top: 73px;
}
.top-loss__message {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3714285714;
  text-align: center;
  margin-bottom: 51px;
  animation: blinking 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 600px) {
  .top-loss__message {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .top-loss__message {
    font-size: 1.6875rem;
  }
}
.top-loss__message .fs-50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 480px) {
  .top-loss__message .fs-50 {
    font-size: 2.5rem;
  }
}
.top-loss-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -39px;
  margin-right: -47px;
}
@media screen and (max-width: 1024px) {
  .top-loss-list {
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .top-loss-list {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-loss-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.top-loss-list-wrapper {
  max-width: 912px;
  margin: 0 auto;
}
.top-loss-list-item {
  position: relative;
  min-height: 265px;
}
.top-loss-list-item:first-of-type {
  padding: 0 39px;
  width: 33.1%;
}
@media screen and (max-width: 768px) {
  .top-loss-list-item:first-of-type {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-loss-list-item:first-of-type {
    padding: 0 10px;
  }
}
.top-loss-list-item:nth-of-type(2) {
  padding: 12px 48px 0 39px;
  width: 35.7%;
}
@media screen and (max-width: 1024px) {
  .top-loss-list-item:nth-of-type(2) {
    padding: 12px 36px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .top-loss-list-item:nth-of-type(2) {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-loss-list-item:nth-of-type(2) {
    padding: 0 10px;
  }
}
.top-loss-list-item:nth-of-type(3) {
  padding: 0 47px;
  width: 31.2%;
}
@media screen and (max-width: 1024px) {
  .top-loss-list-item:nth-of-type(3) {
    padding: 12px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-loss-list-item:nth-of-type(3) {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-loss-list-item:nth-of-type(3) {
    padding: 0 10px;
  }
}
.top-loss-list-item-inner {
  height: 100%;
  padding-bottom: 181px;
}
.top-loss-list-item__txt {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  color: #5b6a5f;
}
@media screen and (max-width: 600px) {
  .top-loss-list-item__txt {
    font-size: 0.9375rem;
  }
}
.top-loss-list-item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.solution {
  padding-top: 47px;
  padding-bottom: 77px;
}
.solution-ribbon-wrapper {
  position: relative;
  padding-top: 38px;
}
.solution-ribbon-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 488px solid transparent;
  border-left: 488px solid transparent;
  border-top: 110px solid #55A86C;
  border-bottom: 0;
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .solution-ribbon-wrapper::before {
    bottom: -60px;
  }
}
.solution-ribbon-wrapper::after {
  content: "";
  width: 100%;
  height: 91%;
  background-color: #55A86C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.solution-ribbon-inner {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}
.solution-ribbon-inner img {
  width: 511px;
  margin-top: 9px;
  margin-bottom: 18px;
}
.solution-ribbon__message1 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 600px) {
  .solution-ribbon__message1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .solution-ribbon__message1 {
    font-size: 1.4375rem;
  }
}
.solution-ribbon__message2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .solution-ribbon__message2 {
    font-size: 1.25rem;
  }
}
.solution-why-message {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.5714285714;
  color: #3A483E;
  position: relative;
  width: fit-content;
  margin: 115px auto 0;
  padding-left: 129px;
}
@media screen and (max-width: 768px) {
  .solution-why-message {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .solution-why-message {
    font-size: 1.25rem;
    padding-left: 80px;
  }
}
.solution-why-message::before {
  content: "";
  width: 230px;
  height: 230px;
  background: url(../img/home/txt-7-percent.png) no-repeat center center/contain;
  position: absolute;
  top: -60px;
  left: -92px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .solution-why-message::before {
    width: 180px;
    height: 180px;
    top: -45px;
    left: -50px;
  }
}
@media screen and (max-width: 480px) {
  .solution-why-message::before {
    width: 120px;
    height: 120px;
    top: -28px;
    left: -32px;
  }
}
.solution-why-wrapper {
  background-color: #F6FBF8;
  margin-top: 25px;
  padding-top: 39px;
  padding-bottom: 40px;
  position: relative;
}
.solution-why-wrapper::before {
  bottom: -53px;
}
.solution-why-txt-wrapper {
  position: relative;
}
.solution-why-txt-wrapper::before, .solution-why-txt-wrapper::after {
  content: "";
  height: 180px;
  position: absolute;
  bottom: -6px;
}
@media screen and (max-width: 1024px) {
  .solution-why-txt-wrapper::before, .solution-why-txt-wrapper::after {
    height: min(180px, 12.3537061118vw);
    bottom: unset;
    top: 0;
  }
}
.solution-why-txt-wrapper::before {
  width: 199px;
  background: url(../img/home/icon-man2.png) no-repeat center center/contain;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .solution-why-txt-wrapper::before {
    width: min(199px, 13.6540962289vw);
  }
}
.solution-why-txt-wrapper::after {
  width: 189px;
  background: url(../img/home/icon-woman4.png) no-repeat center center/contain;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .solution-why-txt-wrapper::after {
    width: min(189px, 13.0039011704vw);
  }
}
.solution-why__txt1 {
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.5714285714;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
  width: fit-content;
  margin: 0 auto 21px;
}
@media screen and (max-width: 600px) {
  .solution-why__txt1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .solution-why__txt1 {
    font-size: 1.375rem;
  }
}
.solution-why__txt1::before {
  content: "";
  width: 100%;
  height: 27px;
  background: url(../img/home/underline-orange.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  z-index: -1;
}
.solution-why-list-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.solution-why-list-item {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .solution-why-list-item {
    font-size: 1.125rem;
    padding-left: 32px;
  }
}
.solution-why-list-item::before {
  content: "";
  width: 24px;
  height: 19px;
  background: url(../img/common/icon-checked-orange.svg) no-repeat center center/contain;
  position: absolute;
  top: 13px;
  left: 19px;
}
@media screen and (max-width: 480px) {
  .solution-why-list-item::before {
    width: 14px;
    height: 11px;
    top: 11px;
    left: 10px;
  }
}
.solution-why-main-message {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1.2222222222;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 480px) {
  .solution-why-main-message {
    font-size: 1.875rem;
  }
}

.reason {
  padding-bottom: 80px;
}
.reason-wrapper {
  margin-top: 70px;
}
.reason-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.reason-list-item {
  width: 100%;
}
.reason-list-item:first-of-type .reason-list-item__img::before {
  content: "01";
}
.reason-list-item:nth-of-type(2) .reason-list-item__img::before {
  content: "02";
}
.reason-list-item:nth-of-type(3) .reason-list-item__img::before {
  content: "03";
}
.reason-list-item-inner {
  display: flex;
  margin-left: -78.5px;
  margin-right: -78.5px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason-list-item-inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .reason-list-item-inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.reason-list-item__img, .reason-list-item-txt-wrapper {
  padding: 0 78.5px;
}
@media screen and (max-width: 768px) {
  .reason-list-item__img, .reason-list-item-txt-wrapper {
    padding: 0 40px;
  }
}
.reason-list-item__img {
  width: 42%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .reason-list-item__img {
    width: 80%;
  }
}
.reason-list-item__img::before {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 8.75rem;
  color: #55A86C;
  position: absolute;
  top: 52%;
  right: -41px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason-list-item__img::before {
    font-size: 3.75rem;
    right: -12px;
  }
}
@media screen and (max-width: 600px) {
  .reason-list-item__img::before {
    font-size: 5.625rem;
    right: -40px;
  }
}
.reason-list-item-txt-wrapper {
  width: 58%;
}
@media screen and (max-width: 600px) {
  .reason-list-item-txt-wrapper {
    width: 100%;
  }
}
.reason-list-item__ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #55A86C;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .reason-list-item__ttl {
    font-size: 1.625rem;
  }
}

.flow {
  padding-bottom: 81px;
}
.flow .ttl-pattern1 {
  padding-top: 50px;
}
.flow .ttl-pattern1 .has-banzai--white {
  font-weight: 500;
  font-size: 1.125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 100%;
}
.flow-wrapper {
  max-width: 687px;
  margin: 71px auto 59px;
}
.flow-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 73px;
}
.flow-list-item {
  width: 100%;
}
.flow-list-item:not(:last-of-type) {
  position: relative;
}
.flow-list-item:not(:last-of-type)::before {
  content: "";
  width: 37px;
  height: 41px;
  background: url(../img/common/icon-arrow-down-green.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-list-item-inner {
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .flow-list-item-inner {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.flow-list-item-img-wrapper {
  padding: 0 13px;
  width: 26%;
  position: relative;
  max-width: 187px;
}
@media screen and (max-width: 600px) {
  .flow-list-item-img-wrapper {
    width: 34%;
  }
}
@media screen and (max-width: 480px) {
  .flow-list-item-img-wrapper {
    width: 100%;
  }
}
.flow-list-item__num {
  font-weight: bold;
  font-size: 1.25rem;
  color: #55A86C;
  position: relative;
  position: absolute;
  top: 23px;
  right: -14px;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .flow-list-item__num {
    transform: rotate(0);
  }
}
.flow-list-item__num::before {
  content: "";
  width: 1px;
  height: 48px;
  background-color: #55A86C;
  position: absolute;
  top: 3px;
  left: 24px;
  transform: rotate(90deg);
}
.flow-list-item-txt-wrapper {
  padding: 0 13px;
  width: 74%;
}
@media screen and (max-width: 600px) {
  .flow-list-item-txt-wrapper {
    width: 66%;
  }
}
@media screen and (max-width: 480px) {
  .flow-list-item-txt-wrapper {
    width: 100%;
  }
}
.flow-list-item__ttl {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .flow-list-item__ttl {
    font-size: 1.3125rem;
  }
}

.faq {
  background-color: #F6FBF8;
  padding-bottom: 81px;
}
.faq .ttl-pattern1 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.faq-wrapper {
  margin-top: 71px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.faq-items {
  border-radius: 20px;
  border: 2px solid #55A86C;
  width: 100%;
  background-color: #FFFFFF;
}
.faq .q-box-inner {
  width: 100%;
  font-size: 1.125rem;
  position: relative;
  padding-left: 31px;
  padding-right: 38px;
  padding: 25px 55px 28px 51px;
}
.faq .q-box-inner::before, .faq .q-box-inner::after {
  content: "";
  width: 18px;
  height: 3px;
  background-color: #55A86C;
  position: absolute;
  top: 33px;
  right: 20px;
  transition: all 0.3s;
}
.faq .q-box-inner::after {
  transform: rotate(90deg);
}
.faq .q-box-inner.is-accordion-head-opened::after {
  opacity: 0;
}
.faq .q-box .faq-icon {
  color: #55A86C;
  top: 21px;
}
.faq .a-box-inner {
  position: relative;
  padding-left: 51px;
  padding-bottom: 20px;
  padding-right: 50px;
}
.faq .a-box .faq-icon {
  color: #E6914A;
  top: 0;
}
.faq .faq-icon {
  line-height: 1;
  font-weight: 700;
  font-size: 1.875rem;
  position: absolute;
  left: 21px;
}

.message .ttl-pattern1 {
  padding-top: 36px;
  padding-bottom: 38px;
}
.message-wrapper {
  padding-top: 66px;
  padding-bottom: 78px;
}
.message-wrapper.lazyloaded {
  background: url(../img/home/message-bg.webp) no-repeat center center/cover;
}
.message__message {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  text-align: center;
}
.message__logo {
  text-align: center;
  margin-top: 33px;
}
.message__logo img {
  width: 168px;
}/*# sourceMappingURL=style-home.css.map */