@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.flow-intro--wrap {
  padding-top: 40px;
}
@media (max-width: 428px) {
  .flow-intro--wrap {
    padding-top: 10px;
  }
}
.flow-intro--list {
  margin: 40px auto 0;
  width: 450px;
  padding-bottom: 31px;
  position: relative;
}
@media (max-width: 428px) {
  .flow-intro--list {
    width: 305px;
    padding-bottom: 109px;
  }
}
.flow-intro--list:before {
  content: "";
  display: block;
  width: 102px;
  aspect-ratio: 204/308;
  background-image: url(../../img/flow-intro-list01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-360px);
}
@media (max-width: 428px) {
  .flow-intro--list:before {
    width: 57px;
    bottom: -1px;
    transform: translateX(-74px);
  }
}
.flow-intro--list:after {
  content: "";
  display: block;
  width: 117px;
  aspect-ratio: 234/298;
  background-image: url(../../img/flow-intro-list02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(370px);
}
@media (max-width: 428px) {
  .flow-intro--list:after {
    width: 67px;
    bottom: -1px;
    transform: translateX(70px);
  }
}
.flow-intro--item {
  background-color: #EDF0E9;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .flow-intro--item {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
    margin-top: 8px;
  }
}
.flow-intro--item:first-of-type {
  margin-top: 0;
  transition-delay: 0.2s;
}
.flow-intro--item:nth-of-type(2) {
  transition-delay: 0.35s;
}
.flow-intro--item:last-of-type {
  transition-delay: 0.5s;
}
.flow-intro--item:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/30;
  background-image: url(../../img/icon/icon-check4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 16px;
}
@media (max-width: 428px) {
  .flow-intro--item:before {
    width: 16px;
    margin-right: 3px;
  }
}

.flow-intro_summary {
  background-color: #92CB1C;
  padding: 32px 0;
  background-image: url(../../img/flow-intro-summary01.webp), url(../../img/flow-intro-summary02.webp);
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 0%, 100% 0%;
}
@media (max-width: 428px) {
  .flow-intro_summary {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../../img/flow-intro-summary01-sp.webp), url(../../img/flow-intro-summary02-sp.webp);
    background-size: auto 149px, auto 149px;
    background-position: 0% 0%, 100% 0%;
  }
}
.flow-intro_summary--sub_txt {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 428px) {
  .flow-intro_summary--sub_txt {
    font-size: 18px;
  }
}
.flow-intro_summary--main_txt {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin: 16px auto 0;
  width: fit-content;
}
@media (max-width: 428px) {
  .flow-intro_summary--main_txt {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 8px;
  }
}
.flow-intro_summary--column {
  border-bottom: 2px solid #fff;
}
@media (max-width: 428px) {
  .flow-intro_summary--column {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow-about {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #F2F9E6;
}
@media (max-width: 428px) {
  .flow-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flow-about--desc {
  font-size: 22px;
  font-weight: 700;
  width: fit-content;
  margin: 27px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .flow-about--desc {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 8px;
    text-align: center;
  }
}
.flow-about--desc:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/17;
  background-image: url(../../img/icon/icon-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 5px;
}
@media (max-width: 428px) {
  .flow-about--desc:before {
    margin-right: 9px;
  }
}
.flow-about--desc:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/17;
  background-image: url(../../img/icon/icon-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: 5px;
}
@media (max-width: 428px) {
  .flow-about--desc:after {
    margin-left: 9px;
  }
}

.flow-about_ttl {
  font-size: 35px;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 428px) {
  .flow-about_ttl {
    font-size: 32px;
    line-height: 1.44;
  }
}
.flow-about_ttl--sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #317400;
  font-size: 20px;
  line-height: 1.45;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -7px;
}
@media (max-width: 428px) {
  .flow-about_ttl--sub {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: -4px;
  }
}
.flow-about_ttl--sub:before {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #317400;
  transform: rotate(-115.35deg);
}
.flow-about_ttl--sub:after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #317400;
  transform: rotate(115.35deg);
}

.flow-about_send {
  border: 1px solid #FFB41C;
  background-color: #fff;
  border-radius: 10px;
  width: 600px;
  margin: 20px auto 0;
  padding: 20px 126px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .flow-about_send {
    margin-top: 10px;
    width: 305px;
    padding: 24px 0;
  }
}
.flow-about_send--term {
  color: #FFB41C;
  font-size: 20px;
  letter-spacing: 0.18em;
}
@media (max-width: 428px) {
  .flow-about_send--term {
    text-align: center;
  }
}
.flow-about_send--desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.44;
}
@media (max-width: 428px) {
  .flow-about_send--desc {
    font-size: 15px;
    line-height: 1.3;
    padding-left: 37px;
    margin-top: 8px;
  }
}
.flow-about_send--desc:first-of-type {
  margin-top: 10px;
}
@media (max-width: 428px) {
  .flow-about_send--desc:first-of-type {
    text-align: center;
    padding-left: 0;
  }
}
.flow-about_send--desc:last-of-type {
  margin-top: 16px;
}
.flow-about_send--strong {
  font-size: 20px;
}
@media (max-width: 428px) {
  .flow-about_send--strong {
    font-size: 23px;
    display: block;
  }
}

.flow-after {
  background-color: #FAF6ED;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .flow-after {
    padding: 50px 30px;
  }
}
.flow-after--ttl {
  color: #F1A200;
  font-size: 35px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 471px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #FFB41C;
  border-bottom: 2px solid #FFB41C;
}
@media (max-width: 428px) {
  .flow-after--ttl {
    height: 37px;
    width: fit-content;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-after--caution {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  margin-top: 40px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 428px) {
  .flow-after--caution {
    font-size: 13px;
    text-align: left;
    line-height: 1.46;
    margin-top: 16px;
  }
}
.flow-after--caution:before {
  content: "※";
}

.flow-after_list {
  margin: 36px auto 0;
  width: fit-content;
}
@media (max-width: 428px) {
  .flow-after_list {
    margin-top: 20px;
  }
}
.flow-after_list--item {
  font-size: 16px;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 428px) {
  .flow-after_list--item {
    margin-top: 8px;
    line-height: 1.5;
  }
}
.flow-after_list--item:first-of-type {
  margin-top: 0;
}
.flow-after_list--item:before {
  content: "・";
  color: #F1A200;
}

.flow-contract {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url(../../img/icon/icon-dot.svg);
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .flow-contract {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flow-contract--ttl {
  color: #7CC200;
  font-size: 35px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 361px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #97D230;
  border-bottom: 2px solid #97D230;
}
@media (max-width: 428px) {
  .flow-contract--ttl {
    height: 37px;
    width: fit-content;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-contract--desc {
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 428px) {
  .flow-contract--desc {
    margin-top: 10px;
    line-height: 1.43;
  }
}
.flow-contract--desc:first-of-type {
  margin-top: 30px;
}
@media (max-width: 428px) {
  .flow-contract--desc:first-of-type {
    margin-top: 14px;
  }
}

.flow-contract_cta {
  margin-top: 83px;
  border-radius: 20px;
  background-color: #78C100;
  padding-top: 42px;
  padding-bottom: 40px;
  background-image: url(../../img/flow-contract-cta.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .flow-contract_cta {
    background-image: url(../../img/flow-contract-cta-sp.webp);
    margin-top: 40px;
    padding-top: 48px;
    padding-bottom: 46px;
  }
}
.flow-contract_cta--desc {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 428px) {
  .flow-contract_cta--desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.flow-contract_cta--link {
  background-color: #FFE82D;
  width: 458px;
  height: 77px;
  border-radius: 7px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 428px) {
  .flow-contract_cta--link {
    width: 315px;
    height: 60px;
    margin-top: 4px;
    font-size: 18px;
  }
}
.flow-contract_cta--link:after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 7/10;
  background-image: url(../../img/icon/icon-arrow-black.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .flow-contract_cta--link:after {
    width: 8px;
    right: 25px;
  }
}
.flow-contract_cta--link:hover {
  transform: translateY(-4px);
}
@media (max-width: 428px) {
  .flow-contract_cta--link:hover {
    transform: translateY(0);
  }
}

.flow-qa {
  background-color: #F2F9E6;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 428px) {
  .flow-qa {
    padding-top: 40px;
    padding-bottom: 72px;
  }
}
.flow-qa--ttl {
  color: #317400;
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .flow-qa--ttl {
    font-size: 32px;
  }
}

.flow-qa_list {
  width: 900px;
  margin: 50px auto 0;
}
@media (max-width: 428px) {
  .flow-qa_list {
    width: calc(100% - 32px);
    margin-top: 24px;
  }
}
.flow-qa_list--group {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 10px;
}
.flow-qa_list--group:first-of-type {
  margin-top: 0;
}
.flow-qa_list--link {
  padding: 32px 90px 32px 86px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  display: block;
}
@media (max-width: 428px) {
  .flow-qa_list--link {
    padding: 16px 32px 16px 45px;
  }
}
.flow-qa_list--link:before {
  content: "Q";
  color: #89CC13;
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  top: 32px;
  left: 48px;
}
@media (max-width: 428px) {
  .flow-qa_list--link:before {
    font-size: 18px;
    line-height: 1.6;
    top: 16px;
    left: 16px;
  }
}
.flow-qa_list--link:after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/18;
  background-image: url(../../img/icon/icon-plus.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .flow-qa_list--link:after {
    right: 16px;
  }
}
.flow-qa_list--link.is_show:after {
  background-image: url(../../img/icon/icon-minus.svg);
}
.flow-qa_list--desc {
  padding: 32px 48px 32px 86px;
  position: relative;
  display: none;
}
@media (max-width: 428px) {
  .flow-qa_list--desc {
    padding: 16px 16px 16px 52px;
  }
}
.flow-qa_list--desc:before {
  content: "A.";
  color: #89CC13;
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  top: 32px;
  left: 48px;
  font-weight: 700;
}
@media (max-width: 428px) {
  .flow-qa_list--desc:before {
    font-size: 18px;
    line-height: 1.6;
    top: 16px;
    left: 16px;
  }
}
.flow-qa_list--desc:after {
  content: "";
  display: block;
  width: calc(100% - 48px - 48px);
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .flow-qa_list--desc:after {
    width: calc(100% - 16px - 16px);
  }
}
.flow-qa_list--desc_txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 1.6em;
}
.flow-qa_list--desc_txt:first-of-type {
  margin-top: 0;
}

/*# sourceMappingURL=flow.css.map */
