.width_1134 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 35px;
}

.member_info_top {
  width: 100%;
  max-width: 1336px; /* max-width: 1520px; */
  margin: 0 auto;
  padding-top: 150px;
}
.member_name {
  padding-left: 10vw;
}
.member_name p {
  font-weight: 500;
  font-size: 26px;
  line-height: 145%;
  letter-spacing: -0.11em;
}
.member_name p span.bold {
  font-weight: bold;
  font-size: 38px;
  line-height: 145%;
  letter-spacing: -0.11em;
  margin-left: 7px;
}
.member_name p.eng {
  font-weight: 700;
  /* font-size: 0.9vw; */
  font-size: 1.3125rem;
  line-height: 150%;
  letter-spacing: 0;
}

.member_top_img {
  margin-top: 1.5%;
  margin-bottom: 3.5%;
  overflow: hidden;
}
.member_top_img img.ta {
  display: none;
}
.member_top_img img.mo {
  display: none;
}
.member_top_img img {
  width: 100%;
  transition: all 1s;
  transform: scale(1.05);
}
.member_top_img.aos-animate img {
  transform: scale(1);
}

.member_txt {
  width: 48%;
  margin-left: 52%;
  padding-right: 8vw;
}
.member_txt .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 164.3%;
  letter-spacing: -0.11em;
  margin-bottom: 3.5%;
}
.member_txt .desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 164.3%;
  letter-spacing: -0.0875em; /* letter-spacing: -0.11em; */
}

.member_info_bt {
  padding-top: 5%;
  position: relative;
  padding-left: 0;
  max-width: 1336px;
  margin: 0 auto;
}
.member_info_bt::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ababab;
}
.member1_md_img {
  text-align: center;
  margin-top: 10.5%;
  overflow: hidden;
  max-width: 970px;
}
.member1_md_img img {
  transition: all 1s;
  transform: scale(1.05);
  width: 100%;
}
.member1_md_img.aos-animate img {
  transform: scale(1);
}
.member1_md_img img.ta {
  display: none;
}
.member1_md_img img.mo {
  display: none;
}

.history_wrap {
  width: 100%;
  max-width: 1590px;
  padding: 0 35px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 9%;
}
.history_wrap li:nth-child(1) {
  width: 25%;
}
.history_wrap li:nth-child(2) {
  width: 35%;
}
.history_wrap li:nth-child(3) {
  width: 40%;
}
.member2 .history_wrap li:nth-child(1) {
  width: 23%;
}
.member2 .history_wrap li:nth-child(2) {
  width: 40%;
}
.member2 .history_wrap li:nth-child(3) {
  width: 37%;
}

.history_wrap li .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 164.3%;
  letter-spacing: -0.11em;
  margin-bottom: 1vw;
}
.history_wrap li .desc .dot_p {
  font-weight: 300;
  font-size: 16px;
  line-height: 164.3%;
  letter-spacing: -0.11em;
}
.history_wrap li .desc .dot_p.dot_past::before {
  content: "· 前)";
  min-width: 6%;
}
.history_wrap li .desc .dot_p.dot_now::before {
  content: "· 現)";
  min-width: 6%;
}
.history_wrap li .desc > div:not(:last-child) {
  margin-bottom: 5%;
}
.history_wrap li .desc .p_sec {
  font-weight: 500;
  font-size: 18px;
  line-height: 164.3%;
  letter-spacing: -0.11em;
}

.quote_img_wrap {
  width: 100%;
  max-width: 1590px;
  padding: 0 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.member1 .quote_img_wrap {
  margin-bottom: 7%;
}
.quote_img_wrap .quote_wrap {
  width: 40%;
  margin: 0;
}
.quote_img_wrap .img_wrap {
  width: 60%;
}
.quote_img_wrap .img_wrap img.ta {
  display: none;
}
.quote_img_wrap .img_wrap img.mo {
  display: none;
}
.quote_img_wrap .img_wrap img {
  transition: all 1s;
  transform: scale(1.05);
}
.quote_img_wrap .img_wrap img {
  width: 100%;
}
.quote_img_wrap .img_wrap.aos-animate img {
  transform: scale(1);
}
.quote_img_wrap p {
  font-weight: bold; /* font-size: 2.125vw; */
  font-size: 32px;
  line-height: 149.8%;
  text-align: center;
  letter-spacing: -0.11em;
}

.text_box2_wrap {
  width: 100%;
  max-width: 1590px;
  padding: 0 35px;
  margin: 0 auto 9% auto;
  display: flex;
  justify-content: flex-end;
}
.width_60 {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.member1 .width_60 {
  width: 72%;
}
.member1 .width_60 .txt_box {
  width: 48%;
}
.img_text2_wrap .img_box {
  width: 40%;
  padding-right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_text2_wrap .img_box img {
  width: 100%;
}
.width_60 .txt_box {
  width: 47%;
}
.member1 .text_box2_wrap {
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
}
.box_txt_wrap {
  display: flex;
  justify-content: flex-end;
}
.box_txt_wrap .txt_box:last-child {
  margin-right: 0;
}
.box_txt_wrap .txt_box .title {
  font-weight: bold;
  font-size: 24px; /* font-size: 1.5vw; */
  line-height: 150%;
  letter-spacing: -0.11em;
  margin-bottom: 25px;
}
.box_txt_wrap .txt_box .title.en_bold {
  letter-spacing: 0;
}
.member1 .box_txt_wrap .txt_box .title.en_bold {
  /* font-size: 21px; */
  font-family: "Akzidenz-grotesk-bold"; /* font-size: 1.35vw; */
}
.box_txt_wrap .txt_box .desc {
  font-weight: 300;
  font-size: 17px; /* font-size: 0.9vw; */
  line-height: 164.3%;
  letter-spacing: -0.09em;
  transform: rotate(-0.03deg);
}
.box_txt_wrap .txt_box .desc p:not(:last-child) {
  margin-bottom: 5%;
}
.img_text2_wrap {
  width: 100%;
  max-width: 1590px;
  padding: 0 35px;
  margin: 0 auto;
  padding-bottom: 10.5%;
}
.img_text2_wrap .txt_box {
  padding-top: 8%;
}
.img_text2_wrap .img_box img.ta {
  display: none;
}
.img_text2_wrap .img_box img.mo {
  display: none;
}

.certi_wrap {
  text-align: center;
  background: #fff;
}
.certi_wrap.no_certi {
  padding: 10% 0 11% 0;
}
.member1 .certi_wrap {
  padding: 5% 0 6.5% 0;
}
.member2 .certi_wrap {
  padding: 0 0 6.5% 0;
}
.member8 .certi_wrap {
  padding: 0 0 6.5% 0;
}
.certi_wrap .bold {
  font-weight: bold;
  font-size: 38px; /* font-size: 2.125vw; */
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.11em;
}
.member1 .certi_wrap .bold,
.member2 .certi_wrap .bold,
.member8 .certi_wrap .bold {
  margin-top: 3%;
}

.member_prize {
  text-align: center;
  background: #bfb6a6;
  padding: 7% 0;
}
.member_prize.prize_row2 img {
  width: 65%;
}
.member_prize.prize_3 img {
  width: 60%;
  max-width: 1102px;
  padding-left: 0;
}

.member_slide_wrap {
  background: #f4f5f7;
  padding: 11% 0 8.5% 0; /* padding: 11% 0 8.5% 11%; */
}
.member_slide_wrap .swiper-wrapper {
  /* display: inline-flex; */
}
.member_slide_wrap .slide_box .title_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 11%; /* max-width: 1920px; */
}
.member_slide_wrap .slide_box .title_top h3 {
  font-weight: bold;
  font-size: 34px; /* font-size: 2.625vw; */
  line-height: 164.3%;
  font-family: "Akzidenz-grotesk-black";
  letter-spacing: 0.5px;
}
.member_slide_wrap .slide_box .title_top .btn_wrap {
  display: flex;
  align-items: center;
}

.member_slide_wrap .swiper-button-next,
.member_slide_wrap .swiper-button-prev {
  margin-top: 0 !important;
  width: 2vw;
  height: 2vw;
  background-size: 2vw;
  position: static;
}
.member_slide_wrap .swiper-button-prev,
.member_slide_wrap .swiper-container-rtl .swiper-button-next {
  background-image: url(/html/2022_0107/img/member_prev.png);
  left: 0;
}
.member_slide_wrap .swiper-button-next,
.member_slide_wrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(/html/2022_0107/img/member_next.png);
  right: 0;
  margin-left: 1.111vw;
}
/* .member_slide_wrap .slide_box .swiper-slide .thumb {position: relative; height: 0; padding-bottom: 62%; overflow: hidden;} */
.member_slide_wrap .slide_box .swiper-slide {
  width: 100%;
  height: 100%;
  max-width: 690px; /* height: 0; padding-bottom: 62% */
}
.member_slide_wrap .slide_box .swiper-slide .thumb {
  position: relative;
  overflow: hidden;
  width: 690px;
  height: 432px;
}
.member_slide_wrap .slide_box .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member_slide_wrap .slide_box .swiper-slide p {
  font-weight: 500;
  font-size: 18px; /* font-size: 1.25vw; */
  line-height: 149.8%;
  letter-spacing: -0.11em;
  margin-top: 3%;
  padding-right: 5%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.member_slide_wrap .slide_box .best_case .swiper-slide p {
  -webkit-line-clamp: 2;
}
/* .member_slide_wrap .slide_box.star_news_wrap {margin: 0 auto; margin-bottom: 8%; max-width: 1920px;}
.member_slide_wrap .slide_box.best_case_wrap {margin: 0 auto; max-width: 1920px;} */
.member_slide_wrap .slide_box.star_news_wrap {
  margin-bottom: 8%;
}

.quote_wrap {
  text-align: center;
  color: #bfb6a6;
  overflow: hidden;
}
.quote_wrap h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.11em;
  margin: 6% auto;
  overflow: hidden;
}
.member_info_top .quote_wrap {
  margin: 9% 0 7% 0;
}
.member_info_top .quote_wrap h3 {
  margin: 3% auto;
}
.quote_wrap h3 p:not(:last-child) {
  margin-bottom: 50px;
}
.quote_lt,
.quote_rt {
  width: 25px;
  height: 25px;
}
.quote_lt {
  background-image: url(/html/2022_0107/img/job_quote1_one.png);
}
.quote_rt {
  background-image: url(/html/2022_0107/img/job_quote2_one.png);
}
/* .quote_lt, .quote_rt {width: 50px; height: 25px;}
.quote_lt {background-image: url(/html/2022_0107/img/job_quote1.png);}
.quote_rt {background-image: url(/html/2022_0107/img/job_quote2.png);} */

.quote {
  /* width: 50px; height: 25px; */
  width: 25px;
  height: 25px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  background-position: top left;
  -webkit-transition: -webkit-transform 0.7s 0s ease-out, opacity 0.5s linear;
  -moz-transition: -moz-transform 0.7s 0s ease-out, opacity 0.5s linear;
  -ms-transition: -ms-transform 0.7s 0s ease-out, opacity 0.5s linear;
  -o-transition: -o-transform 0.7s 0s ease-out, opacity 0.5s linear;
  transition: transform 0.7s 0s ease-out, opacity 0.5s linear;
}
.quote.quote_lt {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: right bottom;
  background-position: bottom right;
}
.quote.aos-animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.quote_lt,
.quote_rt {
  background-size: contain;
  text-align: center;
  margin: 0 auto;
}
.quote_hidden {
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_btn_wrap .swiper-container {
  padding-left: 8%; /* overflow-x: visible; */
}
/* .slider_btn_wrap .swiper-container {margin-left: 15.5%; display: flex; flex-direction: column; flex-wrap: nowrap;} */

@media screen and (max-width: 1520px) {
  .member_txt .title {
    font-size: 1.75vw;
  }
  .member_txt .desc {
    font-size: 1.111vw;
  }
  .history_wrap li .title {
    font-size: 1.75vw;
  }
  .history_wrap li .desc .p_sec {
    font-size: 1.111vw;
  }
  .history_wrap li .desc .dot_p {
    font-size: 1.111vw;
  }
  .box_txt_wrap .txt_box .title {
    font-size: 1.75vw;
  }
  .box_txt_wrap .txt_box .desc {
    font-size: 1.111vw;
  }
  .certi_wrap .bold {
    font-size: 2.55vw;
  }
  .quote_img_wrap p {
    font-size: 2.5vw;
  }

  .box_txt_wrap .txt_box .title {
    font-size: 1.5vw;
  }
  /* .member1 .box_txt_wrap .txt_box .title.en_bold {font-size: 1.45vw;} */
  .member_slide_wrap .slide_box .title_top h3 {
    font-size: 2.75vw;
  }
  .member_slide_wrap .slide_box .swiper-slide p {
    font-size: 1.625vw;
  }
}

@media screen and (max-width: 1336px) {
  .header_fit {
    padding-left: 0;
    padding-right: 0;
  }
  .member_slide_wrap .slide_box .title_top {
    padding-left: 30px;
  }
  .slider_btn_wrap .swiper-container {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .member_slide_wrap .slide_box .title_top {
    padding-left: 0;
  }
  .member_name p {
    font-size: 2.25vw;
  }
  .member_name p span.bold {
    font-size: 3vw;
  }
  .member_txt .title {
    font-size: 2vw;
  }
  .member_txt .desc {
    font-size: 1.5vw;
  }
  .history_wrap li .title {
    font-size: 2vw;
  }
  .history_wrap li .desc .p_sec {
    font-size: 1.5vw;
  }
  .history_wrap li .desc .dot_p {
    font-size: 1.5vw;
  }
  .box_txt_wrap .txt_box .title {
    font-size: 2vw;
  }
  .box_txt_wrap .txt_box .desc {
    font-size: 1.5vw;
  }
  .certi_wrap .bold {
    font-size: 3vw;
  }
  .member1 .certi_wrap .bold,
  .member2 .certi_wrap .bold {
    margin: 5% auto;
  }
  .member1 .certi_wrap {
    padding: 10% 0 6.5% 0;
  }
  .quote {
    /* width: 40px; */
    width: 20px;
    height: 20px;
    background-size: 20px 20px; /* background-size: 40px 20px; */
  }
  .member_info_top .quote_wrap h3 {
    font-size: 3.5vw;
    line-height: 150%;
  }
  .quote_wrap h3 p:not(:last-child) {
    margin-bottom: 4%;
  }
  .member_slide_wrap .slide_box .title_top h3 {
    font-size: 3vw;
    padding-left: 35px;
  }
  .member_slide_wrap .slide_box .swiper-slide p {
    font-size: 1.75vw;
    margin-top: 4%;
    transform: rotate(-0.03deg);
  }
}

@media screen and (max-width: 1024px) {
  .width_1134 {
    padding: 0;
  }

  .member_top_img img.pc {
    display: none;
  }
  .member_top_img img.ta {
    display: block;
  }

  .img_text2_wrap .img_box img.pc {
    display: none;
  }
  .img_text2_wrap .img_box img.ta {
    display: block;
  }

  .quote_img_wrap .img_wrap img.pc {
    display: none;
  }
  .quote_img_wrap .img_wrap img.ta {
    display: block;
  }

  .member1_md_img {
    max-width: none;
  }
  .member1_md_img img.pc {
    display: none;
  }
  .member1_md_img img.ta {
    display: block;
  }
  .member2 .member_txt .br_mo {
    display: block;
  }
  .member2 .member_txt .br_pc {
    display: none;
  }

  .member_name p {
    font-size: 2.5vw;
    line-height: 150%;
  }
  .member_name p span.bold {
    font-size: 3.5vw;
    line-height: 150%;
  }
  .member_name p.eng {
    font-size: 2.125vw;
  }
  .member_info_top {
    padding-top: 17%;
  }
  .member_name {
    padding-left: 35px;
  }
  .member_top_img {
    margin-top: 3%;
    margin-bottom: 7%;
  }
  .member_txt {
    width: 70%;
    margin-left: 30%;
    padding-right: 35px;
  }
  .member_txt .title {
    font-size: 3.3vw;
    margin-bottom: 3%;
  }
  .member_txt .desc {
    font-size: 2.07vw;
    transform: rotate(-0.03deg);
  }
  .quote_wrap h3 p .br_mo {
    display: block;
  }
  .member_info_top .quote_wrap {
    margin: 12% 0 10% 0;
  }
  .member_info_top .quote_wrap h3 {
    font-size: 2.555vw;
    margin: 2% auto;
  }
  .quote_img_wrap p {
    font-size: 3vw;
    line-height: 155%;
  }
  .member_info_bt {
    padding-top: 10%;
  }
  .member_info_bt::before {
    width: calc(100% - 70px);
    left: 50%;
  }
  .history_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 12%;
  }
  .history_wrap li:nth-child(1),
  .history_wrap li:nth-child(2),
  .history_wrap li:nth-child(3) {
    width: 70%;
    margin-left: auto;
  }
  .member2 .history_wrap li:nth-child(1),
  .member2 .history_wrap li:nth-child(2),
  .member2 .history_wrap li:nth-child(3) {
    width: 70%;
    margin-left: auto;
  }
  .history_wrap li:not(:last-child) {
    margin-bottom: 10%;
  }
  .history_wrap li .desc > div:not(:last-child) {
    margin-bottom: 6%;
  }
  .box_txt_wrap .txt_box .desc p:not(:last-child) {
    margin-bottom: 6%;
  }
  .history_wrap li .title {
    font-size: 3vw;
  }
  .history_wrap li .desc .dot_p {
    font-size: 2.125vw;
  }
  .history_wrap li .desc .p_sec {
    font-size: 2.125vw;
  }
  .quote_img_wrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 12%;
  }
  .quote_img_wrap .img_wrap {
    width: 100%;
  }
  .quote_img_wrap .quote_wrap {
    width: 100%;
    margin-top: 12%;
  }
  .quote_wrap h3 {
    font-size: 3vw;
    margin: 2.75% auto;
  }
  .quote {
    /* width: 35px;  */
    width: 20px;
    height: 20px;
    background-size: 20px; /* background-size: 35px 18px; */
  }
  .width_60 {
    flex-direction: column;
    width: 70%;
  }
  .width_60 .txt_box {
    width: 100%;
  }
  .member1 .width_60 .txt_box {
    width: 100%;
  }
  .member1 .width_60 .txt_box:not(:last-child) {
    margin-bottom: 15%;
  }
  .box_txt_wrap .txt_box .title {
    font-size: 3vw;
    margin-bottom: 3%;
  }
  .box_txt_wrap .txt_box .desc {
    font-size: 2.125vw;
  }
  .member1_md_img {
    margin-top: 15%;
  }
  .member1 .certi_wrap {
    padding: 10% 0 12% 0;
  }
  .member2 .certi_wrap {
    padding: 0 0 12% 0;
  }
  .member3 .certi_wrap {
    padding: 15% 0;
  }
  .member4 .certi_wrap {
    padding: 15% 0;
  }
  .member5 .certi_wrap {
    padding: 15% 0;
  }
  .member6 .certi_wrap {
    padding: 15% 0;
  }
  .certi_wrap img {
    width: 40%;
  }
  .certi_wrap .bold {
    line-height: 155%;
  }
  .member1 .certi_wrap .bold,
  .member2 .certi_wrap .bold {
    margin: 7% auto 0 auto;
  }
  .text_box2_wrap {
    margin: 0 auto 15% auto;
  }
  .member_prize {
    padding: 12% 0;
  }
  .member_prize.prize_row2 img {
    width: calc(100% - 60px);
  }
  /* .member_slide_wrap {padding: 10% 0 15% 35px;} */
  .member_slide_wrap {
    padding: 10% 0 15% 0;
  }
  .member_slide_wrap .slide_box .title_top {
    padding-right: 0;
  }
  .member_slide_wrap .slide_box .title_top h3 {
    font-size: 3.75vw;
  }
  .member_slide_wrap .swiper-button-next,
  .member_slide_wrap .swiper-button-prev {
    display: none;
  }
  .member_slide_wrap .slide_box .swiper-slide p {
    font-size: 2.125vw;
    margin-top: 4%;
  }
  .member_slide_wrap .slide_box.star_news_wrap {
    margin-bottom: 12%;
  }
  .img_text2_wrap {
    padding: 0;
  }
  .img_text2_wrap {
    flex-direction: column;
  }
  .img_text2_wrap .img_box {
    width: 100%;
    padding-right: 0;
  }
  .img_text2_wrap .width_60 {
    width: 70%;
    margin: 15% 0 15% auto;
    padding-right: 35px;
  }
  .img_text2_wrap .txt_box {
    padding-top: 0;
  }
  .img_text2_wrap .txt_box:not(:last-child) {
    margin-bottom: 15%;
  }
  .text_box2_wrap .txt_box:not(:last-child) {
    margin-bottom: 15%;
  }

  .member3 .member_txt .title .br_mo {
    display: block;
  }
  .member3 .history_wrap li:nth-child(2) .desc .dot_p br {
    display: none;
  }
  .member_prize.prize_3 img {
    width: 70%;
  }
  .member4 .box_txt_wrap .txt_box .desc p {
    display: inline;
  }
  .member1 .box_txt_wrap .txt_box .title.en_bold {
    /* font-size: 2.75vw; */
  }
  .slider_btn_wrap .swiper-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .member_slide_wrap .slide_box .swiper-slide .thumb {
    width: auto;
    max-width: none;
    height: 0;
    padding-bottom: 62%;
  }
  .member_slide_wrap .slide_box .swiper-slide {
    max-width: none;
  }
  .slider_btn_wrap .swiper-container {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 540px) {
  .slider_btn_wrap .swiper-container {
    padding-right: 20px;
  }
  .member_top_img img.ta {
    display: none;
  }
  .member_top_img img.mo {
    display: block;
  }

  .member1_md_img img.ta {
    display: none;
  }
  .member1_md_img img.mo {
    display: block;
  }

  .quote_img_wrap .img_wrap img.ta {
    display: none;
  }
  .quote_img_wrap .img_wrap img.mo {
    display: block;
  }

  .member_info_top {
    padding-top: 30%;
  }
  .member_name p {
    font-size: 4.25vw;
  }
  .member_name p span.bold {
    font-size: 5vw;
    margin-left: 5px;
  }
  .member_name p.eng {
    font-size: 3.5vw;
    line-height: 150%;
  }
  .member_name {
    padding-left: 20px;
  }
  .member_top_img {
    margin-top: 5%;
  }
  .member_txt {
    width: 84%;
    margin-left: 16%;
    padding-right: 20px;
  }
  .member_txt .title {
    font-size: 4.25vw;
    text-shadow: 0 0 black;
    transform: rotate(-0.03deg);
  }
  .member_txt .desc {
    font-size: 3.75vw;
  }
  .member_info_top .quote_wrap {
    margin: 10% 0 12% 0;
  }
  .member_info_top .quote_wrap h3 {
    font-size: 4.25vw;
    margin: 3% auto;
  }
  .quote {
    /* width: 30px; */
    width: 15px;
    height: 15px;
    background-size: 15px 15px; /* background-size: 30px 15px; */
  }
  .history_wrap {
    padding: 0 20px;
  }
  .history_wrap li:nth-child(1),
  .history_wrap li:nth-child(2),
  .history_wrap li:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
  .member2 .history_wrap li:nth-child(1),
  .member2 .history_wrap li:nth-child(2),
  .member2 .history_wrap li:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
  .history_wrap li .title {
    font-size: 4.25vw;
    font-weight: bold;
    margin-bottom: 1.5%;
  }
  .history_wrap li .desc .dot_p {
    font-size: 3.75vw;
  }
  .history_wrap li .desc .p_sec {
    font-size: 3.75vw;
  }
  .history_wrap li:not(:last-child) {
    margin-bottom: 15%;
  }
  .history_wrap li .desc > div:not(:last-child) {
    margin-bottom: 7%;
  }
  .box_txt_wrap .txt_box .desc p:not(:last-child) {
    margin-bottom: 7%;
  }
  .member_info_bt::before {
    width: calc(100% - 40px);
  }
  .quote_img_wrap {
    padding: 0 20px;
  }
  .quote_img_wrap p {
    font-size: 4.25vw;
  }
  .quote_wrap h3 {
    margin: 3% auto;
  }
  .text_box2_wrap {
    padding: 0 20px;
  }
  .member1 .width_60 {
    width: 100%;
  }
  .box_txt_wrap .txt_box .title {
    font-size: 4.75vw;
  }
  .box_txt_wrap .txt_box .title.en_bold {
    font-size: 4.625vw;
  }
  .box_txt_wrap .txt_box .desc {
    font-size: 3.75vw;
  }
  .member1_md_img {
    margin-top: 20%;
  }
  .member1 .certi_wrap {
    padding: 12% 0 15% 0;
  }
  .certi_wrap img {
    width: 60%;
  }
  .certi_wrap .bold {
    font-size: 4.25vw;
  }
  .member1 .certi_wrap .bold,
  .member2 .certi_wrap .bold {
    margin: 9% auto 0 auto;
  }
  .member_prize.prize_row2 img {
    width: calc(100% - 40px);
  }
  .member_slide_wrap {
    padding: 20% 0 20% 0;
  }
  .member_slide_wrap .slide_box.star_news_wrap {
    margin-bottom: 20%;
  }
  .member_slide_wrap .slide_box .title_top h3 {
    font-size: 6.5vw;
    transform: rotate(-0.03deg);
  }
  .member_slide_wrap .slide_box .swiper-slide p {
    font-size: 4.25vw;
    margin-top: 6%;
  }

  .member2 .member_txt .title .br_pc {
    display: none;
  }
  .member2 .member_txt .title .br_mo {
    display: block;
  }
  .member2 .quote_wrap h3 p .br_mo {
    display: block;
  }
  .member2 .history_wrap li .desc .dot_p .br_mo {
    display: block;
  }

  .width_60 {
    width: 100%;
  }
  .img_text2_wrap .width_60 {
    width: 84%;
    padding-right: 20px;
  }
  .member3 .history_wrap li:nth-child(2) .desc .dot_p br.br_mo {
    display: block;
  }
  .member3 .history_wrap li:nth-child(3) .desc .dot_p br.br_mo {
    display: block;
  }
  .member_prize.prize_3 img {
    width: calc(100% - 40px);
  }
  .certi_wrap .bold .br_mo {
    display: block;
  }
  .member3 .certi_wrap {
    padding: 12% 0;
  }
  .member4 .certi_wrap {
    padding: 12% 0;
  }
  .member5 .certi_wrap {
    padding: 12% 0;
  }

  .member4 .box_txt_wrap .txt_box .desc p {
    display: inline-block;
  }
  .member6 .member_txt .title .br_mo {
    display: block;
  }
  .member6 .quote_img_wrap p .br_pc {
    display: none;
  }
  .member1 .box_txt_wrap .txt_box .title.en_bold {
    font-size: 4.75vw;
  }
  .history_wrap li .desc .dot_p.dot_now::before {
    min-width: 7%;
  }
  .history_wrap li .desc .dot_p.dot_past::before {
    min-width: 7%;
  }
  .member1 .quote_img_wrap {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 1903px) {
  .member_txt {
    padding-right: 150px;
  }
  .member_slide_wrap .swiper-button-prev,
  .member_slide_wrap .swiper-container-rtl .swiper-button-next {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
  .member_slide_wrap .swiper-button-next,
  .member_slide_wrap .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
  .member_slide_wrap .slide_box.star_news_wrap {
    margin-bottom: 150px;
  }
  .member_slide_wrap .swiper-button-next,
  .member_slide_wrap .swiper-container-rtl .swiper-button-prev {
    margin-left: 20px;
  }

  .member_slide_wrap {
    padding: 210px 0 160px 0;
  }
  .member_prize {
    padding: 130px 0;
  }
  .certi_wrap.no_certi {
    padding: 180px 0 200px 0;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.member8 .member_info_bt .history_wrap {
  display: grid;
  grid-template: "a c" "b c" / 34% 66%;
  grid-gap: 30px;
  align-items: start;
}

.member8 .history_wrap li {
  width: 100%;
}

.member8 .history_wrap li:last-child {
  padding-right: 35px;
}

.grid-a {
  grid-area: a;
}
.grid-b {
  grid-area: b;
}
.grid-c {
  grid-area: c;
}
  
@media screen and (max-width: 1024px) {
  .member8 .member_info_bt .history_wrap {
    grid-template: "a" "b" "c" / 100%;
  }

.member8 .history_wrap li:last-child {
  padding-right: 0;
  }
}