@charset "UTF-8";
.bg_pink {
  background-color: var(--color-theme-1) !important;
}

.bg_blue {
  background-color: var(--color-theme-2) !important;
}

.bg_green {
  background-color: var(--color-theme-3) !important;
}

.bg_yellow {
  background-color: var(--color-theme-4) !important;
}

.bg_orange {
  background-color: var(--color-theme-5) !important;
}

/*------------------------------
header
------------------------------*/
#head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.head_logo {
  margin-top: clamp(-10px, -0.77vw, 0px);
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .head_logo {
    margin-top: clamp(-10px, -0.77vw, 0px);
  }
}
@media screen and (max-width: 767px) {
  .head_logo {
    margin-top: 14vw;
  }
}
/*------------------------------
mv
------------------------------*/
.mv_ttl {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv_ttl {
    max-width: 100%;
  }
}
/*------------------------------
menu
------------------------------*/
#menu {
  background-color: var(--color-green);
  padding: clamp(0px, 2.31vw, 30px) 0;
  position: relative;
}

#menu .menu_inner {
  background-color: #fadbe1;
  padding: clamp(0px, 2.69vw, 35px) 0;
}

#menu::before {
  content: "";
  width: 100%;
  height: clamp(0px, 5.23vw, 68px);
  background: url("../img/bg_mv_curve.svg") no-repeat center center/100% 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 5.33vw 0;
  }

  #menu .menu_inner {
    padding: 0;
    background-color: var(--color-green);
  }

  #menu .inner {
    max-width: 93.33vw;
  }

  #menu::before {
    height: 4.53vw;
  }
}
/*------------------------------
desc
------------------------------*/
.desc {
  padding: clamp(0px, 6.92vw, 90px) 0 clamp(0px, 8.46vw, 110px);
}

.desc_txt_1 {
  font-size: clamp(0px, 1.85vw, 24px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.desc_list {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 1.15vw, 15px);
  margin: clamp(0px, 1.54vw, 20px) 0 clamp(0px, 2.31vw, 30px);
}

.desc_list > li {
  width: clamp(0px, 13.08vw, 170px);
  height: clamp(0px, 13.08vw, 170px);
  font-size: clamp(0px, 1.77vw, 23px);
  font-weight: bold;
  color: var(--color-purple);
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  background-color: #fceae5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/desc_list_circle.png") no-repeat center center/contain;
}

.desc_list > li .sm {
  font-size: 0.8em;
}

.desc_list > li > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .desc {
    padding: 9.33vw 0;
  }

  .desc_txt_1 {
    font-size: 3.73vw;
  }

  .desc_list {
    gap: 2.67vw;
    flex-wrap: wrap;
    margin: 5.33vw 0 4vw;
  }

  .desc_list > li {
    width: 27.47vw;
    height: 27.47vw;
    font-size: 3.73vw;
  }
}
/*------------------------------
main_cont
------------------------------*/
.main_cont {
  padding: clamp(0px, 9.23vw, 120px) 0 clamp(0px, 7.69vw, 100px);
}

.box_green_line {
  border: clamp(0px, 0.92vw, 12px) solid var(--color-green);
  position: relative;
  box-shadow: clamp(0px, 0.46vw, 6px) clamp(0px, 0.46vw, 6px) 0 rgba(141, 195, 108, 0.3);
  border-radius: clamp(0px, 1.54vw, 20px);
  background-color: #fff;
  padding: clamp(0px, 7.69vw, 100px) clamp(0px, 3.08vw, 40px) clamp(0px, 5.77vw, 75px);
}

.box_green_line .box_inner {
  width: 74%;
  margin: 0 auto;
}

.box_note {
  margin-top: clamp(0px, 3.08vw, 40px);
}

.target {
  margin-bottom: clamp(0px, 5.38vw, 70px);
}

.amount {
  margin-bottom: clamp(0px, 9.23vw, 120px);
}

.period {
  margin-bottom: clamp(0px, 8.46vw, 110px);
}

.howto {
  margin-bottom: clamp(0px, 6.15vw, 80px);
}

.doc_list {
  max-width: 915px;
  margin: clamp(0px, 4.62vw, 60px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 1.92vw, 25px) clamp(0px, 5.77vw, 75px);
}

.doc_list > li a {
  min-height: clamp(0px, 7.69vw, 100px);
  display: block;
  font-size: clamp(0px, 2.23vw, 29px);
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: var(--color-purple);
  border-radius: clamp(0px, 1.54vw, 20px);
  padding: 1em 0.5em;
  text-align: center;
}

.doc_list > li a:hover {
  background-color: var(--color-pink);
  color: var(--color-purple);
}

.box_green {
  font-size: clamp(0px, 1.69vw, 22px);
  line-height: 1.6;
  text-align: center;
  background-color: #e1efd9;
  border-radius: clamp(0px, 1.54vw, 20px);
  padding: clamp(0px, 2.31vw, 30px);
}

.box_green .note {
  font-size: 0.8em;
}

.howto .box_green {
  width: clamp(0px, 67.69vw, 880px);
  margin: clamp(0px, 9.23vw, 120px) auto clamp(0px, 4.62vw, 60px);
}

.howto_txt {
  font-size: clamp(0px, 2.15vw, 28px);
  font-weight: bold;
  color: #ee869a;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: clamp(0px, 3.85vw, 50px);
}

.link_list {
  max-width: 1030px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0px, 3.08vw, 40px);
  margin: clamp(0px, 5.38vw, 70px) auto 0;
}

.link_list > li {
  width: clamp(0px, 38.23vw, 497px);
}

.link_list > li a {
  font-size: clamp(0px, 2.08vw, 27px);
  font-weight: bold;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4em 1em;
}

.link_list > li .arrow_r {
  content: "";
  width: clamp(0px, 1.08vw, 14px);
  display: inline-block;
  margin-left: clamp(0px, 1.15vw, 15px);
}

.link_list > li a:hover .arrow_r polyline {
  stroke: var(--color-purple);
  transition: all 0.2s;
  font-size: 3.73vw;
}

.txt_link {
  display: inline-block;
  font-size: clamp(0px, 1.85vw, 24px);
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #ee869a;
  margin: 1em 0;
  transition: all 0.2s;
}

.txt_link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.txt_link:hover::after {
  width: 100%;
}

.txt_link_arrow {
  position: relative;
  padding-left: 1.2em;
}

.txt_link_arrow::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .main_cont {
    padding: 4vw 0 5.33vw;
  }

  .box_green_line {
    border: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    padding: 4vw 0 5.33vw;
  }

  .box_green_line .box_inner {
    width: 90%;
  }

  .box_note {
    margin-top: 5.33vw;
  }

  .target, .amount, .period, .howto {
    margin-bottom: 10.67vw;
  }

  .amount .cont_ttl_1 {
    margin-bottom: 8vw;
  }

  .doc_list {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    margin: 5.33vw auto 0;
    gap: 2.67vw;
  }

  .doc_list > li a {
    min-height: 15.47vw;
    font-size: 4.27vw;
    border-radius: 5.33vw;
  }

  .howto_list {
    margin-top: 5.33vw;
    font-size: 4.27vw;
    letter-spacing: normal;
  }

  .box_green {
    font-size: 3.73vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
    border-radius: 4.53vw;
    padding: 4vw 2.67vw;
  }

  .howto .box_green {
    width: 92%;
    margin: 8vw auto;
  }

  .box_green .note {
    font-size: 1em;
  }

  .howto_txt {
    font-size: 4.53vw;
    line-height: 1.2;
  }

  .link_list {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    margin: 10.67vw auto 0;
  }

  .link_list > li {
    width: 100%;
  }

  .link_list > li a {
    font-size: 4vw;
  }

  .link_list > li .arrow_r {
    width: 2.93vw;
    height: 4.27vw;
    font-size: 4vw;
  }

  .txt_link {
    font-size: 4vw;
  }
}
/*------------------------------
下部固定ボタン
------------------------------*/
.fixed_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color-green);
    padding: 4vw 0;
    z-index: 99;
  }

  .fixed_btn .btn_link {
    font-size: 4.27vw;
    font-weight: bold;
    color: var(--color-purple);
    text-align: center;
    width: 84vw;
    height: 18.67vw;
    background-color: #fff;
    border: 0.8vw solid var(--color-purple);
    border-radius: 3.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }

  .fixed_btn .btn_link svg {
    display: inline-block;
    margin-left: 3.2vw;
  }

  /* 下部余白・トップに戻るボタン調整 */
  .wrapper {
    padding-bottom: 26.66vw;
  }

  .page_top {
    bottom: 28vw;
  }
}