@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Noto+Serif+JP:wght@500;600&display=swap");
@media screen and (max-width: 999px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .is-sp {
    display: none;
  }
}

/******************************** 
   reset.css、共通
*********************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
figure,
time,
article,
p,
span {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  line-height: 180%;
  color: #222;
  word-break: break-all;
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
a:hover {
  transition: all 0.4s ease 0s;
  opacity: 0.7;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

/******************************** 
   inner
*********************************/
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

/******************************** 
   header
*********************************/
.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header.is-scrolled {
  transition: all 0.4s ease 0s;
  position: fixed;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled {
    height: 60px;
  }
}
.header.is-scrolled .header__logo {
  transition: all 0.4s ease 0s;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header__logo {
    top: 0px;
  }
}
.header.is-scrolled .logo-tagline {
  transition: all 0.4s ease 0s;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .logo-tagline {
    margin-top: 7px;
  }
}
.header.is-scrolled .header__menu li a {
  transition: all 0.4s ease 0s;
  line-height: 90px;
}
.header.is-scrolled .header__button {
  transition: all 0.4s ease 0s;
  height: 90px;
  line-height: 90px;
}

.header__inner {
  display: flex;
}

.header__logo {
  transition: all 0.4s ease 0s;
  text-align: center;
  position: relative;
  top: 14px;
  left: 40px;
  white-space: nowrap;
  line-height: 1;
  width: 140px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header__logo {
    top: 14px;
    left: 24px;
  }
  .header__logo .logo-title {
    letter-spacing: 0.3em;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 90px;
    top: 0px;
    left: 16px;
  }
  .header__logo .logo-title {
    font-size: 20px;
  }
}

.header__menu {
  display: flex;
  margin-left: auto;
  margin-right: 4.1666vw;
}
.header__menu li {
  margin-left: 50px;
}
.header__menu li a {
  transition: all 0.4s ease 0s;
  display: block;
  line-height: 120px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header__menu li {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.header__button {
  transition: all 0.4s ease 0s;
  width: 220px;
  height: 120px;
  line-height: 120px;
  background: #8f0000;
  color: #fff;
  text-align: center;
}
.header__button img {
  width: 20px;
  position: relative;
  top: 3px;
}
.header__button span {
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header__button {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header__button {
    display: none;
  }
}

/******************************** 
   drawer icon
*********************************/
.drawer-icon {
  cursor: pointer;
  transition: 0.5s ease 0s;
  width: 60px;
  height: 60px;
  background: #8f0000;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 301;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  top: 8px;
  transform: rotate(-45deg);
  transition: all 0.4s ease 0s;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
}
.drawer-icon.is-active .drawer-icon__menu {
  display: none;
}
.drawer-icon.is-active .drawer-icon__close {
  display: block;
}

.drawer-icon__bars {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease 0s;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 10px;
}

.drawer-icon__bar3 {
  top: 20px;
}

/******************************** 
   drawer content
*********************************/
.drawer-content {
  background: #8f0000;
  position: fixed;
  z-index: 299;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.drawer-content.is-active {
  transition: all 0.5s ease 0s;
  visibility: visible;
  opacity: 1;
}

.drawer__inner {
  position: relative;
  overflow-y: scroll;
  height: 100vh;
  padding: 0px 16px 12px;
  color: #fff;
  position: relative;
}

.header__logo--drawer {
  position: absolute;
  top: 16px;
  left: 16px;
}

.drawer__menu {
  margin-top: 116px;
}
.drawer__menu li > a {
  text-decoration: none;
  display: block;
  padding: 20px 0px 20px 16px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.drawer__menu li > a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white.png) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.drawer__buttons {
  margin-top: 40px;
}

.contact__button--form--drawer {
  background: #fff !important;
  color: #222 !important;
}

.contact__button--tel--drawer {
  margin-top: 20px;
}

.drawer__privacy {
  margin-top: 20px;
  margin-left: 16px;
  display: block;
  line-height: 44px;
}

/******************************** 
   util
*********************************/
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.util-title-large {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
.util-title-large .en-title {
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: 14px;
  color: #8f0000;
}
.util-title-large .en-title--white {
  color: #fff;
}
.util-title-large .jp-title {
  display: block;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .util-title-large {
    font-size: 24px;
  }
}

.util-lead {
  margin-top: 40px;
  text-align: center;
}

.util-button-area {
  display: flex;
  width: 600px;
  max-width: 100%;
  justify-content: space-between;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .util-button-area {
    display: block;
  }
}

.util-button {
  display: block;
  padding: 0 30px;
  width: 280px;
  height: 70px;
  background: #8f0000;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  line-height: 70px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .util-button {
    width: 240px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
}
.util-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/arrow-white.png) no-repeat center center/contain;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .util-button::after {
    right: 20px;
  }
}
.util-button--about {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .util-button--sp-center {
    margin: 40px auto 0;
  }
  .util-button--sp-center + .util-button--sp-center {
    margin-top: 20px;
  }
}
.util-button--overflow {
  position: relative;
  top: 35px;
  margin: 25px auto 0;
}
.util-button--white {
  background: #fff;
  color: #8f0000 !important;
  border: 1px solid #8f0000;
}
.util-button--white::after {
  background: url(../img/arrow-red.png) no-repeat center center/contain;
}
.util-button--center {
  margin: 60px auto 0;
}

.util-title-middle {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .util-title-middle {
    margin-bottom: 20px;
  }
}
.util-title-middle .util-title-middle-jp {
  display: block;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .util-title-middle .util-title-middle-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .util-title-middle .util-title-middle-jp {
    font-size: 18px;
  }
}
.util-title-middle .util-title-middle-en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8f0000;
  font-family: "Cormorant Garamond", serif;
}

.link-icon {
  width: 12px;
  margin-left: 10px;
}

/* /util */
/* logo */
.logo-big {
  width: 75vw;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.logo-big.gray img {
  filter: grayscale(60%);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .logo-big {
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

.content {
  position: relative;
}

/* /logo */
/******************************** 
   main-visual
*********************************/
.main-visual {
  margin-top: 160px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .main-visual {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 140px;
  }
}

.main-visual__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-visual__inner {
    display: block;
  }
}

.main-visual__left {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .main-visual__left {
    width: 100%;
  }
}

.main-visual__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .main-visual__right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .seminar-item {
    margin-top: 60px;
  }
}

.seminar-item__tag {
  color: #8f0000;
}
.seminar-item__tag--gray {
  color: #555;
}

.seminar-item__link {
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  box-shadow: 0px 1px 3px 0px rgba(200, 144, 130, 0.4), 0px 3px 20px -5px rgba(200, 140, 130, 0.27), 0px 5px 40px -10px rgba(200, 137, 130, 0.15);
}

.seminar-item__text {
  padding: 16px;
}

.seminar-item__title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}

.seminar-item__more {
  margin-top: 16px;
  text-align: right;
  padding-right: 30px;
  position: relative;
}
.seminar-item__more::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-red.png) no-repeat center center/contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.main-visual__message {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual__message {
    width: 100%;
  }
}

/******************************** 
  about
*********************************/
.about__title {
  margin-top: 45px;
  color: #8f0000;
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-top: 30px;
  }
}

.about__lead {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: justify;
}

/* /about */
/******************************** 
   activity
*********************************/
.activity {
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity {
    background: rgba(245, 245, 245, 0.7);
  }
}

.activity__bg {
  position: absolute;
  background: rgba(245, 245, 245, 0.99);
  width: 80vw;
  top: 326px;
  left: 0;
  height: 588px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .activity__bg {
    background: rgba(245, 245, 245, 0);
    width: 100%;
  }
}

.activity__container {
  width: calc(100vw - (100vw - 1200px) / 2);
  max-width: 100%;
  margin: 0px 0 0 auto;
  padding: 60px 0 60px 40px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .activity__container {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 767px) {
  .activity__container {
    width: 100%;
    padding: 60px 16px;
  }
}

.activity__item__link {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  height: calc(100% - 28px);
}
@media screen and (min-width: 1000px) {
  .activity__item__link {
    transition: opacity 0.2s;
  }
  .activity__item__link:hover {
    opacity: 0.7;
  }
}

.activity__item__img {
  width: 100%; /* 横幅を指定（80pxを2で割った値を引く） */
  position: relative; /* 画像を正しく配置するための基点 */
  overflow: hidden; /* 画像がコンテナより大きい場合にはみ出さないようにする */
}
.activity__item__img::before {
  content: "";
  display: block;
  padding-top: 56.6%; /* アスペクト比から高さのパーセンテージを計算 */
}
.activity__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* コンテナの幅に合わせて伸縮 */
  height: 100%; /* コンテナの高さに合わせて伸縮 */
  -o-object-fit: contain;
     object-fit: contain; /* 画像がコンテナにぴったり収まるように調整 */
}

.activity__item__text {
  padding: 6px 16px 24px;
}
@media screen and (max-width: 767px) {
  .activity__item__text {
    padding: 6px 12px 24px;
  }
}

.activity__item__meta {
  display: flex;
}

.activity__item__time {
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .activity__item__time {
    padding-right: 10px;
  }
}

.activity__item__cat {
  padding-left: 12px;
  border-left: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .activity__item__cat {
    padding-left: 10px;
  }
}

.activity__item__title {
  margin-top: 10px;
}

.swiper-container {
  position: relative; /* 相対位置指定 */
}

.swiper-slide {
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.swiper-button-prev {
  position: absolute;
  top: 100%;
  left: 40px;
  transform: translateY(-50%);
  background: url(../img/arrow-left.png) no-repeat center center/contain;
}

.swiper-button-next {
  top: 100%;
  left: 100px;
  transform: translateY(-50%);
  background: url(../img/arrow-right.png) no-repeat center center/contain;
}

/******************************** 
   value
*********************************/
.value__list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .value__list {
    display: block;
    margin-top: 40px;
  }
}

.value__item {
  width: calc(33.3% - 26.6666666667px);
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .value__item {
    width: calc(33.3% - 13.3333333333px);
    padding: 16px 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .value__item {
    width: 100%;
    margin-top: 30px;
    padding: 16px 16px 24px;
  }
}

.value__item__img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.value__item__text {
  text-align: justify;
}

/******************************** 
   entry fee
*********************************/
.fee {
  background: rgba(245, 245, 245, 0.7);
}

.fee__table {
  width: 500px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .fee__table {
    margin-top: 40px;
  }
}

.fee__row {
  display: flex;
  padding: 20px 16px 10px;
  border-bottom: 1px solid #ddd;
}
.fee__term {
  font-size: 20px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .fee__term {
    width: 54px;
    width: 16.8vw;
    font-size: 16px;
  }
}

.fee__description {
  font-size: 20px;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .fee__description {
    font-size: 16px;
    margin-left: 20px;
  }
}

.fee__attention {
  margin-top: 16px;
  margin-left: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fee__attention {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/******************************** 
   contact
*********************************/
.contact {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.contact__button__area {
  display: flex;
  justify-content: space-between;
  width: 680px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .contact__button__area {
    display: block;
  }
}

.contact__button {
  width: 320px;
  height: 70px;
  border-radius: 5px;
  line-height: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__button {
    display: block;
    width: 100%;
    height: 70px;
  }
  .contact__button + .contact__button {
    margin-top: 30px;
  }
}
.contact__button .mail-icon {
  width: 20px;
  position: relative;
  top: 3px;
}
.contact__button .tel-icon {
  width: 20px;
  position: relative;
  top: 3px;
}
.contact__button span {
  margin-left: 10px;
}
.contact__button--form {
  background: #8f0000;
  color: #fff;
}
.contact__button--tel {
  background: #fff;
  color: #222;
}

/******************************** 
   footer
*********************************/
.footer {
  background: #fff;
  padding: 60px 0 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 20px 0;
  }
}

.footer__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__content {
    display: block;
  }
}

.footer__left {
  width: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}

.footer__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

.footer__logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__menu__list li {
  margin-top: 6px;
}
.footer__menu__list li a {
  display: block;
  line-height: 44px;
}

.footer__copy {
  margin-top: -30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 60px;
  }
}

.footer__to-top {
  position: absolute;
  font-size: 12px;
  line-height: 44px;
  bottom: 40px;
  right: 40px;
  writing-mode: vertical-rl;
  padding-top: 24px;
}
.footer__to-top::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  left: 50%;
  background: url(../img/arrow-red.png) no-repeat center center/contain;
  transform: rotate(-90deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__to-top {
    top: 80px;
    right: 16px;
  }
}

/* /footer */
/******************************** 
   下層ページ共通
*********************************/
/* page-head */
.page-head {
  width: 100%;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-head {
    margin-top: 160px;
  }
}

.page-head__title__en {
  font-size: 60px;
  font-weight: 600;
  color: #8f0000;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .page-head__title__en {
    font-size: 40px;
  }
}

.page-head__title__jp {
  font-size: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-head__title__jp {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* /page-head */
/* breadcrumb */
.breadcrumb {
  text-align: right;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 40px;
  }
}
.breadcrumb span {
  display: inline-block;
  margin-right: 40px;
}
.breadcrumb span:last-of-type {
  margin-right: 0;
}
.breadcrumb span a {
  position: relative;
}
.breadcrumb span a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/arrow-breadcrumb.png) no-repeat center center/contain;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.first-section {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .first-section {
    padding-top: 80px;
  }
}

/******************************** 
   過去のセミナー一覧ページ(seminar-archive)
*********************************/
.seminar-page .seminar__list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seminar-page .seminar__list::after {
  content: "";
  display: block;
  width: calc(33.3% - 40px);
  height: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .seminar-page .seminar__list::after {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .seminar-page .seminar__list::after {
    content: none;
  }
}
.seminar-page .seminar__item {
  width: calc(33.3% - 40px);
}
.seminar-page .seminar__item:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .seminar-page .seminar__item {
    width: calc(50% - 40px);
  }
  .seminar-page .seminar__item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-page .seminar__item {
    width: 100%;
  }
  .seminar-page .seminar__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.seminar-page .seminar__item__img {
  width: 100%; /* 横幅を指定（80pxを2で割った値を引く） */
  position: relative; /* 画像を正しく配置するための基点 */
  overflow: hidden; /* 画像がコンテナより大きい場合にはみ出さないようにする */
}
.seminar-page .seminar__item__img::before {
  content: "";
  display: block;
  padding-top: 53.6312849162%; /* アスペクト比から高さのパーセンテージを計算 */
}
.seminar-page .seminar__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* コンテナの幅に合わせて伸縮 */
  height: 100%; /* コンテナの高さに合わせて伸縮 */
  -o-object-fit: contain;
     object-fit: contain; /* 画像がコンテナにぴったり収まるように調整 */
}

.pagination-wrapper {
  margin: 80px auto 0;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-left: 2px;
}
.page-numbers.current {
  background: #8f0000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 0px;
  }
}

/******************************** 
   活動報告ページ(single)
*********************************/
.single-page .report__cat-item,
.apply-page .report__cat-item,
.membership-page .report__cat-item {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-page .report__cat-item,
.apply-page .report__cat-item,
.membership-page .report__cat-item {
    padding: 10px;
  }
}
.single-page .report__cat-item::after,
.apply-page .report__cat-item::after,
.membership-page .report__cat-item::after {
  position: absolute;
  content: "";
  background: #ddd;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-page .report__cat-item::after,
.apply-page .report__cat-item::after,
.membership-page .report__cat-item::after {
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .single-page .report__cat-item:last-child::after,
.apply-page .report__cat-item:last-child::after,
.membership-page .report__cat-item:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .single-page .report__cat-item:last-child::after,
.apply-page .report__cat-item:last-child::after,
.membership-page .report__cat-item:last-child::after {
    content: none;
  }
}
.single-page .report__cat-item a,
.apply-page .report__cat-item a,
.membership-page .report__cat-item a {
  line-height: 44px;
}
.single-page .single__title,
.apply-page .single__title,
.membership-page .single__title {
  margin-top: 16px;
}
.single-page .single__content,
.single-page .page__content,
.apply-page .single__content,
.apply-page .page__content,
.membership-page .single__content,
.membership-page .page__content {
  margin-top: 60px;
  word-break: break-all;
}
.single-page .single__content p,
.single-page .page__content p,
.apply-page .single__content p,
.apply-page .page__content p,
.membership-page .single__content p,
.membership-page .page__content p {
  margin-bottom: 1.8em;
}
.single-page .single__content h2,
.single-page .page__content h2,
.apply-page .single__content h2,
.apply-page .page__content h2,
.membership-page .single__content h2,
.membership-page .page__content h2 {
  font-size: 1.5em;
  margin: 2.5em 0 0.7em;
}
.single-page .single__content h3,
.single-page .page__content h3,
.apply-page .single__content h3,
.apply-page .page__content h3,
.membership-page .single__content h3,
.membership-page .page__content h3 {
  font-size: 1.17em;
  margin: 2.6em 0 0.9em;
  padding: 0px 0 0px 10px;
  border-left: 2px solid #8f0000;
}
.single-page .single__content a,
.single-page .page__content a,
.apply-page .single__content a,
.apply-page .page__content a,
.membership-page .single__content a,
.membership-page .page__content a {
  color: #8f0000;
  text-decoration: underline;
}
.single-page .single__content figure,
.single-page .page__content figure,
.apply-page .single__content figure,
.apply-page .page__content figure,
.membership-page .single__content figure,
.membership-page .page__content figure {
  margin: 0 0 1em;
}
.single-page .single__title,
.apply-page .single__title,
.membership-page .single__title {
  margin-bottom: 10px;
}
.single-page .single__time,
.apply-page .single__time,
.membership-page .single__time {
  display: block;
  margin-bottom: 60px;
}
.single-page .single__more-report,
.apply-page .single__more-report,
.membership-page .single__more-report {
  width: 400px;
  max-width: 100%;
  margin-top: 80px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

/******************************** 
   404ページ
*********************************/
.not-found-page .not-found {
  margin-top: 80px;
}
.not-found-page .not-found-title {
  font-size: 38px;
  font-weight: 600;
  color: #8f0000;
  text-align: center;
}
.not-found-page .not-found-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
.not-found-page .not-found__link {
  margin: 60px auto;
  transition: all 0.4s ease 0s;
}
.not-found-page .not-found__link:hover {
  transition: all 0.4s ease 0s;
  opacity: 0.7;
}