/* ==================================================
  【案件ごとの調整パネル（ここだけ触る）】
  - セクション間の余白は section個別の margin-top で調整しない
    → 調整するなら :root の --lp-gap-section を変更する
  - 背景セクションの厚み（上下padding）を変えるなら --lp-pad-bg を変更する
================================================== */
body {
  font-family: var(--gothic);
}

.big-num, .result_txt,
.card__head .num {
  font-family: var(--num);
}
:root {
	--red: #b7282e;
	--pink: #e7609e;
	--blue: #007bbb;
	--yellow: #FFFF00;
	--black: #272727;
  --gothic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
            "Yu Gothic", YuGothic, "Meiryo", "Helvetica Neue", Arial, sans-serif;

  --mincho: "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
            "Hiragino Mincho Pro", serif;

  --num: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}
  /* 単位辞書 */
	--lp-space__05: 0.5rem;
	--lp-space__10: 1rem;
	--lp-space__15: 1.5rem;
	--lp-space__20: 2rem;
	--lp-space__30: 3rem;
	--lp-space__40: 4rem;
	--lp-space__50: 5rem;
	--lp-space__60: 6rem;

  /* 用途 */
  --lp-gap__section: var(--lp-space__30);
  --lp-gap__stack: var(--lp-space__20);
  --lp-pad__section: var(--lp-space__30);

}
.l-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
	.l-wrapper {
		overflow: hidden;
		background: #e4e4e4;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

  /* 例）セクション間隔を詰める： 2.5rem / 広げる： 3.5rem など */
  /* --lp-gap-section: 3rem; */

  /* 例）背景セクションの上下padding */
  /* --lp-pad-bg: 3rem; */

/*フッターボタンページごとに変える場合*/
.l-content {z-index: 1;}


/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0 0 1em;
	background: none;
	color: var(--black);
}

h3 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	min-height: 0;
	margin-top: 3rem;
	padding: 0;
	border: none;
}

p, li, a {
	font-size: clamp(1rem, 1.6vw, 1.3rem);
}
/*
p {
	margin-bottom: 2rem;
} */
/* ◆◆◆ /フォントサイズ ◆◆◆ */


/* ◆◆◆ 文字色 ◆◆◆ */
.text__yellow {
	color: var(--yellow);
	font-weight: 600;
}

.text__red {
	color: var(--red);
	font-weight: 600;
}

.text__blue {
	color: var(--blue);
	font-weight: 600;
}
/* ◆◆◆ /文字色 ◆◆◆ */


/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */


/* ◆◆◆ FV ◆◆◆ */
.fv figure {
	margin: 0;
	box-sizing: border-box;
}
/* ◆◆◆ /FV ◆◆◆ */


/* ◆◆◆ オファー ◆◆◆ */
.offer {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
}

.offer figure {
	margin: 0;
}
/* ◆◆◆ /オファー ◆◆◆ */







/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
	position: fixed;
	bottom: 0.5em;
	right: 1em;
	width: 400px;
	z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
	transition: 0.6s;
}

.footer__contact-btn1:hover {
	transform: scale(1.05,1.05);
}

/*2つの場合*/
.footer__contact-btn2 {}
.footer__btn2-item img {
	display:block; 
}

.footer__btn2-item {
	transition: 0.6s;
	margin-bottom: 1.6em;
}

.footer__btn2-item:hover {
	transform: scale(1.05,1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */


/* ◆◆◆ フッター ◆◆◆ */
.l-footer__foot {
	background: gray;
}

p.c-copyright {
	color: white;
}
/* ◆◆◆ /フッター ◆◆◆ */







/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {

	
	
	/* ◆◆◆ フッターボタン ◆◆◆*/
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	
	.footer__contact-btn1 {
		transition: 0.6s;
	}

	.footer__contact-btn2 {
		display: flex;
		}

	.footer__btn2-item {
		width: 50%;
		padding: 0.1em;
		margin-bottom: 0;
	}

	
	.entry_title {
		padding-inline: 5%;
	}

	
}




/* ==================================================
  以下追加CSS
================================================== */

.sp-br {
  display: none;
}

@media (min-width: 769px) {
  .sp-br {
    display: inline;
  }
}

.pc-br {
  display: inline;
}

@media (min-width: 769px) {
  .pc-br {
    display: none;
  }
}
.pc-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inline;
  }
}
small {
    font-size: 90%;
	opacity: 1;
}

.small {
  font-size: 22px;
}
.red {
  display: inline;
  color: #C1272D;
  font-weight: bold;
}
.yellow {
  color: #FFFF00;
  font-size: 35px;
}
.s_yellow {
  color: #FFFF00;
  font-size: 30px;
}
.big-num{
  display: inline-block;
  font-family: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #fff200;
  transform: translateY(0.01em);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* セクションpadding消去 */
.is-lp .lp-section.is-no-padding{
  padding:0;
}



/* =========================
   特典
   ========================= */
.tokuten {
  font-size: 16px;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/bg_1-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0 0 2.8em;
  box-sizing: border-box;
}

.tokuten-inner {
  max-width: 50.0em;
  margin: 0 auto;
}
.tokuten-hero {
  position: relative;
  padding: 3em 1.2em 0;
  text-align: center;
  overflow: hidden;
}

.tokuten-hero-bg {
  position: absolute;
  inset: 0.0em;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tokuten_bg.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.tokuten-hero-inner {
  position: relative;
  z-index: 2;
}

.tokuten-bubble {
  display: inline-block;
  background: #FFFFFF;
  padding: 0.5em 2.5em;
  border-radius: 99.9em;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.3vw, 2.0rem);
  line-height: 1.2;
  color: #27356a;
  margin-bottom: -1em;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.tokuten-bubble::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.6em 0.6em 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent;
}

.tokuten-title {
  margin: 0;
  text-align: center;
}

.tokuten-title-main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.3em;
}

.tokuten-title-num {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(8rem, 15vw, 12rem);
  line-height: 1;
  color: #C1272D;
  transform: translateY(0.1em);
}

.tokuten-title-textwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.0;
}

.tokuten-title-sub {
  font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem, 3vw, 2.95rem);
  font-weight: 700;
  color: #272727;
  margin:0 0.4em 0.1em 0.3rem;
}

.tokuten-title-text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(4.2rem, 7.5vw, 5.5rem);
  font-weight: 900;
  color: #C1272D;
}

.tokuten-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
	margin: 0 3rem 2rem 1.3rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  overflow: visible;
}

.tokuten-item::before {
  content: "";
  position: absolute;
  inset: 0.4em;
  border: 0.5px solid #C6A75E;
  pointer-events: none;
}

.tokuten-left {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.tokuten-badge {
  width: 5.8em;
  height: 7.7em;
  margin-right: 1.2em;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.tokuten-badge--1 {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tit_tokuten_1.webp");
}
.tokuten-badge--2 {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tit_tokuten_2.webp");
}
.tokuten-badge--3 {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tit_tokuten_3.webp");
}
.tokuten-badge--4 {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tit_tokuten_4.webp");
}
.tokuten-badge--5 {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tit_tokuten_5.webp");
}

.tokuten-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  z-index: 2;
  padding: 0.2em 0.0em;
}

.tokuten-desc {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  line-height: 1.4;
  color: #272727;
  font-weight: 600;
	letter-spacing: 0.03em;
}

.tokuten-heading {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.9rem);
  line-height: 1.7;
	font-weight: 670;
  color: #1f2d63;
  letter-spacing: 0.05em;
}

.tokuten-img {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.tokuten-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* 1 */
.tokuten-item--1 .tokuten-img {
	width: 8.5em;
    right: -1.4em;
  top: 50%;
  transform: translateY(-50%);
}

/* 2 */
.tokuten-item--2 .tokuten-img {
  width: 7em;
	right: -2.8em;
  top: 50%;
  transform: translateY(-50%);
}

/* 3 */
.tokuten-item--3 .tokuten-img {
  width: 5em;
    right: 0.5em;
    top: 0.6em;
  transform: none;
}

/* 4 */
.tokuten-item--4 .tokuten-img {
	width: 7.5em;
    right: -2.8em;
    top: -0.7em;
  transform: none;
}

/* 5 */
.tokuten-item--5 .tokuten-img {
  width: 8em;
    right: -2em;
  top: 53%;
  transform: translateY(-50%);
}



/* =========================
   LINE無料プレゼント
   ========================= */
.line-present {
  font-size: 16px;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/line_bgimg.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  padding: 1.8em 1.0em 1.8em;
  box-sizing: border-box;
}

.line-present-inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

.line-present-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 1.8em;
    border-left: 3.5em solid transparent;
    border-right: 3.5em solid transparent;
      border-top: 1.6em solid #df3a3e;
  border-bottom: 0;
}
.line-present-top {
  padding: 0 0.75rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.5em;
  width: 100%;
  box-sizing: border-box;
}

.line-present-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 1.7em;
  padding: 0 0.7em;
  border-radius: 0.3em;
  background: linear-gradient(to bottom, #ef4b4f 0%, #c91e28 100%);
  color: #fff;
  font-weight: 560;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 8px rgba(0,0,0,0.14);
  white-space: nowrap;
}

.line-present-lead {
  margin: 0;
  min-width: 0;
  font-weight: 550;
  color: #272727;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.line-present-cta-wrap {
  display: flex;
  justify-content: center;
}

.line-present-cta-wrap {
  display: flex;
  justify-content: center;
}

.line-present-cta-image {
	margin-top: 1em;
  display: block;
  width: 68%;
  max-width: 100%;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.line-present-cta-image:hover {
  transform: translateY(0.1em);
  opacity: 0.96;
}

.line-present-cta-image img {
  display: block;
  width: 100%;
  height: auto;
}



/* ==================================================
  受講生の声
================================================== */

.voice {
  background: #163B74;
  padding: 3.3em 3.7em;
  color: #fff;
}

.voice__title {
	font-size: clamp(1.8rem, 3.5vw, 4.3rem);
  position: relative;
  text-align: center;
  background: #ffffff;
  color: #272727;
  display: inline-block;
  padding: 1.3rem 6rem;
  border-radius: 999rem;
	margin: 0 auto -2rem;
  display: block;
  width: fit-content;
    font-weight: 640;
    letter-spacing: 0.15rem;
}

.voice__title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.9rem solid #fff;
}

.voice__item {
  margin-bottom: 2em;
}

.voice__catch {
  position: relative;
  color: #FFFF00;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 0;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
  margin-top: 5rem;
}

p.voice__note {
	font-size: clamp(0.6rem, 1vw, 0.8rem);
	color: #e4e4e4;
	text-align: center;
	margin-bottom: 1rem;
}

.voice__catch::before,
.voice__catch::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.15625rem;
  background: repeating-linear-gradient(
    to right,
    #FFFF00 0 0.375rem,
    transparent 0.375rem 0.6875rem
  );
}

.voice__catch::before {
  top: 0;
}

.voice__catch::after {
  bottom: 0;
}

.voice__catch .big-num {
  display: inline-block;
  font-family: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  transform: translateY(0.01em);
  color: #FFFF00;
}

.voice__profile {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 1.5625rem;
}

.voice__profile img {
  width: 45%;
  height: auto;
  display: block;
}

.voice__info {
  display: flex;
  flex-direction: column;
}


.voice__area {
    font-size: clamp(0.8rem, 3.5vw, 1.1rem);
}
.voice__clinic {
    font-size: clamp(0.8rem, 3.5vw, 1.4rem);
  display: inline-block;
  background: #fff;
  color: #272727;
	padding: 0 1.5rem 0 0.5rem;
  font-weight: 600;
	letter-spacing: -0.02rem;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.voice__name {
    font-size: 2rem;
    font-weight: 550;
    margin-top: 0.2em;
    letter-spacing: 0.1rem;
}

.voice__inner__text {
  background: #FFFFFF;
  color: #272727;
  padding: 1.25rem;
  line-height: 1.65;
  font-size: 1.125rem;
  letter-spacing: normal;
	text-align:justify;
}

.voice__inner__text .txt__highlight {
  background: #ffff99;
  padding: 0;
  font-weight: normal;
}
.voice__inner__text p {
  margin-bottom: 1.25rem;
}
.voice__inner__text p:last-child {
  margin-bottom: 0;
}
.voice__cta {
  margin-top: 3.125rem;
  text-align: center;
}

.voice__cta a {
  display: inline-block;
}

.voice__cta img {
  width: 100%;
  max-width: 31.25rem;
  height: auto;
  transition: 0.3s;
}

.voice__cta img:hover {
  transform: scale(1.05);
}


/* =========================
   お悩み
========================= */
.worries {
	padding: 4em 1em 3em;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/bg_3.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
	background-color: #0C2A57;
}

.worries__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.worries__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
    margin: 0.5em 0 0.2em;
	color: #ffffff;
    letter-spacing: 0.1rem;
}
.worries__title .big-num{
        color: #FFFF00;
    }
.worries__label {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 0.3em 1em;
  border-radius: 999px;
  font-weight: 640;
  position: relative;
  margin-bottom: 40px;
  font-size: 1.7rem;
	letter-spacing: 0.1rem;
}

.worries__label::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff; /* ←本体と同じ色 */
}

.worries__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.worries__item {
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 1em 0 1em 0.3em;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    color: #ffffff;
    background-color: #061E41;
}

.worries__icon {
	width: 23%;
}

.worries__item p {
  line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
}

.worries__item span {
  color: #F4CE77;
	font-weight: 500;
}




/* =========================
   改善セクション
========================= */
.improvement__lead { 
    padding: 1.5em 1em 1.5em;
	background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/kaizen_topbg.webp"); 
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-position: center top; 
}

.improvement__catch { 
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 640;
    color: #272727;
}

.catch-highlight { 
	position: relative; 
	display: inline-block; 
	font-size: 4rem; 
	font-weight: bold; 
	color: #C1272D;
    padding-bottom: 0.5rem;
} 

.catch-line { 
	position: absolute; 
	left: 50%; 
	transform: translateX(-50%); 
	bottom: -8px; 
	width: 110%; 
	max-width: none; 
	pointer-events: none; 
}

.improvement_wrap {
	padding: 3rem 2rem 0;
  background-color: #0C2A57;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/kazizen_bg-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.improvement__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.improvement__copy-top {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
    margin: 1em 0 0;
}
.improvement__maincopy{
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
.improvement__badge {
	font-size: 35px;
  background: #fff;
  color: #C1272D;
  border: 2px solid #C6A75E;
    padding: 0.1em 0.6em 0.15em;
  margin-right: 5px;
	text-shadow: none;
}

.improvement__copy-middle {
  font-size: 36px;
  font-weight: 900;
  color: #fff; 
  margin-bottom: 15px !important;
}
.improvement__copy-dots {
  color: #fff;
    font-size: 8px;
    margin: -1em 0 -1em;
  display: flex;
  justify-content: center;
  gap: 25px;
	padding-left: 32%;
}

.improvement__copy-bottom {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
	line-height:1.4;
}
.improvement__arrow img {
	width: 22%; margin: auto; 
}
.improvement__maincopy .yellow {
  color: #FFFF00;
}

.improvement__people {
    margin-bottom: 4rem;
}


.improvement_circle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.improvement_circle-item {
  position: relative;
  text-align: center;
  width: 100%;
}

/* 丸 */
.improvement_circle-img {
  width: 100%; 
  max-width: 180px;
  margin: 0 auto;
	padding: 0 0.5rem;
}

.improvement_circle-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* 土台（被せる） */
.improvement_circle-label {
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
    width: 167px;
    height: 41px;
    background: #fff;
    color: #c00;
    font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.improvement_circle-item:nth-child(2) .improvement_circle-label {
    letter-spacing: -0.11em;
}




.improvement_wrap .card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
	margin-bottom: 3em;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  text-align: left;
}

.card__head {
  display: flex;
  align-items: center;
	padding: 2em 0 2.5em 1em;
  color: #fff;
	gap: 25px;
	height: 128px;
}


.head-red {
	background: 
		linear-gradient(to right, #222 0%, #222 5em, transparent 3em),
        linear-gradient(to bottom, #df4148 0%, #c32a30 100%);
    background-blend-mode: normal;
    display: flex;
    align-items: center;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height: 7.5em; 
}

.card__head .num {
  width: 1.55em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  color: #f5f5f5;
  font-family: "Inter", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;

  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.card__head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.7rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.improvement__cards .yellow {
    color: #FFFF00;
    font-size: 30px;
    letter-spacing: 2px;
}

.card__body {
	padding: 2em;
}

.card__profile {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  border-bottom: 1px solid #707070;
  padding-bottom: 0;
}

.card__profile img {
	width: 41%;
  height: auto;
  margin-right: 20px;
}


.card .profile-text .sub-title {
    font-size: 1rem;
    color: #272727;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5em; 
    margin-bottom: 0.2em; 
}

.card .profile-text .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em; 
    width: 0.8em; 
    height: 0.8em;
    background-color: #C1272D; 
}
.profile-text .name {
  font-size: 40px;
  font-weight: bold;
  margin-top: 5px;
	color: #272727;
}

.card__desc {
	font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.8;
  color: #272727;
	font-family: var(--gothic);
	padding: 0 0.2em;
	text-align:justify;
}


.improvement_wrap .txt__highlight {
    background: #ffff99;
    padding: 0em 0em;
	font-weight: normal;
}


.improvement__deco {
  position: absolute;
  width: 7%;
	top: 14rem;
}
.improvement__deco--left { left: 10%; }
.improvement__deco--right { right: 10%; }




/* ===============================
   カリキュラム
=============================== */
.curriculum {
  padding: 0rem 0;
  background-color: #fff;
  overflow: hidden;
}

.curriculum__title {
	padding: 1rem;
  font-size: 2.7rem; 
  height: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-bottom: 1rem;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/bg_4.webp"); 
  background-size: cover;
  z-index: 2;
	text-shadow: 2px 2px 0px #fff;
}

.curriculum__inner {
  max-width: 50rem; 
  margin: 0 auto;
  position: relative;
  z-index: 1;
    padding: 1rem 1.25rem 0;
    margin-bottom: -1rem;
}

.curriculum__inner::before {
  content: "";
  position: absolute;
	top: 32%;
    bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; 
  background-color: #f8f8f8;
  z-index: -1;

  clip-path: polygon(
    0% 0,  
    100% 17%,  
    100% 83%,  
    0 100%  
  );
}

.curriculum__item {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  background: transparent;
	top: -75px;
}

.curriculum__item:last-child {
  margin-bottom: 0;
}

.curriculum__heading::after {
    content: "";
    display: block;
    width: 82%;
    margin: 1.5rem auto; 
    height: 1.5px; 
    background-image: linear-gradient(to right, #707070 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 8px 1.5px; 
    background-repeat: repeat-x;
}

.curriculum__num {
display: flex;
    justify-content: center;
}

.curriculum__num img {
	width: 5.5rem;
  height: auto;
  filter: drop-shadow(0 0.5rem 1rem rgba(0,0,0,0.15));
}

.curriculum__labels {
  display: flex;
  justify-content: center;
  gap: 0.625rem; 
    margin: 1rem 0 0.7rem;
  flex-wrap: wrap;
}

.curriculum__labels .label-item {
  background: linear-gradient(to bottom, #2b4b8c 0%, #102347 100%);
  color: #FFFF00; 
  font-weight: 600;
  font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding: 0.6em 0.7em 11.4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt__highlight {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
  font-weight: bold;
}

.improvement__maincopy p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.curriculum__desc {
    font-size: 1.3rem;
	  font-weight: 570;
  }
.curriculum__txt {
    font-size: 1.3rem;
	font-weight: 500;
	padding: 0.5em 2.4em;
	text-align: left;
	  line-height: 1.45;
	color: #272727;
  }
.curriculum__txt .txt__highlight {
    font-weight: 500;
    text-align: left;
    line-height: 1.45;
    color: #272727;
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.curriculum__image{
	padding: 1em 3em;
}

.curriculum__heading {
  font-size: 2.2rem;
  font-weight: 640;
  line-height: 1.5;
  margin-bottom: 0.2em;
	margin-top: 2rem;
	color: #272727;
}

.curriculum__text {
  font-size: 0.9375rem; 
  line-height: 1.8;
  text-align: left;
}

.txt__highlight {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
  font-weight: bold;
}



/* ===============================
   変化
=============================== */
.result_benefits__inner{
	background: #163b73;
    padding: 2rem 2.2rem;
  color: #fff;
}
.result-cta-section {
  background-color: #1f3c73;
  padding: 6rem 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.result-cta-inner {
  max-width: 50rem; 
  margin: 0 auto;
	padding-top: 0.5rem;
}

.result-cta__ticket {
	margin: 1rem 0 1.5rem;
}

.result-cta__ticket img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.4));
}

.result-cta__sub {
  color: #fff;
  font-size: 2.25rem; 
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.result-cta__decor img {
  width: 2.2rem;
  height: auto;
}

.result-cta__main {
  color: #ffff00;
  font-size: clamp(2rem, 8.5vw, 3.1rem); 
  font-weight: 600;
  line-height: 1.2;
	text-align: center;
}
.result-cta__text-wrap{
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}
.result-cta__copy-dots {
    color: #fff;
	font-size: 8px;
    margin: -1em 6.4em -0.4em;
    display: flex;
    justify-content: right;
    gap: 27px;
}

.benefits-section {
  background-color: #1f3c73; 
  padding: 6rem 1.25rem;
  color: #fff;
  text-align: center;
}

.benefits-inner {
  max-width: 50rem; 
  margin: 0 auto 3rem;
}

.benefits__header {
	width: calc(100% + 4.4rem);
    margin-left: -2.2rem;
	margin-right: -1.25rem;
	background-image: url(https://koyo-seikotsu.com/wp-content/uploads/2026/03/bg_6.webp);
	background-size: cover;
	background-position: center top;
	padding: 0 0 2rem;
    background-color: #fff;
}


.benefits__title {
  width: 100%;
  text-align: center; 
  position: relative;
  line-height: 1.2;
	padding: 0;
}

.benefits__title-flex {
  display: flex;
  align-items: center; 
  justify-content: center;
  line-height: 1;
}

.benefits__title-num {
  font-size: clamp(7rem, 18vw, 11rem);
  font-family: "Noto Serif JP", serif; 
  font-weight: 900;
  color: #C1272D;
  margin-right: 0;
}

.benefits__title-textwrap {
  display: flex;
  flex-direction: column; 
  text-align: left;
}

.benefits__title-sub {
    font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #272727;
    margin: 0 0 0.2em;
}

.benefits__title-text {
	font-family: "Noto Serif JP", serif;
    font-size: clamp(3rem, 7.5vw, 4.7rem);
    font-weight: 900;
    color: #C1272D;
}


.benefits__title .catch-line {
  display: block;
  width: 100%; 
  max-width: 28rem;
  height: auto;
	margin: -1rem 0;
}

.benefits__tags-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
	padding: 1.6rem 2rem 0.5rem;
  flex-wrap: nowrap;
}

.benefits__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
	height: 3.2rem;
    padding: 0 1.2rem;
    min-width: 6rem;
  background: linear-gradient(
    to bottom,
    #d4b873 0%, 
    #c9a85a 45%, 
    #b38e40 55%, 
    #bc9b52 100% 
  );

  border: 1px solid rgba(255, 255, 255, 0.3); 
  color: #ffffff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-text-stroke: 0.5px #fff; 
	text-shadow: 0 0 8px #a29696, 1px 1px 2px #595353;
}
.benefits__tag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.06) 22%,
      rgba(255, 255, 255, 0) 48%
    );
  pointer-events: none;
}

.benefits__tag::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16%;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(118, 78, 12, 0.12) 100%
    );
  pointer-events: none;
}

.benefits__tag--sales {
  width: 9.4rem;
}

.benefits__tag--customer {
  width: 20.2rem;
}

.benefits__tag--highprice {
  width: 24.4rem;
}

.benefits__tags {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.benefits__tags span {
  background: #b89b5e; /* 金色っぽい色 */
  color: #fff;
  padding: 0.3em 1em;
  font-size: 0.9rem;
  font-weight: bold;
}

.benefits__title {
  color: #c00;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.benefits__title .num {
  font-size: 5rem;
  font-family: serif;
  margin-right: 0.2rem;
}

.benefits__intro-boxes {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
	margin: 2.5rem 0 2rem;
}

.intro-box {
    background-color: #fff;
    color: #272727;
    font-weight: 600;
    font-size: 2.1rem;
    padding: 0em 0.4em;
    display: inline-block;
    border: 3px solid #b89b5e;
	line-height: 1.5;
}

.intro__box-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.intro__text{
	text-align: center;
}
.intro__text{
	color: #fff;
    font-size: 2.25rem;
	font-weight: bold;
    line-height: 1.5;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.benefit-card {
    background: #fff;
    border: none; 
    outline: 2px solid #b32025;
    outline-offset: -12px;
    border-radius: 1.25rem;    
    box-shadow: 0 2px 14px rgba(0, 0, 0, 5.12);   
    margin: 3.5rem 0 0;
    padding: 2.7rem 3rem 3rem;
    color: #272727;
    position: relative;
    text-align: center;
}

.benefit-card__label {
    position: relative; 
    top: 0; 
    width: 100%; 
    display: flex;
    justify-content: center; 
	margin: 0 auto 0.5rem;
    z-index: 10;
}

.benefit-card__label img {
    width: 65%; 
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}

.benefit-card__title {
    color: #C1272D;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
	margin: 1rem 0 1.5rem;
}

.benefit-card__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.benefit-card__text {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
    font-weight: 500;
}

.benefit-card__image {
  margin-bottom: 2rem;
}

.benefit-card__image img {
  width: 100%;
  max-width: 31.25rem; 
  height: auto;
  border-radius: 4px;
}

.benefit-card__text {
  text-align: left;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 35rem;
    margin: 0 auto;
    font-weight: 550;
}



/* =========================================
   ダイエットメニュー
========================================= */
.diet-menu-section {
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/diet_menu_bg-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
    padding: 2.8em 0 2.4em;
  box-sizing: border-box;
}

.diet-menu-inner {
  max-width: 760px;
  margin: 0 auto;
}

.diet-menu-hed_img {
    text-align: center;
    width: 100%;
}

.diet-menu-hed_img img {
    display: inline-block;
    max-width: 50%;
    height: auto;
}

.diet-menu-title {
  font-size: clamp(2rem, 6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #272727;
  letter-spacing: 0.02em;
	text-shadow: 2px 2px 0px #fff;
}
.diet-menu-title small {
    font-size: 80%;
    opacity: 1;
}

.diet-menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
	margin: 0 2rem 2rem;
}

.diet-menu-item {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

.diet-menu-num {
  flex: 0 0 5.3rem;
  width: 5.3rem;
  position: relative;
  z-index: 2;
    left: 17px;
    top: -22px;
}

.diet-menu-num img {
  display: block;
  width: 95%;
  height: auto;
}

.diet-menu-box {
  flex: 1;
  min-height: 8rem;
  display: flex;
  align-items: center;
  background: #fff;
  outline: 1px solid #d8c8a2;
  outline-offset: -8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.2rem 1rem 7.5rem;
  margin-left: -5.45rem;
  position: relative;
  z-index: 1;
}

.diet-menu-text {
  margin: 0;
  font-size: clamp(1.55rem, 4.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.4;
  color: #272727;
  letter-spacing: 0.01em;
}

.diet-menu-text .is-red {
  color: #C1272D;
}

.diet-menu-message {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 1000px;
  margin: rem auto 0; 
  padding: 0 2rem;
  overflow: visible; 
  position: relative;
		background:linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%, 
    rgba(255, 255, 255, 0.9) 50%, 
    rgba(255, 255, 255, 0.5) 27%
  );
}

.diet-menu-message__image {
  flex: 0 1 33%;
	margin-bottom: -2.8rem;
  position: relative;
  z-index: 10; 
}

.diet-menu-message__image img {
  width: 90%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.diet-menu-message__text {
  flex: 1;
  padding: 3rem 0;
	font-family: "Noto Serif JP", serif;
}

.diet-menu-message__text .top {
  font-size: clamp(1.35rem, 4.5vw, 2rem);
  font-weight: 550;
  color: #272727;
  line-height: 1.4;
	    letter-spacing: 1px;
}

.diet-menu-message__text .bottom {
  margin: 0;
  font-size: clamp(1.35rem, 4.8vw, 2rem);
  font-weight: 550;
  color: #272727;
  line-height: 1.4;
}

.diet-menu-message__text .bottom span {
  color: #C6A75E;
}
.diet-menu-message__text__copy-dots {
    color: #C6A75E; 
    font-size: 7px; 
    display: flex;
    gap: 3.4em;
    padding-left: 2em;
    margin-top: 5px;
    margin-bottom: -5px; 
}



/* =========================================
   BEFORE / AFTER
========================================= */
.before-after-section {
  background: #163B74;
  padding: 3.5rem 1rem 7rem;
  position: relative;
}

.before-after-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 2rem;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1.4rem solid #e33636;
}

.before-after-title {
	margin: 2rem 0 2.5rem;
  text-align: center;
  color: #fff;
  font-size: clamp(1.8rem, 6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 3px 6px rgba(0,0,0,0.22);
}

.before-after-grid {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
    padding: 0 0 0 1.5rem;
}

.before-after-card {
  position: relative;
}

.before-after-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
	min-width: 7rem;
    padding: 0.5rem 1rem;
  font-size: 1.19rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.before-label {
  background: #2b2b2b;
  color: #fff;
}

.after-label {
  background: linear-gradient(
    to bottom, 
    #c5a36b 0%, 
    #f2e1b5 50%, 
    #c5a36b 100%
  );
  color: #222;
}

.before-after-image {
	    width: 88%;
box-shadow: 10px 10px 0 #ffffff;
}

.before-after-image img {
  display: block;
  width: 100%;
  height: auto;
  background: #ddd;
}




/* =====================
   インタビュー
===================== */
.interview {
  padding: 2.5rem 1.25rem 2.5rem; 
  position: relative;
}



.interview__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.interview__label {
  display: block;
  width: fit-content;
	margin: -4.2rem auto 1.5rem;
    padding: 0.5rem 2rem;
    border: 2px solid #c5a36b;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 700;
  background: #fff;
  position: relative;
  text-align: center;
  z-index: 10; 
}
.interview__label::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #c5a36b transparent transparent transparent;
}
.interview__label::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}
.interview__label span {
  color: #C1272D; 
}
.interview__title .small{
	  font-size: 2.5rem;
}
.interview__title {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4;
  position: relative;
  font-weight: 640;
    letter-spacing: 0.14rem;
}
.interview__title .is-red {
  color: #c34b4b;
}
.sparkle {
  position: absolute;
  width: 10%;
}
.sparkle--left { 
    left: 5.5rem;
    top: -0.5rem;
}
.sparkle--right {
    right: 5rem;
    bottom: 1.5rem;
}

.qa__icon {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
}

.qa__icon img {
  width: 65%;
  object-fit: cover; /* ←顔中央 */
  border-radius: 50%;
  display: block; /* ←ズレ防止 */
}

.interview__list .qa--q {
  background-color: #F7F3E9;
  padding: 0.9rem 4rem 0.9rem 2.5rem;
  border-radius: 10px;
color: #272727;
  position: relative;
  display: flex;
  align-items: center;
	margin-left: 1rem;
}

.interview__list .qa--q .qa__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%); 
  width: 4.5rem;
  height: 4.5rem;
}


.interview__list .qa--a {
  display: flex;
  align-items: flex-start; 
  gap: 0.3rem;
  margin-left: -1.3rem;
	padding: 0 1rem 1.5rem 0;

}

.interview__list .qa--a .qa__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0.25em; 
}

.qa--a p {
  line-height: 1.86;
}

.qa--q p {
  line-height: 1.6;
}

.q__text {
  line-height: 1.4;
  font-size: 1.25rem;
	font-weight: 600;
}
.a__text  {
	padding: 1.4rem 3.5rem 1rem 0;
  line-height: 1.4;
  font-size: 1.19rem;
	font-weight: 590;
	color: #272727;
}
.accent{
	color:#C6A75E;
	font-weight: 600;
}


/* =========================
   講師紹介
========================= */
.lecturer {
  background: #0e3a66;
  color: #fff;
  font-family: sans-serif;
}

.lecturer__hero {
  position: relative;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/04/lecturer_hed_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.2rem 0 0;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.lecturer__lead {
  background: #ffffff;
  color: #0C2A57;
  font-size: 1.62rem;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  margin-bottom: 1rem;
}

.lecturer__lead span {
  background: linear-gradient(transparent 60%, #FFFF98 60%);
}

.lecturer__title {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
  color: #fff;
  padding-bottom: 2rem;
}

.lecturer__title span,
.lecturer__title strong {
  color: #FFFF00;
}

.lecturer__intro {
  width: 100%;
  min-height: 100vh;
background: linear-gradient(
  to bottom,
  #356196 0%,
  #2d5383 25%,
  #234a7a 50%,
  #1d4374 75%,
  #163b73 100%
);

  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0rem 0 5rem;
}
.lecturer__heading {
  padding: 0 1.8rem;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-weight: bold;
  color: #fff;  
  margin: 3.8rem 0 0;
}
.lecturer__heading span {
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
    width: 1.4em;
    height: 1.4em;
  font-size: 3.5rem; 
  padding: 0; 
  margin: 0;
  line-height: 1;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-sizing: border-box;
    padding: 0.1rem 0.1rem 0.4rem;
}

.lecturer__box {
  color: #272727;
  margin: 0;
  border-radius: 6px;
  overflow: visible;
  position: relative;
	margin-bottom: 3rem;
}

.lecturer__profile {
position: relative;
  display: flex;
  align-items: flex-end;
  overflow: visible;
  margin-bottom: 2rem;
  min-height: 12rem;
  z-index: 1; 
	height: 16.5rem;
}

.lecturer__profile::before {
  content: "";
  position: absolute;
  bottom: 1.5rem; 
  left: 0;
    width: 97%;
    height: 63%;;
  z-index: -1; 
background: linear-gradient(
  to right, 
  rgba(255, 255, 255, 1) 0%, 
  rgba(255, 255, 255, 0.7) 50%, 
  rgba(255, 255, 255, 0) 100%
);
}

.lecturer__text {
  position: relative;
  flex: 1;
  z-index: 2;
  min-width: 0; 
}

.lecturer__role {
	font-size: 1.07rem;
  line-height: 1.4;
  white-space: nowrap; 
}

.lecturer__name {
  font-size: 2.5rem;
  font-weight: bold;
}

.lecturer__img {
  position: relative;
  z-index: 2;
}

.lecturer__img img {
  display: block;
  width: 18.5rem;
	transform: translateY(2rem);
}

.lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__profile {
    flex-direction: row-reverse;
    height: 17.5rem;
}

.lecturer__intro > .lecturer__box:nth-of-type(even) .lecturer__profile::before {
  left: auto;
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255,255,255,0.95),
    rgba(255,255,255,0.7),
    rgba(255,255,255,0)
  );
    bottom: 2.9rem;
}

.lecturer__intro .lecturer__box:nth-of-type(odd) .lecturer__img img {
  padding: 0 1.5rem 0 0;; 
}
.lecturer__intro .lecturer__box:nth-of-type(odd) .lecturer__text  {
	padding: 1.5rem 0 3rem 2.5rem;
}

/* 比較用：偶数番目（2人目、4人目...）の調整 */
.lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__img img {
	      padding: 0 1.5rem 0 2rem;
    width: 17rem;
}
.lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__text  {
	padding: 1.5rem 4.5rem 4.9rem 0;
}
.lecturer__intro .lecturer__box:nth-of-type(3) .lecturer__img img {
  padding: 0 2rem 0 0;
    width: 21.5rem;
    transform: translateY(4rem);
}

.lecturer__intro .lecturer__box:nth-of-type(3) .lecturer__profile {
	margin-bottom: 4rem;
}

/*  説明 */
.lecturer__desc_wrapping {
  background: #fff;
  margin: 0 2rem;
}

.lecturer__desc {
padding: 2.7rem 2rem 0rem;
    line-height: 1.9;
    font-size: 1.1rem;
  text-align: left;
    letter-spacing: -0.03em;
    margin-bottom: -2rem;
	text-align: justify;
}
.lecturer__desc .txt__highlight{
	    background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.lecturer__desc p {
}

/* マーカー */
.txt__highlight {
  background: linear-gradient(transparent 60%, #ffe100 60%);
  font-weight: bold;
}

/*  バナー */
.result-banner {
  position: relative;
  z-index: 10;
      width: calc(100% + 33px);
    margin-left: -17px;
    transform: translateY(22px);
    aspect-ratio: 824 / 260;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/04/banner_img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.65rem;
  font-weight: bold;
  color: #fff;
    padding-bottom: 0.5rem;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	letter-spacing: 0.9px;
}

.result_txt {
  color: #FFFF00;
  margin-left: 3px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
}
.result-banner .yellow  {
	  color: #FFFF00;
	  font-size: 1.65rem;
}
.lecturer .result-cta__ticket {
	padding: 0 1.5rem;
}

/* =========================
   スマホ
   ========================= */

/* =========================
   特典
   ========================= */
@media screen and (max-width: 767px) {
	.tokuten-bubble {
    margin-bottom: 1em;
		padding: 0.5em 1.5em 0.5rem;
	}
	.tokuten-title-main {
    gap: 0;
	}
	.tokuten-badge {
    width: 3.8em;
		height: 5em;
    margin-right: 0.5em;
	}
	.tokuten-item--1 .tokuten-img {
    width: 5em;
    right: -1.4em;
    top: 76%;
	}
	.tokuten-item--2 .tokuten-img {
    width: 5em;
    right: -1.8em;
		top: 86%;
	}
	
.tokuten-item--3 .tokuten-img {
    width: 3em;
        right: -1.5em;
        top: 0.5em;
	}
	.tokuten-item--4 .tokuten-img {
    width: 4.5em;
        right: -2.5em;
        top: 2.5em;
	}
	.tokuten-item--5 .tokuten-img {
    width: 5.5em;
    right: -2em;
		top: 89%;
	}
	

/* =========================
   LINE無料プレゼント
   ========================= */
  .line-present {

  }
	.line-present-inner {
    padding-left: 0rem;
    padding-right: 0rem;
}

  .line-present-arrow {
    border-left-width: 3.4em;
    border-right-width: 3.4em;
    border-bottom-width: 1.5em;
    margin-bottom: 1.3em;
  }

	
  .line-present-top {
    padding: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35em;
    flex-wrap: nowrap;
  }

  .line-present-badge {
    min-width: auto;
    height: 1.7em;
	  padding: 0 0.4em;
    font-size: 1rem;
    letter-spacing: 0.02em;
    flex-shrink: 0;
  }

  .line-present-lead {
    font-size: 1.55rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }

  .line-present-box {
        padding: 0;
        margin-bottom: 1.6em;
    margin-bottom: 0em;
  }

  .line-present-bottom {
    gap: 0.5em;
  }

  .line-present-gift {
    width: 4.8em;
    margin-bottom: 0.2em;
  }

  .line-present-cta {
    min-width: 18.8em;
    min-height: 4.4em;
    padding: 0.0em 1.6em;
    border-radius: 1.0em;
  }

  .line-present-cta-icon {
    width: 1.9em;
    height: 1.9em;
    border: 2px solid rgba(255,255,255,0.85);
  }

  .line-present-cta-triangle {
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.7em solid rgba(255,255,255,0.95);
  }

	
	

/* ==================================================
  受講生の声
================================================== */

	.voice {
    padding: 3em 1em;
}
	.voice__title {
    font-size: clamp(1.8rem, 3.5vw, 4.3rem);
	padding: 1rem 3rem;
        margin-bottom: 1rem;
	}
	.voice__catch .small {
    font-size: 17px;
}


  .voice__profile img {
    width: 11.25rem;
  }
	.voice__catch .big-num {
		font-size: 2rem;
	}
  .voice__name {
    font-size: 1.375rem;
  }

  .voice__catch {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
	.voice__inner__text {
    padding: 1.25rem 1rem;
}
/* =========================
   お悩み
========================= */
	
  .worries__list {
    grid-template-columns: 1fr;
  }
	.worries__label {
    font-size: 1.4rem;
	}
  .worries__title {
    font-size: 18px;
  }
	.worries__item {
    padding: 0.5em 0 0.5em 1.8em;
		gap: 28px;
	}
  .worries__title span {
    font-size: 26px;
  }

	/* =========================
   改善セクション
========================= */
	.improvement__lead { 
    padding: 1em 1em 1em;
		background-size: 115% auto; 
	}
.improvement__catch {
	font-size: 1.8rem;
	}
.catch-highlight {
    font-size: 2.8rem;
	}
  .card__profile img {
    margin-right: 0;
    margin-bottom: 15px;
  }
	
  .improvement_wrap {
    padding: 2rem 1rem 0;
  }

  .improvement__inner {
    max-width: 100%;
  }

  .improvement__copy-top {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0.8em 0 0;
  }

  .improvement__badge {
    display: inline-block;
    font-size: 1.55rem;
    padding: 0.12em 0.5em 0.16em;
    margin-right: 0.2em;
    border-width: 1.5px;
  }
	
	.improvement__maincopy .yellow {
		font-size: 1.5rem;
	}

  .improvement__copy-middle {
        font-size: 1.5rem;
        line-height: 1.45;    
        margin: 0.4em 0 !important;
  }

  .improvement__copy-dots {
        font-size: 0.4rem;
        margin: 0 0 -0.3rem 0rem;
        gap: 1rem;
  }

  .improvement__copy-bottom {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }

  .improvement__arrow img {
    width: 34%;
  }

    .improvement__people {
        margin-bottom: 2.8rem;
    }

  .improvement_wrap .card {
    border-radius: 0.9rem;
    margin-bottom: 2rem;
  }

  .head-red {
    height: auto;
    min-height: 5.8rem;
    border-radius: 0.9rem 0.9rem 0 0;
	  background: linear-gradient(to right, #222 0%, #222 3.2rem, transparent 3rem), linear-gradient(to bottom, #df4148 0%, #c32a30 100%);
  }
.card__head h3 {
  margin: 0;
  flex: 1;
  align-items: center;
  text-align: center;
}
  .card__head {
        gap: 0.5rem;
        padding: 1rem 0rem 1rem 0.5rem;
        min-height: 4.8rem;
    align-items: center;
  }

  .card__head .num {
    width: 1.4em;
    font-size: 1.7rem;
    font-weight: 800;
  }

  .card__head h3 {
    font-size: 1.1rem;
    line-height: 1.45;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  }

  .improvement__cards .yellow {
    font-size: 1.45rem;
    letter-spacing: 0em;
  }

  .card__body {
    padding: 1.2rem;
  }

  .card__profile {
    padding-bottom: 0;
    margin-bottom: 1.2rem;
  }

  .card__profile img {
        width: 50%;
        margin-right: 0.5rem;margin-bottom: 0;
  }

  .card .profile-text .sub-title {
    font-size: 0.65rem;
    line-height: 1.5;
    padding-left: 1.3em;
    margin-bottom: 0.2em;
    text-align: left;
  }

  .card .profile-text .sub-title::before {
    width: 0.7em;
    height: 0.7em;
    top: 0.35em;
  }

  .profile-text {
    width: 100%;
  }

  .profile-text .name {
    font-size: 1.8rem;
    line-height: 1.35;
    margin-top: 0.2rem;
  }

  .card__desc {
    font-size: 1rem;
    line-height: 1.9;
    padding: 0;
  }
.improvement__deco {
    position: absolute;
    width: 7%;
    top: 10.5rem;
}


.improvement_circle-img {
	width: 105%;
	}
.improvement_circle-label {
        bottom: -1rem;
        transform: translateX(-50%);
        padding: 0rem 0.6rem;
        font-size: 0.9rem;
	    width: 115px;
    height: 26px;
}
.improvement_circle-list {
    gap: 0.5rem;
}
/* ===============================
   カリキュラム
=============================== */	
.curriculum__title {
    padding: 4rem;
    font-size: 2rem;
	height: 8.5rem;
	}
.curriculum__heading {
    font-size: 1.6rem;
    margin-top: 2rem;
	}
	.curriculum__num img {
		width: 3.5rem;
  transform: translateY(19px);
	}
.curriculum__image {
    padding: 0em 2em;
}
	.curriculum__labels {
		gap: 0.4rem;
		flex-wrap: nowrap;
	}
	.curriculum__labels .label-item {		
    font-size: 1rem;
    letter-spacing: 0em;
    padding: 0.3em 0.5rem 0.3em 0.5rem;
}
	.curriculum__heading::after {
    width: 100%;
    margin: 1rem 0 1.5rem;
}
	
.curriculum__txt {
	font-size: 1.1rem;
	padding: 1em 1.4em;
	}
	.curriculum__item {
  margin-bottom: 0rem;
}
	.curriculum__inner::before {
    top: 29%;
		bottom: 28%;
	}
	.curriculum__item:last-child {
    margin-bottom: -2rem;
}

/* ===============================
   変化
=============================== */
	.benefits__title .catch-line {
    width: 100%;
    max-width: 20rem;
    margin: -1rem 0;
}


	.benefits__tags-container {
    gap: 0.5rem;
		padding: 1.6rem 2rem 1rem;
	}
	.benefits__tag {
    height: 2.6rem;
    padding: 0 0.7rem;
    min-width: 6rem;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
		font-size: 1.4rem;
	}
.result_benefits__inner {
	padding: 1rem 0.5rem;}
.result-cta__sub {
	font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
	}
	.result-cta__copy-dots {
    font-size: 6px;
    margin: -1em 7.4em -0.4em;
    gap: 24px;
}
	
  .benefits__title { font-size: 1.8rem; }
  .benefits__title .num { font-size: 3.5rem; }
  .highlight-yellow { font-size: 1.4rem; }
  .benefit-card__title { 
	  font-size: 1.3rem; 
    margin: 1rem;
}
	.intro-box {
    font-size: 1.4rem;
}
	.intro__text {
		font-size: 1.6rem;
	}
	.intro__text .yellow {
    font-size: 1.6rem;
}
	.benefits__intro-boxes {
    gap: 1.25rem;
    margin: 1.5rem 0 1rem;
}
	.benefit-card__text {
    font-size: 1rem;
}
	.benefit-card {
    margin: 2rem 0 0;
    padding: 1.7rem 2rem 2rem;
}
	.benefit-card__image {
    margin-bottom: 1rem;
}

/* =========================================
   ダイエットメニュー
========================================= */
	
  .diet-menu-message__image {
        top: -0.5rem;
        flex: 0 1 32%;
    margin-bottom: -47px;
  }
  .diet-menu-section {
    padding: 2rem 0.8rem 2rem;
  }

  .diet-menu-ribbon {
    font-size: 1.2rem;
    padding: 0.6rem 2.3rem;
  }

  .diet-menu-ribbon::before,
  .diet-menu-ribbon::after {
    border-top-width: 1.35rem;
    border-bottom-width: 1.35rem;
  }

  .diet-menu-ribbon::before {
    left: -0.9rem;
    border-right-width: 0.9rem;
  }

  .diet-menu-ribbon::after {
    right: -0.9rem;
    border-left-width: 0.9rem;
  }

  .diet-menu-list {
    gap: 1.15rem;
	      margin: 0;
  }

.diet-menu-num img {
	width: 80%;
	}
  .diet-menu-num {
    flex: 0 0 4.3rem;
    width: 4.3rem;
    top: -18px;
  }

    .diet-menu-box {
        min-height: 5.7rem;
        padding: 0.8rem 0.85rem 0.8rem 5.5rem;
        margin-left: -4.35rem;
    }

  .diet-menu-text {
    font-size: clamp(1.3rem, 4.8vw, 1.7rem);
    line-height: 1.35;
  }

  .diet-menu-message {
        margin-top: 1rem;
        gap: 0rem;
        padding: 0.5rem 0;
        width: 100%;
  }
	.diet-menu-message__image img {
		width: 100%;
	}
  .diet-menu-message__text {
        padding: 2rem 0.3rem 1rem 0;
  }
	
.diet-menu-message__text__copy-dots {
    font-size: 5px;
    gap: 3em;
    padding-left: 2em;
    margin-bottom: -3px;
    margin-top: 0;
}
	.before-after-section {
	padding: 2.5rem 0.5rem 6rem;
	}



/* =====================
   インタビュー
===================== */

	.interview__label {
		font-size: 1.1rem;
	}
	.interview__title {
    font-size: 2.3rem;
	line-height: 1.2;
	}
	.sparkle--left {
    left: 2.5rem;
    top: -0.5rem;
}
	.sparkle--right {
    right: 2rem;
    bottom: 1.5rem;
}
	.interview__list .qa--q {
		padding: 0.9rem 1rem 0.9rem 2.5rem;
	}
.q__text {
    line-height: 1.4;
	font-size: 1.1rem;
	}
	.a__text {
    padding: 1.4rem 0 1rem 0;
    line-height: 1.4;
    font-size: 1rem;
}
	.interview {
    padding: 2.5rem 1.25rem 1rem;
}


/* =========================
   講師紹介
========================= */

	.lecturer__heading {
    padding: 0 1rem;
    gap: 7px;
    margin: 2.8rem 0 0;
}
	.lecturer__intro .lecturer__box:nth-of-type(odd) .lecturer__img img {
        padding: 0 0.5rem 0 0;
		        width: 13rem;
}
    .lecturer__intro .lecturer__box:nth-of-type(odd) .lecturer__text {
        padding: 1.5rem 0 1.3rem 1rem;
    }
    .lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__text {
        padding: 1.5rem 0rem 4.3rem 0rem;
    }
.lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__img img {
        padding: 0 0 0 1rem;
        width: 11rem;
	transform: translateY(1rem);
    }
	.lecturer__intro .lecturer__box:nth-of-type(even) .lecturer__profile {
    flex-direction: row-reverse;
    height: 11.5rem;
		        margin-bottom: 1rem;
		        margin-top: 4rem;
}
	.lecturer__intro .lecturer__box:nth-of-type(3) .lecturer__profile {
    margin-bottom: 4rem;
    margin-top: -2rem;
}
    .lecturer__profile::before {
        bottom: 0.5rem;
        width: 97%;
        height: 68%;
    }
.lecturer__lead {
	font-size: 1.2rem;
	}
	.lecturer__title {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 2rem;
}
	.lecturer__heading span {
    width: 1.4em;
    height: 1.4em;
    font-size: 2.56rem;
    padding: 0.1rem 0.1rem 0.4rem;
}
	.lecturer__profile {
    margin-bottom: 2rem;
    min-height: 5rem;
    height: 11.5rem;
}

	.lecturer__name {
    font-size: 2rem;
}
  .lecturer__img img {
	  width: 13.5rem;
  }
	.lecturer__role {
    font-size: 0.9rem;
}

	.lecturer__desc_wrapping {
    margin: 0 1rem;
}
	.result-banner {
        width: calc(100% + 20px);
        font-size: 1rem;
        margin-left: -9px;
}
.result-banner .yellow {
    color: #FFFF00;
    font-size: 1.2rem;
}
	.lecturer__desc p {
		font-size: 0.9rem;
}
	.result_txt {
    margin-left: 2px;
    font-size: 1.6rem;
		letter-spacing: 0rem;
}
	.lecturer__desc {
    padding: 1.7rem 1.5rem 0rem;
    line-height: 1.;
        font-size: 0.5rem;
    letter-spacing: -0.03em;
    margin-bottom: -2rem;
}
	.lecturer__intro .lecturer__box:nth-of-type(3) .lecturer__img img {
        padding: 0 1rem 0 0;
        width: 14rem;
}
	.lecturer .result-cta__ticket {	
    padding: 0 0.5rem 1rem 0.5rem;
	}
}




.line-present-cta-image {
  pointer-events: auto;
}

.line-present-cta-image * {
  pointer-events: auto;
}
/* ==================================================
ダイエット導入済みLP
================================================== */

#top_title_area {display: none;}
/* ==================================================
特典
================================================== */
.koyo2-tokuten {
  font-size: 16px;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_tokuten_bg1-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0 0 2em;
  box-sizing: border-box;
}

.koyo2-tokuten-inner {
  max-width: 50.0em;
  margin: 0 auto;
}
.koyo2-tokuten-hero {
  position: relative;
  padding: 3em 1.2em 0;
  text-align: center;
  overflow: hidden;
}

.koyo2-tokuten-hero-bg {
  position: absolute;
  inset: 0.0em;
  background-image: url("https://koyo-seikotsu.com/wp-content/uploads/2026/03/tokuten_bg.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
    z-index: 5;
}

.koyo2-tokuten-hero-inner {
  position: relative;
  z-index: 2;
}


.koyo2-tokuten-title {
  margin: 0;
  text-align: center;
	margin: 2rem 0 0;
}

.koyo2-tokuten-title-main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.3em;
	font-weight: 550;
}

.koyo2-tokuten-title-num {
  font-family: "Noto Serif JP", serif;
	font-size: clamp(8rem, 19.5vw, 12rem);
  line-height: 1;
  color: #C1272D;
  transform: translateY(0.1em);
	    letter-spacing: -15px;
  text-shadow:
    0 0 6px rgba(255,255,255,0.1),
    0 0 12px rgba(255,255,255,0.7),
    0 0 20px rgba(255,255,255,0.1);
}

.koyo2-tokuten-title-textwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.0;
}

.koyo2-tokuten-title-sub {
  font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem, 2.5vw, 2rem);
  color: #272727;
  margin:0 0.4em 0.1em;
	font-weight: 900;
	color:#272727;
}

.koyo2-tokuten-title-text {
  font-family: "Noto Serif JP", serif;
	font-size: clamp(4.2rem, 9.5vw, 5.5rem);
  color: #C1272D;
	  font-weight: 900;
}

.koyo2-tokuten-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
	margin: 0 3rem 2rem 1.3rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  overflow: visible;
}

.koyo2-tokuten-item::before {
  content: "";
  position: absolute;
  inset: 0.4em;
  border: 0.5px solid #C6A75E;
  pointer-events: none;
}

.koyo2-tokuten-left {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.koyo2-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 500;
  overflow: hidden;
}

.koyo2-hero__bg {
  position: absolute;
  inset: 0;
  background: url(bg.webp) center/cover no-repeat;
  z-index: 1;
}

.koyo2-hero__main {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.koyo2-hero__main img {
  width: 80%;
}

.koyo2-hero__band {
  position: absolute;
  top: 2rem;   
  z-index: 3;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_tokuten03.webp) center / cover no-repeat;
	left: 50%;
  transform: translateX(-50%);
  width: 103%;
}

.koyo2-hero__band-inner {
	padding-bottom: 0.4rem;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 570;
    font-size: clamp(1.4rem, 3.3vw, 2.2rem);
  color: #fff;
  text-align: center;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.8),
    0 2px 6px rgba(0,0,0,0.4);
}
.koyo2-hero__band img {
  width: 100%;
}

.koyo2-hero__shine {
  position: absolute;
  inset: 0;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_tokuten_01.webp) center/cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.9;
  z-index: 4;
}

.koyo2-tokuten__inner {
    margin: 0 auto;
    padding: 0 1.5rem 0;
}

.koyo2-tokuten__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.koyo2-card {
	background: #fff;
  border-radius: 12px;
  border: 2px solid #C6A75E;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  position: relative;
  overflow: visible;
}


.koyo2-card::after {
  content: "";
  position: absolute;
    inset: 3px;
    border: 0.8px solid #C6A75E;
    border-radius: 8px;
  z-index: 1; 
}

.koyo2-card__badge {
  position: absolute;
    top: -8px;
    left: 10px;
    width: 57px;
  z-index: 5;
}

.koyo2-card__badge img {
  width: 100%;
}

.koyo2-card__top {
    padding: 0.9rem 0 0.5rem 5rem;
    font-size: 1rem;
  font-family: "Noto Serif JP", serif;
	color:#272727;
    line-height: 1.3rem;
    font-weight: 550;
}

.koyo2-card__title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
	letter-spacing: -0.03em;
	font-size: 1.3rem;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-card__title_bg.webp) center / cover no-repeat;
    padding: 0.2rem;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.8),
    0 2px 6px rgba(0,0,0,0.4);
}

.koyo2-card__img {
	padding: 1rem 0.5rem 0.5rem 1rem;
}

.koyo2-card__img img {
  width: 100%;
  border-radius: 8px;
}

/* ==================================================
実績
================================================== */

.koyo2-results {
  position: relative;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_results_bg-scaled.webp) center / cover no-repeat;
  padding: 60px 20px;
  color: #fff;
  overflow: hidden;
	padding: 0 1rem;
}

.koyo2-results::before {
  content: "VOICE";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
	font-size: 6.5rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.4rem;
  font-family: "Noto Serif JP", serif;
    margin: 1rem 0;
}

.koyo2-results__title {
  text-align: center;
    margin-bottom: 2rem;
}
.koyo2-results__title span {
  display: block;
    margin-top: 7rem;
	letter-spacing: 0.7rem;
	font-family: "Noto Serif JP", serif;
    font-size: 3.7rem;
	color: #FFF;  
  text-shadow:
    0 2px 4px rgba(0,0,0,0.5),   
    0 6px 12px rgba(0,0,0,0.4),  
    0 0 10px rgba(0,0,0,0.3);    
}

.koyo2-results-card {
  margin-bottom: 4rem;
  position: relative;
}

.koyo2-results-card__head {
  min-height: 140px;
}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__head {
  padding-left: 160px;
  padding-right: 20px;
}
.koyo2-results-card:nth-of-type(4) .koyo2-results-card__head {
  padding-left: 9rem;
  padding-right: 0rem;
}
.koyo2-results-card__report {
  position: relative;
	width: 105%;
  left: 50%;
  transform: translateX(-50%);
	margin-bottom: 0.5rem;
  padding: 0;
	font-weight: 600;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_results_no_line.webp)
              center / contain no-repeat;

  text-align: center;
  color: #7E1B1E;
  font-family: "Noto Serif JP", serif;
font-size: clamp(1.4rem, 3.6vw, 2.4rem);
    letter-spacing: 0.1rem;
}


.koyo2-results-card:nth-of-type(odd) .koyo2-results-card__report {
	padding-right: 7rem;
}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__report {
    left: 61%;
    width: 152%;
    padding-left: 11rem;
    transform: translateX(-69%);
}

.koyo2-results-card:nth-of-type(4) .koyo2-results-card__report {
    left: 60%;
    width: 140%;
}
.koyo2-results-card__num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;

}

.koyo2-results-card__catch {
  font-family: "Noto Serif JP", serif;
  color: #ffff00;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-top: 1rem;
  line-height: 1.4;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
  text-align: left;
	position: relative;
    z-index: 1;
    margin-left: 2rem;
}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__catch {
    margin-left: 3rem;
}

.koyo2-results-card__meta {
  display: flex;
    align-items: end;
    margin-top: 15px;
    color: #fff;
    gap: 1rem;
	position: relative;
    z-index: 1;
    margin-left: 2rem;
    letter-spacing: 1.3px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 1.6);
}

.koyo2-results-card__left {
  display: flex;
  flex-direction: column;
	font-weight: 500;
}

.koyo2-results-card__left .area {
	font-size: 1.15rem;
    margin-bottom: -0.5rem;
}

.koyo2-results-card__left .clinic {
  font-size: 1.3rem;
}

.koyo2-results-card__meta .name {
	font-size: 1.85rem;
  font-weight: 600;
  white-space: nowrap;
    padding-left: 1rem;
}

.name-s {
  font-size: 1.54rem;
}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__meta {
    margin-left: 3.5rem;
}

.koyo2-results-card__img {
  position: absolute;
  right: 0;
	top: -1.1rem;
    width: 38%;
  z-index: 0;
}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__img {
    left: 5px;
    right: auto;
    top: 0.4rem;
    width: 35%;
}

.koyo2-results-card:nth-of-type(4) .koyo2-results-card__img {
    left: -14px;
    right: auto;
    top: -1.5rem;
    width: 52%;
}

.koyo2-results-card__body {
  background: #fff;
  color: #272727;
    padding: 1.2rem 1.2rem;
  position: relative;
  border: 2px solid #ddd;
	margin: 2.5rem 2.7rem 0.5rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.koyo2-results-card__body p {
    font-size: 1.15rem;
    text-align: justify;
}

.koyo2-results-card__body::before {
  content: "";
  position: absolute;
    top: -34px;
    left: -10%;
    width: 121%;
    height: 8px;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_results_impact.webp)
              center / contain no-repeat;
}

.koyo2-results-card:nth-of-type(odd) .koyo2-results-card__body {

}

.koyo2-results-card:nth-of-type(even) .koyo2-results-card__body {
  
}

.koyo2-results-card__body .txt__highlight{
	background: #ffff99;
	padding: 5px 0 5px 0;
    font-weight: normal;
}


/* ==================================================
LINEプレゼント
================================================== */
.koyo2_line-present{
    font-size: 16px;
    background-image: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_line_bg.webp);
    background-size: cover;
    background-position: center;
    pointer-events: none;
    padding: 1.8em 1.0em 1.8em;
    box-sizing: border-box;
}
.koyo2_line-present .line-present-lead{
  font-family: "Noto Serif JP", serif;
    color: #fff;
}
.koyo2_line-present .line-present-cta-image {
	width: 90%;
	margin-top: 1.5em;
}
.line-present-cta-image {
  position: relative;
  z-index: 10;
}

.line-present-cta-image a {
  display: block;
}

.line-present-cta-image img {
  display: block;
  width: 100%;
}

/* ==================================================
お悩み
================================================== */
.koyo2-worry {
  text-align: center;
}

.koyo2-worry__lead {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
    color: #272727;
    font-weight: 550;
    margin: 3rem 0;
}

.txt__line {
    color: #272727;
  background: linear-gradient(transparent 60%, #FFFF99 60%);
}

.koyo2-worry__lead .txt__highlight {
    font-weight: 550;
  color: #C1272D;
  background: linear-gradient(transparent 60%, #FFFF99 60%);
}

.koyo2-worry__box {
  background: url("https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_worry-scaled.webp") no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
	padding: 4.5rem 1.5rem 2.5rem;
  color: #fff;
}

.koyo2-worry__title {
  position: relative;
  max-width: 700px;
  margin-bottom: 2rem;
	    padding-left: 1rem;
}

.koyo2-worry__title span {
  display: block;
}

.koyo2-worry__title h2 {
letter-spacing: 0.1rem;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 550;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin: 0;
	text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 6px 12px rgba(0, 0, 0, 9.4), 0 0 10px rgba(0, 0, 0, 0.3);
}

.koyo2-worry__title_img {
  position: absolute;
  right: -1rem;
	top: -2.1rem;
  width: 18rem;
  height: auto;
  z-index: 2;
}

.koyo2-worry__panel {
	background: rgba(255, 255, 255, 0.17);
	padding: 1.8rem 3rem;
  max-width: 700px;
}

.koyo2-worry__list {
  list-style: none;
  margin: 0;
  padding: 0;
    text-align: left;
  font-family: "Noto Serif JP", serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
}

.koyo2-worry__list li {
    font-size: 1.38rem;
    margin-bottom: 1.2rem;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.2;
}

.koyo2-worry__list li::before {
  content: "";
  position: absolute;
  left: 0;
    top: -0.1em;

  width: 1.2em;
  height: 1.2em;

  background: url("https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_check.webp") no-repeat center/contain;
}

.koyo2-worry__catch {
	font-size: 2.25rem;
    margin: 3rem 0 2rem;
  font-family: "Noto Serif JP", serif;
}

.koyo2-worry__answer {
  position: relative;
  background: #fff;
  color: #333;
  text-align: center;
}

.koyo2-worry__catch strong {
  color: #FFFF00;
}

.koyo2-worry__result {
    font-size: 2.7rem;
    margin: 2rem 0;
    line-height: 1.4;
    font-weight: 510;
    font-family: "Noto Serif JP", serif;
	color:#272727;
}

.koyo2-big {
  display: inline-block; 

  font-size: 3.5rem;
  color: #C1272D;
  font-weight: 700;

  background: linear-gradient(transparent 65%, #FFFF99 65%);
  background-size: 80% 70%; 
  background-repeat: no-repeat;
  background-position: center bottom;
}

.koyo2-worry__result .txt__highlight {
	background: linear-gradient(transparent 60%, #FFFF99 60%);
	
    font-weight: 510;
}

.koyo2-worry__tags {
  display: flex;
  justify-content: center;
      gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.koyo2-worry__tags li {

  background: linear-gradient(
    to bottom,
    #e53935,
    #c62828
  );
  color: #fff;

    padding: 0 0.6rem;
    font-weight: 600;
    font-size: 1.55rem;

  text-shadow: 
    0 1px 0 rgba(0, 0, 0, 0.5),
    0 2px 2px rgba(0, 0, 0, 0.6);
	
}

.koyo2-worry__text {
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 550;
	color:#272727;
}

.koyo2-worry__text span {
  color: #C1272D;
}

.koyo2-worry__text strong {
  color: #C1272D;
    font-weight: 550;
    font-size: 2.6rem;
}

.koyo2-cta {    
	padding: 2.5rem 0 3rem;
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_worry_bg02.webp) center / cover no-repeat;
  text-align: center;
  color: #fff;
}


.koyo2-cta__inner {

}

.koyo2-cta__people {
  top: -3.75rem;
  left: 50%;
  width: 100%;
}

.koyo2-cta__people img {
  width: 100%;
  height: auto;
}

.koyo2-cta__content {
	padding: 1.5rem;
  max-width: 43.75rem; 
  margin: 0 auto;
	    background: rgba(255, 255, 255, 0.17);
}

.koyo2-cta__lead {
    font-size: 1.9rem;
    letter-spacing: -0.01em;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    font-weight: 550;
}

.koyo2-cta__big {
  font-size: 2.5rem; 
  font-weight: 550;
  color: #FFFF00;
  letter-spacing: 0.05em;
}



/* =========================
  変化
========================= */
.koyo2-variation__header {
    background-image: url(https://koyo-seikotsu.com/wp-content/uploads/2026/03/bg_6.webp);
    background-size: cover;
    background-position: center top;
    padding: 3rem 0 1rem;
    background-color: #fff;
	text-align:center;
}
.koyo2-variation__title {
    color: #c00;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
	padding-bottom: 0;
}
.koyo2-variation__title-sub {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(2rem, 5.7vw, 3.2rem);
    font-weight: 700;
    color: #272727;
    margin: 0 0 0.2em;
	color: #272727;
    letter-spacing: 0.3rem;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.5);
}
.koyo2-variation__title-text {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(3rem, 8.5vw, 4.8rem);
    font-weight: 900;
    color: #C1272D;
    letter-spacing: -0.1rem;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.5);
}
.koyo2-variation__title .catch-line {
    display: block;
    width: 84%;
    height: auto;
    margin: 0.5rem auto;
    position: relative;
    left: 50%;
    transform: translateX(-59%);
    bottom: 24px;
}

.koyo2-variation__list .benefit-card{
    padding: 2.5rem 2.4rem 2rem;
	    margin: 0 0 3.5rem 0;
}
.koyo2-variation__list .benefit-card__image {
    margin: 1.5rem 0 1rem;
}
.koyo2-variation__list {
  position: relative;
  background:
    url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-variation_bg-scaled.webp) center / cover no-repeat,
    #7E1B1E; 
    font-family: "Noto Serif JP", serif;
  padding: 4rem 2rem 0;
  color: #fff;
  overflow: hidden;
}
.koyo2-variation__list .benefit-card__title {
    color: #C1272D;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;    
	margin: 0rem 0 0.5rem;
}
.koyo2-variation__list .benefit-card__title_b {
    font-size: 2.2rem;
color: #C1272D;
    font-weight: 600;
    line-height: 1.4;
    margin: 0rem 0 0.5rem;
}


.koyo2-variation-voice__head {
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-variation_band_bg.webp) center / cover no-repeat;
  text-align: center;
  padding: 1rem;
}
.koyo2-variation-voice__title_b{
	    font-size: 2.5rem;
}
.koyo2-variation-voice__title {
	font-weight: 550;
    font-size: 2.3rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
	padding: 0;
}

.koyo2-variation-voice__slash {
  margin: 0 0.5rem;
}

.koyo2-variation-voice__body {
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-variation_band_img.webp) center / cover no-repeat;
  padding: 2.5rem 2rem;
	position: relative;
}

.koyo2-variation-voice__inner {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
}

.koyo2-variation-voice__card {
    background: #fff;
    border-radius: 0.4rem;
    padding: 2rem;
    max-width: 25rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);

}
.koyo2-variation-voice__card p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #272727;
  font-family: "Noto Serif JP", serif;
	font-weight: 550;
}

.koyo2-variation-voice__person img {
  width: 100%;
  height: auto;
}

.koyo2-variation-voice__body p.voice__note {
	position: absolute;
	bottom: 0;
	left: 15%;
	color: #333;
}

@media (max-width: 600px) {
	.koyo2-variation-voice__body p.voice__note {
		left: 5%;
	}
}
/* =========================
  講師紹介
========================= */

.koyo2-profile {
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-profile_bg-scaled.webp) center / cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0 3rem;
}

.koyo2-profile__head {
  text-align: center;
  margin-bottom: -1.5rem;
}

.koyo2-profile__head::before {
  content: "PROFILE";
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.5rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.4rem;
  font-family: "Noto Serif JP", serif;
}

.koyo2-profile__title {
  display: block;
  margin-top: 8rem;
  letter-spacing: 0.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  text-align: left;
    margin-left: 3.5rem;
    color: #fff;
}

.koyo2-profile__item {
  margin-bottom: 2rem;
}

.koyo2-profile__inner {
  position: relative;
  max-width: 68rem;
  margin: 0 auto;
}

.koyo2-profile__name-bg {
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-profile_name_bg.webp)
              center 20% / 100% auto no-repeat;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 1.3);
  padding: 4.2rem 2rem;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
    margin-bottom: -0.2rem;
  position: relative;
  z-index: 1;
}

/* reverse */
.koyo2-profile__inner.reverse {
  display: block;
}

.koyo2-profile__inner.reverse .koyo2-profile__name-bg {
  transform: scaleX(-1);
	    margin-bottom: 1rem;
}

.koyo2-profile__inner.reverse .koyo2-profile__name-bg > * {
  transform: scaleX(-1);
}

.koyo2-profile__img {
  position: absolute;
  bottom: 0;
  width: 18rem;
  z-index: 2;
}

.koyo2-profile__img.right {
  right: 0;
}

.koyo2-profile__img.left {
  left: 0;
}

.koyo2-profile__inner.reverse .koyo2-profile__img {
  left: -2rem;
  right: auto;
  width: 22rem;
}

.koyo2-profile__inner.reverse .koyo2-profile__img img {
  transform: scaleX(-1);
}

.koyo2-profile__img img {
  width: 100%;
  height: auto;
}

.koyo2-profile__img.left img {
  width: 75%;
}

.koyo2-profile__text {
  position: relative;
  z-index: 1; 
}


.koyo2-profile__desc {
  position: relative;
  z-index: 2;
	padding: 1.3rem 1rem 1.3rem 6%;
}
.koyo2-profile__desc::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.17);
    z-index: 0;
}
.koyo2-profile__desc_txt{
	  position: relative;
  z-index: 5;
  line-height: 1.7;
  font-size: 1.2rem;
}

.koyo2-profile__inner.reverse .koyo2-profile__desc {
	padding: 1.3rem 1rem 1.3rem 39%;
}

.koyo2-profile__item:nth-child(4) .koyo2-profile__text {

}

.koyo2-profile__item:nth-child(4) .koyo2-profile__img {
    position: absolute;
    z-index: 5;
    right: 0rem;
    top: 1rem;
    width: 18rem;
}

.koyo2-profile__item:nth-child(4) .koyo2-profile__img img {
  width: 100%;
  height: auto;
}

.koyo2-profile__item:nth-child(4) .koyo2-profile__desc {
    padding: 1.3rem 39% 1.3rem 1.3rem;
}

.koyo2-profile__role {
  font-size: 1.1rem;
  line-height: 1.6;
	    padding-right: 1rem;
}

.koyo2-profile__name {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  line-height: 1.3;
    letter-spacing: 0.1rem;
}

.koyo2-profile__desc_yellow {
  color: #FFFF00;
  font-weight: 600;
  font-size: 1.2rem;
}

.koyo2-limited {
  text-align: center;
	margin: 2rem 0 2.1rem;
}

.koyo2-limited__top {
    font-size: 2.5rem;
    font-weight: 550;
    margin-bottom: -1.5rem;
  font-family: "Yu Mincho", serif;
	color:#272727;
}

.koyo2-limited__main {
  font-size: 3.5rem;
  color: #c62828;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-family: "Yu Mincho", serif;
    background: linear-gradient(transparent 84%, #FFFF99 35%);
    background-position: 0 -12px;
background-repeat: no-repeat;
letter-spacing: 0.27rem;
}



/* ==================================================
特典2
================================================== */

.koyo2-tokuten.is-bottom .koyo2-tokuten-title-num {
  color: transparent !important;
  position: relative;
}

.koyo2-tokuten.is-bottom .koyo2-tokuten-title-num::after {
  content: "10";
  position: absolute;
  top: 0;
  left: 0;
  color: #85121B;
}

.koyo2-tokuten.is-bottom .koyo2-tokuten-title-text {

  color: #85121B;
}

.koyo2-tokuten.is-bottom {
    font-size: 16px;
    background-image: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2_tokuten_bg1-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 0 0 1em;
    box-sizing: border-box;
}




/* =========================
   スマホ
   ========================= */
@media (max-width: 768px) {

/* ==================================================
特典
================================================== */		
  .koyo2-tokuten__grid {
    grid-template-columns: 1fr;
  }

  .koyo2-hero {
    aspect-ratio: 375 / 300;
  }

  .koyo2-hero__main img {
    width: 95%;
  }
/* ==================================================
実績
================================================== */
	.koyo2-card__top {
		padding: 1.4rem 1.3rem 1.4rem 5rem;
    font-size: 1rem;
    color: #272727;
    line-height: 1.3rem;
    font-weight: 550;
}
.koyo2-tokuten-title-sub {
    margin: 0 0em 0.1em 0.3em;
}		
.koyo2-results__title span {
    margin-top: 6rem;
    letter-spacing: 0.7rem;
    font-size: 3.5rem;
}
		.koyo2-results__title {
    margin-bottom: 0rem;
}
		.koyo2-results::before {
    top: 10px;
    font-size: 5.5rem;
    letter-spacing: 0.4rem;
    margin: 0;
}
.koyo2-results-card:nth-of-type(even) .koyo2-results-card__img {
    left: -8px;
    right: auto;
	top: 1rem;
    width: 41%;
}
.koyo2-results-card__report {
	margin-bottom: -0.5rem;
		}
		.koyo2-results-card__body::before {
    top: -29px;
    left: -5%;
    width: 109%;
    height: 8px;
}
		.koyo2-results-card__meta {
    margin-left: 1rem;
}
		.koyo2-results-card__catch {
    margin-left: 1rem;
}
.koyo2-results-card__left .area {
	font-size: 0.8rem;
		}
		.koyo2-results-card__left .clinic {
    font-size: 1rem;
}
		.koyo2-results-card__meta .name {
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 0rem;
}
	.koyo2-results-card__body p {
    font-size: 1.15rem;
}
	.koyo2-results-card:nth-of-type(odd) .koyo2-results-card__body {
	margin: 2.5rem 0.5rem 0.5rem;	
}
		.koyo2-results-card__body {
	margin: 2.5rem 0.5rem 0.5rem;	
		}
		.koyo2-results-card__img {
        position: absolute;
        right: -11px;
        top: 1.2rem;
        width: 40%;
        z-index: 0;
}
	.koyo2-results-card {
    margin-bottom: 2rem;
}
	
	.koyo2-results-card:nth-of-type(4) .koyo2-results-card__report {
        left: 57%;
        width: 177%;
        padding-left: 6rem;
        transform: translateX(-72%);
    }
.koyo2-results-card:nth-of-type(4) .koyo2-results-card__img {
        left: -0.7rem;
        right: auto;
        top: 2.1rem;
        width: 50%;
}
		.koyo2-results-card:nth-of-type(4) .koyo2-results-card__report {
    left: 56%;
    width: 173%;
    padding-left: 6rem;
}
.koyo2-results-card:nth-of-type(even) .koyo2-results-card__catch {
	margin-left: -2.5rem;
}
.koyo2-results-card:nth-of-type(even) .koyo2-results-card__meta {
    margin-left: -2.5rem;
}
		.koyo2-results-card__num {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
		.koyo2-results-card:nth-of-type(2) .koyo2-results-card__report {
    left: 52%;
    width: 214%;
    padding-left: 6rem;
    transform: translateX(-69%);
}
	
/* ==================================================
お悩み
================================================== */
  .koyo2-worry__box {
    padding: 3rem 1rem 2rem;
    background-size: cover;
  }

  .koyo2-worry__lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 2rem 0;
  }

  .koyo2-worry__title {
    padding-left: 0;
    margin-bottom: 2.5rem;
  }

  .koyo2-worry__title h2 {
    font-size: 2rem;
    line-height: 1.5;
        padding: 0 12px 1px;
  }

  .koyo2-worry__title_img {
	  width: 51%;
        margin: 0 auto -1.5rem;
    right: -1rem;
    top: -1.1rem;
  }

  .koyo2-worry__panel {
    padding: 1rem;
	  padding-top: 2.3rem;
  }

  .koyo2-worry__list li {
    font-size: 1.3rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }

  .koyo2-worry__list li::before {
    width: 1em;
    height: 1em;
    top: 0em;
    left: -4px;
  }

  .koyo2-worry__catch {
    font-size: 1.66rem;
    margin: 1.5rem 0 1.5rem;
  }

  .koyo2-worry__result {
        margin: 1rem 0;
        font-size: 1.9rem;
        line-height: 1.5;
  }

  .koyo2-big {
    font-size: 2.6rem;
    background: linear-gradient(transparent 75%, #FFFF99 75%);
  }

  .koyo2-worry__tags {
	  gap: 0.5rem;
        letter-spacing: -0.04rem;
  }

	.koyo2-worry__answer {	
    padding: 0 0.3rem;
	}
  .koyo2-worry__tags li {
        font-size: 1.19rem;
        margin-bottom: 0.6rem;
        padding: 0.3rem 0.4rem;
  }
	.koyo2-worry__tags li:nth-child(2) {

}
  .koyo2-worry__text {
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .koyo2-worry__text strong {
	  font-size: 1.75rem;
  }

  .koyo2-cta {
    padding: 2rem 0;
    background-size: cover;
  }

  .koyo2-cta__content {
    padding: 1.2rem;
  }

  .koyo2-cta__lead {
    font-size: 1.35rem;
    letter-spacing: -0.02em;
  }

  .koyo2-cta__big {
    font-size: 1.8rem;
  }

  .koyo2-cta__people img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

	
/* =========================
  変化
========================= */
.benefit-card__label {
    margin: 0 auto 1rem;
}
	.koyo2-variation__list .benefit-card {
    padding: 2.2rem 2rem 1rem;
    margin: 0 0 3rem 0;
}
.koyo2-variation__list .benefit-card__image {
    margin: 0.5rem 0 0rem;
}
.koyo2-variation__list .benefit-card__title_b {
  font-size: 1.3rem;
  margin: 0 0 1rem;
}
	.koyo2-variation__list .benefit-card__title{
		  font-size: 1.3rem;
  margin: 0 0 1rem;
	}
	.koyo2-variation__list {
    padding: 4rem 1rem 0;
}
.koyo2-variation-voice__title {
    font-weight: 550;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    padding: 0;
}
	
	.koyo2-variation-voice__body {
  background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-variation_band_img.webp) center / 100% no-repeat;
		    padding: 0;
	}
.koyo2-variation-voice__title_b {
    font-size: 2rem;
}
  .koyo2-variation-voice__inner {
    display: flex;
    gap: 0rem;
    justify-content: left;
  }

    .koyo2-variation-voice__card {
        width: 67%;
        padding: 1rem;
        margin: 1.3rem 0rem 2.4rem 1.2rem;
    }

  .koyo2-variation-voice__card p {
        font-size: 0.9rem;
        line-height: 1.55;
  }

/* =========================
  講師紹介
========================= */

	.koyo2-profile {
    padding: 0 0 0.5rem;
}
	.koyo2-profile__title {
    margin-top: 6rem;
    letter-spacing: 0.7rem;
    font-size: 3.3rem;
    text-align: center;
    padding: 0 0 0.7em;
		margin-left:0;
}
	.koyo2-profile__head::before {
    top: 36px;
    left: 50%;
		font-size: 4.5rem;
	}
	.koyo2-profile__name-bg {
		background: url(https://koyo-seikotsu.com/wp-content/uploads/2026/04/koyo2-profile_name_bg.webp) center 48% / 100% auto no-repeat;
		padding: 4.2rem 2rem 4rem;
    display: flex;
    justify-content: center;
    margin-bottom: -0.2rem;
		text-align: left;
}
.koyo2-profile__img {
        bottom: 127px;
        width: 13.5rem;
}	
.koyo2-profile__role {
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 5rem;
}	

	.koyo2-limited__top {
    font-size: 2.3rem;
    margin-bottom: -1.5rem;
}
	.koyo2-limited__main {
		font-size: 2.7rem;
	}
	.koyo2-profile__img.right {
    right: -19px;
}
	
.koyo2-profile__inner.reverse .koyo2-profile__img{
	bottom: 156px;
	    left: -1rem;
    right: auto;
    width: 13.5rem;	
	}
	.koyo2-profile__inner.reverse .koyo2-profile__desc {
		    padding: 1rem 1rem 1rem 6%;
	}
	.koyo2-profile__inner.reverse .koyo2-profile__name-bg{
		padding: 3.2rem 9rem 3rem 1rem;
	}
	.koyo2-profile__item:nth-child(4) .koyo2-profile__img {
    right: 0rem;
    top: -2.2rem;
    width: 12rem;
}
	.koyo2-profile__item:nth-child(4) .koyo2-profile__desc {
		    padding: 1rem 1rem 1rem 6%;
}
	.koyo2-profile__desc_txt {
    font-size: 1.17rem;}
}
}



