/****** 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-right: 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.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;
}
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:nth-of-type(n+2) {
  margin-top: 35px;
}

@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 h1 {
    font-size: 38px;
    font-size: 5.0666666667vw;
  }
  section.top .top_caption h1 span {
    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.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;
  }
}