html body main .contents.contents_works::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #f7f7f7;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works::before {
    top: 17%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works::before {
    top: 26%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works::before {
    content: none;
  }
}
html body main .contents.contents_works::after {
  content: "";
  position: absolute;
  top: 19%;
  right: 0;
  width: 55%;
  height: 30%;
  background-color: #f2f2f2;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works::after {
    top: 17%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works::after {
    top: 26%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works::after {
    content: none;
  }
}
html body main .contents.contents_works .contents_wrapper {
  position: relative;
}
html body main .contents.contents_works .contents_wrapper::after {
  content: "";
  position: absolute;
  top: 48.8%;
  right: 0;
  width: 98%;
  height: 31%;
  background-color: #efefef;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_wrapper::after {
    top: 46.6%;
    height: 34%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_wrapper::after {
    top: 56.6%;
    height: 37%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_wrapper::after {
    content: none;
  }
}
html body main .contents.contents_works .contents_head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_head {
    justify-content: flex-end;
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_head {
    gap: 2rem;
  }
}
html body main .contents.contents_works .contents_head .title_wrapper {
  flex-shrink: 0;
  width: 560px;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_head .title_wrapper {
    width: 420px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_head .title_wrapper {
    flex-basis: 100%;
  }
}
html body main .contents.contents_works .contents_head .message {
  flex: 1 1 0%;
  min-width: 0;
  background-color: #f19500;
  border-radius: 80px;
  padding: 2rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_head .message {
    flex: none;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_head .message {
    flex-basis: 100%;
    padding: 1.5rem 1rem;
  }
}
html body main .contents.contents_works .contents_head .message::after {
  content: "";
  position: absolute;
  left: -9%;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 70px solid #f19500;
  border-left: 0;
  transform: rotate(15deg);
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_head .message::after {
    left: -11%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_head .message::after {
    top: initial;
    left: calc(50% - 25px);
    bottom: -20%;
    transform: rotate(-90deg);
    border-right: 40px solid #f19500;
  }
}
html body main .contents.contents_works .contents_head .message p {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_head .message p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_head .message p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_works .contents_head .message p {
    font-size: 1.25rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper {
    margin: 0 -1rem 0;
  }
}
html body main .contents.contents_works .contents_list_wrapper.contents_list_wrapper02 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper.contents_list_wrapper02 {
    margin-top: 0;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list {
    flex-basis: 100%;
    padding: 2rem 1rem;
  }
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list01 {
    background-color: #f7f7f7;
  }
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list02 {
    background-color: #f2f2f2;
  }
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list03, html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 {
    background-color: #efefef;
  }
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 {
    padding-top: 0;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 {
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 {
    font-size: 3rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 span {
  display: inline-block;
  background-color: #44ad3e;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 30px;
  min-width: 430px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 span {
    font-size: 1.75rem;
    min-width: 320px;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 strong {
  position: relative;
  z-index: 1;
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 strong::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fceb25;
  z-index: -1;
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_title h3 strong small {
  font-size: 2.5rem;
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_image {
  margin-top: 1rem;
  text-align: center;
}
html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_image img {
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list .contents_image img {
    max-width: 320px;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_title {
  margin-bottom: 1rem;
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_title p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_title p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_title p {
    font-size: 1rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 h3 {
  color: #44ad3e;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 h3 {
    font-size: 1.5rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .contents_text {
  border-bottom: 1px dashed #1c1c1c;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .contents_text {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_text ul {
    justify-content: flex-start;
    padding: 0;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_text ul li {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_text ul li {
    font-size: 1rem;
  }
}
html body main .contents.contents_works .contents_list_wrapper .contents_list.contents_list04 .sub_text ul li span {
  color: #44ad3e;
}
html body main .contents.contents_works .more a {
  margin: auto;
}

@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;
}

@media screen and (max-width: 767px) {
  html body main .contents.contents_service {
    padding-top: 3.75rem;
  }
}
html body main .contents.contents_works {
  padding-top: 0;
}
html body main .contents.contents_works::before, html body main .contents.contents_works::after {
  top: 16%;
  height: 34%;
}
html body main .contents.contents_works .contents_wrapper::after {
  top: 48.6%;
  height: 39%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 {
    padding-top: 0;
  }
}
html body main .contents.contents01 h3 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents01 h3 span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 h3 span {
    font-size: 1.125rem;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_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.contents01 .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    padding: 1.5rem 1.5rem;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_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.contents01 .contents_list_wrapper .contents_list .contents_head {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_head h4 {
  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.contents01 .contents_list_wrapper .contents_list .contents_head p {
  font-size: 1rem;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text {
  margin-bottom: 2rem;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text h5 span {
  display: inline-block;
  margin-right: 0.3rem;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text h5 span.green {
  color: #44ad3e;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text h5 span.blue {
  color: #47bed5;
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_text_wrapper .contents_text p span {
  color: #cb1b1b;
  font-weight: 700;
}
html body main .contents.contents02 .contents_head_text {
  margin-bottom: 2.5rem;
}
html body main .contents.contents02 .contents_head_text p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_head_text p {
    text-align: left;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  padding: 2rem 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    gap: 1rem 2rem;
    padding: 1.5rem 1.5rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list01 .logo {
  width: 212px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list01 .logo {
    width: 147px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list02 .logo {
  width: 269px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list02 .logo {
    width: 203px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list03 .logo {
  width: 254px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list03 .logo {
    width: 195px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list04 .contents_head h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list05 .logo {
  width: 326px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list.contents_list05 .logo {
    width: 232px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_head {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_head .sp_show_button {
  color: #47bed5;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_head .icon_plus {
  transition: ease 0.4s;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_head .icon_plus.open {
  transform: rotate(45deg);
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
  width: 370px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
    width: 100%;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 {
    font-size: 1.125rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 .position {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 .position {
    font-size: 1rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 .name {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_image h3 .name {
    font-size: 1.125rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_text.sp_hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 {
    padding-top: 0;
  }
}
html body main .contents.contents03 .post_wrapper {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .post_wrapper {
    flex: auto;
    width: 100%;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper {
    gap: 1rem;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_image {
  height: 200px;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text time {
  display: block;
  font-size: 0.75rem;
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text h3 {
    font-size: 0.875rem;
  }
}
html body main .contents.contents03 .post_wrapper .more a {
  margin: auto;
}
html body main .bg01 img {
  width: 100%;
}

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