@media screen and (max-width: 767px) {
  html body main .contents.contents_service {
    padding-top: 0;
  }
}
html body main .contents.contents_service .selector_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .selector_wrapper {
    gap: 1rem;
  }
}
html body main .contents.contents_service .selector_wrapper .selector {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .selector_wrapper .selector {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .selector_wrapper .selector {
    flex-basis: 100%;
  }
}
html body main .contents.contents_service .selector_wrapper .selector a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #f19500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2.5rem;
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 56px;
  transition: ease 0.4s;
}
html body main .contents.contents_service .selector_wrapper .selector a:hover {
  color: #f19500;
  background-color: rgba(241, 149, 0, 0.2);
}
html body main .contents.contents_service .selector_wrapper .selector a:hover svg .line {
  fill: #f19500;
}
html body main .contents.contents_service .selector_wrapper .selector a:hover svg .arrow {
  fill: #fff;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .selector_wrapper .selector a {
    font-size: 1.125rem;
    height: 48px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .selector_wrapper .selector a {
    padding: 0.5rem 1rem;
    width: 100%;
  }
}
html body main .contents.contents_service .selector_wrapper .selector a svg {
  margin-left: auto;
  position: absolute;
  top: calc(50% - 16px);
  right: 1.25rem;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .selector_wrapper .selector a svg {
    top: calc(50% - 14px);
    right: 1rem;
    width: 28px;
    height: 28px;
  }
}
html body main .contents.contents_service .selector_wrapper .selector a svg .line,
html body main .contents.contents_service .selector_wrapper .selector a svg .arrow {
  transition: ease 0.4s;
}
html body main .contents.contents_service .service_wrapper .service_list {
  margin-top: 5rem;
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper {
    padding: 2rem 0;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #44ad3e;
  height: 100%;
  width: 75%;
  z-index: 0;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper::after {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper::after {
    right: initial;
    left: 0;
    clip-path: polygon(0 0%, 90% 0%, 100% 100%, 0% 100%);
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head {
    flex-direction: column;
    gap: 0;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image {
  width: 470px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image {
    width: 320px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image {
    width: 100%;
    text-align: right;
  }
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image img {
    width: 70%;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title {
  min-width: 0;
  flex: 1 1 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title {
    width: 100%;
    margin-top: -4%;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title {
    margin-top: -8%;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title span {
  display: block;
  font-size: 5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title span {
    font-size: 2.5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title h3 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title h3 {
    font-size: 1.5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper {
  margin-top: 4rem;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents {
    margin-bottom: 4rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_head {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_head {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(even)::before {
    right: 48px;
    left: initial;
    transform: translateX(0) rotate(180deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(even)::after {
    right: 50px;
    left: initial;
    transform: translateX(0) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(odd)::before {
    left: 48px;
    transform: translateX(0) rotate(180deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box:nth-child(odd)::after {
    left: 50px;
    transform: translateX(0) rotate(180deg);
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box::before {
  top: -22px;
  bottom: initial;
  transform: translateX(-50%) rotate(180deg);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 22px solid #44ad3e;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text.service_contents01_bottom .box::after {
  top: -16px;
  bottom: initial;
  transform: translateX(-50%) rotate(180deg);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 19px solid #fff;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box {
  flex-basis: calc((100% - 4rem) / 3);
  background-color: #fff;
  padding: 1.5rem 1rem;
  border: 3px solid #44ad3e;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box {
    flex-basis: 80%;
    margin-left: auto;
  }
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box:nth-child(even)::before {
    left: 48px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box:nth-child(even)::after {
    left: 50px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box {
    flex-basis: 90%;
    padding: 0.75rem 0.5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 22px solid #44ad3e;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 19px solid #fff;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box::before {
    right: 48px;
    left: initial;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box::after {
    right: 50px;
    left: initial;
    transform: translateX(0);
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box p {
  color: #44ad3e;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_text .box p {
    font-size: 1.125rem;
    text-align: left;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_image {
  padding: 2rem 0 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents01 .service_contents_image {
    padding: 1rem 0 3rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head {
    gap: 1rem;
    padding: 0;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head .box {
  flex-basis: calc((100% - 1.5rem) / 2);
  background-color: #44ad3e;
  padding: 1rem 1rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head .box {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head .box {
    flex-basis: 100%;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head .box p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_head .box p {
    font-size: 1.125rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper {
  margin-top: 3rem;
  padding: 0 4rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper {
    padding: 0;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper .service_contents02_list_title {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper .service_contents02_list_title h5 {
  color: #f19500;
  font-size: 1.75rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper .service_contents02_list_title h5 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper .service_contents02_list_title .line {
  background-color: #f19500;
  height: 3px;
  width: 100%;
  position: relative;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper ul {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper ul {
    gap: 1rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_list_wrapper ul li {
    font-size: 1.125rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .triangle {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .triangle {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .triangle span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 46px solid #f19500;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .triangle span {
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-top: 30px solid #f19500;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom {
  padding: 0 4rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom {
    padding: 0;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .message {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .message {
    font-size: 1.5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .service_contents_text {
  background-color: #fff;
  border: 3px solid #44ad3e;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .service_contents_text {
    padding: 1.25rem 1rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .service_contents_text p {
  font-weight: 700;
  margin-bottom: 2rem;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .service_contents_text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents.service_contents02 .service_contents02_bottom .service_contents_text p span {
  color: #f19500;
}

html body main .contents.contents01 {
  position: relative;
}
html body main .contents.contents01::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: calc(50% - 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 80px solid #44ad3e;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01::before {
    bottom: -50px;
    left: calc(50% - 30px);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 50px solid #44ad3e;
  }
}
html body main .contents.contents01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #44ad3e;
  z-index: 0;
}
html body main .contents.contents01 .wrapper {
  position: relative;
  z-index: 1;
}
html body main .contents.contents01 .contents_text p {
  line-height: 1.8;
}
html body main .contents.contents01 .contents_list_wrapper {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  margin-top: 2rem;
  padding: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 1.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 1.5rem 1rem;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 100%;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
  color: #44ad3e;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
    font-size: 0.875rem;
  }
}
html body main .contents.contents02 {
  padding-top: 7rem;
}
html body main .contents.contents02 .contents_message_wrapper {
  margin-bottom: 5rem;
}
html body main .contents.contents02 .contents_message_wrapper .contents_message {
  background-color: #f19500;
  border: 4px solid #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  max-width: 900px;
  margin: auto;
  padding: 1rem 1rem;
}
html body main .contents.contents02 .contents_message_wrapper .contents_message p {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_message_wrapper .contents_message p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_message_wrapper .contents_message p {
    font-size: 1.5rem;
  }
}
html body main .contents.contents02 .contents_head .contents_text {
  margin-top: 1.5rem;
}
html body main .contents.contents02 .contents_wrapper {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_wrapper {
    gap: 3rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text_wrapper {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_text_wrapper {
    width: 100%;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text h3 {
  color: #44ad3e;
  font-size: 3.75rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text h3 {
    font-size: 2.5rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text_wrapper .contents_text p {
  font-size: 1.25rem;
  font-weight: 700;
}
html body main .contents.contents02 .contents_wrapper .contents_image {
  width: 420px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_wrapper .contents_image {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_image {
    width: 100%;
  }
}
html body main .contents.contents_service {
  padding-bottom: 0;
}
html body main .contents.contents_service .contents_head h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .contents_head h3 {
    font-size: 1.125rem;
  }
}
html body main .contents.contents_service .contents_head h3 span {
  display: block;
  color: #44ad3e;
  font-size: 3.75rem;
  font-weight: 900;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .contents_head h3 span {
    font-size: 2.5rem;
  }
}
html body main .contents.contents_service .contents_head h3 strong {
  font-size: 2rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .contents_head h3 strong {
    font-size: 1.5rem;
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper::after {
    clip-path: polygon(0% 35%, 180% -100%, 100% 100%, 0% 100%);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_image {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title p {
    font-size: 1.125rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_head_wrapper .service_head .service_title p strong {
  color: #fceb25;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .service_contents02_head .box {
  min-height: 104px;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  margin-top: 2rem;
  padding: 2rem 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper {
    padding: 1.5rem 1.5rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner {
    gap: 1.5rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner.contents_list_inner02 {
    gap: 2rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner.contents_list_inner02 .contents_list {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner.contents_list_inner02 .contents_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner.contents_list_inner02 .contents_list h3 {
  color: #fff;
  background-color: #44ad3e;
  padding: 0.75rem 1rem;
  border-radius: 25px;
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list {
  flex-basis: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list .contents_image {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list .contents_image img {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list .contents_image img {
    max-width: 100%;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list h3 {
  color: #44ad3e;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_list_inner .contents_list h3 {
    font-size: 0.875rem;
  }
}
html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_parts {
  margin: 1rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .service_wrapper .service_list .service_contents_wrapper .service_contents .contents_list_wrapper .contents_parts img {
    width: 40px;
  }
}
html body main .contents.contents_service .support_wrapper {
  background-color: #eeeeee;
  margin-top: 4rem;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper {
    margin-top: 3.75rem;
    padding: 3.75rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .wrapper {
    padding: 0;
  }
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-button {
  width: 15px;
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-button::after {
  color: #989898;
  font-size: 2rem;
  font-weight: 700;
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-button,
html body main .contents.contents_service .support_wrapper .slide01 .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .slide01 .swiper-button,
  html body main .contents.contents_service .support_wrapper .slide01 .swiper-pagination {
    display: block;
  }
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-pagination {
  bottom: 20px;
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
html body main .contents.contents_service .support_wrapper .slide01 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #989898;
}
html body main .contents.contents_service .support_wrapper .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 4rem;
  width: auto;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 2rem) / 2);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  padding: 2rem 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(3) h4, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(4) h4 {
    min-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(3) h4, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(4) h4 {
    min-height: inherit;
  }
}
html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(3) h4 br, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(4) h4 br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(3) h4 br, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(4) h4 br {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(5) h4, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 {
    min-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(5) h4, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 {
    min-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(5) h4, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 {
    min-height: inherit;
  }
}
html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(5) h4 br, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 br {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(5) h4 br, html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list:nth-child(6) h4 br {
    display: none;
  }
}
html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_service .support_wrapper .contents_list_wrapper .contents_list h4 {
    font-size: 1.125rem;
  }
}
html body main .contents.contents04 .case_list_wrapper .case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 2rem 3rem;
  background-color: #fff;
  border: 3px solid #44ad3e;
  border-radius: 10px;
  margin-bottom: 2.5rem;
}
html body main .contents.contents04 .case_list_wrapper .case_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents04 .case_list_wrapper .case_list {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents04 .case_list_wrapper .case_list {
    padding: 1.5rem 1.5rem;
  }
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_head {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .case_list_wrapper .case_list .contents_head {
    width: 100%;
  }
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_head h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #f19500;
  padding: 0.75rem 1rem;
  border-radius: 25px;
  text-align: center;
  width: 100%;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_head p {
  font-size: 1rem;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .case_list_wrapper .case_list .contents_text {
    width: 100%;
  }
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text h4 {
  color: #44ad3e;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .link_button_wrapper {
  margin-top: 0.75rem;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .link_button_wrapper .link_button {
  color: #47bed5;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .link_button_wrapper .link_button.open img {
  transform: rotate(45deg);
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .link_button_wrapper .link_button img {
  transition: ease 0.4s;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text {
    margin-top: 1rem;
  }
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text .case_text_list {
  margin-bottom: 1rem;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text .case_text_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text .case_text_list h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .case_list_wrapper .case_list .contents_text .case_text .case_text_list h5 {
    font-size: 1rem;
  }
}
html body main .contents.contents04 .contents_message {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
html body main .contents.contents04 .contents_message .contents_image {
  width: 350px;
  flex-shrink: 0;
}
html body main .contents.contents04 .contents_message .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents04 .contents_message .contents_text p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.5rem;
}
html body main .contents.contents04 .contents_message .contents_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .contents_message .contents_text p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/*# sourceMappingURL=support.css.map */
