@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
img {
  aspect-ratio: attr(width)/attr(height);
  /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.main-wrapper {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
}
.main-wrapper .sp {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

/* header下の帯バナー非表示 */
.block-globalnav--campaign,
#header-news {
  display: none;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  width: 100%;
}

.main-visual__inner {
  position: relative;
  width: 100%;
}

.main-visual__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.main-visual__logo {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}

.main-visual__logo-image {
  display: inline-block;
}

.main-visual__title {
  color: #FFFFFF;
  font-size: 43px;
  font-weight: 900;
  line-height: 67px;
  text-align: center;
  text-shadow: 1px 10px 15px rgba(0, 0, 0, 0.33);
  margin: 0 auto 22px;
}

.main-visual__caption {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.main-visual__slider {
  width: 100%;
  height: 484px;
  overflow: hidden;
  /* slick.js初期化後 */
}
.main-visual__slider.slick-initialized {
  height: auto;
  overflow: visible;
}

.main-visual__slider-image-box {
  font-size: 0;
  line-height: 0;
}

.main-visual__slider-image {
  width: 100%;
  height: auto;
}

/* anchor
------------------------------*/
.anchor {
  width: 100%;
  background-color: #005BAC;
}

.anchor__inner {
  width: 1200px;
  margin: 0 auto;
}

.anchor__item-box {
  display: flex;
  flex-flow: row wrap;
}

.anchor__item {
  width: 25%;
  border-right: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.anchor__item:first-child {
  border-left: 1px solid #FFFFFF;
}
.anchor__item:last-child a.anchor__item-link {
  background-color: #2F4565;
}
.anchor__item:last-child a.anchor__item-link::before {
  width: 9px;
  height: 14px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_white_small.png);
}

a.anchor__item-link {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background-color: #005BAC;
  padding: 18px 10px 18px;
}
a.anchor__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 9px;
  background-image: url(/img/page/seminar/202310/icon_bottom_arrow_white_small.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.anchor__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* content
------------------------------*/
.content {
  margin: 0 auto 95px;
}

.content__inner, .content__inner--bg-yellow {
  width: 100%;
  padding: 80px 0 120px;
}
.content__inner#instagram-live, #instagram-live.content__inner--bg-yellow {
  position: relative;
}
.content__inner#instagram-live::before, #instagram-live.content__inner--bg-yellow::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #F5F5F5;
  z-index: 1;
}
.content__inner#bg-image, #bg-image.content__inner--bg-yellow {
  padding: 0 0 80px;
}
.content__inner#access, #access.content__inner--bg-yellow {
  padding: 80px 0 80px;
}
.content__inner#seminar-details, #seminar-details.content__inner--bg-yellow {
  padding: 80px 0 160px;
}
.content__inner#step-up, #step-up.content__inner--bg-yellow {
  padding: 52px 0 55px;
}
.content__inner#calendar, #calendar.content__inner--bg-yellow {
  padding: 80px 0 100px;
}

.content__inner--bg-yellow {
  background-color: #FFFCF1;
}

.content__inner--bg-yellow#access {
  width: 1200px;
  margin: 0 auto 120px;
}

.content__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin: 0 auto 30px;
}

.content__title-english {
  display: block;
  position: relative;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 23px;
}
.content__title-english::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 15px;
  height: 1px;
  background-color: #999999;
  transform: translateX(-50%);
}

.content__caption, .content__caption--text-left {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 52px;
}
#news .content__caption, #news .content__caption--text-left {
  margin-bottom: 40px;
}
.content__caption .text-indent, .content__caption--text-left .text-indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.content__caption--text-left {
  width: 660px;
  text-align: left;
  margin: 0 auto 52px;
}

a.content__caption-link {
  color: #24A6A7;
  font-size: 14px;
  text-decoration: underline;
}
a.content__caption-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.content__more-button-link {
  display: block;
  position: relative;
  width: 380px;
  color: #2E2129;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  background-color: #FFDF51;
  border-radius: 4px;
  padding: 0 20px;
  margin: 0 auto;
}
a.content__more-button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 14px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_brown.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.content__more-button-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* news
------------------------------*/
.news {
  width: 100%;
}

.news__inner {
  width: 1200px;
  margin: 0 auto;
}

.news__content {
  border: 1px solid #EE9D96;
  background-color: #FFFFFF;
  padding: 20px 50px 20px 62px;
  margin-bottom: 40px;
}

.news__scroll {
  position: relative;
  width: 100%;
  max-height: 166px;
  padding-right: 45px;
  box-sizing: border-box;
  overscroll-behavior: none auto;
  overflow: auto;
}
.news__scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #DDDDDD;
  border-radius: 50px;
}
.news__scroll::-webkit-scrollbar-thumb {
  background-color: #005BAC;
  border-radius: 50px;
}

.news__item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 16px;
}
.news__item:last-child {
  margin-bottom: 0;
}

.news__item-date {
  width: 70px;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  margin-right: 30px;
}

.news__item-text {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 23px;
}

.news__accordion {
  margin-bottom: 52px;
}

.news__accordion-item-box {
  width: 100%;
}
.news__accordion-item-box::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.news__accordion-item {
  float: left;
  width: calc(50% - 10px);
  border: 1px solid #005BAC;
  background-color: #FFFFFF;
  border-radius: 55px;
  margin-right: 20px;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
  overflow: hidden;
}
.news__accordion-item:nth-child(even) {
  margin-right: 0;
}
.news__accordion-item:first-child .news__accordion-button::before {
  left: 60px;
  width: 131px;
  height: 94px;
  background-image: url(/img/page/seminar/202310/news_icon_01.png);
}
.news__accordion-item:last-child .news__accordion-button::before {
  left: 60px;
  width: 131px;
  height: 94px;
  background-image: url(/img/page/seminar/202310/news_icon_02.png);
}
.news__accordion-item.is-open {
  border-radius: 20px;
}

.news__accordion-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 110px;
  padding: 0 30px 0 30px;
  overflow: hidden;
  cursor: pointer;
}
.news__accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.news__accordion-button-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.news__accordion-button-icon {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translatey(-50%);
}
.news__accordion-button-icon::before, .news__accordion-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #005BAC;
  transition: transform 0.4s ease 0s;
}
.news__accordion-button-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .news__accordion-button-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.news__accordion-button-icon::after {
  transform: translate(-50%, -50%);
}

.news__accordion-item-content {
  display: none;
  background-color: #FFFFFF;
}

.news__accordion-inner-item-box {
  border-top: 6px solid #005BAC;
  padding: 37px 0 32px;
  margin: 0 38px;
}

.news__accordion-inner-item {
  position: relative;
  width: 100%;
  padding-left: 11px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.news__accordion-inner-item:last-child {
  margin-bottom: 0;
}
.news__accordion-inner-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #FFDF51;
  transform: translateY(-50%);
}

a.news__accordion-link,
.news__accordion-link {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
a.news__accordion-link:hover,
.news__accordion-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.news__button-inner {
  width: 742px;
  height: auto;
  margin: 0 auto;
}

.news__button-box {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.news__button-box:last-child {
  margin-bottom: 0;
}

a.news__button-link, a.news__button-link--yellow, a.news__button-link--red {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
a.news__button-link::before, a.news__button-link--yellow::before, a.news__button-link--red::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.news__button-link:hover, a.news__button-link--yellow:hover, a.news__button-link--red:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.news__button-link--red {
  color: #FFFFFF;
  font-size: 20px;
  background-color: #D52731;
  padding: 15px 30px 15px;
}
a.news__button-link--red::before {
  width: 20px;
  height: 12px;
  background-image: url(/img/page/seminar/202310/icon_bottom_arrow_white.png);
}

a.news__button-link--yellow {
  color: #2E2129;
  font-size: 18px;
  background-color: #FFDF51;
  padding: 1px 30px 1px;
}
a.news__button-link--yellow::before {
  width: 9px;
  height: 14px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_brown.png);
}

/* actual-seminar
------------------------------*/
.actual-seminar {
  /* visumo */
}
.actual-seminar .ecbn-selection-header,
.actual-seminar .ecbn-selection-header2,
.actual-seminar .ecbn-selection-title,
.actual-seminar .ecbn-selection-description {
  display: none;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  width: 1200px;
}
.actual-seminar .ecbn-selection-wrapper li {
  width: 285px;
  margin-right: 20px;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img {
  max-width: 285px;
  max-height: 285px;
}
.actual-seminar .ecbn-selection-item .ecbn-selection-detail {
  width: 100%;
  padding-top: 12px;
}
.actual-seminar .ecbn-selection-item .ecbn-selection-user {
  color: #005BAC;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 8px;
}
.actual-seminar .ecbn-selection-item .ecbn-selection-caption {
  color: #222222;
  font-size: 14px;
  line-height: 23px;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  top: 112px;
  width: 32px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/img/page/seminar/202310/icon_next_button.png);
  opacity: 1;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next::before {
  display: none;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:hover {
  opacity: 0.8;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  top: 112px;
  width: 32px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/img/page/seminar/202310/icon_prev_button.png);
  opacity: 1;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev::before {
  display: none;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:hover {
  opacity: 0.8;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn {
  display: block;
  position: relative;
  width: 380px;
  color: #2E2129;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  background-color: #FFDF51;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  margin: 52px auto 0;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 14px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_brown.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn::after {
  content: "もっと見る";
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
}
.actual-seminar .ecbn-selection-wrapper .ecbn-selection-footer2 {
  position: relative;
  top: -84px;
  margin: 0 0 0 auto;
}

/* seminar-details
------------------------------*/
.seminar-details {
  margin-bottom: 80px;
}

.seminar-details__inner {
  width: 1200px;
  margin: 0 auto;
}

.seminar-details__item-box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.seminar-details__item {
  position: relative;
  width: calc(33.33% - 13.33px);
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  margin-right: 20px;
  box-sizing: border-box;
}
.seminar-details__item:last-child {
  margin-right: 0;
}
.seminar-details__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 66px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.seminar-details__item:nth-child(3) .seminar-details__title-small-text {
  padding-left: 35px;
}
.seminar-details__item:nth-child(1):before {
  background-image: url(/img/page/seminar/202310/seminar_details_icon_01.png);
}
.seminar-details__item:nth-child(2):before {
  background-image: url(/img/page/seminar/202310/seminar_details_icon_02.png);
}
.seminar-details__item:nth-child(3):before {
  background-image: url(/img/page/seminar/202310/seminar_details_icon_03.png);
}

.seminar-details__title {
  color: #FFFFFF;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-color: #005BAC;
  padding: 25px 20px 20px;
  margin: 0;
}

.seminar-details__title-small-text {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 8px;
}

.seminar-details__title-text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.seminar-details__item-inner {
  padding: 15px 20px 32px 20px;
}

.seminar-details__item-inner-box {
  margin-bottom: 20px;
}
.seminar-details__item-inner-box:last-child {
  margin-bottom: 0;
}

.seminar-details__item-title {
  color: #2E2129;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background-color: rgba(160, 206, 217, 0.3);
  border-radius: 14px;
  padding: 4px 10px;
  margin-bottom: 8px;
}

.seminar-details__item-text {
  font-size: 14px;
  line-height: 23px;
  margin: 0 10px 4px;
}
.seminar-details__item-text.space-large {
  text-align: center;
  margin-bottom: 16px;
}

.seminar-details__item-link-box {
  text-align: right;
  margin: 0 10px;
}

a.seminar-details__item-link {
  display: inline-block;
  position: relative;
  color: #24A6A7;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
  padding-right: 14px;
}
a.seminar-details__item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 9px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_blue.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.seminar-details__item-link:hover {
  text-decoration: none;
}

.seminar-details__button-item-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.seminar-details__button-item {
  width: 380px;
  margin-right: 40px;
}
.seminar-details__button-item:last-child {
  margin-right: 0;
}

.seminar-details__button {
  display: block;
  position: relative;
  width: 100%;
  color: #2E2129;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  background-color: #FFDF51;
  border-radius: 4px;
  padding: 0 20px;
  margin: 0 auto;
  cursor: pointer;
}
.seminar-details__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 14px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_brown.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.seminar-details__button:hover {
  opacity: 0.8;
}

/* recommended-seminars
------------------------------*/
.recommended-seminars {
  width: 1200px;
  background-color: #FFFFFF;
  padding: 52px 63px;
  margin: 0 auto;
  box-sizing: border-box;
}

.recommended-seminars__inner {
  width: 100%;
}

.recommended-seminars__item-box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.recommended-seminars__item {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.recommended-seminars__item:nth-child(2n) {
  margin-right: 0;
}

.recommended-seminars__image-box {
  width: 530px;
  height: 298px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 auto 10px;
}

.recommended-seminars__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-seminars__item-title {
  min-height: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.recommended-seminars__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
  overflow: hidden;
}

.recommended-seminars__item-link-box {
  text-align: right;
}

a.recommended-seminars__item-link {
  display: inline-block;
  position: relative;
  color: #24A6A7;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
  padding-right: 14px;
}
a.recommended-seminars__item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 9px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_blue.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.recommended-seminars__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.recommended-seminars__button {
  width: 100%;
}

.recommended-seminars__button-inner {
  width: 742px;
  height: auto;
  margin: 0 auto;
}

.recommended-seminars__button-box {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.recommended-seminars__button-link, .recommended-seminars__button-link--red {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.recommended-seminars__button-link::before, .recommended-seminars__button-link--red::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.recommended-seminars__button-link:hover, .recommended-seminars__button-link--red:hover {
  text-decoration: none;
  opacity: 0.8;
}

.recommended-seminars__button-link--red {
  color: #FFFFFF;
  font-size: 20px;
  background-color: #D52731;
  padding: 15px 30px 15px;
}
.recommended-seminars__button-link--red::before {
  width: 20px;
  height: 12px;
  background-image: url(/img/page/seminar/202310/icon_bottom_arrow_white.png);
}

/* step-up
------------------------------*/
.step-up {
  width: 1200px;
  margin: 0 auto;
}

.step-up__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  margin: 0 auto 32px;
}

.step-up__inner {
  width: 100%;
}

.step-up__item-box {
  display: flex;
  flex-flow: row wrap;
}

.step-up__item {
  width: calc(33.33% - 28px);
  margin-right: 42px;
}
.step-up__item:nth-child(3n) {
  margin-right: 0;
}

.step-up__image-box {
  width: 100%;
  height: 210px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 8px;
}

.step-up__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-up__item-title {
  position: relative;
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 61px;
  margin-bottom: 10px;
}
.step-up__item-title::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 50px;
  height: 64px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}
.step-up__item:nth-child(1) .step-up__item-title::before {
  background-image: url(/img/page/seminar/202310/step_up_icon_01.png);
}
.step-up__item:nth-child(2) .step-up__item-title::before {
  background-image: url(/img/page/seminar/202310/step_up_icon_02.png);
}
.step-up__item:nth-child(3) .step-up__item-title::before {
  background-image: url(/img/page/seminar/202310/step_up_icon_03.png);
}

.step-up__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 8px;
  overflow: hidden;
}

.step-up__item-link-box {
  text-align: right;
}

a.step-up__item-link {
  display: inline-block;
  position: relative;
  color: #24A6A7;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
  padding-right: 14px;
}
a.step-up__item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 9px;
  background-image: url(/img/page/seminar/202310/icon_right_arrow_blue.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.step-up__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* calendar
------------------------------*/
.calendar .sp {
  display: none;
}

.calendar__inner {
  width: 1200px;
  margin: 0 auto;
}

.calendar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.calendar__prev,
.calendar__next {
  display: block;
  color: transparent;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
}
.calendar__prev:hover,
.calendar__next:hover {
  opacity: 0.8;
}

/* ■2025.08.29 */
.calendar__prev {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_prev.png);
}

.calendar__next {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_next.png);
}

.calendar__date-box {
  margin: 0 40px;
}

.calendar__date {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.calendar__date.is-active {
  display: block;
}

.calendar__main {
  margin-bottom: 20px;
}

.calendar__content {
  display: none;
}
.calendar__content.is-active {
  display: block;
}

.calendar_disp_item{
  display: none;
}

.calendar_disp_item.is-active{
  display: block;
}

.calendar__item-box {
  width: 100%;
}

.calendar__item {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border-style: solid;
  /* 2025.09.11 */
  border-width: 0 0 0 16px;
  padding: 15px 24px 12px 88px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.calendar__item:last-child {
  margin-bottom: 0;
}
.calendar__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 24px;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}
.calendar__item[data-color=yellow] {
  border-color: #FFF6A9;
}
.calendar__item[data-color=green] {
  border-color: #E6FFD0;
}
.calendar__item[data-color=pink] {
  border-color: #FFEBF5;
}
 /* ■2025.09.03 */
.calendar__item[data-color=blue] {
  border-color: #D6F3FF;
}
.calendar__item[data-color=black] {
  border-color: #DBDBDB;
}
/* ■2025.08.29  */
.calendar__item[data-color=red] {
  border-color: #e20202;
}

/* ■2025.08.29 */
.calendar__item[data-icon=maru]::before {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_maru.png);
}
.calendar__item[data-icon=sannkaku]::before {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_sannkaku.png);
}
.calendar__item[data-icon=batu]::before {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_batu.png);
}
.calendar__item[data-icon=end]::before {
  background-image: url(../../../img/page/seminar/202310/calendar_icon_end.png);
}
/* ここまで */
.calendar__item[data-icon=instagram]::before {
  background-image: url(https://www.visumo.jp/static_front/img/instagram_logo.png);
}
.calendar__item[data-icon=illy]::before {
  background-image: url(/img/page/seminar/202512/calendar_icon_illy.jpg);
}

.calendar__item-title-box {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.calendar__item-title {
  display: block;
  width: 86px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 20px;
  box-sizing: border-box;
}

.calendar__item-date {
  display: block;
  width: calc(100% - 86px);
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.calendar__item-text-box-inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-right: 150px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.calendar__item-text-box-inner:last-child {
  margin-bottom: 0;
}

.calendar__item-text-title {
  width: 86px;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding-right: 20px;
  box-sizing: border-box;
}

.calendar__item-text {
  width: calc(100% - 86px);
  font-size: 14px;
  line-height: 23px;
}

.calendar__item-link-box {
  text-align: right;
  margin-top: -20px;
}

a.calendar__item-link {
  display: inline-block;
  position: relative;
  color: #24A6A7;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
  padding-right: 14px;
}
a.calendar__item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 9px;
  /* ■2025.08.29 */
  background-image: url(../../../img/page/seminar/202310/icon_right_arrow_blue.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a.calendar__item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.calendar__item-link.left-space {
  padding-left: 1.4em;
}
.calendar__item-link-box a.calendar__item-link {
  color: #D52731;
  font-size: 17px;
  font-weight: bold;
}
.calendar__item-link-box a.class_category_4{
  color: #D52731;
  font-size: 17px;
  font-weight: bold;
}
/* ■2025.08.29 */
.calendar__item-link-box a.calendar__item-link::before {
  background-image: url(../../../img/page/seminar/202310/icon_right_arrow_red.png);
}
[data-icon=instagram] .calendar__item-link-box a.calendar__item-link {
  color: #008000;
}
[data-icon=instagram] .calendar__item-link-box a.calendar__item-link::before {
  background-image: url(/img/page/seminar/202310/icon_right_arrow_green.png);
}

.calendar__info {
  background-color: #FFFFFF;
  padding: 20px 0 20px;
}

.calendar__info-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.calendar__class-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: auto;
  min-height: 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border: 1px solid #D2D2D2;
  padding: 5px 0;
  margin-right: 10px;
  box-sizing: border-box;
}
.calendar__class-type.yellow {
  background-color: #FFF7B2;
}
.calendar__class-type.green {
  background-color: #E9FFD6;
}
.calendar__class-type.pink {
  background-color: #FFEEF6;
}
 /* ■2025.09.03 */
.calendar__class-type.blue {
  background-color: #D6F3FF;
}
.calendar__class-type.black {
  background-color: #DBDBDB;
}
/* ■2025.08.29 */
.calendar__class-type.red {
  background-color: #e20202;
}
.calendar__class-type.black.red_text {
  color: #EA585C;
}
/* ■2025.08.29 */
.calendar__class-type.red.white_text {
  color: #ffffff;
}

.calendar__status-box {
  display: flex;
  flex-flow: row wrap;
}

.calendar__status-list {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.calendar__status-list:last-child {
  margin-right: 0;
}

.calendar__status-icon {
  margin-right: 8px;
}

/* seminar-video
------------------------------*/
.seminar-video {
  /* visumo */
}
.seminar-video .hacobune-layout-base-top-html {
  display: none;
}
.seminar-video .hacobune-top .hacobune-app-container {
  width: 1200px;
  max-width: none;
  padding: 0;
}
.seminar-video .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col {
  flex: none;
  width: calc(33.33% - 13.33px);
  max-width: none;
  margin-right: 20px;
  margin-bottom: 30px;
}
.seminar-video .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:nth-child(3n) {
  margin-right: 0;
}
.seminar-video .hacobune-grid-col .hacobune-video-list-item-card {
  padding: 0;
}
.seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list {
  padding: 0;
  margin: 0 auto 40px;
}
.seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item {
  width: calc(25% - 15px);
  margin-right: 20px;
  padding: 0;
}
.seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item:last-child {
  margin-right: 0;
}
.seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item .hacobune-tag-item-label {
  color: #EE9D96;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border: 1px solid #EE9D96;
  border-radius: 4px;
  padding: 10px 0 10px;
}
.seminar-video .hacobune-tag-item-input[type=radio]:checked + .hacobune-tag-item-label {
  color: #FFFFFF;
  background-color: #EE9D96;
}
.seminar-video .hacobune-video-list-item-card-caption .hacobune-video-list-item-card-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 8px 0 8px;
}
.seminar-video .hacobune-video-list-item-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  overflow: hidden;
}
.seminar-video .hacobune-app-main .hacobune-layout-base .hacobune-logo {
  padding: 0;
  margin: -6px 0 27px auto;
}

/* instagram-live
------------------------------*/
.instagram-live {
  /* visumo */
}
.instagram-live .hacobune-layout-base-top-html,
.instagram-live .hacobune-tag-list {
  display: none;
}
.instagram-live .hacobune-gallery .hacobune-app-container {
  padding: 0;
}
.instagram-live .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col {
  flex: none;
  width: calc(25% - 30px);
  max-width: none;
  margin-right: 40px;
}
.instagram-live .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:nth-child(4n) {
  margin-right: 0;
}
.instagram-live .hacobune-grid-col .hacobune-video-list-item-card {
  padding: 0;
}
.instagram-live .hacobune-video-list-item-card-caption .hacobune-video-list-item-card-subtitle {
  font-size: 14px;
  line-height: 23px;
  padding: 8px 0 0 0;
}
.instagram-live .hacobune-app-main .hacobune-layout-base .hacobune-logo {
  padding: 0;
  margin: 40px 0 15px auto;
}

/* bg-image
------------------------------*/
.bg-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 393px;
}

.bg-image__inner {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.bg-image__left {
  width: 50%;
}

.bg-image__title {
  color: #FFFFFF;
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.bg-image__image-box {
  font-size: 0;
  line-height: 0;
  margin: 0 0 14px -14px;
}

.bg-image__image {
  display: inline-block;
}

.bg-image__title-text {
  display: block;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.bg-image__right {
  position: relative;
  width: 50%;
  padding-top: 30px;
  box-sizing: border-box;
}

.bg-image__text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #FFFFFF 1px, transparent 0px);
  background-size: 1px 4px;
  background-position: left top;
  background-repeat: repeat-y;
  padding-left: 20px;
  box-sizing: border-box;
}

.bg-image__button {
  width: 100%;
  text-align: right;
}

a.bg-image__button-link {
  display: inline-block;
  width: 186px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  background-image: url(/img/page/seminar/202310/icon_bottom_right_arrow_white.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
a.bg-image__button-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bg-image__bg-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-image__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* access
------------------------------*/
.access {
  width: 756px;
  margin: 0 auto;
}

.access__inner {
  margin-bottom: 52px;
}

.access__box {
  display: flex;
  flex-flow: row wrap;
  background-image: linear-gradient(to right, #005BAC 3px, transparent 0px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 20px 0 20px;
  box-sizing: border-box;
}
.access__box:first-child {
  padding-top: 0;
}
.access__box:last-child {
  background-image: none;
  padding-bottom: 0;
}

.access__box-title {
  width: 152px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.access__box-inner {
  width: calc(100% - 152px);
}

.access__box-text {
  font-size: 14px;
  line-height: 23px;
}

a.access__box-text-link {
  color: #24A6A7;
  text-decoration: underline;
}
a.access__box-text-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.access__map {
  width: 100%;
}

.access__map-iframe {
  width: 100%;
  height: 448px;
  border: none;
}

/* modal
------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal__center {
  display: block;
  position: relative;
  width: 1200px;
  background-color: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
}

.modal__top {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: #005BAC;
}

.modal__close-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.modal__close-icon-image {
  display: inline-block;
}

.modal__content {
  display: none;
  padding: 62px 50px 68px;
  box-sizing: border-box;
}
.modal__content.is-open {
  display: block;
}

.modal__content-inner {
  width: 100%;
}

.modal__image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.modal__image {
  display: inline-block;
}

.modal__button {
  width: 742px;
  height: auto;
  margin: 60px auto 0;
}

.modal__button-box {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.modal__button-link, .modal__button-link--red {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.modal__button-link::before, .modal__button-link--red::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.modal__button-link:hover, .modal__button-link--red:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modal__button-link--red {
  color: #FFFFFF;
  font-size: 20px;
  background-color: #D52731;
  padding: 15px 30px 15px;
}
.modal__button-link--red::before {
  width: 20px;
  height: 12px;
  background-image: url(/img/page/seminar/202310/icon_bottom_arrow_white.png);
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 1;
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  /*------------------------------
   共通・既存調整修正
  ------------------------------*/
  .block-event-page--goods, .block-category-list--goods {
    width: 100%;
  }

  .main-wrapper .pc {
    display: none;
  }
  .main-wrapper .sp {
    display: block;
  }

  .main-inner {
    width: 100%;
  }

  /*------------------------------
   ページ
  ------------------------------*/
  /* main-visual
  ------------------------------*/
  .main-visual__text-box {
    width: 100%;
    left: 0;
    transform: translate(0px, -50%);
  }

  .main-visual__logo {
    width: 252px;
    margin: 0 auto 30px;
  }

  .main-visual__logo-image {
    width: 100%;
    height: auto;
  }

  .main-visual__title {
    font-size: 29px;
    line-height: 43px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }

  .main-visual__caption {
    font-size: 16px;
    line-height: 24px;
  }

  .main-visual__slider {
    height: 414px;
    /* slick.js初期化後 */
  }
  /* anchor
  ------------------------------*/
  .anchor__inner {
    width: auto;
  }

  .anchor__item-box {
    display: flex;
    flex-flow: row wrap;
  }

  .anchor__item {
    width: 50%;
    border-left: none;
  }
  .anchor__item:first-child {
    border-left: none;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .anchor__item:nth-child(2) {
    border-bottom: 1px solid #FFFFFF;
  }
  .anchor__item:nth-child(3) {
    border-right: 1px solid #FFFFFF;
  }
  .anchor__item:last-child a.anchor__item-link::before {
    width: 6.5px;
    height: 9.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_white_small.png);
  }

  a.anchor__item-link {
    font-size: 13px;
    padding: 10px 16px 10px 10px;
  }
  a.anchor__item-link::before {
    right: 10px;
    width: 9.5px;
    height: 6.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_bottom_arrow_white_small.png);
  }
  a.anchor__item-link:hover {
    opacity: 1;
  }

  /* content
  ------------------------------*/
  .content {
    margin-bottom: 0;
  }

  .content__inner#news, #news.content__inner--bg-yellow {
    padding: 32px 0 32px;
  }
  .content__inner#instagram-live, #instagram-live.content__inner--bg-yellow {
    padding: 48px 0 32px;
  }
  .content__inner#seminar-video, #seminar-video.content__inner--bg-yellow {
    padding: 32px 0 32px;
  }
  .content__inner#bg-image, #bg-image.content__inner--bg-yellow {
    padding-bottom: 32px;
  }
  .content__inner#access, #access.content__inner--bg-yellow {
    padding: 32px 0 32px;
    margin-bottom: 0;
  }
  .content__inner#seminar-details, #seminar-details.content__inner--bg-yellow {
    padding: 42px 0 40px;
  }
  .content__inner#step-up, #step-up.content__inner--bg-yellow {
    padding: 32px 0 32px;
  }
  .content__inner#calendar, #calendar.content__inner--bg-yellow {
    padding: 32px 0 32px;
  }
  .content__inner#actual-seminar, #actual-seminar.content__inner--bg-yellow {
    padding: 32px 0 32px;
  }

  .content__inner--bg-yellow#access {
    width: auto;
    background-color: #FFFFFF;
  }

  .content__title {
    font-size: 22px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin-bottom: 24px;
  }
  #news .content__title {
    margin-bottom: 20px;
  }

  .content__title-english {
    font-size: 12px;
    line-height: 16px;
    margin-top: 18px;
  }
  .content__caption, .content__caption--text-left {
    font-size: 14px;
    line-height: 21px;
    margin: 0 10px 24px;
  }
  #recommended-seminars .content__caption, #recommended-seminars .content__caption--text-left {
    text-align: left;
    margin: 0 auto 32px;
  }

  .content__caption--text-left {
    width: auto;
  }

  a.content__caption-link:hover {
    opacity: 1;
  }

  a.content__more-button-link {
    width: auto;
    font-size: 14px;
    line-height: 44px;
    margin: 0 16px;
  }
  a.content__more-button-link::before {
    right: 16px;
    width: 8px;
    height: 12.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_brown.png);
  }
  a.content__more-button-link:hover {
    opacity: 1;
  }

  /* news
  ------------------------------*/
  .news__inner {
    width: auto;
    margin: 0 16px;
  }

  .news__content {
    padding: 12px 7px 17px 12px;
    margin-bottom: 20px;
  }

  .news__scroll {
    max-height: 190px;
    padding-right: 10px;
  }
  .news__scroll::-webkit-scrollbar {
    width: 3px;
  }
  .news__item {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 8px;
    margin-bottom: 9px;
  }
  .news__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .news__item-date {
    width: auto;
    font-size: 13px;
    font-weight: 400;
    margin-right: 0;
  }

  .news__item-text {
    width: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .news__accordion {
    margin-bottom: 16px;
  }

  .news__accordion-item {
    float: none;
    width: 100%;
    border-radius: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .news__accordion-item:first-child .news__accordion-button::before {
    left: 18px;
    width: 82px;
    height: 59px;
    background-image: url(/img/page/seminar/202310/sp/news_icon_01.png);
  }
  .news__accordion-item:last-child {
    margin-bottom: 0;
  }
  .news__accordion-item:last-child .news__accordion-button::before {
    left: 12px;
    width: 84px;
    height: 60px;
    background-image: url(/img/page/seminar/202310/sp/news_icon_02.png);
  }
  .news__accordion-item.is-open {
    border-radius: 8px;
  }

  .news__accordion-button {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 16px 35px 16px 100px;
    box-sizing: border-box;
  }
  .news__accordion-button-text {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }

  .news__accordion-button-icon {
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .news__accordion-inner-item-box {
    border-top: 2px solid #005BAC;
    padding: 17px 0 16px;
    margin: 0 16px;
  }

  a.news__accordion-link:hover,
.news__accordion-link:hover {
    opacity: 1;
  }

  .news__button-inner {
    width: auto;
  }

  .news__button-box {
    margin-bottom: 8px;
  }
  .news__button-box:last-child {
    margin-bottom: 0;
  }

  a.news__button-link:hover, a.news__button-link--red:hover, a.news__button-link--yellow:hover {
    opacity: 1;
  }

  a.news__button-link--red {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 10px 15px;
  }
  a.news__button-link--red::before {
    right: 15px;
    width: 11.5px;
    height: 7.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_bottom_arrow_white.png);
  }

  a.news__button-link--yellow {
    font-size: 14px;
    line-height: 32px;
    padding: 1px 10px 1px;
  }
  a.news__button-link--yellow::before {
    right: 16px;
    width: 8px;
    height: 12.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_brown.png);
  }

  /* actual-seminar
  ------------------------------*/
  .actual-seminar {
    /* visumo */
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    width: auto;
    padding: 0 16px;
  }
  .actual-seminar .ecbn-selection-wrapper li {
    width: 165px;
    margin-right: 8px;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img {
    max-width: 165px;
    max-height: 165px;
  }
  .actual-seminar .ecbn-selection-item .ecbn-selection-detail {
    padding: 8px 0 0 0;
  }
  .actual-seminar .ecbn-selection-item .ecbn-selection-user {
    font-size: 12px;
    line-height: 20px;
  }
  .actual-seminar .ecbn-selection-item .ecbn-selection-caption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 20px;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    display: none !important;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    display: none !important;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn {
    width: auto;
    margin: 46px 16px 0;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn::before {
    width: 8px;
    height: 12.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_brown.png);
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-to-nextpage > a.ecbn-selection-to-nextpage-btn::after {
    font-size: 14px;
    line-height: 44px;
  }
  .actual-seminar .ecbn-selection-wrapper .ecbn-selection-footer2 {
    top: -78px;
    margin: 0 16px 0 auto;
  }

  /* seminar-details
  ------------------------------*/
  .seminar-details {
    margin-bottom: 48px;
  }

  .seminar-details__inner {
    width: auto;
  }

  .seminar-details__item-box {
    display: block;
    margin: 0 16px 20px;
  }

  .seminar-details__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .seminar-details__item:last-child {
    margin-bottom: 0;
  }
  .seminar-details__item:nth-child(3) .seminar-details__title-small-text {
    padding-left: 0;
  }
  .seminar-details__item:nth-child(1):before {
    background-image: url(/img/page/seminar/202310/sp/seminar_details_icon_01.png);
  }
  .seminar-details__item:nth-child(2):before {
    background-image: url(/img/page/seminar/202310/sp/seminar_details_icon_02.png);
  }
  .seminar-details__item:nth-child(3):before {
    background-image: url(/img/page/seminar/202310/sp/seminar_details_icon_03.png);
  }

  .seminar-details__title {
    padding: 18px 40px 15px;
  }

  .seminar-details__title-small-text {
    line-height: 16px;
  }

  .seminar-details__title-text {
    font-size: 18px;
  }

  .seminar-details__item-inner {
    padding: 15px 20px 20px 20px;
  }

  a.seminar-details__item-link::before {
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_blue.png);
  }
  .seminar-details__button-item-box {
    display: block;
    margin: 0 16px;
  }

  .seminar-details__button-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .seminar-details__button-item:last-child {
    margin-bottom: 0;
  }

  .seminar-details__button {
    font-size: 14px;
    line-height: 44px;
  }
  .seminar-details__button::before {
    width: 8px;
    height: 12.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_brown.png);
  }
  .seminar-details__button:hover {
    opacity: 1;
  }

  /* recommended-seminars
  ------------------------------*/
  .recommended-seminars {
    width: auto;
    border-top: 1px solid #005BAC;
    border-bottom: 1px solid #005BAC;
    padding: 32px 16px 24px;
    margin: 0 16px;
  }

  .recommended-seminars__inner {
    width: 100%;
  }

  .recommended-seminars__item-box {
    flex-flow: row nowrap;
    width: auto;
    padding: 0 16px;
    margin: 0 -16px 25px;
    box-sizing: border-box;
    overscroll-behavior: none auto;
    overflow: auto;
  }

  .recommended-seminars__item {
    flex: none;
    width: calc(100vw - 80px);
    margin-right: 9px;
  }
  .recommended-seminars__item:nth-child(2n) {
    margin-right: 9px;
  }
  .recommended-seminars__item:last-child {
    margin-right: 0;
  }

  .recommended-seminars__image-box {
    width: 275px;
    height: 155px;
    margin-bottom: 8px;
  }

  .recommended-seminars__item-title {
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .recommended-seminars__item-text {
    line-height: 20px;
    margin-bottom: 4px;
  }

  a.recommended-seminars__item-link::before {
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_blue.png);
  }
  a.recommended-seminars__item-link:hover {
    opacity: 1;
  }

  .recommended-seminars__button-inner {
    width: auto;
  }

  .recommended-seminars__button-link:hover, .recommended-seminars__button-link--red:hover {
    opacity: 1;
  }

  .recommended-seminars__button-link--red {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 10px 15px;
  }
  .recommended-seminars__button-link--red::before {
    right: 15px;
    width: 11.5px;
    height: 7.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_bottom_arrow_white.png);
  }

  /* step-up
  ------------------------------*/
  .step-up {
    width: auto;
  }

  .step-up__title {
    font-size: 18px;
    line-height: 23px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0 42px 20px;
  }

  .step-up__item-box {
    flex-flow: row nowrap;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    overscroll-behavior: none auto;
    overflow: auto;
  }

  .step-up__item {
    flex: none;
    position: relative;
    width: calc(100vw - 100px);
    margin-right: 8px;
  }
  .step-up__item:nth-child(3n) {
    margin-right: 8px;
  }
  .step-up__item:last-child {
    margin-right: 0;
  }

  .step-up__image-box {
    height: 155px;
  }

  .step-up__item-title {
    position: static;
    min-height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 4px;
  }
  .step-up__item-title::before {
    top: -5px;
  }
  .step-up__item:nth-child(1) .step-up__item-title::before {
    background-image: url(/img/page/seminar/202310/sp/step_up_icon_01.png);
  }
  .step-up__item:nth-child(2) .step-up__item-title::before {
    background-image: url(/img/page/seminar/202310/sp/step_up_icon_02.png);
  }
  .step-up__item:nth-child(3) .step-up__item-title::before {
    background-image: url(/img/page/seminar/202310/sp/step_up_icon_03.png);
  }

  .step-up__item-text {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  a.step-up__item-link::before {
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_blue.png);
  }
  a.step-up__item-link:hover {
    opacity: 1;
  }

  /* calendar
  ------------------------------*/
  .calendar .pc {
    display: none;
  }
  .calendar .sp {
    display: block;
  }

  .calendar__inner {
    width: auto;
    margin: 0 16px;
  }

  .calendar__nav {
    justify-content: space-between;
    padding: 8px 8px;
    margin-bottom: 16px;
  }

  .calendar__prev:hover,
.calendar__next:hover {
    opacity: 1;
  }

  /* ■2025.08.29 */
  .calendar__prev {
    background-image: url(../../../img/page/seminar/202310/sp/calendar_icon_prev.png);
  }

  .calendar__next {
    background-image: url(../../../img/page/seminar/202310/sp/calendar_icon_next.png);
  }

  .calendar__date-box {
    margin: 0 20px;
  }

  .calendar__date {
    font-size: 16px;
  }
  .calendar__main {
    margin-bottom: 12px;
  }

  .calendar__item {
    list-style: none;
    border: 1px solid #E5E5E5;
    padding: 12px 8px 0 8px;
  }
  .calendar__item::before {
    top: 12px;
    left: 8px;
  }
  .calendar__item[data-color=yellow] {
    border-color: #E5E5E5;
  }
  .calendar__item[data-color=green] {
    border-color: #E5E5E5;
  }
  .calendar__item[data-color=pink] {
    border-color: #E5E5E5;
  }
   /* ■2025.09.03 */
  .calendar__item[data-color=blue] {
    border-color: #E5E5E5;
  }
  .calendar__item[data-color=black] {
    border-color: #DBDBDB;
  }
  /* ■2025.08.29 */
  .calendar__item[data-color=red] {
    border-color: #E5E5E5;
  }
  .calendar__item-title-box {
    display: block;
    border-bottom: 1px solid #222222;
    padding: 0 0 8px 52px;
    margin-bottom: 12px;
  }

  .calendar__item-title {
    width: auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    padding-right: 0;
  }

  .calendar__item-date {
    width: auto;
    font-size: 14px;
    line-height: 23px;
  }

  .calendar__item-text-box {
    margin: 0 6px 12px;
  }

  .calendar__item-text-box-inner {
    padding-right: 0;
  }
  .calendar__item-text-title {
    width: 52px;
    font-size: 13px;
    padding-right: 5px;
  }

  .calendar__item-text {
    width: calc(100% - 52px);
    font-size: 13px;
  }

  .calendar__item-link-box {
    margin-top: 0;
  }
  .calendar__item .calendar__item-link-box {
    padding: 5px 8px 5px;
    margin: 0 -8px;
  }
  .calendar__item[data-color=yellow] .calendar__item-link-box {
    background-color: #FEF7BA;
  }
  .calendar__item[data-color=green] .calendar__item-link-box {
    background-color: #EDFED9;
  }
  .calendar__item[data-color=pink] .calendar__item-link-box {
    background-color: #FCEFF6;
  }
   /* ■2025.09.03 */
  .calendar__item[data-color=blue] .calendar__item-link-box {
    background-color: #D6F3FF;
  }
  .calendar__item[data-color=black] .calendar__item-link-box {
    background-color: #DBDBDB;
  }
  /* ■2025.08.29 */
  .calendar__item[data-color=red] .calendar__item-link-box {
    background-color: #e20202;
  }

  /* ■2025.08.29 */
  a.calendar__item-link::before {
    background-image: url(../../../img/page/seminar/202310/sp/icon_right_arrow_blue.png);
  }
  a.calendar__item-link:hover {
    opacity: 1;
  }
  /* ■2025.08.29 */
  .calendar__item-link-box a.calendar__item-link::before {
    background-image: url(../../../img/page/seminar/202310/sp/icon_right_arrow_red.png);
  }
  [data-icon=instagram] .calendar__item-link-box a.calendar__item-link::before {
    background-image: url(/img/page/seminar/202310/sp/icon_right_arrow_green.png);
  }

  .calendar__info {
    padding: 12px 12px 30px;
  }

  .calendar__info-inner {
    justify-content: flex-start;
  }

  .calendar__class-type {
    width: calc(50% - 1.33px);
    font-size: 12px;
    letter-spacing: -0.1em;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .calendar__class-type:nth-child(2n) {
    margin-right: 0;
  }
  .calendar__status-box {
    margin-top: 15px;
  }

  .calendar__status-list {
    display: flex;
    align-items: center;
    width: 25%;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1em;
    padding-right: 5px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .calendar__status-list:last-child {
    padding-right: 0;
  }
  /* 2025.09.11 */
  .calendar__item-link-box a.class_category_4{
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
  }

  /* seminar-video
  ------------------------------*/
  .seminar-video {
    /* visumo */
  }
  .seminar-video .hacobune-top .hacobune-app-container {
    width: auto;
  }
  .seminar-video .hacobune-grid-content .hacobune-grid-row {
    flex-wrap: nowrap;
    padding: 0 16px;
    overscroll-behavior: none auto;
    overflow: auto;
  }
  .seminar-video .hacobune-video-list-item-card-img-wrapper {
    height: 155px;
  }
  .seminar-video .hacobune-video-list-item-card-img-wrapper .hacobune-video-list-item-card-img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .seminar-video .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col {
    flex: none;
    width: calc(100vw - 100px);
    max-width: none;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .seminar-video .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:nth-child(3n) {
    margin-right: 8px;
  }
  .seminar-video .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:last-child {
    margin-right: 0;
  }
  .seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list {
    margin: 0 16px 12px;
  }
  .seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item:last-child {
    margin-right: 0;
  }
  .seminar-video .hacobune-layout-base-main-contents .hacobune-tag-list .hacobune-tag-list-item .hacobune-tag-item-label {
    font-size: 14px;
    line-height: 22px;
  }
  .seminar-video .hacobune-video-list-item-card-caption .hacobune-video-list-item-card-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .seminar-video .hacobune-video-list-item-card-description {
    -webkit-line-clamp: 3;
    line-height: 20px;
  }
  .seminar-video .hacobune-app-main .hacobune-layout-base .hacobune-logo {
    margin: 12px 16px 20px auto;
  }

  /* instagram-live
  ------------------------------*/
  .instagram-live {
    /* visumo */
  }
  .instagram-live .hacobune-gallery .hacobune-app-container {
    width: 100%;
  }
  .instagram-live .hacobune-grid-content .hacobune-grid-row {
    flex-wrap: nowrap;
    padding: 0 16px;
    overscroll-behavior: none auto;
    overflow: auto;
  }
  .instagram-live .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col {
    flex: none;
    width: calc(100vw - 210px);
    max-width: none;
    margin-right: 8px;
  }
  .instagram-live .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:nth-child(4n) {
    margin-right: 8px;
  }
  .instagram-live .hacobune-containers-videos .hacobune-grid-content .hacobune-grid-col:last-child {
    margin-right: 0;
  }
  .instagram-live .hacobune-video-list-item-card-caption .hacobune-video-list-item-card-subtitle {
    line-height: 20px;
  }
  .instagram-live .hacobune-app-main .hacobune-layout-base .hacobune-logo {
    margin: 12px 16px 20px auto;
  }

  /* bg-image
  ------------------------------*/
  .bg-image {
    height: auto;
    min-height: 375px;
    padding: 20px 0 40px;
  }

  .bg-image__inner {
    display: block;
    width: auto;
    margin: 0 16px;
  }

  .bg-image__left {
    width: auto;
  }

  .bg-image__title {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin-bottom: 17px;
  }

  .bg-image__image-box {
    display: block;
    width: 269.5px;
    margin: 0 0 -7px -14px;
  }

  .bg-image__image {
    max-width: 269.5px;
    width: 100%;
    height: auto;
  }

  .bg-image__title-text {
    font-size: 19px;
    line-height: 28px;
  }

  .bg-image__right {
    width: auto;
    padding-top: 0;
    margin-bottom: 50px;
  }

  .bg-image__text {
    font-size: 13px;
    line-height: 20px;
  }

  a.bg-image__button-link {
    width: 120.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_bottom_right_arrow_white.png);
  }
  a.bg-image__button-link:hover {
    opacity: 1;
  }

  /* access
  ------------------------------*/
  .access {
    width: auto;
    margin: 0 16px;
  }

  .access__inner {
    background-image: linear-gradient(to right, #999999 3px, transparent 0px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 16px;
  }

  .access__box {
    background-image: linear-gradient(to right, #999999 3px, transparent 0px);
    background-position: left top;
    padding-bottom: 12px;
  }
  .access__box:first-child {
    padding-top: 12px;
  }
  .access__box:last-child {
    background-image: linear-gradient(to right, #999999 3px, transparent 0px);
    padding-bottom: 12px;
  }

  .access__box-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .access__box-inner {
    width: 100%;
  }

  .access__box-text {
    line-height: 20px;
  }

  a.access__box-text-link {
    color: #999999;
  }
  a.access__box-text-link:hover {
    opacity: 1;
  }

  .access__map-iframe {
    height: 204px;
  }

  /* modal
  ------------------------------*/
  .modal__center {
    position: relative;
    width: auto;
    max-height: 90vh;
    border-radius: 20px;
    margin: 0 16px;
    overflow-y: scroll;
  }

  .modal__top {
    position: static;
    height: auto;
    background-color: #FFFFFF;
  }

  .modal__close-icon {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 8.75px;
    transform: translateY(0);
  }

  .modal__close-icon-image {
    width: 100%;
    height: auto;
  }

  .modal__content {
    padding: 52px 24px 28px;
  }
  .modal__button {
    width: auto;
    margin-top: 12px;
  }

  .modal__button-link:hover, .modal__button-link--red:hover {
    opacity: 1;
  }

  .modal__button-link--red {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 10px 15px;
  }
  .modal__button-link--red::before {
    right: 15px;
    width: 11.5px;
    height: 7.5px;
    background-image: url(/img/page/seminar/202310/sp/icon_bottom_arrow_white.png);
  }
}