@charset "UTF-8";

/* 
slide other member style
read   index.html(modal)   member00.html 
----------------------------------------------*/

.other_member {
  background: #000;
  position: relative;
  overflow: hidden;
}

@media not screen and (max-width: 780px) {
  .other_member {
    padding: 24px 0px 78px;
  }
}

@media screen and (max-width: 780px) {
  .other_member {
    padding: 24px 0 46px;
  }
}

.header_member {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

#member_modal .ttl_member,
.other_member .ttl_member {
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto 24px 24px;
}

.btn_close {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
  cursor: pointer;
}

.btn_close::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1;
  border: 1px solid #fff;
  /* margin: 15px 0 0 10px; */
  transform: rotate(45deg);
}

.btn_close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1;
  border: 1px solid #fff;
  /* margin: 15px 0 0 10px; */
  transform: rotate(-45deg);
}

.list_member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  max-width: 1000px;
  margin: auto;
}

.card_person {
  position: relative;
  width: 23%;
  height: 220px;
  /* margin: 0 1% 32px; */
}

#index .card_person {
  margin: 0 1% 32px;
}

.card_person .ph_wrap {
  width: 98.6%;
  max-width: 216px;
  height: 210px;
  position: absolute;
  clip-path: polygon(32px 0px, 100% 0, calc(100% - 32px) 100%, 0 100%);
}

.card::after {
  content: "";
  position: absolute;
  bottom: 8px;
  background-image: url(../img/icon_arrow_color.svg);
}

.card_person .border_ph {
  width: 98.6%;
  max-width: 216px;
  height: 210px;
  position: absolute;
  top: 10px;
  left: 8px;
  background: linear-gradient(94deg, #87050c 0%, #d30f1a 47.92%, #f6b320 100%);
  stroke-width: 1px;
  stroke: var(--base-ddd, #ddd);
  clip-path: polygon(32px 0px, 100% 0, calc(100% - 32px) 100%, 0 100%);
}

/* }
.card_person#card_member00 .border_ph {
  max-width: calc(216px + 108px);
}

.card_person#card_member00 .border_ph::after {
  width: 99%;
  max-width: calc(216px + 108px);
}
.card_person#card_member00 .ph_wrap {
  width: 99.5%;
  max-width: calc(216px + 108px);
}

.card_person#card_member00 .border_ph {
  max-width: calc(216px + 108px);
}

.card_person#card_member00 .border_ph::after {
  width: 99%;
  max-width: calc(216px + 108px);
}
.card_person#card_member00 .ph_wrap {
  width: 99.5%;
  max-width: calc(216px + 108px);
} */

.card_person.wide .border_ph::after {
  width: 99%;
  max-width: calc(216px + 56px);
}

.card_person.wide .ph_wrap {
  width: 99.5%;
  max-width: calc(216px + 56px);
}

.card_person.wide .border_ph {
  max-width: calc(216px + 56px);
}

.card_person.wide .border_ph::after {
  width: 99%;
  max-width: calc(216px + 56px);
}

.card_person.wide .ph_wrap {
  width: 99.5%;
  max-width: calc(216px + 56px);
}

.card_person.wide .card_caption dd:nth-child(3) {
  margin-top: 80px;
}

.card_person .border_ph::after {
  content: "";
  /* width: 216px; */
  width: 98.6%;
  max-width: 216px;
  height: 208px;
  position: absolute;
  top: 1px;
  left: 1px;
  clip-path: polygon(32px 0px, 100% 0, calc(100% - 32px) 100%, 0 100%);
  background: #000;
}

/* .card .mask {
  overflow: hidden;
  height: 220px;
} */

.card_caption {
  position: relative;
  margin: 15px auto auto 0;
  display: flex;
  flex-direction: column;
  /* z-index: 5; */
}

.card_caption dt,
.card_caption dd {
  display: inline-block;

  background: #000;
  width: fit-content;
  padding: 0 2px 0;
  margin: 0 0 3px 0;
}

.card_caption dt {
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1.36px;
}

.card_caption dd {
  font-size: 12px;
}

@media not screen and (max-width: 780px) {
  .card::after {
    width: 20px;
    height: 12px;
    left: 90%;
  }

  .card_person.wide a.card img {
    height: 224px;
    width: 100%;
    object-position: center;
  }
}

@media screen and (max-width: 780px) {
  .modal_body {
    padding: 0 3%;
  }

  .list_member {
    justify-content: space-around;
  }

  .card_person {
    /* width: 48%; */
    width: 152px;
    height: 150px;
    margin: 0 1% 24px;
  }

  .card_person .border_ph {
    /* width: 98.6%; */
    max-width: 147px;
    height: 145px;
    top: 8px;
    left: 5px;
    clip-path: polygon(21px 0px, 100% 0, calc(100% - 21px) 100%, 0 100%);
  }

  .card_person .border_ph::after {
    /* width: 98.6%; */
    max-width: 145px;
    height: 143px;
    position: absolute;
    top: 1px;
    left: 1px;
    clip-path: polygon(21px 0px, 100% 0, calc(100% - 21px) 100%, 0 100%);
  }

  /* polygon(32px 0px, 100% 0, calc(100% - 32px) 100%, 0 100%) */
  .card_person .ph_wrap {
    width: 147px;
    height: 145px;
    clip-path: polygon(21px 0px, 100% 0, calc(100% - 21px) 100%, 0 100%);
  }

  #index .card_person.wide .ph_wrap {
    width: 98.6%;
  }

  .card_person .ph_wrap img {
    width: 100%;
    height: 100%;
  }

  .card_caption {
    margin: 8px auto auto 0;
  }

  .card_caption dt {
    font-size: 13px;
  }

  .card_caption dd {
    font-size: 10px;
  }

  .card::after {
    width: 13px;
    height: 8px;
    left: 139px;
  }
}

#index .list_member.member_interview {
  /* width: 100%; */
}

#index .list_member.member_interview .card_person {
  width: 50%;
}

@media screen and (max-width: 600px) {
  #index .list_member.member_interview .card_person {
    width: 86%;
  }
}

#index .card_person.wide .border_ph,
#index .card_person.wide .ph_wrap {
  max-width: 490px;
}

#index .card_person.wide .border_ph::after {
  width: 99.5%;
  max-width: 490px;
}

#index .card_person.wide .card::after {
  left: 96%;
}

#index .card_person.wide .card_caption dd:nth-child(3) {
  margin-top: 65px;
}

@media screen and (max-width: 780px) {
  #index .card_person.wide .card_caption dd:nth-child(3) {
    margin-top: 30px;
  }

  #index .card_person.wide a.card img {
    height: 143px;
  }

  .card_person.wide .card_caption dd:nth-child(3) {
    margin-top: 2rem;
  }
}

/* member slider
----------------------------*/

.slider_other_member {
  color: #fff;
  font-size: 40px;
  /* margin-left: 6.3%; */
  margin-left: 24px;
  position: relative;
  margin-top: 24px;
}

/* .slider_other_member .card_person {
  margin: 0 12px 0 0;
} */

@media not screen and (max-width: 780px) {
  /* member slide arrow style (PC only)----*/

  #arrow .slick-next:before {
    content: "";
  }

  #arrow .slick-after:before {
    content: "";
  }

  .slide_arrow_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 120px;
    height: 56px;
    margin: 0 24px 0.15em 0;
  }

  .slick-next,
  .slick-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    width: 50px;
    height: 50px;
    top: 28px;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  .slick-next:hover,
  .slick-prev:hover {
    background: #fff;
  }

  .slick-prev {
    left: unset;
    margin-right: 14px;
  }

  .slick-next {
    right: unset;
  }

  .slick-prev::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    opacity: 1;
    transform: rotate(45deg);
  }

  .slick-next::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
    transform: rotate(45deg);
  }

  .slick-prev:hover::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .slick-next:hover::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }

  .slider_other_member .card_person {
    margin: 0 12px 0 12px;
    width: 222px;
  }

  .slider_other_member .card_person.wide {
    margin: 0 12px 0 12px;
    /* width: calc(222px + 111px); */
    width: calc(222px + 56px);
  }
}

@media screen and (max-width: 780px) {
  .slider_other_member .card_person {
    margin: 0 12px 0 12px;
    width: 152px;
  }

  .slider_other_member .card_person.wide {
    margin: 0 12px 0 12px;
    width: calc(152px + (152px / 2));
  }
}

/* member title are style----*/
.other_member .ttl_member {
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  letter-spacing: normal;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
}

/* member slider style----*/

@media screen and (min-width: 1372px) {
  #member .slider {
    overflow: hidden;
  }
}

@media screen and (min-width: 1500px) {
  .slide_arrow_wrap {
    display: none;
  }

  .slider {
    width: 2100px;
  }
}

@media screen and (min-width: 2110px) {
  .slide_arrow_wrap {
    display: none;
  }

  .slider {
    margin: 40px auto 0;
    width: 2100px;
  }
}

.slider .card_person {
  position: relative;
}

a.card img {
  /* border-radius: 16px; */
  object-fit: cover;
  object-position: 10%;
}

@media screen and (max-width: 780px) {
  .other_member .ttl_member {
    font-size: 40px;
  }

  .slider {
    /* margin-top: 78px; */
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slider .card_person {
    width: 327px;
    height: 462px;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .slider a.card {
    width: 327px;
    height: 400px;
    margin: 0 3.2% 8px 0;
    position: relative;
    display: block;
  }

  .slider a.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 10%;
  }

  /* member slider dots style (SP only)----*/

  .slick-dots {
    position: relative;
    margin-top: 16px;
    bottom: 0;
  }

  .slick-dots li button:before {
    background: #eee;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before {
    background: #333;
  }
}

/*member hide style -------------------------*/

#member00 #card_member00 {
  display: none;
}

#member01 #card_member01 {
  display: none;
}

#member02 #card_member02 {
  display: none;
}

#member03 #card_member03 {
  display: none;
}

#member04 #card_member04 {
  display: none;
}

#member05 #card_member05 {
  display: none;
}

#member06 #card_member06 {
  display: none;
}

#member07 #card_member07 {
  display: none;
}

#member08 #card_member08 {
  display: none;
}

@media screen and (min-width: 1860px) {
  /* #member .slick-track {
    width: 1775px !important;
    overflow: hidden;
  } */
}