html body .contents.subvisual {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body .contents.subvisual {
    padding-top: 1rem;
  }
}
html body .contents.subvisual .title_image_wrapper {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body .contents.subvisual .title_image_wrapper {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  html body .contents.subvisual .title_image_wrapper {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.subvisual .title_image_wrapper {
    width: 390px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.subvisual .title_image_wrapper {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.subvisual .title_image_wrapper .title_image img {
    margin: auto;
  }
}
html body .contents.subvisual .title_image_wrapper .title_wrapper {
  position: absolute;
  top: calc(50% - 88px);
  left: 41%;
}
@media screen and (max-width: 1199px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper {
    top: calc(50% - 62.5px);
    left: 40.5%;
  }
}
@media screen and (max-width: 991px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper {
    left: 39.5%;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper {
    left: 36.5%;
    top: 33%;
  }
}
@media screen and (max-width: 1199px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper .title_logo img {
    width: 60px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper .title_logo img {
    width: 50px;
  }
}
@media screen and (max-width: 1199px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.subvisual .title_image_wrapper .title_wrapper .title {
    font-size: 1.25rem;
  }
}
html body .contents.contents01 .contents_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_head {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_head {
    gap: 1rem;
  }
}
html body .contents.contents01 .contents_head .contents_text p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_head .contents_text p {
    font-size: 1.125rem;
    white-space: wrap;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_head .contents_text p {
    font-size: 1rem;
  }
}
html body .contents.contents01 .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
  html body .contents.contents01 .contents_list_wrapper {
    gap: 1rem;
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 7.5rem) / 6);
  border-radius: 0.75rem;
}
@media screen and (max-width: 1199px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 5rem) / 6);
  }
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(1) {
  background-color: #fc637e;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(2) {
  background-color: #55abee;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(3) {
  background-color: #13c98e;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(4) {
  background-color: #a38ee6;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(5) {
  background-color: #ffd249;
}
html body .contents.contents01 .contents_list_wrapper .contents_list:nth-child(6) {
  background-color: #ff9c58;
}
html body .contents.contents01 .contents_list_wrapper .contents_list a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  border: 2px solid #fff;
  border-radius: 0.75rem;
  box-shadow: 2px 2px 4px 1px rgba(112, 112, 112, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem 2rem;
  text-align: center;
  position: relative;
  min-height: 100px;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list a {
    font-size: 1.125rem;
    padding: 0.75rem 0.5rem 1.5rem;
    min-height: 90px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list a {
    font-size: 1rem;
  }
}
html body .contents.contents01 .contents_list_wrapper .contents_list a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 18px solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_list_wrapper .contents_list a::after {
    left: calc(50% - 8px);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #fff;
  }
}
html body .contents.contents01, html body .contents.contents02, html body .contents.contents03 {
  padding-top: 0;
}
html body .contents.contents02 .list_title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
html body .contents.contents02 .list_title_wrapper h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
html body .contents.contents02 .list_title_wrapper .post_more a {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}
html body .contents.contents02 .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents02 .contents_list_wrapper {
    gap: 1.5rem 1rem;
  }
}
html body .contents.contents02 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 991px) {
  html body .contents.contents02 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
html body .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
  height: 140px;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents02 .contents_list_wrapper .contents_list .contents_image {
    height: 120px;
  }
}
html body .contents.contents02 .contents_list_wrapper .contents_list .contents_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
html body .contents.contents02 .contents_list_wrapper .contents_list .contents_text a .contents_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
html body .contents.contents02 .contents_list_wrapper .contents_list .contents_text .label_wrapper {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 575px) {
  html body .contents.contents02 .contents_list_wrapper .contents_list .contents_text .label_wrapper {
    margin-top: 0.5rem;
  }
}
html body .contents.contents02 .contents_list_wrapper .contents_list .contents_text .label_wrapper time {
  display: block;
  margin-bottom: 0.3rem;
}
html body .contents.contents03 .list_title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
html body .contents.contents03 .list_title_wrapper h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
html body .contents.contents03 .list_title_wrapper .post_more a {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}
html body .contents.contents03 .slide01 {
  overflow: hidden;
  width: 100%;
}
html body .contents.contents03 .contents_list_wrapper .contents_list .contents_image {
  height: 140px;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents03 .contents_list_wrapper .contents_list .contents_image {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents03 .contents_list_wrapper .contents_list .contents_image {
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  html body .contents.contents03 .contents_list_wrapper .contents_list .contents_image {
    height: 120px;
  }
}
html body .contents.contents03 .contents_list_wrapper .contents_list .contents_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
html body .contents.contents03 .contents_list_wrapper .contents_list .contents_text a .contents_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
html body .contents.contents03 .contents_list_wrapper .contents_list .contents_text .label_wrapper {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 575px) {
  html body .contents.contents03 .contents_list_wrapper .contents_list .contents_text .label_wrapper {
    margin-top: 0.5rem;
  }
}
html body .contents.contents03 .contents_list_wrapper .contents_list .contents_text .label_wrapper time {
  display: block;
  margin-bottom: 0.3rem;
}
html body .contents.contents04 {
  background-color: #fc637e;
}
html body .contents.contents05 {
  background-color: #55abee;
}
html body .contents.contents06 {
  background-color: #13c98e;
}
html body .contents.contents07 {
  background-color: #a38ee6;
}
html body .contents.contents08 {
  background-color: #ffd249;
}
html body .contents.contents09 {
  background-color: #ff9c58;
}
html body .contents.contents04, html body .contents.contents05, html body .contents.contents06, html body .contents.contents07, html body .contents.contents08, html body .contents.contents09 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .contents.contents04, html body .contents.contents05, html body .contents.contents06, html body .contents.contents07, html body .contents.contents08, html body .contents.contents09 {
    padding: 2rem 0;
  }
}
html body .contents.contents04 .category_head, html body .contents.contents05 .category_head, html body .contents.contents06 .category_head, html body .contents.contents07 .category_head, html body .contents.contents08 .category_head, html body .contents.contents09 .category_head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents04 .category_head, html body .contents.contents05 .category_head, html body .contents.contents06 .category_head, html body .contents.contents07 .category_head, html body .contents.contents08 .category_head, html body .contents.contents09 .category_head {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents04 .category_head, html body .contents.contents05 .category_head, html body .contents.contents06 .category_head, html body .contents.contents07 .category_head, html body .contents.contents08 .category_head, html body .contents.contents09 .category_head {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents04 .category_head .category_title, html body .contents.contents05 .category_head .category_title, html body .contents.contents06 .category_head .category_title, html body .contents.contents07 .category_head .category_title, html body .contents.contents08 .category_head .category_title, html body .contents.contents09 .category_head .category_title {
    order: -2;
  }
}
html body .contents.contents04 .category_head .category_title h2, html body .contents.contents05 .category_head .category_title h2, html body .contents.contents06 .category_head .category_title h2, html body .contents.contents07 .category_head .category_title h2, html body .contents.contents08 .category_head .category_title h2, html body .contents.contents09 .category_head .category_title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  html body .contents.contents04 .category_head .category_title h2, html body .contents.contents05 .category_head .category_title h2, html body .contents.contents06 .category_head .category_title h2, html body .contents.contents07 .category_head .category_title h2, html body .contents.contents08 .category_head .category_title h2, html body .contents.contents09 .category_head .category_title h2 {
    font-size: 1.75rem;
  }
}
html body .contents.contents04 .category_head .category_text, html body .contents.contents05 .category_head .category_text, html body .contents.contents06 .category_head .category_text, html body .contents.contents07 .category_head .category_text, html body .contents.contents08 .category_head .category_text, html body .contents.contents09 .category_head .category_text {
  padding-left: 1.5rem;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  html body .contents.contents04 .category_head .category_text, html body .contents.contents05 .category_head .category_text, html body .contents.contents06 .category_head .category_text, html body .contents.contents07 .category_head .category_text, html body .contents.contents08 .category_head .category_text, html body .contents.contents09 .category_head .category_text {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents04 .category_head .category_text, html body .contents.contents05 .category_head .category_text, html body .contents.contents06 .category_head .category_text, html body .contents.contents07 .category_head .category_text, html body .contents.contents08 .category_head .category_text, html body .contents.contents09 .category_head .category_text {
    flex-basis: 100%;
    padding-left: 0;
    border-left: none;
  }
}
html body .contents.contents04 .category_head .category_text p, html body .contents.contents05 .category_head .category_text p, html body .contents.contents06 .category_head .category_text p, html body .contents.contents07 .category_head .category_text p, html body .contents.contents08 .category_head .category_text p, html body .contents.contents09 .category_head .category_text p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  html body .contents.contents04 .category_head .category_text p, html body .contents.contents05 .category_head .category_text p, html body .contents.contents06 .category_head .category_text p, html body .contents.contents07 .category_head .category_text p, html body .contents.contents08 .category_head .category_text p, html body .contents.contents09 .category_head .category_text p {
    font-size: 1rem;
  }
}
html body .contents.contents04 .category_head .icon_more, html body .contents.contents05 .category_head .icon_more, html body .contents.contents06 .category_head .icon_more, html body .contents.contents07 .category_head .icon_more, html body .contents.contents08 .category_head .icon_more, html body .contents.contents09 .category_head .icon_more {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  html body .contents.contents04 .category_head .icon_more, html body .contents.contents05 .category_head .icon_more, html body .contents.contents06 .category_head .icon_more, html body .contents.contents07 .category_head .icon_more, html body .contents.contents08 .category_head .icon_more, html body .contents.contents09 .category_head .icon_more {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  html body .contents.contents04 .category_head .icon_more a img, html body .contents.contents05 .category_head .icon_more a img, html body .contents.contents06 .category_head .icon_more a img, html body .contents.contents07 .category_head .icon_more a img, html body .contents.contents08 .category_head .icon_more a img, html body .contents.contents09 .category_head .icon_more a img {
    width: 38px;
  }
}
html body .contents.contents_supervisor {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents_supervisor {
    padding-top: 3.75rem;
  }
}

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