/****** media query ******/
/****** font size vw change ******/
/****** from px to vw change ******/
/****** other ******/
/******** section.top ********/
section.top {
  background: url("../img/index/bg_top.jpg") no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 50px;
}
section.top .inner_top {
  margin: auto;
  width: 1196px;
}
section.top .studio_logo {
  margin: 0 auto;
  width: 255px;
}
section.top .top_caption {
  text-align: center;
}
section.top .top_caption h1 {
  color: #ffffff;
  font-size: 38px;
}
section.top .top_caption h1 span {
  background-color: #000000;
  padding: 0 10px;
}
section.top .top_desc {
  margin-top: 33px;
  text-align: center;
}
section.top .top_desc .txt {
  font-size: 20px;
}
section.top .top_desc .txt span {
  background-color: #ffffff;
  padding-left: 10px;
}
section.top .top_desc .txt:nth-of-type(n+2) {
  margin-top: 20px;
}

/******** section.members ********/
section.members .img_members {
  width: 100%;
  min-width: 1280px;
}
section.members .name_members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 45px;
  width: 964px;
  margin-left: auto;
  margin-right: auto;
}
section.members .name_members .member_box {
  padding-left: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.members .name_members .member_box.member_1 {
  margin-left: 390px;
  width: 100%;
}
section.members .name_members .member_box.member_2, section.members .name_members .member_box.member_4, section.members .name_members .member_box.member_6 {
  margin-left: 36px;
  width: calc(50% - 36px);
}
section.members .name_members .member_box.member_3, section.members .name_members .member_box.member_5, section.members .name_members .member_box.member_7 {
  margin-left: 106px;
  width: calc(50% - 116px);
}
section.members .name_members .member_box:nth-of-type(n+2) {
  margin-top: 30px;
}
section.members .name_members .member_box .position {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.045em;
}
section.members .name_members .member_box .name {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: 0.145em;
}
section.members .name_members .member_box .location {
  font-size: 16px;
  letter-spacing: 0.045em;
}
section.members .name_members .member_box::before {
  background: url("../img/index/icon_member.png") no-repeat;
  background-size: 100%;
  content: "";
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
}

/******** section.messages ********/
section.messages .message_bg {
  background: url("../img/index/bg_messages.jpg");
  background-size: cover;
  width: 100%;
}
section.messages .message {
  padding: 50px 0 85px;
}
section.messages .message.message_2, section.messages .message.message_3 {
  background-color: #edecea;
}
section.messages .message .position {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
section.messages .message .title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
section.messages .message .title span {
  background-color: #000000;
}
section.messages .message .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.045em;
}
section.messages .message .caption span {
  border-bottom: solid 1px #000000;
}
section.messages .message .message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
section.messages .message .message_box .img {
  width: 260px;
}
section.messages .message .message_box .text {
  width: 747px;
}
section.messages .message .message_box .text .txt {
  letter-spacing: 0.045em;
  line-height: 1.8888888889;
}
section.messages .message .message_box .text .txt:nth-of-type(n+2) {
  margin-top: 34px;
}
section.messages .message .message_box .text .txt.mt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  section.top {
    background: url("../img/index/bg_top_sp.jpg") no-repeat;
    background-size: cover;
    padding-top: 6.6666666667vw;
    padding-bottom: 4vw;
  }
  section.top .inner_top {
    margin: auto;
    width: 100%;
  }
  section.top .studio_logo {
    width: 34vw;
  }
  section.top .top_caption {
    background-color: #000000;
    margin: auto;
    padding: 1.2vw 0;
    width: 85.3333333333vw;
  }
  section.top .top_caption h1 {
    font-size: 38px;
    font-size: 5.0666666667vw;
    line-height: 1.4;
    text-align: center;
  }
  section.top .top_caption h1 span {
    background-color: transparent;
    padding-right: 1vw;
  }
  section.top .top_desc {
    margin-top: 3vw;
  }
  section.top .top_desc .txt {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
  section.top .top_desc .txt span {
    padding-left: 1vw;
  }
  section.top .top_desc .txt:nth-of-type(n+2) {
    margin-top: 2vw;
  }

  section.members .img_members {
    width: 100%;
    min-width: auto;
  }
  section.members .name_members {
    padding-top: 4.9333333333vw;
    width: 100%;
  }
  section.members .name_members .member_box {
    padding-left: 4vw;
  }
  section.members .name_members .member_box.member_1 {
    margin-left: 23.2vw;
    width: 69.3333333333vw;
  }
  section.members .name_members .member_box.member_2, section.members .name_members .member_box.member_4, section.members .name_members .member_box.member_6 {
    width: 49.3333333333vw;
    padding-left: 4vw;
    margin-left: 0;
  }
  section.members .name_members .member_box.member_3, section.members .name_members .member_box.member_5, section.members .name_members .member_box.member_7 {
    width: 45.3333333333vw;
    margin-left: 0;
  }
  section.members .name_members .member_box:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  section.members .name_members .member_box .position {
    font-size: 16px;
    font-size: 2.1333333333vw;
    letter-spacing: -0.05vw;
  }
  section.members .name_members .member_box .name {
    font-size: 29px;
    font-size: 3.8666666667vw;
  }
  section.members .name_members .member_box .location {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
  section.members .name_members .member_box::before {
    background: url("../img/index/icon_member.png") no-repeat;
    background-size: 100%;
    content: "";
    height: 8.9333333333vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.1333333333vw;
  }

  section.messages .message {
    padding-top: 5.3333333333vw;
    padding-bottom: 11.3333333333vw;
  }
  section.messages .message .position {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
  section.messages .message .title {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  section.messages .message .title span {
    padding: 0 1vw;
  }
  section.messages .message .caption {
    font-size: 36px;
    font-size: 4.8vw;
  }
  section.messages .message .message_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.6666666667vw;
  }
  section.messages .message .message_box .img {
    width: 34.6666666667vw;
  }
  section.messages .message .message_box .text {
    width: 100%;
  }
  section.messages .message .message_box .text .txt {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
  section.messages .message .message_box .text .txt:nth-of-type(n+2) {
    margin-top: 4.6666666667vw;
  }
  section.messages .message .message_box .text .txt.mt {
    margin-top: 9.3333333333vw;
  }
}