html body main .contents.contents01 .contents_head {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_head {
    gap: 2rem;
  }
}
html body main .contents.contents01 .contents_head .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents01 .contents_head .contents_text p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_head .contents_text p {
    margin-bottom: 1rem;
  }
}
html body main .contents.contents01 .contents_head .contents_text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents_head .contents_image {
  width: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_head .contents_image {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_head .contents_image {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_list_wrapper {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(28, 28, 28, 0.2);
  margin-top: 3.5rem;
  padding: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 1.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper {
    gap: 1.5rem 1rem;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image {
  min-height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image {
    min-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image {
    min-height: auto;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list .contents_image img {
    max-width: 100%;
    height: 100px;
  }
}
html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
  color: #44ad3e;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents01 .contents_list_wrapper .contents_list h3 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 {
    padding-top: 0;
  }
}
html body main .contents.contents02 .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_text {
    width: 100%;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .contents_title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_wrapper .contents_text .contents_title {
    padding-right: 2rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .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.contents02 .contents_wrapper .contents_text .contents_title .sub_title {
    font-size: 1.125rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .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.contents02 .contents_wrapper .contents_text .contents_title h3 {
    font-size: 1.5rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .contents_title h3 span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_text .contents_title h3 span {
    font-size: 1.125rem;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .contents_text_inner {
  margin-top: 2rem;
  padding-right: 6rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_wrapper .contents_text .contents_text_inner {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_text .contents_text_inner {
    margin-top: 1.5rem;
    padding-right: 0;
  }
}
html body main .contents.contents02 .contents_wrapper .contents_text .contents_text_inner p {
  line-height: 1.8;
}
html body main .contents.contents02 .contents_wrapper .contents_image {
  width: 430px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_wrapper .contents_image {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper .contents_image {
    width: 100%;
  }
}
html body main .contents.contents02 .contents_wrapper02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper02 {
    margin-top: 2.5rem;
  }
}
html body main .contents.contents02 .contents_wrapper02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper02 ul {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}
html body main .contents.contents02 .contents_wrapper02 ul li {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_wrapper02 ul li {
    font-size: 1rem;
    flex-basis: 100%;
  }
}
html body main .contents.contents03 .post_wrapper, html body main .contents.contents04 .post_wrapper {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .post_wrapper, html body main .contents.contents04 .post_wrapper {
    flex: auto;
    width: 100%;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper, html body main .contents.contents04 .post_wrapper .post_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper, html body main .contents.contents04 .post_wrapper .post_list_wrapper {
    gap: 1rem;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_image, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list .post_image {
  height: 200px;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text time, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list .post_text time {
  display: block;
  font-size: 0.75rem;
}
html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text h3, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list .post_text h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .post_wrapper .post_list_wrapper .post_list .post_text h3, html body main .contents.contents04 .post_wrapper .post_list_wrapper .post_list .post_text h3 {
    font-size: 0.875rem;
  }
}
html body main .contents.contents03 .post_wrapper .more a, html body main .contents.contents04 .post_wrapper .more a {
  margin: auto;
  width: 420px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .post_wrapper .more a, html body main .contents.contents04 .post_wrapper .more a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 {
    padding-top: 0;
  }
}
html body main .bg01 img {
  width: 100%;
}

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