@charset "UTF-8";
#outline {
  padding: 0 0 6% 0;
}

.photo {
  margin: 0 0 15% 0;
}

#philosophy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  text-align: center;
  margin: 0 0 15% 0;
}
@media screen and (max-width: 1000px) {
  #philosophy {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  #philosophy div {
    margin: 0 0 5% 0;
  }
  #philosophy div:last-child {
    margin: 0;
  }
}
#philosophy div h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 1000px) {
  #philosophy div h3 {
    font-size: 1.2em;
    margin: 0 0 1% 0;
  }
}
@media screen and (max-width: 1000px) {
  #philosophy div p br {
    display: none;
  }
}

#team {
  margin: 0 0 15% 0;
}
#team section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  margin: 0 0 6% 0;
}
@media screen and (max-width: 1000px) {
  #team section {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin: 0 0 5% 0;
  }
}
#team section:last-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #team section div {
    margin: 0 0 5% 0;
  }
  #team section div:last-child {
    margin: 0;
  }
}
#team section div span {
  text-transform: uppercase;
}
#team section div h3 {
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #team section div h3 {
    font-size: 1.2em;
  }
}
#team section div dl {
  display: flex;
}
#team section div dl dt {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  #team section div dl dt {
    width: 15%;
  }
}
#team section div dl dd {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  #team section div dl dd {
    width: 85%;
  }
}

#awards {
  margin: 0 0 13% 0;
}
#awards dl {
  display: flex;
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  #awards dl {
    line-height: 1.75;
    margin: 0 0 5% 0;
  }
  #awards dl:last-child {
    margin: 0;
  }
}
#awards dl dt {
  width: 8%;
}
@media screen and (max-width: 1000px) {
  #awards dl dt {
    width: 12%;
  }
}
#awards dl dd {
  width: 92%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #awards dl dd {
    width: 88%;
  }
}
#awards dl dd span {
  display: block;
}
@media screen and (max-width: 1000px) {
  #awards dl dd span {
    display: block;
    margin: 0 0 2% 0;
  }
}
#awards dl dd a {
  color: #000;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1000px) {
  #awards dl dd a {
    display: block;
    margin: 0;
  }
}
#awards dl dd a::before {
  content: "> ";
}
#awards dl dd a.link {
  text-decoration: underline;
  margin: 0 !important;
}
#awards dl dd a.link::before {
  content: none;
}

#service {
  margin: 0 0 15% 0;
}
#service p {
  padding: 0 0 4% 0;
}
@media screen and (max-width: 1000px) {
  #service p {
    padding: 0 0 6% 0;
  }
}
#service ul {
  padding: 0 0 4% 0;
}
@media screen and (max-width: 1000px) {
  #service ul {
    padding: 0 0 6% 0;
  }
}
#service ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#service ul li::before {
  content: "・";
}
#service #workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
}
@media screen and (max-width: 1000px) {
  #service #workflow {
    display: block;
    width: 200px;
    margin: auto;
  }
}
#service #workflow a {
  transition: 0.3s;
}
#service #workflow a:hover {
  opacity: 0.5;
}

#companyinfo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #companyinfo {
    flex-direction: column-reverse;
  }
}
#companyinfo div:first-child {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  #companyinfo div:first-child {
    width: 100%;
  }
}
#companyinfo div:first-child dl {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
#companyinfo div:first-child dl:last-child {
  border-bottom: none;
  padding: 10px 0 0 0;
}
#companyinfo div:first-child dl dt {
  width: 17%;
}
@media screen and (max-width: 1000px) {
  #companyinfo div:first-child dl dt {
    width: 20%;
  }
}
#companyinfo div:first-child dl dd {
  width: 85%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #companyinfo div:first-child dl dd {
    width: 80%;
  }
}
#companyinfo div:first-child dl dd#list span {
  display: block;
}
#companyinfo div:last-child {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  #companyinfo div:last-child {
    width: 100%;
  }
}/*# sourceMappingURL=studio.css.map */