@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_title {
  margin-bottom: 2.5rem;
}
html body main .contents .contents_title .sub_title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents .contents_title .sub_title {
    font-size: 1.125rem;
  }
}
html body main .contents .contents_title h3 {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents .contents_title h3 {
    font-size: 1.5rem;
  }
}
html body main .contents .contents_title h3 span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents .contents_title h3 span {
    font-size: 1.125rem;
  }
}
html body main .contents.contents01 {
  padding-top: 0;
}
html body main .contents.contents01 .contents_image_sp {
  margin-bottom: 2rem;
}
html body main .contents.contents01 .contents_wrapper {
  margin-bottom: 5rem;
}
html body main .contents.contents01 .contents_wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper {
    margin-bottom: 3.5rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list {
  margin-bottom: 3.5rem;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner {
    margin-top: 1.5rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text p {
    line-height: 1.8;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text ul li {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_text ul li {
    font-size: 1rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .contents_image {
  width: 500px;
  flex-shrink: 0;
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 {
    gap: 3rem 2rem;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list {
  position: relative;
  flex-basis: calc((100% - 4rem) / 2);
  display: flex;
  flex-direction: column;
  filter: drop-shadow(12px 12px 0 rgba(28, 28, 28, 0.1));
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list {
    flex-basis: calc((100% - 2rem) / 2);
    filter: drop-shadow(8px 8px 0 rgba(28, 28, 28, 0.1));
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text {
  background-color: #fff;
  padding: 3rem 2rem 1.5rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text {
    padding: 2rem 1.5rem 1rem;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text span {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #44ad3e;
  padding: 0.75rem 4rem;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text span {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    top: -20px;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text h4 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text h4 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper01 .staff_list .staff_text p {
  font-size: 1rem;
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper02 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper02 {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
html body main .contents.contents01 .contents_wrapper .staff_list_wrapper02 .staff_list {
  position: relative;
  flex-basis: calc((100% - 9rem) / 4);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper02 .staff_list {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_wrapper .staff_list_wrapper02 .staff_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
html body main .contents.contents02 {
  background-color: #44ad3e;
}
html body main .contents.contents02 .contents_bg {
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_bg {
    padding: 2rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .contents_title_wrapper {
    margin-bottom: 3rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy {
  border: 4px solid #44ad3e;
  border-radius: 30px;
  padding: 2.5rem 5rem 2rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_bg .philosophy {
    padding: 2rem 1.5rem 2rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_title {
  position: absolute;
  left: 0;
  top: -27px;
  text-align: center;
  width: 100%;
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_title h3 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  display: inline-block;
  background-color: #44ad3e;
  border-radius: 50px;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_title h3 {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_text {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_text {
    margin-bottom: 1rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1rem;
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list {
    gap: 0.5rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt {
  width: 400px;
  flex-shrink: 0;
  font-size: 3.25rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt {
    font-size: 2.5rem;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt {
    width: 100%;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt strong {
  background: linear-gradient(transparent 65%, #fceb25 60%, #fceb25 90%, transparent 90%);
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt strong span {
  color: #44ad3e;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dt strong span {
    font-size: 3.5rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dd {
  min-width: 0;
  flex: 1 1 0%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .philosophy .philosophy_list_wrapper .philosophy_list dd {
    font-size: 1.25rem;
    min-width: auto;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .triangle {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .philosophy .triangle {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .triangle span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 36px solid #f19500;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .philosophy .triangle span {
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 30px solid #f19500;
  }
}
html body main .contents.contents02 .contents_bg .philosophy .message {
  color: #f19500;
  border: 1px solid #f19500;
  text-align: center;
  padding: 0.3rem 1rem;
}
html body main .contents.contents02 .contents_bg .philosophy .message p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_bg .philosophy .message p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .contents_wrapper .contents_title h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list {
  margin-bottom: 3.5rem;
}
html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .sub_list_wrapper .sub_list {
  border-bottom: 1px dotted #707070;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .sub_list_wrapper .sub_list {
    margin-top: 1.25rem;
  }
}
html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .sub_list_wrapper .sub_list h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_bg .contents_wrapper .contents_list_wrapper .contents_list .contents_inner .sub_list_wrapper .sub_list h5 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents03 .contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
html body main .contents.contents03 .contents_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #989898;
}
html body main .contents.contents03 .contents_wrapper dl:first-child {
  border-top: 1px solid #989898;
}
html body main .contents.contents03 .contents_wrapper dl dt {
  width: 150px;
  flex-shrink: 0;
  background-color: #eeeeee;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper dl dt {
    width: 100px;
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper dl dd {
  min-width: 0;
  flex: 1 1 0%;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper dl dd {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
html body main .contents.contents03 .contents_wrapper dl dd p {
  margin-bottom: 1rem;
}
html body main .contents.contents03 .contents_wrapper dl dd p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 .access_wrapper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .access_wrapper {
    margin-top: 3.5rem;
  }
}
html body main .contents.contents03 .access_wrapper h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .access_wrapper h3 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents03 .access_wrapper .map {
  border: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .access_wrapper .map iframe {
    height: 200px;
  }
}
html body main .contents.contents03 .access_wrapper .access_text {
  margin-top: 1.5rem;
}
html body main .bg02 {
  display: flex;
  flex-wrap: wrap;
}
html body main .bg02 .bg02_image {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  html body main .bg02 .bg02_image {
    flex-basis: 50%;
  }
}

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