@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}


.project .header_btn {
  width: 11.8%;
  height: 0;
  padding-bottom: 6.95%;
  background-image: url("../images/banner_btn.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 44%;
  bottom: 22%;
  animation: scale 0.6s linear infinite alternate;
  z-index: 2;
}
@media (max-width: 1440px) {
  .project .header_btn {
    width: 10.03%;
    padding-bottom: 5.9075%;
    left: 45%;
  }
}
@media (max-width: 980px) {
  .project .header_btn {
    width: 29.693877551%;
    padding-bottom: 17.5510204082%;
    left: 4%;
    bottom: 52%;
    animation: scale-sp 0.8s linear infinite alternate;
  }
}
.project .tips .sec_title {
  color: #db4218;
}
.project .tips .sec_title::before {
  width: 2.75rem;
  height: 2.1875rem;
  left: calc(50% - 22px);
  background-image: url("../images/icon_title-spring.svg");
}
@media (max-width: 980px) {
  .project .tips .sec_title::before {
    width: 2.2rem;
    height: 1.75rem;
    left: calc(50% - 17.6px);
  }
}
.project .tips .sec_caption {
  color: #3f1307;
}
.project .tips .cards {
  justify-content: center;
  gap: 9.375rem 3.125rem;
  margin-top: 5rem;
  margin-bottom: unset;
}
@media (max-width: 1440px) {
  .project .tips .cards {
    gap: 5rem 3.125rem;
  }
}
@media (max-width: 980px) {
  .project .tips .cards {
    margin-top: 3.125rem;
  }
}
.project .tips .cards_link_w {
  padding-right: 4.6875rem;
}
@media (max-width: 980px) {
  .project .tips .cards_link_w {
    padding-right: 3.125rem;
  }
}
.project .tips .cards_link_container {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  margin-top: auto;
}
.project .tips .cards_link_container a {
  word-break: keep-all;
  padding: 0.5rem 3.4375rem 0.5rem 1.5625rem;
}
.project .tips .cards_link_container .search_btn:after {
  background-image: url("../images/spring_1.svg");
  width: 1.1875rem;
  height: 1.125rem;
  top: calc(50% - 8px);
}
.project .tips .cards_item {
  max-width: 320px;
  width: 100%;
  padding: 3.4375rem 2.1875rem 2.5rem 2.1875rem;
  box-sizing: border-box;
  background-color: white;
  border-radius: 1.25rem;
  border: 0.125rem solid #db4218;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .project .tips .cards_item {
    width: 30%;
  }
}
@media (max-width: 980px) {
  .project .tips .cards_item {
    width: 100%;
    max-width: 37.5rem;
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
}
.project .tips .cards_item::before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  background-color: transparent;
  border: 0.125rem solid #db4218;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.project .tips .cards_item:nth-child(2) .cards_sign::before {
  content: "";
  width: 53.6585365854%;
  padding-bottom: 46.3414634146%;
  background-image: url("../images/spring_1.svg");
  left: 23.1707317073%;
  top: 26.8292682927%;
}
.project .tips .cards_item:nth-child(1) .cards_sign::before {
  content: "";
  width: 43.9024390244%;
  padding-bottom: 40.243902439%;
  background-image: url("../images/spring_2.svg");
  left: 28.0487804878%;
  top: 29.8780487805%;
}
.project .tips .cards_item:nth-child(3) .cards_sign::before {
  content: "";
  width: 50%;
  padding-bottom: 42.6829268293%;
  background-image: url("../images/spring_3.svg");
  left: 25%;
  top: 28.6585365854%;
}
@media (max-width: 980px) {
  .project .tips .cards_item:last-child {
    margin-bottom: 0;
  }
}
.project .tips .cards_sign {
  position: absolute;
  width: 85px;
  height: 0;
  padding-bottom: 85px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  top: -13.6666666667%;
  border-radius: 50%;
  background-color: #db4218;
}
@media (max-width: 980px) {
  .project .tips .cards_sign {
    width: 3.75rem;
    padding-bottom: 3.75rem;
    top: -1.875rem;
  }
}
.project .tips .cards_sign::before {
  content: "";
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}
.project .tips .cards_title {
  color: #db4218;
  font-size: 1.34375rem;
}
.project .tips .cards_text {
  margin-bottom: 1.875rem;
}
.project .award {
  padding-top: 4.375rem;
}
.project .award .sec_title {
  color: #53aa7d;
}
.project .award .sec_title::before {
  width: 2.9375rem;
  height: 2.375rem;
  left: calc(50% - 23.5px);
  background-image: url("../images/icon_title-award.svg");
}
@media (max-width: 980px) {
  .project .award .sec_title::before {
    width: 2.35rem;
    height: 1.9rem;
    left: calc(50% - 18.8px);
  }
}
.project .award .sec_caption {
  margin-bottom: 2.5rem;
}
.project .award .search_hotel_btn {
  background-color: #53aa7d;
  color: white;
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.125rem 0.75rem 1.5625rem;
  max-width: 11.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 5.625rem;
  border-radius: 1.875rem;
}
@media (max-width: 980px) {
  .project .award .search_hotel_btn {
    margin-bottom: 3.125rem;
  }
}
.project .award .search_hotel_btn:after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/spring_1.svg");
  width: 1.1875rem;
  height: 1.125rem;
  top: calc(50% - 8px);
  right: 0.9375rem;
}
.project .award .cards {
  margin-top: 0.9375rem;
}
@media (max-width: 980px) {
  .project .award .cards {
    width: 100%;
    max-width: 18.75rem;
    margin: 1.875rem auto;
  }
}
@media (max-width: 980px) {
  .project .award .cards {
    max-width: 25rem;
  }
}
.project .award .cards_item {
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 980px) {
  .project .award .cards_item {
    width: 80%;
    margin: 0 auto 1.875rem;
  }
}
.project .award .cards_item:nth-child(1) .cards_img, .project .award .cards_item:nth-child(6) .cards_img, .project .award .cards_item:nth-child(8) .cards_img {
  border: 0.125rem solid #53aa7d;
}
.project .award .cards_item:nth-child(1) .cards_img::before, .project .award .cards_item:nth-child(6) .cards_img::before, .project .award .cards_item:nth-child(8) .cards_img::before {
  background-image: url("../images/award_circle1.svg");
  left: -0.5rem;
  bottom: -0.5rem;
}
.project .award .cards_item:nth-child(1) .cards_sign, .project .award .cards_item:nth-child(6) .cards_sign, .project .award .cards_item:nth-child(8) .cards_sign {
  background-color: #53aa7d;
}
.project .award .cards_item:nth-child(2), .project .award .cards_item:nth-child(4), .project .award .cards_item:nth-child(9) {
  box-sizing: border-box;
}
.project .award .cards_item:nth-child(2) .cards_img, .project .award .cards_item:nth-child(4) .cards_img, .project .award .cards_item:nth-child(9) .cards_img {
  border: 0.125rem solid #eb6b6a;
}
@media (max-width: 980px) {
  .project .award .cards_item:nth-child(2), .project .award .cards_item:nth-child(4), .project .award .cards_item:nth-child(9) {
    padding-top: unset;
  }
}
.project .award .cards_item:nth-child(2) .cards_img::before, .project .award .cards_item:nth-child(4) .cards_img::before, .project .award .cards_item:nth-child(9) .cards_img::before {
  background-image: url("../images/award_circle_yellow.svg");
  right: -0.5rem;
  top: -0.5rem;
  transform: rotate(180deg);
}
.project .award .cards_item:nth-child(2) .cards_img::after, .project .award .cards_item:nth-child(4) .cards_img::after, .project .award .cards_item:nth-child(9) .cards_img::after {
  width: 84.375%;
  padding-bottom: 85.9375%;
  top: 7.03125%;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .project .award .cards_item:nth-child(2) .cards_img::after, .project .award .cards_item:nth-child(4) .cards_img::after, .project .award .cards_item:nth-child(9) .cards_img::after {
    width: 80.15625%;
    padding-bottom: 81.640625%;
    top: 10.9375%;
  }
}
.project .award .cards_item:nth-child(2) .cards_sign, .project .award .cards_item:nth-child(4) .cards_sign, .project .award .cards_item:nth-child(9) .cards_sign {
  background-color: #eb6b6a;
}
.project .award .cards_item:nth-child(2) .cards_title, .project .award .cards_item:nth-child(4) .cards_title, .project .award .cards_item:nth-child(9) .cards_title {
  color: #eb6b6a;
}
.project .award .cards_item:nth-child(3) .cards_img, .project .award .cards_item:nth-child(5) .cards_img, .project .award .cards_item:nth-child(7) .cards_img {
  border: 0.125rem solid #f4ac00;
}
.project .award .cards_item:nth-child(3) .cards_img::before, .project .award .cards_item:nth-child(5) .cards_img::before, .project .award .cards_item:nth-child(7) .cards_img::before {
  background-image: url("../images/award_circle2.svg");
  right: -0.5rem;
  bottom: -0.5rem;
  transform: rotateY(180deg);
}
.project .award .cards_item:nth-child(3) .cards_sign, .project .award .cards_item:nth-child(5) .cards_sign, .project .award .cards_item:nth-child(7) .cards_sign {
  background-color: #f4ac00;
}
.project .award .cards_item:nth-child(3) .cards_title, .project .award .cards_item:nth-child(5) .cards_title, .project .award .cards_item:nth-child(7) .cards_title {
  color: #f4ac00;
}
.project .award .cards_item:nth-child(1) .cards_img::after {
  width: 62.5%;
  top: 12%;
  background-image: url("../images/award_1.png");
}
.project .award .cards_item:nth-child(2) .cards_img::after {
  width: 71.875%;
  padding-bottom: 71.875%;
  top: 15%;
  background-image: url("../images/award_2.png");
}
.project .award .cards_item:nth-child(3) .cards_img::after {
  background-image: url("../images/award_3.png");
  width: 71.875%;
}
@media (max-width: 1440px) {
  .project .award .cards_item:nth-child(3) .cards_img::after {
    width: 68.28125%;
  }
}
.project .award .cards_item:nth-child(4) .cards_img::after {
  background-image: url("../images/award_4.png");
  width: 59.375%;
}
.project .award .cards_item:nth-child(5) .cards_img::after {
  background-image: url("../images/award_5.png");
}
.project .award .cards_item:nth-child(6) .cards_img::after {
  background-image: url("../images/award_6.png");
}
.project .award .cards_item:nth-child(7) .cards_img::after {
  background-image: url("../images/award_7.png");
  width: 53.125%;
}
.project .award .cards_item:nth-child(8) .cards_img::after {
  background-image: url("../images/award_8.png");
  width: 54.6875%;
}
.project .award .cards_item:nth-child(9) .cards_img::after {
  background-image: url("../images/award_9.png");
}
.project .award .cards_item:last-child {
  margin-bottom: unset;
}
.project .award .cards_img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.125rem solid #53aa7d;
  margin-bottom: 1.875rem;
  position: relative;
  background-color: white;
}
@media (max-width: 980px) {
  .project .award .cards_img {
    margin-bottom: 0.625rem;
  }
}
.project .award .cards_img::before {
  content: "";
  display: block;
  width: 51.875%;
  height: 0;
  padding-bottom: 51.875%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.project .award .cards_img::after {
  content: "";
  display: block;
  width: 78.4375%;
  height: 0;
  padding-bottom: 72.5%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  top: 13.75%;
}
@media (max-width: 1440px) {
  .project .award .cards_img::after {
    width: 70.59375%;
    padding-bottom: 65.25%;
    top: 17.375%;
  }
}
.project .award .cards_sign {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #53aa7d;
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .project .award .cards_sign {
    width: 4.35rem;
    height: 4.35rem;
    left: -0.3125rem;
  }
}
.project .award .cards_title {
  font-size: 1.5rem;
  color: #53aa7d;
  letter-spacing: 0.025em;
  line-height: 1.75rem;
}
@media (max-width: 1440px) {
  .project .award .cards_title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 980px) {
  .project .award .cards_title {
    margin-top: 0.625rem;
    line-height: 1.2;
    font-size: 1.125rem;
  }
}
.project .award .cards_title small {
  font-size: 1.25rem;
}
@media (max-width: 980px) {
  .project .award .cards_title small {
    font-size: 1rem;
  }
}
.project .award .cards_tag {
  width: 10.625rem;
  padding: 0.125rem 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0.625rem 0;
  border: 0.0625rem solid #898989;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #464646;
}
.project .award .cards_text {
  text-align: center;
}
.project .award .sec_link a {
  background-color: #328644;
}
.project .sign {
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.59375rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .project .sign {
    font-size: 1.375rem;
  }
}
.project .form .sec_title {
  color: #db4218;
}
.project .form .sec_title::before {
  width: 2.375rem;
  height: 2.375rem;
  left: calc(50% - 19px);
  background-image: url("../images/icon_title-gift.svg");
}
@media (max-width: 980px) {
  .project .form .sec_title::before {
    width: 1.9rem;
    height: 1.9rem;
    left: calc(50% - 15.2px);
  }
}
.project .form .sec_caption {
  color: #3f1307;
}
.project .form .sec_caption .heightlight {
  background-image: url("../images/lightheight.png");
}
.project .form_block {
  margin: 3.125rem 0;
  padding: 1.875rem 3.125rem;
  box-sizing: border-box;
  background-color: white;
  border-radius: 1.25rem;
  position: relative;
  text-align: center;
}
@media (max-width: 980px) {
  .project .form_block {
    padding: 1.25rem;
    margin: 1.875rem 0 0;
  }
}
.project .form_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0.125rem solid white;
  box-sizing: border-box;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  z-index: -1;
}
.project .form_title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #db4218;
}
@media (max-width: 980px) {
  .project .form_title {
    font-size: 1.25rem;
  }
}
.project .form_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.project .form_group--select .form_input {
  width: calc(75% - 210px);
}
@media (max-width: 980px) {
  .project .form_group--select .form_input {
    width: 100%;
  }
}
.project .form_group--file .form_input {
  width: 23.9130434783%;
  margin-right: auto;
  font-size: 0.875rem;
}
@media (max-width: 980px) {
  .project .form_group--file .form_input {
    width: 100%;
  }
}
.project .form_group--file p {
  width: calc(75% - 210px);
  text-align: left;
  color: #a19898;
  box-sizing: border-box;
  font-size: 0.9375rem;
}
@media (max-width: 980px) {
  .project .form_group--file p {
    width: 100%;
  }
}
.project .form_group--vercode .form_input {
  width: 23.9130434783%;
  margin-right: 0.625rem;
}
@media (max-width: 980px) {
  .project .form_group--vercode .form_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.project .form_group--vercode picture {
  width: 100%;
  max-width: 12.5rem;
  margin-right: 0.9375rem;
}
@media (max-width: 980px) {
  .project .form_group--vercode picture {
    max-width: 9.375rem;
  }
}
.project .form_group--vercode a {
  text-decoration: none;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  color: #4f529d;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
.project .form_group--vercode a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #484a97;
  position: absolute;
  left: -0.1em;
  bottom: -0.1875rem;
}
.project .form_label {
  display: inline-block;
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  letter-spacing: 0.05em;
  text-align: right;
  padding-right: 1.875rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 980px) {
  .project .form_label {
    width: auto;
    text-align: left;
    padding-bottom: 0.3125rem;
  }
}
.project .form_label::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: 0.4375rem;
  top: calc(50% - 0.75rem);
}
.project .form_label a {
  text-decoration: none;
  color: #eb6b6a;
  font-weight: bold;
}
.project .form_label p {
  position: absolute;
  right: 1.75rem;
  top: calc(50% - 2.25rem);
}
@media (max-width: 980px) {
  .project .form_label p {
    position: static;
    right: unset;
    top: unset;
  }
}
.project .form_input {
  width: calc(100% - 210px);
  box-sizing: border-box;
  border: 0.0625rem solid #bfbfbf;
  border-radius: 0.625rem;
  padding: 0.9375rem;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .project .form_input {
    width: 100%;
  }
}
.project .form_select {
  width: 23.9130434783%;
  margin-right: auto;
  position: relative;
}
@media (max-width: 980px) {
  .project .form_select {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.project .form_select::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.4375rem;
  background-image: url("../images/icon_select.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.625rem;
  bottom: 1.375rem;
  pointer-events: none;
}
@media (max-width: 980px) {
  .project .form_select::after {
    right: 0.9375rem;
    bottom: calc(50% - 3.5px);
  }
}
.project .form_alert {
  display: inline-block;
  font-size: 1rem;
  color: #eb6b6a;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 0.9375rem;
}
@media (max-width: 575px) {
  .project .form_alert {
    display: block;
    text-align: left;
    padding-left: 1.25rem;
  }
}
.project .form_alert::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url("../images/icon_alert.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.9375rem;
  top: calc(50% - 6.5px);
}
@media (max-width: 575px) {
  .project .form_alert::before {
    top: 0.3125rem;
    left: 0;
  }
}
.project .form strong {
  font-size: 1rem;
  color: #eb6b6a;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.project .form_hide {
  display: inline-block;
  width: 13.125rem;
  padding-right: 1.0625rem;
  visibility: hidden;
}
@media (max-width: 980px) {
  .project .form_hide {
    display: none;
  }
}
.project .rule {
  position: relative;
}
.project .rule::before, .project .rule:after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 15%;
  padding-bottom: 5.75%;
}
.project .rule:before {
  background-image: url("../images/cloud_l.svg");
  top: 65%;
  left: -2%;
  transform: scaleX(-1);
}
@media (max-width: 1440px) {
  .project .rule:before {
    transform: scaleX(-1) scale(0.8);
    left: -2.5%;
  }
}
@media (max-width: 980px) {
  .project .rule:before {
    display: none;
  }
}
.project .rule::after {
  background-image: url("../images/cloud_r.svg");
  right: -1.75%;
  top: 14.5vw;
}
@media (max-width: 1440px) {
  .project .rule::after {
    right: -2.25%;
    transform: scale(0.8);
    top: 17vw;
  }
}
@media (max-width: 980px) {
  .project .rule::after {
    display: none;
  }
}
.project .rule .sec_title {
  color: #129577;
}
.project .rule .sec_title::before {
  width: 2.875rem;
  height: 2.625rem;
  left: calc(50% - 23px);
  background-image: url("../images/icon_title-rule.svg");
}
.project .rule_tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  position: relative;
  z-index: 1;
}
.project .rule .tab {
  width: 49.8%;
  background-color: #c9c9c9;
  color: white;
  border-radius: 0.3125rem;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0.9375rem 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.project .rule .tab--active, .project .rule .tab:hover {
  background-color: #f95d5c;
}
.project .rule .tab:first-child i {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../images/icon_rule1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.project .rule .tab:nth-child(2) i {
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("../images/icon_rule2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.project .rule_wrapper {
  padding: 1.875rem 2.1875rem 5rem 3.4375rem;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0 0 1.25rem 1.25rem;
  position: relative;
}
@media (max-width: 980px) {
  .project .rule_wrapper {
    padding: 1.5625rem 1.5625rem 2.1875rem 1.875rem;
  }
}
.project .rule_wrapper::before, .project .rule_wrapper::after {
  content: "";
  display: block;
  height: 0;
  box-sizing: border-box;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project .rule_wrapper::after {
  width: 14.7787610619%;
  padding-bottom: 13.2743362832%;
  background-image: url("../images/Calla_lily.svg");
  right: -23.8938053097%;
  bottom: 9.0625rem;
}
@media (max-width: 1440px) {
  .project .rule_wrapper::after {
    right: -140px;
    transform: scale(0.8);
  }
}
@media (max-width: 980px) {
  .project .rule_wrapper::after {
    display: none;
  }
}
.project .rule_block {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s;
  color: #464646;
}
.project .rule_block--open {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.project .rule .block_item {
  display: inline-block;
  width: 30%;
  position: relative;
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}
.project .rule .block_item:hover {
  color: gray;
}
.project .rule .block_img {
  width: 100%;
  display: blcok;
}
.project .rule_subtitle {
  margin: 1.875rem 0 1.25rem;
  font-size: 1.303125rem;
  letter-spacing: 0.05em;
  color: #eb6b6a;
  font-weight: bold;
  padding-left: 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.project .rule_subtitle::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #eb6b6a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.project .rule_subtitle:first-child {
  margin-top: unset;
}
.project .rule ul {
  padding-left: 1.25rem;
  box-sizing: border-box;
  list-style: decimal;
  list-style-position: outside;
}
.project .rule li {
  letter-spacing: 1.5px;
  font-size: 1.040625rem;
}
@media (max-width: 980px) {
  .project .rule li {
    font-size: 1rem;
  }
}
.project .rule li a {
  color: #464646;
  text-decoration: none;
}
.project .rule li {
  margin: 0.3125rem 0;
}
.project .rule li p {
  box-sizing: border-box;
  position: relative;
  margin-top: 1.875rem;
}
.project .rule li p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: -23px;
  top: 0;
}
.project .rule li p a {
  text-decoration: none;
  color: #eb6b6a;
  display: inline-block;
  font-weight: bold;
  transition: all 0.3s;
}
.project .rule li p a:hover {
  text-decoration: underline;
}
.project .rule ol {
  padding-left: 1.25rem;
  box-sizing: border-box;
  list-style: upper-alpha;
  list-style-position: outside;
}
.project .rule_table {
  overflow: auto;
  margin-bottom: 1.25rem;
  width: 83%;
}
@media (max-width: 980px) {
  .project .rule_table {
    width: 100%;
  }
}
.project .activity {
  position: relative;
  background-color: #fcd3cd;
  padding-top: 10.625rem;
}
@media (max-width: 980px) {
  .project .activity {
    padding-top: 6.875rem;
  }
}
.project .activity::before {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/ppl_stamp.png");
  width: 10.6%;
  padding-bottom: 14.3%;
  right: 6%;
  top: 37.5%;
}
@media (max-width: 1440px) {
  .project .activity::before {
    width: 8.48%;
    padding-bottom: 11.44%;
    right: 1.2%;
    top: 30%;
  }
}
@media (max-width: 980px) {
  .project .activity::before {
    display: none;
  }
}
.project .activity::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 7.95%;
  box-sizing: border-box;
  background-image: url("../images/tips-wave_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 980px) {
  .project .activity::after {
    width: 125rem;
    bottom: -0.25rem;
  }
}
.project .activity .container {
  position: relative;
  z-index: 1;
  padding-bottom: 390px;
}
@media (max-width: 1440px) {
  .project .activity .container {
    padding-bottom: 250px;
  }
}
@media (max-width: 980px) {
  .project .activity .container {
    padding-bottom: 120px;
  }
}
.project .activity .container:before {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/tree_stamp_l.png");
  width: 12.9203539823%;
  padding-bottom: 12.9203539823%;
  left: -17.6991150442%;
  top: 53.0973451327%;
  z-index: 3;
}
@media (max-width: 1440px) {
  .project .activity .container:before {
    width: 10.3362831858%;
    padding-bottom: 10.3362831858%;
    left: -12.389380531%;
    top: 42.4778761062%;
  }
}
@media (max-width: 980px) {
  .project .activity .container:before {
    display: none;
  }
}
.project .activity_title {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 125px;
  background-color: #db4218;
  display: inline-block;
  max-width: 23.75rem;
  width: 100%;
  margin: auto;
  text-align: center;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 2.8125rem;
  font-size: 2.3125rem;
  color: white;
  font-weight: bold;
  padding: 0.9375rem;
}
@media (max-width: 980px) {
  .project .activity_title {
    font-size: 1.5rem;
    padding: 0.625rem;
    max-width: 17.5rem;
    top: 5rem;
  }
}
.project .activity .sec_title {
  color: #db4218;
  margin-bottom: 5.625rem;
}
@media (max-width: 980px) {
  .project .activity .sec_title {
    margin-bottom: 3.125rem;
  }
}
.project .activity .sec_title:after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/stamp_icon.png);
  width: 67px;
  height: 53px;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
@media (max-width: 980px) {
  .project .activity .sec_title:after {
    width: 50px;
    height: 40px;
    top: -35px;
  }
}
.project .activity_wrapper {
  position: relative;
}
.project .activity_wrapper:before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/flower_stamp_sec.png);
  width: 25.8407079646%;
  padding-bottom: 17.6991150442%;
  display: block;
  box-sizing: border-box;
  left: -16.814159292%;
  top: 7.0796460177%;
  z-index: 3;
}
@media (max-width: 1440px) {
  .project .activity_wrapper:before {
    width: 20.6725663717%;
    padding-bottom: 14.1592920354%;
    left: -13.4513274336%;
    top: 5.6637168142%;
  }
}
@media (max-width: 980px) {
  .project .activity_wrapper:before {
    display: none;
  }
}
.project .activity_wrapper::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0.125rem solid #eb6b6a;
  box-sizing: border-box;
  left: 0.625rem;
  top: 0.9375rem;
}
.project .activity_container {
  background-color: white;
  border-radius: 1.25rem;
  border: 0.125rem solid #eb6b6a;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.project .activity_container:before, .project .activity_container:after {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project .activity_container:before {
  background-image: url(../images/tree_stamp_r.png);
  width: 9.6460176991%;
  padding-bottom: 11.592920354%;
  right: -21.2389380531%;
  top: 19.4690265487%;
}
@media (max-width: 1440px) {
  .project .activity_container:before {
    width: 7.7168141593%;
    padding-bottom: 9.2743362832%;
    right: -10.6194690265%;
    top: 15.5752212389%;
  }
}
@media (max-width: 980px) {
  .project .activity_container:before {
    display: none;
  }
}
.project .activity_container:after {
  background-image: url(../images/tree_hotspring.png);
  width: 24.6902654867%;
  padding-bottom: 13.185840708%;
  right: -15.4867256637%;
  bottom: -3.5398230088%;
}
@media (max-width: 1440px) {
  .project .activity_container:after {
    width: 19.7522123894%;
    padding-bottom: 10.5486725664%;
    right: -12.389380531%;
    bottom: -2.8318584071%;
  }
}
@media (max-width: 980px) {
  .project .activity_container:after {
    display: none;
  }
}
.project .activity_inner {
  width: 80%;
  min-width: 730px;
  margin: 90px auto;
}
@media (max-width: 980px) {
  .project .activity_inner {
    min-width: unset;
    width: 100%;
    padding: 0 1.25rem;
    margin: 3.125rem auto 2.5rem;
  }
}
.project .activity_inner .subtitle {
  color: white;
  background-color: #eb6b6a;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0.1875rem 1.25rem;
  border-radius: 1.5625rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.8125rem auto 2.5rem;
  text-align: center;
}
@media (max-width: 980px) {
  .project .activity_inner .subtitle {
    font-size: 1.25rem;
    margin: 1.875rem auto 1.25rem;
  }
}
.project .activity .info_list {
  width: 95%;
  margin: auto;
  padding-left: 1.875rem;
  box-sizing: border-box;
  list-style: decimal;
  list-style-position: outside;
}
@media (max-width: 980px) {
  .project .activity .info_list {
    width: 100%;
  }
}
.project .activity .info_list li {
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #464646;
  font-size: 1.040625rem;
}
@media (max-width: 980px) {
  .project .activity .info_list li {
    font-size: 1rem;
  }
}
.project .activity .info_list a {
  color: #eb6b6a;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.040625rem;
}
@media (max-width: 980px) {
  .project .activity .info_list a {
    font-size: 1rem;
  }
}
.project .activity .info_txt {
  color: #464646;
  font-size: 1.040625rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4.375rem;
}
@media (max-width: 980px) {
  .project .activity .info_txt {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}
.project .activity .info_txt p {
  margin-bottom: 0.9375rem;
}
.project .activity .emphasize {
  color: #db4218;
}
.project .location_list_container {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 980px) {
  .project .location_list_container {
    gap: 1.25rem;
  }
}
.project .location_item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.4375rem;
}
@media (max-width: 980px) {
  .project .location_item {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
.project .location_item:not(:last-child) {
  position: relative;
}
.project .location_item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 67%;
  border: dashed 0.01rem #808080;
  bottom: -10px;
  right: 0;
}
@media (max-width: 980px) {
  .project .location_item:not(:last-child):after {
    width: 100%;
    bottom: -10px;
  }
}
.project .location_type {
  color: #7b7b7b;
  font-size: 1.5rem;
  font-weight: bold;
  word-break: keep-all;
  min-width: 100px;
  text-align: right;
}
@media (max-width: 980px) {
  .project .location_type {
    min-width: unset;
    text-align: left;
    font-size: 1.125rem;
  }
}
.project .location_img {
  max-width: 9.3125rem;
  width: 100%;
}
@media (max-width: 980px) {
  .project .location_img {
    max-width: 6.25rem;
  }
}
.project .location_img img {
  width: 100%;
  height: auto;
}
.project .location_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  gap: 1.25rem;
  color: #414443;
  font-weight: bold;
  padding: 1.25rem 0 1.25rem 0.3125rem;
  padding-left: 0.3125rem;
  position: relative;
}
@media (max-width: 1440px) {
  .project .location_list {
    font-size: 1.25rem;
  }
}
@media (max-width: 980px) {
  .project .location_list {
    font-size: 1rem;
    gap: 0.9375rem;
    width: 95%;
    margin: 0 auto;
  }
}
.project .location_list a {
  color: #414443;
  text-decoration: none;
}
.project .location_list li {
  padding-left: 1.25rem;
  position: relative;
}
.project .location_list li:before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/location_icon.png);
  width: 0.875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .project .location_list li:before {
    width: 0.625rem;
    height: 0.875rem;
  }
}