.l-submain__title h1 {
  text-shadow: 1.111vw 1.111vw 2.083vw rgba(12, 12, 12, 0.1), 1.111vw -1.111vw 2.083vw rgba(12, 12, 12, 0.1), -1.111vw 1.111vw 2.083vw rgba(12, 12, 12, 0.1), -1.111vw -1.111vw 2.083vw rgba(12, 12, 12, 0.1), 1.111vw 0 2.083vw rgba(12, 12, 12, 0.1), 0 1.111vw 2.083vw rgba(12, 12, 12, 0.1), -1.111vw 0 2.083vw rgba(12, 12, 12, 0.1), 0 -1.111vw 2.083vw rgba(12, 12, 12, 0.1);
}
@media screen and (min-width: 721px) {
  .l-submain__title h1 {
    text-shadow: 0.166vw 0.166vw 1.25vw rgba(12, 12, 12, 0.07), 0.166vw -0.166vw 1.25vw rgba(12, 12, 12, 0.07), -0.166vw 0.166vw 1.25vw rgba(12, 12, 12, 0.07), -0.166vw -0.166vw 1.25vw rgba(12, 12, 12, 0.07), 0.166vw 0 1.25vw rgba(12, 12, 12, 0.07), 0 0.166vw 1.25vw rgba(12, 12, 12, 0.07), -0.166vw 0 1.25vw rgba(12, 12, 12, 0.07), 0 -0.166vw 1.25vw rgba(12, 12, 12, 0.07);
  }
}
.l-submain__title__img {
  filter: drop-shadow(1.111vw 1.111vw 2.083vw rgba(12, 12, 12, 0.4));
}
@media screen and (min-width: 721px) {
  .l-submain__title__img {
    filter: drop-shadow(0.666vw 0.666vw 1.25vw rgba(12, 12, 12, 0.4));
  }
}

.l-studio-profile__title {
  position: relative;
  overflow: hidden;
}
.l-studio-profile__title h2 {
  padding-top: 6.944vw;
  font-size: 7.222vw;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title h2 {
    padding-top: 4.166vw;
    font-size: 2.75vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title h2 {
    padding-top: 50px;
    font-size: 33px;
  }
}
.l-studio-profile__title h2 br {
  display: inline-block;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title h2 br {
    display: none;
  }
}
.l-studio-profile__title .txt {
  padding-top: 0.2em;
  padding-bottom: 5.555vw;
  font-size: 5.277vw;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title .txt {
    padding-bottom: 3.333vw;
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title .txt {
    padding-bottom: 40px;
    font-size: 25px;
  }
}
.l-studio-profile__title .bg-1 {
  position: absolute;
  top: 50%;
  left: 2.777vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title .bg-1 {
    left: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title .bg-1 {
    left: 20px;
  }
}
.l-studio-profile__title .bg-1 img {
  width: 13.888vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title .bg-1 img {
    width: 8.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title .bg-1 img {
    width: 100px;
  }
}
.l-studio-profile__title .bg-2 {
  position: absolute;
  top: 50%;
  right: 2.777vw;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title .bg-2 {
    right: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title .bg-2 {
    right: 20px;
  }
}
.l-studio-profile__title .bg-2 img {
  width: 13.888vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__title .bg-2 img {
    width: 8.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__title .bg-2 img {
    width: 100px;
  }
}
.l-studio-profile__box {
  background-color: rgba(242, 178, 151, 0.2);
}
.l-studio-profile--row {
  display: grid;
  grid-auto-flow: row;
  gap: 4.166vw;
  padding: 6.944vw 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile--row {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5vw;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile--row {
    gap: 30px;
    max-width: 1200px;
    padding: 40px 60px;
  }
}
.l-studio-profile--col {
  background-color: #fff;
  border-radius: 5vw;
  padding: 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile--col {
    border-radius: 2vw;
    padding: 2.5vw 1.666vw 2.5vw 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile--col {
    border-radius: 24px;
    padding: 30px 20px 30px 15px;
  }
}
.l-studio-profile--col:last-child {
  border-bottom: none;
}
.l-studio-profile--col[open] .l-faq-faq__q::after {
  transform: rotate(-90deg);
}
.l-studio-profile__txt-1 {
  display: flex;
  align-items: center;
  gap: 1.388vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt-1 {
    gap: 0.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__txt-1 {
    gap: 5px;
  }
}
.l-studio-profile__txt-1::after {
  content: "";
  display: block;
  background-color: #754646;
  width: 100%;
  height: 1px;
}
.l-studio-profile__txt-1-1 {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #754646;
  border-radius: 2em;
  padding: 0 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt-1-1 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__txt-1-1 {
    font-size: 15px;
  }
}
.l-studio-profile__txt {
  padding: 0 1.388vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 6.166vw 11.666vw 5.833vw 26.666vw;
    padding: 0 0 0 0.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__txt {
    grid-template-rows: 74px 140px 70px 320px;
    padding: 0 0 0 10px;
  }
}
.l-studio-profile h3 {
  margin-top: 0.3em;
  font-size: 4.861vw;
  font-weight: normal;
}
@media screen and (min-width: 721px) {
  .l-studio-profile h3 {
    margin-top: 0.4em;
    font-size: 2.083vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile h3 {
    font-size: 25px;
  }
}
.l-studio-profile h3 br {
  display: none;
}
@media screen and (min-width: 721px) {
  .l-studio-profile h3 br {
    display: block;
  }
}
.l-studio-profile__txt-2 {
  margin-top: 2.777vw;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt-2 {
    margin-top: 1.666vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__txt-2 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.l-studio-profile__txt-2 br.pc {
  display: none;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt-2 br.pc {
    display: inline-block;
  }
}
.l-studio-profile__txt-3 {
  margin-top: 5.555vw;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__txt-3 {
    margin-top: 1.666vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__txt-3 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.l-studio-profile__map {
  margin-top: 2.777vw;
  padding-left: 1.388vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__map {
    margin-top: 2.5vw;
    padding-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__map {
    margin-top: 30px;
  }
}
.l-studio-profile__map iframe {
  background-color: #ccc;
  width: 71.666vw;
  height: 71.666vw;
}
@media screen and (min-width: 721px) {
  .l-studio-profile__map iframe {
    width: 24.166vw;
    height: 24.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-studio-profile__map iframe {
    width: 290px;
    height: 290px;
  }
}
