/* Scss Document */
main {
  width: 100%;
  margin: 0 auto; }

/***************************************************/
.top_ttl {
  text-align: center;
  padding: 50px 0 70px; }
  .top_ttl p {
    font: 4.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    color: #595757;
    margin: 0 0 30px; }
  .top_ttl h2 {
    font: 12rem/1.0em 'Barlow', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #69A3D8; }
    .top_ttl h2 small {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 17px 0 0; }

@media (max-width: 1024px) {
  .top_ttl {
    text-align: center;
    padding: 50px 0 70px; }
    .top_ttl p {
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 10rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 17px 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .top_ttl {
    text-align: center;
    padding: 50px 0 70px; }
    .top_ttl p {
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 7rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 17px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .top_ttl {
    text-align: center;
    padding: 10px 0 50px; }
    .top_ttl p {
      font: 3.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 5rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 10px 0 0; } }
/*max-width:480px*/
/***************************************************/
.members_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0 100px; }

.members_box_list {
  max-width: 1540px;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto; }
  .members_box_list li {
    width: calc((100% - 200px)/3);
    margin: 0 100px 100px 0;
    transition: 0.3s; }
    .members_box_list li:nth-of-type(3n) {
      margin: 0 0 100px 0; }
  .members_box_list img {
    width: 100%; }
  .members_box_list p {
    font: 2.3rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #171C61;
    margin: 0 auto;
    margin: 8px 0 10px; }
  .members_box_list span {
    font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background-color: #69A3D8;
    color: #fff;
    padding: 0 10px; }

@media (hover: hover) {
  .members_box_list li:hover {
    opacity: 0.5; } }
@media (max-width: 1580px) {
  .members_box_list li {
    width: calc((100% - 100px)/3);
    margin: 0 50px 100px 0; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .members_box_list li {
    width: calc((100% - 60px)/3);
    margin: 0 30px 100px 0; }
  .members_box_list p {
    font: 1.9vw/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #171C61;
    margin: 0 auto;
    margin: 8px 0 10px; }
  .members_box_list span {
    font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background-color: #69A3D8;
    color: #fff;
    padding: 0 10px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .members_box_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto; }
    .members_box_list li {
      width: calc((100% - 20px)/2);
      margin: 0 0 80px 0; }
      .members_box_list li:nth-of-type(3n) {
        margin: 0 0 80px 0; }
    .members_box_list p {
      font: 2.5vw/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      margin: 0 auto;
      margin: 8px 0 10px; }
    .members_box_list span {
      font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      background-color: #69A3D8;
      color: #fff;
      padding: 0 10px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .members_box_list {
    max-width: 400px; }
    .members_box_list li {
      width: 100%;
      margin: 0 auto 50px; }
      .members_box_list li:nth-of-type(3n) {
        margin: 0 auto 50px; }
    .members_box_list p {
      font: 2.3rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      margin: 0 auto;
      margin: 8px 0 10px; }
    .members_box_list span {
      font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      background-color: #69A3D8;
      color: #fff;
      padding: 0 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .members_box_list {
    max-width: 330px; }
    .members_box_list p {
      font: 2.0rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      margin: 0 auto;
      margin: 8px 0 10px; }
    .members_box_list span {
      font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      background-color: #69A3D8;
      color: #fff;
      padding: 0 10px; } }
/*max-width:480px*/
/***************************************************/
.member_mv {
  height: 700px;
  width: calc(100% - 40px);
  max-width: 1500px;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  z-index: 1; }
  .member_mv.mv_tani {
    background: url("../images/members_voice/tani_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv.mv_katou {
    background: url("../images/members_voice/katou_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv.mv_matsumoto {
    background: url("../images/members_voice/matsumoto_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv.mv_daiou {
    background: url("../images/members_voice/daiou_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv.mv_takenaka {
    background: url("../images/members_voice/takenaka_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv.mv_tanaka {
    background: url("../images/members_voice/tanaka_mv.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 15px; }
  .member_mv dl {
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 9%; }
  .member_mv dt {
    font: 6.0rem/1.4em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 10px; }
  .member_mv dd {
    font: 2.0rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700; }

@media (max-width: 1280px) {
  .member_mv {
    width: 100%;
    border-radius: 0 !important; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .member_mv {
    height: 500px;
    width: 100%;
    max-width: 10240px;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 1; }
    .member_mv dl {
      color: #fff;
      position: absolute;
      left: 4%;
      bottom: 5%; }
    .member_mv dt {
      font: 5.0rem/1.4em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 10px; }
    .member_mv dd {
      font: 2.0rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .member_mv {
    height: 600px;
    width: 100%;
    max-width: 1500px;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 1; }
    .member_mv.mv_tani {
      background: url("../images/members_voice/sp-mv-tani.jpg") center center no-repeat;
      background-size: auto 100%;
      border-radius: 0; }
    .member_mv.mv_katou {
      background: url("../images/members_voice/sp-mv-katou.jpg") center center no-repeat;
      background-size: cover;
      border-radius: 0; }
    .member_mv.mv_matsumoto {
      background: url("../images/members_voice/sp-mv-matsumoto.jpg") right center no-repeat;
      background-size: cover;
      border-radius: 0; }
    .member_mv.mv_daiou {
      background: url("../images/members_voice/sp-mv-daiou.jpg") right center no-repeat;
      background-size: cover;
      border-radius: 0; }
    .member_mv.mv_takenaka {
      background: url("../images/members_voice/sp-mv-takenaka.jpg") center center no-repeat;
      background-size: cover;
      border-radius: 0; }
    .member_mv.mv_tanaka {
      background: url("../images/members_voice/sp-mv-tanaka.jpg") right center no-repeat;
      background-size: cover;
      border-radius: 0; }
    .member_mv dl {
      color: #fff;
      position: absolute;
      left: 5%;
      bottom: 5%; }
    .member_mv dt {
      font: 7.0vw/1.4em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 10px; }
    .member_mv dd {
      font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .member_mv {
    height: 480px;
    width: 100%;
    max-width: 1500px;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 1; }
    .member_mv dl {
      color: #fff;
      position: absolute;
      left: 5%;
      bottom: 5%; }
    .member_mv dt {
      font: 7.0vw/1.4em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 10px; }
    .member_mv dd {
      font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; } }
/*max-width:480px*/
/***************************************************/
.member_voice {
  padding: 200px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .member_voice:before {
    position: absolute;
    content: "";
    display: block;
    width: calc((100% - 600px));
    max-width: 50%;
    height: 800px;
    background-color: #5386B3;
    left: 0;
    top: -350px;
    border-radius: 0 25px 25px 0; }

.member_voice_pic {
  position: sticky;
  top: 100px;
  left: 0;
  max-width: 840px;
  width: calc(100% - 650px);
  overflow: hidden;
  border-radius: 0 15px 15px; }
  .member_voice_pic img {
    width: 100%; }

.member_voice_txt {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 0 0; }
  .member_voice_txt h3 {
    max-width: 550px;
    margin: 0 0 30px auto;
    font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #171C61;
    padding: 0 0 0 60px;
    position: relative; }
    .member_voice_txt h3:before {
      position: absolute;
      content: "";
      display: block;
      width: 50px;
      left: 0;
      top: 10px;
      height: 0;
      border: 1px solid #A19EBB; }
  .member_voice_txt dl {
    margin: 0 0 0 auto;
    max-width: 550px;
    padding: 0 20px 0 0; }
    .member_voice_txt dl:nth-of-type(1) {
      margin: 0 0 135px auto; }
  .member_voice_txt dt {
    font: 4.0rem/1.7em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #69A3D8;
    margin: 0 0 30px; }
  .member_voice_txt dd {
    font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph; }

@media (max-width: 1280px) {
  .member_voice_pic {
    position: absolute;
    top: 170px;
    left: 0;
    max-width: 840px;
    width: calc(100% - 600px);
    overflow: hidden;
    border-radius: 0 15px 15px; }
    .member_voice_pic img {
      width: 100%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .member_voice {
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .member_voice:before {
      display: none; }

  .member_voice_pic {
    order: 2;
    position: relative;
    top: auto;
    left: 0;
    max-width: 100%;
    width: 100%;
    overflow: inherit;
    border-radius: 0 25px 25px 0; }
    .member_voice_pic img {
      width: 100%;
      max-width: 540px;
      border-radius: 0 25px 25px 0;
      position: relative;
      z-index: 1; }
    .member_voice_pic:before {
      display: none;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      max-width: 100%;
      height: 350px;
      background-color: #5386B3;
      left: 0;
      top: -50px;
      border-radius: 0 0; }

  .member_voice_txt {
    order: 1;
    width: 100%;
    max-width: 768px;
    margin: 0 auto 130px; }
    .member_voice_txt h3 {
      max-width: 100%;
      margin: 0 0 30px auto;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0 0 0 60px;
      position: relative; }
      .member_voice_txt h3:before {
        width: 50px;
        left: 0;
        top: 10px;
        height: 0;
        border: 1px solid #A19EBB; }
    .member_voice_txt dl {
      margin: 0 0 0 auto;
      max-width: 100%;
      padding: 0; }
      .member_voice_txt dl:nth-of-type(1) {
        margin: 0 0 100px auto; }
    .member_voice_txt dt {
      font: 3.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #69A3D8;
      margin: 0 0 30px; }
      .member_voice_txt dt br {
        display: none; }
    .member_voice_txt dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .member_voice {
    padding: 100px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .member_voice:before {
      display: none; }

  .member_voice_pic {
    order: 2;
    position: relative;
    top: auto;
    left: 0;
    max-width: 100%;
    width: 100%;
    overflow: inherit; }
    .member_voice_pic img {
      width: calc(100% - 40px);
      max-width: 480px;
      position: relative;
      z-index: 1; }
    .member_voice_pic:before {
      display: none;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      max-width: 100%;
      height: 330px;
      background-color: #5386B3;
      left: 0;
      top: -50px;
      border-radius: 0 0; }

  .member_voice_txt {
    order: 1;
    width: calc(100% - 40px);
    max-width: 768px;
    margin: 0 auto 130px; }
    .member_voice_txt h3 {
      max-width: 100%;
      margin: 0 0 30px auto;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0 0 0 60px;
      position: relative; }
      .member_voice_txt h3:before {
        width: 50px;
        left: 0;
        top: 10px;
        height: 0;
        border: 1px solid #A19EBB; }
    .member_voice_txt dl {
      margin: 0 0 0 auto;
      max-width: 100%; }
      .member_voice_txt dl:nth-of-type(1) {
        margin: 0 0 100px auto; }
    .member_voice_txt dt {
      font: 3.2rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #69A3D8;
      margin: 0 0 30px; }
      .member_voice_txt dt br {
        display: block; }
    .member_voice_txt dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .member_voice {
    padding: 50px 0 0; }

  .member_voice_pic {
    z-index: 2; }
    .member_voice_pic img {
      width: calc(100% - 60px); }
    .member_voice_pic:before {
      display: none;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      max-width: 100%;
      height: 60%;
      background-color: #5386B3;
      left: 0;
      top: -50px;
      border-radius: 0 0; }

  .member_voice_txt {
    max-width: 768px;
    margin: 0 auto 100px; }
    .member_voice_txt h3 {
      max-width: 100%;
      margin: 0 0 30px auto;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0 0 0 60px;
      position: relative; }
      .member_voice_txt h3:before {
        width: 50px;
        left: 0;
        top: 10px;
        height: 0;
        border: 1px solid #A19EBB; }
    .member_voice_txt dl {
      margin: 0 0 0 auto;
      max-width: 100%; }
      .member_voice_txt dl:nth-of-type(1) {
        margin: 0 0 100px auto; }
    .member_voice_txt dt {
      font: 2.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #69A3D8;
      margin: 0 0 25px; }
      .member_voice_txt dt br {
        display: block; }
    .member_voice_txt dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:480px*/
/***************************************************/
.member_voice_message {
  margin: 0 auto 150px; }
  .member_voice_message img {
    position: absolute;
    right: 0;
    top: 90px;
    width: calc(100% - 750px);
    max-width: 840px;
    border-radius: 15px; }

.member_voice_message_box {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 60px; }

.member_voice_message_item {
  background-color: #EAF6FD;
  max-width: 900px;
  width: 100%;
  padding: 90px 260px 90px 90px;
  border-radius: 15px; }
  .member_voice_message_item h3 {
    max-width: 550px;
    margin: 0 0 30px 0;
    font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #171C61;
    padding: 0 0 0 60px;
    position: relative; }
    .member_voice_message_item h3:before {
      position: absolute;
      content: "";
      display: block;
      width: 50px;
      left: 0;
      top: 10px;
      height: 0;
      border: 1px solid #A19EBB; }
  .member_voice_message_item dl {
    max-width: 550px; }
  .member_voice_message_item dt {
    font: 4.2rem/1.7em 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #171C61;
    margin: 0 0 30px; }
  .member_voice_message_item dd {
    font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .member_voice_message {
    background-color: #EAF6FD;
    margin: -200px auto 0px;
    padding: 220px 0 100px;
    position: relative; }
    .member_voice_message:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 20%;
      background-color: #fff;
      bottom: 0;
      left: 0; }
    .member_voice_message img {
      position: relative;
      right: auto;
      top: auto;
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 640px;
      border-radius: 15px; }

  .member_voice_message_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0; }

  .member_voice_message_item {
    max-width: 768px;
    width: 100%;
    padding: 80px 0 50px 0;
    margin: 0 auto;
    border-radius: 15px; }
    .member_voice_message_item h3 {
      max-width: 100%;
      margin: 0 0 30px 0;
      font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0 0 0 60px;
      position: relative; }
      .member_voice_message_item h3:before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        left: 0;
        top: 10px;
        height: 0;
        border: 1px solid #A19EBB; }
    .member_voice_message_item dl {
      max-width: 100%; }
    .member_voice_message_item dt {
      font: 3.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 900;
      color: #171C61;
      margin: 0 0 30px; }
      .member_voice_message_item dt br {
        display: none; }
    .member_voice_message_item dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .member_voice_message {
    background-color: #EAF6FD;
    margin: -200px auto 0;
    padding: 220px 0 100px;
    position: relative; }
    .member_voice_message img {
      position: relative;
      right: auto;
      top: auto;
      display: block;
      margin: 0 auto;
      width: calc(100% - 40px);
      max-width: 640px;
      border-radius: 15px; }

  .member_voice_message_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0; }

  .member_voice_message_item {
    max-width: 768px;
    width: calc(100% - 40px);
    padding: 50px 0 50px 0;
    margin: 0 auto;
    border-radius: 15px; }
    .member_voice_message_item h3 {
      max-width: 100%;
      margin: 0 0 30px 0;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0;
      position: relative; }
      .member_voice_message_item h3:before {
        display: none; }
    .member_voice_message_item dl {
      max-width: 100%; }
    .member_voice_message_item dt {
      font: 3.0rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 900;
      color: #171C61;
      margin: 0 0 30px; }
      .member_voice_message_item dt br {
        display: block; }
    .member_voice_message_item dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .member_voice_message {
    background-color: #EAF6FD;
    margin: -200px auto 0;
    padding: 200px 0 100px; }
    .member_voice_message img {
      width: calc(100% - 50px); }
    .member_voice_message:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 15%;
      background-color: #fff;
      bottom: 0;
      left: 0; }

  .member_voice_message_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0; }

  .member_voice_message_item {
    max-width: 768px;
    width: calc(100% - 40px);
    padding: 50px 0 50px 0;
    margin: 0 auto;
    border-radius: 15px; }
    .member_voice_message_item h3 {
      max-width: 100%;
      margin: 0 0 30px 0;
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #171C61;
      padding: 0;
      position: relative; }
      .member_voice_message_item h3:before {
        display: none; }
    .member_voice_message_item dl {
      max-width: 100%; }
    .member_voice_message_item dt {
      font: 2.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 900;
      color: #171C61;
      margin: 0 0 25px; }
      .member_voice_message_item dt br {
        display: block; }
    .member_voice_message_item dd {
      font: 1.6rem/2.2em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:480px*/
/***************************************************/
.memvers_voice {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 200px;
  position: relative; }
  .memvers_voice h2 {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #69A3D8; }
    .memvers_voice h2 small {
      color: #3E3A39;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 0 15px; }
  .memvers_voice ul {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto 50px;
    max-width: 1800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .memvers_voice ul:before {
      position: absolute;
      content: "Members Voice";
      font: 20.0rem/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: -40px;
      top: -18rem;
      color: #fff;
      -webkit-text-stroke: 1px #D0D9E8;
      text-stroke: 1px #D0D9E8; }
    .memvers_voice ul li {
      width: calc((100% - 80px)/5);
      max-width: 333px;
      margin: 0 20px 0 0;
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      transition: 0.3s; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
  .memvers_voice .list_link {
    margin: 0 auto; }

@media (max-width: 1330px) {
  .memvers_voice ul {
    width: calc(100% - 80px);
    margin: 0 auto 50px;
    max-width: 1800px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start; }
    .memvers_voice ul:before {
      font: 14vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: auto;
      left: auto;
      top: -16vw; }
    .memvers_voice ul li {
      width: calc((100% - 60px)/3);
      max-width: 300px;
      margin: 0 10px 20px;
      position: relative; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0 10px 20px; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; } }
/*max-width:1280px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .memvers_voice ul {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    max-width: 1800px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start; }
    .memvers_voice ul:before {
      font: 10vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: 0;
      left: auto;
      text-align: right;
      top: -12vw; }
    .memvers_voice ul li {
      width: calc((100% - 60px)/3);
      max-width: 300px;
      margin: 0 10px 20px;
      position: relative; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0 10px 20px; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 15px;
      left: 10px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .memvers_voice {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 150px; }
    .memvers_voice h2, .memvers_voice ul {
      display: none; } }
/*max-width:768px*/
@media (hover: hover) {
  .memvers_voice ul li:hover {
    opacity: 0.5; } }
/***************************************************/
.list_link {
  display: block;
  width: 280px;
  height: 53px;
  border: 1px solid #D0D9E8;
  color: #5386B3;
  text-align: center;
  font: 1.6rem/50px 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: 0.3s; }

@media (hover: hover) {
  .list_link:hover {
    color: #fff;
    background-color: #5386B3;
    text-align: center; } }
@media (max-width: 480px) {
  .list_link {
    width: 260px; } }
/*max-width:480px*/
