
/*
Theme Name: プロジェクト名（例：portfolio2024）
Author: 作成者名
Version: 2.0
*/



@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
}

body {
  background-color: #efefef;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none;
}

@font-face {
  font-family: bootzy;
  src: url("/assets/fonts/bootzy-condensed-tm.woff2");
}
.c-form__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .c-form__group {
    margin-bottom: 32px;
  }
}

.c-form__label {
  flex: 1 0 auto;
  font-size: 1.6rem;
}

.c-form__input,
.c-form__textarea {
  width: 100%;
  height: 40px; /* 任意の高さを設定 */
  max-height: 40px;
  padding: 13px 16px; /* 内側の余白 */
  border: 1px solid #dddddd; /* 境界線のスタイル */
  border-radius: 4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .c-form__input,
  .c-form__textarea {
    padding: 15px 18px; /* 内側の余白 */
  }
}

.c-form__textarea {
  margin-bottom: 48px;
  height: 375px; /* 任意の高さを設定 */
  max-height: 375px;
}
@media screen and (min-width: 580px) {
  .c-form__textarea {
    margin-bottom: 80px;
  }
}

.c-form__group--checkbox {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-form__group--checkbox {
    margin-bottom: 40px;
  }
}
.c-form__group--checkbox a {
  text-decoration: underline;
  color: blue;
}

.c-form__checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
}

.c-form__button {
  display: block;
  width: 127px;
  margin: 0 auto;
  background-color: #d2d2d2;
  color: #f8f8f8;
  text-align: center;
  padding: 12px 0;
  font-size: 1.6rem;
  border-radius: 20px;
  line-height: 1.6rem;
}

.c-form__required {
  color: red;
}

.p-events__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
  gap: 64px;
}
@media screen and (min-width: 960px) {
  .p-events__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(6vw, 100px);
  }
}

.p-events__item > a:hover .p-events__thum {
  transform: scale(1.05);
  transition: transform 0.7s;
}

.p-events__image-area {
  margin-bottom: 24px;
  border: 1px solid #d5d5d5;
  font-size: 0;
  overflow: hidden;
}

.p-events__thum {
  transition: transform 0.7s;
  width: 100%;
  height: auto;
}

.p-events__title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-events__type {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #575757;
  font-weight: 300;
  line-height: 1;
}

.p-events__info-area {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 8px;
}

.p-events__category {
  letter-spacing: 0.02em;
}

.p-events__date {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}

.p-events-detail__container {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__container {
    margin-bottom: 200px;
  }
}

.p-events-detail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__wrapper {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }
}

.p-events-detail__section {
  flex: 1;
}

.p-events-detail__thumbnail {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__thumbnail {
    margin-bottom: 48px;
  }
}

.p-events-detail__thumbnail-img {
  width: 100%;
  height: auto;
}

.p-events-detail__overview {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__overview {
    margin-bottom: 64px;
  }
}

.p-events-detail__title {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-events-detail__title {
    font-size: 3.2rem;
  }
}

.p-events-detail__info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-events-detail__info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__info-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-events-detail__info-label {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
  flex: 0 0 120px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__info-label {
    font-size: 1.6rem;
  }
}

.p-events-detail__info-value {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-events-detail__info-value {
    font-size: 1.6rem;
  }
}

.p-events-detail__content {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__content {
    margin-bottom: 64px;
  }
}

.p-events-detail__content-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  .p-events-detail__content-ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.p-events-detail__content-body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
  line-height: 1.8;
}
.p-events-detail__content-body p {
  margin-bottom: 24px;
}
.p-events-detail__content-body p:last-child {
  margin-bottom: 0;
}

.p-events-detail__program {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__program {
    margin-bottom: 64px;
  }
}

.p-events-detail__program-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  .p-events-detail__program-ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.p-events-detail__program-body {
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-events-detail__program-body {
    font-size: 1.6rem;
  }
}
.p-events-detail__program-body ol {
  margin: 0;
  padding-left: 1.8em;
}
.p-events-detail__program-body li {
  margin-bottom: 12px;
  padding: 12px 16px;
  background-color: #efefef;
  border-radius: 4px;
}
.p-events-detail__program-body li:last-child {
  margin-bottom: 0;
}
.p-events-detail__program-body li span {
  display: inline-block;
}
.p-events-detail__program-body li span + span {
  margin-left: 8px;
}

.p-events-detail__aside {
  flex: 0 0 auto;
  background-color: #f8f8f8;
}
@media screen and (min-width: 960px) {
  .p-events-detail__aside {
    width: 400px;
    position: sticky;
    top: 100px;
  }
}

.p-events-detail__form-wrapper {
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .p-events-detail__form-wrapper {
    padding: 48px;
  }
}

.p-events-detail__form-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  .p-events-detail__form-ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.p-events-detail__submit {
  width: 100%;
  margin-top: 24px;
}

.p-index-events__outer {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-index-events__outer {
    margin-bottom: 64px;
  }
}

.p-topics__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
  gap: 64px;
}
@media screen and (min-width: 960px) {
  .p-topics__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(6vw, 100px);
  }
}

.p-topics__item > a:hover .p-topics__thum {
  transform: scale(1.05);
  transition: transform 0.7s;
}

.p-topics__image-area {
  margin-bottom: 24px;
  border: 1px solid #d5d5d5;
  font-size: 0;
  overflow: hidden;
}

.p-topics__thum {
  transition: transform 0.7s;
  width: 100%;
  height: auto;
}

.p-topics__title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.p-topics__excerpt {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #575757;
  font-weight: 300;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-topics__info-area {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 8px;
}

.p-topics__category {
  letter-spacing: 0.02em;
}

.p-topics__date {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}

.p-topics-detail__container {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__container {
    margin-bottom: 200px;
  }
}

.p-topics-detail__thumbnail {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__thumbnail {
    margin-bottom: 48px;
  }
}

.p-topics-detail__thumbnail-container {
  width: 100%;
  overflow: hidden;
}

.p-topics-detail__thumbnail-img {
  width: 100%;
  height: auto;
}

.p-topics-detail__header {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__header {
    margin-bottom: 64px;
  }
}

.p-topics-detail__info-area {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__info-area {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

.p-topics-detail__category {
  letter-spacing: 0.02em;
}

.p-topics-detail__date {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}

.p-topics-detail__title {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__title {
    font-size: 3.2rem;
  }
}

.p-topics-detail__content {
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__content {
    margin-bottom: 80px;
  }
}

.p-topics-detail__content-body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__content-body {
    font-size: 1.8rem;
  }
}
.p-topics-detail__content-body p {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__content-body p {
    margin-bottom: 32px;
  }
}

.p-topics-detail__content-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__content-ttl {
    font-size: 2.4rem;
    margin-top: 64px;
    margin-bottom: 24px;
  }
}

.p-topics-detail__related {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__related {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.p-topics-detail__related-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__related-ttl {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
}

.p-topics-detail__related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__related-list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(4vw, 64px);
  }
}

.p-topics-detail__related-item > a:hover .p-topics-detail__related-thum {
  transform: scale(1.05);
  transition: transform 0.7s;
}

.p-topics-detail__related-image-area {
  margin-bottom: 16px;
  border: 1px solid #d5d5d5;
  font-size: 0;
  overflow: hidden;
}

.p-topics-detail__related-thum {
  transition: transform 0.7s;
  width: 100%;
  height: auto;
}

.p-topics-detail__related-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-topics-detail__related-title {
    font-size: 1.8rem;
  }
}

.p-index-topics__outer {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-index-topics__outer {
    margin-bottom: 64px;
  }
}
html {
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
}

body {
  background-color: #efefef;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none;
}

@font-face {
  font-family: bootzy;
  src: url("/assets/fonts/bootzy-condensed-tm.woff2");
}
.c-pagination {
  margin-top: 64px;
}
@media screen and (min-width: 960px) {
  .c-pagination {
    margin-top: 80px;
  }
}

.c-pagination__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .c-pagination__nav {
    gap: 12px;
  }
}

.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .c-pagination__list {
    gap: 12px;
  }
}

.c-pagination__item {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .c-pagination__item {
    font-size: 1.6rem;
  }
}

.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: #222222;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .c-pagination__link {
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
  }
}
.c-pagination__link:hover {
  background-color: #dddddd;
  opacity: 0.8;
}

.c-pagination__link--current {
  background-color: #222222;
  color: #f8f8f8;
  border-color: #222222;
  pointer-events: none;
}
.c-pagination__link--current:hover {
  background-color: #222222;
  opacity: 1;
}

.c-pagination__link--prev,
.c-pagination__link--next {
  font-weight: 500;
}

.c-pagination__link--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.c-pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #222222;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .c-pagination__dots {
    min-width: 44px;
    height: 44px;
  }
}