* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

body {
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-logo-pc {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .is-logo-sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(../img/main-bg-color.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin: 0 auto;
}

.body-wrapper {
  width: 75em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
  position: relative;
}

.body-wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
  top: -6rem;
  box-shadow: 0 0 10px rgba(53, 76, 43, 0.6);
  mix-blend-mode: multiply;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .body-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

input,
textarea,
select {
  cursor: pointer;
}

.main {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 5rem;
}

.inner {
  margin: -8px auto;
  padding: 0px 3.75rem;
  box-sizing: content-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5%;
  }
}

.block-inner {
  display: block;
  background: #f6fff5;
  padding: 0.5rem 7.9% 3.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block-inner {
    padding: 0.5rem 6% 2.5rem;
  }
}

.article-textInner {
  display: block;
  text-align: justify;
  padding: 6.5rem 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article-textInner {
    padding: 4.29375rem 0 1.25rem;
  }
}

.staff-inner {
  max-width: 56rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .staff-inner {
    max-width: 34.375rem;
  }
}

.section-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.4375rem, 2.7777777778vw, 1.5625rem);
  color: #008214;
  font-family: "Amarante", serif;
}

.section-title-ja {
  font-size: clamp(0.875rem, 1.5555555556vw, 0.875rem);
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

.section-titleSub {
  text-align: center;
  color: #cccccc;
  font-size: clamp(1.0625rem, 1.5555555556vw, 1.0625rem);
  font-family: "Amarante", serif;
  letter-spacing: 0.6px;
}

.section-titleSub-number {
  font-size: clamp(1.6875rem, 2.4444444444vw, 1.8125rem);
  color: #666666;
  font-family: "Amarante", serif;
}

.button {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  margin-top: 2rem;
  background: linear-gradient(
    135deg,
    #dd487b 0%,
    #ddc37b 33%,
    #dd487b 66%,
    #ddc37b 100%
  );
  background-size: 200% 200%;
  animation: gradationAnim 20s ease infinite;
  padding: 1.05rem 0;
  border-radius: 40px;
  width: 34.6%;
  line-height: 2px;
  opacity: 0.8;
  font-size: clamp(0.75rem, 2.4444444444vw, 0.9375rem);
  font-family: "M PLUS 1p", sans-serif;
}
.button:hover {
  background: #065891;
  transition: 0.3s;
}
.button:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .button {
    width: 88.5%;
    padding: 0.85rem 0;
  }
}
@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.button a {
  color: #fff;
}

.circle-1 {
  color: #86c584;
}

.circle-2 {
  color: #008214;
}

.mark-img {
  max-width: 2.5rem;
  width: 100%;
}

.mark-flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* header */

.header {
  font-family: "Noto Serif JP", serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  margin: 0 auto;
  width: 75em;
  max-width: calc(100% - 4em);
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .header {
    width: 100%;
    max-width: 100%;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  background-color: #86c584;
  padding: 1.75em 8% 1.33125em 8.4%;
}
@media screen and (max-width: 900px) {
  .header-inner {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 1em;
  }
}

.header-nav {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}

.header-logo {
  font-weight: bold;
  font-size: clamp(0.875rem, 1.7777777778vw, 0.9375rem);
}

.header-logo.visible {
  opacity: 1; /* スクロール条件を満たした場合に透明度を上げる */
  visibility: visible; /* 要素を表示する */
}

@media screen and (max-width: 900px) {
  .header-logo {
    opacity: 0; /* 初期状態で透明にする */
    transition: opacity 0.5s ease-in-out; /* スムーズなトランジションを設定 */
    visibility: hidden; /* 初期状態で非表示にする */
  }
}

.header-nav-list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .header-nav-list {
    margin-top: 60px;
  }
}
.header-nav-list li {
  display: block;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 900px) {
  .header-nav-list li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header-nav-list li:first-of-type {
  border-left: 1px solid #fff;
}
.header-nav-list a {
  letter-spacing: -0.4px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .header-nav-list a {
    text-align: center;
    padding: 0 0.9375rem;
    height: 60px;
    line-height: 60px;
  }
}

.header-nav-link {
  font-size: clamp(0.8125rem, 1.7777777778vw, 0.99125rem);
  font-family: "Amarante", serif;
  color: #fff;
}

.header-nav-sub {
  font-size: clamp(0.625rem, 1.3333333333vw, 0.625rem);
}

.header-nav-link.is-active {
  color: #002806;
}

/*drawer nav*/
.drawer-inner {
  display: none;
}
@media screen and (max-width: 900px) {
  .drawer-inner {
    display: block;
  }
}

.drawer-open .overlay-active {
  position: fixed;
  background: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.drawer-nav {
  padding: 100px 60px 60px 60px;
  text-align: center;
  background-color: rgba(0, 130, 20, 0.6);
}

.drawer--top .drawer-hamburger {
  right: 3vw;
}

@media screen and (min-width: 1201px) {
  .drawer-toggle,
  .drawer-hamburger {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .drawer-toggle,
  .drawer-hamburger {
    padding-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  .drawer-toggle,
  .drawer-hamburger {
    padding-top: 26px;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon::before {
    background: #fff;
    width: 30px;
    height: 4px;
  }
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer-menu a {
  color: #fff;
}

.drawer-menu-item {
  transition: all 0.3s ease-in-out;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #002806;
}

/* top */

.top-inner {
  position: relative;
}
.top-inner .line-box .line-icon {
  position: absolute;
  bottom: -20%;
  right: 20%;
}
.top-inner .line-box .line-icon img {
  width: clamp(11rem, 21.1111111111vw, 17rem);
}
.top-inner .line-box .line-iconSp {
  position: absolute;
  width: 78%;
  display: block;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .top-inner .line-box .line-iconSp {
    width: 80%;
  }
}
.top-inner .line-button {
  font-size: clamp(1rem, 2.6666666667vw, 1.225rem);
  font-weight: 500;
  border: 2px solid #24ab49;
  margin-top: 1.0625rem;
  padding: 0.8em;
  border-radius: 40px;
  width: 50%;
  margin: 0 auto;
  color: #24ab49;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .top-inner .line-button {
    margin-top: 1.0625rem;
    width: 10.75rem;
    padding: 0.5em 0;
  }
}
.top-inner .line-button:hover {
  color: #fff;
  background: #24ab49;
}

.top-title {
  font-weight: bold;
  letter-spacing: 0.02px;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 900px) {
  .top-title {
    padding-top: 3.9375rem;
    line-height: 1.666;
  }
}

.top-text {
  font-weight: bold;
  letter-spacing: 0.45px;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 900px) {
  .top-text {
    margin-top: 1.3125rem;
  }
}

.top-link {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 282px;
}
@media screen and (max-width: 900px) {
  .top-link {
    margin-top: 27px;
    display: inline-block;
    height: 46px;
  }
}

.fv {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .fv {
    margin-top: 0;
  }
}

.fv-title {
  max-width: 42rem;
  width: 60%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); /* 左右中央に配置 */
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .fv-title {
    top: 50%;
    max-width: 47rem;
    width: 100%;
  }
}

.fv .fv-logo-pc {
  position: absolute;
  top: 12%;
  right: 7%;
  width: 12.5%;
  z-index: 5;
}
.fv .fv-logo-sp {
  position: absolute;
  top: 11%;
  right: 8%;
  width: 14.5%;
}

.schedule {
  padding-top: 6.625rem;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .schedule {
    padding-top: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    padding-top: clamp(13.5rem, 43.137254902vw, 20rem);
  }
}

.schedule-inner {
  max-width: 56.25rem;
  margin: auto;
}

.schedule-title {
  padding: 4.15625rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .schedule-title {
    padding: 2.875rem 0 0.2rem;
  }
}

.schedule-margin {
  margin-top: -0.625rem;
}

.ac-list {
  margin: 2rem auto 0;
}
.ac-list li {
  border-bottom: solid 1px #96b482;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ac-list li:first-child {
  border-top: solid 1px #96b482;
}

.ac-title {
  width: 100%;
  position: relative;
}
.ac-title .qa-wrap {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
.ac-title .ac-titleCard {
  display: flex;
  align-items: center;
  line-height: 1.7;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.2px;
  padding: 1.5em 3em 1.5em 0.2em;
}
@media screen and (max-width: 1200px) {
  .ac-title .ac-titleCard {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ac-title .ac-titleCard {
    padding: 1em 3em 1em 0.2em;
  }
}
.ac-title .ac-titleCard .ac-lecture {
  color: #008214;
  font-weight: 900;
  text-align: left;
  width: 35%;
  font-size: clamp(0.875rem, 1.5625vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .ac-title .ac-titleCard .ac-lecture {
    width: 100%;
  }
}
.ac-title .ac-titleCard .ac-time {
  text-align: left;
  flex-basis: 16em;
  width: 100%;
  flex-shrink: 0;
  font-size: clamp(0.8125rem, 1.5555555556vw, 1rem);
  font-weight: 500;
}
.ac-title .ac-titleCard .ac-venue {
  text-align: left;
  flex-basis: auto;
  width: 100%;
  flex-shrink: 2;
  font-size: clamp(0.8125rem, 1.5555555556vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.4px;
}

.ac-title .ac-titleCard:before {
  position: absolute;
  content: "";
  display: block;
  width: 18px; /* 丸い円の幅 */
  height: 18px; /* 丸い円の高さ */
  background-color: #008214; /* 円の背景色 */
  border: 2px solid #008214; /* 円の枠線 */
  border-radius: 50%; /* 円にするためのボーダー半径 */
  right: 10px;
  top: 51%;
  transform: translateY(-50%);
}

.ac-title .ac-titleCard:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px; /* 矢印の幅 */
  height: 7px; /* 矢印の高さ */
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: calc(10px + 9.93px); /* 矢印の位置調整（円の右端から中央に配置） */
  top: 50%; /* 矢印を円の中央に */
  transform: translate(50%, -50%) rotate(45deg); /* 中央に配置するための位置調整 */
  transform-origin: calc(50% + 1px) calc(50% + 1px); /* 回転の基点を調整 */
  transition: transform 0.3s ease;
}

.ac-title .ac-titleCard.active:after {
  transform: translate(50%, -50%) rotate(-135deg); /* 回転させても位置が変わらないように */
}

.ac-title .ac-text {
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .ac-title .ac-text {
    padding: 0px;
  }
}
.ac-title .ac-text .ac-content {
  display: block;
  background: #fff;
}
.ac-title .ac-text .ac-contentText {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: auto;
  font-size: clamp(0.875rem, 1.5555555556vw, 1rem);
  padding: 2.25rem 2.0625rem 0 2.0625rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .ac-title .ac-text .ac-contentText {
    font-size: clamp(0.75rem, 1.5555555556vw, 0.75rem);
    padding: 0.6875rem 0.9375rem 0 0.9375rem;
  }
}

.ac-title .ac-text .ac-contentText2 {
  /* margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: auto;
  font-size: clamp(0.875rem, 1.5555555556vw, 1rem);
  padding: 0.2rem; */
  padding: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
}

.ac-title .ac-preLink {
  font-weight: bold;
  color: #008214;
  margin: 0 auto;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
}

.ac-title .ac-preLink:hover {
  opacity: 0.7;
}

.ac-txt-border {
  border: 1px dashed #999999;
  width: 100%;
}

.pre-button {
  font-size: clamp(0.875rem, 2.3333vw, 1.125rem);
  display: inline-block;
  border: 2px solid #008214;
  color: #008214;
  text-align: center;
  padding: 0.8rem 1.5rem;
  margin: 0 auto;
  border-radius: 40px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pre-button {
    padding: 0.5rem 2.5rem;
  }
}

.pre-button span {
  font-size: clamp(0.5rem, 2.3333333333vw, 0.75rem);
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
}

.pre-button:hover {
  background: #008214;
  color: #fff;
}

.pre-button:hover span {
  color: #fff;
}

.story {
  background-color: #fff;
  position: relative;
}

.story-wrapper {
  padding-top: 4.59375rem;
  max-width: 40.0625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .story-wrapper {
    max-width: 34.375rem;
    padding: 2.9625rem 2.5rem 0 2.5rem;
  }
}

.story .story-inner {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .story .story-inner {
    padding-bottom: 7rem;
  }
}

.story .story-aboutUs {
  position: relative;
  max-width: 40.0625rem;
  margin: 4.375rem auto auto auto;
}
@media screen and (max-width: 768px) {
  .story .story-aboutUs {
    max-width: 34.375rem;
    margin: 3rem auto auto auto;
    padding: 0 1.25rem;
  }
}
.story .story-aboutUs-card {
  border: 1px solid #96b482;
  background: #f6fff5;
  padding-top: clamp(2rem, 1.5555555556vw, 2.125rem);
  padding-bottom: clamp(2rem, 1.5555555556vw, 2.63125rem);
  padding-left: clamp(1.3125rem, 2.7777777778vw, 3.75rem);
  padding-right: clamp(1.3125rem, 2.7777777778vw, 3.75rem);
  margin-top: 1rem;
  font-size: clamp(0.875rem, 1.7777777778vw, 0.875rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .story .story-aboutUs-card {
    margin-top: 2.5rem;
  }
}
.story .story-aboutUs-card .aboutus-icon {
  position: absolute;
  width: clamp(2.075rem, 5.5555555556vw, 3.125rem);
  top: -1.4vw;
  left: 1vw;
}
@media screen and (max-width: 768px) {
  .story .story-aboutUs-card .aboutus-icon {
    top: -2.5vw;
  }
}
.story .story-aboutUs-card p {
  color: #008214;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 300;
}
.story .section-titleSub-number {
  color: #666666;
}
.story .story-top p {
  padding-bottom: 5.15625rem;
  font-size: clamp(0.93rem, 1.7777777778vw, 1rem);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .story .story-top p {
    padding-bottom: 6rem;
  }
}
.story .story-message {
  margin-top: 2rem;
}
.story .story-message p {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.triangle-iconBox {
  width: clamp(3.6875rem, 12.66vw, 9.5rem);
  position: absolute;
  top: 6vw;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .triangle-iconBox {
    width: clamp(8rem, 7.6vw, 9.5rem);
    top: 2rem;
    right: -3rem;
  }
}

.spirit-iconBox2 {
  width: clamp(3.6875rem, 33.33vw, 25rem);
  position: absolute;
  left: -4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .spirit-iconBox2 {
    width: clamp(12.5rem, 53vw, 20rem);
    bottom: -23px;
    left: -3rem;
  }
}

.cast {
  position: relative;
}

.cast-inner {
  max-width: 56.25rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cast-inner {
    max-width: 34.375rem;
  }
}

.block-inner-cast {
  display: block;
  background: #f6fff5;
  padding: 3.5rem 4.25rem 1.6875rem;
  margin: 0 auto;
  background-size: 100% 50%;
  background-position: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-inner-cast {
    padding: 3.125rem 0 2em;
  }
}

.cast .spirit-iconBox3 {
  position: absolute;
  width: clamp(3.6875rem, 49vw, 43rem);
  bottom: 11rem;
  right: -11rem;
}

@media screen and (max-width: 1300px) {
  .cast .spirit-iconBox3 {
    bottom: 24rem;
    right: -5rem;
  }
}
@media screen and (max-width: 900px) {
  .cast .spirit-iconBox3 {
    width: clamp(12.5rem, 53.33vw, 15rem);
    bottom: -2rem;
    right: -0.5rem;
  }
}

.cast__list {
  margin-top: 3.5875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cast__list {
    margin-top: 3.125rem;
    gap: 0 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .cast__list {
    padding: 0 1.25rem;
    flex-direction: column;
  }
}

.cast-card {
  max-width: calc(33.3333% - 3.75rem * 2 / 3);
  padding-bottom: 3.5875rem;
}
@media screen and (max-width: 768px) {
  .cast-card {
    padding-bottom: 4.54375rem;
  }

  .cast-card:last-child {
    padding-bottom: 1.75rem;
  }
}

@media screen and (max-width: 1200px) {
  .cast-card {
    max-width: calc(50% - 2.5rem * 1 / 2);
  }
}
@media screen and (max-width: 768px) {
  .cast-card {
    max-width: 100%;
  }
}

.cast-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cast-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .cast-card__img img {
    width: 72%;
    height: auto; /* 自動調整 */
    margin: auto;
  }
}

.cast-card__content {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cast-card__content {
    margin-top: 1.1125rem;
  }
}

.cast-name-role {
  font-size: clamp(0.875rem, 1.5555555556vw, 0.875rem);
  font-weight: 300;
}

.cast-card__name {
  text-align: center;
  font-weight: 700;
  color: #008214;
  font-size: clamp(1.25rem, 2.2222222222vw, 1.25rem);
  letter-spacing: 4px;
  line-height: 1.3;
}

.cast-card__text {
  text-align: left;
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 100%;
  text-align: justify;
  font-size: clamp(0.875rem, 1.3333333333vw, 0.75rem);
  line-height: 1.7;
  letter-spacing: 0;
}

.cast-video {
  max-width: 643px;
  width: 100%;
  margin-top: 5rem;
  margin-inline: auto;
}

.cast-video img {
  aspect-ratio: 643/364;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.staff {
  position: relative;
  z-index: 1;
}

.staff .triangle-iconBox4 {
  position: absolute;
  width: clamp(3.6875rem, 21.42vw, 16.0625rem);
  bottom: 5rem;
  right: 2rem;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .staff .triangle-iconBox4 {
    width: clamp(6rem, 25.6vw, 9.5rem);
    right: -1rem;
    bottom: 0;
  }
}

.article-list {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .article-list {
    margin-top: 2.60625rem;
  }
}

.article-item + .article-item {
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .article-item + .article-item {
    margin-top: 6.625rem;
  }
}

.article-item:last-child {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .article-item:last-child {
    padding-bottom: 3rem;
  }
}

.article-flex {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .article-flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.article-img {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .article-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.article-img img {
  aspect-ratio: 171/196;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .article-img img {
    width: 51%;
    margin: auto;
  }
}

.article-sentence {
  width: 72.77%;
}
@media screen and (max-width: 768px) {
  .article-sentence {
    width: 100%;
  }
}

.article-name {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .article-name {
    margin-top: 1rem;
  }
}

.article-title,
.article-name,
.article-text {
  font-size: clamp(0.875rem, 1.7777777778vw, 0.875rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.article-dl {
  display: flex;
  font-size: clamp(0.875rem, 1.7777777778vw, 0.875rem);
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .article-dl {
    flex-direction: column;
    margin-top: 0.5rem;
  }
}

.article-dl dt {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .article-dl dt {
    width: 100%;
  }
}

.article-dl dd {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .article-dl dd {
    width: 100%;
  }
}

.left-table-dt,
.right-table-dt {
  display: block;
  width: 57%;
}
@media screen and (max-width: 900px) {
  .left-table-dt,
  .right-table-dt {
    display: none;
    width: auto;
  }
}

.spotlight {
  display: flex;
  padding: 1rem 0 2.43125rem;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  background: #fff;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .spotlight {
    display: block;
    width: 90%;
    padding: 1.5rem 0 2.43125rem;
  }
}

.tablestyle table {
  border-collapse: unset;
  text-align: left;
}

.tablestyle .left-table {
  flex: 0 1 50%;
  margin: 1rem 0;
}

.tablestyle .right-table {
  flex: 1 1 50%;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .tablestyle .right-table {
    margin: 2rem 0 1rem;
  }
}

.spotlight-br {
  display: none;
}
@media screen and (max-width: 900px) {
  .spotlight-br {
    display: block;
  }
}

.tablestyle table tr {
  border: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.3em 0;
}
@media screen and (max-width: 900px) {
  .tablestyle table tr {
    padding: 0.5em 0;
  }
}

.tablestyle table tr td {
  display: inline-block;
  letter-spacing: 0.05em;
}

.tablestyle table tr td:nth-child(2) {
  flex: 1 1 auto;
}

hr.dotin {
  min-width: 0.5em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px dotted #4d4d4d;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .project {
    padding-top: 2rem;
  }
}

.project .project-inner {
  max-width: 56.25rem;
  margin: 0 auto;
}

.block-project-inner {
  display: block;
  background: #f6fff5;
  padding: 3rem 8.2% 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block-project-inner {
    padding: 4.21875rem 6% 2.7625rem;
  }
}

.ac-titleCard-wap {
  white-space: nowrap;
}

.ac-title-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ac-title-br {
    display: block;
  }
}

.ac-title-span {
  color: #065891;
  font-weight: 900;
  text-align: left;
  font-size: clamp(0.8rem, 1.5555555556vw, 0.9rem);
}

.project .project-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.project .project-content h3 {
  color: #065891;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.7777777778vw, 1.375rem);
}
.project .project-content p {
  font-size: 0.875rem;
}
.project .project-text {
  background-color: #fff;
}
.project .project-text .project-preText {
  margin: 0;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: auto;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1.25rem);
  font-family: "M PLUS 1p", sans-serif;
  border-bottom: 1px solid #3e3e3e;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.project .project-text .project-preText .ac-preLink {
  color: #065891;
  font-weight: bold;
}

.project .ac-title .ac-titleCard {
  padding: 1.5em 3em 1.5em 0.2em;
}

.contact {
  font-family: "Noto Serif JP", serif;
  padding: 7.125rem 1rem 0 1rem;
}
@media screen and (max-width: 900px) {
  .contact {
    padding: 5rem 1rem 0 1rem;
    height: auto;
  }
}
.contact .contact-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact .contact-block .ala-logoBox {
  width: 13%;
  vertical-align: middle;
  margin: auto 0;
}
@media screen and (max-width: 900px) {
  .contact .contact-block .ala-logoBox {
    width: 105px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .contact .contact-block {
    position: initial;
    transform: none;
    text-align: center;
    display: block;
  }
}

.contact-telephone {
  position: relative;
  font-size: clamp(1.375rem, 2.8888888889vw, 2rem);
}
.contact-telephone .contact-icon::before {
  position: absolute;
  top: 0.4vw;
  left: 0.5vw;
}

.contact-textBox {
  margin-left: 4.075rem;
}
@media screen and (max-width: 900px) {
  .contact-textBox {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 2.425rem;
  }
}

.contact-address {
  font-size: clamp(0.8125rem, 1.3333333333vw, 0.875rem);
  line-height: 1.3;
  font-weight: 300;
  display: block;
  letter-spacing: 0;
}

.contact-flex img {
  width: 17px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .contact-flex img {
    width: 15px;
    height: 15px;
  }
}

.socialMedia {
  padding: 3em 3em 2.16875em 3em;
}
@media screen and (max-width: 768px) {
  .socialMedia {
    padding: 4.775em 3em 2.16875em 3em;
  }
}
.socialMedia .block-icon .block-icon-list {
  display: flex;
  justify-content: center;
}
.socialMedia .block-icon .block-icon-list li {
  margin-right: 2.8rem;
}
@media screen and (max-width: 768px) {
  .socialMedia .block-icon .block-icon-list li {
    margin-right: 2.3125rem;
  }
}
.socialMedia .block-icon .block-icon-list li:hover {
  opacity: 0.7;
}
.socialMedia .block-icon .block-icon-list li:last-of-type {
  margin-right: 0;
}

.block-icon-list {
  display: flex;
  align-items: center;
}

.block-icon-item {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .block-icon-item {
    width: 30px;
    height: 30px;
  }
}

.block-icon-item--margin {
  margin-top: 0.4375rem;
}

.program-link {
  font-weight: bold;
  letter-spacing: 0;
  color: #008214;
  transition: all 0.3s;
}

.program-link:hover {
  opacity: 0.7;
}

.footer {
  background: #e3e3e3;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
.footer .footer-creditTop {
    background: #a3a3a3;
  }

.footer-text {
  max-width: 42.1875rem;
  width: 100%;
  margin: auto;
  color: #fff;
  font-weight: 300;
  padding: 2em 1.25em;
  text-align: left;
  font-size: clamp(0.625rem, 1.3333333333vw, 0.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer-text {
    text-align: center;
    line-height: 1.5;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.footer-creditBottom {
  padding: 1.25em 6.7em 1.25em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-creditBottom {
    padding: 2em 1.7rem 2.75em;
  }
}

.footer-creditBottom p {
  font-size: clamp(0.625rem, 1.3333333333vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  .footer-creditBottom p {
    font-size: clamp(0.625rem, 1.3333333333vw, 0.625rem);
  }
}

.footer .footer-creditBottom .bunkacyo-logo {
  display: inline-block;
  max-width: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-creditBottom .bunkacyo-logo {
    max-width: 1.8rem;
  }
}

.footer .footer-copyright {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 0.5625rem;
  padding: 2em;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    padding-top: 1.03125rem;
    padding-bottom: 1.3375rem;
    font-size: clamp(0.5rem, 1.3333333333vw, 0.5rem);
    letter-spacing: 1px;
  }
}

.footer .footer-list-sns {
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer .footer-list-sns {
    justify-content: center;
  }
}
.footer .fa-icon {
  color: #e3e3e3;
  opacity: 0.6;
}
.footer .footer-totop-logo .totop-icon {
  position: fixed;
  right: 6vw;
  bottom: 4vw;
  width: 88px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .footer .footer-totop-logo .totop-icon {
    width: 69px;
  }
}

.footer-totop-logo a img:hover {
  transform: scale(1.1); /* ボタンをホバーしたときに拡大する */
  transition: 0.3s;
}

.cast-video {
  margin-top: 120px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* 任意。700〜900px程度で調整可 */
  aspect-ratio: 16 / 9; /* モダンな方法（対応ブラウザ多い） */
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}
