@charset "utf-8";

/* recruit */

.fs20 {
  font-size: 20px;
  font-weight: bold;
}
.fs24 {
  font-size: 24px;
}
.fs40{
  font-size: 40px;
}
.mein-tt{
    font-weight: bold;
    text-align: center;
    margin: 80px;
    letter-spacing: 0.12em;
}

.con_btn{
  padding: 40px;
  text-align: center;
}

.con_btn a{
  display: inline-block !important;
    width: 220px;
    border: 1px solid #937218;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    padding: 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit h3 {
  text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.recruit .ruby {
  text-align: center;
  margin-bottom: 40px;
}

.recruit .rec-top-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0 60px;
}

.recruit .rec-top-section:before,
.recruit .rec-top-section:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 341px;
  z-index: 5;
}

.recruit .rec-top-section:before {
  /*background: url(/import/tenant_1/153.126.195.208/html/images/recruit/rec_bg02.png) no-repeat left center;*/
  background-size: 100% auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit .rec-top-section:after {
  /*background: url(/import/tenant_1/153.126.195.208/html/images/recruit/rec_bg01.png) no-repeat right top;*/
  background-size: 100% auto;
  right: 0;
  top: 0;
}

.recruit .rec-top-box {
  position: relative;
  z-index: 5;
}

.recruit .rec-top-box h3 {
  font-family: "游ゴシック", YuGothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  text-align: center;
}

.recruit .rec-top-box .msg {
      max-width: 1000px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}

.recruit .work-movie-box {
  max-width: 600px;
  margin: 0 auto;
}

.recruit .work-movie-box .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  text-align: center;
}

.recruit .work-movie-box .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.recruit .work-movie-box .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit .pleasant-box {
  /*  background: url(/import/tenant_1/153.126.195.208/html/images/recruit/bg_patarn.png) no-repeat left top;*/
  background-size: cover;
}

.recruit .pleasant-box .inner {
  position: relative;
}

.recruit .pleasant-box .msg-box {
  width: 57%;
  margin: 0 auto;
}

.recruit .pleasant-box .msg-box h3 {
  color: #82705c;
}

.recruit .pleasant-box .msg-box .catch {
  margin-bottom: 40px;
}

.recruit .pleasant-box .msg-box .catch p {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 43px;
  width: 50%;
}

.recruit .pleasant-box .msg-box .catch p:before {
  content: "";
  background: url(/upload/tenant_1/02f48974374cd87fde67072283f78da8.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 38px;
}

.recruit .pleasant-img,
.recruit .bg-right {
  position: absolute;
}

.recruit .pleasant-img {
  top: 30px;
  left: 0;
  width: 20%;
  /* background: url(/upload/tenant_1/b9b92aa88d7e7a76b7335daae717b24d.png) no-repeat left top;*/
  background-size: 100% auto;
}

.recruit .pleasant-img .trimmingInner {
  border-radius: 50%;
}

.recruit .pleasant-img img {
  border-radius: 50%;
  /* padding: 10% 12.5%; */

}

.recruit .bg-right {
  right: 0;
  bottom: 0;
  width: 23%;
}

.recruit .study-box .thumb {
  overflow: hidden;
  /*border-radius: 50%;*/
  margin-bottom: 18px;
}

.recruit .study-box dt {
  font-weight: bold;
  margin-bottom: 18px;
}

.recruit .message-box .left,
.recruit .message-box .right {
  width: 50%;
}

.recruit .message-box .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.recruit .message-box .left {
  background-color: #626262;
  padding: 4%;
}

.recruit .message-box h3 {
  margin-bottom: 0;
  text-align: center;
}

.recruit .message-box .ruby {
  text-align: center;
  margin-bottom: 50px;
}

.recruit .message-box .msg {
  margin-bottom: 30px;
}

.recruit .message-box .end {
  text-align: right;
}

.recruit .message-box .left p {
  color: #fff;
}

.recruit .message-box .right .trimmingInner {
  height: 100%;
}

.recruit .message-box .right img {
  width: 124% !important;
}

.recruit .staff-voice-box h3 {
  text-align: center;
  margin-bottom: 30px;
}

.recruit .staff-voice-box .ruby {
  text-align: center;
  margin-bottom: 40px;
}

.recruit .staff-voice-box li {
  border: 10px solid #e5e5e5;
  padding: 2%;
}

.recruit .staff-voice-box .staff-name {
  margin-bottom: 30px;
}

.recruit .staff-voice-box .staff-name .thumb {
  width: 42%;
}

.recruit .staff-voice-box .staff-name .right {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 0 0 2%;
}

.recruit .staff-voice-box .staff-name .right p:first-child {
  font-weight: bold;
}

.recruit .staff-voice-box dl dt {
  color: #626262;
  font-weight: bold;
  margin-bottom: 20px;
}

.recruit .staff-voice-box dl:not(:last-child) {
  margin-bottom: 30px;
}

.recruit .faq-section .faq-list:not(:last-child) {
  margin-bottom: 30px;
}

.recruit .faq-section .faq-list dt {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  padding: 5px 42px 5px 42px;
  position: relative;
}

.recruit .faq-section .faq-list dt:before,
.recruit .faq-section .faq-list dt:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit .faq-section .faq-list dt:before {
  background: url(/upload/tenant_1/3c72fffdd8219f4f5d515ee2eb0e1589.png) no-repeat left center;
  background-size: 100% auto;
  left: 10px;
  width: 22px;
  height: 26px;
}

.recruit .faq-section .faq-list dt:after {
  background: url(/upload/tenant_1/ac3cab3f18bf0586bc34f2c406099483.png) no-repeat right center;
  background-size: 100% auto;
  right: 10px;
  width: 20px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.recruit .faq-section .faq-list dt.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  top: 35%;
}

.recruit .faq-section .faq-list dd {
  display: none;
  background-color: #fff;
  padding: 20px 42px;
}

.recruit .faq-section .faq-list dd span {
  position: relative;
}

.recruit .faq-section .faq-list dd span:before {
  content: "";
  background: url(/upload/tenant_1/5c43668928bc89956b5ab1ddccc682a5.png) no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  left: -32px;
  top: 0;
  width: 18px;
  height: 22px;
}

.recruit .requirements-table:not(:last-child) {
  margin-bottom: 40px;
}

.recruit .requirements-table dl:not(:last-child) {
  border-bottom: 2px solid #e5e5e5;
}

.recruit .requirements-table dl {
  padding: 18px 0;
  
}

.recruit .requirements-table dt {
  font-weight: bold;
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  
}

.recruit .requirements-table dd {
  width: 70%;
}

.recruit .requirements-table .jyouken ul li {
  list-style-type: square;
  list-style-position: inside;
}

/* .recruit .requirements-table .fukuri {
  max-width: 438px;
  width: 70%;
} */

.recruit .flow-section ul {
  margin-bottom: 20px;
}

.recruit .flow-section li {
  position: relative;
}

.recruit .flow-section li:not(:last-child) {
  margin-bottom: 100px;
}

.recruit .flow-section li:not(:last-child):after {
  content: "";
  background: url(/import/tenant_1/153.126.195.208/html/images/recruit/rec_arrow.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: -125%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 270px;
  height: 40px;
}

.recruit .flow-section li p {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 90px;
}

.recruit .flow-section li p:before {
  color: #fff;
  background-color: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit .flow-section li:first-child p:before {
  content: "1";
}

.recruit .flow-section li:nth-child(2) p:before {
  content: "2";
}

.recruit .flow-section li:nth-child(2) p {
  line-height: 100%;
}

.recruit .flow-section li:nth-child(3) p:before {
  content: "3";
}

.recruit .flow-section li:nth-child(4) p:before {
  content: "4";
}

.recruit .flow-section li:last-child p:before {
  content: "5";
}

.recruit .flow-section li p span {
  font-weight: normal;
  display: block;
}

.recruit .form-box {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit .form-box .caution-box {
  border: 3px solid #e5e5e5;
  padding: 20px 0;
  margin: 0 0 60px;
}

.recruit .form-box .caution-box .left {
  width: 14%;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.recruit .form-box .caution-box .msg {
  width: 73%;
}

.recruit .form-box .form dt {
  width: 27%;
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 20px;
}

.recruit .form-box .form dt span.red {
  margin: 0 0 0 10px;
}

.recruit .form-box .form dd {
  width: 73%;
  background-color: #eeeeee;
  padding: 20px;
}

.recruit .form-box .age input {
  width: 10%;
  margin: 0 10px 0 0;
}

.recruit .form-box .seibetsu input,
.recruit .form-box .keitai input {
  width: 5%;
}

.recruit .form-box .seibetsu label,
.recruit .form-box .keitai label {
  margin: 0 40px 0 0;
}

.recruit .form-box .now input {
  width: 10%;
}

.recruit .form-box .now label {
  margin: 0;
  width: 40%;
}

.recruit .form-box .telephone input {
  width: 15%;
}

.recruit .form-box .age dd div,
.recruit .form-box .telephone dd div {
  display: inline-block;
}

.recruit .form-box .btn {
  margin: 20px auto 0;
}

.recruit .entry-end-msg {
  text-align: center;
}

.recruit .faq-section .faq-list dt:hover {
    cursor: pointer; 
    opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  .recruit .faq-section .faq-list dt:hover {
    opacity: 1;
}
  
  .recruit .rec-top-section {
    padding-top: 70px;
  }

  .recruit .rec-top-section:after,
  .recruit .rec-top-section:before {
    background-size: 60%;
  }

  .recruit .rec-top-box {
    width: 90%;
    margin: 0 auto;
  }

  .recruit .pleasant-box .msg-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .recruit .pleasant-img {
    position: relative;
    top: 0;
    width: 40%;
  }

  .recruit .bg-right {
    width: 40%;
  }

  .recruit .message-box .left,
  .recruit .message-box .right {
    width: 100%;
  }

  .recruit .staff-voice-box li {
    margin: 0 auto 4%;
  }

  .recruit .flow-section li:not(:last-child):after {
    background-size: 50% auto;
  }

  .recruit .form-box .form dt,
  .recruit .form-box .form dd {
    width: 100%;
  }

  .recruit .form-box .keitai input {
    width: 10%;
  }

  .recruit .form-box .keitai label {
    margin: 0;
    width: 40%;
  }
}

@media only screen and (max-width: 599px) {
.recruit .requirements-table dl {
  width: 90%;
  margin: 0 auto;
}
  .recruit .rec-top-section:after,
  .recruit .rec-top-section:before {
    background-size: 40%;
  }

  .recruit .rec-top-section:before {
    top: auto;
    bottom: 0;
  }

  .recruit .study-box .gr422 {
    margin-bottom: 40px;
  }

  .recruit .staff-voice-box .staff-name .thumb,
  .recruit .staff-voice-box .staff-name .right {
    width: 100%;
  }

  .recruit .requirements-section h4 {
    text-align: center;
  }

  .recruit .requirements-table dt {
    text-align: left;
    margin-bottom: 10px;
  }

  .recruit .requirements-table dt,
  .recruit .requirements-table dd {
    width: 100%;
  }
  .recruit .requirements-table dd {
    margin-left: 10px;
    width: 95%;
  }

  .recruit .flow-section li p {
    padding: 0 0 0 40px;
  }

  .recruit .flow-section li p:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .recruit .flow-section li:not(:last-child):after {
    background-size: 25% auto;
    bottom: -20%;
  }

  .recruit .flow-section li:nth-child(3):after,
  .recruit .flow-section li:nth-child(4):after {
    bottom: -50%;
  }

  .recruit .flow-section li:not(:last-child) {
    margin-bottom: 40px;
  }

  .recruit .form-box .caution-box {
    padding: 20px 10px;
  }

  .recruit .form-box .caution-box .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit .form-box .caution-box .msg {
    width: 100%;
  }

  .recruit .form-box .age input {
    width: 20%;
  }

  .recruit .pleasant-box .msg-box .catch p {
    width: 100%;
  }

  .recruit .pleasant-box .msg-box .catch p:first-child {
    margin-bottom: 20px;
  }

  .recruit .staff-voice-box li {
    margin: 0 auto 40px;
  }

  .recruit .form-box .now input,
  .recruit .form-box .keitai input {
    width: 10%;
  }

  .recruit .form-box .now label,
  .recruit .form-box .keitai label {
    width: 90%;
  }
  .mein-tt{
    margin: 18px;
  }
  .fs40{
    font-size: 20px;
  }
  .fs24 {
  font-size: 16px;
}
.recruit h3{
  font-size: 34px;
}
.recruit .rec-top-box .msg {
    max-width: 1000px;
    margin: 0;
    text-align: left;
    line-height: 2;
    font-size: 16px;
}
}

.subtit.new {
    padding: 0px;
}


Google Map

.home-map {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.home-map:after {
  display: block;
  content: "";
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



/* ===== ShellBear 採用LP スタイル ===== */
#sb-recruit-lp { font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Noto Sans JP',sans-serif; background: #fff; color: #333; }
#sb-recruit-lp * { box-sizing: border-box; }
.sb-fv { background: linear-gradient(135deg, #fff5f7 0%, #fde8ef 50%, #ffd6e4 100%); padding: 60px 20px 50px; text-align: center; position: relative; overflow: hidden; }
.sb-fv::before { content: ''; position: absolute; top: -50px; right: -50px; width: 250px; height: 250px; background: rgba(255,182,193,0.2); border-radius: 50%; }
.sb-award-badge { display: inline-block; background: linear-gradient(135deg, #c9a96e, #e8cc8a); color: #fff; font-size: 11px; font-weight: 700; padding: 8px 16px; border-radius: 20px; margin-bottom: 20px; letter-spacing: 0.08em; box-shadow: 0 3px 12px rgba(201,169,110,0.4); }
.sb-award-badge span { display: block; font-size: 10px; opacity: 0.9; margin-top: 2px; }
.sb-fv-catch { font-size: clamp(24px, 5vw, 40px); font-weight: 700; color: #b06080; line-height: 1.4; margin: 0 0 16px; letter-spacing: 0.04em; }
.sb-fv-sub { font-size: clamp(13px, 2.5vw, 16px); color: #666; line-height: 1.8; margin: 0 0 30px; }
.sb-fv-merits { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.sb-merit-tag { background: #fff; color: #c06080; border: 1.5px solid #f4a0b8; border-radius: 20px; padding: 8px 18px; font-size: 13px; font-weight: 700; box-shadow: 0 2px 8px rgba(192,96,128,0.1); }
.sb-btn-line { display: inline-block; background: linear-gradient(135deg, #06c755, #04a244); color: #fff; text-decoration: none; border-radius: 30px; padding: 16px 40px; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; box-shadow: 0 4px 16px rgba(6,199,85,0.35); }
.sb-btn-line-sm { display: inline-block; background: linear-gradient(135deg, #06c755, #04a244); color: #fff; text-decoration: none; border-radius: 25px; padding: 12px 30px; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; box-shadow: 0 3px 12px rgba(6,199,85,0.3); }
.sb-section { padding: 60px 20px; max-width: 800px; margin: 0 auto; }
.sb-section-title { text-align: center; margin-bottom: 40px; }
.sb-section-title h2 { font-size: clamp(20px, 4vw, 28px); font-weight: 700; color: #b06080; margin: 0 0 8px; letter-spacing: 0.05em; }
.sb-section-title p { font-size: 13px; color: #999; margin: 0; }
.sb-divider { width: 40px; height: 3px; background: linear-gradient(90deg, #f4a0b8, #c9a96e); border-radius: 2px; margin: 12px auto 0; }
.sb-concept-box { background: #fff; border-radius: 16px; padding: 36px 32px; box-shadow: 0 4px 20px rgba(192,96,128,0.1); line-height: 1.9; font-size: 15px; color: #444; }
.sb-concept-box p { margin: 0 0 16px; }
.sb-concept-box p:last-child { margin: 0; }
.sb-highlight { color: #b06080; font-weight: 700; }
.sb-target-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 600px) { .sb-target-cards { grid-template-columns: 1fr; } }
.sb-target-card { background: #fff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-top: 4px solid #f4a0b8; }
.sb-target-card.stylist { border-top-color: #c9a96e; }
.sb-target-label { font-size: 11px; font-weight: 700; color: #f4a0b8; letter-spacing: 0.1em; margin-bottom: 8px; }
.sb-target-card.stylist .sb-target-label { color: #c9a96e; }
.sb-target-card h3 { font-size: 18px; font-weight: 700; color: #333; margin: 0 0 16px; }
.sb-target-card ul { margin: 0; padding: 0; list-style: none; }
.sb-target-card ul li { padding: 6px 0 6px 20px; font-size: 14px; color: #555; border-bottom: 1px solid #f5e6ec; position: relative; line-height: 1.7; }
.sb-target-card ul li:last-child { border-bottom: none; }
.sb-target-card ul li::before { content: '\2713'; position: absolute; left: 0; color: #f4a0b8; font-weight: 700; }
.sb-target-card.stylist ul li::before { color: #c9a96e; }
.sb-merits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .sb-merits-grid { grid-template-columns: 1fr; } }
.sb-merit-card { background: #fff; border-radius: 16px; padding: 24px 20px; box-shadow: 0 3px 16px rgba(192,96,128,0.1); }
.sb-merit-icon { font-size: 32px; margin-bottom: 12px; }
.sb-merit-card h4 { font-size: 16px; font-weight: 700; color: #b06080; margin: 0 0 10px; }
.sb-merit-card p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }
.sb-edu-flow { display: flex; flex-direction: column; gap: 0; }
.sb-edu-step { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px dashed #f4a0b8; }
.sb-edu-step:last-child { border-bottom: none; }
.sb-edu-num { min-width: 40px; height: 40px; background: linear-gradient(135deg, #f4a0b8, #c9a96e); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; }
.sb-edu-step h4 { font-size: 16px; font-weight: 700; color: #b06080; margin: 0 0 6px; }
.sb-edu-step p { font-size: 13px; color: #666; margin: 0; line-height: 1.7; }
.sb-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
@media (max-width: 600px) { .sb-compare { grid-template-columns: 1fr; } }
.sb-compare-col { border-radius: 12px; padding: 20px; }
.sb-compare-col.other { background: #f0f0f0; }
.sb-compare-col.shell { background: linear-gradient(135deg, #fff5f7, #fde8ef); border: 2px solid #f4a0b8; }
.sb-compare-col h4 { font-size: 14px; font-weight: 700; margin: 0 0 12px; color: #999; }
.sb-compare-col.shell h4 { color: #b06080; }
.sb-compare-col ul { margin: 0; padding: 0; list-style: none; }
.sb-compare-col ul li { font-size: 13px; padding: 4px 0; color: #666; }
.sb-compare-col.shell ul li { color: #444; font-weight: 500; }
.sb-timeline { position: relative; padding-left: 24px; }
.sb-timeline::before { content: ''; position: absolute; left: 7px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #f4a0b8, #c9a96e); }
.sb-tl-item { position: relative; padding: 0 0 24px 16px; }
.sb-tl-dot { position: absolute; left: -17px; top: 4px; width: 12px; height: 12px; background: #f4a0b8; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 2px #f4a0b8; }
.sb-tl-time { font-size: 12px; font-weight: 700; color: #c9a96e; margin-bottom: 3px; }
.sb-tl-content { font-size: 14px; color: #444; line-height: 1.6; }
.sb-voice-cards { display: flex; flex-direction: column; gap: 24px; }
.sb-voice-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(192,96,128,0.1); display: flex; gap: 16px; align-items: flex-start; }
@media (max-width: 600px) { .sb-voice-card { flex-direction: column; } }
.sb-voice-avatar { min-width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #f4a0b8, #fde8ef); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.sb-voice-meta { font-size: 11px; color: #c9a96e; font-weight: 700; margin-bottom: 6px; letter-spacing: 0.05em; }
.sb-voice-name { font-size: 15px; font-weight: 700; color: #333; margin-bottom: 10px; }
.sb-voice-text { font-size: 13px; color: #555; line-height: 1.8; }
.sb-faq-list { display: flex; flex-direction: column; gap: 12px; }
.sb-faq-item { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
.sb-faq-q { background: linear-gradient(90deg, #fff5f7, #fde8ef); padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.sb-faq-q-label { min-width: 28px; height: 28px; background: linear-gradient(135deg, #f4a0b8, #c06080); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.sb-faq-q-text { font-size: 14px; font-weight: 700; color: #333; line-height: 1.5; flex: 1; }
.sb-faq-a { padding: 14px 20px 16px 60px; font-size: 13px; color: #555; line-height: 1.8; border-top: 1px solid #fde8ef; }
.sb-cta { background: linear-gradient(135deg, #fde8ef 0%, #f4a0b8 50%, #c06080 100%); padding: 60px 20px; text-align: center; }
.sb-cta h2 { font-size: clamp(22px, 4vw, 30px); font-weight: 700; color: #fff; margin: 0 0 12px; text-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.sb-cta p { font-size: 15px; color: rgba(255,255,255,0.9); margin: 0 0 28px; line-height: 1.7; }
.sb-cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.sb-btn-cta { display: inline-block; background: #fff; color: #c06080; text-decoration: none; border-radius: 30px; padding: 16px 40px; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.sb-btn-line-cta { display: inline-block; background: linear-gradient(135deg, #06c755, #04a244); color: #fff; text-decoration: none; border-radius: 30px; padding: 16px 40px; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; box-shadow: 0 4px 20px rgba(6,199,85,0.4); }
.sb-line-float { position: fixed; bottom: 30px; right: 20px; z-index: 9999; }
.sb-line-float a { display: flex; align-items: center; gap: 8px; background: #06c755; color: #fff; text-decoration: none; border-radius: 30px; padding: 14px 20px; font-size: 14px; font-weight: 700; box-shadow: 0 4px 20px rgba(6,199,85,0.5); animation: sb-bounce 2s ease-in-out infinite; }
@keyframes sb-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

@media (max-width: 599px) { .sb-line-float { bottom: 70px; } }
