@charset "UTF-8";
/**
  カラーテーマ
 */
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.c-article {
  display: flex;
}
.c-article.active {
  display: block;
}
.c-article.active .c-article_videoArea {
  width: auto;
}
.c-article.active .c-videoPlayer {
  height: 591px;
}
.c-article.active .c-article_noticeArea {
  width: auto;
  min-height: auto;
}
.c-article.active.fullSize .c-article_videoArea {
  margin: 0 calc(50% - 50vw);
}
.c-article.active.fullSize .c-article_videoArea .c-article_video.p-questionnaire {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  max-width: 100vw;
  transform: translateX(-50%);
}
.c-article.active.fullSize .c-videoPlayer {
  width: 100vw;
  height: auto;
  max-height: 80vh;
  aspect-ratio: 16/9;
}
.c-article .p-btn-link:hover {
  cursor: pointer;
}
.c-article + .c-article {
  margin-top: 50px;
}

.c-btnArea_title {
  font-size: 20px;
  max-width: 1100px;
  margin: 16px auto 8px !important;
}

.c-article_videoArea {
  width: 55%;
}
.c-article_videoArea .p-btnArea_single {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 16px;
  padding: 0;
  gap: 8px;
}
.c-article_videoArea .p-btnArea_single .p-btn-link {
  width: 100%;
  border: 2px solid #7f7f7f;
}
.c-article_videoArea .p-btnArea_single .p-btn-link.active {
  color: #fff;
  border: 1px solid #d01127;
  background: #d01127;
}

.c-article_noticeArea {
  box-sizing: border-box;
  width: calc(45% - 15px);
  min-height: 335px;
  margin-left: 15px;
  padding: 15px;
  background: #f7f7f7;
}

@media screen and (max-width: 1339px) and (min-width: 768px) {
  .c-article.active.fullSize .c-article_videoArea {
    margin: 0 calc(50% - 50vw - (1340px - 100vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-article.active.fullSize .c-article_videoArea {
    margin: 0;
  }
  .c-article.active.fullSize .c-article_videoArea .c-videoPlayer {
    width: 90vw;
  }
  .c-article.active.fullSize .c-article_videoArea .c-videoPlayer .p-questionnaire_content {
    margin: 0 calc(-2% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .c-article {
    flex-direction: column;
  }
  .c-article .c-videoPlayer {
    height: auto;
    aspect-ratio: 2/1;
  }
  .c-article.active.fullSize .c-article_videoArea {
    margin: 0;
    padding: 0;
  }
  .c-article.active .c-videoPlayer {
    height: auto;
    aspect-ratio: 16/9;
  }
  .c-btnArea_title {
    font-size: 16px;
  }
  .c-article_videoArea {
    width: 100%;
  }
  .c-article_videoArea .p-btnArea_single {
    flex-direction: column;
  }
  .c-article_noticeArea {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }
}
/**
  カラーテーマ
 */
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.c-btn {
  min-width: 200px;
  padding: 10px 32px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #1a49ba;
}
.c-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-btn.c-btn-attention {
  background: #fd5454;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 45%;
    min-width: 10%;
    max-width: 50%;
    padding: 10px 16px;
  }
}
.c-seminarBox_btn-edit {
  position: absolute;
  top: -32px;
  right: 15px;
}

/**
  カラーテーマ
 */
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.c-card {
  max-width: 960px;
  padding: 32px;
  border: 1px solid #a0aac4;
}
.c-card .c-card-title {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .c-card {
    padding: 16px;
  }
  .c-card .c-card-title {
    margin-bottom: 16px;
  }
}
/**
  カラーテーマ
 */
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.site-content p a.text-underline {
  text-decoration: underline;
  color: #d01127;
  text-underline-position: below;
  text-underline-position: under;
}

#icon_text {
  letter-spacing: initial;
}

.c-videoPlayer {
  height: 335px;
  position: relative;
}
.c-videoPlayer iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.c-videoPlayer_message {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 10px;
  background: #3c8dbc;
  color: #fff;
  text-align: center;
}
.c-videoPlayer_message-error {
  background: #dd4b39;
}

.l-content {
  max-width: 1280px;
  margin: 80px;
  padding: 24px;
}

.l-form-line {
  display: block;
  width: 100%;
}
.l-form-line .l-label {
  line-height: 40px;
  display: inline-block;
  width: 30%;
  height: 40px;
}
.l-form-line .l-input {
  line-height: 40px;
  display: inline-block;
  width: 69%;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .l-content {
    margin: 0;
  }
  .l-form-line {
    display: block;
    width: 100%;
  }
  .l-form-line .l-label {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .l-form-line .l-input {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
}
.l-seminarBox {
  position: relative;
}

.seminar_header {
  height: 68px;
  background: #9fa0a0;
}
.seminar_header .contents {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 40px;
}
.seminar_header h2 {
  font-size: 30px;
  font-weight: normal;
  padding: 6px 0;
  color: #fff;
}
.seminar_header small {
  font-size: 14px;
}
.seminar_header .c-logo--project {
  width: 144px;
  padding: 10px 0;
}

#seminars-nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: right;
  background-color: #fff;
}
#seminars-nav li {
  position: relative;
  margin: 0;
}
#seminars-nav li:after {
  position: absolute;
  top: 13px;
  right: -4px;
  display: inline-block;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #000;
}
#seminars-nav li a {
  padding-right: 8px;
  color: #000;
}
#seminars-nav li a:after {
  display: none;
}
#seminars-nav.short_nav .short_nav_link:before {
  display: none;
}
#seminars-nav li:last-of-type:after {
  display: none;
}
#seminars-nav li:last-of-type a {
  padding-right: 0;
}

.fa-exclamation-circle {
  color: #d01127;
}

.seminarBox {
  border-left: solid 10px #d01127;
}
.seminarBox .s_date_time_wrap {
  border-bottom: solid 3px #d01127;
}
.seminarBox .s_ticket_title {
  color: #d01127;
  background: #fff;
}
.seminarBox .s_site_entryArea.listDisplay_right {
  width: 17%;
}
.seminarBox .s_site_entryArea.btn_verticalBox {
  width: 17%;
}
.seminarBox .s_site_entryArea .s_site_entry_bt a {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 8px;
  color: #898989;
  border: solid 2px #898989;
  background: #fff;
}
.seminarBox .s_site_entryArea .s_site_entry_bt a:before {
  display: none;
}
.seminarBox .s_site_entryArea .s_site_entry_bt a:hover {
  opacity: 1;
  color: #fff;
  border: solid 2px #d01127;
  background: #d01127;
}
.seminarBox .s_site_entryArea .s_site_entry_bt a i {
  line-height: inherit;
  text-align: right;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.p-btn-disabled {
  cursor: not-allowed;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.p-btn-disabled a {
  pointer-events: none;
  background: #7f7f7f;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.p-btn-disabled a:before {
  background: #7f7f7f;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.applied a {
  color: #d01127;
  background: #fffacd;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.applied a:before {
  background: #fffacd;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.applied a .right_arrow_bt {
  color: #d01127;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.look_back a {
  color: #d01127;
  border: solid 2px #d01127;
}
.seminarBox .s_site_entryArea .s_site_entry_bt.look_back a:hover {
  color: #fff;
}
.seminarBox .s_badge_type.p-badge span {
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
  margin-top: -0.2em;
  margin-left: 2px;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border: solid 1px #999;
}

.p-btn-answered {
  background-color: #898989;
}
.p-btn-answered:hover {
  color: inherit;
}

.search_slide_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #fff;
  background-color: #898989;
}

.search_index {
  max-width: 700px;
  margin: 0 auto 50px auto;
}
.search_index .search_box {
  width: 100%;
}

.p-pickup-seminars-section {
  max-width: 1000px;
  margin: 30px 50px 90px;
  padding: 0 15px;
}
.p-pickup-seminars-section .pickup-seminars-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-pickup-seminars-section .pickup-seminars-title img {
  width: 28px;
  margin-right: 8px;
}
.p-pickup-seminars-section .pickup-seminars-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 4px;
  color: #333;
}
.p-pickup-seminars-section .pickup-seminars-title h2:after {
  border-bottom: none;
}
.p-pickup-seminars-section .pickup-seminars-carousel {
  margin: 0 -15px;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev,
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border-radius: 50%;
  background: rgba(240, 240, 240, 0.9);
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev:hover,
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next:hover {
  background: rgb(220, 220, 220);
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev::before,
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next::before {
  font-family: "FontAwesome";
  font-size: 36px;
  transition: opacity 0.3s;
  opacity: 0.75;
  color: #555;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev:hover::before,
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next:hover::before {
  opacity: 1;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev {
  left: 30px;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-prev::before {
  content: "\f104";
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next {
  right: 30px;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-next::before {
  content: "\f105";
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-dots {
  bottom: -75px;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-dots li::before {
  content: none;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-dots li button::before {
  font-size: 12px;
  opacity: 1;
  color: #ccc;
}
.p-pickup-seminars-section .pickup-seminars-carousel .slick-dots li.slick-active button::before {
  color: #d01127;
}
.p-pickup-seminars-section .pickup-seminar-item {
  padding: 0 15px;
}
.p-pickup-seminars-section .pickup-seminar-item .seminarBox {
  border-left: none;
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content .pickup-seminar-date {
  font-size: 18px;
  font-weight: bold;
  min-height: 82px;
  padding: 12px 15px;
  color: #d01127;
  border-left: 3px solid #d01127;
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content .pickup-seminar-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  flex-grow: 1;
  min-height: 70px;
  padding: 12px 15px;
  background-color: #f7f7f7;
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-image {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #fff;
}
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-image img,
.p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-image .no-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-text-overview {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.p-text-overview p {
  margin-bottom: 0;
}

.p-text-notice {
  font-size: 1.8rem;
  width: 47%;
  padding-left: 16px;
  color: #d01127;
}
.p-text-notice p {
  margin-bottom: 0;
  padding: 8px;
  text-align: center;
  border: 1px solid #d01127;
  border-radius: 3px;
}

.s_table_img + .seminarBox_table + .p-text-overview {
  float: right;
  width: 80%;
}

/* SNSボタン */
.p-social {
  display: flex;
  justify-content: flex-end;
  width: 1100px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 20px;
}
.p-social .p-editIcon {
  height: 25px;
  padding-left: 10px;
}

.p-social_bt {
  width: 40px;
}
.p-social_bt:nth-child(n+2) {
  margin-left: 20px;
}
.p-social_bt a {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .seminar_header {
    margin-top: 54px;
  }
  .seminar_header .contents {
    padding: 0 10px;
  }
  .seminar_header .c-logo--project {
    width: 97px;
    padding: 18px 0;
  }
  #seminars-nav {
    justify-content: flex-end;
    margin-top: 8px;
    padding: 0 2%;
  }
  #seminars-nav li {
    margin: 0 8px;
  }
  #seminars-nav li:after {
    top: 3px;
    right: -8px;
    height: 14px;
  }
  #seminars-nav.short_nav .short_nav_link {
    font-size: 1.6rem;
    padding: 0;
  }
  #seminars-nav.short_nav .short_nav_link:before {
    display: none;
  }
  .contents.g_margin {
    margin-top: 24px;
  }
  .alert-accordion-wrap {
    padding: 0 7.2vw;
  }
  .search_index {
    font-size: 1.6rem;
    width: auto;
    padding: 0 7.2vw;
  }
  .seminarBox {
    border: none;
  }
  .seminarBox .s_date_time_wrap {
    border-top: solid 3px #d01127;
    border-bottom: none;
    border-left: solid 10px #d01127;
  }
  .seminarBox .s_site_entryArea.listDisplay_right {
    justify-content: flex-start;
    width: auto;
  }
  .seminarBox .s_site_entryArea.listDisplay_right .s_site_entry_bt,
  .seminarBox .s_site_entryArea .s_site_entry_bt {
    margin-bottom: 16px;
  }
  .seminarBox .s_site_entryArea,
  .seminarBox .s_site_entryArea.btn_verticalBox {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
  .seminarBox .s_site_entryArea .s_site_entry_bt,
  .seminarBox .s_site_entryArea.btn_verticalBox .s_site_entry_bt {
    margin-left: 0;
  }
  .seminarBox .s_site_entryArea .s_site_entry_bt a,
  .seminarBox .s_site_entryArea.btn_verticalBox .s_site_entry_bt a {
    border: solid 2px #898989;
  }
  .s_table_img + .seminarBox_table + .p-text-overview {
    float: none;
    width: 100%;
  }
  .p-text-overview p {
    padding-right: 0;
  }
  .p-text-notice {
    width: auto;
    padding: 0 16px;
  }
  .p-social {
    display: block;
    width: auto;
    width: 96%;
    margin: 0 auto;
    padding: 24px 2% 0;
    text-align: right;
  }
  .p-social_bt {
    display: inline-block;
    width: 36px;
    margin: 0 18px 18px 0;
  }
  .p-social_bt:nth-child(n+2) {
    margin-left: 0;
  }
  .p-social_bt a {
    line-height: 30px;
    display: block;
    padding: 0;
  }
}
.p-btn-link {
  font-size: 1.4rem;
  line-height: 2;
  margin: 4px;
  padding: 8px 24px;
  letter-spacing: normal;
  color: #fff;
  border-radius: 8px;
}

.p-btn-green {
  color: #fff !important;
  background: #7ab272;
}

.p-btn-primary {
  color: #fff !important;
  background: #3c8dbc;
}

.p-btn-white {
  color: #7f7f7f;
  background: #fff;
}

.p-horizontalArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
}

.p-btnArea_single {
  display: block;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .p-pickup-seminars-section {
    margin: 30px 60px 90px;
  }
  .p-pickup-seminars-section .pickup-seminars-carousel .slick-prev {
    left: 20px;
  }
  .p-pickup-seminars-section .pickup-seminars-carousel .slick-next {
    right: 20px;
  }
  .p-pickup-seminars-section .pickup-seminar-item {
    padding: 0 15px;
  }
  .p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
  }
  .p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content .pickup-seminar-date,
  .p-pickup-seminars-section .pickup-seminar-item .pickup-seminar-link-area .pickup-seminar-content .pickup-seminar-title {
    font-size: 20px;
  }
}
.p-questionnaire {
  position: relative;
}

.p-questionnaire_content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-questionnaire_content > iframe {
  width: 400px;
  height: 300px;
  border: none;
}

.p-questionnaire_buttons {
  display: flex;
  justify-content: flex-end;
  max-width: 90vw;
}
.p-questionnaire_buttons button {
  margin-left: 5px;
  margin-bottom: 5px;
  border-color: #434852;
}

#shrink_fullSize_player button {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-questionnaire_content > iframe {
    width: 100vw !important;
  }
}
