@charset "UTF-8";
.top-sec03_seminar {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .top-sec03_seminar {
    margin-bottom: 60px;
  }
}
.top-sec03 .wrapper {
  position: relative;
}
.top-sec03 .wrapper::before {
  content: url("../img/common/bg_cmn_gear01.png");
  position: absolute;
  z-index: 1;
  right: -105px;
  top: -45px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .wrapper::before {
    left: -205px;
    top: -90px;
  }
}
.top-sec03_heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .top-sec03_heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-sec03_heading .headline-lv1 {
  margin-bottom: 0;
}
.top-sec03_heading .seminar-ttl {
  margin-top: 15px;
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  .top-sec03_heading .seminar-ttl {
    margin-left: 0;
  }
}
.top-sec03_col02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-sec03_col02 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.top-sec03_col02_left {
  width: 49%;
}
@media screen and (max-width: 599px) {
  .top-sec03_col02_left {
    width: 100%;
  }
}
.top-sec03_col02_right {
  width: 49%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-sec03_col02_right {
    width: 100%;
  }
}
.top-sec03_col02_right::after {
  content: "";
  display: block;
  background-image: url("../img/top/icon-free.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 78px;
  height: 85px;
  position: absolute;
  top: -10px;
  right: 10px;
}
@media screen and (max-width: 599px) {
  .top-sec03_col02_right::after {
    width: 54.6px;
    height: 59.5px;
  }
}
.top-sec03_col02_right .seminar-info {
  margin-top: 0;
  padding-top: 50px;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .top-sec03_col02_right .seminar-info {
    margin-bottom: 0;
    padding-top: 40px;
  }
}
.top-sec03_col02_right .seminar-info dl dd {
  max-width: 300px;
}
.top-sec03_news_archive {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-sec03_news_archive {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.top-sec03_news_archive .archive-news {
  width: 32%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .top-sec03_news_archive .archive-news {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-sec03_news_archive .archive-news a {
  display: block;
}
.top-sec03_news_archive .archive-news a img {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  height: 100%;
}
.top-sec03_news_archive .archive-news a .post-ttl {
  padding: 20px 15px;
}
.top-sec03_news_archive .archive-news a .post-ttl .post-date {
  display: block;
  color: #26346E;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .top-sec03_news_archive .archive-news a .post-ttl .post-date {
    font-size: 13px;
  }
}
.top-sec03_news_archive .archive-news a .post-ttl .post-ttl_text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .top-sec03_news_archive .archive-news a .post-ttl .post-ttl_text {
    font-size: 14px;
  }
}
.top-sec03_news_archive .archive-news a .post-tax {
  display: flex;
  flex-wrap: wrap;
}
.top-sec03_news_archive .archive-news a .post-tax__item {
  font-size: 12px;
  background-color: #26346E;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .top-sec03_news_archive .archive-news a .post-tax__item {
    font-size: 10px;
  }
}

.tech_news-sec01_archive {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .tech_news-sec01_archive {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.tech_news-sec01 .archive-news {
  width: 32%;
  margin-right: 2%;
  background-color: #EAEAEA;
  margin-bottom: 30px;
}
.tech_news-sec01 .archive-news:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .tech_news-sec01 .archive-news {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tech_news-sec01 .archive-news a {
  display: block;
}
.tech_news-sec01 .archive-news a img {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  height: 100%;
}
.tech_news-sec01 .archive-news a .post-ttl {
  padding: 20px 15px;
}
.tech_news-sec01 .archive-news a .post-ttl .post-date {
  display: block;
  color: #26346E;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .tech_news-sec01 .archive-news a .post-ttl .post-date {
    font-size: 13px;
  }
}
.tech_news-sec01 .archive-news a .post-ttl .post-ttl_text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .tech_news-sec01 .archive-news a .post-ttl .post-ttl_text {
    font-size: 14px;
  }
}
.tech_news-sec01 .archive-news a .post-tax {
  display: flex;
  flex-wrap: wrap;
}
.tech_news-sec01 .archive-news a .post-tax__item {
  font-size: 12px;
  background-color: #26346E;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .tech_news-sec01 .archive-news a .post-tax__item {
    font-size: 10px;
  }
}

.tech_news-detail-sec01 .tech_news-detail__ttl_flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail-sec01 .tech_news-detail__ttl_flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__date {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__date {
    margin-bottom: 10px;
  }
}
.tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__cat {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__cat {
    margin-left: 0;
  }
}
.tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__cat_item {
  font-size: 12px;
  background-color: #26346E;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail-sec01 .tech_news-detail__ttl_flex .tech_news-detail__cat_item {
    font-size: 10px;
  }
}

.tech_news-detail__body p {
  font-size: 16px !important;
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__body p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}
.tech_news-detail__body h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4615384615;
  color: #26346E;
  padding-left: 10px;
  border-left: 10px solid #26346E;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__body h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #26346E;
  }
}
.tech_news-detail__body h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #26346E;
  border-bottom: 2px solid #26346E;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__body h3 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.tech_news-detail__other {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other {
    margin-bottom: 50px;
  }
}
.tech_news-detail__other_archive {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other_archive {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.tech_news-detail__other_archive .archive-news {
  width: 32%;
  background-color: #EAEAEA;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other_archive .archive-news {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tech_news-detail__other_archive .archive-news a {
  display: block;
}
.tech_news-detail__other_archive .archive-news a img {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  height: 100%;
}
.tech_news-detail__other_archive .archive-news a .post-ttl {
  padding: 20px 15px;
}
.tech_news-detail__other_archive .archive-news a .post-ttl .post-date {
  display: block;
  color: #26346E;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other_archive .archive-news a .post-ttl .post-date {
    font-size: 13px;
  }
}
.tech_news-detail__other_archive .archive-news a .post-ttl .post-ttl_text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other_archive .archive-news a .post-ttl .post-ttl_text {
    font-size: 14px;
  }
}
.tech_news-detail__other_archive .archive-news a .post-tax {
  display: flex;
  flex-wrap: wrap;
}
.tech_news-detail__other_archive .archive-news a .post-tax__item {
  font-size: 12px;
  background-color: #26346E;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .tech_news-detail__other_archive .archive-news a .post-tax__item {
    font-size: 10px;
  }
}

.contact-formWrap {
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .contact-formWrap {
    padding: 50px 100px;
  }
}
.contact-formWrap .form {
  padding: 0;
}

/* セミナー予約選択（お問い合わせフォーム） */
.contact-seminar-select-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}
.contact-seminar-select-wrap .contact-seminar-select-label {
  display: block;
  margin-bottom: 0.5em;
}
.contact-seminar-select-wrap .js-contact-seminar-select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.5em;
}

@media screen and (max-width: 599px) {
  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
  }
  .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
  }
}/*# sourceMappingURL=addstyle.css.map */