html body main .contents.contents_strong_points .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
html body main .contents.contents_strong_points .contents_wrapper .point {
  width: 400px;
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .point {
    padding-top: 0;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point {
    width: 280px;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-color: #f19500;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner {
    height: 280px;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 {
    font-size: 2.5rem;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 strong {
  font-size: 6rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_wrapper .point .point_inner h3 strong {
    font-size: 5rem;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper01 {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper01 {
    flex-basis: 100%;
  }
}
html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
  flex-basis: 80%;
  margin-top: -13%;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    margin-top: -11%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    flex-basis: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_wrapper .contents_list_wrapper02 {
    margin-top: 2rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:nth-child(1) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list:nth-child(1) {
    padding-left: 0;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title {
    gap: 0.75rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title span {
  flex-shrink: 0;
  width: 100px;
  color: #44ad3e;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #44ad3e;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title span {
    font-size: 1.25rem;
    width: 90px;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title h4 {
  flex: 1 1 0%;
  min-width: 0;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_title h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    flex-basis: 100%;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner {
    gap: 1rem;
  }
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_text {
  flex-basis: calc(50% - 1rem);
}
html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_image {
  flex-basis: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_strong_points .contents_list_wrapper .contents_list .contents_list_inner .contents_image {
    margin: auto;
  }
}

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

html body main {
  margin-top: 121.6px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body main {
    margin-top: 113px;
  }
}
@media screen and (max-width: 991px) {
  html body main {
    margin-top: 0;
  }
}
html body main .mainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 121.6px);
  overflow: hidden;
}
html body main .mainvisual .mainvisual_slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}
html body main .mainvisual .mainvisual_slide.active {
  opacity: 1;
  z-index: 2;
}
html body main .mainvisual .mainvisual_slide:nth-child(1) {
  background-image: url("../../images/index/mainvisual01.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_slide:nth-child(1) {
    background-image: url("../../images/index/mainvisual01_sp.webp");
  }
}
html body main .mainvisual .mainvisual_slide:nth-child(2) {
  background-image: url("../../images/index/mainvisual02.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_slide:nth-child(2) {
    background-image: url("../../images/index/mainvisual02_sp.webp");
  }
}
html body main .mainvisual .mainvisual_slide:nth-child(2) .mainvisual_caption .mainvisual_caption_bg {
  background-color: rgba(68, 173, 62, 0.8);
}
html body main .mainvisual .mainvisual_slide .mainvisual_caption {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
html body main .mainvisual .mainvisual_slide .mainvisual_caption .mainvisual_caption_bg {
  width: 940px;
  height: 200px;
  z-index: 3;
  background-color: rgba(241, 149, 0, 0.8);
  mix-blend-mode: multiply;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
@media screen and (max-width: 1199px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption .mainvisual_caption_bg {
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption .mainvisual_caption_bg {
    width: 480px;
    height: 160px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption .mainvisual_caption_bg {
    width: 330px;
    height: 140px;
  }
}
html body main .mainvisual .mainvisual_slide .mainvisual_caption p {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption p {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_slide .mainvisual_caption p {
    font-size: 1.25rem;
  }
}
html body main .main_contents {
  position: relative;
  overflow-x: hidden;
}
html body main .main_contents .bg01 {
  position: absolute;
  top: 0;
  right: -20%;
  width: 120%;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg01 {
    top: 22%;
  }
}
html body main .main_contents .bg02 {
  position: absolute;
  top: 19%;
  right: 0;
  width: 120%;
  z-index: -5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg02 {
    top: 29%;
    left: -20%;
    right: inherit;
  }
  html body main .main_contents .bg02 img.sp {
    display: inline-block;
  }
}
html body main .main_contents .bg03 {
  position: absolute;
  top: 37%;
  right: -20%;
  width: 120%;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg03 {
    top: 37%;
  }
}
html body main .main_contents .bg04 {
  position: absolute;
  top: 44%;
  right: -20%;
  width: 120%;
  z-index: -5;
}
html body main .main_contents .bg05 {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 120%;
  text-align: right;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg05 {
    bottom: 16%;
  }
}
html body main .main_contents .bg06 {
  position: absolute;
  bottom: 9%;
  left: -20%;
  width: 120%;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg06 {
    text-align: right;
  }
}
html body main .main_contents .bg07 {
  position: absolute;
  bottom: 2%;
  right: -20%;
  width: 120%;
  text-align: right;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  html body main .main_contents .bg07 {
    text-align: left;
  }
}
html body main .contents p {
  margin-bottom: 1rem;
}
html body main .contents p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_news .contents_inner {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents_news .contents_inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_news .contents_inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_news .contents_inner {
    flex-wrap: wrap;
  }
}
html body main .contents.contents_news .contents_inner .title_wrapper {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_news .contents_inner .title_wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
html body main .contents.contents_news .contents_inner .title_wrapper .title {
  font-size: 1.125rem;
}
html body main .contents.contents_news .contents_inner .title_wrapper .title span {
  color: #1c1c1c;
  font-size: 3rem;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper {
  flex: 1 1 0%;
  min-width: 0;
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_news .contents_inner .news_list_wrapper {
    width: 100%;
    padding-top: 0;
  }
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul {
  display: flex;
  flex-direction: column;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li {
  background-color: #eeeeee;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li:nth-child(even) {
  background-color: #fff;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a {
  font-size: 1.125rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding: 0.5rem 2rem;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a:hover img {
  transform: translateX(10px);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a {
    font-size: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a .date {
    flex-basis: 100%;
  }
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a .date time {
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a .date time {
    font-size: 0.875rem;
  }
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a .date time::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  width: 2.5rem;
  height: 2px;
  background-color: #44ad3e;
}
html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a img {
  margin-left: auto;
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_inner .news_list_wrapper ul li a img {
    display: none;
  }
}
html body main .contents.contents_news .more a {
  margin: auto;
}
html body main .contents.contents01 {
  padding-top: 0;
}
html body main .contents.contents01::after {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  width: 100%;
  height: 45%;
  background-color: #44ad3e;
  z-index: -2;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents01::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01::after {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01::after {
    top: 38%;
    height: 47%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner {
    position: relative;
  }
}
html body main .contents.contents01 .contents_inner .contents_head {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner .contents_head {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents01 .contents_inner .contents_head p {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .contents_head p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
html body main .contents.contents01 .contents_inner .contents_head p strong {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .contents_head p strong {
    font-size: 1.75rem;
  }
}
html body main .contents.contents01 .contents_inner .contents_head p span {
  background: linear-gradient(transparent 65%, #fceb25 60%, #fceb25 90%, transparent 90%);
  box-decoration-break: clone;
  padding: 0 0.1em;
  position: relative;
  z-index: 1;
}
html body main .contents.contents01 .contents_inner .contents_text p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .contents_text p {
    font-size: 1rem;
  }
}
html body main .contents.contents01 .contents_inner .contents_image_wrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .contents_image_wrapper {
    margin-top: 2rem;
    display: flex;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner .contents_image_wrapper .contents_image img {
    width: 300px;
  }
}
html body main .contents.contents01 .contents_inner .contents_image_wrapper .sp {
  padding-top: 2rem;
}
html body main .contents.contents01 .contents_inner .bg_image_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper {
    display: contents;
  }
}
html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image01 {
  margin-bottom: 2rem;
}
html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image01 img {
  width: 40%;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image01 img {
    width: 100%;
    margin-right: -1rem;
  }
}
html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 {
  padding-right: 2%;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 {
    position: absolute;
    bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 {
    bottom: -3%;
    width: 100%;
  }
}
html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 img {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_inner .bg_image_wrapper .bg_image02 img {
    width: 50%;
  }
}
html body main .contents.contents03 {
  color: #fff;
  background-color: #44ad3e;
  padding-top: 0;
}
html body main .contents.contents03 .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper {
    gap: 2rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav {
  width: 450px;
  padding-top: 6rem;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav {
    width: 100%;
    padding-top: 3.75rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .title_wrapper .title span {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .title_wrapper .title span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .title_wrapper .title span {
    font-size: 4.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .contents_nav_text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .contents_nav_text {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .contents_nav_text p {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .contents_nav_text p {
    font-size: 1rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper {
    gap: 0.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 420px;
  background-color: #44ad3e;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 1.25rem 2rem;
  transition: ease 0.4s;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list.active {
  background-color: #fff;
  color: #44ad3e;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list.active .nav_icon svg .line {
  fill: #44ad3e;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
    width: 390px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
    width: 330px;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
    width: 300px;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
    flex-basis: calc(50% - 0.375rem);
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    flex-direction: column;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list {
    flex-basis: calc(50% - 0.25rem);
    flex-direction: row;
    gap: 0.2rem;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    position: relative;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list:hover {
  background-color: #fff;
  color: #44ad3e;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list:hover .nav_icon svg .line {
  fill: #44ad3e;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
  font-size: 2.25rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list span {
    font-size: 0.75rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list .nav_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list .nav_icon svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list .nav_icon svg {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list .nav_icon svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 0.3rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .nav_list_wrapper .nav_list .nav_icon svg .line {
  fill: #fff;
  transition: ease 0.4s;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .next_link {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .next_link {
    margin-top: 1rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .next_link a {
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_nav .next_link a {
    font-size: 1rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_nav .next_link a:hover::after {
  width: 100%;
}
html body main .contents.contents03 .contents_wrapper .contents_nav .next_link a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: ease 0.4s;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper {
  flex: 1 1 0%;
  min-width: 0;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
  position: relative;
  margin-bottom: 6rem;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    margin-right: -1rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image img {
  max-width: 135%;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_image img {
    max-width: calc(100% + 1rem);
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service01 .contents_sub_title {
  top: 22%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service01 .contents_sub_title p::after {
    width: 122%;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service02 .contents_sub_title {
  top: 23.5%;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service02 .contents_sub_title p::after {
  clip-path: polygon(7.5% 0, 100% 0, 100% 100%, 0 100%);
  width: 117%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service02 .contents_sub_title p::after {
    width: 116%;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service02 .contents_title {
  top: 34%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service02 .contents_title {
    top: initial;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service03 .contents_sub_title {
  top: 22.5%;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service03 .contents_sub_title p::after {
  clip-path: polygon(4.5% 0, 100% 0, 100% 100%, 0 100%);
  width: 115.5%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service03 .contents_sub_title p::after {
    width: 115%;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service03 .contents_title {
  top: 28%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service03 .contents_title {
    top: initial;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service04 .contents_sub_title {
  top: 20.5%;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service04 .contents_sub_title p::after {
  clip-path: polygon(8.7% 0, 100% 0, 100% 100%, 0 100%);
  width: 119.2%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service04 .contents_sub_title p::after {
    width: 118.5%;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service04 .contents_title {
  top: 32%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list#service04 .contents_title {
    top: initial;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.75rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title {
  position: absolute;
  top: 25%;
  left: 13%;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title {
    position: relative;
    top: initial;
    left: initial;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title span {
  display: block;
  color: rgba(68, 173, 62, 0.9);
  font-size: 5rem;
  font-weight: 900;
  font-family: "Maven Pro", sans-serif;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title span {
    color: #fff;
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title span {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title span {
    font-size: 2.375rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title p {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.5;
  padding: 0.5rem 1rem 0.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title p {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title p {
    font-size: 1.25rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 123%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_sub_title p::after {
    content: none;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title {
  position: absolute;
  right: -20%;
  top: 32%;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title {
    right: -13%;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title {
    right: -3%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title {
    position: relative;
    right: initial;
    top: initial;
    margin-top: -50%;
    min-width: 45px;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title h3 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  background-color: #f19500;
  padding: 0.75rem 0.75rem;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title h3 {
    font-size: 4.125rem;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title h3 {
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_title_wrapper .contents_title h3 {
    font-size: 1.75rem;
    padding: 0.5rem 0.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
  margin-top: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
    margin-top: 1.5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner {
    padding-right: 0;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner p {
  line-height: 1.8;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details {
    margin-top: 2rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_head h4 {
  color: #44ad3e;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background-color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_head h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_head h4 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a {
    font-size: 1.25rem;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a:hover span svg {
  transform: translateX(10px);
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a span svg {
  width: 38px;
  height: 38px;
  transition: ease 0.4s;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a span svg {
    width: 27px;
    height: 27px;
  }
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_link a span svg .line {
  fill: #fff;
}
html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_image img {
  max-width: 330px;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_image img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents_wrapper .contents_list_wrapper .contents_list .contents_list_inner .contents_details .contents_details_bottom .details_image img {
    max-width: 100%;
    height: 160px;
  }
}
html body main .contents.contents05 .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper {
    gap: 2rem;
  }
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .selector_wrapper {
    width: 220px;
    margin: auto;
  }
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector:hover {
  cursor: pointer;
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector:hover .selector_title span::after {
  width: 100%;
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_title {
  flex: 1 1 0%;
  min-width: 0;
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_title span {
  color: #44ad3e;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_title span {
    font-size: 1.25rem;
  }
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_title span::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 0;
  height: 8px;
  background-color: #fceb25;
  z-index: -1;
  transition: ease 0.4s;
}
html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_icon {
  width: 34px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .contents_wrapper .selector_wrapper .selector .selector_icon img {
    transform: rotate(90deg);
  }
}
html body main .contents.contents05 .contents_wrapper .post_wrapper {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .contents_wrapper .post_wrapper {
    flex: auto;
    width: 100%;
  }
}
html body main .contents.contents05 .contents_wrapper .post_wrapper .post_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .post_wrapper .post_list_wrapper {
    gap: 1rem;
  }
}
html body main .contents.contents05 .contents_wrapper .post_wrapper .post_list_wrapper .post_list {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .post_wrapper .post_list_wrapper .post_list {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents05 .contents_wrapper .post_wrapper .post_list_wrapper .post_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents05 .contents_wrapper .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.contents05 .contents_wrapper .post_wrapper .post_list_wrapper .post_list .post_text time {
  display: block;
  font-size: 0.75rem;
}
html body main .contents.contents05 .contents_wrapper .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.contents05 .contents_wrapper .post_wrapper .post_list_wrapper .post_list .post_text h3 {
    font-size: 0.875rem;
  }
}
html body main .contents.contents05 .contents_wrapper .post_wrapper .more a {
  margin: auto;
}
html body main .contents.contents_office {
  background-image: url("../../images/index/contents06_image01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents_office {
    background-size: calc(100% - 1rem);
    background-position: 100% 0;
    padding-top: 68%;
  }
}

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