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

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.swiper-container {
  height: calc(100% - 255px);
  overflow: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-img {
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slide-img1 {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/top-fv1-1.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.slide-img2 {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/top-fv2-1.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.slide-img3 {
  background: url(https://true-team.com/wp-content/uploads/slide-image03_re.png) 50% 0 no-repeat;
  background-size: cover;
}

.slider-txt {
  padding-bottom: 8%;
}

.slider-txt__catch {
  font-size: clamp(1.4rem, 3vw, 3.2rem);
  line-height: 1.25;
  color: #fff;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 700;
}

.slider-txt__catch--large {
  font-size: clamp(2rem, 4vw, 4.8rem);
  color: #fff;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1050px) {
  .swiper-container {
    padding-top: 66px;
  }
}

@media screen and (max-width: 480px) {
  .swiper-container {
    height: 295px;
  }
  __catch {
    line-height: 1.25;
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: 700;
    letter-spacing: -5px;
  }
  __catch--large {
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: 700;
    letter-spacing: -5px;
  }
}

/* テキストを1文字ずつ表示
──────────────────────────────────────── */
.target span {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.target span.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.topic {
  border-bottom: 1px solid #eaeaea;
}

.topic__inner {
  max-width: 580px;
  margin: auto;
  padding: 1.8rem 2rem;
}

.topic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-item:not(:last-child) {
  padding-bottom: 1.8rem;
}

.topic-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-item__date {
  font-size: 1.4rem;
  font-weight: 300;
  padding-right: 2rem;
}

.topic-item__cat {
  line-height: 3rem;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 2rem;
  width: 9.3rem;
  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;
}

.topic-item__cat--seminar {
  font-size: 1.2rem;
  background: #BF0E0D;
}

.topic-item__cat--columns {
  font-size: 1.4rem;
  background: #3B6A58;
}

.topic-item__ttl {
  line-height: 1.625;
  padding-left: 2rem;
  font-weight: 500;
}

.topic-item__link {
  color: #3a3a3a;
  text-decoration: none;
}

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

.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: 700;
  text-align: center;
}

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

.seminar {
  background: #EEEBE6;
}

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

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

.seminar__box {
  padding: 2.2rem 0 7.2rem;
}

.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-item__thumbnail {
  width: 34.5%;
}

.seminar-item__thumbnail img {
  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 {
  padding: 10.5rem 2rem 9.5rem;
  max-width: 1000px;
  margin: auto;
}

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

.new__box {
  padding: 4rem 0 7.2rem;
}

.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 {
  width: 34.5%;
}

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

.message {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/message_bg-1.jpg) no-repeat 0% 50%;
  background-size: cover;
  padding: 9rem 2rem 8.5rem;
}

.message__inner {
  max-width: 960px;
  margin: auto;
  background: #fff;
}

.message__ttl {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  background: #243381;
  text-align: center;
  padding: 1.5rem 4rem;
}

.message__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  padding: 3rem 4rem 3rem;
}

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

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

.present__txt--red {
  color: #BF0E0D;
}

.present__txt--large {
  font-size: 3.8rem;
  color: #BF0E0D;
}

.present__img {
  width: 48%;
  margin: auto;
  padding-bottom: 5.7rem;
}

.present-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 #573701;
  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;
}

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

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

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

@media screen and (max-width: 1050px) {
  .seminar__inner {
    padding: 1rem 0 3rem;
  }
  .seminar__ttl {
    font-size: 2rem;
  }
  .seminar__box {
    padding: 3rem 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__thumbnail:not(:last-child) {
    margin-bottom: 2rem;
  }
  .seminar-item__thumbnail__img {
    width: 162px;
  }
  .seminar-info {
    width: 100%;
  }
  .new__inner {
    padding: 4rem 0 3rem;
  }
  .new__ttl {
    font-size: 2rem;
  }
  .new__box {
    padding: 3rem 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__thumbnail {
    margin: auto;
  }
  .new-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .new-item__img {
    width: 162px;
  }
  .new-info {
    width: 100%;
  }
  .media {
    padding: 40px 20px 30px;
  }
  .media__ttl {
    font-size: 20px;
  }
  .media__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 30px;
  }
  .media-item {
    width: 100%;
  }
  .media-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .present__inner {
    padding: 8.5rem 2rem 3rem;
  }
  .present__img {
    padding-bottom: 3rem;
  }
  .present__txt {
    font-size: 2rem;
  }
  .present__txt--large {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 480px) {
  .topic-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 1.5rem;
  }
  .topic-item:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .topic-item__meta {
    padding-left: 1rem;
  }
  .topic-item__ttl {
    padding-left: 0;
  }
  .topic-item__cat {
    font-size: 1.2rem;
    line-height: 1.8;
    width: 8.3rem;
  }
  .about__inner {
    padding: 6rem 2rem 6rem;
  }
  .about-txt__ttl {
    font-size: 2.3rem;
  }
  .about-txt__txt {
    text-align: center;
  }
  .seminar-item__thumbnail {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .seminar-item__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new-item__thumbnail {
    width: 282px;
    height: 162px;
  }
  .new-item__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message {
    background: none;
    border-bottom: 1px solid #707070;
    padding: 0 0 2rem;
  }
  .message__txt {
    padding: 2.5rem 2rem 2rem;
  }
  .present__inner {
    padding: 40px 20px 30px;
  }
  .present__img {
    width: 90%;
    padding: 20px 0 24px;
  }
}