@media screen and (max-width: 991px) {
  html body main .subvisual {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body main .subvisual {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  html body main .subvisual {
    height: 220px;
  }
}
html body main .subvisual .subvisual-inner {
  align-items: flex-end;
}
html body main .subvisual .subvisual-inner .subvisual-text {
  padding-bottom: 10%;
}
html body main .contents.contents01 {
  padding-bottom: 40px;
}
html body main .contents.contents02 {
  padding-top: 20px;
}
html body main .contents.contents01 .title-wrapper h2, html body main .contents.contents02 .title-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .title-wrapper h2, html body main .contents.contents02 .title-wrapper h2 {
    font-size: 24px;
    line-height: 1.4em;
  }
}
html body main .contents.contents01 .contents-post-wrapper, html body main .contents.contents02 .contents-post-wrapper {
  margin: 60px -15px 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-post-wrapper, html body main .contents.contents02 .contents-post-wrapper {
    margin: 40px -10px 0;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list {
  padding: 0 15px;
  margin-bottom: 60px;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list {
    padding: 0 10px;
    margin-bottom: 40px;
    width: 50%;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner {
  display: block;
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner:hover .contents-list-image span::after, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner:hover .contents-list-image span::after {
  background-color: var(--accent-color-a30);
  transform: scale(10);
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 0;
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image {
    height: 140px;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image {
    height: 120px;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 60px;
  transition: ease 0.4s;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span {
    font-size: 14px;
    padding: 10px 20px;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span::after, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--accent-color-a100);
  border-radius: 27.5px 0 0 0;
  height: 100%;
  width: 100%;
  transition: ease 0.4s;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span::after, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-image span::after {
    border-radius: 20px 0 0 0;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text {
  margin: 20px 0 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text {
    margin: 15px 0 0;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 {
    font-size: 16px;
    line-height: 1.2em;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span {
  color: #c1d2dc;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text h3 span {
    display: block;
    margin-left: 0;
  }
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text .contents-sub-text, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text .contents-sub-text {
  margin-top: 5px;
}
html body main .contents.contents01 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text .contents-sub-text p, html body main .contents.contents02 .contents-post-wrapper .contents-list-wrapper .contents-list .contents-list-inner .contents-list-text .contents-sub-text p {
  line-height: 1.6em;
}

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