@charset "UTF-8";

/* トップページ */
/* ------------------------------------------
  KV
------------------------------------------ */
.p-index__right {
  padding: 0;
}

.p-index__kv {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-index__kv {
    padding-top: 4.6rem;
  }
}

.p-index__kv-img {
  width: 100%;
}

/* ------------------------------------------
  発表者名
------------------------------------------ */
.p-index__presenter {
  display: flex;
  margin-bottom: 3rem;
  overflow: hidden;
}

.p-index__presenter-img {
  width: 15rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-img {
    width: 8rem;
  }
}

.p-index__presenter-detail {
  background-color: #d9e021;
  padding: 0 1.6rem;
  width: calc(100% - 10rem);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail {
    width: calc(100% - 8rem);
    padding: 1.3rem 0.5rem;
  }
}

.p-index__presenter-detail-title {
  font-size: 3.1rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-title {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-index__presenter-detail-title-small {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-title-small {
    font-size: 1.4rem;
    justify-content: flex-start;
  }
}

.p-index__presenter-detail-name {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-index__presenter-detail-name--big {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name--big {
    font-size: 1.6rem;
  }
}

.p-index__presenter-detail-name--small {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .p-index__presenter-detail-name--small {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  申し込みボタン
------------------------------------------ */

.p-index__button {
  font-size: 2.2rem;
  width: 100%;
  height: 6.3rem;
  margin-bottom: 3.3rem;
  line-height: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index__button {
    font-size: 2rem;
    justify-content: flex-start;
    padding: 0 1.3rem;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    height: 8rem;
    background: linear-gradient(180deg, #f15a24 0%, #f7a51e 100%);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
}

.p-index__button::after {
  position: absolute;
  content: "";
  background-image: url('../img/common/img_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.p-index__button-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-index__button-br {
    display: block;
  }
}

.p-index__redtext {
  font-size: 3.5rem;
  font-weight: bold;
  color: #e60014;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__redtext {
    font-size: 2rem;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: left;
  }
}

/* ------------------------------------------
  お知らせ
------------------------------------------ */
.p-index__news {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .p-index__news {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}

.p-index__news-details {
  box-shadow: inset 0 0 0.9rem rgba(0, 0, 0, 0.5) ;
  padding: 2rem 0 2rem 2.5rem;
  height: 14.6rem;
}

@media screen and (max-width: 767px) {
  .p-index__news-details {
    height: 25.8rem;
    padding: 1.2rem 1.6rem;
  }
}

.simplebar-scrollbar::before {
  background-color: #006837;
  border-radius: 0;
  width: 100%;
  right: 0;
  left: 0;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #bbbaba;
  width: 1rem;
}

.p-index__news-details-item {
  display: flex;
  gap: 2.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-index__news-details-item {
    flex-direction: column;
    gap: 0rem;
  }
}

.p-index__news-details-item:last-child {
  margin-bottom: 0;
}

.p-index__news-details-item-date {
  font-size: 1.7rem;
  color: #000;
  line-height: 3rem;
}

.p-index__news-details-item-titlebox-title {
  font-size: 1.7rem;
  color: #000;
  margin-bottom: 1rem;
  display: block;
  line-height: 3rem;
}

.p-index__news-details-item-titlebox-title:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------
  バナー
------------------------------------------ */
.p-index__banner {
  display: flex;
  gap: 4rem;
  width: 68rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-index__banner {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    width: 32rem;
    margin-bottom: 5rem;
    gap: 0.5rem;
  }
}

.p-index__banner-link-img {
  width: 100%;
}

/* アクセスページ */
.p-access__address {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  margin-bottom: 1.8rem;
}

.p-access__place-contents iframe {
  width: 100%;
  height: 38rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-access__place-contents iframe {
    height: 20rem;
  }
}

.p-access__illustration {
  width: 100%;
  margin-bottom: 1.6rem;
}

.p-access__text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  margin-bottom: 2.8rem;
}

.p-access__text-link {
  color: #0046c8;
}

.p-access__text-link-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.4rem;
}

/* 開催概要 */
.p-entry__overview {
  margin-bottom: 2.5rem;
}
.p-entry__overview-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

.p-entry__overview-pdf {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.p-entry__overview-table {
  border: 0.1rem solid #000;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table {
    display: block;
    width: 100%;
  }
}

.p-entry__overview-table-line {
  border-bottom: 0.1rem solid #000;
}

.p-entry__overview-table-line:last-child {
  border-bottom: none;
}

.p-entry__overview-table-line-title {
  font-size: 1.7rem;
  color: #000;
  background-color: #e6f0b4;
  padding: 2rem 3rem;
  white-space: nowrap;
  border-right: 0.1rem solid #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table-line-title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.2rem;
    border-right: none;
    border-bottom: 0.1rem solid #000;
  }
}

.p-entry__overview-table-line-content {
  font-size: 1.7rem;
  color: #000;
  padding: 2rem 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-table-line-content {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem;
  }
}

.p-entry__overview-table-line-content-text {
  display: inline-block;
}

.p-entry__overview-text {
  font-size: 1.7rem;
  color: #000;
}

.p-entry__overview-text-link {
  text-decoration: underline;
  color: #0046c8;
}

.p-entry__overview-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-entry__overview-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-entry__overview-gallery-img {
  width: 100%;
}

/* ポスター・リンク集等 */
.p-flyer__poster-text {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.p-flyer__poster-twoblock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-twoblock {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-flyer__poster-twoblock-item-img {
  width: 36rem;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-twoblock-item-img {
    width: 100%;
  }
}

.p-flyer__pdfbutton {
  font-size: 1.9rem;
  color: #e60014;
  border: 0.1rem solid #e60014;
  display: flex;
  align-items: center;
  width: 24rem;
  height: 4rem;
  border-radius: 3rem;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
}

.p-flyer__pdfbutton::after {
  content: "";
  background-image: url("../img/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.p-flyer__poster-oneblock-item {
  margin-bottom: 4.5rem;
}

.p-flyer__poster-oneblock-textbox {
  margin-bottom: 2rem;
}

.p-flyer__poster-oneblock-textbox-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

.p-flyer__poster-oneblock-textbox-text-link {
  color: #0046c8;
  text-decoration: underline;
}

.p-flyer__poster-oneblock-item-img {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

.p-flyer__poster-oneblock-item-img-first {
  width: 72.8rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-first {
    width: 100%;
  }
}

.p-flyer__poster-oneblock-item-img-second {
  width: 35rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-second {
    width: 100%;
  }
}

.p-flyer__poster-oneblock-item-img-third {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-img-third {
    width: 100%;
  }
}

.p-flyer__bluebutton {
  font-size: 1.9rem;
  color: #0046c8;
  border: 0.1rem solid #0046c8;
  display: flex;
  align-items: center;
  width: 24rem;
  height: 4rem;
  border-radius: 3rem;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 0.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-flyer__bluebutton {
    margin: 0 auto 2rem;
  }
}

.p-flyer__bluebutton::after {
  content: "";
  background-image: url("../img/flyer/icon_download.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}

.p-flyer__poster-oneblock-item-text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-item-text {
    text-align: center;
  }
}

.p-flyer__poster-oneblock-twoblock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15.6rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.p-flyer__poster-oneblock-twoblock-right {
  margin-top: -11rem;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock-right {
    margin-top: 0;
  }
}

.p-flyer__poster-oneblock-twoblock-right-img {
  width: 16rem;
  margin-bottom: 2rem;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-flyer__poster-oneblock-twoblock-right-img {
    display: block;
    margin: 0 auto 2rem;
  }
}

/* お知らせ詳細 */
.p-singlenews__text {
  font-size: 1.7rem;
  color: #000;
  line-height: 2.5rem;
  word-break: break-all;
  margin-bottom: 1.8rem;
}

.p-singlenews__twoblock {
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__twoblock {
    flex-direction: column;
  }
}


.p-singlenews__twoblock-img {
  width: 36rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__twoblock-img {
    width: 100%;
  }
}

.p-singlenews__linkbox {
  margin-bottom: 3rem;
}

.p-singlenews__link {
  font-size: 1.9rem;
  color: #0046c8;
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 1.6rem;
}

.p-singlenews__link::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.p-singlenews__pdflink::after {
  background-image: url("../img/common/icon_pdf.png");
}

.p-singlenews__wordlink::after {
  background-image: url("../img/common/icon_word.png");
}

.p-singlenews__excellink::after {
  background-image: url("../img/common/icon_excel.png");
}

.p-singlenews__powerpointlink::after {
  background-image: url("../img/common/icon_power-point.png");
}

.p-singlenews__otherlink::after {
  background-image: url("../img/common/img_other-window.png");
  width: 2.5rem;
  height: 2.5rem;
}

.p-singlenews__link:last-child {
  gap: 0.4rem;
}

.p-singlenews__button {
  font-size: 2.2rem;
  width: 36rem;
  height: 6.3rem;
  margin-bottom: 3.3rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 3rem;
  position: relative;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-singlenews__button {
    font-size: 2rem;
    justify-content: flex-start;
    padding: 1.3rem;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    background: linear-gradient(180deg, #f15a24 0%, #f7a51e 100%);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
}

.p-singlenews__button::after {
  position: absolute;
  content: "";
  background-image: url('../img/common/img_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}