@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.mv {
  width: 100%;
  height: 205.128205128vw;
  max-height: 800px;
  background-color: #59D581;
  position: relative;
  margin: 64px 0 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 91%, 50% 100%, 0 91%);
          clip-path: polygon(0% 0%, 100% 0, 100% 91%, 50% 100%, 0 91%);
  z-index: 3;
}
@media (min-width: 920px) {
  .mv {
    height: 63.8888888889vw;
    max-height: 100%;
    margin: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 83.4782608696%, 50% 100%, 0 83.4782608696%);
            clip-path: polygon(0% 0%, 100% 0, 100% 83.4782608696%, 50% 100%, 0 83.4782608696%);
  }
}
.mv_mask {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 920px) {
  .mv_mask {
    height: 63.8888888889vw;
    max-width: 100%;
  }
}
.mv_mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_container {
  width: 100%;
  height: 205.128205128vw;
  max-height: 800px;
  position: relative;
}
@media (min-width: 920px) {
  .mv_container {
    height: 53.3vw;
    max-height: 100%;
  }
}
.mv_txtArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;
  position: absolute;
  top: 45.8%;
  left: 0;
  z-index: 3;
}
@media (min-width: 920px) {
  .mv_txtArea {
    width: -moz-fit-content;
    width: fit-content;
    gap: min(2.77vw, 40px);
    padding: 0 0 0 min(5.55vw, 80px);
    top: 32.0833vw;
  }
}
.mv_catch {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 600px) {
  .mv_catch {
    max-width: 600px;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .mv_catch {
    width: min(49.09722vw, 707px);
    max-width: 100%;
  }
}
.mv_catch img {
  width: 100%;
  height: 100%;
}
.mv_img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 920px) {
  .mv_img {
    width: 62.3611vw;
    max-width: 100%;
    top: 6.66vw;
    left: auto;
    right: 2.77vw;
  }
}
.mv_img img {
  width: 100%;
  height: 100%;
}

.head {
  margin: 0 0 40px;
  text-align: center;
}
@media (min-width: 920px) {
  .head {
    margin: 0 0 min(4.44vw, 64px);
  }
}
.head picture,
.head img {
  display: block;
  margin: 0 auto;
}

.bg_beige {
  background-color: #F4F1E7;
  position: relative;
}
.bg_beige::after {
  content: "";
  position: absolute;
  background-color: #F4F1E7;
  width: 100%;
  height: 75px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 1px;
  left: 0;
  right: 0;
  translate: 0 100%;
  z-index: 1;
}
@media (min-width: 920px) {
  .bg_beige::after {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1600px) {
  .bg_beige::after {
    bottom: 0.5px;
  }
}

.bg_primary {
  background-color: #59D581;
  position: relative;
}
.bg_primary::after {
  content: "";
  position: absolute;
  background-color: #59D581;
  width: 100%;
  height: 75px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 1px;
  left: 0;
  right: 0;
  translate: 0 100%;
  z-index: 1;
}
@media (min-width: 920px) {
  .bg_primary::after {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1600px) {
  .bg_primary::after {
    bottom: 0.5px;
  }
}

.home_news {
  padding: 155px 0 80px;
  margin: -75px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 920px) {
  .home_news {
    padding: 17.5vw 0 min(1.944vw, 28px);
    margin: -10.625vw 0 0;
  }
}
.home_news_head {
  margin: 0 0 23px;
  text-align: center;
}
@media (min-width: 920px) {
  .home_news_head {
    margin: 0 0 min(4.44vw, 64px);
  }
}
.home_news_head picture,
.home_news_head img {
  width: 286px;
}
@media (min-width: 920px) {
  .home_news_head picture,
  .home_news_head img {
    width: min(28.611vw, 412px);
  }
}
.home_news_content {
  margin: 0 0 40px;
}
@media (min-width: 920px) {
  .home_news_content {
    margin: 0 0 min(2.77vw, 40px);
  }
}
.home_news .btn {
  margin: 0 auto;
}

.home_credit {
  background-color: #59D581;
  padding: 155px 0 80px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 96.5%, 50% 100%, 0 96.5%);
          clip-path: polygon(0% 0%, 100% 0, 100% 96.5%, 50% 100%, 0 96.5%);
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .home_credit {
    padding: 17.5vw 0 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
            clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
}
.home_credit_head picture,
.home_credit_head img {
  width: 350px;
}
@media (min-width: 920px) {
  .home_credit_head picture,
  .home_credit_head img {
    width: min(28.611vw, 412px);
  }
}
@media (min-width: 920px) {
  .home_credit p {
    text-align: center;
  }
}
.home_credit_img {
  width: 100%;
  margin: 40px 0;
  border-radius: 20px;
}
@media (min-width: 920px) {
  .home_credit_img {
    height: min(41.66vw, 600px);
    margin: min(4.44vw, 64px) 0 min(5.55vw, 80px);
  }
}
.home_credit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.home_credit_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 80px;
}
@media (min-width: 920px) {
  .home_credit_row {
    flex-direction: row;
    justify-content: flex-end;
    gap: min(1.66vw, 24px);
    position: relative;
    padding: 0 0 min(10.06944vw, 145px);
  }
}
.home_credit_catch {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_credit_catch {
    width: min(30.06944vw, 433px);
    margin: 0;
    position: absolute;
    top: 0;
    left: min(-2.01388vw, -29px);
  }
}
.home_credit_catch picture, .home_credit_catch img {
  width: 100%;
  height: auto;
}
@media (min-width: 920px) {
  .home_credit_txt {
    width: min(47.9166vw, 690px);
    padding: min(7.70833vw, 111px) 0 0;
  }
}
.home_credit_txt p {
  text-align: left !important;
}

.home_assist {
  padding: 155px 0 80px;
  margin: -75px 0 0;
}
@media (min-width: 920px) {
  .home_assist {
    padding: 17.5vw 0 min(2.01388vw, 29px);
    margin: -10.625vw 0 0;
  }
}
.home_assist_head picture,
.home_assist_head img {
  width: 350px;
}
@media (min-width: 920px) {
  .home_assist_head picture,
  .home_assist_head img {
    width: min(30.277vw, 436px);
  }
}
.home_assist_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_assist_row {
    flex-direction: row;
    gap: min(2.77vw, 40px);
  }
}
.home_assist_img {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 920px) {
  .home_assist_img {
    flex: 0 1 min(31.45833vw, 453px);
    height: min(20.9722vw, 302px);
    margin: 6px 0 0;
  }
}
.home_assist_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (min-width: 920px) {
  .home_assist_txtArea {
    flex: 0 1 min(43.54166vw, 627px);
  }
}
.home_assist_txt {
  margin: 0 0 40px;
}
@media (min-width: 920px) {
  .home_assist_txt {
    margin: 0 0 min(2.77vw, 40px);
  }
}
.home_assist_bnr {
  width: 100%;
  height: auto;
  max-width: 350px;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_assist_bnr {
    width: min(33.81944vw, 487px);
    max-width: 100%;
    margin: 0 auto 0 0;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
}
@media (min-width: 920px) {
  .home_assist_bnr:hover {
    opacity: 0.75;
  }
}

.home_merit {
  padding: 155px 0 80px;
}
@media (min-width: 920px) {
  .home_merit {
    padding: 17.5vw 0 min(1.944vw, 28px);
  }
}
.home_merit_head picture,
.home_merit_head img {
  width: 350px;
}
@media (min-width: 920px) {
  .home_merit_head picture,
  .home_merit_head img {
    width: min(30.277vw, 436px);
  }
}
.home_merit_point {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
@media (min-width: 600px) {
  .home_merit_point {
    gap: min(5.55vw, 80px) min(3.88vw, 56px);
  }
}
.home_merit_item {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 600px) {
  .home_merit_item {
    width: 200px;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_merit_item {
    width: min(18.1944vw, 262px);
    gap: min(2.22vw, 32px);
  }
}
.home_merit_item picture, .home_merit_item img {
  width: 100%;
  height: auto;
}
.home_merit_catch {
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .home_merit_catch {
    font-size: min(1.388vw, 20px);
    text-align: center;
  }
}

.home_check {
  background-color: #F4F1E7;
  padding: 155px 0 80px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 96%, 50% 100%, 0 96%);
          clip-path: polygon(0% 0%, 100% 0, 100% 96%, 50% 100%, 0 96%);
  position: relative;
}
@media (min-width: 920px) {
  .home_check {
    padding: 17.5vw 0 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
            clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
}
.home_check_container {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
}
@media (min-width: 920px) {
  .home_check_container {
    padding: 0 0 min(13.1944vw, 190px);
  }
}
@media (min-width: 920px) {
  .home_check_head {
    margin: 0 0 min(2.77vw, 40px);
  }
}
.home_check_head picture,
.home_check_head img {
  width: 350px;
}
@media (min-width: 920px) {
  .home_check_head picture,
  .home_check_head img {
    width: min(34.722vw, 500px);
  }
}
.home_check_message {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 920px) {
  .home_check_message {
    font-size: min(1.388vw, 20px);
    line-height: 1;
    margin: min(2.77vw, 40px) 0 min(4.44vw, 64px);
  }
}
.home_check_content {
  width: 100%;
  position: relative;
}
.home_check_bar {
  width: 3px;
  position: absolute;
  top: 75px;
}
@media (min-width: 920px) {
  .home_check_bar {
    width: 4px;
    top: min(6.73611vw, 97px);
  }
}
.home_check_bar::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  border-radius: 999px 999px 0 0;
  top: -10.5px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
@media (min-width: 920px) {
  .home_check_bar::before {
    width: min(2.22vw, 32px);
    height: min(1.11vw, 16px);
    top: -2.35%;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .home_check_bar::before {
    top: -2.44%;
  }
}
.home_check_bar-yl {
  height: 1055px;
  left: 29%;
}
@media screen and (min-width: 480px) {
  .home_check_bar-yl {
    height: 1025px;
  }
}
@media (min-width: 600px) {
  .home_check_bar-yl {
    height: 960px;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_check_bar-yl {
    height: min(53.4722vw, 770px);
    left: min(18.055vw, 260px);
  }
}
.home_check_bar-yl::before {
  background-color: #F4DB22;
}
.home_check_bar-gr {
  height: 1027px;
  background-color: #24AA5A;
  right: 15%;
}
@media screen and (min-width: 480px) {
  .home_check_bar-gr {
    height: 1000px;
  }
}
@media screen and (min-width: 482px) {
  .home_check_bar-gr {
    height: 973px;
  }
}
@media screen and (min-width: 482px) {
  .home_check_bar-gr {
    height: 950px;
  }
}
@media (min-width: 600px) {
  .home_check_bar-gr {
    height: 950px;
  }
}
@media screen and (min-width: 711px) {
  .home_check_bar-gr {
    height: 924px;
  }
}
@media (min-width: 920px) {
  .home_check_bar-gr {
    height: min(53.4722vw, 770px);
    right: min(18.055vw, 260px);
  }
}
.home_check_bar-gr::before {
  background-color: #24AA5A;
}
.home_check_item {
  position: relative;
}
.home_check_item-first::before {
  content: "NO";
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  bottom: 32px;
  right: 16.9230769231vw;
}
@media (min-width: 920px) {
  .home_check_item-first::before {
    font-size: min(1.388vw, 20px);
    bottom: min(3.95833vw, 57px);
    right: min(14.23611vw, 205px);
  }
}
.home_check_query {
  width: 100%;
  height: auto;
  flex: 0 1 51.2820512821vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #111111;
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .home_check_query {
    flex: 0 1 min(36.11vw, 520px);
    padding: min(2.22vw, 32px) min(2.5vw, 36px);
    border-radius: 10px;
  }
}
.home_check_query-large {
  width: 100%;
}
.home_check_query p {
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 920px) {
  .home_check_query p {
    font-size: min(1.388vw, 20px);
  }
}
.home_check_query-bnr {
  width: 71.7948717949vw;
  flex-direction: column;
  padding: 24px 10px;
}
@media (min-width: 920px) {
  .home_check_query-bnr {
    width: min(36.11vw, 520px);
    padding: min(2.22vw, 32px) min(2.5vw, 36px);
  }
}
.home_check_query-bnr p {
  line-height: 1.6;
}
.home_check_query-bnr small {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin: 24px 0;
}
@media (min-width: 920px) {
  .home_check_query-bnr small {
    font-size: min(1.11vw, 16px);
    margin: min(1.66vw, 24px);
  }
}
.home_check_query-bnr .btn {
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_check_query-bnr .btn {
    width: min(18.055vw, 260px);
    max-width: 100%;
  }
}
@media (min-width: 920px) {
  .home_check_query-bnr .btn .txt {
    font-size: min(1.11vw, 16px) !important;
  }
}
.home_check_query-bnr .btn_arrow {
  width: 53px;
  height: 53px;
}
@media (min-width: 920px) {
  .home_check_query-bnr .btn_arrow {
    width: min(3.68055vw, 53px);
    height: min(3.68055vw, 53px);
  }
}
.home_check_flex {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 14.1025641026vw 0 0;
}
@media (min-width: 600px) {
  .home_check_flex {
    padding: 0 14.6898803047vw 0 0;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_check_flex {
    padding: 0 min(18.055vw, 260px) 0 0;
  }
}
.home_check_no {
  width: 100%;
  height: 3px;
  flex: 1 1 0;
  background-color: #24AA5A;
  position: relative;
}
@media (min-width: 920px) {
  .home_check_no {
    height: 4px;
  }
}
.home_check_no::before {
  content: "";
  position: absolute;
  background-color: #24AA5A;
  width: 15px;
  height: 17px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: -3px;
  translate: 0 -50%;
}
@media (min-width: 600px) {
  .home_check_no::before {
    right: -2px;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_check_no::before {
    right: 0;
  }
}
.home_check_no::after {
  content: "NO";
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
}
@media (min-width: 920px) {
  .home_check_no::after {
    font-size: min(1.388vw, 20px);
    top: auto;
    bottom: min(1.66vw, 24px);
  }
}
.home_check_yes {
  width: 3px;
  height: 77px;
  background-color: #F4DB22;
  margin: 0 0 0 29%;
  position: relative;
}
@media (min-width: 920px) {
  .home_check_yes {
    width: 4px;
    height: min(8.33vw, 120px);
    margin: 0 0 0 min(18.055vw, 260px);
  }
}
.home_check_yes::before {
  content: "";
  position: absolute;
  background-color: #F4DB22;
  width: 17px;
  height: 15px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
}
.home_check_yes::after {
  content: "YES";
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  top: 50%;
  left: -50px;
  translate: 0 -50%;
}
@media (min-width: 920px) {
  .home_check_yes::after {
    font-size: min(1.388vw, 20px);
    left: min(-4.44vw, -64px);
  }
}
.home_check_cell {
  position: relative;
}
.home_check_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_check_row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_check_row .home_check_query {
  flex: 0 1 auto;
}
@media (min-width: 920px) {
  .home_check_row .home_check_cell {
    width: min(36.11vw, 520px);
  }
}
@media (min-width: 920px) {
  .home_check_row .home_check_query-large {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home_check_row .home_check_query-large::before, .home_check_row .home_check_query-large::after {
  content: none;
}
.home_check_row .home_check_query-large p {
  text-align: left;
}
@media (min-width: 920px) {
  .home_check_row .home_check_query-large p {
    text-align: center;
  }
}

.tri {
  width: 100%;
  height: 15px;
  position: relative;
}
@media (min-width: 920px) {
  .tri {
    display: none;
  }
}
.tri span {
  width: 17px;
  height: 15px;
  background-color: #24AA5A;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 15%;
  translate: 45% -50%;
}

.home_check_bar-gr::after {
  content: none;
  position: absolute;
  background-color: #24AA5A;
  width: 17px;
  height: 15px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
}
@media (min-width: 920px) {
  .home_check_bar-gr::after {
    content: "";
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .home_check_bar-gr::after {
    bottom: -3px;
  }
}

.home_cheer {
  background-color: #59D581;
  padding: 155px 0 80px;
  margin: -75px 0 0;
}
@media (min-width: 920px) {
  .home_cheer {
    padding: 17.5vw 0 min(6.944vw, 100px);
    margin: -10.625vw 0 0;
  }
}
.home_cheer_head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
}
@media (min-width: 920px) {
  .home_cheer_head {
    margin: 0 auto min(4.44vw, 64px);
  }
}
.home_cheer_head .border_l {
  height: 64px;
  position: absolute;
  bottom: 0;
  left: -20px;
  transform: rotate(-15deg);
  transform-origin: bottom;
}
@media (min-width: 920px) {
  .home_cheer_head .border_l {
    height: min(8.33vw, 120px);
    transform: rotate(-30deg);
    bottom: min(0.6944vw, 10px);
    left: min(-6.11vw, -88px);
  }
}
.home_cheer_head .border_r {
  height: 64px;
  position: absolute;
  bottom: 0;
  right: -20px;
  transform: rotate(15deg);
  transform-origin: bottom;
}
@media (min-width: 920px) {
  .home_cheer_head .border_r {
    height: min(8.33vw, 120px);
    transform: rotate(30deg);
    bottom: min(0.6944vw, 10px);
    right: min(-6.11vw, -88px);
  }
}
@media (min-width: 920px) {
  .home_cheer p {
    text-align: center;
  }
}
.home_cheer_message {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 920px) {
  .home_cheer_message {
    font-size: min(2.22vw, 32px);
  }
}
@media (min-width: 600px) {
  .home_cheer_message-sp {
    display: none;
  }
}
.home_cheer_message-pc {
  display: none;
}
@media (min-width: 600px) {
  .home_cheer_message-pc {
    display: block;
  }
}
.home_cheer_message span {
  background-color: #F4DB22;
  padding: 3px 4px;
}
.home_cheer .btn {
  margin: 40px auto 0;
}
@media (min-width: 920px) {
  .home_cheer .btn {
    margin: min(4.44vw, 64px) auto 0;
  }
}
.home_cheer_faq {
  padding: 80px 0 0;
}
@media (min-width: 920px) {
  .home_cheer_faq {
    padding: min(6.944vw, 100px) 0 0;
  }
}
.home_cheer_faq_container {
  padding: 40px 24px;
  background-color: #fff;
  border-radius: 16px;
}
@media (min-width: 920px) {
  .home_cheer_faq_container {
    padding: min(6.944vw, 100px) min(5.55vw, 80px) min(5.55vw, 124px);
  }
}
.home_cheer_faq_head picture,
.home_cheer_faq_head img {
  width: 286px;
}
@media (min-width: 920px) {
  .home_cheer_faq_head picture,
  .home_cheer_faq_head img {
    width: min(28.611vw, 412px);
  }
}
.home_cheer_faq_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .home_cheer_faq_list {
    gap: min(2.77vw, 40px);
  }
}
.home_cheer_faq_list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 920px) {
  .home_cheer_faq_list li {
    gap: min(1.66vw, 24px);
  }
}
.home_cheer_faq_question {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .home_cheer_faq_question {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_cheer_faq_question {
    gap: min(1.66vw, 24px);
  }
}
.home_cheer_faq_question_icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #59D581;
  border-radius: 9999px;
}
@media (min-width: 920px) {
  .home_cheer_faq_question_icon {
    width: min(4.44vw, 64px);
    height: min(4.44vw, 64px);
    flex: 0 1 min(4.44vw, 64px);
  }
}
.home_cheer_faq_question_icon span {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 920px) {
  .home_cheer_faq_question_icon span {
    font-size: min(2.22vw, 32px);
  }
}
.home_cheer_faq_question_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  flex: 1 1 0;
  margin: -0.5rem 0;
}
@media (min-width: 920px) {
  .home_cheer_faq_question_txt {
    font-size: min(1.388vw, 20px);
  }
}
.home_cheer_faq_answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .home_cheer_faq_answer {
    flex-direction: row;
    padding-left: 1rem;
  }
}
@media (min-width: 600px) and (min-width: 920px) {
  .home_cheer_faq_answer {
    gap: min(1.11vw, 16px);
    padding-left: min(2.77vw, 40px);
  }
}
.home_cheer_faq_answer_icon {
  width: 32px;
  height: 32px;
  flex: 0 1 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D4E224;
  border-radius: 9999px;
}
@media (min-width: 920px) {
  .home_cheer_faq_answer_icon {
    width: min(3.33vw, 48px);
    height: min(3.33vw, 48px);
    flex: 0 1 min(3.33vw, 48px);
  }
}
.home_cheer_faq_answer_icon span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 920px) {
  .home_cheer_faq_answer_icon span {
    font-size: min(1.66vw, 24px);
  }
}
.home_cheer_faq_answer_inner {
  flex: 1 1 0;
}
.home_cheer_faq_answer_inner p {
  text-align: left;
}
.home_cheer_faq_answer_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
  margin: -0.5rem 0;
}
@media (min-width: 920px) {
  .home_cheer_faq_answer_txt {
    font-size: min(1.388vw, 20px);
  }
}

.vec-top {
  display: block;
  width: 390px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 920px) {
  .vec-top {
    width: 44.375vw;
  }
}
.vec-top img {
  width: 100%;
  height: auto;
}

.vec-bottom {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 71.5%;
  right: 0;
}
@media (min-width: 920px) {
  .vec-bottom {
    width: 74.8611vw;
    top: 59%;
  }
}
.vec-bottom img {
  width: 100%;
  height: auto;
}