@charset "UTF-8";
/* CSS Document */
.movie .secCover {
  padding: 3rem 0 0;
}
.movie .secCover.contact {
  padding: 100px 0;
}
.leadTxt {
  max-width: 600px;
  margin-inline: auto;
  margin-block: 5rem 0;
}
.leadTxt p {
  line-height: 1.6;
}
.movie footer.secCover {
  padding-bottom: 28px;
}
.contentsBtm_btnBox {
  margin-top: 60px;
}

.movie .subPage_headerBox_inner::after {
  background: url("../img/subH_movie.webp") no-repeat center;
  background-size: cover;
}
.contentsBox.movie_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  column-gap: 2rem;
  row-gap: 4rem;
}
.subPage-movieCover {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.movie.sub .movie_index_item {
    width: 500px;
    max-width: 100%;
}
.movie_index_item {
  width: calc((100% - 4rem) / 3);
  display: block;
  /*padding: 0px 10px 0px 130px;*/
  border-radius: 5px;
}
.movie_index_item iframe {
  width: 100%;
  display: inline-block;
  aspect-ratio: 560 / 315;
  height: auto;
  border-radius: 8px;
}
.movie_index_itemInner {
  padding: 10px 10px;
  background: #fbfcff;
}
.movie_index_itemInner p {
  margin-block-end: 0;
}

.contentsBox .movie_index_item h2 {
  position: relative;
  margin: 12px 0 6px;
  font-size: 1.7rem;
  border-inline-start: 10px solid #ffa790;
  padding-inline-start: 1rem;
}
.contentsBox .movie_index_item h2::before {
  background: none;
}
.contentsBox .movie_index_item h2::after {
  background: none;
}
.contentsBox .movie_index_item p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.movie_index_itemInner {
  position: relative;
}
.movie_index_itemInner::after {
  content: "";
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 114 / 23;
  background: url("../img/more_img.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  bottom: 0;
}
.is-style-interviewBox {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: contents;
}
.is-style-voice, .is-style-voiceQuestion {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 45px;
  margin-block: 4rem;
}
.is-style-voiceQuestion {
  justify-content: flex-start;
}
.is-style-voice::after {
  position: relative;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: url("../img/doc_icon.webp") no-repeat;
  background-size: 100% auto;
}
.is-style-voiceQuestion::before {
  position: relative;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: url("../img/staff_icon.webp") no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.is-style-voice_txt {
  background: #fff;
  width: 70%;
  padding: 2.5rem 3rem;
  border-radius: 8px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  border: 3px solid #febaa2;
}
.is-style-voiceQuestion .is-style-voice_txt {
  border: 3px solid #f5ea9f;
}
.is-style-voice_txt::after {
  content: "";
  display: block;
  background: #febaa2;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
.is-style-voiceQuestion .is-style-voice_txt::after {
  display: none;
}
.is-style-voiceQuestion .is-style-voice_txt::before {
  content: "";
  display: block;
  background: #f5ea9f;
  clip-path: polygon(100% 0%, 100% 100%, 0 50%);
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}
.indexBtnCover {
  display: flex;
  justify-content: flex-end;
  margin-block-start: 0.5rem;
}
a.moreBtn {
  background: #ffa790;
  color: #fff;
  font-size: 12px;
  padding: 0.5em;
  border-radius: 4px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
.pagination {
  padding: 2rem 0;
}
ul.pagination__list, .nav-links {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin-block: 0 3rem;
}
li.pagination__item a, .page, .page-numbers {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffbdbd;
  border-radius: 6px;
  font-weight: bold;
  color: #6b1542;
}
li.pagination__item a span {
  font-size: 23px;
}
li.pagination__item.disabled a, .current {
  background: #ccc;
  opacity: 0.7;
  pointer-events: none;
  color: #7e7e7e;
}
li.pagination__item.pagination__prev, li.pagination__item.pagination__next {
  font-size: 13px;
}
h2.catHeader {
    font-size: 1.8rem;
    font-family: 'Zen Kaku Gothic New';
    text-align: center;
    color: #3D5872;
    margin-block: 0 -4rem;
    position: relative;
    margin-inline: auto;
}
.baloon {
  position: absolute;
  width: fit-content;
  padding: 1.5rem 2rem;
  border: 2px solid #3D5872;
  border-radius: 4px;
  background: #ffe4e4;
  font-size: 12px;

  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffe4e4;
    /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50% 0;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #3D5872 #3D5872 transparent transparent;
    rotate: 135deg;
    translate: -50% 0;
  }
}
.movie_cat_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 3rem;
  justify-items: stretch;
  padding: 4rem 3rem;
    background: #fff;
    border-radius: 6px;
}
.movie_cat_link {
  background: #fff;
  color: #065fd4;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.4;
  max-width: 300px;
  border: 2px solid #065fd4;
  letter-spacing: 0.08em;
}
.movie_cat_link:hover {
  background: rgb(172 218 254 / 80%);
}
@media screen and (max-width:850px) {
  .movie_index_item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width:620px) {
  h2.catHeader {
    font-size: 1.5rem;
  }
  .movie_cat_links {
    grid-template-columns: repeat(2, 1fr);
    padding: 4rem 4vw 3rem;
  }
  .movie_cat_links a {
    line-height: 1.4;
  }
  .movie .secCover {
    padding: 10vw 0 0;
  }
  .movie_index_item:nth-child(n+3) {
    margin-top: 0px;
  }
  .movie .subPage_headerBox_inner::after {
    background: url("../img/subH_movie_sp.webp") no-repeat center;
    background-size: cover;
  }
  .movie_index_item {
    width: 100%;
    margin-bottom: 0;
  }
  .contentsBox .movie_index_item p {
    font-size: clamp(13px, 3.5vw, 15px);
  }
  .contentsBox .movie_index_item h2 {
    font-size: 1.7rem;
    border-inline-start: 3px solid #ffa790;
  }
  .is-style-voice {
    column-gap: unset;
    justify-content: space-between;
  }
  .is-style-voiceQuestion {
    column-gap: unset;
    justify-content: flex-end;
  }
  .is-style-voice_txt {
    width: 85vw;
    padding: 2rem 4vw;
    /* font-size: clamp(12px, 3.2vw, 15px); */
    font-size: 15px;
  }
  .is-style-voice_txt {
    width: 85vw;
    padding: 2rem 4vw;
    /* font-size: clamp(12px, 3.2vw, 15px); */
    font-size: 15px;
  }
  .is-style-voiceQuestion::before {
    width: clamp(48px, 15vw, 70px);
    position: absolute;
    bottom: -5vw;
    left: 0;
  }
  .is-style-voice_txt::after, .is-style-voiceQuestion .is-style-voice_txt::before {
    display: none;
  }
  .is-style-voice::after {
    width: clamp(48px, 15vw, 70px);
    position: absolute;
    bottom: -5vw;
    right: 0;
  }
}

h2.wp-block-heading.is-style-topicTtl {
    border-block: 2px solid rgba(0, 0, 0, 0.1);
    padding-block: 17px;
    margin-block: 8rem;
    font-size: clamp(20px, calc(19px + 0.3125vw), 24px);
}



