.p-studio {
  padding: 10vw 5vw;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .p-studio {
    padding: 6em 2em;
    gap: 2em;
  }
}
.p-studio .p-studio_title {
  text-align: center;
  font-size: 32px;
}
.p-studio .p-studio_img img {
  width: 100%;
  height: auto;
}
.p-studio .p-studio_img2 {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-studio .p-studio_img2 {
    flex-flow: column;
  }
}
.p-studio .p-studio_img2 img {
  width: calc(50% - 0.25em);
  height: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-studio .p-studio_img2 img {
    width: 100%;
  }
}
.p-studio .p-studio_subtitle {
  font-size: 24px;
  color: #3A43B2;
  padding-bottom: 6px;
  border-bottom: 2px solid #3A43B2;
}

.p-studio_staff_list {
  display: flex;
  flex-flow: column;
  gap: 4em;
}

.p-studio_staff_item {
  display: flex;
  flex-flow: column;
  gap: 2em;
}

.p-studio_staff_item_head {
  display: flex;
  align-items: center;
  gap: 2em;
}
.p-studio_staff_item_head .staff-photo {
  width: 30%;
  height: auto;
  border-radius: 8px;
}
.p-studio_staff_item_head .p-studio_staff_name {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  font-size: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_head .p-studio_staff_name {
    font-size: 16px;
  }
}
.p-studio_staff_item_head .p-studio_staff_name strong {
  background-color: #D8D9F0;
  color: #3D427E;
  border-radius: 60px;
  line-height: 1;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_head .p-studio_staff_name strong {
    font-size: 13px;
  }
}
.p-studio_staff_item_head .p-studio_staff_name span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_head .p-studio_staff_name span {
    font-size: 13px;
  }
}

.p-studio_staff_item_body {
  background-color: #f7f7f7;
  padding: 2em;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
.p-studio_staff_item_body h5 {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_body h5 {
    margin-bottom: 1em;
  }
}
.p-studio_staff_item_body p {
  font-size: 16px;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_body p {
    line-height: 2;
    font-size: 14px;
  }
}
.p-studio_staff_item_body div {
  font-size: 16px;
  display: flex;
  gap: 2em;
  width: 100%;
  padding-top: 1em;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_body div {
    flex-flow: column;
  }
}
.p-studio_staff_item_body div .staff-schedule {
  width: 50%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-studio_staff_item_body div .staff-schedule {
    width: 100%;
  }
}

.p-studio_recruit_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
}
.p-studio_recruit_link a {
  background-color: #3A43B2;
  color: #fff;
  border-radius: 80px;
  padding: 1em 2em;
  font-size: 20px;
}
.p-studio_recruit_link a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.studio-list {
  display: flex;
  flex-flow: row;
  gap: 1em;
  justify-content: center;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .studio-list {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .studio-list li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.studio-list li a.link_btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .studio-list li a.link_btn {
    margin: 0;
  }
}/*# sourceMappingURL=studio.css.map */