/* ===============================
   Reset / Base
================================ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝",
    "Yu Mincho",
    "YuMincho",
    "MS P明朝",
    serif;
  color: #5a4a42;
  line-height: 1.8;
  background-image: url("../images/main_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.no-wrap {
  white-space: nowrap;
}

/* ===============================
   HERO
================================ */
.hero {
  position: relative;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   Model Intro
================================ */

.sec-model-intro {
  background-image: url("../images/p-model_bg.webp");
  background-repeat: no-repeat;
  background-position: 52% top;
  padding: 50px 20px;
}

.sec-inner {
  padding: 0 20px;
  text-align: center;
}

.sec-inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

.worries {
  margin-bottom: 30px;
}

.worry-title {
  font-size: 14px;
  color: #7a5b4c;
  margin-bottom: 10px;
}

.worry-list {
  list-style: none;
}

.worry-list li {
  font-size: 15px;
  color: #7a5b4c;
  margin-bottom: 6px;
  position: relative;
  padding-left: 22px;
}

.worry-list li::before {
  content: "✓";
  color: #e3a0b2;
  position: absolute;
  left: 0;
}

.main-title {
  font-size: 26px;
  margin: 30px 0 20px;
  color: #9a7b5f;
}

.main-title span {
  display: inline-block;
  font-size: 65px;
  color: #d6a24c;
  font-weight: bold;
}

.sub-title {
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
  margin: 30px 0 20px;
  line-height: 1.2;
}

.desc-area p {
  font-size: 28px;
  color: #533a2b;
  margin-bottom: 16px;
  line-height: 1.8;
}

/* ===============================
   Profile
================================ */
.profile-block {
  margin: 40px 0;
}

.profile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.profile.reverse {
  flex-direction: row-reverse;
}

.float-img {
  position: absolute;
  top: -38%;
  left: 10px;
  transform: translateY(-50%);
  animation: floatY 3.5s ease-in-out infinite;
}

.profile.reverse .float-img {
  top: -105px;
  left: auto;
  right: 5px;
}

.float-img img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  object-fit: cover;
}

.profile p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.8;
}

.left-slow {
  animation: floatY 5s ease-in-out infinite;
}

/* 浮遊アニメーション */
@keyframes floatY {
  0% {
    transform: translateY(-50%) translateY(0);
  }

  50% {
    transform: translateY(-50%) translateY(-8px);
  }

  100% {
    transform: translateY(-50%) translateY(0);
  }
}

/* ===============================
   Safety
================================ */
.sec-safe {
  background-image: url("../images/studio_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 20px 0px;
}

.safe-head {
  text-align: center;
  margin-bottom: 4vw;
}

.safe-img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.safe-lead {
  font-size: 14px;
  color: #8a6a5a;
}

.safe-title {
  font-size: 28px;
  color: #c9a24c;
}

.safe-title span {
  font-size: 34px;
  font-weight: bold;
}

.safe-sub {
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
  margin-top: 3vw;
  line-height: 1.2;
}

.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.point-card {
  background: #fff;
  border-radius: 12px;
  padding: 0px 0px 25px;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.point-label {
  position: absolute;
  top: 0px;
  left: 30px;
}

.point-label img {
  width: 78%;
}

.point-card h3 {
  font-size: 48px;
  color: #ed698c;

  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 255, 255, 0.8),
    0 0 18px rgba(255, 255, 255, 0.6);
}

.point-1 h3 {
  background-image: url("../images/studio_point1_img.webp");
  padding: 20px 30px 20px 80px;
}

.point-2 h3 {
  background-image: url("../images/studio_point2_img.webp");
  padding: 20px 30px 20px 143px;
}

.point-3 h3 {
  background-image: url("../images/studio_point3-img.webp");
  padding: 20px 30px 20px 130px
}

.point-4 h3 {
  background-image: url("../images/studio_point4-img.webp");
  padding: 20px 30px 20px 40px
}

.point-2,
.point-3,
.point-4 {
  margin-top: 3%;
}

.text-pink {
  color: #fb4d59;
}

.point-card p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.7;
  text-align: justify;
  padding: 0 3.5%;
  /* letter-spacing: -1.7px */
}

.point-card p::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto 8px;
  background-image: repeating-linear-gradient(to right,
      #ed698c 0 8px,
      transparent 8px 16px);
}

.caution-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  background-image: url("../images/studio_caution-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 18px;
  padding: 28px 28px 60px;
}

.caution-main {
  padding: 5%;
  flex: 1;
}

.caution-title {
  display: flex;
  align-items: center;
  margin: 21px 0 14px;
  font-size: 28px;
  color: #533a2b;
  font-weight: normal;
  line-height: 1.6;
  background: #fff;
  padding: 20px 0px;
  justify-content: center;
  width: 80%;
}

.caution-title img {
  flex-shrink: 0;
}

.caution-title span {
  display: block;
  font-weight: bold;
}

.caution-main p {
  margin: 0;
  font-size: 28px;
  color: #533a2b;
  line-height: 1.6;
  text-align: left;
  width: 80%;
}

.caution-img {
  position: absolute;
  right: 53px;
  bottom: 234px;
  transform: translateY(50%);
  flex-shrink: 0;
}

/* ===============================
   Earn
================================ */

.sec-earn {
  background: #fff9f5;
  padding: 60px 20px;
}

.earn-head {
  text-align: center;
  margin-bottom: 35px;
}

.earn-img {
  width: 110px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.earn-sub {
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
  line-height: 1.2;
  margin-top: 3%;
}

.price-table {
  width: 100%;
  background-image: url("../images/salary_table.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 3% 0;
  margin-bottom: 30px;
  font-size: 30px;
}

.price-table thead tr {
  padding: 5%;
}

.ml-33 {
  margin-left: 33px;
}

.price-table th {
  font-size: 36px;
  color: #FFF;
}

.price-table th {
  padding: 19px 42px 15px 0px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.price-table td {
  padding: 5px 45px 11px 0px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.price-table tbody tr+tr td {
  border-top: none;
}

.price-table tbody tr:nth-child(1) td.job {
  padding-left: 32px;
}

.price-table tbody tr:nth-child(3) td.job {
  padding-left: 37px;
}

.price-table td.job {
  margin-left: -5px;
}

.cosplay-font {
  font-size: 28px;
}

.job {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.job img {
  object-fit: cover;
}

.price {
  color: #6b5a50;
}

.price-amount {
  color: #ed698c;
  font-weight: bold;
  font-size: 36px;
}

.earn-highlight {
  text-align: center;
  font-size: 30px;
  color: #533a2b;
  margin-bottom: 25px;
}

.earn-highlight span {
  color: #ed698c;
  font-size: 36px;
}

.earn-highlight .big-num {
  font-size: 46px;
  line-height: 1;
  vertical-align: baseline;
}

.earn-highlight .space-ad {
  letter-spacing: -6px;
}

.earn-desc p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.9;
  margin-bottom: 14px;
  text-align: left;
}

.earn-highlight::after {
  content: "";
  display: block;
  width: 100%;
  margin: 18px auto 0;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #ed698c 0 8px,
      transparent 8px 16px);
}

/* ===============================
   Flow
================================ */

.sec-flow {
  background-image: url("../images/flow_bg.webp");
  background-repeat: no-repeat;
  padding: 50px 20px 0;
}

.flow-head {
  text-align: center;
}

.flow-head img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.flow-sub {
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
}

.flow-steps-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.flow-step {
  background: #fdeff2;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
  padding: 10px;
}

.flow-step span {
  font-size: 12px;
  color: #e48aa6;
}

.flow-step img {
  width: 60px;
  margin: 6px 0;
}

.flow-step p {
  font-size: 13px;
}

.flow-detail {
  list-style: none;
  padding: 0;
}

.flow-card {
  position: relative;
  padding: 58px 30px 112px;
  background-position: center top;
  background-repeat: no-repeat;
}

.flow-card.flow-1 {
  padding: 27px 30px 100px;
}

.flow-1 {
  background-image: url("../images/flow_step1.webp");
  background-size: contain;
}

.flow-2 {
  background-image: url("../images/flow_step2.webp");
  background-size: contain;
}

.flow-3 {
  background-image: url("../images/flow_step3.webp");
  background-size: contain;
}

.flow-card h3 {
  font-size: 42px;
  color: #533a2b;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-left: 12%;
  font-weight: 400;
}

.flow-card p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.8;
  text-align: left;
  margin-top: 5%;
}

.flow-1 p {
  margin-top: 2%;
}

.flow-line {
  margin: 0 auto;
  background-image: url("../images/flow_line_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;

}

.flow-line__inner {

  margin: 0 auto;
  padding: 32px 30px;

}

.flow-line__inner::before {
  top: 14px;
}

.flow-line__inner::after {
  bottom: 14px;
}

.flow-line__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
}

.flow-line__head h3 {
  font-size: 42px;
  font-weight: 600;
  color: #3a2a1a;
}

.flow-line__text {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.9;

  text-align: left;
}

.flow-line-cta {
  text-align: center;
  padding: 3% 0;
}

.flow-line-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 43px;
  color: #402712;
}

.sec-inner .flow-line-lead .flow-line_icon {
  display: inline;
  margin: 0;
}

.kern-tight-1 {
  letter-spacing: 0.2em;
}

.kern-tight-2 {
  letter-spacing: -0.4em;
}

.flow-line-button {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

.flow-line-button img {
  display: block;
}

.flow-line-button span {
  position: absolute;
  top: 46%;
  left: 44%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #402712;
  font-weight: 500;
  pointer-events: none;
  font-size: 36px;
}

.flow-line-button strong {
  color: #1db446;
  font-weight: 700;
}

.flow-line-button:hover {
  transform: translateY(-3px);
}

/* ===============================
   Recruit
================================ */

.sec-recruit {
  background: #fff;
  padding: 60px 20px;
}

.recruit-head {
  text-align: center;
  margin-bottom: 30px;
}

.recruit-title {
  display: inline-block;
  font-size: 26px;
  color: #9a7b5f;
  padding: 10px 40px;
  border: 2px solid #e7c7a1;
  border-radius: 30px;
  background: #fffdf9;
}

.recruit-sub {
  margin-top: 12px;
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
}

.recruit-list {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.recruit-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 18px 0;
  position: relative;
}

.recruit-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #ed698c 0 8px,
      transparent 8px 16px);
}

.recruit-item:last-child::after {
  display: none;
}

.recruit-icon {
  width: 28px;
  height: 28px;
  background: url("../images/recruitment_h-icon.webp") no-repeat center center / contain;
  margin-top: 12px;
  flex-shrink: 0;
}

.recruit-content {
  flex: 1;
  text-align: left;
}

.recruit-item .label {
  display: block;
  font-size: 28px;
  color: #533a2b;
  font-weight: bold;
  margin-bottom: 6px;
}

.recruit-item p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.8;
  margin: 0;
}

/* ===============================
   Studio
================================ */

.sec-studio {
  background-image: url("../images/facility_bg.webp");
  background-repeat: no-repeat;
  padding: 60px 20px;
  background-position: center;
  background-size: cover;
}

.studio-head {
  text-align: center;
  margin-bottom: 4%;
}

.studio-title {
  font-size: 26px;
  color: #9a7b5f;
  margin-bottom: 10px;
}

.studio-sub {
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
}

.studio-block {
  background-image: url("../images/facility_studio-bg.webp");
  background-repeat: no-repeat;
  text-align: center;
  padding: 0px 0 4% 0;
}

.sec-studio>.studio-block {
  background-image: url("../images/facility_studio-bg.webp");
}

.sec-studio>.studio-block:nth-of-type(3) {
  background-image: url("../images/facility_makeup_bg.webp");
}

.sec-studio>.studio-block:nth-of-type(4) {
  background-image: url("../images/facility_rental_bg.webp");
}

.studio-block-title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #533a2b;
  padding: 41px 60px 24px;
}

.studio-block-title::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 57%;
  transform: translateY(-50%);
  width: 40px;
  height: 14px;
  background: url("../images/facility_h-icon-left.webp") no-repeat center / contain;
}

.studio-block-title::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 57%;
  transform: translateY(-50%);
  width: 40px;
  height: 14px;
  background: url("../images/facility_h-icon-right.webp") no-repeat center / contain;
}

.studio-desc {
  font-size: 26px;
  color: #533a2b;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0% 7% 0;
  text-align: left;
}

.studio-desc::before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 1%;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #cfaf8f 0 8px,
      transparent 8px 16px);
}

.studio-images {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0px 4%;
  width: 91%;
}

.studio-images li img {
  width: 100%;
}

.studio-images figcaption {
  font-size: 17px;
  color: #FFF;
  text-align: center;
  margin-top: -9px;
  background: #debe9e;
}

.studio-note {
  font-size: 22px;
  color: #533a2b;
  line-height: 1.8;
  text-align: left;
}

/* ===============================
  Voice
================================ */

.sec-voice {
  padding: 60px 0px;
  background-image: url("../images/voice_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-voice .sec-inner {
  padding: 0px 40px 0px;
}

.voice-head {
  text-align: center;
  margin-bottom: 30px;
}

.voice-head picture {
  display: block;
  margin-bottom: 2%;
}

.voice-title {
  font-size: 28px;
  color: #9a7b5f;
  letter-spacing: 2px;
}

.voice-sub {
  margin-top: 8px;
  font-size: 60px;
  font-style: oblique;
  color: #ed698c;
}

.voice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voice-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
}

.voice-1 {
  background-image: url("../images/voice_voice1_bg.webp");
  background-size: contain;
  padding: 21px 30px 68px;
  margin-bottom: 18px;

}

.voice-2 {
  background-image: url("../images/voice_voice2_bg.webp");
  background-size: contain;
  background-position: right;
  padding: 0px 30px 67px;
  margin-bottom: 17px;
}

.voice-3 {
  background-image: url("../images/voice_voice3_bg.webp");
  background-size: contain;
  padding: 2px 20px 84px;
  margin-bottom: 25px;
}

.voice-4 {
  background-image: url("../images/voice_voice4_bg.webp");
  background-size: contain;
  background-position: right;
  padding: 15px 30px 55px;
}

.voice-list li:nth-child(even) .voice-text {
  margin-left: auto;
  margin-right: 0;
}

.voice-list li:nth-child(even) .voice-meta {
  text-align: right;
}

.voice-list li:nth-child(1) .voice-meta {
  margin-top: -6px;
  margin-bottom: 4px;
  padding-right: 33px;
  font-size: 28px;
}

.voice-list li:nth-child(2) .voice-meta {
  margin-top: 17px;
  margin-bottom: 4px;
}

.voice-list li:nth-child(3) .voice-meta {
  font-size: 28px;
  margin-top: 18px;
  margin-bottom: 4px;
}

.voice-list li:nth-child(4) .voice-meta {
  margin-top: -8px;
  margin-bottom: 4px;
}

.voice-meta {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.voice-card.reverse {
  flex-direction: row-reverse;
}

.voice-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-body {
  flex: 1;
}

.voice-label {
  display: inline-block;
  font-size: 12px;
  color: #c39b6a;
  margin-bottom: 6px;
}

.voice-text {
  font-size: 27px;
  color: #533a2b;
  line-height: 1.8;
  text-align: justify;
  width: 66%;
  letter-spacing: 0.5px;
  padding-top: 1vw;
}

.voice-3 .voice-text {
  padding-top: 0.5vw;
}

/* ===============================
   Q&A
================================ */
.sec-qa {
  background-image: url("../images/QA_bg.webp");
  background-repeat: no-repeat;
  padding: 60px 20px;
  margin-bottom: -1.1%;
  background-size: auto;
  background-position: top;
}

.and-text {
  font-size: 48px
}

.qa-head {
  text-align: center;
  margin-bottom: 30px;
}

.qa-title {
  font-style: oblique;
  font-size: 60px;
  color: #ed698c;
  letter-spacing: 2px;
}

.qa-item {
  margin-bottom: 18px;
}

.qa-question-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.q-icon,
.a-icon {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0;
}

.q-icon {
  background: url("../images/QA_icon-Q.webp") no-repeat center;
  background-size: 100% 100%;
}

.qa-question {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝",
    "Yu Mincho",
    "YuMincho",
    "MS P明朝",
    serif;
  flex: 1;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 28px;
  color: #533a2b;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.qa-question .arrow {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #c39b6a;
  border-bottom: 2px solid #c39b6a;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.qa-answer {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝",
    "Yu Mincho",
    "YuMincho",
    "MS P明朝",
    serif;
  max-height: 0;
  overflow: hidden;
  background: transparent;
  transition:
    max-height 1s ease,
    opacity 0.25s ease;
  opacity: 0;
}

.qa-answer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.a-icon {
  background: url("../images/QA_icon-A.webp") no-repeat center / contain;
}

.qa-answer-inner {
  background: #fbdddd;
  border-radius: 45px;
  padding: 14px 19px;
  flex: 1;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.qa-answer-inner p {
  font-size: 28px;
  color: #533a2b;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
}

.qa-item.active .qa-answer {
  max-height: 260px;
  opacity: 1;
}

.qa-item.active .arrow {
  transform: rotate(-135deg);
}

.qa-item.active .qa-answer {
  max-height: 500px;
  padding: 0 3px 3px 0;
}

.qa-item.active .qa-question .arrow {
  transform: rotate(-135deg);
}

/* ===============================
   Contact
================================ */

.sec-contact {
  background: #ffb6c9;
  padding: 60px 20px;
}

.contact-balloon {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px 40px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.contact-balloon::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 25px 35px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.contact-balloon h2 {
  position: relative;
  display: inline-block;
  /* 文字幅だけにする */
  font-style: oblique;
  font-size: 60px;
  color: #ed698c;
  margin-bottom: 10px;
  font-weight: 400;
  z-index: 1;
}

.contact-balloon h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 12px;
  background: #ffebf0;
  z-index: -1;
}

.contact-balloon p {
  font-size: 36px;
  color: #533a2b;
  line-height: 1.6;
  letter-spacing: -1px;
}

.contact-methods {
  list-style: none;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 90%;
  margin: auto 43px;
  padding-bottom: 4%;
  font-weight: 600;
}

.contact-item {
  text-align: center;
  color: #222;
  line-height: 1.2;
}

.contact-item img {
  margin-bottom: 8px;
}

.contact-title {
  font-size: 18px;
}

.contact-text {
  font-size: 18px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 26px 10px;
  border: 2px solid #f7b7c6;
}

.info-box h3 {
  min-width: 147px;
  font-size: 30px;
  color: #faabbf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f3a6b8;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 400;
}

.info-box p {
  font-size: 24px;
  color: #6b5a50;
  line-height: 1.8;
}

.info-box p span {
  color: #6b5a50;
  font-size: 30px;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin: auto;
  white-space: nowrap;
}

.info-main {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.info-note {
  color: #ff0041;
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
}

.studio-link {
  padding: 10px 15px 10px 25px;
  background: radial-gradient(circle at 50%, #f8dbab, #ccb58d);
  color: #fff;
  border-radius: 999px;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0px 1px 3px #725a34;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.studio-link .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.studio-link:hover {
  filter: brightness(103%);
}

.studio-link:hover .arrow {
  transform: translateX(6px);
}

.studio-name {
  font-size: 30px;
}

.contact-line .line-click {
  font-size: 22px;
  font-weight: 700;
}

.contact-line .line-fast {
  font-weight: bold;
  color: #ff0041;
}

.contact-item a,
.contact-item a:visited,
.contact-item a:hover,
.contact-item a:active {
  color: inherit;
  text-decoration: none;
}

.contact-arrow {
  color: #ed698c;
}

.click-font {
  display: inline-block;
  margin-top: 15px;
  font-size: 47px;
  font-weight: bold;
}

.click-font .contact-arrow:last-child {
  margin-left: -8px;
}

.font-space {
  letter-spacing: -5px;
}

/* ===============================
   Column
================================ */

.sec-column {
  background: #fff;
  padding: 60px 20px 25px;
}

.column-head {
  text-align: center;
  margin-bottom: 30px;
}

.column-head h2 {
  font-size: 60px;
  color: #ed698c;
  font-weight: 400;
  font-style: oblique;
}

.column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.column-item {
  padding: 32px 12px;
  background: #fffafa;
  position: relative;
}

.column-item a {
  transition: opacity 0.2s ease;
}

.column-item a,
.column-item a:visited,
.column-item a:hover,
.column-item a:active,
.column-item a:focus {
  text-decoration: none;
}

.column-item a:hover {
  opacity: 0.7;
}

.column-item:nth-child(even) {
  background: #ffffff;
}

.column-item::before,
.column-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #ed698c 0 8px,
      transparent 8px 16px);
}

.column-item::before {
  top: 0;
  display: none;
}

.column-item:first-child::before {
  display: block;
}

.column-item::after {
  bottom: 0;
}

.column-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.column-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 4px 42px 6px 18px;
  height: 45px;
  background-image: url("../images/column_h-icon_bg.webp");
  background-repeat: no-repeat;
  border-radius: 0;
}

.column-item-title h3 {
  font-size: 30px;
  color: #ed398c;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

.column-body p {
  text-align: left;
  font-size: 24px;
  color: #533a2b;
  line-height: 1.7;
  margin: 0;
  padding: 6px 0;
}

/* ===============================
   Footer
================================ */

.cta-bottom {
  text-align: center;
}

.cta-bottom a {
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-bottom a:hover {
  transform: translateY(-3px);
}

.cta-bottom a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.site-footer {
  background: #faabbf;
  padding: 18px 10px;
  text-align: center;
}

.site-footer p {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

/* ===============================
   Fixed CTA / Back to Top
================================ */

.fixed-entry-btn {
  position: fixed;
  left: 49.4%;
  bottom: 0px;
  transform: translateX(-50%) translateY(0);
  z-index: 9000;
  width: 100%;
  max-width: 750px;
  padding: 0 12px;
  box-sizing: border-box;
  opacity: 1;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fixed-entry-btn a:hover {
  filter: brightness(115%);
  transform: translateY(-3px);
}

.fixed-entry-btn a {
  display: block;
  transition: all 0.3s ease;
}

.fixed-entry-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.fixed-entry-btn.is-hide {
  opacity: 0;
  transform: translateX(-50%) translateY(14px);
  pointer-events: none;
}

/* TOPへ戻るボタン */
.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.back-to-top img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    opacity 0.4s ease;
}

.back-to-top img:hover {
  opacity: 0.8;
}

.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pc-only {
  display: block;
}

.pc-only2 {
  display: inline;
}

.pc-only-tb {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only2 {
  display: none;
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/**********************************************
 * スクロールアニメ（共通ユーティリティ）
 **********************************************/
.scroll-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease-in-out;
}

.scroll-animate.visible {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease, transform .6s ease;
}

@media (prefers-reduced-motion: reduce) {

  .scroll-animate,
  .scroll-animate.visible,
  .animate-fade-in {
    transition: none;
    animation: none;
  }
}

[data-animation] {
  opacity: 0;
}

[data-animation].is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation: none !important;
  }
}

.sp-header {
  display: none;
}

.sp-menu {
  display: none;
}

@media (max-width: 1080px) {
  .pc-only-tb {
    display: none;
  }

  .info-row {
    flex-direction: column;
    gap: 0px;
  }

  .sub-title {
    font-size: 56px;
  }

  .float-img img {
    width: 110px;
    height: 110px;
  }

  .job img {
    width: 80px;
    height: 80px;
  }

  .price-table th {
    font-size: 3.2vw;
    padding: 33px 42px 29px 0px;
  }

  .price-table td {
    padding: 0.7vw 42px 2.2vw 0px;
  }

  .price-table {
    padding: 1.4% 0 2.8%;
    font-size: 2.7vw;
  }

  .cosplay-font {
    font-size: 28px;
    font-size: 2.6vw;
  }

  .price-amount {
    font-size: 3.4vw;
  }

  .price-table td.job {
    margin-left: 1px;
  }
}

@media (max-width: 1020px) {
  .price-table td {
    padding: 0.4vw 42px 2.2vw 0px;
  }
}

@media (max-width: 985px) {
  .price-table td {
    padding: 1.3vw 42px 1.5vw 0px;
  }

  .price-table th {
    padding: 39px 42px 20px 0px;
  }

  .job img {
    width: 75px;
    height: 75px;
  }

  .price-table {
    padding: 0.4% 0 3.8%;
  }
}

@media (max-width: 955px) {

  .job img {
    width: 70px;
    height: 70px;
  }

  .price-table th {
    padding: 33px 42px 19px 0px;
  }
}

@media (max-width: 905px) {
  .price-table th {
    padding: 34px 42px 23px 0px;
  }

  .job img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 875px) {
  .price-table th {
    padding: 35px 42px 16px 0px;
  }
}

@media (max-width: 835px) {
  .price-table th {
    padding: 30px 42px 4px 0px;
  }

  .price-table td {
    padding: 2.3vw 42px 0.5vw 0px;
  }

  .job img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .desc-area p {
    font-size: 2.7vw;
  }

  .profile p {
    font-size: 2.7vw;
  }

  .info-box h3 {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    border: none;
  }

  .info-box h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -30px;
    width: 1px;
    background: #f3a6b8;
  }

  .voice-sub {
    font-size: 5.5vw;
  }

  .voice-list li:nth-child(1) .voice-meta {
    font-size: 2.6vw;
    margin-bottom: 1%;
    margin-top: 0;
  }

  .voice-list li:nth-child(2) .voice-meta {
    font-size: 2.6vw;
    margin-top: 0;
    margin-bottom: 1%;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 2.65vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 2.65vw;
    margin-top: 0;
    margin-bottom: 1%;
  }

  .voice-1 {
    padding: 15px 20px 6.1vw;
  }

  .voice-2 {
    padding: 1.5vw 20px 5.9vw;
  }

  .voice-3 {
    padding: 2vw 20px 1.9vw;
  }

  .voice-text {
    font-size: 2.6vw;
    width: 67%;
    padding-top: 0;
  }

  .point-3 h3 {
    padding-left: 120px;
  }

  .point-card h3 {
    font-size: 40px;
  }

  .caution-title,
  .caution-main p {
    font-size: 2.5vw;
  }

  .studio-sub {
    font-size: 5.5vw;
  }

  .studio-block-title {
    padding: 2.5vw 60px 1vw;
  }

  .studio-block {
    background-size: contain;
    background-position: center top;
  }

  .studio-desc {
    font-size: 2.1vw;
  }

  .studio-note {
    font-size: 2vw;
  }

  .studio-block {
    background-size: contain;
    background-position: center top;
    padding: 1% 0 4% 0;
  }

  .sec-studio>.studio-block:nth-of-type(3) {
    padding: 1% 0 8% 0;
  }

  .sec-studio>.studio-block:nth-of-type(4) {
    padding: 1% 0 5% 0;
  }

  .flow-card {
    margin-bottom: 4%;
  }

  .flow-1,
  .flow-2,
  .flow-3 {
    display: flex;
    flex-direction: column;
  }

  .flow-1 h3,
  .flow-2 h3,
  .flow-3 h3 {
    font-size: 3.5vw;
  }

  .flow-1 p,
  .flow-2 p,
  .flow-3 p {
    font-size: 2.5vw;
  }

  .flow-card.flow-1 {
    padding: 3.5% 3% 9.4%;
  }

  .flow-card.flow-2 {
    padding: 5.6% 3% 9.4%;
  }

  .flow-card.flow-3 {
    padding: 5.6% 3% 3%;
  }

  .flow-line__inner {
    padding: 2% 3% 4%;
  }

  .flow-line h3 {
    font-size: 3.5vw;
  }

  .flow-line p {
    font-size: 2.5vw;
  }

  .flow-line__head img {
    width: 70%;
  }

  .flow-line__head {
    gap: 0px;
  }

  .flow-line-lead {
    font-size: 4vw;
  }

  .qa-title {
    font-size: 5.5vw;
  }

  .and-text {
    font-size: 5vw;
  }

  .qa-question {
    font-size: 2.6vw;
  }

  .qa-answer-inner p {
    font-size: 2.6vw;
  }

  .click-font {
    font-size: 4.5vw;
  }

  .contact-balloon h2 {
    font-size: 5.5vw;
  }

  .contact-balloon p {
    font-size: 3.3vw;
  }

  .contact-methods {
    width: 95%;
    margin: auto;
  }

  .contact-item img {
    width: 55%;
  }

  .column-head h2 {
    font-size: 5.5vw;
  }

  .column-item-title h3 {
    font-size: 2.8vw;
  }

  .column-body p {
    font-size: 2.3vw;
  }
}

@media (max-width: 955px) {
  .float-img img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 942px) {
  .point-card h3 {
    line-height: 3.5rem;
  }

  .point-2 h3 {
    padding-left: 120px;
  }
}

@media (max-width: 905px) {
  .safe-sub {
    font-size: 50px;
  }

  .float-img img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 855px) {
  .float-img img {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 817px) {
  .contact-balloon p {
    font-size: 3.2vw;
  }
}

@media (max-width: 805px) {
  .point-3 h3 {
    padding-left: 65px;
  }

  .float-img img {
    width: 80px;
    height: 80px;
  }
}

/* ===============================
   Responsive (max-width: 768px)
================================ */
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .pc-only2 {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-only2 {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }

  body {
    padding-top: 48px;
  }

  body.is-fixed {
    overflow: hidden;
  }

  .sp-hamburger-wrap {
    width: 56px;
    height: 100%;
    background: #ceaf90;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .sp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 0 0 16px;
  }

  .sp-logo img {
    display: flex;
    align-items: center;
    height: auto;
    width: 70%;
  }

  .hamburger {
    background: transparent;
    width: 32px;
    height: 22px;
    position: relative;
    border: none;
    cursor: pointer;
  }

  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 9px;
  }

  .hamburger span:nth-child(3) {
    bottom: 0;
  }

  /* OPEN時 */
  .hamburger.is-open span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }

  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 9px;
  }

  body.is-fixed {
    overflow: hidden;
  }

  .sp-menu {
    display: block;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9998;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }

  .sp-menu.is-open {
    transform: translateX(0);
  }

  .sp-menu-inner {
    padding: 48px 0px 40px;
  }

  .sp-menu-title {
    background: #ff8fa8;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }

  .sp-menu-list {
    padding: 0 20px;
  }

  .sp-menu-list li {
    border-bottom: 1px dashed #d6b39c;
  }

  .sp-menu-list a {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    padding: 10px 4px;
    color: #ff7f9e;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
  }

  .sp-menu-list img {
    width: 18px;
    flex-shrink: 0;
  }

  #model-intro {
    scroll-margin-top: 40px;
  }

  #recruit {
    scroll-margin-top: 50px;
  }

  #safe {
    scroll-margin-top: 45px;
  }

  #earn {
    scroll-margin-top: 45px;
  }

  #flow {
    scroll-margin-top: 40px;
  }

  #studio {
    scroll-margin-top: 40px;
  }

  #voice {
    scroll-margin-top: 50px;
  }

  #qa {
    scroll-margin-top: 40px;
  }

  #contact {
    scroll-margin-top: 40px;
  }

  #column {
    scroll-margin-top: 30px;
  }

  /* =============================== Model Intro ================================ */
  .sec-model-intro {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
  }

  .sec-model-intro .sec-inner {
    padding: 0 40px;
  }

  .main-title {
    font-size: 22px;
    margin: 24px 0 16px;
    line-height: 1.4;
  }

  .main-title span {
    font-size: 42px;
    line-height: 1.1;
  }

  .sub-title {
    font-size: 50px;
    margin: 24px 0 16px;
    line-height: 1.3;
  }

  .desc-area p {
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: 3.5vw;
  }

  .worries {
    margin-bottom: 24px;
  }

  .worry-list li {
    font-size: 14px;
    padding-left: 20px;
  }

  .no-wrap {
    white-space: nowrap;
  }

  /* =============================== Profile ================================ */

  .profile {
    position: relative;
    display: block;
    text-align: center;
  }

  .float-img {
    position: absolute;
    top: -58px;
    left: -3%;
    transform: translateX(-50%);
  }

  .float-img img {
    width: 80px;
    height: 80px;
  }

  .profile.reverse .float-img {
    left: auto;
    right: -20px;
    top: 30px;
  }

  .profile p {
    /* font-size: 27px; */
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: 3.5vw;
  }

  .open-comment {
    padding-top: 3%;
  }

  /* =============================== Safety ================================ */

  .sec-safe {
    background-image: url("../images/SP/studio_bg.webp");
    padding: 44px 0;
  }

  .point-card h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .point-2, .point-3, .point-4 {
    margin-top: 6%;
}

  /* 個別背景 */
  .point-1 h3 {
    background-image: url("../images/SP/studio_point1_img.webp");
    padding: 26px 20px 21px 80px;
  }

  .point-2 h3 {
    background-image: url("../images/SP/studio_point2_img.webp");
    padding: 26px 20px 21px 47px;
  }

  .point-3 h3 {
    background-image: url("../images/SP/studio_point3_img.webp");
    padding: 26px 20px 21px 35px;
  }

  .point-4 h3 {
    background-image: url("../images/SP/studio_point4_img.webp");
    padding: 26px 20px 21px 30px;
  }

  .caution-box {
    background-image: url("../images/SP/studio_caution-bg2.webp");
    background-size: contain;
  }

  .safe-head {
    margin-bottom: 6vw !important;
  }

  .safe-sub {
    line-height: 1.35;
  }

  .point-card {
    padding: 0px 0px 25px;
  }

  .point-label {
    left: 26px;
    width: 60px;
  }

  .point-label img {
    width: 100%;
  }

  .point-card p {
    font-size: 30px;
    padding: 0 4%;
    line-height: 1.85;
  }

  .caution-box {
    position: relative;
    align-items: center;
    background-repeat: no-repeat;
    margin-top: 5%;
    padding: 0;
    gap: 0;
    border-radius: 0;
  }

  .caution-title {
    font-size: 3.5vw !important;
    line-height: 1.4;
    gap: 10px;
    width: 100%;
    padding: 2vw 0px !important;
    padding: 18px 0px;

  }

  .caution-title img {
    width: 9vw  !important;
  }

  .caution-main {
    padding: 3.7vw 4.5vw 6vw !important;
  }

  .caution-main p {
    width: 75%;
    font-size: 3.2vw !important;
    line-height: 1.65;
    letter-spacing: -1px;
  }

  .sec-inner .caution-img {
    display: none;
  }

  /* =============================== Earn ================================ */

  .price-table {
    background-image: url("../images/SP/salary_table.webp");
  }

  .sec-earn {
    padding: 44px 0;
  }

  .earn-head {
    margin-bottom: 28px;
  }

  .earn-sub {
    font-size: 47px;
    line-height: 1.35;
  }

  .job {
    gap: 12px;
    font-weight: bold;
    color: #9a7b5f;
  }

  .job img {
    width: 42px;
    height: 42px;
  }

  .earn-highlight span {
    font-size: 44px;
  }

  .earn-highlight {
    line-height: 1.7;
  }

  .earn-desc p {
    font-size: 21px;
    line-height: 1.85;
  }

  .ml-33 {
    margin-left: 0px;
  }

  .price-table {
    background-image: url("../images/SP/salary_table.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 20px;
    padding: 4vw 1.6vw;
  }

  .price-table td.job {
    margin-left: 0.3vw;
  }

  .price-table tbody tr:nth-child(3) td.job {
    padding-left: 4vw;
  }

  .price-table th {
    background: transparent;
    border: none;
    padding: 1vw;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
    font-size: 3.6vw;
  }

  .price-table td {
    background: transparent;
    border: none;
    padding: 1.4vw 1.5vw;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    font-size: 3vw;
  }

  .price-table tbody tr:nth-child(1) td.job {
    padding-left: 4vw;
    letter-spacing: -0.1vw;
    font-size: 2.8vw;
  }

  .price-table tbody tr {
    height: auto;
  }

  .job {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #9a7b5f;
  }

  .job img {
    width: 60px;
    height: 60px;
  }

  .cosplay-font {
    font-size: 2.8vw;
    letter-spacing: -2px;
  }

  .price-table tbody td:nth-child(2) {
    font-size: 25px;
    font-size: 2.8vw;
    color: #8a7a72;
  }

  .price {
    font-size: 12px;
    color: #6b5a50;
    white-space: nowrap;
  }

  .price-amount {
    font-size: 30px;
    font-size: 3.8vw;
    font-weight: bold;
    color: #ed698c;
  }

  /* =============================== Flow ================================ */
  .sec-flow {
    background-image: url("../images/SP/flow_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 44px 0;
  }

  .flow-1 p {
    margin-top: 0;
  }

  .flow-card {
    position: relative;
    background: none;
  }

  .flow-card.flow-1 {
    padding: 4vw 4vw 12vw !important;
  }

  .flow-card.flow-2 {
    padding: 3.8vw 4vw 11.8vw !important;
  }

  .flow-card.flow-3 {
    padding: 5.8vw 4vw 7.5vw !important;
  }

  .flow-card h3 {
    padding-left: 11%;
    z-index: 1;
  }

  .flow-card h3 {
    font-size: 4.4vw !important;
    line-height: 1.4;
  }

  .flow-card p {
    margin-top: 4%;
    font-size: 4vw !important;
    line-height: 1.6;
  }

  .flow-1 h3 {
    top: 22px;
    left: 13px;
    right: 24px;
    line-height: 1.4;
  }

  .flow-2 h3 {
    top: 18px;
    left: 8px;
    right: 24px;
  }

  .flow-3 h3 {
    top: 36px;
    left: 24px;
    right: 24px;
  }

  .flow-3 p {
    margin-top: 7%;
  }

  .flow-1 {
    background-image: url("../images/SP/flow_step1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .flow-2 {
    background-image: url("../images/SP/flow_step2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .flow-3 {
    background-image: url("../images/SP/flow_step3.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .flow-line {
    background-image: url("../images/SP/flow_line_bg.webp");
    background-size: contain;
    position: relative;
    background-position: center;
  }

  .flow-sub {
    font-size: 50px;
    line-height: 1.35;
  }

  .flow-steps-simple {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
  }

  .flow-step {
    width: 120px;
    height: 120px;
    padding: 8px;
  }

  .flow-step img {
    width: 52px;
  }

  .flow-step p {
    font-size: 12px;
  }

  .arrow {
    font-size: 20px;
  }

  .flow-line {
    margin-top: 5%;
  }

  .flow-label {
    left: 16px;
    width: 64px;
    font-size: 11px;
  }

  .flow-line__icon {
    width: 32px;
  }

  .flow-line__inner {
    padding: 2.5vw 4vw 3vw !important;
  }

  .sec-inner img {
    margin-left: auto;
  }

  .flow-line__head h3 {
    font-size: 4.3vw !important;
  }

  .flow-line__text {
    font-size: 4vw !important;
    line-height: 1.8;
    margin-top: 0%;
  }

  .flow-line__head {
    margin-bottom: 10px;
    gap: 9px;
  }

  .flow-line-button span {
    font-size: 37px;
  }

  .flow-line-lead {
    font-size: 38px;
    padding-bottom: 2%;
  }

  /* =============================== Recruit ================================ */

  .recruit-icon {
    background: url("../images/SP/recruitment_h-icon.webp") no-repeat center center / contain;
  }

  .sec-recruit {
    padding: 31px 0 44px;
  }

  .recruit-head {
    margin-bottom: 24px;
  }

  .recruit-list {
    margin-top: 24px;
  }

  .recruit-item {
    padding: 14px 0;
    gap: 8px;
  }

  .recruit-icon {
    width: 26px;
    height: 26px;
    margin-top: 6px;
  }

  .recruit-sub {
    font-size: 50px;
    line-height: 1.35;
  }

  .recruit-item .label {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .recruit-item p {
    font-size: 30px;
    line-height: 1.75;
  }

  /* ===============================  Studio ================================ */


  .sec-studio {
    padding: 10% 0 5%;
    background-image: url("../images/SP/facility_bg.webp");
    background-size: cover;
  }

  .sec-studio>.studio-block:nth-of-type(2) {
    background-image: url("../images/SP/facility_studio-bg.webp");
    background-size: contain;
    background-position: top;
    padding: 7% 0px 12%;
  }

  .sec-studio>.studio-block:nth-of-type(3) {
    background-image: url("../images/SP/facility_makeup_bg.webp");
    background-size: contain;
    background-position: center;
    padding: 6% 0px 10%;
  }

  .sec-studio>.studio-block:nth-of-type(4) {
    background-image: url("../images/SP/facility_rental_bg.webp");
    background-size: contain;
    background-position: center;
    padding: 2% 0px 10%;
  }

  .studio-block-title::before {
    background: url("../images/SP/facility_h-icon-left.webp") no-repeat center / contain;
  }

  .studio-block-title::after {
    background: url("../images/SP/facility_h-icon-right.webp") no-repeat center / contain;
  }

  .sec-studio>.studio-block:nth-of-type(4)>.studio-block-title {
    margin-bottom: 0px;
    padding: 25px 57px 10px;
  }

  .studio-head {
    margin-bottom: 7%;
  }

  .studio-head picture {
    display: block;
    margin-bottom: 5%;
  }

  .studio-sub {
    font-size: 50px;
    line-height: 1.35;
  }

  .studio-block-title {
    padding: 25px 57px 25px;
    line-height: 1.3;
    font-size: 36px;
  }

  .studio-desc {
    font-size: 29px;
    line-height: 1.85;
    margin-bottom: 5%;
    padding: 0% 9% 0;
  }

  .studio-images {
    grid-template-columns: 1fr;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 45px;
  }

  .studio-images figcaption {
    font-size: 29px;
  }

  .studio-note {
    padding-top: 5px;
    font-size: 29px;
    line-height: 1.85;
  }

  /* ===============================  Voice ================================ */

  .sec-voice {
    padding: 5vw 0 10vw;
    background-image: url("../images/SP/voice_bg.webp");
  }

  .voice-sub {
    font-size: 5.7vw !important;
    margin-top: 5.5vw !important;
    line-height: 1.35;
  }

  .voice-card {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: relative;
    margin-bottom: 0;
  }

  .voice-1 {
    background-image: url("../images/SP/voice_voice1_bg.webp");
    background-size: contain;
    background-position: top;
    padding: 1.5vw 3vw 2.1vw !important;
    margin-bottom: 4vw;
  }

  .voice-2 {
    background-image: url("../images/SP/voice_voice2_bg.webp");
    background-size: contain;
    background-position: top;
    padding: 1vw 4vw 2.6vw !important;
    margin-bottom: 4vw;
  }

  .voice-3 {
    background-image: url("../images/SP/voice_voice3_bg.webp");
    background-size: contain;
    background-position: top;
    padding: 1.4vw 4vw 3.4vw !important;
    margin-bottom: 4vw;
  }

  .voice-4 {
    background-image: url("../images/SP/voice_voice4_bg.webp");
    background-size: contain;
    background-position: top;
    padding: 0.7vw 4vw 3.2vw !important;
  }

  .voice-head {
    margin-bottom: 6vw;
  }

  .voice-card.reverse {
    flex-direction: column;
  }

  .voice-img img {
    width: 90px;
    height: 90px;
  }

  .voice-body {
    width: 100%;
    text-align: center;
  }

  .voice-body-title {
    justify-content: center;
  }

  .voice-list {
    padding: 0 2%;
  }

  .voice-list li:nth-child(1) .voice-meta {
    font-size: 3.2vw !important;
    padding-right: 0px;
    margin-top: -5px;
    margin-bottom: 0 !important;
  }

  .voice-list li:nth-child(2) .voice-meta {
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0 !important;
    font-size: 3.1vw !important;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 3.2vw !important;
    padding-right: 0px;
    margin-bottom: 0 !important;
    margin-top: -4px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 3.3vw !important;
    letter-spacing: 2px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0 !important;
  }

  .voice-list li:nth-child(even) .voice-text {
    line-height: 1.7;
  }

  .voice-text {
    font-size: 3.1vw !important;
    line-height: 1.7;
    width: 70%;
    padding-top: 2.5vw;
    letter-spacing: -0.4px;
  }

  .voice-3 .voice-text {
    padding-top: 2.5vw;
  }
  

  /* ===============================  Q&A  ================================ */
  .sec-qa {
    padding: 44px 16px;
    background-image: url("../images/SP/QA_bg.webp");
    background-size: auto;
    background-position: top;
    margin-top: 0;
  }

  .sec-qa .sec-inner {
    padding: 0;
  }

  .q-icon {
    background: url("../images/SP/QA_icon-Q.webp") no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
  }

  .a-icon {
    background: url("../images/SP/QA_icon-A.webp") no-repeat center / contain;
    background-size: contain;
    width: 60px;
    height: 60px;
  }

  .qa-head {
    margin-bottom: 24px;
  }

  .qa-title {
    font-size: 50px;
    letter-spacing: 1px;
  }

  .and-text {
    font-size: 40px;
  }

  .qa-item {
    margin-bottom: 14px;
  }

  .qa-question {
    padding: 12px 16px;
    font-size: 26px;
    border-radius: 22px;
  }

  .qa-answer-inner p {
    font-size: 26px;
    line-height: 1.8;
  }

  .qa-question .arrow {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .qa-answer {
    gap: 8px;
    margin-top: 6px;
  }

  .qa-answer-inner {
    padding: 12px 14px;
    border-radius: 22px;
  }

  /* =============================== Contact ================================ */
  .sec-contact {
    padding: 44px 16px;
  }

  .sec-contact .sec-inner {
    padding: 0;
  }

  .contact-balloon {
    padding: 10px 16px 35px;
    margin-bottom: 32px;
  }

  .contact-balloon h2 {
    font-size: 50px;
    margin-bottom: 0px;
  }

  .contact-balloon p {
    line-height: 1.7;
    letter-spacing: -0.6px;
    font-size: 3vw;
  }

  .click-font {
    display: inline-block;
    margin-top: 15px;
    font-size: 4.7vw;
  }

  .contact-line .line-click {
    font-size: 24px;
  }

  .contact-methods {
    width: 100%;
    gap: 15px;
    margin: 0;
  }

  .contact-item img {
    width: 60px;
    height: 60px;
  }

  .contact-title {
    font-size: 18px;
  }

  .contact-text {
    font-size: 18px;
  }

  .contact-info {
    flex-direction: column;
    gap: 14px;
  }

  .info-note {
    font-size: 20px;
  }

  .info-row {
    flex-direction: column;
    gap: 0px;
  }

  .info-box {
    padding: 16px 14px;
  }

  .info-box h3 {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    border: none;
  }

  .info-box h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -30px;
    width: 1px;
    background: #f3a6b8;
  }

  .info-box p {
    font-size: 13px;
  }

  .info-main {
    font-size: 25px;
  }

  .studio-name {
    font-size: 24px;
  }

  .studio-link {
    font-size: 26px;
    line-height: 1.2;
  }

  /*************************************************************/
  .sec-column {
    padding: 60px 0px 25px;
  }

  .column-item {
    padding: 32px 0px;
  }

  .column-head h2 {
    font-size: 50px;
  }

  .column-no {
    background-image: url("../images/SP/column_h-icon_bg.webp");
    background-position: center;
    background-size: contain;
    font-size: 30px;
    padding: 0px 25px 0px 18px;
    height: auto;
  }

  .column-item-title h3 {
    font-size: 28px;
  }

  .column-body p {
    font-size: 24px;
  }

  /* =============================== Footer ================================ */

  .cta-bottom {
    margin-bottom: 20px;
  }

  .cta-bottom img {
    width: 100%;
  }

  .site-footer {
    padding: 16px 10px;
  }

  .site-footer p {
    font-size: 11px;
    line-height: 1.6;
  }

  .back-to-top {
    bottom: 90px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 745px) {
  .sec-studio>.studio-block:nth-of-type(3) {
    padding: 7% 0px 5%;
  }
}

@media (max-width: 741px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 7%
  }

  .sec-studio>.studio-block:nth-of-type(3) {
    padding: 5% 0px 5%;
  }
}

@media (max-width: 736px) {

  .job img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 731px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 5%;
  }
}

@media (max-width: 728px) {
  .sec-studio>.studio-block:nth-of-type(4) {
    padding: 2% 0px 4%;
  }
}

@media (max-width: 726px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 3%;
  }
}

@media (max-width: 725px) {

  .safe-sub {
    font-size: 40px;
  }

  .earn-sub {
    font-size: 40px;
  }

  .studio-sub {
    font-size: 40px;
  }

  .flow-1 p {
    top: 115px;
  }

  .flow-line-lead {
    font-size: 34px;
  }

  .flow-line__text {
    font-size: 28px;
  }

  .flow-line__head {
    margin-bottom: 10px;
    top: 30px;
  }

  .studio-block-title {
    font-size: 32px;
  }

  .studio-desc {
    font-size: 27px;
    margin-bottom: 3%;
  }

  .studio-note {
    font-size: 27px;
  }

  .studio-images figcaption {
    font-size: 27px;
  }

  .recruit-sub {
    font-size: 45px;
  }

  .recruit-item .label {
    font-size: 26px;
  }

  .recruit-item p {
    font-size: 26px;
  }

  .caution-title {
    font-size: 25px;
  }

  .contact-title {
    font-size: 16px;
  }

  .contact-text {
    font-size: 16px;
  }
}

@media (min-width: 656px) and (max-width: 742px) {
  .profile.reverse .float-img {
    top: -24px;
  }
}

@media (max-width: 705px) {
  .float-img img {
    width: 75px;
    height: 75px;
  }

  .float-img {
    top: -45px;
    left: -3%;
  }

  .flow-line_icon2 {
    width: 85% !important;
  }

  .sub-title {
    font-size: 43px;
  }

  .studio-block-title {
    font-size: 31px;
  }

  .studio-desc {
    font-size: 26px;
  }

  .studio-note {
    font-size: 26px;
  }

  .studio-images figcaption {
    font-size: 26px;
  }

  .flow-line-button span {
    font-size: 33px;
  }

  .caution-title img {
    width: 60px;
  }

  .caution-title {
    font-size: 27px;
    margin: 14px 0 6px;
    padding: 10px 0px;
  }

  .job img {
    width: 50px;
    height: 50px;
  }

  .job {
    font-size: 15px;
  }

  .price {
    font-size: 10px;
  }

  .earn-highlight {
    font-size: 26px;
  }

  .earn-desc p {
    font-size: 19px;
  }

  .earn-highlight span {
    font-size: 35px;
  }

  .qa-title {
    font-size: 45px;
  }

  .and-text {
    font-size: 35px;
  }

  .qa-question {
    font-size: 21px;
  }

  .qa-answer-inner p {
    font-size: 21px;
  }

  .point-card h3 {
    font-size: 33px;
  }

  .point-card p {
    font-size: 27px;
  }
}

@media (max-width: 694px) {
  .flow-card.flow-3 {
    padding: 37px 31px 62px;
  }
}

@media (max-width: 686px) {
  .flow-card.flow-3 {
    padding: 37px 31px 60px;
  }

  .flow-card.flow-2 {
    padding: 24px 31px 131px;
  }
}

@media (max-width: 676px) {
  .voice-text {
    font-size: 21px;
  }
}

@media (max-width: 672px) {
  .flow-card.flow-3 {
    padding: 32px 31px 48px;
  }
}

@media (max-width: 666px) {
  .flow-card.flow-2 {
    padding: 24px 31px 76px;
  }
}

@media (max-width: 664px) {}

@media (max-width: 658px) {
  .flow-card.flow-2 {
    padding: 24px 31px 93px;
  }
}

@media (max-width: 655px) {
  .sec-model-intro .sec-inner {
    padding: 0px 30px;
  }



  .float-img {
    top: -45px;
    left: -2%;
  }

  .profile.reverse .float-img {
    right: -11px;
    top: 25px;
  }

  .float-img img {
    width: 65px;
    height: 65px;
  }

  .flow-1 h3 {
    font-size: 28px;
  }

  .flow-2 h3 {
    font-size: 28px;
  }

  .flow-3 h3 {
    font-size: 28px;
    top: 32px;
  }

  .flow-card p {
    font-size: 25px;
  }

  .flow-line__text {
    font-size: 24px;
  }

  .flow-line__head h3 {
    font-size: 29px;
  }

  .flow-line_icon2 {
    width: 80% !important;
  }

  .flow-line__head {
    top: 54px;
  }

  .flow-card.flow-2 {
    padding: 24px 31px 136px;
  }

  .flow-card.flow-3 {
    padding: 37px 31px 102px;
  }

  .voice-list li:nth-child(2) .voice-meta {
    margin-bottom: 13px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .studio-block-title {
    font-size: 29px;
  }

  .studio-desc {
    font-size: 25px;
  }

  .studio-note {
    font-size: 25px;
    line-height: 1.7;
  }

  .studio-images figcaption {
    font-size: 25px;
  }

  .caution-title {
    font-size: 22px;
  }

  .column-no {
    font-size: 27px;
  }

  .column-item-title h3 {
    font-size: 25px;
  }

  .column-body p {
    font-size: 21px;
  }

  .flow-line-lead {
    font-size: 28px;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 40px;
  }

  .job img {
    width: 45px;
    height: 45px;
  }

  .point-card h3 {
    font-size: 30px;
  }

  .point-card p {
    font-size: 24px;
  }

  .safe-sub {
    font-size: 35px;
  }

  .studio-sub {
    font-size: 35px;
  }

  .flow-sub {
    font-size: 40px;
  }

  .earn-sub {
    font-size: 35px;
  }

  .contact-balloon h2 {
    font-size: 45px;
  }

  .contact-line .line-click {
    font-size: 21px;
  }

  .contact-title {
    font-size: 15px;
  }

  .contact-text {
    font-size: 15px;
  }

  .info-note {
    font-size: 17px;
  }

  .info-box h3 {
    font-size: 25px;
  }

  .info-box p {
    font-size: 10px;
  }

  .info-main {
    font-size: 22px;
  }

  .studio-name {
    font-size: 21px;
  }

  .studio-link {
    font-size: 23px;
  }

  .recruit-sub {
    font-size: 40px;
  }

  .recruit-item .label {
    font-size: 24px;
  }

  .recruit-item p {
    font-size: 24px;
  }

  .column-head h2 {
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .flow-card.flow-3 {
    padding: 37px 31px 52px;
  }
}

@media (max-width: 646px) {
  .voice-text {
    font-size: 20px;
  }
}

@media (max-width: 642px) {
  .flow-card.flow-3 {
    padding: 37px 31px 62px;
  }



  .float-img {
    top: -45px;
    left: -2%;
  }

  .profile.reverse .float-img {
    right: -11px;
    top: 25px;
  }

  .float-img img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 639px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 8%;
  }

  .studio-note {
    font-size: 24px;
  }

  .studio-desc {
    font-size: 24px;
  }

  .studio-images figcaption {
    font-size: 24px;
  }
}

@media (max-width: 605px) {
  .recruit-icon {
    width: 22px;
    height: 22px;
  }

  .recruit-item .label {
    font-size: 20px;
  }

  .recruit-item p {
    font-size: 19px;
  }

  .point-label {
    width: 55px;
  }

  .flow-1 h3 {
    font-size: 25px;
  }

  .flow-2 h3 {
    font-size: 26px;
  }

  .flow-3 h3 {
    font-size: 26px;
  }

  .info-main {
    font-size: 20px;
  }

  .studio-link {
    font-size: 22px;
  }

  .flow-card p {
    font-size: 23px;
  }

  .flow-line-button span {
    font-size: 30px;
  }

  .flow-line__head h3 {
    font-size: 27px;
  }

  .flow-line__text {
    font-size: 22px;
  }

  .flow-card.flow-2 {
    padding: 22px 31px 122px;
  }

  .job img {
    width: 40px;
    height: 40px;
  }

  .flow-card.flow-3 {
    padding: 28px 31px 55px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 19px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 19px;
  }

  .voice-text {
    font-size: 19px;
  }

  .sub-title {
    font-size: 40px;
  }

  .studio-block-title {
    font-size: 27px;
  }

  .studio-desc {
    font-size: 23px;
  }

  .studio-note {
    font-size: 23px;
  }

  .studio-images figcaption {
    font-size: 23px;
  }

  .recruit-sub {
    font-size: 35px;
  }

  .qa-question {
    font-size: 16px;
  }

  .qa-answer-inner p {
    font-size: 15px;
  }

  .earn-highlight {
    font-size: 22px;
  }

  .earn-desc p {
    font-size: 16px;
  }

  .earn-highlight span {
    font-size: 30px;
  }

  .earn-highlight .big-num {
    font-size: 40px;
  }

  .caution-title {
    font-size: 22px;
  }

  .caution-title img {
    width: 50px;
  }

  .point-card h3 {
    font-size: 28px;
  }

  .point-card p {
    font-size: 22px;
  }

  .flow-line-lead {
    font-size: 26px;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 35px;
  }

  .contact-line .line-click {
    font-size: 18px;
  }

  .contact-title {
    font-size: 14px;
  }

  .contact-text {
    font-size: 14px;
  }

  .qa-title {
    font-size: 40px;
  }

  .and-text {
    font-size: 30px;
  }

  .qa-question {
    font-size: 19px;
  }

  .qa-answer-inner p {
    font-size: 19px;
  }
}

@media (max-width: 598px) {
  .flow-card.flow-3 {
    padding: 30px 31px 51px;
  }

  .sec-model-intro .sec-inner {
    padding: 0px 22px;
  }



}

@media (max-width: 588px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 5%;
  }

  .studio-images figcaption {
    font-size: 22px;
  }

  .studio-desc {
    font-size: 22px;
  }

  .studio-note {
    font-size: 22px;
  }

  .flow-line__inner {
    padding: 13px 25px 27px;
  }
}

@media (max-width: 587px) {
  .voice-text {
    font-size: 18px;
  }
}

@media (max-width: 582px) {
  .flow-card.flow-2 {
    padding: 18px 31px 70px;
  }

  .flow-card.flow-3 {
    padding: 28px 31px 42px;
  }
}

@media (max-width: 574px) {
  .flow-card.flow-2 {
    padding: 22px 31px 75px;
  }
}

@media (max-width: 559px) {
  .contact-line .line-click {
    font-size: 17px;
  }

  .contact-title {
    font-size: 13px;
  }

  .contact-text {
    font-size: 13px;
  }

  .contact-methods {
    gap: 5px
  }



  .studio-images figcaption {
    font-size: 21px;
  }

  .studio-desc {
    font-size: 21px;
  }

  .studio-note {
    font-size: 21px;
  }

  .flow-1 h3 {
    font-size: 24px;
  }

  .flow-card p {
    font-size: 21px;
  }

  .flow-card.flow-2 {
    padding: 13px 20px 110px;
  }

  .flow-card.flow-3 {
    padding: 27px 31px 49px;
  }
}

@media (max-width: 557px) {
  .voice-text {
    font-size: 17px;
  }
}

@media (max-width: 555px) {
  .point-label {
    width: 50px;
  }

  .flow-1 h3 {
    font-size: 23px;
    top: 17px;
  }

  .flow-2 h3 {
    font-size: 24px;
    top: 15px
  }

  .flow-3 h3 {
    font-size: 24px;
    top: 26px;
  }

  .flow-card p {
    font-size: 20px;
  }

  .flow-line__head {
    top: 67px;
    gap: 5px;
  }

  .flow-line__text {
    font-size: 21px;
  }

  .job img {
    width: 37px;
    height: 37px;
  }

  .job {
    gap: 4px;
  }

  .cosplay-font {
    letter-spacing: -1.3px;
    font-size: 2.7vw;
  }

  .contact-balloon {
    padding: 10px 16px 25px;
  }

  .contact-balloon h2 {
    font-size: 40px;
  }

  .studio-images figcaption {
    font-size: 17px;
  }

  .flow-card.flow-1 {
    padding: 18px 30px 86px;
  }

  .flow-card.flow-2 {
    padding: 22px 31px 117px;
  }

  .flow-card.flow-3 {
    padding: 28px 31px 90px;
  }

  .voice-list li:nth-child(2) .voice-meta {
    margin-bottom: 16px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 17px;
    margin-bottom: 13px;
    margin-top: -4px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .voice-text {
    font-size: 17px;
  }

  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 12%;
  }

  .studio-images figcaption {
    font-size: 21px;
  }

  .studio-block-title {
    font-size: 25px;
    margin-bottom: 6px;
  }

  .studio-desc {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .studio-note {
    font-size: 21px;
  }

  .flow-line-lead {
    font-size: 24px;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 32px;
  }

  .flow-line__inner {
    padding: 11px 25px 35px;
  }

  .flow-line-button img {
    width: 85%;
  }

  .flow-line__head h3 {
    font-size: 27px;
  }

  .flow-line__text {
    font-size: 20px;
  }

  .earn-sub {
    font-size: 29px;
  }

  .safe-sub {
    font-size: 30px;
  }

  .flow-sub {
    font-size: 35px;
  }

  .sub-title {
    font-size: 33px;
  }

  .studio-sub {
    font-size: 30px;
  }

  .caution-title img {
    width: 40px;
  }

  .caution-title {
    font-size: 19px;
  }

  .info-box h3 {
    font-size: 23px;
  }

  .info-main {
    font-size: 18px;
  }

  .info-note {
    font-size: 16px;
  }

  .column-no {
    font-size: 24px;
  }

  .column-item-title h3 {
    font-size: 22px;
  }

  .column-body p {
    font-size: 18px;
  }

  .column-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 540px) {
  .flow-card.flow-3 {
    padding: 28px 31px 48px;
  }
}

@media (max-width: 537px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 8%;
  }
}

@media (max-width: 534px) {

  .float-img img {
    width: 60px;
    height: 60px;
  }

  .float-img {
    top: -34px;
    left: -2%;
  }

  .profile.reverse .float-img {
    right: -11px;
    top: 13px;
  }

  .flow-card.flow-1 {
    padding: 17px 30px 71px;
  }

  .flow-line__inner {
    padding: 8px 25px 19px;
  }
}

@media (max-width: 532px) {
  .flow-card.flow-3 {
    padding: 25px 31px 47px;
  }
}

@media (max-width: 511px) {
  .flow-card.flow-2 {
    padding: 16px 31px 70px;
  }
}

@media (max-width: 527px) {
  .voice-text {
    font-size: 16px;
  }
}

@media (max-width: 525px) {
  .studio-desc {
    font-size: 20px;
  }

  .studio-images figcaption {
    font-size: 20px;
  }

  .studio-note {
    font-size: 20px;
  }
}

@media (max-width: 519px) {
  .flow-card.flow-2 {
    padding: 13px 31px 66px;
  }
}

@media (max-width: 513px) {
  .flow-1 h3 {
    font-size: 22px;
  }

  .flow-card p {
    font-size: 20px;
  }
}

@media (max-width: 513px) {
  .flow-card.flow-3 {
    padding: 25px 31px 38px;
  }
}

@media (max-width: 508px) {


  .float-img img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 505px) {

  .desc-area p {
    letter-spacing: 0.03em;
  }

  .profile p {
    letter-spacing: 0.03em;
  }


  .recruit-icon {
    width: 20px;
    height: 20px;
  }

  .recruit-item .label {
    font-size: 18px;
  }

  .recruit-item p {
    font-size: 17px;
  }

  .sub-title {
    font-size: 31px;
  }

  .flow-1 h3 {
    font-size: 20px;
    top: 16px;
  }

  .flow-2 h3 {
    font-size: 21px;
    top: 14px;
  }

  .flow-3 h3 {
    font-size: 21px;
  }

  .flow-card p {
    font-size: 18px;
  }

  .flow-line__head h3 {
    font-size: 22px;
  }

  .flow-line_icon2 {
    width: 70% !important;
  }

  .flow-line__text {
    font-size: 18px;
  }

  .flow-card.flow-1 {
    padding: 18px 30px 79px;
  }

  .flow-card.flow-2 {
    padding: 22px 31px 111px;
  }

  .flow-card.flow-3 {
    padding: 28px 31px 85px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 15px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 15px;
  }

  .voice-text {
    font-size: 15px;
  }

  .point-card h3 {
    font-size: 24px;
  }

  .point-card p {
    font-size: 18px;
    letter-spacing: 0.02em;
  }

  .point-label {
    width: 45px;
  }

  .qa-question {
    font-size: 15px;
    padding: 9px 16px;
  }

  .qa-answer-inner p {
    font-size: 15px;
  }

  .q-icon {
    width: 45px;
    height: 45px;
  }

  .a-icon {
    width: 45px;
    height: 45px;
  }

  .flow-line-lead {
    font-size: 22px;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 30px;
  }

  .caution-title img {
    width: 35px;
  }

  .caution-title {
    font-size: 17px;
    margin: 2px 0 4px;
  }

  .studio-note {
    padding-top: 10px;
  }

  .earn-highlight {
    font-size: 20px;
  }

  .earn-desc p {
    font-size: 14px;
  }

  .earn-highlight span {
    font-size: 25px;
  }

  .sec-studio>.studio-block:nth-of-type(3) {
    padding: 5% 0px 5%;
  }

  .studio-desc {
    font-size: 19px;
  }

  .studio-note {
    font-size: 19px;
  }

  .studio-block-title {
    font-size: 22px;
    margin-bottom: 0px;
  }

  .studio-images figcaption {
    font-size: 19px;
  }

  .contact-balloon h2 {
    font-size: 35px;
  }

  .contact-line .line-click {
    font-size: 15px;
  }

  .contact-title {
    font-size: 11px;
  }

  .contact-text {
    font-size: 11px;
  }

  .info-note {
    font-size: 15px;
  }

  .info-box h3 {
    min-width: 110px;
    font-size: 20px;
  }

  .info-box p {
    font-size: 8px;
  }

  .info-main {
    font-size: 18px;
  }

  .studio-name {
    font-size: 19px;
  }

  .studio-link {
    font-size: 21px;
  }

  .qa-title {
    font-size: 35px;
  }

  .and-text {
    font-size: 25px;
  }

  .qa-question {
    font-size: 17px;
  }

  .qa-answer-inner p {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .studio-desc {
    font-size: 18px;
  }

  .studio-images figcaption {
    font-size: 18px;
  }

  .studio-note {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .flow-card.flow-3 {
    padding: 24px 31px 50px;
  }
}

@media (max-width: 489px) {
  .flow-card.flow-3 {
    padding: 28px 31px 52px;
  }
}

@media (max-width: 487px) {
  .voice-list li:nth-child(4) .voice-meta {
    margin-bottom: 13px;
  }
}

@media (max-width: 485px) {
  .flow-card.flow-1 {
    padding: 17px 30px 65px;
  }
}

@media (max-width: 480px) {
  .studio-block-title {
    font-size: 20px;
  }

  .studio-desc {
    font-size: 17px;
  }

  .studio-images figcaption {
    font-size: 17px;
  }

  .studio-note {
    font-size: 17px;
  }
  .voice-list li:nth-child(4) .voice-meta {
    letter-spacing: 1px;
}
}

@media (max-width: 478px) {
  .flow-card.flow-2 {
    padding: 14px 30px 92px;
  }
}

@media (max-width: 476px) {
  .flow-card.flow-2 {
    padding: 14px 30px 65px;
  }
}

@media (max-width: 475px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 4% 0px 5%;
  }

  .flow-card.flow-3 {
    padding: 22px 31px 41px;
  }
}

@media (max-width: 470px) {
  .job img {
    width: 35px;
    height: 35px;
  }

  .job {
    gap: 3px;
  }
}

@media (max-width: 467px) {
  .voice-list li:nth-child(2) .voice-meta {
    margin-bottom: 10px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    margin-bottom: 10px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    margin-bottom: 10px;
  }
}

@media (max-width: 460px) {


  .float-img img {
    width: 55px;
    height: 55px;
  }

  .flow-1 h3 {
    font-size: 19px;
  }

  .flow-card p {
    font-size: 17px;
  }

  .flow-card.flow-2 {
    padding: 14px 30px 88px;
  }
}

@media (max-width: 455px) {
  .point-label {
    left: 22px;
  }

  .flow-1 h3 {
    font-size: 19px;
    top: 20px;
  }

  .flow-2 h3 {
    font-size: 19px;
    top: 11px;
  }

  .flow-3 h3 {
    font-size: 19px;
    top: 21px;
  }

  .flow-card p {
    font-size: 16px;
  }

  .flow-card.flow-1 {
    padding: 18px 20px 73px;
  }

  .flow-card.flow-2 {
    padding: 14px 20px 95px;
  }

  .flow-card.flow-3 {
    padding: 22px 20px 75px;
  }

  .flow-line__head h3 {
    font-size: 22px;
  }

  .flow-line__text {
    font-size: 16px;
  }

  .flow-line__head {
    top: 86px;
    gap: 0px;
  }

  .flow-line-lead {
    font-size: 20px;
  }

  .flow-line_icon2 {
    width: 65% !important;
  }

  .sec-inner .flow-line-lead .flow-line_icon {
    width: 28px;
  }

  .flow-line-button span {
    font-size: 25px;
  }

  .info-box h3 {
    min-width: 90px;
    font-size: 18px;
  }

  .info-main {
    font-size: 16px;
  }

  .job img {
    width: 30px;
    height: 30px;
  }

  .contact-balloon h2::after {
    bottom: 9px;
  }

  .contact-line .line-click {
    font-size: 14px;
  }

  .contact-title {
    font-size: 10px;
  }

  .contact-text {
    font-size: 10px;
  }

  .voice-list li:nth-child(2) .voice-meta {
    margin-bottom: 10px;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .contact-balloon h2 {
    font-size: 30px;
  }

  .price-table td {
    padding: 1.5vw 1vw;
  }

  .qa-question {
    font-size: 15px;
  }

  .qa-answer-inner p {
    font-size: 15px;
  }

  .q-icon {
    width: 40px;
    height: 40px;
  }

  .a-icon {
    width: 40px;
    height: 40px;
  }

  .sub-title {
    font-size: 30px;
  }

  .recruit-sub {
    font-size: 30px;
  }

  .safe-sub {
    font-size: 25px;
  }

  .flow-sub {
    font-size: 30px;
  }

  .studio-sub {
    font-size: 25px;
  }

  .earn-sub {
    font-size: 25px;
  }

  .point-card h3 {
    font-size: 21px;
  }

  .point-card p {
    font-size: 16px;
  }

  .caution-title {
    font-size: 15px;
    margin: 2px 0 6px;
  }

  .caution-title img {
    width: 35px;
  }

  .column-no {
    font-size: 23px;
  }

  .column-item-title h3 {
    font-size: 21px;
  }

  .column-body p {
    font-size: 17px;
  }

  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 4% 0px 17%
  }

  .studio-block-title {
    font-size: 19px;
  }

  .studio-desc {
    font-size: 17px
  }

  .flow-card p {
    font-size: 16px;
  }

  .studio-images figcaption {
    font-size: 17px
  }

  .studio-note {
    font-size: 17px
  }

  .job {
    font-size: 12px;
  }

  .price {
    font-size: 8px;
  }

  .column-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .flow-line__head {
    margin-bottom: 4px;
  }
}

@media (max-width: 446px) {
  .voice-2 {
    padding: 4px 17px 9.5vw;
  }
}


@media (max-width: 445px) {
  .profile p {
    letter-spacing: 0.06em;
}
.profile.reverse .float-img {
    top: -21px;
}

  .flow-card.flow-3 {
    padding: 22px 20px 68px;
  }

  .flow-card.flow-1 {
    padding: 12px 20px 57px;
  }
}

@media (max-width: 436px) {


  .float-img img {
    width: 55px;
    height: 55px;
  }

  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 6% 0px 4%;
  }

  .studio-desc {
    font-size: 15px;
  }

  .studio-images figcaption {
    font-size: 15px;
  }

  .studio-note {
    font-size: 15px;
  }
}


@media (max-width: 434px) {
  .flow-card.flow-2 {
    padding: 14px 20px 83px;
  }

  .flow-card.flow-3 {
    padding: 20px 20px 63px;
  }

  .flow-line__inner {
    padding: 4px 25px 11px;
  }
}

@media (max-width: 431px) {
  .flow-card.flow-3 {
    padding: 20px 20px 35px;
  }
}

@media (max-width: 422px) {
  .caution-title {
    margin: 2px 0 2px;
  }
}

@media (max-width: 421px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 15%;
  }

  .flow-1 h3 {
    font-size: 18px;
  }

  .flow-card.flow-2 {
    padding: 10px 20px 79px;
  }
}

@media (max-width: 419px) {
  .sec-studio>.studio-block:nth-of-type(2) {
    padding: 5% 0px 5%;
  }

  .flow-line__head {
    margin-bottom: 5px;
  }
}

@media (max-width: 417px) {
  .flow-card.flow-2 {
    padding: 10px 20px 76px;
  }
}

@media (max-width: 416px) {
  .sp-menu-list a {
    font-size: 15px;
  }

  .voice-2 {
    padding: 2.7px 17px 7.6vw;
  }

  .price-table td {
    padding: 1.3vw 2vw;
  }
}

@media (max-width: 414px) {
  .flow-card.flow-2 {
    padding: 10px 20px 49px;
  }

  .flow-line__inner {
    padding: 7px 25px 16px;
  }

  .click-font {
    font-size: 4.5vw;
  }
}

@media (max-width: 411px) {


  .float-img img {
    width: 50px;
    height: 50px;
  }

  .voice-text {
    font-size: 13px;
  }
}

@media (max-width: 405px) {
  .recruit-icon {
    width: 18px;
    height: 18px;
  }

  .recruit-item .label {
    font-size: 16px;
  }

  .recruit-item p {
    font-size: 15px;
  }

  .job img {
    width: 30px;
    height: 30px;
  }

  .price-table td.job {
    margin-left: 1.5vw;
  }

  .voice-2 {
    padding: 4px 17px 8.9vw;
  }

  .flow-line-button span {
    font-size: 24px;
  }


  .flow-1 h3 {
    font-size: 16px;
    top: 13px;
  }

  .flow-2 h3 {
    font-size: 17px;
  }

  .flow-3 h3 {
    font-size: 17px;
  }

  .flow-card p {
    font-size: 15px;
  }

  .flow-line-lead {
    gap: 6px;
  }

  .flow-line__head h3 {
    font-size: 17px;
  }

  .flow-line__text {
    font-size: 14px;
  }

  .flow-card.flow-1 {
    padding: 18px 20px 52px;
  }

  .flow-card.flow-3 {
    padding: 21px 20px 35px;
  }

  .flow-card.flow-2 {
    padding: 14px 20px 76px;
  }

  .flow-line_icon2 {
    width: 60% !important;
  }

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 12px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 12px;
  }

  .voice-text {
    font-size: 12px;
  }

  .column-no {
    font-size: 20px;

  }

  .column-item-title h3 {
    font-size: 18px;
  }

  .column-body p {
    font-size: 14px;
  }

  .info-box h3 {
    padding-right: 10px;
    margin-right: 10px;
  }

  .studio-images figcaption {
    font-size: 15px;
  }

  .studio-note {
    padding-top: 4px;
    font-size: 15px;
  }

  .studio-desc {
    font-size: 15px;
  }

  .point-card h3 {
    font-size: 19px;
  }

  .point-card p {
    font-size: 13px;
  }

  .point-label img {
    width: 40px;
  }

  .point-label {
    left: 19px;
  }

  .sub-title {
    font-size: 25px;
  }

  .recruit-sub {
    font-size: 25px;
  }

  .studio-sub {
    font-size: 22px;
  }

  .earn-sub {
    font-size: 20px;
  }

  .flow-line-lead {
    font-size: 18px;
  }

  .caution-main {
    padding: 15px 23px 31px;
  }

  .caution-title {
    font-size: 14px;
    margin: 2px 0 4px;
  }

  .caution-title img {
    width: 30px;
  }

  .caution-main p {
    font-size: 12px;
  }

  .safe-sub {
    font-size: 20px;
  }

  .flow-sub {
    font-size: 25px;
  }

  .click-font .contact-arrow:last-child {
    margin-left: -6px;
  }

  .contact-balloon h2 {
    font-size: 30px;
  }

  .contact-line .line-click {
    font-size: 13px;
  }

  .contact-title {
    font-size: 9px;
  }

  .contact-text {
    font-size: 9px;
  }

  .info-note {
    font-size: 13px;
  }

  .info-box h3 {
    font-size: 17px;
  }

  .info-box p {
    font-size: 6px;
  }

  .info-main {
    font-size: 14px;
  }

  .studio-name {
    font-size: 16px;
  }

  .studio-link {
    font-size: 17px;
  }

  .earn-highlight {
    font-size: 16px;
  }

  .earn-desc p {
    font-size: 12px;
  }

  .earn-highlight span {
    font-size: 18px;
  }

  .earn-highlight .big-num {
    font-size: 25px;
  }

  .earn-highlight .space-ad {
    letter-spacing: -4px;
  }

  .qa-title {
    font-size: 30px;
  }

  .and-text {
    font-size: 20px;
  }

  .qa-question {
    font-size: 14px;
    padding: 8px 16px;
  }

  .qa-answer-inner p {
    font-size: 14px;
  }

  .column-head h2 {
    font-size: 25px;
  }
}

@media (max-width:405px) {
  .price-table td {
    padding: 1.2vw 2vw;
  }
}

@media (max-width: 395px) {
  .caution-main {
    padding: 15px 23px 15px;
  }

  .voice-2 {
    padding: 4px 17px 8.2vw;
  }

  .price-table {
    padding: 3vw 1.6vw;
  }
}

@media (max-width: 393px) {
  .flow-card.flow-2 {
    padding: 11px 20px 47px;
  }
}

@media (max-width: 390px) {
  .sp-menu-list a {
    font-size: 14px;
  }

  .studio-block-title {
    font-size: 18px;
  }

  .studio-desc {
    font-size: 14px;
  }

  .studio-images figcaption {
    font-size: 14px;
  }

  .studio-note {
    font-size: 15px;
  }

  .price-table td {
    padding: 1.1vw 2vw;
  }

  .sec-model-intro .sec-inner {
    padding: 0px 20px;
  }
}

@media (max-width: 386px) {


  .flow-card.flow-2 {
    padding: 14px 20px 73px;
  }
}

@media (max-width: 385px) {
  .sub-title {
    font-size: 23px;
  }

  .voice-2 {
    padding: 4px 17px 7.6vw;
  }

  .flow-1 h3 {
    font-size: 15px;
  }

  .flow-2 h3 {
    font-size: 16px;
  }

  .flow-3 h3 {
    font-size: 16px;
    top: 20px;
  }

  .flow-1 p {
    font-size: 14px;
    top: 60px;
  }

  .flow-2 p {
    font-size: 14px;
  }

  .flow-3 p {
    font-size: 14px;
  }

  .flow-line-button span {
    font-size: 23px;
  }

  .studio-block-title {
    font-size: 16px;
  }

  .studio-images figcaption {
    font-size: 14px;
  }

  .studio-note {
    font-size: 14px;
  }

  .studio-desc {
    font-size: 14px;
  }

  .column-no {
    font-size: 19px;

  }

  .column-item-title h3 {
    font-size: 17px;
  }

  .column-body p {
    font-size: 13px;
  }

  .point-card h3 {
    font-size: 18px;
  }

  .flow-line__text {
    font-size: 14px;
  }

  .caution-title {
    font-size: 13px;
    margin: 2px 0 3px;
    padding: 7px 0px;
  }

  .caution-main p {
    font-size: 12px;
  }

  .price-table td.job {
    margin-left: 0.5vw;
  }
}

@media (max-width: 380px) {
  .caution-main {
    padding: 13px 23px 13px;
  }

  .price-table {
    padding: 3.1vw 1.6vw;
  }

  .price-table td {
    padding: 0.9vw 2vw;
  }
}

@media (max-width: 375px) {
  .point-label {
    left: 16px;
  }

  .flow-card.flow-3 {
    padding: 21px 20px 31px;
  }

  .caution-title {
    font-size: 13px;
  }

  .caution-main p {
    font-size: 12px;
    line-height: 1.5;
  }

  .voice-2 {
    padding: 4px 17px 6.6vw;
  }
}

@media (max-width: 372px) {
  .flow-card.flow-2 {
    padding: 10px 20px 45px;
  }
}

@media (max-width: 370px) {
  .flow-card.flow-1 {
    padding: 12px 20px 42px;
  }

  .flow-card.flow-2 {
    padding: 11px 20px 44px;
  }

  .flow-card h3 {
    padding-left: 10%
  }
}

@media (max-width: 366px) {
  .studio-block-title {
    font-size: 15px;
  }

  .studio-images figcaption {
    font-size: 13px;
  }

  .studio-note {
    font-size: 13px;
  }

  .studio-desc {
    font-size: 13px;
  }
}

@media (max-width: 365px) {
  .voice-list li:nth-child(3) .voice-meta {
    font-size: 11px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 11px;
  }

  .flow-card p {
    font-size: 14px;
  }

  .voice-text {
    font-size: 11px;
  }

  .voice-2 {
    padding: 3.7px 17px 8.2vw;
  }
}

@media (max-width: 361px) {
  .flow-line__text {
    font-size: 13px;
  }
}

@media (max-width: 358px) {
  .contact-line .line-click {
    font-size: 12px;
  }

  .contact-title {
    font-size: 8px;
  }

  .contact-text {
    font-size: 8px;
  }

  .flow-card p {
    font-size: 13px;
  }

  .flow-card.flow-2 {
    padding: 11px 20px 67px;
  }
}

@media (max-width: 355px) {
  .sec-model-intro .sec-inner {
    padding: 0px 19px;
  }

  .flow-1 h3 {
    font-size: 15px;
  }

  .flow-2 h3 {
    font-size: 15px;
  }

  .flow-3 h3 {
    font-size: 15px;
  }

  .voice-2 {
    padding: 3.8px 17px 7.4vw 26.27px;
  }

  .flow-card p {
    font-size: 13px;
  }

  .flow-line__head h3 {
    font-size: 1rem;
  }

  .flow-line__text {
    font-size: 12px;
  }

  .price-table {
    padding: 2vw 1.6vw;
  }

  .voice-list li:nth-child(2) .voice-meta {}

  .voice-list li:nth-child(3) .voice-meta {
    font-size: 11px;
  }

  .voice-list li:nth-child(4) .voice-meta {
    font-size: 11px;
  }

  .voice-text {
    font-size: 11px;
  }
}