/*
Theme Name: Studio-and-art
Theme URI: http://studio-and-art.com
Description: Studio and Artのテーマです。
Version: 1.0
Author: Shu Morikawa
Author URI: https://studio-and-art.com
*/

@charset "UTF-8";


/*pc*/

/*mv*/
.about_mv-img {
  background-image: url(../images/work3.png);
  background-size: cover;
  width: 100%;
  height: 250px;
  background-position: 50% 90%;
}


/*about*/
.about span {
  text-transform: none;
}

.about p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}


/*mission*/
.mission .wrap {
  padding: 0 2%;
  margin: 0;
}

.mission_flex-box {
  display: flex;
  justify-content: space-between;
}

.mission_flex-item {
  min-width: 300px;
  width: 33%;
}

.mission_flex-item:not(:nth-child(3)) {
  margin-right: 25px;
}

.mission-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin-top: -25px;
}

.mission_flex-item h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.mission p {
  text-align: justify;
  line-height: 1.4;
}


/*profile*/
.profile_table {
  margin: 0 auto;
  width: 450px;
}

.profile th,.profile td {
  border: solid 1px;
  vertical-align: middle;
  padding: 10px;
}

.profile th {
  width: 150px;
  text-align: left;
}

.profile td {
  width: 300px;
}

.profile_table-en {
  font-size: 16px;
  letter-spacing: 0.04em;
}


/*sp_media*/
@media screen and (max-width: 840px) {

  /*mission_sp*/
  .mission_flex-box {
  display: block;
  max-width: 600px;
  margin: 0px auto;
  }
  .mission_flex-item {
  width: 100%;
  margin: 0px auto 35px;
  }
  .mission_flex-item p {
  line-height: 180%;
  }
  .mission_flex-item:nth-of-type(3) {
  margin-top: 25px;
}

  /*profile_sp*/
  .profile_table {
    max-width: 90%;
    font-size: 14px;
  }
  .profile th,.profile td {
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
  }
  .profile th {
    width: 150px;
    text-align: left;
  }
  .profile td {
    width: 300px;
  }

}
