@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.list-single {
  scroll-margin-top: 250px;
}
.list-single {
  margin-bottom: 30px;
  padding: 45px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}
.list-single::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  background-image: url(/image/autumn2023/webinar/plus-circle-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.list-single.open::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  background-image: url(/image/autumn2023/webinar/minus-circle-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.open_close_bt {
  background-color: #999;
  position: absolute;
  top: 13px;
  right: 13px;
  opacity: 0;
  z-index: 999;
  display: block;
  cursor: pointer;
}
.thumbnail_title {
  /* display: grid; */
  /* grid-template-rows: 45px 50px 30px 45px; */
  /* grid-template-columns: 270px calc(100% - 270px); */
  display: -ms-grid;
  -ms-grid-rows: 45px 50px 30px 45px;
  -ms-grid-columns: 270px 722px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}
.thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  width: 240px;
  height: 170px;
  margin: 0 30px 0 0;
  /* grid-row: 2 / 6; */
  /* grid-column: 1 / 2; */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.thumbnail img {
  object-fit: cover;
  background: #ccc;
  width: 100%;
}
.thumbnail .code {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.webinar-item:nth-child(odd) .thumbnail .code {
  background-color: #6D9B00;
}
.webinar-item:nth-child(even) .thumbnail .code {
  background-color: #00869B;
}
.webinar-detail-r {
  position: relative;
  width: calc(100% - 284px);
  min-height: 140px;
  padding: 0 0 30px 0;
}
.date {
  width: 100%;
  /* grid-row: 2 / 2; */
  /* grid-column: 2 / 3; */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  font-size: 20px;
  font-weight: bold;
  color: #2980B9;
  display: flex;
  flex-direction: row;
  font-family: "Helvetica Neue";
  line-height: 1;
  height: auto;
}
.date span {
  display: inline-block;
  margin-right: 10px;
}
.title {
  width: 100%;
  font-size: 26px;
  margin-top: 10px;
  line-height: 1.3em;
  /* grid-row: 3 / 3; */
  /* grid-column: 2 / 3; */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  color: #0D3D62;
  font-weight: bold;
  display: flex;
  flex-direction: row;
}
.item-title {
  margin: 0 0 30px 0;
}
.corporate {
  width: 100%;
  /* grid-row: 4 / 4; */
  /* grid-column: 2 / 3; */
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  margin: 15px 0 0 0;
  color: #0D3D62;
}
.corporate span {
  display: inline-block;
  /* margin-right: 15px; */
  line-height: 1.4;
}
.marks {
  /* position: absolute; */
  width: 100%;
  /* grid-row: 5 / 5; */
  /* grid-column: 2 / 3; */
  -ms-grid-column: 2;
  -ms-grid-row: 4;
  padding: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  bottom: 0;
  flex-wrap: wrap;
  gap: 5px;
}
.marks li {
  /* margin: 0 0 0 10px; */
}
.marks li:first-child {
  margin: 0;
}
.mrk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  border-radius: 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  background: #fff;
}
.m-movie {
  border: 1px solid #fb0001;
  color: #fb0001;
}
.m-archive {
  border: 1px solid #2980B9;
  color: #2980B9;
}
.mrk img {
  height: 100%;
}
.detail {
  display: none;
}
.bt_action {
  margin: 35px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 680px; */
  gap: 15px;
  flex-wrap: wrap;
}
.bt_common {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.is_gry {
  background: #B9B9B9;
  color: #fff;
  border: 1px solid #B9B9B9;
  cursor: default;
  pointer-events: none;
}
.bt_action div {
  width: 25%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .bt_action div {
    width: calc(100%/4 - 22px);
    min-width: auto;
  }
}
.contents_area dd {
  width: calc(33% - 16px);
  margin: 0 8px;
  list-style-type: disc;
  margin-left: 18px;
  margin-bottom: 12px;
  padding: 30px 65px 0;
}
.detail h4 {
  color: #0D3D62;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin: 40px 0 20px;
  padding: 0;
  position: relative;
}
.detail h4:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.detail h4 span {
  background: #fff;
  position: relative;
  padding: 0 45px 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 25px !important;
  line-height: 1.5;
  font-weight: bold;
}
.profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 0 2%;
}
.profile dl {
  display: flex;
  flex-direction: row;
  width: 32%;
  margin: 25px 0 0 0;
}
.profile dt {

}
.profile dl dt img {
  object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
.profile dd {
  width: calc(100% - 88px);
  list-style-type: disc;
  margin-left: 18px;
  margin-bottom: 12px;
}
.timetable .ttl {
  margin: 90px 0 0 0;
}
@media screen and (min-width: 700px) {
  .list-single .open_close_bt {
      width: 50px;
      height: 50px;
  }
}

/* Webinar */
.item-days {
  margin: 50px 0 0 0;
  padding: 0 0 100px 0;
}
.item-days section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.item-days section:not(:last-child) {
  margin-bottom: 60px;
}
.item-days .item-date {
  width: 100%;
  line-height: 1;
  color: #0B3569
  position: relative;
  margin: 0 auto 30px;
}
.item-days .item-date .inside {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-days .item-date .inside > span {
  display: block;
}
/* .item-days .item-date .inside > span:nth-child(1) {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 82px;
  font-size: 5.125rem;
} */
.item-days .item-date .inside > span:nth-child(2) {
  font-size: 13px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #0d3d62;
  font-family: "Helvetica Neue";
  font-weight: 600;
  line-height: 0.9;
  margin: 0 0 0 15px;
}
.item-days .item-date .inside > span:nth-child(2) span {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
.item-days .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}
.item-days .item-date .inside .item-day {
  display: block;
  font-family: "Helvetica Neue";
  font-weight: 600;
  font-size: 80px;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-days .item-date .inside .item-day .item-day-mm {
  display: block;
  color: #0D3D62;
}
.item-days .item-date .inside .item-day .item-day-dd {
  display: block;
  color: #0D3D62;
}
.item-days .item-date .inside .item-day .item-day-on {
  display: block;
  color: #E74C3C;
  font-size: 70px;
  transform: scale(0.8, 1);
}
.item-days .item-date .inside .item-day .item-day-live {
  display: block;
  color: #E74C3C;
  /* font-size: 51px;
  transform: scale(0.7, 1); */
  font-size: 70px;
  transform: scale(0.8, 1);
}
.item-days .item-date .inside .item-day .item-week {
  display: block;
  font-size: 23px;
  color: #2e3a3a;
  margin: 4px 0 0 0;
}
.webinar-outline {
  width: 100%;
}
.webinar-detail {
  font-size: 18px;
  line-height: 1.8;
  margin: 40px 0 0 0;
}
.intro {
  display: block;
  margin: 10px 0 0 0;
  font-size: 13px;
}
.info-item {
  font-weight: bold;
  font-size: 14px;
}
.info-date {
  display: block;
}
.mainimg-inr {
  position: relative;
  width: 100%;
  text-align: center;
}
.mainimg-txt {
  position: relative;
  margin: 5% auto 1%;
  width: 90%;
}
.mainimg-txt p img {
  max-width: auto;
  width: 100%;
}
.mainimg-btn {
  position: absolute;
  width: 100%;
  max-width: 700px;
  left: 0;
  bottom: 60px;
  margin: 0 0 0 30px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: flex-start;
}
.mainimg-btn li {
  width: 50%;
}
.mainimg-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(88% - 2px);
  height: 40px;
  border-radius: 25px;
  padding: 0 6%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  font-weight: bold;
  background: #479F9D;
  color: #fff;
  border: 1px solid #479F9D;
  cursor: pointer;
}
.mainimg-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.mainimg-btn .mainimg-btn-orange {
  background: #E98C02;
  color: #fff;
  border: 1px solid #E98C02;
}
.onlinebooth .ttl {
  margin: 90px 0 0 0;
}

/* online booth */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/css//autumn2023/front/script/fonts/slick.eot');
  src: url('/css//autumn2023/front/script/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css//autumn2023/front/script/fonts/slick.woff') format('woff'), url('/css//autumn2023/front/script/fonts/slick.ttf') format('truetype'), url('/css//autumn2023/front/script/fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next{
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: -36px;
  z-index: 1;
}
.slick-next {
  right: -36px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.ob-outline {
  margin: 60px 30px 100px;
}
.ob-item a {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #479F9D;
  overflow: hidden;
}
.ob-item a img {
  display: block;
  /* max-height: 180px;
  max-width: 180px; */
  width: auto;
  height: auto;
}
.ob-item.intro a {
  pointer-events: none;
}
.tag {
  width: calc(100% - 34px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}
.tag-item {
  width: auto;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  padding: 10px 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.tag-blue {
  color: #fff;
  background: #2980B9;
}
.tag-orange {
  color: #fff;
  background: #ED7D31;
}
.tag-green {
  color: #fff;
  background: #6D9B00;
}
.tag-red {
  color: #fff;
  background: #E74C3C;
}
.pf-ex {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.pf-title {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.pf-name {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.archive-check {
  text-align: center;
  margin: 30px 0 0 0;
}
.archive-ol {
  display: block;
  width: calc(100% - 40px);
  max-width: 460px;
  padding: 25px 20px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
}
.archive-btn {

}
.archive-label {
  color: #0B3569;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.archive-check label input[type="checkbox"] ~ span,
.label-check {
  padding-left: 40px;
  min-height: 30px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
}
.archive-check label input[type="checkbox"] ~ span::before,
.archive-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 0;
  border: 3px solid #0D3D62;
  border-top-color: #0D3D62;
  border-right-color: #0D3D62;
  border-bottom-color: #0D3D62;
  border-left-color: #0D3D62;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.archive-check label input[type="checkbox"] ~ span:after,
.archive-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  display: block;
  width: 7px;
  height: 14px;
  border-right: 3px solid #0D3D62;
  border-bottom: 3px solid #0D3D62;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 1px;
}
.archive-check label input[type="checkbox"]:checked ~ span::before,
.archive-check label input[type="checkbox"]:checked + .archive-label::before {
  /* border-color: #0D3D62; */
}
.archive-check label input[type="checkbox"]:checked ~ span:after,
.archive-check label input[type="checkbox"]:checked + .archive-label::after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
main .content {
  margin: 0 auto;
}
.wb-booth {
  font-size: 16px;
  color: #7A6955;
  background: #fff;
  width: calc(100%/3 - 22px);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7A6955;
  min-width: auto;
  margin: 30px auto;
}
@media screen and (max-width: 1220px) {
  .ob-item a {
      width: 180px;
      height: 180px;
  }
}
@media screen and (max-width: 1110px) {
  .profile dl {
    width: 49%;
  }
}
@media screen and (max-width: 1100px) {
  .bt_action div {
    font-size: 18px;
  }
}
@media screen and (max-width: 1090px) {
  .ob-item a {
      width: 160px;
      height: 160px;
  }
}
@media screen and (max-width: 940px) {
  .bt_action div {
    width: calc(100%/2 - 22px);
  }
}
@media screen and (max-width: 900px) {
  .wb-booth {
    width: calc(100%/2 - 22px);
  }
}
@media screen and (max-width: 860px) {
  .thumbnail {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .webinar-detail-r {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .profile {
    gap: 0;
  }
  .profile dl {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ob-item a {
      width: 160px;
      height: 160px;
  }
}
@media screen and (max-width: 896px) {
  .bt_action {
      flex-wrap: wrap;
      /* max-width: 300px; */
  }
  .bt_action div {
      /* margin: 16px 0 0 0; */
  }
}
@media screen and (max-width: 800px) {
  .mainimg-btn a {
      font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wb-booth {
    width: calc(100% - 22px);
  }
}
@media screen and (min-width: 701px) {
  .pcHide {
      display: none;
  }
  .spHide {
      display: block;
  }
}
@media screen and (max-width: 699px) {
  .bt_action div {
    width: calc(100%/2 - 22px);
  }
}
@media screen and (max-width: 700px) {
  #mainimg.top .item-bg {
      background: url(/image//autumn2023/top/kv-sp.jpg) no-repeat center/cover;
  }
  .mainimg-btn {
      bottom: 10px;
      margin: 0 auto;
      justify-content: center;
  }
  .mainimg-btn a {
      height: auto;
      padding: 4px 6%;
  }
  .item-days section {
      flex-wrap: wrap;
  }
  .item-days .item-date {
      width: 100%;
      margin: 0;
  }
  .item-days .item-date .inside {
      /* position: relative; */
  }
  .item-days .item-date .inside .item-day {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 60px;
  }
  .item-days .item-date .inside .item-day .item-day-on {
    font-size: 60px;
    transform: scale(1, 1);
  }
  .item-days .item-date .inside .item-day .item-day-live {
    font-size: 60px;
    transform: scale(1, 1);
    margin: 0 0 0 8px;
  }
  .item-days .item-date .inside > span:nth-child(2) {
      padding: 8px 0 0 0;
  }
  .webinar-outline {
      width: 100%;
      margin: 32px 0 0 0;
  }
  .list-single {
      padding: 3%;
  }
  .thumbnail_title {
      display: block;
  }
  .tag {
    gap: 10px;
  }
  .tag-item {
    height: 26px;
    padding: 10px 15px;
    font-size: 11px;
}
  .date {
      font-size: 22px;
      margin: 15px 0 0 0;
  }
  .title {
      font-size: 22px;
      margin-top: 15px;
  }
  .corporate {
      width: 100%;
      font-size: 15px;
      margin: 10px 0 0 0;
  }
  .marks {
      width: 100%;
      padding: 15px 0 0;
  }
  .pcHide {
      display: block;
  }
  .spHide {
      display: none;
  }
  .archive-label {
    font-size: 24px;
  }
  .archive-check label input[type="checkbox"] ~ span::before,
  .archive-label::before {
    width: 24px;
    height: 24px;
  }
  .archive-check label input[type="checkbox"] ~ span,
  .label-check {
    padding-left: 30px;
    min-height: 25px;
  }
  .archive-check label input[type="checkbox"] ~ span:after,
  .archive-label::after {
    top: 5px;
    left: 9px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 470px) {
  .bt_action div {
    width: 80%;
  }
}