
.inner {
  width: 1100px;
  margin: 0 auto;
}

body {
  font-family: 'Lato';
  text-align: center;
}

.heading {
  font-family: 'Raleway';
}

a {
  text-decoration: none;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}


/*PCのスタイル*/
/*「header」の部分*/
.header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
}

.header-inner {
  padding-top:15px 0 15px;
  display: flex;
  justify-content: space-between;
}

.fa-bolt {
  font-size: 44px;
  color: #4e4e4e;
}

.fa-bars {
  display: none;
}

.contact {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  background-color: #74cfae;
  transition: .3s;
}

.contact:hover {
  color: #333;
}

/*「header」の部分*/

/*「main」の部分*/
.main {
  padding-top: 73px;
}
/*「main」の部分*/

/*「Bolt Theme」の部分*/
.title {
  background-color:#f2f2f2;
}

.title-content {
  padding: 250px 0 250px;
}

.title_title {
  margin-bottom: 20px;
  font-size: 90px;
  font-weight: 700;
  color: #74cfae;
}

.subtitle {
  font-size: 30px;
  color: #c0c0c0;
}
/*「Bolt Theme」の部分*/

/*「WHAT WE CAN DO?」の部分*/
.article {
  background-color: #74cfae;
}

.can-content {
  padding-top: 50px;
  color: #fff;
}

.can-content_box {
  display: flex;
  justify-content: space-around;
}

.iphone {
  display: inline-block;
}

.can-content_title {
  font-size: 24px;
}

.can-content_text2 {
  margin-left: 100px;
  margin-top: 35px;
  font-size: 20px;
}

/*「WHAT WE CAN DO?」の部分*/

/*「OUR LATEST WORK」の部分*/
.section {
  background-color: #f2f2f2;
}

.work-content {
  padding: 60px 0 70px;
}

.work-content_title {
  font-size: 24px;
}

.work-content_imgs {
  margin-top: 40px;
}

.work-content_img {
  float: left;
  margin: 80px 0 0 100px;
  opacity: 0.7;
  transition: .3s; 
}

.work-content_img:nth-child(-n+3) {
  margin-top: 0;
}

.work-content_img:nth-child(3n+1) {
  margin-left: 0; 
}

.work-content_img:hover {
  opacity: 1;
}

.work-content-text {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

.work-content-text_p {
  float: left;
  margin-right: 90px;
  width: 530px;
}

.work-content_mail {
  padding: 14px 20px;
  font-size: 12px;
  display:inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #74cfae;
  transition: .3s;
}

.work-content_mail:hover {
  color: #333;
}

/*「OUR LATEST WORK」の部分*/

/*「OUR SKILLS」の部分*/
.figure {
  background-color: #4e4e4e;
}

.skill-content {
  padding: 70px 0 100px;
  color: #fff;
}

.skill-content_title {
  font-size: 24px;
}

.skill-content_imgs {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.skill-content_imgs p {
  margin-top: 12px;
  font-size: 16px;
}

.skill-content_img {
  margin-right: 180px; 
}

.skill-content_img:last-child {
  margin-right: 0;
}

/*「OUR SKILLS」の部分*/

/*アイコンの部分*/
.link-icon {
  background-color:#f2f2f2;
}

.link-content {
  padding: 200px 0 200px;
  display: flex;
  justify-content: center;
}

.link-content_box {
  width: 145px;
  padding: 20px;
  font-size: 50px;
  color: #74cfae;
  transition: all .3s;
}

.link-content_box:hover {
  background-color: #fff;  
}

/*アイコンの部分*/

/*「footer」の部分*/
.footer {
  background-color: #74cfae;
}

.footer-inner {
  padding: 20px 0 25px;
  color: #fff;
}

.footer-text {
  text-align: right;
}
/*「footer」の部分*/
/*PCのスタイル*/

@media (max-width: 1119px) { 
  .inner {
    width: 97%;
  }

  /*「WHAT WE CAN DO?」の部分*/
  .can-content {
    padding-bottom: 25px;
  }

  .can-content_box {
    display: block;
  }

  .iphone {
    margin-bottom: 20px; 
  }

  .can-content_title {
    margin-bottom: 35px;
  }

  .can-content_text2 {
    margin-left: auto;
  }
  /*「WHAT WE CAN DO?」の部分*/

  /*「OUR LATEST WORK」の部分*/
  .work-content_imgs {
    display: flex;
    flex-direction: column;
  }

  .work-content_img {
    float: none;
    width: 300px;
    height: 300px;
    margin: 0 auto; 
  }

  .work-content_img:nth-child(3n+1) {
    margin: 80px auto 0;
  }

  .work-content_img:first-child {
    margin-top: 0; 
  }

  .work-content-text {
    margin-top: 80px;
    display: block;
  }

  .work-content-text_p {
    float: none;
    width: 100%;
  }

  .work-content_mail {
    margin:40px auto 0;
    width: 50px;
    display: block!important;
  }
  /*「OUR LATEST WORK」の部分*/

  /*「OUR SKILLS」の部分*/
  .skill-content_imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .skill-content_img {
    margin: 88px auto 0; 
  }

  .skill-content_img:first-child {
    margin-top: 0; 
  }

  .skill-content_img:last-child {
    margin-right: auto;
  }
  /*「OUR SKILLS」の部分*/

  /*アイコンの部分*/
  .link-content_box {
    width: 25%;
    padding: 20px 0 20px;
  }
  /*アイコンの部分*/
}

/*SPのスタイル*/
@media screen and (max-width:767px){
  /*「header」の部分*/  
  .contact {
    display:none;
  }

  .fa-bars {
    display: block;
    padding:10px;
    font-size: 24px;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  /*「header」の部分*/

  /*「Bolt Theme」の部分*/
  .title-content {
    padding: 160px 0 130px;
  }
  /*「Bolt Theme」の部分*/

  /*アイコンの部分*/
  .link-content {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
  }

  .link-content_box {
    width: 100%;
  }
  /*アイコンの部分*/
}  