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

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.mail-magagine {
  padding: 0 2rem;
  text-align: center;
}

.mail-magagine__txt {
  font-size: 2.1rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
}

.mail-magagine-btn {
  width: 100%;
  max-width: 47.2rem;
  border: 1px solid #707070;
  background: #fff;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.mail-magagine-btn:hover {
  background: #3a3a3a;
}

.mail-magagine-btn__link {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.mail-magagine-btn__link:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .mail-magagine-btn {
    width: 80%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_colum-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 2.5%;
}

.page-header__inner {
  padding: 6% 2% 4% 2%;
}

.page-header__txt {
  font-weight: 700;
  color: #fff;
  padding-bottom: 11.5%;
  max-width: 1016px;
  margin: auto;
}

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

.page-header__txt--large {
  font-size: clamp(1.4rem, 4vw, 4.8rem);
  line-height: 1.5;
}

.page-header__txt--indent {
  padding-left: 2.3rem;
}

.page-header-btn {
  max-width: 1135px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.page-header-btn-item {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2.7222;
  font-weight: 700;
  background: #fff;
  width: 39.3%;
  margin: auto;
  border: 1px solid #573701;
  padding: 4.2% 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-header-btn-item:hover {
  background: #573701;
}

.page-header-btn-item__link {
  text-decoration: none;
  color: #573701;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.page-header-btn-item__link:hover {
  color: #fff;
}

.seminar {
  background: #EEEBE6;
  margin-top: 9.7rem;
}

.seminar__inner {
  max-width: 1000px;
  margin: auto;
  padding: 5rem 2rem 9.5rem;
}

.seminar__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.seminar__ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25.4rem;
  height: 0.2rem;
  background: #573701;
}

.seminar__box {
  padding: 7.6rem 0 7.5rem;
}

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

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

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

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

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

.seminar-info__cat {
  font-weight: 700;
  color: #fff;
  background: #BF0E0D;
  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;
}

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

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

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

.seminar-info__link:hover {
  text-decoration: underline;
}

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

.seminar-btn-item {
  font-size: 1.8rem;
  line-height: 2.7222;
  font-weight: 700;
  background: #fff;
  width: 22.4rem;
  height: 4.9rem;
  margin: auto;
  border: 1px solid #BF0E0D;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.seminar-btn-item:hover {
  background: #BF0E0D;
}

.seminar-btn-item__link {
  text-decoration: none;
  color: #BF0E0D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.seminar-btn-item__link:hover {
  color: #fff;
}

.new {
  background: #fff;
}

.new__inner {
  max-width: 1000px;
  margin: auto;
  padding: 9rem 2rem 9.5rem;
}

.new__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.new__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.2rem;
  height: 0.2rem;
  background: #573701;
}

.new__box {
  padding: 4.9rem 0 7.5rem;
}

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

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

.new-item-thumbnail__img {
  width: 282px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.new-info__cat {
  font-weight: 700;
  color: #fff;
  background: #3B6A58;
  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;
}

.new-info__date {
  font-weight: 200;
  padding: 0.2rem 0 0 1rem;
}

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

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

.new-info__link:hover {
  text-decoration: underline;
}

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

.new-btn-item {
  font-size: 1.8rem;
  line-height: 2.7222;
  font-weight: 700;
  background: #fff;
  width: 22.4rem;
  height: 4.9rem;
  margin: auto;
  border: 1px solid #3B6A58;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.new-btn-item:hover {
  background: #3B6A58;
}

.new-btn-item__link {
  text-decoration: none;
  color: #3B6A58;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.new-btn-item__link:hover {
  color: #fff;
}

.media {
  background: #EEEBE6;
  padding: 9rem 2rem 8.5rem;
}

.media__inner {
  max-width: 950px;
  margin: auto;
}

.media__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #55360C;
  padding-left: 1rem;
  margin-bottom: 5rem;
  position: relative;
}

.media__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 12.4rem;
  height: 0.2rem;
  background: #55360C;
}

.media__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.2rem 0 7.2rem;
}

.media-item {
  width: 32%;
  background: #fff;
  border: 1px solid #707070;
  padding: 20px;
  position: relative;
}

.media-item__thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-item__thumbnail img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-info__ttl {
  font-size: 1.8rem;
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.444;
}

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

.media-info__link:hover {
  text-decoration: underline;
}

.media-btn-item {
  font-size: 1.8rem;
  line-height: 2.7222;
  font-weight: 700;
  background: #fff;
  width: 22.4rem;
  height: 4.9rem;
  margin: auto;
  border: 1px solid #55360C;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.media-btn-item:hover {
  background: #55360C;
}

.media-btn-item__link {
  text-decoration: none;
  color: #55360C;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.media-btn-item__link:hover {
  color: #fff;
}

.backnumber {
  background: #EEEBE6;
  padding: 0 2rem 9.5rem;
}

.backnumber__inner {
  max-width: 960px;
  margin: auto;
}

.backnumber__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #55360C;
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
}

.backnumber__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22rem;
  height: 0.2rem;
  background: #55360C;
}

.backnumber-item {
  padding-bottom: 8rem;
}

.backnumber-item__list {
  padding-left: 0;
}

.backnumber-item__item {
  list-style-type: none;
  line-height: 1.4444;
  border-bottom: 1px solid #707070;
  padding: 2.3rem 1.5rem;
}

.backnumber-item__item:first-of-type {
  border-top: 1px solid #707070;
}

.backnumber-item__link {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.backnumber-item__link:hover {
  text-decoration: underline;
}

.backnumber-btn {
  font-size: 1.8rem;
  line-height: 2.7222;
  font-weight: 700;
  background: #fff;
  width: 22.4rem;
  height: 4.9rem;
  margin: auto;
  border: 1px solid #55360C;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  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;
}

.backnumber-btn:hover {
  background: #55360C;
}

.backnumber-btn__link {
  text-decoration: none;
  color: #55360C;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.backnumber-btn__link:hover {
  color: #fff;
}

.accordion {
  position: relative;
  padding-top: 9rem;
}

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

.support-message {
  background: #fff;
  padding: 10.3rem 2rem 9.5rem;
}

.message-box {
  padding-bottom: 9.5rem;
}

.message-box__item {
  max-width: 960px;
  margin: auto;
}

.message-box__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  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;
}

.message-box__txt {
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #707070;
  font-weight: 500;
  padding: 1.5rem 2rem;
  border: 1px solid #674A1A;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .page-header__txt--small {
    padding-left: clamp(1.2rem, 3vw, 4rem);
  }
  .page-header__txt--indent {
    padding-left: clamp(1.2rem, 3vw, 2.3rem);
  }
  .seminar__inner {
    padding: 4rem 0 3rem;
  }
  .seminar__ttl {
    font-size: 2rem;
  }
  .seminar__box {
    padding: 2rem 0 3rem;
  }
  .seminar-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;
  }
  .seminar-item__thumbnail {
    margin: auto;
  }
  .seminar-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .seminar-item__img {
    width: 162px;
  }
  .seminar-info {
    width: 100%;
  }
  .new__inner {
    padding: 4rem 0 3rem;
  }
  .new__ttl {
    font-size: 2rem;
  }
  .new__box {
    padding: 4rem 0 3rem;
  }
  .new-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;
  }
  .new-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .new-item-thumbnail {
    text-align: center;
  }
  .new-info {
    width: 100%;
  }
  .media {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .media__inner {
    max-width: 800px;
  }
  .media__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-item {
    width: 100%;
  }
  .media-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .backnumber {
    padding-top: 4rem;
  }
  .backnumber__inner {
    max-width: 800px;
  }
  .backnumber-item {
    padding-bottom: 3rem;
  }
  .accordion {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 700px) {
  .page-header-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  .page-header-btn__wrapper {
    width: 100%;
    padding-bottom: 1rem;
  }
  .page-header-btn-item {
    width: 45%;
    padding: 3% 0;
    border-radius: 3px;
  }
}

@media screen and (max-width: 480px) {
  .page-header__txt {
    padding-bottom: 2rem;
  }
  .seminar {
    margin-top: 4rem;
  }
  .seminar__ttl::after {
    display: none;
  }
  .seminar__box {
    padding: 4rem 0 3rem;
  }
  .new__ttl::after {
    display: none;
  }
  .media {
    padding-bottom: 4rem;
  }
  .media__ttl {
    font-size: 2rem;
    text-align: center;
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .media__ttl::after {
    display: none;
  }
  .media-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-contents__item {
    width: 80%;
    margin: auto;
  }
  .backnumber__ttl {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
  .backnumber__ttl::after {
    display: none;
  }
  .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;
  }
  .support-message {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .message-box {
    padding-bottom: 6rem;
  }
  .message-box__txt {
    padding: 1rem;
  }
}
/*# sourceMappingURL=column.css.map */