/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　about
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about_wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 200px;
  text-align: center;
}

.about_contents {
  margin: 100px 0;
}

.h2_title {
  font-size: 22px;
  font-family: 'Century Gothic', Futura, sans-serif;
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.2rem;
}

.about_kotohogi_txt {
  font-size: 22px;
  margin-top: 32px;
}

.h3_txt {
  font-size: 27px;
  font-weight: bold;
}

.about_txt {
  font-size: 16px;
  margin-top: 24px;
}

.message {
  font-size: 20px;
  letter-spacing: 2px;
}






/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .about_wrapper {
    width: 80%;
  }



}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .about_kotohogi_txt {
    font-size: 16px;
  }

  .h3_txt {
    font-size: 20px;
  }

  .message {
    font-size: 16px;
  }

}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　profile
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#profile {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  display: block;
}

#profile img {
  width: 50%;
  display: block;
  margin: 0 auto 40px;
}

.company_name, .name_e, .profile_txt {
  font-size: 14px;
}

.name_j {
  font-size: 18px;
}

.profile_txt {
  margin: 40px 0;
}

.profile_txt p {
  padding: 14px 0;
  text-align: left;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  #profile {
    width: 70%;
  }


}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  #profile {
    width: 80%;
  }

  #profile img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .profile_txt {
    margin: 20px 0;
  }

  .profile_txt p {
    padding: 10px 0;
    font-size: 14px;
  }

}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　company
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#company {
  margin: 100px auto;
}

.company-wrapper {
  /* width: 60%; */
  /* margin: 200px auto; */
}

.company_j {
  font-size: 27px;
  display: inline-block;
}

.company_e {
  font-size: 22px;
  font-family: 'Century Gothic', Futura, sans-serif;
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-left: 16px;
}

/* table01 */
.table01 {
  border-collapse: collapse;
  width: 50vw;
}

.table01 tr {
  border-bottom: 1px solid #C3DBE2!important;
}

.table01 th,
.table01 td {
  padding: 20px 0;
  border: none;
  letter-spacing: 2px;
}

.table01 th {
  width: 30%;
  text-align: left;
}


/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .table01 {
    width: 60vw;
  }


}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .company_j {
    font-size: 22px;
  }

  .company_e {
    font-size: 16px;
    margin-left: 8px;
  }

  .table01 {
    width: 70vw;
  }

  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
    padding: 24px 0 8px;
  }

  .table01 th {
    width: 100%;
  }

  .table01 td {
    padding-top: 0;
  }

}
