* {
    -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:900px) {
    .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.jpg);
    color: #4D4D4D;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.6;
    letter-spacing: 1.6px;
    margin: 0 auto;
  }
  
  .body-wrapper {
    width: 75em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
  }
  @media screen and (max-width:900px) {
    .body-wrapper {
      width: 100%;
      max-width: 100%;
    }
  }
  
  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: #DCF0FF;
    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 2rem;
    margin: 0 auto;
  }
  @media screen and (max-width:768px) {
    .article-textInner {
      padding: 4.29375rem 0 1.25rem ;
    }
  }

  .staff-inner{
    max-width: 47.3125rem;
    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: #065891;
    font-family: "Noto Serif JP", serif;
  }
  
  .section-title-ja {
    font-size: clamp(0.875rem, 1.5555555556vw, 0.875rem);
    color: #4d4d4d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: block;
    font-weight: 500;
  }
  
  .section-titleSub {
    text-align: center;
    color: #CCCCCC;
    font-size: clamp(1.0625rem, 1.5555555556vw, 1.0625rem);
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.6px;
    font-weight: 700;
  }
  
  .section-titleSub-number {
    font-size: clamp(1.6875rem, 2.4444444444vw, 1.8125rem);
    color: #666666;
    font-weight: 700;
  }
  
  .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;
  }
  
  .star-1 {
    color: #EFA8B0;
  }

  .star-2 {
    color: #8CC9F0;
  }
    
  .mark-img {
    width: clamp(3.875rem, 13.3333333333vw, 5.75rem);
  }
  @media screen and (max-width:900px) {
    .mark-img {
      width: clamp(3.5rem, 13.3333333333vw, 3.5rem);
    }
  }
  
  .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: #87BEE1; 
    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 {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .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: 1rem;
    padding-right: 1rem;
    text-align: center;
    line-height: 1.2;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
  }
  .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);
  }
  
  .header-nav-sub {
    font-size: clamp(0.625rem, 1.3333333333vw, 0.625rem);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  
  .header-nav-link.is-active {
    color: #000;
  }
  





  
  /*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(6, 88, 145, 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:hover {
    text-decoration: none;
  }
  
  .top-inner {
    position: relative;
  }
  .top-inner .line-box .line-icon {
    position: absolute;
    bottom: -17%;
    right: 20%;
  }
  .top-inner .line-box .line-icon img {
    width: clamp(11rem, 21.1111111111vw, 18rem);
  }
  .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;
  }
  @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 {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%); /* 左右中央に配置 */
    z-index: 5;
    width: 60.5%;
    height: 289px;
  }
  @media screen and (max-width:900px) {
    .fv-title {
      top: 10%;
      width: 55%;
      height: 289px;  
    }
  }
  @media screen and (max-width:767px) {
    .fv-title {
      top: 14%;
      width: 78.67%;
      height: 110px;  
    }
  }




  .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 3.78125rem;
  }
  @media screen and (max-width:768px) {
    .schedule-title {
      padding: 2.875rem 0 2.3125rem;
    }
  }

  .schedule-margin{
    margin-top: -0.625rem;
  }
  
  
  .ac-list {
    margin: 0 auto;
  }
  .ac-list li {
    border-bottom: solid 1px #000000;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .ac-list li:first-child {
    border-top: solid 1px #000000;
  }
  
  .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: 1em 3em 1em 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: 0.61875rem 3em 0.61875rem 0.2em;
    }
  }
  .ac-title .ac-titleCard .ac-lecture {
    color: #065891;
    font-weight: 900;
    text-align: left;
    width: 22%;
    font-size: clamp(1rem, 1.5555555556vw, 1.125rem);
  }
  @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, 1.0625rem);
    font-weight: 500;
  }
  .ac-title .ac-titleCard .ac-venue {
    text-align: left;
    flex-basis: auto;
    width: 100%;
    flex-shrink: 2;
    font-size: clamp(0.875rem, 1.5555555556vw, 1.0625rem);
    font-weight: 500;
    letter-spacing: 0.4px;
  }
  
  .ac-title .ac-titleCard:before {
    position: absolute;
    content: "";
    display: block;
    width: 18px; /* 丸い円の幅 */
    height: 18px; /* 丸い円の高さ */
    background-color: #065891; /* 円の背景色 */
    border: 2px solid #065891; /* 円の枠線 */
    border-radius: 50%; /* 円にするためのボーダー半径 */
    right: 10px;
    top: 52%;
    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: "Zen Kaku Gothic Antique", sans-serif;
  }
  @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;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
  }

  .ac-title .ac-preLink {
    font-weight: bold;
    color: #6496E6;
    margin: 0 auto;
  }
  
  .pre-button {
    font-size: clamp(0.625rem, 2.3333333333vw, 1.0625rem);
    display: inline-block;
    border: 2px solid #065891;
    color: #065891;
    text-align: center;
    padding: 0.5rem 2rem;
    margin: 0 auto;
    border-radius: 40px;
    font-weight: 500;
  }
  @media screen and (max-width:768px) {
    .pre-button {
      padding: 0.25rem 2rem;
    }
  }
  
  .pre-button span {
    font-size: clamp(0.5rem, 2.3333333333vw, 0.9375rem);
    color: #4D4D4D;
  }
  
  .pre-button:hover {
    background: #065891;
    opacity: 0.8;
    color: #fff;
    transition: color 0.3s;
  }
  
  .pre-button:hover span {
    color: #fff;
    transition: color 0.3s;
  }
  

  .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: 3.5125rem auto auto auto;
      padding: 0 1.25rem;
    }
  }
  .story .story-aboutUs-card {
    border: 1px solid #6EB4DC;
    background: #DCFAFF;
    padding-top: clamp(2.25rem, 1.5555555556vw, 2.125rem);
    padding-bottom: clamp(2.25rem, 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: #6EB4DC;
    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.8125rem, 1.7777777778vw, 1rem);
    font-weight: 300;
    line-height: 2;
  }
  @media screen and (max-width:768px) {
    .story .story-top p{
      padding-bottom: 5.25rem;
    }
  }
  .story .story-message {
    margin-top: 2rem;
  }
  .story .story-message p {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  
  .cycle-iconBox {
    width: clamp(3.6875rem, 16.6666666667vw, 12.4375rem);
    position: absolute;
    top: 5vw;
    right: 20px;
  }
  @media screen and (max-width:768px) {
    .cycle-iconBox {
      top: 95px;
    }
  }
  
  .cycle-iconBox2 {
    width: clamp(3rem, 16.6666666667vw, 14.625rem);
    position: absolute;
    bottom: 11vw;
    left: -40px;
  }
  @media screen and (max-width:768px) {
    .cycle-iconBox2 {
      bottom: 265px;
      left: -15px;
      }
  }
  
  .cast {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
  }

  .cast::before {
    background-image: url(../img/fish-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 88.8px;
    left: calc(50% - min(48%, 475px));
    width: 139px;
    height: 34px;
    z-index: 100;
} 
@media screen and (max-width:768px) {
  .cast::before {
    top: 20px;
    left: calc(50% - min(48%, 475px));
    width: 66px;
    height: 16px;
  }
}

  .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: #DCF0FF;
    padding: 3.5rem 4.25rem 1.6875rem;
    margin: 0 auto;
    background-size: 100% 50%;
    background-position: cover;
  }
  @media screen and (max-width:768px) {
    .block-inner-cast {
      padding: 3.125rem 0 2em;
    }
  }
  





.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__list::before {
  background-image: url(../img/double-fish-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  bottom: 60.5px;
  right: calc(50% - min(65%, 475px));
  width: 269px;
  height: 133px;
  z-index: 100;
} 
@media screen and (max-width:768px) {
  .cast__list::before {
    bottom: -46.5px;
    right: calc(50% - min(50%, 500px));  
    width: 7.625rem;
    height: 63px;
  }
}


.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-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}

.cast-card__name{
  text-align: center;
  font-weight: 700;
  color: #065891;
  font-size: clamp(1.25rem, 2.2222222222vw, 1.25rem);
  letter-spacing: 4px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.cast-card__text{
  text-align: left;
  padding-top: 1.2125rem;
  margin: 0 auto;
  width: 100%;
  text-align: justify;
  font-size: clamp(0.875rem, 1.3333333333vw, 0.75rem);
  line-height: 1.85;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;

}
@media screen and (max-width: 768px) {
  .cast-card__text{
    padding-top: 0.9625rem;
  }
}


  .staff {
    position: relative;
    z-index: 1;
  }
  .staff .cycle-iconBox3 {
    position: absolute;
    width: clamp(3.6875rem, 16.6666666667vw, 12.4375rem);
    top: 30px;
    right: 20px;
  }
  @media screen and (max-width:900px) {
    .staff .cycle-iconBox3 {
      top: 70px;
      right: 15px;
    }
  }
  .staff .cycle-iconBox4 {
    position: absolute;
    width: clamp(2rem, 16.6666666667vw, 14.625rem);
    bottom: 3.5em;
    left: -4.25rem;
    z-index: 1;
  }
  @media screen and (max-width:900px) {
    .staff .cycle-iconBox4 {
      width: 60px;
      left: -1rem;
      bottom: 29.1em;
    }
  }


  .article-list{
    margin-top: 5.2125rem;
  }
  @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: 6.25rem;
  }
  @media screen and (max-width:768px) {
    .article-item:last-child {
      padding-bottom: 4.5rem;
    }
  }
  
  .article-flex{
    display: flex;
    gap: 0 2.0125rem;
  }
  @media screen and (max-width:768px) {
    .article-flex{
      flex-direction: column;
    }
  }
 
.article-img{
  width: 22.52%;
}
@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%;
    margin-top: 2.225rem;
  }
}

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

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

.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;
}
@media screen and (max-width:900px) {
  .left-table-dt,
  .right-table-dt{
      display: none;
  }
}

  
  .spotlight {
    display: flex;
    margin: 1rem 0 2.43125rem; 
    align-items: flex-start;
    font-size: clamp(0.8125rem, 1.7777777778vw, 0.8125rem);
    background: #fff;
  }
  
  @media screen and (max-width:900px) {
    .spotlight {
      display: block;
    }
  }
  
  .tablestyle table {
    border-collapse: unset;
    text-align: left;
  }
  
  .tablestyle .left-table {
    flex: 0 1 30%;
    margin: 1rem 0 ;
  }
  
  .tablestyle .right-table {
    flex: 1 1 80%;
    margin: 1rem 0 ;
  }
  @media screen and (max-width:768px) {
    .tablestyle .right-table {
      margin: 2rem 0 1rem;
    }
  }

  @media screen and (min-width:900px) {
    .left-table-dt,
    .right-table-dt{
      width: 57%;
    }
  }

  .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;
    width: 100%;
  }
  
  .tablestyle table tr td {
    display: inline-block;
    padding: 0.5em 0;
  }
  
  .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: 1px dotted #000;
    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;
  }

  .project-title{
    padding-bottom: 3.96875rem;
  }
  @media screen and (max-width:768px) {
    .project-title{
      padding-bottom: 3.2875rem;
    }
  }
  


  .block-project-inner{
    display: block;
    background: #DCF0FF;
    padding: 4.5625rem 8.2% 5.21875rem;
    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;
  }
  
  .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.85;
    font-weight: 300;
    display: block;
  }

  
  .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;
  }


  .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 2.5em;
  }
  @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;
    width: 26px;
  }
  @media screen and (max-width:768px) {
    .footer .footer-creditBottom .bunkacyo-logo{
      width: 19px;
    }
  }

.bunkacyo-flex{
  display: flex;
  align-items: flex-start;
}


  .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;
  }