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 .sec_tab {
  padding: 5.625rem 0 6.25rem;
}
@media (max-width: 980px) {
  .project .sec_tab {
    padding: 7.5rem 0 2.5rem;
  }
}
@media (max-width: 575px) {
  .project .sec_tab {
    padding: 5.625rem 0 1.25rem;
  }
}
.project .tab_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.125rem;
}
@media (max-width: 1440px) {
  .project .tab_link {
    gap: 5.625rem;
  }
}
@media (max-width: 980px) {
  .project .tab_link {
    gap: 1.5625rem;
  }
}
.project .tab_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: white;
  color: #f95d5c;
  line-height: 1.2;
  font-size: 1.5625rem;
  border: 0.125rem solid #f95d5c;
  text-align: center;
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  transition: all 0.2s linear;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .project .tab_link a {
    width: 6.875rem;
    height: 6.875rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 980px) {
  .project .tab_link a {
    width: 5.3125rem;
    height: 5.3125rem;
    font-size: 1.125rem;
  }
}
.project .tab_link a:hover {
  background-color: #f95d5c;
  color: white;
}
.project .sec_title {
  margin-bottom: 3.125rem;
}
@media (max-width: 980px) {
  .project .sec_title {
    margin-bottom: 1.875rem;
    padding-top: 20px;
  }
}
.project .sec_road {
  padding-top: 1.25rem;
}
@media (max-width: 980px) {
  .project .sec_road {
    padding-bottom: 3.75rem;
    padding-top: 3.125rem;
  }
}
.project .sec_road .container {
  position: relative;
}
.project .sec_road .container::before, .project .sec_road .container:after {
  content: "";
  display: block;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.project .sec_road .container::before {
  background-image: url("../images/bus_left.png");
  width: 16.9026548673%;
  padding-bottom: 151.592920354%;
  left: -14vw;
  top: 4vw;
}
@media (max-width: 980px) {
  .project .sec_road .container::before {
    display: none;
  }
}
.project .sec_road .container::after {
  background-image: url("../images/bus_right.png");
  right: -15vw;
  top: 7.5vw;
  width: 16.7256637168%;
  padding-bottom: 173.982300885%;
}
@media (max-width: 1440px) {
  .project .sec_road .container::after {
    right: -12vw;
  }
}
@media (max-width: 980px) {
  .project .sec_road .container::after {
    display: none;
  }
}
.project .sec_road .sec_title {
  color: #db4218;
}
.project .sec_road .sec_title:before {
  background-image: url("../images/bus_icon.png");
  height: 0;
  background-position: center center;
  width: 8.6725663717%;
  padding-bottom: 5.0442477876%;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
}
@media (max-width: 980px) {
  .project .sec_road .sec_title:before {
    top: -1.25rem;
    width: 58.8px;
    height: 34.2px;
    padding-bottom: unset;
  }
}
.project .sec_road figure {
  width: 100%;
  margin: 0 auto;
  border-radius: 1.875rem;
  overflow: hidden;
}
.project .sec_road figure img {
  width: 100%;
  height: auto;
}
.project .ticket {
  background-color: #fff;
  padding-bottom: 13.75rem;
  padding-top: 7.5rem;
}
@media (max-width: 980px) {
  .project .ticket {
    padding-top: 3.75rem;
    padding-bottom: 25vw;
  }
}
.project .ticket .sec_title {
  color: #53aa7d;
  margin-bottom: 1.25rem;
}
.project .ticket .sec_title::before {
  background-image: url("../images/ticket_icon.png");
  width: 5.5752212389%;
  padding-bottom: 5.6637168142%;
  background-position: center center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: -3.125rem;
}
@media (max-width: 1440px) {
  .project .ticket .sec_title::before {
    top: -2.5rem;
  }
}
@media (max-width: 980px) {
  .project .ticket .sec_title::before {
    top: -1.875rem;
    width: 37.8px;
    height: 38.4px;
    padding-bottom: unset;
  }
}
.project .ticket .sec_caption {
  margin-bottom: 3.125rem;
}
@media (max-width: 980px) {
  .project .ticket .sec_caption {
    margin-bottom: 1.875rem;
  }
}
.project .ticket .card {
  position: relative;
  justify-content: flex-end;
  gap: 40px 29px;
}
@media (max-width: 980px) {
  .project .ticket .card {
    flex-direction: column;
  }
}
.project .ticket .card::before, .project .ticket .card:after {
  content: "";
  display: block;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media (max-width: 980px) {
  .project .ticket .card::before, .project .ticket .card:after {
    display: none;
  }
}
.project .ticket .card:before {
  background-image: url("../images/flower_circle.png");
  width: 12.3008849558%;
  padding-bottom: 8.0530973451%;
  left: -22%;
  top: 20%;
}
@media (max-width: 1440px) {
  .project .ticket .card:before {
    left: -15%;
    top: 10%;
    transform: scale(0.8);
  }
}
.project .ticket .card:after {
  background-image: url("../images/hotspring_info.png");
  width: 15.0442477876%;
  padding-bottom: 10.8849557522%;
  right: -22%;
  bottom: -4%;
}
@media (max-width: 1440px) {
  .project .ticket .card:after {
    right: -15%;
    bottom: -6%;
    transform: scale(0.8);
  }
}
.project .ticket .card_item {
  overflow: visible;
  box-shadow: 5px 5px 0px #cecece;
  border: 1px solid #cecece;
  transition: all 0.2s linear;
}
@media (max-width: 980px) {
  .project .ticket .card_item {
    width: 100%;
  }
}
.project .ticket .card_item:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}
.project .ticket .card_item-last {
  position: relative;
  right: 15%;
}
@media (max-width: 1200px) {
  .project .ticket .card_item-last {
    right: 12vw;
  }
}
@media (max-width: 980px) {
  .project .ticket .card_item-last {
    right: unset;
  }
}
.project .ticket .info_container {
  max-width: 28.125rem;
  position: absolute;
  left: 9%;
  top: 80%;
  transform: translateY(-50%);
  background-color: #fff1be;
  font-size: 1.25rem;
  text-align: center;
  padding: 38px 24px;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .project .ticket .info_container {
    left: 4%;
  }
}
@media (max-width: 1200px) {
  .project .ticket .info_container {
    max-width: 26.25rem;
    left: 1%;
  }
}
@media (max-width: 980px) {
  .project .ticket .info_container {
    max-width: unset;
    font-size: 1.125rem;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    margin-top: 3.125rem;
  }
}
.project .ticket .info_container:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 27px;
  background-image: url(../images/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 99%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .project .ticket .info_container:after {
    transform: translate(-50%, -50%) rotate(-90deg);
    left: 50%;
    top: -2%;
  }
}
.project .ticket .info_container span {
  display: block;
  letter-spacing: 1px;
}
.project .ticket .info_container .peach {
  color: #eb6b6a;
  font-weight: bold;
}
.project .ticket .info_container .green {
  font-weight: bold;
  color: #53aa7d;
  margin: 3px 0 10px;
}
.project .ticket .info_container .detail {
  color: #464646;
  font-size: 1rem;
}
.project .ticket .info_container .detail_list {
  margin-top: 10px;
  color: #464646;
  font-size: 1rem;
  text-align: left;
}
.project .ticket .card_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5625rem;
  color: #53aa7d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .project .ticket .card_title {
    font-size: 1.4375rem;
  }
}
@media (max-width: 980px) {
  .project .ticket .card_title {
    font-size: 1.125rem;
    gap: 3px;
  }
}
.project .ticket .card_title span {
  background-color: #53aa7d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .project .ticket .card_title span {
    transform: scale(0.95);
  }
}
@media (max-width: 980px) {
  .project .ticket .card_title span {
    transform: scale(0.8);
  }
}
.project .ticket .card_txt {
  font-weight: bold;
  text-align: center;
}
.project .ticket .card_txt p {
  border-bottom: 0.0625rem dashed #9c9a99;
  color: #252022;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 980px) {
  .project .ticket .card_txt p {
    font-size: 1rem;
  }
}
.project .coshop {
  background-color: #a9cec3;
}
@media (max-width: 980px) {
  .project .coshop {
    padding-top: 2vw;
  }
}
@media (max-width: 575px) {
  .project .coshop {
    padding-top: 10vw;
  }
}
.project .coshop:before {
  content: "";
  position: absolute;
  width: 100%;
  padding-bottom: 7.55%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 99.3%;
  background-image: url("../images/green_wave.png");
}
@media (max-width: 980px) {
  .project .coshop:before {
    padding-bottom: 22vw;
    background-position: -60vw;
  }
}
.project .coshop:after {
  content: "";
  position: absolute;
  width: 12.15%;
  padding-bottom: 7.5%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: -1%;
  right: -4%;
  background-image: url("../images/cloud_r.svg");
}
@media (max-width: 980px) {
  .project .coshop:after {
    display: none;
  }
}
.project .coshop .sec_title {
  color: #129577;
}
.project .coshop .sec_title::before {
  background-image: url("../images/partner_icon.png");
  width: 4.3362831858%;
  padding-bottom: 4.1592920354%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: -1.875rem;
}
@media (max-width: 980px) {
  .project .coshop .sec_title::before {
    top: -20px;
    width: 29.4px;
    height: 28.2px;
    padding-bottom: unset;
  }
}
.project .coshop .card_title {
  color: #252022;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 0.07em;
  padding-bottom: 0.8125rem;
  box-sizing: border-box;
  border-bottom: 0.0625rem dashed #9c9a99;
}
@media (max-width: 980px) {
  .project .coshop .card_title {
    font-size: 1.125rem;
  }
}
.project .coshop .card {
  position: relative;
}
.project .coshop .card:before {
  content: "";
  position: absolute;
  width: 9.3805309735%;
  padding-bottom: 19.2920353982%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 3%;
  left: -15%;
  background-image: url("../images/woman.png");
}
@media (max-width: 1440px) {
  .project .coshop .card:before {
    left: -11%;
    bottom: 0;
  }
}
@media (max-width: 980px) {
  .project .coshop .card:before {
    display: none;
  }
}
.project .coshop .card:after {
  content: "";
  position: absolute;
  width: 26.5486725664%;
  padding-bottom: 10.1769911504%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: 27%;
  left: -45%;
  background-image: url("../images/cloud_r.svg");
}
@media (max-width: 1440px) {
  .project .coshop .card:after {
    left: -25%;
    transform: scale(0.7);
  }
}
@media (max-width: 980px) {
  .project .coshop .card:after {
    display: none;
  }
}
.project .coshop_block {
  width: 90%;
  max-width: 70.625rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  position: relative;
}
@media (max-width: 1440px) {
  .project .coshop_block {
    max-width: 62.5rem;
  }
}
@media (max-width: 768px) {
  .project .coshop_block {
    margin-bottom: unset;
  }
}
.project .coshop_block::before, .project .coshop_block::after {
  content: "";
  display: block;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  .project .coshop_block::before, .project .coshop_block::after {
    display: none;
  }
}
.project .card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 45px 20px;
}
.project .card_item {
  background-color: white;
  border-radius: 0.75rem;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 768px) {
  .project .card_item {
    width: 48%;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 575px) {
  .project .card_item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .project .card_item:last-of-type {
    margin-bottom: unset;
  }
}
.project .card_link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #252022;
}
.project .card_img {
  width: 100%;
  height: 0;
  padding-bottom: 58.8235294118%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 0.625rem;
  overflow: hidden;
}
.project .card_cont {
  padding: 2.1875rem 1.5625rem 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.project .card_ticket {
  padding: 1.25rem 1.5625rem 1.375rem;
}
.project .card_tag {
  color: white;
  padding: 0.1875rem 0.9375rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
  position: absolute;
  left: 50%;
  top: -1.1875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.3s;
  transform: translateX(-50%);
  white-space: nowrap;
}
.project .card_tag_orange {
  background-color: #dd5b3c;
}
.project .card_tag_purple {
  background-color: #a385da;
}
.project .card_tag_blue {
  background-color: #4795d2;
}
.project .card_tag_green {
  background-color: #409b60;
}
.project .card_tag_yellow {
  background-color: #f28e00;
}
.project .card_tag i {
  display: inline-block;
  width: 0.6875rem;
  height: 0.9375rem;
  background-image: url("../images/icon-location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4375rem;
  transform: translateY(-1px);
}
.project .card_des {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-top: 1.25rem;
  box-sizing: border-box;
}
.project .card_des p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.project .card_des span:nth-child(1) {
  font-size: 1.125rem;
  font-weight: bold;
  word-break: keep-all;
  display: inline-block;
  min-width: 5.9375rem;
  text-align: left;
}