@charset "UTF-8";
@media screen and (min-width: 813px) {
  br.sp, img.sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  span.pc, img.pc {
    display: none;
  }
}

body.ie #wrapper section.member-detail div.inner div.member-detail p.name span.marquee {
  padding-bottom: 0 !important;
}

body.open-modal {
  height: 100%;
  overflow: hidden;
}

span.anchor-span {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
}

@media screen and (max-width: 812px) {
  span.anchor-span {
    padding-top: 13.33333vw;
    margin-top: -13.33333vw;
  }
}

body.en div.modal-inner div.detail > p {
  text-align: left !important;
}

@media screen and (min-width: 813px) {
  body.en div.modal-inner div.detail > p {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 812px) {
  body.en div.modal-inner div.detail > p {
    line-height: 8vw !important;
  }
}

#wrapper section.header {
  margin-bottom: 110px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header {
    margin-bottom: 20.333vw;
  }
}

#wrapper section.header h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 15px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header h2 {
    font-size: 6.133vw;
    margin-top: 22.333vw;
  }
}

#wrapper section.header p.lead {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header p.lead {
    font-size: 2.6666vw;
  }
}

#wrapper section.member-detail {
  position: relative;
  background-color: #eff0f5;
  padding-top: 193px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member-detail {
    padding-top: 36vw;
  }
}

#wrapper section.member-detail::before {
  content: " ";
  width: 100%;
  height: 365px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 812px) {
  #wrapper section.member-detail::before {
    content: " ";
    width: 100%;
    height: 70.666vw;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#wrapper section.member-detail::after {
  background-image: url("../img/top/news-bottom.png");
  background-size: 2000px 282px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 282px;
  display: block;
  position: relative;
  content: " ";
  background-color: white;
}

@media screen and (max-width: 812px) {
  #wrapper section.member-detail::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member-detail div.inner {
    padding-bottom: 10vw;
  }
}

#wrapper section.member-detail div.inner h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member-detail div.inner h3 {
    font-size: 4.5333vw;
    margin-top: 8.1333vw;
    margin-bottom: 8.1333vw;
  }
}

#wrapper section.member {
  background-color: #eff0f5;
  padding-top: 100px;
  /*******************************************
     * 詳細モーダル.
     *******************************************/
}

@media screen and (max-width: 812px) {
  #wrapper section.member {
    padding-top: 12vw;
  }
}

#wrapper section.member::after {
  background-image: url("../img/top/news-bottom.png");
  background-size: 2000px 282px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 282px;
  display: block;
  position: relative;
  content: " ";
  background-color: white;
}

@media screen and (max-width: 812px) {
  #wrapper section.member::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
}

#wrapper section.member div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 29;
}

#wrapper section.member div.modal div.modal-outer {
  position: relative;
  height: 100%;
  min-height: 550px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal {
    min-height: 100%;
    padding-top: 38vw;
    -webkit-overflow-scrolling: touch;
  }
}

#wrapper section.member div.modal a.modal-close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../img/member/photo2020/modal-close.png");
  background-size: 50.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 50.5px;
  height: 50.5px;
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  top: 100px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal a.modal-close {
    background-image: url("../img/member/photo2020/modal-close.png");
    background-size: 13.46667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.46667vw;
    height: 13.46667vw;
    display: block;
    position: relative;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 16vw;
  }
}

#wrapper section.member div.modal div.modal-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.modal div.modal-inner {
    position: absolute;
    right: 50%;
    bottom: 62%;
    transform: translateX(50%) translateY(50%);
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner {
    width: 89.33333vw;
    flex-direction: column;
  }
}

#wrapper section.member div.modal div.modal-inner div.left > figure {
  width: 300px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.left > figure {
    width: 73.33333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.33333vw;
  }
}

#wrapper section.member div.modal div.modal-inner div.left > figure img {
  width: 100%;
}

#wrapper section.member div.modal div.modal-inner div.right {
  padding-left: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right {
    padding: 0;
  }
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head {
    flex-direction: column;
    text-align: center;
  }
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box {
  line-height: 1.5em;
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box p:first-child {
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box p:first-child {
    margin-bottom: 6.333vw;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box.en p:first-child {
    margin-bottom: 3.333vw;
  }
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box span.name {
  margin-right: 20px;
  font-size: 26px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box span.name {
    margin-right: 4.26667vw;
    font-size: 6.13333vw;
  }
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box span.nameEn {
  padding-left: 20px;
  font-size: 18px;
  border-left: 1px solid #000;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box span.nameEn {
    padding-left: 4.26667vw;
    font-size: 4.26667vw;
  }
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.name-box span.role {
  font-size: 17px;
  font-weight: bold;
}

#wrapper section.member div.modal div.modal-inner div.right div.right-head div.button-box a.book {
  background-image: url("../img/top/contents-row-button.png");
  background-size: 260px 52px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 260px;
  height: 52px;
  display: block;
  position: relative;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.button-box a.book {
    background-image: url("../img/top/contents-row-button.png");
    background-size: 69.4vw 13.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 69.4vw;
    height: 13.866vw;
    display: block;
    position: relative;
    display: flex;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.button-box a.book {
    margin-top: 10.66667vw;
    font-size: 3.4666vw;
    margin-bottom: 5vw;
  }
  #wrapper section.member div.modal div.modal-inner div.right div.right-head div.button-box a.book.en {
    font-size: 4.26667vw;
  }
}

#wrapper section.member div.modal div.modal-inner div.detail {
  height: 308px;
  overflow-y: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.detail {
    height: auto;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 2px solid #000;
  }
}

#wrapper section.member div.modal div.modal-inner div.detail > p {
  font-size: 18px;
  line-height: 36px;
  padding-right: 15px;
  text-align: justify;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-inner div.detail > p {
    padding-right: 0;
    font-size: 4vw;
    line-height: 8vw;
  }
}

#wrapper section.member div.modal div.modal-footer, #wrapper section.member div.modal div.modal-header {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 32px;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.modal div.modal-footer, #wrapper section.member div.modal div.modal-header {
    line-height: 1.5em;
    height: 72px;
    align-items: center;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer, #wrapper section.member div.modal div.modal-header {
    width: 89.33333vw;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    padding-bottom: 11.3333vw;
    height: auto;
  }
}

#wrapper section.member div.modal div.modal-footer > a, #wrapper section.member div.modal div.modal-header > a {
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.modal div.modal-footer > a, #wrapper section.member div.modal div.modal-header > a {
    width: 445px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer > a, #wrapper section.member div.modal div.modal-header > a {
    display: block;
    position: relative;
  }
}

#wrapper section.member div.modal div.modal-footer > a:first-child, #wrapper section.member div.modal div.modal-header > a:first-child {
  padding-left: 40px;
}

#wrapper section.member div.modal div.modal-footer > a:first-child::before, #wrapper section.member div.modal div.modal-header > a:first-child::before {
  content: "";
  background-image: url("../img/member/photo2020/modal-arrow.png");
  background-size: 14.5px 27px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14.5px;
  height: 27px;
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer > a:first-child, #wrapper section.member div.modal div.modal-header > a:first-child {
    padding-left: 30px;
    margin-bottom: 4.26667vw;
  }
}

#wrapper section.member div.modal div.modal-footer > a:last-child, #wrapper section.member div.modal div.modal-header > a:last-child {
  text-align: right;
  padding-right: 40px;
}

#wrapper section.member div.modal div.modal-footer > a:last-child::after, #wrapper section.member div.modal div.modal-header > a:last-child::after {
  content: "";
  background-image: url("../img/member/photo2020/modal-arrow.png");
  background-size: 14.5px 27px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14.5px;
  height: 27px;
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%) rotate(180deg);
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer > a:last-child, #wrapper section.member div.modal div.modal-header > a:last-child {
    padding-right: 30px;
  }
}

#wrapper section.member div.modal div.modal-footer > a p.role, #wrapper section.member div.modal div.modal-header > a p.role {
  font-size: 17px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer > a p.role, #wrapper section.member div.modal div.modal-header > a p.role {
    font-size: 4vw;
  }
}

#wrapper section.member div.modal div.modal-footer > a p.name, #wrapper section.member div.modal div.modal-header > a p.name {
  font-size: 17px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.modal div.modal-footer > a p.name, #wrapper section.member div.modal div.modal-header > a p.name {
    font-size: 4vw;
  }
}

#wrapper section.member div.modal div.modal-header {
  padding-bottom: 12vw;
  margin-bottom: 13.33333vw;
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.modal div.modal-header {
    display: none;
  }
}

#wrapper section.member div.modal div.modal-header p.role {
  display: none;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner {
    padding-bottom: 10vw;
  }
}

#wrapper section.member div.inner h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner h3 {
    font-size: 4.5333vw;
    margin-top: 8.1333vw;
    margin-bottom: 8.1333vw;
  }
}

#wrapper section.member div.inner div.member-detail p.lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 36px;
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.inner div.member-detail p.lead.en {
    font-size: 20px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail p.lead.en {
    line-height: 8vw;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail p.lead {
    margin-bottom: 13.33333vw;
    text-align: left;
    font-size: 4.26667vw;
    line-height: 8.53333vw;
  }
}

#wrapper section.member div.inner div.member-detail ul.member-list {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail ul.member-list {
    width: 89.33333vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.member div.inner div.member-detail ul.member-list li {
    width: 300px;
    margin-right: 50px;
  }
  #wrapper section.member div.inner div.member-detail ul.member-list li:nth-child(n+4) {
    margin-top: 40px;
  }
  #wrapper section.member div.inner div.member-detail ul.member-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail ul.member-list li {
    width: 41.86667vw;
  }
  #wrapper section.member div.inner div.member-detail ul.member-list li:nth-child(n+3) {
    margin-top: 6.66667vw;
  }
  #wrapper section.member div.inner div.member-detail ul.member-list li:nth-child(2n) {
    margin-left: 5.33333vw;
  }
}

#wrapper section.member div.inner div.member-detail ul.member-list li a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#wrapper section.member div.inner div.member-detail ul.member-list li a figure {
  width: 300px;
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail ul.member-list li a figure {
    width: 41.86667vw;
    margin-bottom: 4vw;
  }
}

#wrapper section.member div.inner div.member-detail ul.member-list li a figure img {
  width: 100%;
}

#wrapper section.member div.inner div.member-detail ul.member-list li a > p span.name {
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail ul.member-list li a > p span.name {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    line-height: 1.2em;
  }
}

#wrapper section.member div.inner div.member-detail ul.member-list li a > p span.role {
  display: block;
  font-size: 17px;
}

@media screen and (max-width: 812px) {
  #wrapper section.member div.inner div.member-detail ul.member-list li a > p span.role {
    font-size: 3.6vw;
    text-align: left;
    line-height: 1.4em;
  }
}

/*# sourceMappingURL=member-2020.css.map */