@charset "UTF-8";
/* ============================================
   算数検定トライアルLP - lp-suken_trial.css
   ============================================ */

@media screen and (min-width: 800.98px) and (max-width: 1536px) {
  body {
    zoom: 0.85;
    /* 15.6インチ以下のノートPCで15%縮小 */
  }
}

/* --- Variables --- */
:root {
  --trial-white: #FFFFFF;
  --trial-green: #B3D268;
  --trial-pink: #FFA7D1;
  --trial-yellow: #FFDE66;
  --trial-skyblue: #89DDFF;
  --trial-text: #313131;
  --trial-text-sub: #333;
  --trial-blue: #1E94D4;
  --trial-orange: #ED6700;
  --trial-red: #EF756A;
  --trial-pink-dark: #FF53A7;
  --trial-green-dark: #61AA02;
  --trial-beige: #F8F7F4;
  --trial-pink-bg: #FFF0F7;
  --trial-green-bg: #F1F9DD;
  --trial-qa-bg: #d4edda;
  --trial-chance-bg: #ACDCE5;
}

/* --- Base --- */
.sukenTrial {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--trial-text);
  line-height: 1.6;
  overflow: hidden;
}

.sukenTrial img {
  max-width: 100%;
  height: auto;
}

/* ============================================
   Section 1: Hero
   ============================================ */
.trialHero {
  position: relative;
  background: url('../images/suken_trial/hero_bg.jpg') center/cover no-repeat;
  height: 100dvh;
  min-height: 768px;
  overflow: hidden;
}

.trialHero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.trialHero__cover {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.trialHero__header {
  padding: 32px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.trialHero__title {
  margin: 0;
}

.trialHero__title img {
  width: 398px;
  height: 57px;
}

.trialHero__badges {
  padding-top: 45px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.trialHero__badge {
  display: inline-flex;
  padding: 8px 16px;
  height: 50px;
  align-items: center;
}

.trialHero__badge.--green {
  background: var(--trial-green);
}

.trialHero__badge.--blue {
  background: var(--trial-skyblue);
}

.trialHero__badge span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 2.4px;
  color: var(--trial-text);
  white-space: nowrap;
}

.trialHero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.trialHero__content {
  background: rgba(255, 255, 255, 0.50);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;

}

.trialHero__lead {
  font-weight: 900;
  font-size: 64px;
  letter-spacing: 6.4px;
  line-height: 1.2;
  color: var(--trial-text);
  white-space: nowrap;
}

.trialHero__blocks {
  display: flex;
  gap: 10px;
}

.trialHero__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 130px;
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 1;
  color: var(--trial-text);
}

.trialHero__block.--san {
  background: var(--trial-green);
}

.trialHero__block.--suu {
  background: var(--trial-pink);
}

.trialHero__block.--ken {
  background: var(--trial-yellow);
}

.trialHero__block.--tei {
  background: var(--trial-skyblue);
}


/* ============================================
   Section 2: Intro
   ============================================ */


/* ============================================
   Section 3: Story Cards
   ============================================ */
.trialStory {
  position: relative;
  background-color: var(--trial-beige);
  overflow: hidden;
}

.trialStory__bg {
  padding-bottom: 100px;
}

.trialStory__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/suken_trial/story_bg.svg');
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.trialStory__bg .trialStory__title,
.trialStory__bg .trialStory__lead,
.trialStory__bg .trialStory__card {
  visibility: hidden;
}

.trialStory__dummy {
  position: relative;
  z-index: 1;
}

.trialStory__real {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.trialStory__intro {
  padding: 100px 80px 40px;
}

.trialStory__bg .trialStory__intro {
  background: var(--trial-green);
}

.trialStory__title {
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 6px;
  color: var(--trial-text);
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
}

.trialStory__titleBr {
  display: none;
}

.trialStory__lead {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 2;
  color: var(--trial-text);
  text-align: center;
}

.trialStory__content {
  background-color: var(--trialStory-color);
  position: relative;
}

.trialStory__bg .trialStory__content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 89px;
  background-position: center top;
  background-size: auto;
  background-repeat: repeat-x;
  z-index: 1;
}

.trialStory__content.--sports {
  --trialStory-color: var(--trial-green);
}

.trialStory__content.--sports::after {
  background-image: url('../images/suken_trial/story_divider_green.svg');
}

.trialStory__content.--cooking {
  --trialStory-color: var(--trial-pink);
  padding-top: 160px;
}

.trialStory__content.--cooking::after {
  background-image: url('../images/suken_trial/story_divider_pink.svg');
}

.trialStory__content.--idea {
  --trialStory-color: var(--trial-skyblue);
  padding-top: 160px;
}

.trialStory__content.--idea::after {
  background-image: url('../images/suken_trial/story_divider_skyblue.svg');
}

.trialStory__content.--position {
  --trialStory-color: var(--trial-green);
  padding-top: 160px;
  padding-bottom: 40px;
}

.trialStory__content.--position::after {
  background-image: url('../images/suken_trial/story_divider_green.svg');
}

.trialStory__real .trialStory__content {
  background-color: transparent;
}

.trialStory__card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.trialStory__card.--right {
  flex-direction: row;
}

.trialStory__card.--left {
  flex-direction: row-reverse;
}

.trialStory__illust {
  position: relative;
  z-index: 1;
  flex: 1;
}

.trialStory__illust img {
  width: 100%;
}

.trialStory__body {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 628px;
}

.trialStory__headingBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}

.trialStory__headingText {
  display: inline-flex;
  align-items: center;
  height: 96px;
  background: var(--trial-white);
  color: var(--trialStory-color);
  font-weight: 900;
  font-size: 80px;
  line-height: 1.8;
  letter-spacing: 8px;
  padding: 4px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
  box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.15);
}

.trialStory__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 1.8px;
  color: var(--trial-text-sub);
}

/* ============================================
   Section 4: Chance
   ============================================ */
.trialChance {
  padding: 100px 0 0;
  background: var(--trial-beige);
}

.trialChance__inner {
  max-width: 1600px;
  min-height: 792px;
  margin: 0 auto;
  padding-top: 40px;
  background: url('../images/suken_trial/illust_chance.png') left/1100px no-repeat;
}

.trialChance__content {
  max-width: 960px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}

.trialChance__headingBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.trialChance__headingText {
  display: inline-flex;
  align-items: center;
  height: 108px;
  background: var(--trial-white);
  color: var(--trialStory-color);
  font-weight: 900;
  font-size: 90px;
  line-height: 1.8;
  letter-spacing: 8px;
  padding: 4px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
  box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.15);
}

.trialChance__headingText.--first {
  height: 156px;
  gap: 10px;
}

.trialChance__headingTextHa {
  font-weight: 900;
  font-size: 90px;
  line-height: 1.8;
  letter-spacing: 8px;
}

.trialChance__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.trialChance__desc p {
  text-align: center;
}

.trialChance__desc span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 1.8px;
  color: var(--trial-text-sub);
}

/* ============================================
   Section 5: About
   ============================================ */

.trialAbout,
.trialGoal {
  background: var(--trial-beige);
}

.trialAbout__heading,
.trialGoal__heading {
  padding: 80px 0;
}

.trialAbout__title,
.trialGoal__title {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 5px;
  color: var(--trial-text);
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.trialAbout__bgTop {
  height: 89px;
  background: url('../images/suken_trial/about_bg1.svg') center bottom/auto repeat-x;
  position: relative;
  bottom: -2px;
}

.trialAbout__bgBottom {
  height: 89px;
  background: url('../images/suken_trial/about_bg2.svg') center top/auto repeat-x;
  position: relative;
  top: -2px;
}

.trialAbout__body {
  background: var(--trial-yellow);
  padding: 60px 0 0;
}

.trialAbout__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.trialAbout__figureWrap {
  width: 100%;
  height: 480px;
  position: relative;
}

.trialAbout__figure {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.trialAbout__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 2px;
  color: var(--trial-text-sub);
  max-width: 1000px;
  text-align: left;
}

/* ============================================
   Section 6: Goal
   ============================================ */
.trialGoal__bgTop {
  height: 89px;
  background: url('../images/suken_trial/goal_bg1.svg') center bottom/auto repeat-x;
  position: relative;
  bottom: -2px;
}

.trialGoal__bgBottom {
  height: 89px;
  background: url('../images/suken_trial/goal_bg2.svg') center top/auto repeat-x;
  position: relative;
  top: -2px;
}

.trialGoal__body {
  background: var(--trial-skyblue);
  padding: 60px 0;
}

.trialGoal__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.trialGoal__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 2px;
  color: var(--trial-text-sub);
  max-width: 1000px;
  text-align: left;
}

.trialGoal__figureWrap {
  width: 100%;
  height: 120px;
  position: relative;
}

.trialGoal__figure {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.trialGoal__images {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.trialGoal__img {
  height: 300px;
  width: auto;
  object-fit: cover;
}

.trialGoal__footer {
  padding: 120px 0;
  text-align: center;
}

.trialGoal__button {
  display: inline-block;
  position: relative;
}

.trialGoal__book {
  position: relative;
  width: 900px;
  height: 294px;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 11px 11px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  background: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
}

.trialGoal__bookBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.trialGoal__bookBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trialGoal__bookBg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0, transparent 60%, #fff 100%);
  z-index: 1;
}

.trialGoal__bookInfo {
  text-align: left;
  padding: 40px;
  padding-left: 48%;
  position: relative;
  z-index: 2;
}

.trialGoal__bookTitle {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
  color: var(--trial-text-sub);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

.trialGoal__bookText {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 2px;
  color: var(--trial-text-sub);
}

.trialGoal__bookCover {
  position: absolute;
  right: -70px;
  top: -66px;
  width: 156px;
  transform: rotate(7.93deg);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.trialGoal__bookCover img {
  width: 100%;
}

/* ============================================
   Section 7: Web Trial
   ============================================ */
.trialWeb {
  background-image: url('../images/suken_trial/web_bg.png');
  background-color: var(--trial-pink);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

.trialWeb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background: url('../images/suken_trial/story_divider_beige.svg') center top/auto repeat-x;
  z-index: 1;
}

.trialWeb__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.trialWeb__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-bottom: 0;
}

.trialWeb__titleText {
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 7px;
  color: var(--trial-text);
  text-align: center;
  line-height: 1.3;
}

.trialWeb__titleLine {
  display: block;
  width: 6px;
  height: 160px;
  background: var(--trial-text);
  flex-shrink: 0;
}

.trialWeb__titleLine.--left {
  transform: rotate(-20deg) translateY(8px);
}

.trialWeb__titleLine.--right {
  transform: rotate(20deg) translateY(8px);
}

.trialWeb__desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 2px;
  color: var(--trial-text-sub);
  text-align: center;
}

.trialWeb__preview {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.trialWeb__illustLeft {
  width: 300px;
  flex-shrink: 0;
  transform: rotate(-3deg);
  position: absolute;
  left: 20px;
  bottom: -10px;
}

.trialWeb__screenshot {
  width: 600px;
  flex-shrink: 0;
}

.trialWeb__screenshot img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}

.trialWeb__illustRight {
  width: 280px;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  transform: rotate(3deg);
}

.trialWeb__moraeru {
  position: absolute;
  width: 180px;
  top: 40px;
  right: 50px;
}

.trialWeb__right {
  position: absolute;
  width: 200px;
  bottom: 10px;
  right: 80px;
}

/* Notice box */
.trialWeb__notice {
  background: var(--trial-beige);
  border: 1px solid var(--trial-red);
  border-radius: 20px;
  padding: 40px;
  color: var(--trial-red);
  width: 100%;
  max-width: 900px;
}

.trialWeb__noticeTitle {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.trialWeb__noticeList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: notice;
}

.trialWeb__noticeList li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
  counter-increment: notice;
}

.trialWeb__noticeList li::before {
  content: counter(notice) ".";
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.6;
}

/* CTA button */
.trialWeb__cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--trial-blue);
  border-radius: 10px;
  padding: 40px 100px;
  box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
  position: relative;
}

.trialWeb__cta:hover {
  opacity: 0.85;
  text-decoration: none;
}

.trialWeb__ctaMain {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.trialWeb__ctaLine1 {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 1.2;
}

.trialWeb__ctaLine2 {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.2;
}

.trialWeb__ctaFree {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--trial-yellow);
  border: 3px solid var(--trial-orange);
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 900;
  font-size: 36px;
  color: var(--trial-orange);
  letter-spacing: 3.6px;
}

.trialWeb__ctaArrow {
  width: 100px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.trialWeb__ctaArrow img {
  width: 100%;
}

/* ============================================
   Section 8: Q&A
   ============================================ */
.trialQa {
  background: transparent;
  position: relative;
}

.trialQa__bgTop {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 89px;
  background: url('../images/suken_trial/qa_bg.svg') 0 0/auto repeat-x;
  transform: rotate(180deg);
}

.trialQa__body {
  background: var(--trial-green);
  padding: 80px 0;
}

.trialQa__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 104px;
  align-items: flex-start;
}

.trialQa__left {
  flex-shrink: 0;
  width: 266px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.trialQa__title {
  font-weight: 900;
  font-size: 90px;
  letter-spacing: 9px;
  color: var(--trial-text);
  line-height: 1.3;
  text-align: center;
}

.trialQa__illust img {
  width: 100%;
}

.trialQa__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.trialQa__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trialQa__q,
.trialQa__a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trialQa__circle {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
}

.trialQa__circle.--q {
  color: var(--trial-skyblue);
}

.trialQa__circle.--a {
  color: var(--trial-pink);
}

.trialQa__bubble {
  display: flex;
  align-items: center;
  flex: 1;
}

.trialQa__bubbleArrow {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 20px solid #fff;
  flex-shrink: 0;
}

.trialQa__bubbleBody {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.2px;
  color: var(--trial-text);
  line-height: 1.3;
  flex: 1;
}

.trialQa__bubbleBody.--answer {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.6;
}

/* ============================================
   Section 9: Voice
   ============================================ */
.trialVoice {
  background: var(--trial-skyblue);
  position: relative;
}

.trialVoice__divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background: url('../images/suken_trial/qa_bg.svg') center top/auto repeat-x;
}

.trialVoice__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url('../images/suken_trial/voice_bg.png') center/cover no-repeat;
}

.trialVoice__body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.trialVoice__card {
  border-radius: 20px;
  overflow: hidden;
}

.trialVoice__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  margin: 0 auto;
  width: 100%;
}

.trialVoice__header.--pink {
  background: var(--trial-pink-bg);
}

.trialVoice__header.--green {
  background: var(--trial-green-bg);
}

.trialVoice__card.--pink {
  background: var(--trial-pink-bg);
}

.trialVoice__card.--green {
  background: var(--trial-green-bg);
}

.trialVoice__badge {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trialVoice__badge.--pink {
  background: var(--trial-pink-dark);
}

.trialVoice__badge.--green {
  background: var(--trial-green-dark);
}

.trialVoice__badgeNum {
  font-weight: 700;
  font-size: 90px;
  color: var(--trial-yellow);
  line-height: 1.3;
  letter-spacing: 1.84px;
}

.trialVoice__badgeUnit {
  font-weight: 700;
  font-size: 46px;
  color: var(--trial-yellow);
  line-height: 1.3;
  letter-spacing: 1.84px;
}

.trialVoice__meta {
  flex: 1;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trialVoice__cardTitle {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1.6px;
  line-height: 1.3;
  margin: 0;
}

.trialVoice__cardTitle.--pink {
  color: var(--trial-pink-dark);
}

.trialVoice__cardTitle.--green {
  color: var(--trial-green-dark);
}

.trialVoice__name {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.96px;
  color: var(--trial-text);
  line-height: 1.6;
}

.trialVoice__photo {
  flex-shrink: 0;
  width: 180px;
  height: 240px;
  overflow: hidden;
}

.trialVoice__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trialVoice__content {
  background: #fff;
  padding: 60px;
  margin: 0 auto;
  width: 100%;
}

.trialVoice__content p {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
  color: var(--trial-text);
  margin-bottom: 1em;
}

.trialVoice__content p:last-child {
  margin-bottom: 0;
}

/* CTA Button */
.trialFixedBannerPC {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: opacity 0.3s;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 223px;
  width: 170px;
  z-index: 1000;
}

.trialFixedBannerPC:hover {
  opacity: 0.85;
  text-decoration: none;
}

.trialFixedBannerPC__top {
  height: 155px;
  background: var(--trial-blue);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-top-left-radius: 10px;
}

.trialFixedBannerPC__free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--trial-yellow);
  border: 3px solid var(--trial-orange);
  border-radius: 10px;
  width: 120px;
  font-weight: 900;
  font-size: 24px;
  color: var(--trial-orange);
  letter-spacing: 2.4px;
}

.trialFixedBannerPC__text {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 2.4px;
  line-height: 1.2;
  white-space: nowrap;
}

.trialFixedBannerPC__bottom {
  height: 68px;
  background: var(--trial-orange);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
}

.trialFixedBannerPC__bottom span {
  font-weight: 900;
  font-size: 24px;
  color: var(--trial-yellow);
  letter-spacing: 2.4px;
  line-height: 1.2;
}

.trialFixedBannerPC__arrow {
  position: absolute;
  bottom: -20px;
  right: 25%;
  width: 40px;
  height: auto;
  z-index: 1001;
}

.footer .footTop .footLogo {
  width: 100%;
  max-width: 320px;
}

.footer .footTop .footBtn a {
  background-color: #4b87dd;
}

/* ============================================
   SP Fixed Banner
   ============================================ */
.trialFixedBanner {
  display: none;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media (min-width: 800.98px) {
  .trialStory__content.--cooking .trialStory__illust {
    padding-top: 70px;
  }

  .trialStory__content.--position .trialStory__illust {
    padding-top: 200px;
  }
}

/* ============================================
   SP Responsive (max-width: 800px)
   ============================================ */
@media (max-width: 800px) {

  /* --- Hero SP --- */
  .trialHero {
    height: auto;
    min-height: auto;
    background: none;
  }

  .trialHero__video {
    height: 450px;
  }

  .trialHero__cover {
    height: 450px;
    flex-direction: column;
  }

  .trialHero__header {
    padding: 0 15px;
    position: relative;
  }

  .trialHero__title img {
    width: 200px;
    height: auto;
  }

  .trialHero__badges {
    position: relative;
    top: auto;
    right: auto;
    align-items: flex-end;
    padding: 0 15px;
    margin-bottom: 20px;
    flex: 1;
    justify-content: space-between;
  }

  .trialHero__badge {
    height: auto;
    padding: 4px 8px;
    text-align: right;
  }

  .trialHero__badge:last-child {
    text-align: left;
    align-self: flex-start;
  }

  .trialHero__badge span {
    font-size: 24px;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .trialHero__inner {
    background: var(--trial-beige);
    position: relative;
    bottom: auto;
    left: auto;
    flex-direction: column;
    padding: 20px 15px;
    gap: 10px;
  }

  .trialHero__content {
    background: var(--trial-beige);
    margin: auto;
    padding: 10px 15px;
    gap: 8px;
    position: relative;
  }

  .trialHero__content::before,
  .trialHero__content::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 80%;
    background: var(--trial-text);
    margin: auto;
  }

  .trialHero__content::before {
    left: -16px;
    transform: rotate(-20deg) translateY(2px);
  }

  .trialHero__content::after {
    right: -16px;
    transform: rotate(20deg) translateY(2px);
  }

  .trialHero__lead {
    width: 100%;
    font-size: 28px;
    letter-spacing: 2.1px;
    text-align: center;
  }

  .trialHero__blocks {
    gap: 4px;
  }

  .trialHero__block {
    font-size: 48px;
    width: 58px;
    height: 53px;
    padding-bottom: 4px;
    letter-spacing: 0;
  }

  /* --- Story SP --- */
  .trialStory {
    padding: 0;
  }

  .trialStory::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url('../images/suken_trial/story_divider_beige.svg') center top/175% repeat-x;
    z-index: 2;
  }

  .trialStory__bg {
    padding-bottom: 89px;
  }

  .trialStory__bg::after {
    background-image: url(../images/suken_trial/story_bg_sp.svg);
    background-size: 125%;
  }

  .trialStory__bg .trialStory__content::after {
    background-size: 175%;
    top: calc(100% - 4px);
  }

  .trialStory__intro {
    padding: 60px 18px 20px;
  }

  .trialStory__title {
    font-size: 30px;
    letter-spacing: 2.4px;
  }

  .trialStory__titleBr {
    display: block;
  }

  .trialStory__lead {
    font-size: 15px;
    letter-spacing: 1.4px;
    line-height: 2;
  }

  .trialStory__inner {
    padding: 0;
    gap: 0;
  }

  .trialStory__card,
  .trialStory__card.--right,
  .trialStory__card.--left {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 18px;
  }

  .trialStory__body {
    width: 100%;
  }

  .trialStory__headingBlock {
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 6px;
  }

  .trialStory__headingText {
    font-size: 40px;
    height: 46px;
    letter-spacing: 3px;
    padding: 4px 8px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.15);
  }

  .trialStory__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }

  .trialStory__content.--cooking,
  .trialStory__content.--idea,
  .trialStory__content.--position {
    padding-top: 60px;
  }

  /* --- Chance SP --- */
  .trialChance {
    padding: 0;
  }

  .trialChance__inner {
    padding: 0 18px;
    gap: 20px;
    background-size: contain;
    background-position: center top;
    background-color: var(--trial-chance-bg);
  }

  .trialChance__content::before {
    content: '';
    width: 100%;
    aspect-ratio: 25/18;
    margin-bottom: -40px;

  }

  .trialChance__headingText {
    font-size: 31px;
    height: auto;
    letter-spacing: 3px;
    padding: 4px 8px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.15);
  }

  .trialChance__headingText.--first {
    height: auto;
    gap: 6px;
  }

  .trialChance__headingText.--first .trialHero__block {
    font-size: 42px;
    width: 67px;
    height: 62px;
  }

  .trialChance__headingTextHa {
    font-size: 31px;
    letter-spacing: 3px;
  }

  .trialChance__desc {
    gap: 6px;
  }

  .trialChance__desc span {
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 0 6px;
  }

  /* --- About SP --- */
  .trialAbout__heading {
    padding: 40px 0 0;
  }

  .trialAbout__title {
    font-size: 35px;
    letter-spacing: 2.5px;
  }

  .trialAbout__bgTop,
  .trialAbout__bgBottom {
    background-size: 175%;
  }

  .trialAbout__body {
    padding: 0;
  }

  .trialAbout__inner {
    padding: 0 18px;
    gap: 20px;
    transform: translateY(-44px);
  }

  .trialAbout__figureWrap {
    height: auto;
  }

  .trialAbout__figure {
    position: relative;
  }

  .trialAbout__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }

  /* --- Goal SP --- */
  .trialGoal__heading {
    padding: 0;
  }

  .trialGoal__title {
    font-size: 35px;
    letter-spacing: 2.5px;
  }

  .trialGoal__bgTop,
  .trialGoal__bgBottom {
    background-size: 175%;
  }

  .trialGoal__body {
    padding: 30px 0;
  }

  .trialGoal__inner {
    padding: 0 18px;
    gap: 20px;
  }

  .trialGoal__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }

  .trialGoal__images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .trialGoal__image {
    order: 3;
  }

  .trialGoal__image:first-child {
    order: 1;
    width: 40%;
  }

  .trialGoal__image:last-child {
    order: 2;
    width: 40%;
  }

  .trialGoal__img {
    height: auto;
    width: 100%;
  }

  .trialGoal__figureWrap {
    height: auto;
  }

  .trialGoal__figure {
    position: relative;
  }

  .trialGoal__footer {
    padding: 0 18px 40px;
  }

  .trialGoal__book {
    width: 100%;
    height: auto;
  }

  .trialGoal__bookBg {
    position: relative;
    width: 100%;
    height: 172px;
  }

  .trialGoal__bookInfo {
    padding: 10px;
    padding-left: 0;
  }

  .trialGoal__bookTitle {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }

  .trialGoal__bookText {
    font-size: 13px;
    line-height: 2;
  }

  .trialGoal__bookCover {
    position: absolute;
    right: 10px;
    top: -100px;
    width: 100px;
    margin: 0;
    transform: rotate(15deg);
  }

  /* --- Web Trial SP --- */
  .trialWeb {
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: url(../images/suken_trial/web_bg_sp.png);
    background-size: cover;
  }

  .trialWeb::before {
    background-size: 175%;
  }

  .trialWeb__inner {
    padding: 0 18px;
    gap: 30px;
  }

  .trialWeb__title {
    gap: 12px;
    margin-top: 30px;
  }

  .trialWeb__titleText {
    font-size: 35px;
    letter-spacing: 3px;
  }

  .trialWeb__titleLine {
    width: 3px;
    height: 90px;
  }

  .trialWeb__desc {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .trialWeb__preview {
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .trialWeb__illustLeft {
    width: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-3deg);
  }

  .trialWeb__illustRight {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    transform: rotate(3deg);
  }

  .trialWeb__moraeru {
    width: 90px;
    position: relative;
    top: auto;
    right: auto;
  }

  .trialWeb__right {
    width: 60px;
    position: relative;
    bottom: auto;
    right: -10px;
  }

  .trialWeb__screenshot {
    width: 56%;
    margin: 0 auto;
  }

  .trialWeb__notice {
    padding: 20px;
    border-radius: 10px;
  }

  .trialWeb__noticeTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .trialWeb__noticeList li {
    font-size: 12px;
    gap: 8px;
    letter-spacing: 1.2px;
  }

  .trialWeb__noticeList li::before {
    font-size: 12px;
  }

  .trialWeb__cta {
    padding: 20px 30px;
    width: 100%;
    justify-content: center;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    gap: 10px;
  }

  .trialWeb__ctaMain {
    gap: 10px;
  }

  .trialWeb__ctaLine1 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .trialWeb__ctaLine2 {
    font-size: 22px;
    letter-spacing: 2.2px;
  }

  .trialWeb__ctaFree {
    font-size: 16px;
    padding: 8px 12px;
    border-width: 2px;
    border-radius: 6px;
  }

  .trialWeb__ctaArrow {
    width: 40px;
    bottom: -15px;
    right: -15px;
  }

  /* --- Q&A SP --- */
  .trialQa__bgTop {
    background-size: 175%;
  }

  .trialQa__body {
    padding: 20px 0;
  }

  .trialQa__inner {
    flex-direction: column;
    gap: 30px;
    padding: 0 18px;
  }

  .trialQa__left {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .trialQa__title {
    font-size: 36px;
    letter-spacing: 3.6px;
    margin: 0;
  }

  .trialQa__illust {
    width: 100px;
  }

  .trialQa__right {
    gap: 30px;
  }

  .trialQa__circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .trialQa__bubbleBody {
    padding: 15px;
    font-size: 20px;
    border-radius: 12px;
    letter-spacing: -0.4px;
  }

  .trialQa__bubbleBody.--answer {
    font-size: 14px;
  }

  .trialQa__bubbleArrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #fff;
  }

  /* --- Voice SP --- */
  .trialVoice__divider {
    background-size: 175%;
  }

  .trialVoice__inner {
    padding: 70px 18px 60px;
  }

  .trialVoice__body {
    padding: 0;
    gap: 40px;
  }

  .trialVoice__header {
    gap: 20px;
    padding: 30px 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trialVoice__badge {
    width: 100px;
    height: 100px;
    order: 2;
  }

  .trialVoice__badgeNum {
    font-size: 46px;
  }

  .trialVoice__badgeUnit {
    font-size: 24px;
  }

  .trialVoice__meta {
    padding: 0;
    gap: 15px;
    align-items: center;
    order: 1;
    width: 100%;
    flex: auto;
  }

  .trialVoice__cardTitle {
    font-size: 25px;
    letter-spacing: 0.8px;
  }

  .trialVoice__name {
    font-size: 13px;
    text-align: left;
  }

  .trialVoice__photo {
    width: 90px;
    height: 120px;
    order: 3;
  }

  .trialVoice__content {
    padding: 30px 20px;
  }

  .trialVoice__content p {
    font-size: 13px;
    line-height: 2;
  }

  .trialFixedBannerPC {
    display: none;
  }

  /* --- SP Fixed Banner --- */
  .trialFixedBanner {
    display: flex;
    height: 75px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--trial-blue);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  .trialFixedBanner__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .trialFixedBanner__free {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--trial-yellow);
    border: 2px solid var(--trial-orange);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: 900;
    font-size: 15px;
    color: var(--trial-orange);
    transform: rotate(-17deg);
    flex-shrink: 0;
  }

  .trialFixedBanner__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 0 10px;
  }

  .trialFixedBanner__line1 {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.2;
  }

  .trialFixedBanner__line2 {
    display: inline-block;
    background: var(--trial-orange);
    padding: 0 8px;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2.4px;
    line-height: 1.2;
  }

  .trialFixedBanner__arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 30px;
    margin: auto;
    flex-shrink: 0;
  }

  .trialFixedBanner__arrow img {
    width: 100%;
  }

  /* Add padding at bottom for fixed banner */
  .footer {
    padding: 0 0 75px !important;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

