@charset "UTF-8";
/*------------------------------
背景
------------------------------*/
.wrapper::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("../img/bg_top.png") no-repeat top center/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.main_cont .cont_inner {
  padding: 150px 0 120px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .main_cont .cont_inner {
    padding: 10vw 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper::before {
    background: url("../img/bg_top_sp.png") no-repeat top center/100% auto;
    z-index: 4;
  }

  .main_cont .cont_inner {
    padding: 0 0 60px;
  }
}
/*------------------------------
header
------------------------------*/
.head_inner {
  padding-top: 55px;
}

.head_logo {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .head_inner {
    padding-top: 3.77vw;
  }
}
@media screen and (max-width: 767px) {
  .head_inner {
    padding-top: 6.66vw;
  }
}
/*------------------------------
footer
------------------------------*/
@media screen and (max-width: 767px) {
  .foot_inner::before {
    width: 54px;
    aspect-ratio: 54/52;
    background: url("../img/foot_deco_sp.png") no-repeat center center/contain;
    mix-blend-mode: normal;
    top: -50px;
    right: -12px;
  }
}
/*------------------------------
mv
------------------------------*/
#mv {
  width: 1460px;
  max-width: 96%;
  text-align: center;
  margin: 0 auto -70px;
}

#mv .ttl {
  position: relative;
}

#mv .ttl::before {
  content: "";
  width: 140px;
  height: auto;
  aspect-ratio: 157/139;
  background: url("../img/mv_deco.png") no-repeat center center/contain;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 174px;
  left: 45px;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #mv {
    margin: 0 auto -4.79vw;
  }

  #mv .ttl::before {
    width: 9.33vw;
    top: 11.6vw;
    left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    max-width: 100%;
    margin: 0 auto -48px;
  }

  #mv img {
    display: block;
    width: 495px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #mv .ttl {
    max-width: 375px;
    margin: 0 auto;
  }

  #mv .ttl::before {
    width: 49px;
    top: 38px;
    left: 34px;
  }
}
/*------------------------------
intro
------------------------------*/
#intro {
  background-color: #fff9b1;
  position: relative;
}

#intro::before,
#intro::after {
  content: "";
  width: 100%;
  height: 85px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}

#intro::before {
  background-position: top center;
  bottom: calc(100% - 1px);
  background-image: url("../img/bg_wave_top.png");
}

#intro::after {
  background-position: bottom center;
  top: calc(100% - 1px);
  background-image: url("../img/bg_wave_btm.png");
}

#intro .inner_l {
  max-width: 80%;
  position: relative;
  padding: 20px 0 0;
}

#intro .inner_l::before {
  content: "";
  width: 134px;
  height: auto;
  aspect-ratio: 134/143;
  background: url("../img/intro_deco.png") no-repeat center center/contain;
  position: absolute;
  top: -110px;
  left: calc(100% - 65px);
  z-index: 3;
}

#intro .inner_l::after {
  content: "";
  width: 122px;
  height: auto;
  aspect-ratio: 122/150;
  background: url("../img/intro_deco2.png") no-repeat center center/contain;
  position: absolute;
  bottom: -180px;
  right: calc(100% - 40px);
  z-index: 3;
}

#intro .txt {
  color: #7a6b6d;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.96;
  letter-spacing: 0.2em;
  text-align: center;
  overflow: hidden;
}

#intro .txt em {
  font-size: 1.3em;
  font-weight: inherit;
}

#intro .txt .marker {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0 0 3px 0;
  display: inline;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #intro::before, #intro::after {
    height: 5.66vw;
  }

  #intro .inner_l {
    padding: 1.33vw 0 0;
  }

  #intro .inner_l::before {
    width: 8.93vw;
    top: -7.34vw;
    left: calc(100% - 4.33vw);
  }

  #intro .inner_l::after {
    width: 8.13vw;
    bottom: -12vw;
    right: calc(100% - 2.66vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #intro .txt {
    font-size: max(2.08vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  #intro::before {
    height: 30px;
    background-image: url("../img/bg_wave_top_sp.png");
    z-index: 3;
  }

  #intro::after {
    height: 30px;
    background-image: url("../img/bg_wave_btm_sp.png");
  }

  #intro .inner_l::before {
    content: none;
  }

  #intro .inner_l::after {
    width: 48px;
    bottom: auto;
    top: -40px;
    right: calc(100% - 50px);
  }

  #intro .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

  #intro .inner_l {
    width: 92%;
    max-width: 375px;
    padding: 10px 0 20px;
  }
}
/*------------------------------
menu
------------------------------*/
#menu {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #menu {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: var(--color-light-green);
    padding: 12px 0;
  }

  #menu .menu {
    max-width: 96%;
    margin: 0 auto;
  }
}
/*------------------------------
content
------------------------------*/
.outline {
  position: relative;
}

.cont:not(:first-child) {
  margin-top: 70px;
}

.main_cont {
  background-image: url("../img/bg_flower.png");
  background-repeat: no-repeat;
  background-position: top 170px center;
  background-size: 1756px auto;
}

.main_cont .cont_inner {
  position: relative;
}

.main_cont .cont_inner .bg::before {
  content: "";
  width: 1650px;
  height: auto;
  aspect-ratio: 1725/2920;
  background: url("../img/bg_leaf.png") no-repeat top center/contain;
  position: absolute;
  top: 1000px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .main_cont .cont_inner .bg::before {
    width: 108.66vw;
    top: 66.66vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cont:not(:first-child) {
    margin-top: 5.83vw;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    padding-top: 20px;
  }

  .cont:not(:first-child) {
    margin-top: 30px;
  }

  .main_cont .cont_inner .bg::before {
    content: none;
  }
}
/*申請方法*/
.txt_red {
  color: #e60012;
}

#howto .txt_black {
  margin: 2em 0;
}

.txt_box {
  border: 1px solid #e60012;
  padding: 0.7em 1.5em;
  margin-bottom: 1em;
}

.txt_box .txt_em {
  font-size: 20px;
  line-height: 1.4;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  .txt_box .txt_em {
    font-size: 14px;
  }
}
#howto {
  margin-top: 120px;
  position: relative;
}

.step_img {
  text-align: center;
  margin: 40px 0 60px;
}

.pdf_btn a {
  width: 350px;
  max-width: 100%;
  height: 58px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.pdf_btn a > span {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

.dl_box_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.dl_box {
  width: calc((100% - 40px) / 2);
  background-color: #fffcdb;
  padding: 20px 25px 25px;
}

.dl_box.w100 {
  width: 100%;
  padding: 30px 65px 40px;
}

.dl_ttl {
  color: #7a6b6d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

.dl_box.w100 .dl_ttl {
  margin-bottom: 30px;
}

.howto_ttl {
  margin-top: 35px;
}

.howto_doc {
  max-width: 680px;
  margin: 0 auto 50px;
}

.txt_link_arrow {
  font-size: 14px;
  color: var(--color-pink);
  font-weight: normal;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.txt_link_arrow:hover {
  text-decoration: underline;
}

.txt_link_arrow::before {
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 6/10;
  -webkit-mask: url("../img/arrow_r_pink.svg") no-repeat;
  mask: url("../img/arrow_r_pink.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-pink);
  position: absolute;
  top: 0.55em;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #howto {
    margin-top: 10vw;
  }

  .step_img {
    margin: 3.33vw 0 5vw;
  }

  .dl_box_wrap {
    gap: 15px 15px;
  }

  .dl_box {
    width: calc((100% - 15px) / 2);
    padding: 10px 15px 15px;
  }

  .dl_box.w100 {
    padding: 2.5vw 5.41vw 3.33vw;
  }

  .dl_ttl {
    font-size: 20px;
  }

  .dl_box.w100 .dl_ttl {
    margin-bottom: 2.5vw;
  }

  .txt_link_arrow {
    font-size: max(1.17vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  #howto {
    margin-top: 30px;
  }

  #howto::before, #howto::after {
    content: none;
  }

  .howto_ttl {
    margin-top: 30px;
  }

  .step_img {
    margin: 15px -10px 30px;
  }

  .pdf_btn a {
    width: 300px;
    max-width: 100%;
    height: 50px;
    border-radius: 10px;
  }

  .pdf_btn a > span {
    font-size: 20px;
  }

  .dl_box_wrap {
    flex-direction: column;
    gap: 15px 20px;
  }

  .dl_box {
    width: 100%;
    padding: 15px;
  }

  .dl_ttl {
    font-size: 16px;
  }

  .howto_doc {
    margin: 0 auto 30px;
  }

  .txt_link_arrow {
    font-size: 12px;
  }
}
/*申請書類*/
#link {
  margin: 100px 0 65px;
}

.dl_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.dl_box.w100 .dl_list li {
  width: calc((100% - 70px) / 2);
}

.dl_list li {
  width: calc((100% - 10px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dl_list li a {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.dl_list li a span {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #link {
    margin: 8.33vw 0 5.41vw;
  }

  .dl_list {
    gap: 0.83vw;
  }

  .dl_list li {
    width: calc(50% - 0.83vw);
  }

  .dl_box.w100 .dl_list li {
    width: calc((100% - 5.83vw) / 2);
  }

  .dl_list li a span {
    font-size: max(1.66vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  #link {
    margin: 50px 0 30px;
  }

  .dl_list {
    gap: 15px;
  }

  .dl_list li {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .dl_list li a {
    height: 50px;
    border-radius: 8px;
  }

  .dl_list li a span {
    font-size: 20px;
  }

  .dl_box.w100 {
    padding: 15px;
  }

  .dl_box.w100 .dl_list li {
    width: 300px;
  }

  .dl_box.w100 .dl_ttl {
    margin-bottom: 10px;
  }
}
/* 注意事項 */
#caution {
  position: relative;
}

#caution .note li {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #caution .note li {
    font-size: max(1.33vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  #caution .note li {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* 申請ボタン */
.btn_area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 90px;
}

.btn_area > div {
  width: 100%;
}

.btn3 {
  width: 420px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 420/158;
  font-size: 25px;
  font-weight: bold;
  color: #7a6b6d;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  padding: 1em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-mask: url("../img/btn_mask.svg") no-repeat;
  mask: url("../img/btn_mask.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-light-yellow);
  position: relative;
}

.btn3:hover {
  color: #fff;
  background-color: var(--color-light-green);
}

.btn3::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url("../img/arrow_btn_gray.svg") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4em;
}

.btn3:hover::before {
  background-image: url("../img/arrow_btn_white.svg");
}

.btn3_wrap {
  max-width: 100%;
  position: relative;
  display: inline-block;
}

.btn3_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg_btn.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.btn3_wrap:hover::before {
  background: none;
}

.btn3 > span {
  transform: translate(-1.2em, -0.2em);
}

.appli_btn2 .btn3 > span {
  transform: translate(-1.2em, 0);
}

.btn3 em {
  font-size: 1.5em;
  font-weight: inherit;
}

.btn3 .small {
  font-size: 0.8em;
  display: inline-block;
  transform: translateY(-0.4em);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn_area {
    gap: 3.33vw;
    margin-top: 7.5vw;
  }

  .btn3 {
    width: 35vw;
    height: 13.16vw;
    font-size: 2.08vw;
  }

  .btn3::before {
    right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .btn_area {
    max-width: 420px;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto 0;
  }

  .btn3 {
    font-size: 18px;
  }

  .btn3::before {
    right: 1.66em;
  }
}
