@charset "utf-8";

/* ↓↓↓ #member-index ↓↓↓ */
#member-index .index-read {
  margin-top: 60px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #member-index .index-read {
    margin-top: 30px;
  }
}


#member-index .caption01 {
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

#member-index .caption01 .caption01_l {
  padding-top: 20px;
  font-size: 13px;
}

#member-index .caption01 .caption01_r {
  max-width: 140px;
}

#member-index .caption01 .caption01_r a:hover {
  opacity: .6;
}

#member-index .filter_box {
  width: 100%;
}

#member-index .filter_box #table01 {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
  border-collapse: collapse;
}

#member-index .filter_box #table01 .table01_bg01 {
  background-color: #f2f2f2;
}

#member-index .filter_box #table01 .table01_bg02 {
  background-color: #e5e5e5;
}

#member-index .filter_box #table01 .table01_bg03 {
  background-color: #fae6e2;
}

#member-index .filter_box #table01 .table01_bg04 {
  background-color: #cceaf2;
}

@media screen and (max-width: 750px) {

  #member-index .filter_box #table01 .table01_bg03,
  #member-index .filter_box #table01 .table01_bg04,
  #member-index .filter_box #table01 .table01_bg01,
  #member-index .filter_box #table01 .table01_bg02 {
    display: flex;
    flex-direction: column;
  }
}

#member-index .filter_box #table01 th {
  width: 21%;
  padding: 22px 0 22px 20px;
  font-size: 18px;
  color: #008803;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 750px) {
  #member-index .filter_box #table01 th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
    box-sizing: border-box;
  }
}

#member-index .filter_box #table01 .table01_bg03 th {
  color: #e6826e;
}

#member-index .filter_box #table01 .table01_bg04 th{
  color: #0096be;
}

#member-index .filter_box #table01 td {
  width: 100%;
  padding: 22px 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 750px) {
  #member-index .filter_box #table01 td {
    padding: 22px 20px;
    font-size: 15px;
    box-sizing: border-box;
  }
}

#member-index .filter_box #table01 input {
  vertical-align: baseline;
}

#member-index .filter_box #table01 td label {
  padding: 5px;
  box-sizing: border-box;
}

.w1 {
  width: 25%;
}

.w2 {
  width: 20%;
}

.w3 {
  width: 54%;
}

.w4 {
  width: 23.6%;
}

.w5 {
  width: 29%;
}

.w6 {
  width: 47%;
}

.w7 {
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {

  .w1,
  .w2,
  .w3,
  .w4,
  .w5,
  .w6,
  .w7 {
    width: 100%;
  }
}

#member-index .filter_box #table01 td.table01_td01 ul {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 480px) {
  #member-index .filter_box #table01 td.table01_td01 ul {
    flex-direction: column;
  }
}

#member-index .filter_box #table01 td.table01_td01 ul li {
  display: block;
  width: 48%;
}

@media screen and (max-width: 480px) {
  #member-index .filter_box #table01 td.table01_td01 ul li:nth-child(2) {
    margin-top: 20px;
  }
}

#member-index .filter_box #table01 #a1_label {
  color: #e6826e;
}

#member-index .filter_box #table01 #a2_label {
  color: #0096be;
}

#member-index .filter_box .td-01 {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

#member-index .filter_box .td-02 {
  padding-top: 0 !important;
}

#member-index .filter_box .table01_td02,
#member-index .filter_box .table01_td03,
#member-index .filter_box .table01_td04 {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

#member-index .caption02 {
  width: 100%;
  padding-top: 8px;
}

#member-index .caption02 .caption02_l {
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
}

@media screen and (max-width: 480px) {
  #member-index .caption02 .caption02_l {
    font-size: 15px;
    flex-direction: column;
  }
}

#member-index .caption02 .caption02_l .caption02_l01 {
  padding-left: 50px;
  background: url(../img/index_p01.gif) left center no-repeat;
}

#member-index .caption02 .caption02_l .caption02_l02 {
  margin-left: 25px;
  padding-left: 50px;
  background: url(../img/index_p02.gif) left center no-repeat;
}

@media screen and (max-width: 480px) {
  #member-index .caption02 .caption02_l .caption02_l02 {
    margin-left: 0;
    margin-top: 10px;
  }
}

#member-index .reset_sp {
  max-width: 140px;
  margin: 20px auto;
}

#member-index #challenged_member {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  #member-index #challenged_member {
    padding-left: 7vw;
  }
}

@media screen and (max-width: 425px) {
  #member-index #challenged_member {
    padding-left: 1vw;
  }
}

@media screen and (max-width: 375px) {
  #member-index #challenged_member {
    padding-left: 0;
  }
}

#member-index #challenged_member ul li {
  width: 182px;
  height: 413px;
  padding: 4px;
  box-sizing: content-box;
}

@media screen and (max-width: 750px) {
  #member-index #challenged_member ul li {
    width: 162px;
    height: 370px;
  }
}

@media screen and (max-width: 480px) {
  #member-index #challenged_member ul li {
    width: 182px;
    height: 413px;
  }
}

@media screen and (max-width: 375px) {
  #member-index #challenged_member ul li {
    width: 163px;
    height: 370px;
  }
}

#member-index #challenged_member ul li a:hover {
  opacity: .6;
}

/* ↑↑↑ #member-index ↑↑↑ */

/* ↓↓↓ #member ↓↓↓ */
#member .title01 {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #member .title01 {
    width: 100vw;
    margin: 35px calc(50% - 50vw) 0;
  }
}

#member .title01 .bg_img {
  width: 100%;
  position: relative;
  z-index: 0;
}

#member .title01 .course {
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  #member .title01 .course {
    padding: 10px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}

#member .title01 .course.category1 {
  background-color: rgba(230, 130, 110, .8);
}

#member .title01 .course.category2 {
  background-color: rgba(0, 150, 190, .8);
}

#member .title01 .course.category3 {
  background-color: rgba(128, 134, 192, .8);
}

#member .title01 .course span {
  height: 30px;
  margin-right: 10px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #member .title01 .course span {
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: calc((14 - 12) * ((100vw - 375px) / (750 - 375)) + 12px);
    text-align: left;
  }
}

#member .title01 .course span.general {
  color: #e6826e;
}

#member .title01 .course span.area {
  color: #0096be;
}

#member .title01 .course span:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  #member .title01 .course span:last-of-type {
    margin-bottom: 0;
  }
}

#member .title01 .info_group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
}

@media screen and (max-width: 750px) {
  #member .title01 .info_group {
    position: relative;
    padding: 5% 20px 7% 20px;
    background-color: #f2f2f2;
  }
}

#member .title01 .text {
  margin-top: 15%;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px #000;
}

@media screen and (max-width: 750px) {
  #member .title01 .text {
    margin-top: 0;
    color: #000;
    text-shadow: none;
    font-size: calc((28 - 18) * ((100vw - 375px) / (750 - 375)) + 18px);
  }
}

#member .title01 .name {
  margin-top: 5%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
}

@media screen and (max-width: 750px) {
  #member .title01 .name {
    top: 58%;
    color: #000;
    text-shadow: none;
    font-size: calc((22 - 16) * ((100vw - 375px) / (750 - 375)) + 16px);
  }
}

#member .title01 .yomi {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {}

#member .title01 .join {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {}

#member .title01 .link {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: block;
  width: 27.357%;
  padding: 10px 5px 10px 3%;
  text-align: center;
  color: #000;
  font-weight: bold;
  border: solid 2px #008803;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url(../img/common_arrow01.png);
  background-repeat: no-repeat;
  background-position: 11% 51%;
  background-size: 6%;
}

@media screen and (max-width: 750px) {
  #member .title01 .link {
    position: relative;
    width: 70%;
    left: 0;
    bottom: 0;
    margin-top: 8%;
    background-position: 8% 51%;
  }
}

#member .title01 .link:hover {
  opacity: .6;
}

#member .movie_btn {
  width: 100%;
  height: 72px;
  padding: 0 20px;
  background-color: #008803;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #member .movie_btn {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    padding: 4%;
  }

  #member .movie_btn img {
    width: 50%;
  }
}

#member .movie_btn:hover {
  opacity: .6;
}

#modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

#modalBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

#modalBox .modalClose {
  position: absolute;
  top: 45px;
  right: 45px;
  display: block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background-image: url(../img/ico_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
}

@media screen and (max-width: 750px) {
  #modalBox .modalClose {
    position: absolute;
    top: 5%;
    right: 5%;
  }
}


#modalBox iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -320px;
  width: 640px;
  height: 360px;
}

@media screen and (max-width: 750px) {
  #modalBox iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 75vw;
  }
}

#member .career {
  padding-top: 36px;
}

#member .career h3 {
  font-size: 22px;
  font-weight: bold;
}

#member .career.-general h3 {
  color: #e6826e;
}

#member .career.-challenged h3 {
  color: #0096be;
}

#member .career h3 span {
  font-size: 65%;
  font-weight: normal;
  color: #666666;
}

#member .career .column {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  #member .career .column {
    flex-direction: column;
  }
}

#member .career .column li {
  width: 25%;
  display: block;
  background: #f0f0f0;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #member .career .column li {
    width: 100%;
  }
}

#member .career.-general .column li:last-of-type {
  background-color: #fcf0ee !important;
}

#member .career.-challenged .column li:last-of-type {
  background-color: #e0f2f7 !important;
}

#member .career .column li h5 {
  padding: 12px 15px 9px;
  font-size: 13px;
  font-weight: bold;
  background-color: #e0e0e0;
}

#member .career.-general .column li:last-of-type h5 {
  color: #e6826e;
  background-color: #fae6e2 !important;
}

#member .career.-challenged .column li:last-of-type h5 {
  color: #0096be;
  background-color: #cceaf2 !important;
}

#member .career .column li h6 {
  padding: 10px 15px 0px 15px;
  font-weight: bold;
  font-size: 13px;
}

#member .career .column li p {
  padding: 5px 15px 10px 15px;
  font-size: 12px;
}

#member .cont_text {
  width: 100%;
  margin-top: 40px;
}

#member .cont_text dt {
  margin-top: 40px;
  padding-top: 40px;
  background: url(../img/common_line01.gif) repeat-x left top;
}

#member .cont_text dt:first-of-type {
  padding-top: 0;
  background: none;
}

#member .cont_text dd {
  padding-top: 14px;
  font-size: 16px;
  line-height: 2.0;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  #member .cont_text dd {
    padding-top: 0;
  }
}

#member .cont_text h4 {
  padding: 14px 0 10px 74px;
  font-size: 26px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  #member .cont_text h4 {
    padding: 14px 0 10px 40px;
    font-size: 22px;
  }
}

#member .cont_text.-general h4 {
  background: url(../img/icon_q_general.png) no-repeat left center;
}

#member .cont_text.-challenged h4 {
  background: url(../img/icon_q_area.png) no-repeat left center;
}

@media screen and (max-width: 750px) {

  #member .cont_text.-general h4,
  #member .cont_text.-challenged h4 {
    background-size: 7%;
  }
}

#member .cont_text dd .image1 {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 40px;
  display: block;
}

#member .cont_text dt .image2 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 45px;
}

#member .cont_text .group1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #member .cont_text .group1 {
    flex-direction: column;
  }
}

#member .cont_text .group1 p {
  display: block;
  width: 69%;
}

@media screen and (max-width: 750px) {
  #member .cont_text .group1 p {
    width: 100%;
  }
}

#member .cont_text .group1 .group1_img {
  width: 27.58%;
  margin-top: 6px
}

@media screen and (max-width: 750px) {
  #member .cont_text .group1 .group1_img {
    width: 80%;
    margin: 20px auto 0 auto;
  }
}

#member .offshot {
  width: 100%;
  margin-top: 40px;
  padding: 6% 9%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #member .offshot {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
    flex-direction: column;
  }
}

#member .offshot.-general {
  background-color: #fae6e2;
}

#member .offshot.-challenged {
  background-color: #d9eff5;
}

#member .offshot .offshot_left {
  width: 66.868%;
}

@media screen and (max-width: 750px) {
  #member .offshot .offshot_left {
    width: 100%;
  }
}

#member .offshot .offshot_left h3 {
  font-size: 22px;
  font-weight: bold;
}

#member .offshot.-general .offshot_left h3 {
  color: #e6826e;
}

#member .offshot.-challenged .offshot_left h3 {
  color: #0096be;
}

#member .offshot .offshot_left h4 {
  padding-top: 20px;
  font-size: 22px;
  font-weight: normal;
}

#member .offshot .offshot_left p {
  padding-top: 20px;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#member .offshot .offshot_right {
  width: 27.23%;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  #member .offshot .offshot_right {
    width: 100%;
    padding-top: 20px;
  }
}

#member .offshot .offshot_right p {
  padding-top: 8px;
  text-align: justify;
  text-justify: inter-ideograph;
}


.pagenation_wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f6f6f6;
}

.pagenation_wrapper .pagenation {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}

.pagenation_wrapper .pagenation .pagenation_back {
  width: 100%;
  padding: 0;
  text-align: center;
}

.pagenation_wrapper .pagenation .pagenation_back a,
.pagenation_wrapper .pagenation .pagenation_back a:visited {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0px;
  color: #333333;
  text-decoration: none;
}

/* ↑↑↑ #member ↑↑↑ */