@charset "UTF-8";
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.page-header__inner {
  padding: 12.5% 2% 4% 2%;
}

.page-header__txt {
  font-weight: 700;
  padding-bottom: 11.5%;
  margin-left: 8.5%;
}

.page-header__txt--small {
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  margin-left: 4.5%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.2rem);
  text-transform: uppercase;
}

.post-type-archive-seminar .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.post-type-archive-columns .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.post-type-archive-medias .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.archive-contents {
  background: #EEEBE6;
}

.archive-contents__inner {
  padding: 5rem 2rem 3rem;
  max-width: 1000px;
  margin: auto;
}

.archive-contents__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 3rem;
}

.archive-contents__box {
  padding: 2.2rem 0 7.2rem;
}

.archive-contents-item {
  background: #fff;
  border: 1px solid #707070;
  padding: 5.5rem 9.5rem 4.5rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive-contents-item:not(:last-child) {
  margin-bottom: 5rem;
}

.archive-contents-item__img {
  width: 282px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-contents-info {
  width: 58.8%;
  padding-top: 1rem;
}

.archive-contents-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.archive-contents-info__date {
  font-weight: 300;
  padding: 0.2rem 0 0 1rem;
}

.archive-contents-info__cat {
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  width: 11rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-contents-info__ttl {
  font-size: 1.8rem;
  padding: 1.5rem 0 1.2rem;
  font-weight: 700;
  line-height: 1.444;
}

.archive-contents-info__link {
  text-decoration: none;
  color: #3a3a3a;
}

.archive-contents-info__link:hover {
  text-decoration: underline;
}

.archive-contents-info__articles {
  font-size: 1.4rem;
  line-height: 1.6428;
  color: #3a3a3a;
}

.accordion {
  margin-bottom: 20px;
  position: relative;
  display: none;
}

.accordion-title {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  background: #55360C;
  border: 1px solid #707070;
  border-bottom: 0;
  height: 9.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.accordion-title::after {
  border-right: solid 6px #fff;
  border-top: solid 6px #fff;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 59px;
  top: 33%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 23px;
}

.accordion-title.open::after {
  top: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-content {
  display: none;
  border: 1px solid #707070;
}

.accordion-content__list {
  padding-left: 1.5rem;
}

.accordion-content__list li {
  list-style-type: none;
  line-height: 1.4444;
  padding: 2.2rem 2rem;
}

.accordion-content__list li:not(:last-child) {
  border-bottom: 1px solid #707070;
}

.accordion-content__list li a {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.accordion-content__list li a:hover {
  text-decoration: underline;
}

.date.post-type-archive .accordion {
  display: block;
}

.pagination {
  text-align: center;
  padding-bottom: 46px;
  margin-left: .7rem;
}

.pagination .page-numbers {
  font-size: 1.4rem;
  font-weight: 500;
  color: #573701;
  text-align: center;
  padding: .6rem 1.3rem;
  border: 1px solid #573701;
  margin-right: .7rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #707070;
}

.pagination .page-numbers.current {
  color: #fff;
  background-color: #573701;
}

.pagination .page-numbers.dots {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.pagination .page-numbers.next, .pagination .page-numbersprev {
  background: #EFECE7;
  padding: .6rem 1rem;
}

.post-type-archive-seminar .archive-contents-info__cat {
  background: #BF0E0D;
}

.post-type-archive-columns .archive-contents-info__cat {
  background: #3B6A58;
}

.post-type-archive-medias .archive-contents-info__cat {
  background: #573701;
}

.single h2 {
  color: red;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .archive-contents__inner {
    padding: 3rem 0 3rem;
  }
  .archive-contents__ttl {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .archive-contents__box {
    padding: 3rem 0 3rem;
  }
  .date.post-type-archive .archive-contents__ttl {
    padding-bottom: 3rem;
  }
  .archive-contents-item {
    border-left: none;
    border-right: none;
    padding: 1.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-contents-item__thumbnail {
    margin: auto;
  }
  .archive-contents-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .archive-contents-item__img {
    width: 162px;
  }
  .archive-contents-info {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-seminar .page-header,
  .post-type-archive-columns .page-header {
    height: 150px;
  }
  .accordion {
    padding: 0 20px;
  }
  .accordion-title {
    font-size: 2rem;
    height: 5rem;
  }
  .accordion-title::after {
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    top: 38%;
  }
  .accordion-title.open::after {
    top: 45%;
  }
  .accordion-content__list li {
    padding: 1.2rem 2rem;
  }
}
/*# sourceMappingURL=archive.css.map */