@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------

  SEMINAR　LIST
  
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
  common  
----------------------------------------------------------------------------------------------------*/
/* year-list */
.year-list {
  width: 100%;
  padding: .5em 1em;
  margin-bottom: 40px;
  box-sizing: border-box;
  background-color: rgba(var(--bcolor-6), 1);
  display: flex;
  align-items: center;
}
.year-list h3 {
  color: rgba(var(--bcolor-5), 1);
  margin-right: 1em;
}
.year-list ul {
  width: calc(100% - 11em);
  list-style: none;
  background-color: #fff;
  padding: .25em 1em;
}
.year-list li {
  display: inline-block;
  margin-right: 1em;
}
.year-list li:last-child {
  margin-right: 0;
}
.year-list li a {
  color: rgba(var(--bcolor-5), 1);
  text-decoration: none;
}

.l-secTtl03 {
  margin-bottom: 40px;
}


/*----------------------------------------------------------------------------------------------------
  seminar-list
----------------------------------------------------------------------------------------------------*/
/* 受講実績 */
.seminar-achievement {
  padding: 1.5em;
  background-color: #eee;
}
.seminar-achievement h2 {
  color: rgba(var(--acolor-6), 1);
  margin-bottom: .5em;
}

.seminar-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.seminar-list {
  width: calc(33.333% - 24px);
  position: relative;
  box-shadow: 0 0 15px 0 rgba(var(--bcolor-4), 0.2);
  margin-right: 36px;
  margin-bottom: 36px;
}
.seminar-list:nth-child(3n),
.seminar-list:last-child {
  margin-right: 0;
}
.seminar-list a {
  color: inherit;
  text-decoration: none;
}
.seminar-list a:hover {
  color: inherit;
  opacity: 0.7;
}
.seminar-list .status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 8em;
  padding: .5em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.seminar-list .status.start {
  background-color: rgba(var(--bcolor-1), 1);
  color: #fff;
  animation: blink 1.2s ease-in-out infinite alternate;
}
.seminar-list .status.close {
  background-color: rgba(var(--bcolor-3), 1);
  color: #fff;
}
.seminar-list .status.fuyo {
  background-color: rgba(var(--acolor-6), 1);;
  color: #fff;
}
.seminar-list .status.end {
  background-color: #666;
  color: #fff;
}
.seminar-list .photo {
  text-align: center;
  overflow: hidden;
}
.seminar-list .photo img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.seminar-list .description {
  width: 100%;
  box-sizing: border-box;
}
.seminar-list .title {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}
.seminar-list .category {
  color: rgba(var(--bcolor-1), 1);
}
.seminar-list .title h1 {
  color: rgba(var(--bcolor-4), 1);
  line-height: var(--line-height-s);
}
.seminar-list .introduction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1em 1em;
  line-height: var(--line-height-m);
}
.seminar-list .introduction dt {
  display: flex;
  align-items: center;
  width: 3em;
  margin: .5em 0;
  color: rgba(var(--bcolor-1), 1);
}
.seminar-list .introduction dt img {
  width: var(--fs-3l);
}
.seminar-list .introduction dd {
  display: flex;
  align-items: center;
  width: calc(100% - 3em);
  margin: .5em 0;
}
@media screen and (max-width: 900px) {
  .seminar-list {
    width: calc(50% - 18px);
    margin-right: 36px;
  }
  .seminar-list:nth-child(3n) {
    margin-right: 36px;
  }
  .seminar-list:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 570px) {
  .seminar-list {
    width: 100%;
    margin-right: 0;
  }
  .seminar-list:nth-child(3n) {
    margin-right: 0;
  }
}


/*----------------------------------------------------------------------------------------------------

  SEMINAR　DETAIL
  
----------------------------------------------------------------------------------------------------*/
.seminar-detail ol,
.seminar-detail ul {
  list-style: none;
  padding: 0;
}

/* sec-title */
.seminar-detail .l-secTtl02 {
  font-size: var(--fs-3l);
  margin-bottom: 12px;
}

/* introduction */
.seminar-detail .introduction {
  font-weight: bold;
}

/* seminar-main-table */
.seminar-detail .seminar-main-table {
  margin-bottom: 48px;
}
.seminar-detail .seminar-main-table table {
  width: 100%;
}
.seminar-detail .seminar-main-table th,
.seminar-detail .seminar-main-table td {
  padding: 1em;
  border: 1px solid rgba(var(--bcolor-1),1);
  box-sizing: border-box;
}
.seminar-detail .seminar-main-table th {
  width: 8.5em;
  background-color: rgba(var(--bcolor-6),1);
}
.seminar-detail .seminar-main-table td {
  width: calc(100% - 8.5em);
}
.seminar-detail .v-align-middle {
  vertical-align: middle;
}

/* seminar-other-table */
.seminar-detail .seminar-other-table {
  margin-bottom: 48px;
}
.seminar-detail .seminar-other-table table {
  width: 100%;
}
.seminar-detail .seminar-other-table th,
.seminar-detail .seminar-other-table td {
  padding: 1em;
  border: 1px solid rgba(var(--bcolor-1),1);
  box-sizing: border-box;
}
.seminar-detail .seminar-other-table th {
  background-color: rgba(var(--bcolor-6),1);
}
.seminar-detail .seminar-other-table .indent-area {
  padding-left: 1em;
}

/* seminar-img（一般・子供向けセミナー） */
.seminar-detail .seminar-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.seminar-detail .seminar-img-wrap a {
  display: block;
  width: calc(50% - 24px);
  height: auto;
}
.seminar-detail .seminar-img-wrap a:nth-child(even) {
  margin-left: 48px;
}
.seminar-detail .seminar-img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .seminar-detail .seminar-img-wrap a {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
  .seminar-detail .seminar-img-wrap a:nth-child(even) {
    margin: 0 auto 24px;
  }
  .seminar-detail .seminar-img-wrap a:last-child {
    margin-bottom: 0;
  }
}

/* seminar-cartion */
.seminar-detail .seminar-cartion {
  padding: 1.5em;
  background-color: #eee;
  margin-bottom: 48px;
}
.seminar-detail .seminar-cartion h2 {
  color: rgba(var(--acolor-6), 1);
  margin-bottom: .5em;
}
.seminar-detail .seminar-cartion dt {
  font-weight: bold;
  margin-top: .5em;
}
.seminar-detail .seminar-cartion dd {
  padding-left: 1em;
}

/* seminar-note */
.seminar-detail .seminar-note {
  padding: 1.5em;
  background-color: rgba(var(--bcolor-6), 1);
  margin-bottom: 48px;
}
.seminar-detail .seminar-note h2 {
  color: rgba(var(--bcolor-1), 1);
  margin-bottom: .5em;
}

/* seminar-photo */
.seminar-detail .seminar-photo {
  margin-top: 48px;
}
.seminar-detail .seminar-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.seminar-detail .seminar-photo-box {
  width: calc(50% - 24px);
  text-align: center;
  margin-bottom: 48px;
}
.seminar-detail .seminar-photo-box:nth-child(even) {
  margin-left: 48px;
}
.seminar-detail .seminar-photo-box p {
  margin-top: 1em;
  color: #666;
}
@media screen and (max-width: 700px) {
  .seminar-detail .seminar-photo-box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
  .seminar-detail .seminar-photo-box:nth-child(even) {
    margin: 0 auto 24px;
  }
  .seminar-detail .seminar-photo-box:last-child {
    margin-bottom: 0;
  }
}

/* seminar-application */
.seminar-detail .seminar-application {
  width: 100%;
  padding: 48px 0;
  background-color: rgba(var(--bcolor-6), 1);
  overflow: hidden;
  text-align: center;
  margin-bottom: -80px;
}
.seminar-detail .seminar-application strong {
  display: block;
  color: rgba(var(--bcolor-5), 1);
  line-height: var(--line-height-s);
  margin-bottom: 24px;
}
.seminar-detail .seminar-application .seminar-appli-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminar-detail .seminar-application .seminar-appli-btn {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.seminar-detail .seminar-application .seminar-appli-btn:last-child {
  margin-right: 0;
}
.seminar-detail .seminar-application .p-btn {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .seminar-detail .seminar-application {
    margin-top: 60px;
    margin-bottom: -44px;
  }
  .seminar-detail .seminar-application .seminar-appli-btn-wrap {
    flex-wrap: wrap;
  }
  .seminar-detail .seminar-application .seminar-appli-btn {
    width: 100%;
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .seminar-detail .seminar-application .seminar-appli-btn:last-child {
    margin-bottom: 0;
  }
}


/*----------------------------------------------------------------------------------------------------

  SEMINAR　DETAIL OTHER
  
----------------------------------------------------------------------------------------------------*/
.seminar-detail-other ol,
.seminar-detail-other ul,
.seminar-detail-other .list-non {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* sec-title */
.seminar-detail-other .l-secTtl02 {
  font-size: var(--fs-3l);
  margin-top: 48px;
  margin-bottom: 12px;
}
.seminar-detail-other .date {
  color: rgb(var(--bcolor-4));
  font-weight: 500;
}

/* seminar-aim */
.seminar-detail-other .seminar-aim {
}
.seminar-detail-other .seminar-target-person {
  padding: 1.5em;
  background-color: rgba(var(--bcolor-6), 1);
  margin-top: 1.5em;
}
.seminar-detail-other .seminar-target-person h3 {
  color: rgba(var(--bcolor-1), 1);
}

/* seminar-outline */
.seminar-detail-other .seminar-outline {
}
.seminar-detail-other .seminar-outline dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  margin-top: 24px;
}
.seminar-detail-other .seminar-outline dt {
  width: 6em;
  font-weight: bold;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.seminar-detail-other .seminar-outline dd {
  width: calc(100% - 6em);
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.seminar-detail-other .seminar-outline .map {
  display: flex;
  align-items: center;
}
.seminar-detail-other .seminar-outline .mapicon {
  width: var(--fs-2l);
  margin-right: .25em;
}
.seminar-detail-other .seminar-outline .enddate .p-btn {
  margin-top: .5em;
}

/* seminar-time-table */
.seminar-detail-other .seminar-time-table {
  margin-bottom: 48px;
}
.seminar-detail-other .seminar-time-table table {
  width: 100%;
}
.seminar-detail-other .seminar-time-table th,
.seminar-detail-other .seminar-time-table td {
  padding: 1em;
  border: 1px solid rgba(var(--bcolor-1),1);
  box-sizing: border-box;
}
.seminar-detail-other .seminar-time-table th {
  background-color: rgba(var(--bcolor-6),1);
}
.seminar-detail-other .seminar-time-table .indent-area {
  padding-left: 1em;
}
.seminar-detail-other .v-align-middle {
  vertical-align: middle;
}

/* seminar-other-table */
.seminar-detail-other .seminar-other-table {
  margin-bottom: 48px;
}
.seminar-detail-other .seminar-other-table table {
  width: 100%;
}
.seminar-detail-other .seminar-other-table th,
.seminar-detail-other .seminar-other-table td {
  padding: 1em;
  border: 1px solid rgba(var(--bcolor-1),1);
  box-sizing: border-box;
}
.seminar-detail-other .seminar-other-table th {
  background-color: rgba(var(--bcolor-6),1);
}
.seminar-detail-other .seminar-other-table .indent-area {
  padding-left: 1em;
}

/* seminar-cartion */
.seminar-detail-other .seminar-cartion {
  padding: 1.5em;
  background-color: #eee;
  margin: 48px 0;
}
.seminar-detail-other .seminar-cartion h2 {
  color: rgba(var(--acolor-6), 1);
  margin-bottom: .5em;
}
.seminar-detail-other .seminar-cartion dt {
  font-weight: bold;
  margin-top: .5em;
}
.seminar-detail-other .seminar-cartion dd {
  padding-left: 1em;
}

/* seminar-note */
.seminar-detail-other .seminar-note {
  padding: 1.5em;
  background-color: rgba(var(--bcolor-6), 1);
  margin-bottom: 48px;
}
.seminar-detail-other .seminar-note h2 {
  color: rgba(var(--bcolor-1), 1);
  margin-bottom: .5em;
}

/* seminar-photo */
.seminar-detail-other .seminar-photo {
  margin-top: 48px;
}
.seminar-detail-other .seminar-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.seminar-detail-other .seminar-photo-box {
  width: calc(50% - 24px);
  margin-bottom: 48px;
}
.seminar-detail-other .seminar-photo-box:nth-child(even) {
  margin-left: 48px;
}
.seminar-detail-other .seminar-photo-box p {
  margin-top: 1em;
  color: #666;
}
@media screen and (max-width: 700px) {
  .seminar-detail-other .seminar-photo-box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 24px;
  }
  .seminar-detail-other .seminar-photo-box:nth-child(even) {
    margin: 0 auto 24px;
  }
  .seminar-detail-other .seminar-photo-box:last-child {
    margin-bottom: 0;
  }
}

/* seminar-application */
.seminar-detail-other .seminar-application {
  width: 100%;
  padding: 48px 0;
  background-color: rgba(var(--bcolor-6), 1);
  overflow: hidden;
  text-align: center;
  margin-bottom: -80px;
}
.seminar-detail-other .seminar-application strong {
  display: block;
  color: rgba(var(--bcolor-5), 1);
  line-height: var(--line-height-s);
  margin-bottom: 24px;
}
.seminar-detail-other .seminar-application .seminar-appli-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminar-detail-other .seminar-application .seminar-appli-btn {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.seminar-detail-other .seminar-application .seminar-appli-btn:last-child {
  margin-right: 0;
}
.seminar-detail-other .seminar-application .p-btn {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .seminar-detail-other .seminar-application {
    margin-top: 60px;
    margin-bottom: -44px;
  }
  .seminar-detail-other .seminar-application .seminar-appli-btn-wrap {
    flex-wrap: wrap;
  }
  .seminar-detail-other .seminar-application .seminar-appli-btn {
    width: 100%;
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .seminar-detail-other .seminar-application .seminar-appli-btn:last-child {
    margin-bottom: 0;
  }
}




