@import url("global.css");
@import url("lineup_global.css");
#toparea #toptitle-lineup .title .logo img {
  width: 400px;
}
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../studioi/img/main.jpg");
}

#intro .textarea .lead span {
  font-size: 80%;
}

#features .list li p span {
  background: linear-gradient(transparent 60%, rgba(0, 47, 104, 0.2) 60%);
}

.textarea p {
  margin-bottom: 15px;
}
.textarea p:last-child {
  margin-bottom: 0;
}

#structure {
  margin-top: 120px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#structure figure {
  order: 2;
  width: 50%;
}
#structure .textarea {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
}
#structure .textarea .common-title {
  text-align: left;
}

#section1 {
  background: url("../studioi/img/section1-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
#section1 .common-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
}
#section1 .introtxt {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
#section1 .box {
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
}
#section1 .box .textarea {
  flex: 1;
}
#section1 .box .textarea .title {
  font-size: 28px;
  color: #4D4C4B;
  font-weight: bold;
  margin-bottom: 25px;
}
#section1 .box .textarea .title span {
  background-color: #fff;
  padding: 10px 14px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 4px;
}
#section1 .box .textarea .text {
  color: #fff;
}
#section1 .box .image {
  margin-left: 5%;
}
#section1 .box1 .image {
  width: 30%;
}
#section1 .box2 .image {
  width: 45%;
}

#section2 {
  margin-top: 120px;
}
#section2 .bgimage {
  padding-top: 29%;
  height: 0;
  position: relative;
}
#section2 .bgimage img {
  position: absolute;
  left: 0;
  top: 0;
}
#section2 .inner {
  position: relative;
  background-color: #fff;
  padding: 80px 100px;
  margin-top: -120px;
}
#section2 .inner .en {
  width: 320px;
  margin: 0 auto 40px;
}
#section2 #technology {
  border: 1px solid #C8C8C8;
  padding: 80px;
  display: -webkit-flex;
  display: flex;
}
#section2 #technology .textarea {
  padding-right: 5%;
  width: 45%;
  box-sizing: border-box;
}
#section2 #technology .textarea p {
  margin-bottom: 15px;
}
#section2 #technology .textarea .common-title {
  font-size: 28px;
  text-align: left;
}
#section2 #technology .textarea .emphasis {
  color: #002F68;
  font-weight: bold;
}
#section2 #technology .zikken {
  width: 55%;
  box-sizing: border-box;
  background-color: #eee;
  padding: 45px 40px;
}
#section2 #technology .zikken .figure1 {
  text-align: center;
}
#section2 #technology .zikken .text {
  font-size: 14px;
  margin-top: 30px;
}
#section2 #technology .zikken small {
  font-size: 11px;
  text-align: right;
  display: block;
  margin-top: 15px;
}

#section3 {
  position: relative;
  padding-top: 90px;
}
#section3::before {
  position: absolute;
  background-color: #1F1F1F;
  top: -35px;
  content: "";
  height: 70px;
  width: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#section3 .list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
#section3 .list li {
  border: 2px solid #1F1F1F;
  border-radius: 999px;
  box-sizing: border-box;
  padding: 35px 50px;
  width: 330px;
  margin: 0 1.5%;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(31, 31, 31, 0.1);
}
#section3 .list li:nth-child(even) {
  margin-top: -40px;
}
#section3 .list li .title {
  font-weight: bold;
  color: #002F68;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
#section3 .list li .title span {
  font-size: 80%;
}
#section3 .list li p {
  line-height: 1.6;
  font-size: 15px;
}
#section3 .outro {
  margin: 90px auto 0;
  max-width: 900px;
  position: relative;
}
#section3 .outro .text {
  background-color: #fff;
  padding: 50px 30px 50px 0;
  box-sizing: border-box;
  width: 47%;
  font-weight: bold;
  font-size: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
#section3 .outro figure {
  width: 60%;
  margin-left: auto;
}

.linkbanner {
  background: url("../studioi/img/bannerbg.jpg") no-repeat center center;
  background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #section3 .list {
    flex-wrap: wrap;
  }
  #section3 .list li {
    margin: 1.5%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 35vw;
  }

  #structure {
    margin-top: 80px;
    display: block;
  }
  #structure figure {
    width: auto;
    margin: 0 0 40px;
  }
  #structure .textarea {
    width: auto;
    padding-right: 0;
  }
  #structure .textarea .common-title {
    text-align: center;
  }

  #section1 {
    padding: 60px 0;
  }
  #section1 .common-title {
    font-size: 30px;
  }
  #section1 .introtxt {
    font-size: inherit;
    margin-bottom: 40px;
  }
  #section1 .box {
    margin-top: 50px;
    display: block;
  }
  #section1 .box .textarea .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #section1 .box .image {
    margin: 20px auto 0;
  }
  #section1 .box1 .image,
  #section1 .box2 .image {
    width: 80%;
  }

  #section2 {
    margin-top: 80px;
  }
  #section2 .bgimage {
    padding-top: 40%;
  }
  #section2 .inner {
    padding: 50px 30px;
    margin-top: -40px;
  }
  #section2 .inner .en {
    width: 220px;
    margin-bottom: 25px;
  }
  #section2 #technology {
    display: block;
    padding: 40px;
  }
  #section2 #technology .textarea {
    width: auto;
    padding-right: 0;
  }
  #section2 #technology .textarea .common-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  #section2 #technology .zikken {
    width: auto;
    margin-top: 40px;
    padding: 35px;
  }

  #section3 {
    padding-top: 60px;
  }
  #section3::before {
    height: 50px;
    top: -25px;
  }
  #section3 .list {
    max-width: 460px;
    margin: 45px auto 0;
  }
  #section3 .list li {
    margin: 0 auto 0 0;
    width: 300px;
    height: 300px;
    padding: 25px 30px;
  }
  #section3 .list li:nth-child(even) {
    margin: 0 0 0 auto;
  }
  #section3 .list li .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #section3 .outro figure {
    width: 75%;
  }
  #section3 .outro .text {
    padding: 40px 30px 40px 0;
    width: 44%;
    font-size: 18px;
  }
  #section3 .outro .text br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 40vw;
  }

  #structure {
    margin-top: 60px;
  }
  #structure .common-title {
    margin-bottom: 25px;
  }

  #section1 {
    padding: 50px 0;
  }
  #section1 .common-title {
    font-size: 24px;
  }
  #section1 .introtxt {
    font-weight: normal;
  }
  #section1 .box .textarea .title {
    font-size: 18px;
  }
  #section1 .box .textarea .title span {
    padding: 8px;
  }
  #section1 .box .textarea .text {
    font-size: 14px;
  }

  #section2 {
    margin-top: 60px;
  }
  #section2 .bgimage {
    padding-top: 47%;
  }
  #section2 .inner {
    padding: 40px 5vw;
    margin-top: -25px;
  }
  #section2 .inner .en {
    width: 180px;
  }
  #section2 .inner .common-title {
    font-size: 17px;
    margin-bottom: 25px;
  }
  #section2 #technology {
    padding: 30px 25px 40px;
  }
  #section2 #technology .textarea .common-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #section2 #technology .zikken {
    margin-top: 25px;
    padding: 25px;
  }
  #section2 #technology .zikken .text {
    font-size: 13px;
  }
  #section2 #technology .zikken small {
    text-align: left;
  }

  #section3 {
    padding-top: 50px;
  }
  #section3::before {
    height: 40px;
    top: -20px;
  }
  #section3 .list {
    margin: 25px 15px 0;
  }
  #section3 .list li {
    margin-bottom: 20px;
    width: 250px;
    height: 250px;
    padding: 15px 30px;
    box-shadow: 3px 3px 0 0 rgba(31, 31, 31, 0.1);
  }
  #section3 .list li:nth-child(even) {
    margin-bottom: 20px;
  }
  #section3 .list li .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #section3 .list li p {
    font-size: 13px;
  }
  #section3 .outro {
    margin-top: 10px;
  }
  #section3 .outro .text {
    width: 70%;
    font-size: 15px;
    padding: 25px 15px;
    top: 0;
    transform: none;
  }
  #section3 .outro figure {
    width: 75%;
    padding-top: 70px;
  }

  .linkbanner {
    background-image: url("../studioi/img/bannerbg_sp.jpg");
  }
}
