/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/seminar-biz.scss ***!
  \***************************************************************************************************************************/
@charset "UTF-8";
.archive .article {
  padding-top: 6rem;
}
.page .article .main {
  padding-top: 6rem;
}

.archive__title--top {
  color: #757575;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}
.archive__seminarNote {
  font-weight: 500;
  letter-spacing: initial;
  line-height: 142%;
  margin-bottom: 8rem;
  text-align: center;
}
.archive__seminarList {
  list-style-type: none;
  margin: 0 auto 6rem;
  max-width: 375px;
  padding: 0 3rem;
}
.archive__seminarItem {
  cursor: pointer;
  margin-top: -6rem;
  padding-top: 6rem;
}
.archive__seminarItem:not(:last-of-type) {
  margin-bottom: 6rem;
}
.archive__seminarItem a {
  text-decoration: none;
}
.archive__seminarItemImg {
  margin-bottom: 2rem;
  position: relative;
}
.archive__seminarItemImg img {
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.archive__seminarItemLabel {
  background: #e6c203;
  color: #fff;
  font-weight: 500;
  left: 0;
  line-height: 1;
  padding: 0.8rem 2rem;
  position: absolute;
  top: 1.5rem;
}
.archive__seminarItemTitle--seminar {
  border-radius: 0 0 1rem 1rem;
  font-weight: 500;
  line-height: 128%;
  padding: 1rem 4.6rem 1rem 1.5rem;
  position: relative;
  background: #006e53;
}
.archive__seminarItemTitle--seminar::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1.6rem;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 1.6rem;
}
.archive__seminarItemTitle--seminar::after {
  background: url(../a186943df885d7e1988c.svg) no-repeat;
  background-size: contain;
}
.archive__seminarItemTitle--consultation {
  border-radius: 0 0 1rem 1rem;
  font-weight: 500;
  line-height: 128%;
  padding: 1rem 4.6rem 1rem 1.5rem;
  position: relative;
  background: #d1e1de;
  color: #006e53;
}
.archive__seminarItemTitle--consultation::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1.6rem;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 1.6rem;
}
.archive__seminarItemTitle--consultation::after {
  background: url(../7daefdf502fd6cf9a14d.svg) no-repeat;
  background-size: contain;
}
.archive__seminarTagList {
  display: flex;
  gap: 1rem;
  list-style-type: none;
}
.archive__seminarTagItem {
  border-radius: 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 0;
  text-align: center;
  width: calc((100% - 2rem) / 3);
}
.archive__seminarBtn {
  background: #757575;
  border-radius: 0.5rem;
  color: #fff;
  filter: drop-shadow(0 0.2rem 1rem rgba(0, 0, 0, 0.1));
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 32rem;
}
.archive__seminarBtn::before {
  background: #5e5e5e;
  border-radius: 0.5rem;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.archive__seminarBtn::after {
  border-bottom: 2.2px solid #fff;
  border-left: 2.2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  filter: drop-shadow(0.1px 0.1px 0.3rem rgba(0, 0, 0, 0.3));
  height: 0.8rem;
  left: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.8rem;
}
.archive__seminarBtn a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 80%;
  overflow: hidden;
  padding: 2.2rem;
  text-decoration: none;
  text-shadow: 0.1px 0.1px 0.3rem rgba(0, 0, 0, 0.3);
}

.archive__title {
  color: #ff5c04;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 100%;
  margin-bottom: 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.archive__subTitle {
  color: initial;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.32rem;
  line-height: 1;
  margin-top: 2rem;
  position: relative;
  text-align: center;
}
.archive__subTitle::after {
  background: #ff5c04;
  bottom: -0.8rem;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 10.5rem;
}
