@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Damion&family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap");
#titlearea .pagetitle {
  background-image: url("../member/img/main.jpg");
}

.lead {
  text-align: center;
  margin-bottom: 100px;
  font-weight: 500;
}
.lead > p {
  font-size: 17px;
}

.member_title {
  font-size: 35px;
  font-weight: 900;
  color: #007DC3;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.member_title .en {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #007DC3;
  opacity: .1;
  font-size: 86px;
  line-height: 1;
  font-family: "Damion", cursive;
}

.list {
  margin: 0 -20px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list li {
  width: 33.33%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list li .thumb {
  width: 100%;
}
.list li .thumb a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.67%;
}
.list li .thumb a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #007DC3;
}
.list li .thumb a .thumb_ph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list li .thumb a .thumb_ph img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li .thumb a .thumb_name {
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 160px;
  padding: 10px 0;
  text-align: center;
  background-color: #007DC3;
  color: #FFF;
}
.list li .thumb a .thumb_name p {
  font-size: 22px;
}
.list li .thumb a .thumb_name span {
  display: block;
  font-size: 12px;
}
.list li .thumb a:hover .thumb_ph img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mfp-content {
  margin: 80px auto;
  max-width: 1000px;
}

.mfp-bg, .mfp-wrap {
  z-index: 100000;
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  font-size: 40px;
  color: #007DC3;
  opacity: 1;
}

.modal_inner {
  padding: 25px;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.modal_inner .modal_head {
  display: flex;
  align-items: center;
}
.modal_inner .modal_head figure {
  flex-shrink: 0;
  padding-right: 40px;
  width: 360px;
  height: 360px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.modal_inner .modal_head .modal_head_text {
  padding-right: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_inner .modal_head .modal_head_text .name {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.modal_inner .modal_head .modal_head_text .name p {
  font-size: 30px;
  font-weight: 900;
  color: #007DC3;
}
.modal_inner .modal_head .modal_head_text .name span {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
}
.modal_inner .modal_head .modal_head_text dl {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.modal_inner .modal_head .modal_head_text dl dt {
  background-color: #007DC3;
  color: #FFF;
  padding: 10px 0;
  width: 70px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_inner .modal_head .modal_head_text dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
}
.modal_inner .modal_bottom dl {
  margin-top: 40px;
}
.modal_inner .modal_bottom dl dt {
  background-color: #007DC3;
  text-align: center;
  color: #FFF;
  line-height: 50px;
}
.modal_inner .modal_bottom dl dd {
  padding: 10px 10px 25px;
  font-weight: 400;
  line-height: 1.8;
}
.modal_inner .modal_bottom dl + dl {
  margin-top: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .list {
    margin: 0 -15px 60px;
  }
  .list li {
    padding: 15px;
  }
  .list li .thumb a .thumb_name {
    left: -5px;
  }

  .mfp-content {
    margin: 70px auto;
    max-width: 90%;
  }

  .modal_inner .modal_head figure {
    padding-right: 30px;
    width: 340px;
    height: 340px;
  }
  .modal_inner .modal_head .modal_head_text {
    padding-right: 30px;
  }
  .modal_inner .modal_head .modal_head_text .name span {
    margin-left: 15px;
  }
  .modal_inner .modal_bottom dl {
    margin-top: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .lead {
    margin-bottom: 80px;
  }
  .lead > p {
    font-size: 16px;
  }

  .member_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .member_title .en {
    font-size: 80px;
  }

  .list li {
    width: 50%;
  }
  .list li .thumb a .thumb_name p {
    font-size: 20px;
  }
  .list li .thumb a .thumb_name span {
    font-size: 11px;
  }

  .mfp-content {
    margin: 50px auto;
  }

  .mfp-close,
  .mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 37px;
  }

  .modal_inner {
    padding: 25px 20px;
  }
  .modal_inner .modal_head figure {
    padding-right: 25px;
    width: 280px;
    height: 280px;
  }
  .modal_inner .modal_head .modal_head_text {
    padding-right: 0;
  }
  .modal_inner .modal_head .modal_head_text .name p {
    font-size: 26px;
  }
  .modal_inner .modal_head .modal_head_text .name span {
    margin-left: 10px;
    font-size: 12px;
  }
  .modal_inner .modal_head .modal_head_text dl {
    margin-top: 15px;
  }
  .modal_inner .modal_head .modal_head_text dl dt {
    padding: 7px 0;
    width: 60px;
    margin-right: 10px;
    letter-spacing: 0;
  }
  .modal_inner .modal_head .modal_head_text dl dd {
    font-size: 15px;
  }
  .modal_inner .modal_bottom dl dt {
    line-height: 46px;
  }
  .modal_inner .modal_bottom dl dd {
    padding: 7px 10px 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .lead {
    text-align: justify;
    margin-bottom: 60px;
  }

  .member_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .member_title .en {
    bottom: 10px;
    font-size: 62px;
  }

  .list {
    margin: 0 0 50px;
    display: block;
  }
  .list li {
    width: 100%;
    padding: 0 0 15px;
  }
  .list li .thumb a .thumb_name {
    min-width: 140px;
    padding: 7px 0;
  }
  .list li .thumb a .thumb_name p {
    font-size: 18px;
  }
  .list li .thumb a .thumb_name span {
    font-size: 11px;
  }

  .mfp-content {
    margin: 30px auto;
  }

  .mfp-close,
  .mfp-close-btn-in .mfp-close {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
  }

  .modal_inner {
    padding: 20px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .modal_inner .modal_head {
    display: block;
  }
  .modal_inner .modal_head figure {
    padding: 0;
    width: 180px;
    height: 180px;
    margin: 0 auto 15px;
  }
  .modal_inner .modal_head .modal_head_text .name {
    justify-content: center;
    margin-bottom: 20px;
  }
  .modal_inner .modal_head .modal_head_text .name p {
    font-size: 22px;
  }
  .modal_inner .modal_head .modal_head_text .name span {
    margin-left: 5px;
    font-size: 11px;
  }
  .modal_inner .modal_head .modal_head_text dl {
    margin-top: 10px;
  }
  .modal_inner .modal_head .modal_head_text dl dt {
    padding: 5px 0;
    font-size: 15px;
  }
  .modal_inner .modal_head .modal_head_text dl dd {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
  }
  .modal_inner .modal_bottom dl {
    margin-top: 20px;
  }
  .modal_inner .modal_bottom dl dt {
    line-height: 40px;
  }
  .modal_inner .modal_bottom dl dd {
    font-size: 15px;
  }
  .modal_inner .modal_bottom dl dd br {
    display: none;
  }
}
