.content .gazou {
  width: 1000px;
  display: block;
}
.content .mv {
  padding-top: 60px;
  position: relative;
}
.content .mv .logo {
  width: 200px;
  position: absolute;
  top: 40px;
}
.content .mv .mv-ttl {
  position: absolute;
  left: 170px;
  top: 35%;
  transform: translateY(-50%);
  width: 215px;
}

/* sec-intro */
.content .sec-intro {
  margin-top: -100px;
}
.content .sec-intro .content-blk {
  width: 1180px;
  border-bottom-right-radius: 60px;
  background: #65bcd1;
  margin-top: -18%;
  z-index: -1;
  position: relative;
}
.content .sec-intro .txt-blk {
  position: relative;
  height: 666px;
}
.content .sec-intro .txt-blk .txt {
  position: absolute;
  bottom: 80px;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .row {
  display: flex;
  justify-content: space-between;
  width: 1180px;
}
.content .row .content-blk {
  width: 41%;
  max-width: 450px;
}
.content .row .content-blk .jp-ttl {
  margin-bottom: 60px;
}
.content .row .content-blk .txt-dept {
  font-size: 14px;
  padding-top: 20px;
}
.content .row .gazou-blk {
  width: 58%;
  max-width: 683px;
}

/* sec-profile */
.content .sec-profile .row .content-blk .jp-ttl {
  line-height: 1;
  position: relative;
}
.content .sec-profile .row .content-blk .jp-ttl .position {
  font-size: 18px;
  font-weight: inherit;
}

/* sec-research */
.content .sec-research {
  background: #f5f5f5;
}
.content .sec-research .row {
  max-width: 1060px;
  margin: 0 auto;
}
.content .sec-research .row .gazou-blk {
  max-width: 480px;
}
.content .sec-research .row .content-blk{
  width: 45%;
}

/* sec-lidar */
.content .sec-lidar {
  padding: 0;
}
.content .sec-lidar .ttl-lidar{
  background: url('/admission/engineering/uchida-lab-lp/assets/img/ttl_lidar.png') no-repeat top left;
  background-size: auto;
}
.content .sec-lidar .jp-ttl {
  text-align: center;
}
.content .sec-lidar .jp-ttl::after {
  content: none;
}
.content .sec-lidar .lidar-blk {
  max-width: 1220px;
  margin: 0 auto;
  display: block;
}
.content .sec-lidar .lidar-blk .txt {
  position: absolute;
  bottom: 180px;
}

/* sec-future */
.content .sec-future {
  padding-top: 0;
}
.content .sec-future .content-blk {
  width: 1180px;
  background: #f5f5f5;
  padding-top: 80px;
}
.content .sec-future .txt-blk {
  width: 800px;
  padding-bottom: 220px;
  margin: 0 auto;
}
.content .sec-future .gazou {
  margin-top: -160px;
}

/* sec-labo */
.content .sec-labo {
  padding: 0;
}
.content .sec-labo .gazou-blk {
  text-align: right;
}
.content .sec-labo .txt-link{
  text-align: right;
  font-size: 14px;
  padding-top: 40px;
}
.content .sec-labo .txt-link a{
  color: #65BCD1;
  display: inline-block;
  text-decoration: underline;
}

/* sec-artfestival */
.content .sec-artfestival .jp-ttl {
  margin-bottom: 60px;
}
.content .sec-artfestival .content-blk {
  width: 565px;
}
.content .sec-artfestival .content-blk .txt {
  width: 450px;
}
.content .sec-artfestival .gazou-blk {
  width: 800px;
  display: block;
  text-align: right;
  margin-left: auto;
  margin-top: -30%;
}

/* sec-voice */
.content .sec-voice {
  padding: 0;
}
.content .sec-voice .sec-ttl {
  padding-top: 80px;
}
.content .sec-voice .sec-ttl,
.content .sec-voice .jp-ttl {
  text-align: center;
}
.content .sec-voice .jp-ttl {
  margin-bottom: 150px;
}
.content .sec-voice .jp-ttl:after {
  right: 0;
}
.content .sec-voice .blk {
  margin-top: -52.2%;
}
.content .sec-voice .voice-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .sec-voice .voice-list li {
  width: 48%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 5%);
  position: relative;
  padding: 0 20px 20px 20px;
}
.content .sec-voice .voice-list .about {
  text-align: center;
  margin: 40px auto;
}
.content .sec-voice .voice-list .about .txt {
  font-size: 14px;
  line-height: 1.7;
}
.content .sec-voice .voice-list .about .name {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin: 10px 0 9px -30px;
  line-height: 1.4;
}
.content .sec-voice .voice-list .about .name:after {
  content: "さん";
  position: absolute;
  right: -32px;
  font-size: 14px;
  bottom: 0;
}
.content .sec-voice .voice-list .about .kana {
  font-size: 14px;
}
.content .sec-voice .voice-list .message {
  padding: 0 10px;
  text-align: justify;
}
.content .sec-voice .voice-list .message .remark {
  font-size: 14px;
  margin-top: 30px;
}
.content .sec-voice .voice-list .gazou {
  width: 320px;
  margin: -150px auto 0 auto;
  display: block;
}
.content .sec-voice .voice-list .my_challenge {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.content .sec-voice .voice-list .my_challenge .sec-ttl {
  margin-bottom: 30px;
}

/* sec-information */
.content .sec-information .sec-ttl,
.content .sec-information .jp-ttl {
  text-align: center;
}
.content .sec-information .jp-ttl:after {
  right: 0;
}
.content .sec-information .bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 46px 30px 0 30px;
}
.content .sec-information .bnr-list li {
  position: relative;
}

/* tablet */
@media only screen and (max-width: 1336px) {
  .content .row{
    width: 100%;
    margin: 0 auto;
  }
  .content .gazou{
    width: calc(100% - 40px);
  }
  .content .mv .mv-ttl{
    width: 16%;
    left: 10%;
  }
  .content .sec-intro .content-blk,
  .content .sec-future .content-blk,
  .content .sec-lidar .lidar-blk{
    width: 95%;
  }
  .content .sec-artfestival .gazou-blk,
  .content .sec-intro .txt-blk .txt,
  .content .sec-future .txt-blk{
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width:1335px) {
  .content .row .gazou-blk{
    width: 55%;
  }
  .content .sec-profile {
    padding-left: 40px;
  }
  .content .sec-labo{
    padding-right: 40px;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  .content .row .content-blk,
  .content .sec-intro .content-blk,
  .content .sec-intro .txt-blk .txt,
  .content .sec-research .row,
  .content .sec-future .txt-blk,
  .content .sec-artfestival .content-blk,
  .content .sec-artfestival .content-blk .txt {
    width: 100%;
    max-width: 100%;
  }
  .content .gazou {
    width: calc(100% - 20px);
    display: block;
  }
  .content .row {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .content .row .content-blk .jp-ttl {
    margin-bottom: 40px;
  }
  .content .row .gazou-blk {
    width: calc(100% - 20px);
  }
  .content .mv {
    padding: 0 0 40px 0;
  }
  .content .mv .logo {
    width: 160px;
    top: 20px;
  }
  .content .mv .mv-ttl {
    left: 8%;
    top: 33%;
    transform: translateY(-50%);
    width: 33%;
  }
  .content .sec-intro {
    margin-top: 0;
  }
  .content .sec-intro .content-blk {
    padding: 120px 20px 40px 20px;
    width: calc(100% - 20px);
    margin-top: -12%;
  }
  .content .sec-intro .txt-blk {
    height: 100%;
  }
  .content .sec-intro .txt-blk .txt {
    position: relative;
    bottom: auto;
    line-height: 1.8;
  }
  .content .sec-profile .content-blk {
    padding: 0 20px 40px 20px;
  }
  .content .sec-research {
    padding: 40px 20px;
  }
  .content .sec-research .row .gazou-blk {
    margin: 0 auto 40px auto;
  }
  .content .sec-research .row .content-blk{
    width: 100%;
  }
  .content .sec-lidar .ttl-lidar{
    background: url('/admission/engineering/uchida-lab-lp/assets/img/ttl_lidar_sp.png') no-repeat top left;
    background-size: 140px;
  }
  .content .sec-lidar .jp-ttl {
    text-align: left;
  }
  .content .sec-lidar .lidar-blk {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content .sec-lidar .lidar-blk .txt {
    position: relative;
    bottom: auto;
    padding-top: 40px;
  }
  .content .sec-lidar .lidar-blk .inner {
    padding: 0;
  }
  .content .sec-future .content-blk {
    width: calc(100% - 20px);
    padding: 40px 20px;
  }
  .content .sec-future .txt-blk {
    padding-bottom: 160px;
  }
  .content .sec-labo .content-blk {
    padding: 40px 40px 0 40px;
  }
  .content .sec-labo .inner .txt {
    padding: 40px 20px 0 20px;
  }
  .content .sec-artfestival .inner {
    padding: 0 40px;
  }
  .content .sec-artfestival .gazou-blk {
    margin-top: 0;
    width: 100%;
    padding-top: 40px;
  }
  .content .sec-artfestival .gazou-blk .caption {
    text-align: left;
    padding-top: 40px;
  }
  .content .sec-voice .blk {
    margin-top: -138%;
  }
  .content .sec-voice .sec-ttl {
    padding-top: 40px;
  }
  .content .sec-voice .jp-ttl {
    margin-bottom: 170px;
  }
  .content .sec-voice .voice-list {
    display: block;
  }
  .content .sec-voice .voice-list li {
    width: 100%;
  }
  .content .sec-voice .voice-list li:nth-child(2) {
    margin-top: 170px;
  }
  .content .sec-voice .voice-list .about {
    padding-top: 180px;
    margin-bottom: 20px;
  }
  .content .sec-voice .voice-list .about .name:after {
    right: -40px;
    font-size: 16px;
    bottom: 3px;
  }
  .content .sec-voice .voice-list .gazou {
    width: 89%;
    margin: 0 auto;
    display: block;
    max-width: 295px;
    position: absolute;
    right: 0;
    left: 0;
    top: -130px;
  }
  .content .sec-voice .voice-list .message {
    padding: 0;
  }
  .content .sec-voice .voice-list .message .remark {
    margin-top: 20px;
  }
  .content .sec-voice .voice-list .my_challenge {
    padding: 20px 10px;
  }
  .content .sec-voice .voice-list .my_challenge .sec-ttl {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .content .sec-information .bnr-list {
    display: block;
    padding: 40px 20px 0 20px;
  }
  .content .sec-information .bnr-list li {
    margin-bottom: 20px;
  }
  .content .sec-information .bnr-list li:last-child {
    margin-bottom: 0;
  }
}
