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

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

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

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