:root {
  /*font-family*/
  /* girls_seo_base_styleで設定中
    --ff-round: "M PLUS Rounded 1c", sans-serif;
    --ff-kosugi: "Kosugi Maru", sans-serif;
    --ff-rock: "RocknRoll One", sans-serif;
    */

  /*color btn用*/
  /* girls_seo_base_styleで設定中
    --btn-gray: #aaa;
    --btn-gray-dark: #888;
    --btn-pink: #ff789f;
    --btn-pink-dark: #cc6986;
    --btn-cyan: #56c7d6;
    --btn-cyan-dark: #459fab;
  */

  /*color main用*/
  --cl-pink-soft: #ffa8cc;
  --cl-pink-deep: #ff6b9d;
}

.fw_bold {
  font-weight: bold;
}

.section-hero {
  position: relative;
  width: 100%;
  height: clamp(240px, 60vw, 400px);
  min-height: 240px;
  background-image: url("../ViComm/woman/Image/A001/bg/bg_gplay.png"), linear-gradient(135deg, var(--cl-pink-deep), var(--cl-pink-soft));
  background-blend-mode: color-dodge;
  background-size: auto, cover;
  background-position: center;
  background-repeat: repeat, no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}
.section-hero nav ol {
  list-style: none;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: rgba(95, 95, 95, 0.2);
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: clamp(12px, 2.7vw, 14px);
  text-align: left;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}
.section-hero nav li a {
  position: relative;
  color: #fff;
  text-shadow: 0 1px 2px rgb(0, 0, 0, 0.25);
}
.breadcrumb li:not(:first-of-type) {
  position: relative;
}
.breadcrumb li:not(:first-of-type)::before {
  content: ">";
  margin-right: 0.5em;
  color: #444;
}

.heroText {
  all: unset;
  color: #fff;
  padding-inline: 1em;
}
.heroText .main {
  display: block;
  font-family: var(--ff-rock);
  font-size: clamp(20px, 5.3vw, 32px);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 80%);
  min-height: 1.5em;
}
.heroText .sub {
  display: block;
  font-family: var(--ff-kosugi);
  font-size: clamp(16px, 3.8vw, 22px);
  margin-top: 0.8em;
  letter-spacing: 0.8px;
  text-shadow: 0 0 3px rgb(0 0 0 / 40%);
  line-height: 1.3;
}
.heroText .keyword {
  color: #ffd700;
}

/******************************/
/* 上までがベース about.php基準 */

/* TOPカラーtheme別 */
.section-hero.theme-blue {
  background-image: url(../ViComm/woman/Image/A001/bg/bg_gplay.png), linear-gradient(135deg, #a4c8f5, #667eea);
}
.section-hero.theme-blue nav ol {
  background: rgba(95, 95, 95, 0.2);
}
.section-hero.theme-blue .keyword {
  color: #ff7b99;
}
/******************************/

.main-article {
  width: min(100%, 960px);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem) 1em clamp(3rem, 6vw, 5rem);
}
[class^="section-"] + [class^="section-"] {
  margin: clamp(40px, 16vw, 80px) 0;
}
[class^="section-"] + [class^="section-"]:last-child {
  margin-bottom: 0;
}
[class^="section-"] .title {
  all: unset;
  font-family: var(--ff-kosugi);
  width: 100%;
  display: inline-block;
  font-size: clamp(20px, 4.5vw, 28px);
  font-weight: bold;
  color: var(--cl-pink-deep);
  margin-bottom: 30px;
  border-bottom: 3px solid var(--cl-pink-deep);
  padding-bottom: 10px;
}
[class^="body-"] {
}
[class^="body-"] p {
  font-size: clamp(13.5px, 3.5vw, 15px);
  line-height: 1.7;
  letter-spacing: 0.03em;
}
[class^="body-"] > *:not(:last-child) {
  margin-bottom: 1.5em;
}

[class^="note-box"] {
  background-image: linear-gradient(135deg, #fff5f5, #ffe5ec);
  background-size: 140px, cover;
  background-position: center;
  background-repeat: repeat, no-repeat;
  border-left: 5px solid #ff6b9d;
  padding: 1.5em 1em;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 3px 0px #bbb;
  content-visibility: auto;
}
.lazy-bg[data-bg] {
  background-image: none;
}

[class^="note-box"] .note-title {
  all: unset;
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-family: var(--ff-kosugi);
  font-weight: bold;
  color: #ff6b9d;
  font-size: clamp(16px, 4.2vw, 18px);
  margin-bottom: 0.5em;
}
[class^="note-box"] .check-list,
[class^="work-card-"] .check-list {
  list-style: none;
}
[class^="note-box"] .check-list li::before,
[class^="work-card-"] .check-list li::before {
  content: "・";
}
[class^="note-box"] .check-list li,
[class^="note-box"] .note-text {
  font-size: clamp(14px, 3.7vw, 16px);
  text-shadow: 0 1px 2px rgba(255, 105, 155, 0.15);
}
[class^="note-box"] .note-text {
  line-height: normal;
  letter-spacing: normal;
  margin: 0.8em 0;
}
[class^="note-box"] .note-text:last-child {
  margin-bottom: 0;
}

/******************************/
/* 上までがベース about.php基準 */
.note-box-fuzzy {
  border-left: none;
  border-radius: 10px;
}
.note-box-fuzzy .note-title {
  justify-content: center;
  color: #3a4f66;
}
/******************************/

ul.fuzzy-voice-list {
  list-style: none;
}
.note-box-fuzzy .fuzzy-voice-item {
  width: fit-content;
  max-width: 95%;
  background: #ffffff;
  border-radius: 8px;
  padding: 0.8em 1em;
  margin: 1em;
  position: relative;
  font-family: var(--ff-yomogi);
  font-weight: bold;
  font-style: italic;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #444;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.note-box-fuzzy .fuzzy-voice-item::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #ffffff;
  transform: rotate(-45deg);
}
.note-box-fuzzy .fuzzy-voice-item:nth-of-type(even) {
  margin-left: auto;
}
.note-box-fuzzy .fuzzy-voice-item:nth-of-type(even):after {
  left: auto;
  right: 20px;
  transform: rotate(45deg);
}

.fuzzy-voice-item.active {
  opacity: 1;
  transform: translateY(0);
}
.fuzzy-voice-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.fuzzy-voice-item:nth-of-type(2) {
  transition-delay: 0.5s;
}

.work-types,
.work-genre,
.work-jobtypes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
[class^="work-card-"] {
  width: max(230px, calc(50% - 6px));
  flex-grow: 1;
  background: #fff;
  border: 1px solid var(--cl-pink-deep);
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
[class^="work-card-"] .card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^="work-card-"] .card-title {
  font-size: clamp(14px, 4.3vw, 18px);
  color: #ff6b9d;
}
[class^="work-card-"] .income {
  font-size: clamp(14px, 4vw, 16px);
  font-weight: bold;
  color: #e74c3c;
}
.work-card-workstyle p,
.work-card-workgenre p,
[class^="work-card-"] li {
  font-size: clamp(14px, 3.8vw, 15px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}

[class^="table-warap-"] {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
[class^="comparison-"] {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.comparison-genre thead th:first-child,
.comparison-genre tbody th {
  width: 6.5em;
  white-space: nowrap;
  padding: 0.8em;
}
.comparison-genre thead th:not(:first-child),
.comparison-genre tbody td {
  width: calc((100% - 6.5em) / 2);
  padding: 0.8em;
}
[class^="comparison-"] thead th {
  background: linear-gradient(135deg, #ff6b9d, #ffa8cc);
  color: #fff;
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: bold;
  text-align: center;
}
[class^="comparison-"] tbody tr {
  background: #fff;
  color: #333;
  font-size: clamp(11px, 2.8vw, 14px);
  text-align: center;
}
[class^="comparison-"] tbody tr:nth-child(even) {
  background: #f8f9fa;
}
[class^="comparison-"] tbody th.row {
  font-weight: bold;
}

/*安心安全の取り組み*/
.safety-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.safety-grid [class^="safety-gitem-"] {
  position: relative;
  width: max(230px, calc(50% - 6px));
  flex-grow: 1;
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 4px 6px 2px rgba(227, 186, 203, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.safety-grid [class^="safety-gitem-"]:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
.safety-grid .safety-gitem-anonymous:before {
  background-image: url(../ViComm/woman/Image/A001/sp/nonuser/seo/ico_secret.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
}
.safety-grid .safety-gitem-support:before {
  background-image: url(../ViComm/woman/Image/A001/sp/nonuser/seo/ico_clock.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
}
.safety-grid .safety-gitem-facefree:before {
  background-image: url(../ViComm/woman/Image/A001/sp/nonuser/seo/ico_woman.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
}
.safety-grid .safety-gitem-dailypay:before {
  background-image: url(../ViComm/woman/Image/A001/sp/nonuser/seo/ico_wallet.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
}
.safety-grid [class^="safety-gitem-"] > * {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.15);
}
[class^="safety-gitem-"] .gitem-title {
  font-size: clamp(18px, 2.8vw, 22px);
  color: #333;
}
.work-card-workgenre p {
  font-size: clamp(14px, 3.8vw, 15px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/*FAQ*/
.faq-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}
.faq-list-item {
  width: 100%;
}
.faq-list-item .faq-title {
  display: flex;
  align-items: flex-end;
  gap: 0.4em;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: bold;
  margin-bottom: 1em;
}
.faq-list-item .faq-text {
  font-size: clamp(13.5px, 3.5vw, 15px);
  padding-left: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/*svgIcon*/
[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
[class^="work-card-"] [class^="icon-"] {
  width: 2em;
  height: 2em;
}
.icon-qchat {
  width: 1.8em;
  height: 1.8em;
}

/**30over**/
.worry-messeage-title {
  text-align: center;
  font-size: clamp(16px, 3.1vw, 24px);
  margin: clamp(20px, 6vw, 40px) 0;
}
.worry-messeage-title .point {
  display: inline-block;
  color: var(--cl-pink-deep);
  font-family: "M PLUS 1";
  font-weight: 900;
  font-size: 115%;
  letter-spacing: 0.08em;
}
.worry-messeage-lead {
  text-align: center;
}
.worry-messeage-box {
  width: clamp(380px, 63vw, 500px);
  margin: 0 auto;
  background: linear-gradient(45deg, #a4c8f5, #667dea);
  padding: 2em 0.5em;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.worry-messeage-box:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(20px);
}
.worry-messeage-box p {
  position: relative;
  z-index: 2;

  color: #fff;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
.worry-messeage-box p span {
  display: inline-block;
  font-size: 115%;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-top: 10px;

  color: var(--cl-pink-deep);
  text-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 0 2px rgb(255 255 255);
}
