/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./app/web/app/themes/learning-agency/assets/src/scss/seminar_hr_index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ---------------------------------------------------------------
       typography
      -------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: clamp(24px, (100vw - 1024px) * 0.03 + 32px, 42px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 0;
  margin: 40px auto;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  width: 100%;
  text-align: left;
  position: relative;
  background-color: transparent;
  letter-spacing: -0.05em;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

h3 {
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 5px 20px;
  background-color: #606367;
  border-top: 0px solid #000;
  border-bottom: 0px solid #d6dcdd;
  margin: 0 0 20px 0;
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 1;
}
h3 span {
  display: inline;
}

ul li::marker {
  font-size: 0.8em; /* マーカーの大きさ */
  color: #333; /* マーカーの色 */
  padding-right: 0.2em !important; /* マーカーとテキストの間隔 */
}

/* ---------------------------------------------------------------
       ボタン
-------------------------------------------------------------------*/
.btnArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin: 0 auto 100px auto;
}
.btnArea a.button {
  width: 50%;
  margin: 0 auto;
}

/* ---------------------------------------------------------------
    layout/_layout.scss
-------------------------------------------------------------------*/
.header, .header.is--bg-white {
  background: rgba(255, 255, 255, 0.8) !important;
}

.content {
  width: 100%;
}
.wrapper {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 100%;
  overflow-x: clip;
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/seminar_fv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top top;
  width: 100%;
  box-sizing: border-box;
}

.fv-bg--01, .fv-bg--02 {
  position: absolute;
  width: 30%;
  z-index: 0;
}

.fv-bg--01 {
  width: 30%;
  top: 0;
  right: 0;
}

.fv-bg--02 {
  width: 40%;
  top: 300px;
  left: 0;
}

.main {
  position: relative;
}

section {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  box-sizing: border-box;
}

section .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

section.cta {
  margin-bottom: 125px;
}

.search-form__wrap {
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 30px 30px;
  border: 1px solid #00629B;
  background: #FFF;
  box-sizing: border-box;
}

input[type=date] {
  width: 150px;
  height: 35px;
  position: relative;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border-style: outset;
  border-width: 1px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/search_ico04.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #00629B;
  box-sizing: border-box;
}

input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 0;
  padding: initial;
  border: initial;
}

.check-list .check-label,
.check-list .select-label {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  padding-right: 30px;
}

.check-list dl {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
}

dt.check-label {
  width: 10%;
  border-right: 1px solid #00629B;
  position: relative;
  padding-left: 35px;
}
dt.check-label::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-sizing: border-box;
}
dt.check-label.kaijyo::before {
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/search_ico01.png);
}
dt.check-label.theme::before {
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/search_ico02.png);
}
dt.check-label.date::before {
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/search_ico03.png);
}

.check-list dd {
  width: 90%;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  display: block;
  margin-inline-start: 0px;
  unicode-bidi: isolate;
}
.check-list dd.date-checkbox label {
  width: 40%;
  margin-right: 15px;
  vertical-align: middle;
}
.check-list dd.date-checkbox input[type=date] {
  width: 100%;
}

.check-list label {
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  cursor: pointer;
}

.seminar-result__wrap {
  width: 100%;
  margin: 0 0 50px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seminar-result__wrap .result-title {
  font-size: 18px;
  font-weight: 600;
}
.seminar-result__wrap .result-title span {
  font-size: 29px;
}
.seminar-result__wrap select.select {
  width: 20%;
  height: 30px;
}

/* --------------------------------
  seminar items   
----------------------------------- */
.seminar-items__wrap {
  width: 100%;
  margin: 0 auto;
}

.seminar-items {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.seminar-items__card {
  width: 100%;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
  box-sizing: border-box;
}
.seminar-items__card:last-child {
  margin-bottom: 100px;
}
.seminar-items__card.pickup {
  margin-bottom: 30px;
}
.seminar-items__card.pickup:last-child {
  margin-bottom: 50px;
}
.seminar-items__card.pickup h2 {
  font-size: 28px;
  margin: 0 0 30px 0;
}
.seminar-items__card.pickup::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url("https://www.all-different.co.jp/app/uploads/seminar/seminar_pickup.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: 2;
}
.seminar-items__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.seminar-items__detail-wrap {
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
}
.seminar-items {
  /* セミナー日程 */
}
.seminar-items__date {
  width: 25%;
  min-width: 220px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 0 30px;
  box-sizing: border-box;
}
.seminar-items__date .seminar-day {
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: center;
  height: 100%;
}
.seminar-items__date .seminar-day li {
  text-align: left;
  position: relative;
}
.seminar-items__date .seminar-day li:first-child {
  width: 100%;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  margin: -20px auto 20px auto;
  padding: 20px 0 0 0;
}
.seminar-items__date .seminar-day li:first-child:after {
  width: 100%;
  content: "";
  border-bottom: 2px dotted #000;
  position: absolute;
  bottom: -20px;
}
.seminar-items__date .seminar-day li:first-child span {
  font-size: 32px;
  font-weight: 700;
}
.seminar-items__date .seminar-day li:first-child span:after {
  content: "\a"; /* 改行 */
  white-space: pre; /* 改行を有効にする */
}
.seminar-items__date .seminar-day li:only-child:first-child::after {
  content: none; /* li が1個だけなら消す */
}
.seminar-items__date .seminar-day li:nth-child(2) {
  margin-top: auto;
  padding-top: 40px;
}
.seminar-items__date .seminar-day li:nth-child(2):before {
  width: 100%;
  position: absolute;
  content: "その他日程\a";
  white-space: pre;
  font-size: 17px;
  font-weight: 700;
  top: -20px;
  left: 10px;
  padding-top: 30px;
}
.seminar-items__date .seminar-day li:last-child {
  margin-bottom: 20px;
}
.seminar-items__date .seminar-day.end li:first-child {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 0 auto;
  color: #4C4948;
}
.seminar-items__date .seminar-day.end li span {
  color: #4c4948;
  font-size: 24px;
}

/* --------------------------------
  btn
----------------------------------- */
a.seminar-items__btn, button.seminar-search__btn {
  width: 100%;
  color: #00629B;
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #00629B;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: auto;
  position: relative;
  cursor: pointer;
}
a.seminar-items__btn:hover, button.seminar-search__btn:hover {
  opacity: 0.6;
}

a.seminar-items__btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-sizing: border-box;
  clip-path: path("M8.51556 6.90445L1.61105 13.809L0 12.1979L5.29346 6.90445L0 1.611L1.61105 -5.34762e-05L8.51556 6.90445Z");
  background: #00629B;
}

button.seminar-search__btn {
  width: 30%;
  padding: 15px;
  margin: 30px auto 0 auto;
  display: flex;
  position: relative;
}
button.seminar-search__btn span {
  display: inline-block;
  position: relative;
}
button.seminar-search__btn span::before {
  content: "";
  background-image: url(https://www.all-different.co.jp/app/uploads/seminar/search_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-sizing: border-box;
}

/* --------------------------------
  pagination
----------------------------------- */
div.nav-links {
  width: 100%;
  text-align: center;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: center;
}
div.nav-links a {
  background-color: #00629B;
  color: #fff;
  position: relative;
}
div.nav-links span.page-numbers.current {
  background-color: #fff;
  color: #00629B;
}

div.nav-links span.page-numbers.current, div.nav-links a {
  display: block;
  border: 1px solid #00629B;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

div.nav-links a:hover {
  opacity: 0.75;
}

div.nav-links a.prev:after {
  position: relative;
  content: url(https://www.all-different.co.jp/app/uploads/column_report/template/pagenation_prev.png);
  width: 16px;
  height: 28px;
  top: 1px;
  left: 7px;
  display: block;
  transform: scale(0.6);
}

div.nav-links a.next:after {
  position: relative;
  content: url(https://www.all-different.co.jp/app/uploads/column_report/template/pagenation_next.png);
  width: 16px;
  height: 28px;
  top: 1px;
  left: 7px;
  display: block;
  transform: scale(0.6);
}

/* --------------------------------
  cta
----------------------------------- */
.cta-wrap {
  width: 100%;
  padding: 75px 75px;
  background: rgba(212, 238, 252, 0.3);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.cta-wrap div.cta-item {
  width: auto;
  line-height: 1.4;
  text-align: center;
}
.cta-wrap div.cta-item p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta-wrap div.cta-item a.cta-btn {
  font-size: 24px;
  font-weight: 700;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 30px;
  line-height: 1;
  position: relative;
}
.cta-wrap div.cta-item a.cta-btn.btn--contact {
  background: linear-gradient(235deg, #9E9E9F 7.39%, #606367 100%);
}
.cta-wrap div.cta-item a.cta-btn.btn--contact:hover {
  background: #606367;
}
.cta-wrap div.cta-item a.cta-btn.btn--dl {
  background: linear-gradient(234deg, #00ABDE 0%, #00629B 95.43%);
}
.cta-wrap div.cta-item a.cta-btn.btn--dl:hover {
  background: #00629B;
}

.global-footer {
  margin-top: 0px;
}

/* ---------------------------------------------------------------
    _parts.scss
-------------------------------------------------------------------*/
.seminar-items__detail {
  width: 80%;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
.seminar-items__detail:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #000;
}
.seminar-items__detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 30px;
  box-sizing: border-box;
}
.seminar-items__detail-text-wrap {
  width: 100%;
}
.seminar-items__detail {
  /* お悩み */
}
.seminar-items__detail-text {
  width: 100%;
  font-size: 16px;
  position: relative;
  color: #000;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background: rgba(229, 229, 229, 0.3);
}
.seminar-items__detail-onayami-list {
  width: 100%;
  list-style: disc;
  padding-left: 20px;
  font-size: 17px;
  box-sizing: border-box;
}
.seminar-items__detail-image {
  width: 50%;
  min-width: 180px;
  box-sizing: border-box;
}
.seminar-items {
  /* 会場アイコン */
}
.seminar-items__area {
  width: 150px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 15px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0;
  box-sizing: border-box;
}
.seminar-items__area.web {
  background-color: #00629B;
}
.seminar-items__area.tokyo, .seminar-items__area.nagoya, .seminar-items__area.osaka, .seminar-items__area.kyoto, .seminar-items__area.kobe, .seminar-items__area.kaijyou_tokyo, .seminar-items__area.kaijyou_kyoto, .seminar-items__area.kaijyou_koube, .seminar-items__area.kaijyou_osaka, .seminar-items__area.kaijyou_nagoya {
  background-color: #983e34;
}
.seminar-items__area.movie {
  background-color: #00abde;
}
.seminar-items {
  /* カテゴリ */
}
.seminar-items__category {
  width: auto;
  display: inline;
  border-radius: 18px;
  background: rgba(212, 238, 252, 0.5);
  color: #00629B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 0 20px;
  margin: 15px 0;
  box-sizing: border-box;
}

.form-close span {
  color: red;
}

@media screen and (max-width: 1300px){
  section .inner {
    width: 95%;
  }
  .seminar-items__card.pickup::after {
    top: -75px;
    right: -20px;
  }
}

@media screen and (max-width: 1024px){
  .wrapper {
    padding-top: 60px;
  }
  section .inner {
    padding: 0 0 0 0;
    max-width: 800px;
  }
  section.cta {
    margin-bottom: 80px;
  }
  .seminar-items__detail-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
  }
  .seminar-items__date {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 10px 10px 0 10px;
  }
  .cta-wrap {
    flex-wrap: wrap;
    padding: 50px 30px;
  }
  .seminar-items__detail {
    width: 100%;
    padding-right: 0;
  }
  .seminar-items__detail:after {
    content: "";
    width: 97%;
    height: 1px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: unset;
  }
  .seminar-items__detail-content {
    padding: 0 10px 20px 10px;
  }
}

@media screen and (max-width: 768px){
  h1 {
    margin: 20px auto;
  }
  h1 span {
    font-size: 18px;
  }
  h1 span:before {
    position: relative;
    content: "\a"; /* 改行 */
    white-space: pre; /* 改行を有効にする */
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    width: 98%;
    padding: 5px 10px;
  }
  h3 span {
    display: none;
  }
  .content {
    padding: 0 10px;
  }
  .wrapper {
    padding-top: 73px;
  }
  .fv-bg--01 {
    width: 50%;
  }
  .fv-bg--02 {
    width: 70%;
    top: 600px;
  }
  section.cta {
    margin-bottom: 50px;
  }
  .search-form__wrap {
    padding: 20px 10px;
    margin: 0 auto 30px auto;
  }
  .check-list .check-label,
  .check-list .select-label {
    line-height: 1;
  }
  .check-list dl {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  dt.check-label {
    border-right: 0px solid #00629B;
    margin-bottom: 15px;
  }
  .check-list dd {
    padding-left: 0;
    width: 100%;
  }
  .check-list label {
    margin-bottom: 20px;
  }
  .seminar-result__wrap {
    margin: 0 0 30px 0;
  }
  .seminar-result__wrap select.select {
    width: 40%;
  }
  .seminar-items {
    gap: 30px;
  }
  .seminar-items__card:last-child {
    margin-bottom: 30px;
  }
  .seminar-items__card {
    width: 100%;
  }
  .seminar-items__card.pickup {
    margin-bottom: 30px;
  }
  .seminar-items__card.pickup:last-child {
    margin-bottom: 30px;
  }
  .seminar-items__card.pickup h2 {
    font-size: 20px;
  }
  .seminar-items__card.pickup::after {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .seminar-items__head {
    gap: 10px;
  }
  .seminar-items__date .seminar-day li {
    padding: 0 10px 0 10px;
  }
  .seminar-items__date .seminar-day li:first-child {
    padding: 10px 0 10px 0;
  }
  .seminar-items__date .seminar-day li:first-child span {
    font-size: 32px;
    margin-top: 10px;
  }
  .seminar-items__date .seminar-day.end li:first-child {
    font-size: 24px;
    margin-top: 10px;
  }
  a.seminar-items__btn, button.seminar-search__btn {
    max-width: 500px;
    padding: 15px;
    margin: 0 0 10px 0;
  }
  button.seminar-search__btn {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  div.nav-links {
    margin: 0 auto 50px auto;
  }
  .cta-wrap {
    flex-wrap: wrap;
    padding: 30px 10px;
    gap: 50px;
  }
  .cta-wrap div.cta-item {
    width: 100%;
  }
  .cta-wrap div.cta-item p {
    margin-bottom: 0;
  }
  .cta-wrap div.cta-item a.cta-btn {
    font-size: 20px;
    padding: 20px 20px;
  }
  .seminar-items__detail-text {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 10px 10px 10px;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .seminar-items__detail-onayami-list {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .seminar-items__detail-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .seminar-items__area {
    font-size: 16px;
    padding: 20px 30px;
  }
  .seminar-items__category {
    padding: 0 20px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 740px){
  .seminar-items__wrap {
    max-width: 540px;
  }
}

@media screen and (max-width: 375px){
  .seminar-items__card.pickup::after {
    width: 82px;
    height: 92px;
    top: -41px;
    right: -20px;
  }
  .seminar-items__detail-text {
    padding: 20px 10px 10px 10px;
  }
}

@media screen and (max-width: 350px){
  .seminar-items__detail-onayami-list {
    margin: 30px auto 10px auto;
  }
}
