article {
  position: relative;
}
article .line_left {
  top: 203.5rem;
  left: 0;
}
article .line_right {
  top: 131rem;
  right: 0;
}
article .line_left02 {
  top: 34.5rem;
  left: 0;
  background: url(../images/common/line_left02_g.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.page-ttl {
  padding-bottom: 2rem;
}

.member {
  padding-bottom: 13rem;
  position: relative;
}

.member_head {
  padding-bottom: 2.5rem;
}
.member_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_head ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 1.5rem;
  padding-left: 2.5rem;
}
.member_head ul li img {
  width: 2.5rem;
  margin-right: 0.5rem;
}

#member_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.1rem;
}
#member_tab ul li {
  width: calc(20% - 0.1rem);
  margin-left: 0.1rem;
  list-style: none;
}
#member_tab ul li a {
  border-radius: 0 1.5rem 0 0;
  font-size: 2.1rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c4948;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#member_tab ul li a:hover, #member_tab ul li a.is-current {
  background-color: #4c4948;
  color: #fff;
}

.member_content {
  display: none;
}

#saito {
  display: block;
}

#saito_slide {
  display: none;
}

.member_profile {
  background-color: #f3f3f3;
  padding: 8.5rem 7.5rem 0rem 9.5rem;
  margin-bottom: 3rem;
  border-top: 1px solid #fff;
}
.member_profile .member_profile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 6rem;
}
.member_profile .member_profile_top .pic {
  width: 29rem;
}
.member_profile .member_profile_top .txt {
  width: 48rem;
  margin-left: auto;
  position: relative;
}
.member_profile .member_profile_top .txt .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.member_profile .member_profile_top .txt .icons li {
  margin-left: 1rem;
  list-style: none;
  width: 3rem;
}
.member_profile .member_profile_top .txt .name {
  padding-bottom: 3.5rem;
}
.member_profile .member_profile_top .txt .name .jp {
  font-size: 3.4rem;
  font-weight: 500;
}
.member_profile .member_profile_top .txt .name .jp span {
  font-size: 2rem;
  padding-left: 1rem;
}
.member_profile .member_profile_top .txt .name .en {
  font-size: 1.7rem;
  line-height: 1;
}
.member_profile .member_profile_top .txt .comment {
  width: 47rem;
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 4.5rem;
  position: relative;
}
.member_profile .member_profile_top .txt .comment:after {
  content: "";
  width: 46.4rem;
  height: 13.6rem;
  z-index: 1;
  background: url(../images/member/bg_comment.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -0.8rem;
  bottom: -0.8rem;
}
.member_profile .member_profile_top .txt .comment p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
.member_profile .member_profile_top .txt .mail {
  position: relative;
  background: url(../images/member/icon_mail.svg) 0 0 no-repeat;
  background-size: 2.6rem auto;
  height: 2.6rem;
  padding-left: 4rem;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.member_profile .member_profile_top .txt .licence {
  font-size: 1.6rem;
  line-height: 1.7;
}
.member_profile .member_profile_bottom .member_profile_bottom_item {
  border-top: 1px solid #4c4948;
  padding: 2.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .ttl {
  background-color: #c3d72c;
  color: #4c4948;
  font-size: 1.8rem;
  width: 13.6rem;
  text-align: center;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt {
  width: calc(100% - 13.6rem);
  padding-left: 3.5rem;
  font-size: 1.7rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt .large {
  font-size: 1.9rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt dl:last-of-type {
  padding-bottom: 0;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt dl dt {
  width: 7.2rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt dl dd {
  width: calc(100% - 7.2rem);
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt.bold p {
  font-weight: 700;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt p.pdn {
  padding-bottom: 2.5rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt ul {
  padding-bottom: 2.5rem;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt ul.p_none {
  padding-bottom: 0;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt ul li {
  list-style: none;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.member_profile .member_profile_bottom .member_profile_bottom_item .txt ul li span {
  padding-right: 0.5em;
  color: #c3d72c;
  font-size: 50%;
}

.member_faq {
  background: url(../images/member/line.svg) 0 0 no-repeat #f3f3f3;
  background-size: 100% auto;
  padding: 6rem 3.5rem;
  text-align: center;
}
.member_faq h3 {
  text-align: center;
  display: inline-block;
  padding-left: 6rem;
  margin-bottom: 3rem;
  color: #74bc4a;
  font-size: 2.7rem;
  font-weight: 500;
  position: relative;
}
.member_faq h3:before {
  content: "";
  background: url(../images/member/logo.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.member_faq h3 span {
  color: #c3d72c;
}
.member_faq .member_faq_inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.member_faq .member_faq_inner dl {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 0.7rem;
  padding: 1.4rem 1.8rem;
  font-size: 1.8rem;
}
.member_faq .member_faq_inner dl dt {
  color: #74bc4a;
  font-weight: 500;
}
.member_faq .member_faq_inner dl dd {
  color: #4c4948;
  font-weight: 500;
}

#member_slide {
  padding-bottom: 14rem;
}
#member_slide .swiper-slide p {
  background-color: #c3d72c;
  position: relative;
  padding: 1.8rem;
  font-size: 1.9rem;
  color: #4c4948;
}
#member_slide .swiper-slide p:after {
  content: "";
  background: url(../images/member/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 2rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.4rem;
  }
  .swiper-wrapper .swiper-slide {
    width: calc(25% - 2.4rem);
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  article .line_left,
article .line_right,
article .line_left02 {
    display: none;
  }
  .page-ttl {
    padding-bottom: 9rem;
  }
  .member {
    padding-bottom: 11rem;
  }
  .member .m_con {
    width: 100%;
  }
  .member_head {
    padding-bottom: 4rem;
    padding-right: 3rem;
  }
  .member_head ul li {
    font-size: 2rem;
    padding-left: 2rem;
  }
  .member_head ul li img {
    width: 3rem;
    margin-right: 1.2rem;
  }
  #member_tab ul li a {
    border-radius: 0 2rem 0 0;
    font-size: 2.5rem;
    height: 10rem;
  }
  .member_profile {
    padding: 0;
    margin-bottom: 3rem;
    border-top: 1px solid #fff;
  }
  .member_profile .member_profile_top {
    padding-bottom: 15rem;
  }
  .member_profile .member_profile_top .pic {
    width: 100%;
  }
  .member_profile .member_profile_top .txt {
    padding-top: 4rem;
    width: 65.5rem;
    margin: 0 auto;
  }
  .member_profile .member_profile_top .txt .icons {
    position: relative;
    padding-bottom: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .member_profile .member_profile_top .txt .icons li {
    margin-left: 1.6rem;
    width: 4.8rem;
  }
  .member_profile .member_profile_top .txt .name {
    padding-bottom: 5.5rem;
  }
  .member_profile .member_profile_top .txt .name .jp {
    font-size: 4.6rem;
  }
  .member_profile .member_profile_top .txt .name .jp span {
    font-size: 2.8rem;
    padding-left: 2rem;
  }
  .member_profile .member_profile_top .txt .name .en {
    font-size: 2.5rem;
    line-height: 1;
  }
  .member_profile .member_profile_top .txt .comment {
    width: 100%;
    padding: 4rem 2.2rem;
    margin-bottom: 4rem;
    border-radius: 0.9rem;
  }
  .member_profile .member_profile_top .txt .comment:after {
    width: 63.2rem;
    height: 22.2rem;
    background: url(../images/member/bg_comment_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: -1.2rem;
    bottom: -1.2rem;
  }
  .member_profile .member_profile_top .txt .comment p {
    font-size: 2.5rem;
  }
  .member_profile .member_profile_top .txt .mail {
    background: url(../images/member/icon_mail.svg) 0 0 no-repeat;
    background-size: 4.4rem auto;
    height: 4.4rem;
    padding-left: 6.5rem;
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  .member_profile .member_profile_top .txt .licence {
    font-size: 2.5rem;
  }
  .member_profile .member_profile_bottom {
    width: 65.5rem;
    margin: 0 auto;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item {
    padding: 3rem 0;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .ttl {
    width: 15rem;
    font-size: 2.4rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt {
    padding-top: 2rem;
    width: 100%;
    padding-left: 0;
    font-size: 2.5rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt .large {
    font-size: 2.5rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt dl dt {
    width: 10rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt dl dd {
    width: calc(100% - 10rem);
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt.bold p {
    font-weight: 700;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt p.pdn {
    padding-bottom: 2.5rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt ul {
    padding-bottom: 2.5rem;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt ul.p_none {
    padding-bottom: 0;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt ul li {
    list-style: none;
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
  .member_profile .member_profile_bottom .member_profile_bottom_item .txt ul li span {
    padding-right: 0.5em;
    color: #c3d72c;
    font-size: 50%;
  }
  .member_faq {
    width: 65.5rem;
    margin: 0 auto;
    background: url(../images/member/line_sp.svg) 0 0 no-repeat #f3f3f3;
    background-size: 100% auto;
    padding: 7rem 2.5rem 4rem;
  }
  .member_faq h3 {
    padding-left: 8rem;
    margin-bottom: 5rem;
    font-size: 3.5rem;
  }
  .member_faq h3:before {
    width: 6rem;
    height: 6rem;
  }
  .member_faq .member_faq_inner dl {
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    padding: 2.4rem 2.8rem;
    font-size: 2.4rem;
  }
  #member_slide {
    padding-bottom: 15rem;
  }
  #member_slide .m_con {
    width: 100%;
  }
  #member_slide .swiper-slide {
    width: 45rem;
  }
  #member_slide .swiper-slide p {
    padding: 1.5rem 2rem;
    font-size: 3.1rem;
  }
  #member_slide .swiper-slide p:after {
    width: 1.2rem;
    height: 2rem;
    right: 3rem;
  }
  #member_slide .swiper-container {
    padding-bottom: 8rem;
  }
  #member_slide .swiper-pagination {
    bottom: 0;
  }
  #member_slide .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 1px solid #4c4948;
  }
  #member_slide .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c3d72c;
    border-color: #c3d72c;
  }
}