.container {
  margin: 3em auto 8em;
  width: calc(100% - 5%);
  max-width: 1600px;
}

.btn_group {
  margin: 30px auto 0;
  text-align: center;
}

.is_voice {
  margin: 0em auto 3em;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 0px;
}

.text_center_block {
  text-align: center;
  margin: -1em auto 4em;
}

.voice_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333333;
  margin: 60px auto 30px;
  font-weight: 500;
}

.voice_heading::before,
.voice_heading::after {
  width: 2px;
  height: 40px;
  background-color: #111;
  content: '';
}

.voice_heading::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.voice_heading::after {
  transform: rotate(35deg);
  margin-left: 30px;
}


.voice_box_wrap {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  align-items: start;
}

@media screen and (max-width: 768px) {

  .voice_box_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }
}


.voice_slider .slick-list {
  overflow: visible;
}

.voice_slider .slick-track {
  display: flex !important;
  align-items: flex-start !important;
  /* ← ここがポイント */
}


.voice_box,
.voice_card_data {
  height: auto;
}

.voice_slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  position: relative;
  /* ドットを内側に置くなら、必要分だけ内側余白を確保 */
  padding-bottom: 24px;
  /* お好みで 24–48px などに調整 */
}

.voice_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  /* 位置調整 */
  margin: 0;
  /* 既定の余白を打ち消す */
  display: flex;
  justify-content: center;
  gap: 8px;
}

.voice_slider .slick-dots li {
  margin: 0;
}

.voice_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.voice_slider .slick-dots li.slick-active button {
  background: #333;
  /* アクティブ色 */
}





.voice_box {
  margin: 0 40px;
}

.voice_card_image img {
  display: block;
  width: 100%;
  height: auto;
}


.voice_card_image img {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dedede;
}

.voice_card_data {}


.voice_card_data p {
  margin-top: 0;
}




.voice_slider.slick-dotted {
  margin-bottom: 0;
  /* slick-theme.css の余白を消す */
}

.voice_slider .slick-dots {
  position: absolute;
  /* 下に重ねる */
  left: 0;
  right: 0;
  bottom: 12px;
  /* 位置は好みで調整 */
  margin: 0;
  /* デフォルト余白を消す */
  display: flex;
  justify-content: center;
  gap: 8px;
}

.voice_slider .slick-dots li {
  margin: 0;
  /* slick-theme.css の li 余白を消す */
}

.voice_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  /* ボタン内の数字を非表示 */
  border: none;
  cursor: pointer;
}

.voice_slider .slick-dots li.slick-active button {
  background: #333;
  /* アクティブ時の色を指定（例として #333） */
}










/*:::::::::::*/

.bnr_contact {
  width: 90%;
  margin: 60px auto 50px;
}

.bnr_contact img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bnr_contact {
    margin: 20px auto 10px;
  }

  .bnr_contact img {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
}




.close_button {
  position: absolute;
  top: 12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: #65553e;
  border-radius: 9999px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  z-index: 9;
}



.close_button::before,
.close_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
}

.close_button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}




.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.lp_bnr_footer {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 520px;
  z-index: 2000;
  display: none;
}

.lp_bnr_footer a {
  display: block;
  width: 100%;
  height: 100%;
}

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




.pc_content {
  display: block;
}

.sp_content {
  display: none;
}

.go_to_top {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 30px;
  bottom: 140px;
  z-index: 5;
  text-decoration: none;
  color: #000;
}

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

  .sp_content {
    display: block;
  }

  .lp_bnr_footer {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 160px;
  }

  .go_to_top {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 5;
    text-decoration: none;
    color: #000;
  }
}




.lower_short_fv {
  height: 40vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}


.member_visual {
  background-image: url(./images/member/staff.jpg);
}

.lower_short_fv:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
}

.h_01 {
  margin: 1em auto 0.5em;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

.tAc {
  text-align: center;
}

.container {
  position: relative;
  text-align: left;
  width: 85%;
  max-width: 1000px;
  margin: 2em auto 2.5em;
}

@media screen and (max-width: 1001px) {
  .container {
    position: relative;
    text-align: left;
    width: 90%;
    max-width: 100%;
    margin: 2em auto 2.5em;
  }
}

.block_wrap {
  max-width: 1000px;
  display: flex;
  margin: 4em auto 7em;
}

.block_wrap.staff_hero .kagaki {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.block_wrap.staff_hero .name {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  letter-spacing: 0.1em;
}

.block_wrap.staff_hero .name span {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: -17px;
}

.block_wrap.staff_hero .license {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(8, 37, 59, 0.6);
  margin-bottom: 3em;
  letter-spacing: 0.05em;
}

.block_wrap.staff_hero .text {
  line-height: 1.6;
}


.block_wrap .box_img {
  flex: 1;
  margin-left: calc(50% - 50vw);
}

.block_wrap .post_wide {
  border-radius: 0 3px 3px 0;
}

.block_wrap .post_trim {
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  aspect-ratio: 874/519;
}

.block_wrap .box_content {
  width: 50%;
  margin-left: 40px;
}

.block_wrap.reverse {
  flex-direction: row-reverse;
}

.block_wrap.reverse .box_img {
  margin-left: initial;
  margin-right: calc(50% - 50vw);
}

.block_wrap.reverse .post_wide {
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}

.block_wrap.reverse .post_trim {
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}

.block_wrap.reverse .box_content {
  width: 50%;
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 1001px) {
  .block_one_wrap {
    margin: 0 auto 1.5em;
    max-width: initial;
  }




  .block_one_wrap .post_box {
    margin: 0 -20% 0;
  }

  .block_one_wrap .post_box .post_trim {
    border-radius: 3px;
  }

  .block_one_wrap .inner {
    margin: 0 auto 0;
    width: 100%;
  }

  .block_wrap {
    max-width: initial;
    display: grid;
  }

  .block_wrap.staff_hero {
    margin-bottom: 5em;
  }

  .block_wrap.staff_hero .box_content {
    width: 85%;
    max-width: initial;
    margin: 0 auto;
  }

  .block_wrap.staff_hero .post_trim {
    border-radius: 0;
  }

  .block_wrap.staff_hero .kagaki {
    font-size: 18px;
    margin-bottom: 0.4em;
  }

  .block_wrap.staff_hero .name {
    display: block;
    margin-bottom: 1.8em;
    font-size: 30px;
  }

  .block_wrap.staff_hero .name span {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    font-size: 16px
  }

  .block_wrap.staff_hero .license {
    font-size: 16px;
    margin-bottom: 2.5em;
  }

  .block_wrap .box_img {
    flex: initial;
    margin-left: 0;
    margin-bottom: 2em;
  }

  .block_wrap .box_content {
    width: 85%;
    max-width: initial;
    margin-left: 0;
  }

  .block_wrap.reverse {
    flex-direction: column-reverse;
  }

  .block_wrap.reverse .box_img {
    margin-left: initial;
    margin-right: 0;
  }

  .block_wrap.reverse .box_content {
    width: 85%;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

.flex_content {
  position: relative;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 40px;
  width: 100%;
  margin: 1em auto 3em;
}


@media screen and (max-width: 1001px) {
  .flex_content .flex_ph {
    order: 1;
    margin-bottom: 2em;
  }
}





.grid_flex {
  display: grid;
  margin-top: 2em;
  margin-bottom: 2.2em;
}

.grid_flex.ph_3column {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 1001px) {
  .grid_flex.ph_3column {
    grid-template-columns: 1fr;
  }
}

.member_3column {
  /* width: 85vw;
  margin-left: calc((85vw - 1000px) / 2 * -1); */
  margin-bottom: 7em;
}

.staff_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.staff_box .post_box {
  margin-bottom: 3em;
}

.staff_box .group,
.staff_box .text {
  grid-row: auto;
}

.staff_box .staff_katagaki {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}

.staff_box .staff_name {
  font-size: 24px;
  margin: 0 0 8px;
  letter-spacing: 0.08em;
  text-align: left
}

.staff_box .staff_license {
  color: rgba(8, 37, 59, 0.5);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.staff_box .text {
  margin-bottom: 0;
}


.textblock {
  margin: 0 auto 5em;
}

@media screen and (max-width: 1001px) {
  .staff_box .staff_katagaki {
    font-size: 16px;
  }

  .staff_box .staff_name {
    font-size: 20px;
  }

  .member_3column {
    width: 100%;
    margin-left: 0;
  }

  .textblock {
    margin: 0 auto 2em;
  }

}

.headings_display_1 {
  position: relative;
  font-size: 30px;
  color: #08253B;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.6em 0;

}

.headings_display_2 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 1.2em 0;
  padding-left: 40px;
}

.headings_display_2::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #08253B;
}


.grid_flex .post_box .post_trim {
  border-radius: 3px;
  aspect-ratio: 4 / 3;
}

.voice_copy_text {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 5em;
  margin-top: -2em;
}

.flex_content .flex_summary p {}

@media screen and (max-width: 1001px) {
  .voice_copy_text {
    font-size: 20px;
    margin-top: -2em;
  }
}

@media screen and (max-width: 1001px) {
  .flex_content {
    display: block;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: initial;
  }

  .flex_content .flex_ph {
    order: 1;
    margin-bottom: 2em;
  }

  .flex_content .flex_summary {
    display: contents;
  }
}

.title_column {
  position: relative;
  margin: 0.8em auto 8em;
  max-width: 1000px;
  text-align: center;
  text-wrap: balance;
}

.title_column::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #08253B;
}

.title_column .sub_title {
  position: relative;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
  font-feature-settings: "palt";
  margin-bottom: 0.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1001px) {
  .headings_display_1 {
    font-size: 20px;
  }

  .headings_display_2 {
    font-size: 18px;
  }

  .title_column .sub_title {

    font-size: 30px;

  }

}



.post_box {
  position: relative;
  overflow: hidden;
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.voice_card_image .post_box {
  overflow: hidden;

  aspect-ratio: 130 / 200;
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 80%;


}

.post_voice {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 390 / 318;
  border-radius: 10px;
  height: 100%;
}

.coverFit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}