@charset "UTF-8";

/* ==================================================
  九州エリアページ 統合CSS（整形版）
  - HTML構造は変更しない前提
  - 1セレクタ = 1ブロックで可読性を優先
  - PC版 → スマホ版の順に整理
================================================== */

/* ==================================================
  PC版
================================================== */

/* --------------------------------------------------
  共通：CVボタン（FV / CTA / 対応エリアなどで共通使用）
-------------------------------------------------- */



.c-btn-trial {
  width: 100%;
  max-width: 600px;
  min-height: 82px;
    margin:7px 0 8px;
  padding: 0 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.c-btn-trial i {
  font-size: 28px;
  position: absolute;
  left: 25px;
  display: inline-block;
}

.c-btn-trial__text {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}

.c-btn-trial__arrow {
  width: 35px;
  height: 35px;
  flex-basis: 35px;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn-trial__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 9px;
  height: 9px;
  border-top: 3.5px solid #fff;
  border-right: 3.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.c-btn-trial--area-green {
    background: linear-gradient(180deg, #2bd849 0%, #147a28 100%);
    border-top: 2px solid #b9ffc5;
    box-shadow: 0 3px 0 #094817;
}

.c-btn-trial--area-green .c-btn-trial__arrow::before {
  border-top-color: #10b82d;
  border-right-color: #10b82d;
}

.c-btn-trial--area-orange {
    background: linear-gradient(180deg, #ffb135 0%, #f76a01 100%);
    border-top: 2px solid #ffe3a0;
    box-shadow: 0 4px 0 #b35400;
}

.c-btn-trial--area-orange .c-btn-trial__arrow::before {
  border-top-color: #ff9800;
  border-right-color: #ff9800;
}

.c-btn-trial__circle-badge {
  position: absolute;
  left: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* --------------------------------------------------
  共通CTAブロック（HTML：#p-sec6-cta / #p-sec10-cta など）
-------------------------------------------------- */
.c-area-cta {
  width: 100%;
  background: linear-gradient(135deg, #0046b3 0%, #002b75 100%);
  padding: 50px 0;
  color: #ffffff;
}

.c-area-cta .l-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.c-area-cta__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.c-area-cta__badge-img {
  flex-shrink: 0;
  width: 145px;
}

.c-area-cta__badge-img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-area-cta__message {
  text-align: center;
  flex: 1;
  padding: 0 20px;
}

.c-area-cta__message .sub {
  font-size: 18px;
  font-weight: bold;
  color: #ffeb3b;
  margin-bottom: 10px;
}

.c-area-cta__message .main {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
}

.c-area-cta__message .main span{
	background: linear-gradient(180deg, #fff900 0%, #ffca00 45%, #d69c00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
	}


.c-area-cta__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.c-area-cta__benefits {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.c-area-cta__benefit-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.c-area-cta__benefit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-area-cta__benefit-item .icon-round {
width: 55px;
height: 55px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-shrink: 0;
}

.c-area-cta__benefit-item .icon-round i {
  color: #ffffff;
  display: inline-block;
}

.c-area-cta__benefit-item .text {
  display: flex;
  flex-direction: column;
}

.c-area-cta__benefit-item .text strong {
  font-size: 16px;
  font-weight: 900;
}

.c-area-cta__benefit-item .text span {
  font-size: 13px;
  opacity: 0.8;
}


/* --------------------------------------------------
  FV（HTML：.p-area-fv）
-------------------------------------------------- */

.p-area-fv {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(110deg, #ffffff -66%, #ffffff 42%, transparent 60%, transparent 98%),
        url(../images/kyushu/main-fv.jpg);
    background-repeat: no-repeat;
    background-position: right -100px;
    background-size: auto min(100%, 820px);
}

.p-area-fv .l-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.p-area-fv__hero {
  position: relative;
  min-height: 450px;
  margin-bottom: 25px;
}

.p-area-fv__content {
  position: relative;
  z-index: 10;
  width: 55%;
  max-width: 530px;
}

.p-area-fv__badge {
  margin: 35px 0 0;
  display: inline-flex;
  align-items: center;
  background-color: #FDF0D3;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.p-area-fv__badge i {
  margin-right: 6px;
  font-size: 14px;
}

.p-area-fv__title {
  font-family: "Yu Gothic Bold", sans-serif !important;
  color: #224eb1;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-indent:10px;
  font-weight: bold;
}

.p-area-fv__title-highlight {
	color: #224eb1;
	font-size: 60px;
	margin: 0 0 0 -10px;
}

.p-area-fv .text-sub{
    color: #000;
    font-family: "Yu Gothic Bold", sans-serif !important;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    margin: 50px 0 30px;
    }

.p-area-fv__title-sub {
	font-size: 46px;
	color: #000;
}

.p-area-fv__title-price {
	font-size: 73px;
	color: #224eb1;
	margin: 0 4px;
	font-weight: bold;
}

.p-area-fv__target-box {
  border-left: 8px solid #224eb1;
  padding-left: 12px;.p-area-style-select__info-bar>.p-area-style-select__info-bar
  margin-bottom: 20px;
}

.p-area-fv__target-box p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.p-area-fv__target-box p span{
  text-shadow: 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.p-area-fv__lead-text {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.p-area-fv__person-bg {
  position: absolute;
  right: 2%;
  bottom: -15px;
  width: 45%;
  max-width: 385px;
  z-index: 1;
}

.p-area-fv__person-bg img {
  width: 100%;
  display: block;
}

.p-area-fv__stats {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    margin: 50px auto 40px;
    width: 96%;
}

.p-area-fv .c-custom-stat-card {
  flex: 1;
  padding: 24px 15px;
  text-align: center;
  box-sizing: border-box; /* 枠線が太くなってもレイアウトが崩れないように追加 */

  /* 1. 角丸の調整 */
  /* 画像のイメージに合わせて元の10pxから「18px」に少し強めています。元のままが良ければ10pxに戻してください */
  border-radius: 18px; 

  /* 2. グラデーション枠の実現 */
  /* 元の単色2pxから、存在感のある「4pxの金グラデ」に変更 */
  border: 4px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff), 
                    linear-gradient(135deg, #ffd700 0%, #cca04c 50%, #8a6f27 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  /* 3. 外側の白枠 ＋ ドロップシャドウ */
  /* 1つ目の指定で「6pxの白いフチ」を作り、2つ目の指定で元の影をベースにした「柔らかい影」を落としています */
  box-shadow: 
    0 0 0 6px #ffffff,
    0 10px 20px rgba(26, 42, 94, 0.12);
}

.p-area-fv .c-custom-stat-card__icon {
	font-size: 28px;
	color: #d3a543;
	width: 60%;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-area-fv .c-custom-stat-card__num {
	color: #224EB1;
	font-size:74px;
	line-height: 36px;
	font-weight: 900;
	margin:0;
}

.p-area-fv #card_seiseki{
	font-size: 52px;
	line-height: 75px;
	font-family: "Yu Gothic Bold", sans-serif !important;
	font-weight:600;
	}


.p-area-fv .c-custom-stat-card__unit {
  font-size: 40px;
  font-weight: bold;
  color: #224EB1;
}

.p-area-fv .c-custom-stat-card__desc {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height:35px;
	margin:15px 0 auto;
}

.p-area-fv__cta {
	display: flex;
	padding: 0 20px 35px;
	flex-direction: column;
	align-items: center;
	background-color: #E6F1FD;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-area-fv__ribbon {
	background-color: #ffca00;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 2;
    margin: 35px auto -18px;
    border-radius: 0;
    padding: 1px 40px 10px 40px;
    clip-path: polygon(0 0, /* ① 左上 */ 100% 0, /* ② 右上 */ calc(100% - 15px) calc((100% - 10px) / 2), /* ③ 右中央の凹み */ 100% calc(100% - 10px), /* ④ 右下 */ calc(50% + 12px) calc(100% - 10px), /* ⑤ しっぽの右付け根 */ 50% 100%, /* ⑥ しっぽの先端 */ calc(50% - 12px) calc(100% - 10px), /* ⑦ しっぽの左付け根 */ 0 calc(100% - 10px), /* ⑧ 左下 */ 15px calc((100% - 10px) / 2) /* ⑨ 左中央の凹み */);
}

.p-area-fv__tel-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  text-decoration: none;
}

.p-area-fv__tel-link i {
	width: 35px;
  color: #224eb1;
}

.p-area-fv__tel-body {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.p-area-fv__tel-body strong {
  font-size: 55px;
  font-weight: 900;
  color: #224eb1;
  line-height: 1;
}

.p-area-fv__tel-body small {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}


/* --------------------------------------------------
  sec2：希望のスタイル選択（HTML：.p-area-style-select）
-------------------------------------------------- */
.p-area-style-select {
  width: 100%;
  background-color: #ffffff;
  padding: 70px 0;
}

.p-area-style-select__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-area-style-select__header .c-custom-mini-badge {
  display: inline-block;
  background-color: #fbe9c5;
  color: #d3a543;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.p-area-style-select__title {
font-family: "Yu Gothic Medium", sans-serif;
color: #224eb1;
font-size: 32px;
line-height: 42px;
font-weight: bold;
}

.p-area-style-select__title-sub {
  font-size: 26px;
  display: block;
  margin-top: 5px;
}

.p-area-style-select__lead {
  color: #333;
  margin:30px 0 20px;
}

.p-area-style-select__info-bar {
  align-items: center;
  gap: 10px;
  text-align:center;
  width:100%;
  margin:0 auto -10px;
	line-height:1.1;
}

.p-area-style-select__info-bar i {
  color: #224eb1;
  font-size: 18px;
}

.p-area-style-select__info-bar span {
  color: #224eb1;
  font-size: 15px;
  
  font-weight: bold;
}

.p-area-style-select__grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.c-style-card {
  flex: 1;
  background-color: #ffffff;
  border: 2px solid #dbe3f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(20, 42, 94, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-style-card .c-btn-trial{
	width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    }


.c-style-card .c-btn-trial__text{
	font-size:20px;
	}

.c-style-card__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.c-style-card__img {
  width: 40%;
  margin: 0;
}

.c-style-card__img img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.c-style-card__body {
  width: 56%;
}

.c-style-card__card-title {
	font-size: 22px;
	font-weight: 900;
	line-height: 36px;
	color:#76BBE0;
}

.c-style-card--visit {
  color: #3fb2ca;
}

.c-style-card--online {
  color: #192888;
}

.c-style-card__desc {
	color: #333;
    margin: 5px 0 10px;
    line-height: 30px;
}

.c-style-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.c-style-card__tag {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #4f8fe9;
  color: #224eb1;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 3px;
  border-radius: 4px;
}

.c-btn-style-blue {
  width: 100%;
  min-height: 64px;
  background:#76BBE0;
  border: 1px solid #76BBE0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 0 #75acc9;
}

.c-btn-style-blue__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
}

.c-btn-style-blue__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #76BBE0;
  border-right: 2.5px solid #76BBE0;
  transform: translateY(-50%) rotate(45deg);
}

.c-style-card__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-style-card:last-child .c-style-card__card-title{
	#}


/* --------------------------------------------------
  sec3：保護者の悩み（HTML：.p-area-worry）
-------------------------------------------------- */
.p-area-worry {
  width: 100%;
  padding: 70px 0;
  color: #ffffff;

  /* ▼ 最後の background-size:100%; は削除し、ここにまとめるのが正解です！ */
  background: 
    /* ①画像の設定： 位置(X Y) / サイズ(実寸はauto) 繰り返さない */
    url("../images/kyushu/worry-bg.jpg") center top / 100% no-repeat,
    /* ②グラデーションの設定 */
    linear-gradient(180deg, #0d1f37 0%, #0d1f37 60%, #ffffff 77%);
}

.p-area-worry h2.dfo {
  color: #ffffff !important;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 45px;
}

.p-area-worry h2.dfo::before {
  background-color: #ffffff !important;
}

.p-area-worry h2.dfo span{
	color:#FAE4A2;
    font-size: 40px;
    }

.p-area-worry__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.p-area-worry__intro-media {
  position: relative;
  display: flex;
  align-items: center;
}

.p-area-worry__mom-img {
    width: 280px;
    margin: 30px 0 -40px -30px;
}

.p-area-worry__bubble {
	position: absolute;
	left: 185px;
	top: 92px;
	background-color: #ffffff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding:16px 23px;
	border-radius: 100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
}

.p-area-worry__bubble::after {
    content: "";
    position: absolute;
    left: -6px;
    bottom: 34px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #ffffff;
}

.p-area-worry__intro-text p {
  font-size: 20px;
  font-weight: bold;
}

.p-area-worry__intro-text{
	margin: 62px 0 0 80px;
}

.c-worry-card {
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 850px;
  margin: 0 auto 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

 .p-area-worry .u-color-beige { 
 	color: #FFF3A6;
 }

.c-worry-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-worry-list__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 30px;
  border-bottom: 1px solid #eef2f8;
  color: #222;
}

.c-worry-list__item:last-child {
  border-bottom: none;
}

.c-worry-list__item i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid #114a9a;
  border-radius: 4px;
  background-color: #ffffff;
  flex-shrink: 0;
}

.c-worry-list__item i::before {
  content: none !important;
}

.c-worry-list__item i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 12px;
  border-bottom: 3px solid #114a9a;
  border-right: 3px solid #114a9a;
  transform: rotate(45deg);
}

.c-worry-list__text {
  font-size: 18px;
  font-weight: bold;
}

.c-worry-list__item.is-special {
  background-color: #f4f8fe;
}

.c-worry-list__badge-tokyu {
  background-color: #112547;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 6px;
  margin-left: 15px;
}

.p-area-worry__conclusion {
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 850px;
  border: 3px #C8E1FC solid;
  margin: 0 auto;
  padding: 0px 300px 10px 40px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.155);
}

.p-area-worry__conclusion-inner {
  position: relative;
  z-index: 5;
}

.p-area-worry__conclusion-stars {
  color: #ffcc00;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  gap: 4px;
}

.p-area-worry__conclusion-title {
  color: #222;
  font-size: 28px;
  font-weight: 900;
  margin:10px 0 15px;
  text-align: center;
  line-height: 54px;
}

.p-area-worry__conclusion-title .u-marker-yellow{
	font-size:38px;
	}


.p-area-worry__conclusion-link {
  color: #193e97;
  font-weight: 900;
}

.p-area-worry__conclusion-sub {
	color: #111;
	font-size: 18px;
	text-align: center;
	margin:0;
}

.p-area-worry__conclusion-teacher {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 295px;
  margin: 0;
  z-index: 2;
}

.p-area-worry__conclusion-teacher img {
  width: 100%;
  display: block;
}


/* --------------------------------------------------
  sec4：成績が上がらない理由（HTML：.p-area-reason）
-------------------------------------------------- */
.p-area-reason {
  width: 100%;
  background-color: #ffffff;
  padding: 70px 0;
  color: #222;
}

.p-area-reason__title {
  font-family: "Yu Gothic Medium", sans-serif;
  color: #193e97;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}

.p-area-reason__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 850px;
  margin: 0 auto -10px;
}

.p-area-reason__intro-text {
  width: 55%;
}

.p-area-reason__intro-text p {
  margin-bottom: 12px;
}

.p-area-reason__intro-text p.is-small {
text-shadow: 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.p-area-reason__intro-img {
  width: 60%;
}

.p-area-reason__intro-img img {
  width: 100%;
  border-radius: 10px;
}

.p-area-reason__blocks {
  max-width: 850px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-reason-block {
  background-color: #ffffff;
  border: 1px solid #dbe3f8;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.04);
}

.c-reason-block__icon-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #f0f5fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-reason-block__img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.c-reason-block__number {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  background-color: #114a9a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-reason-block__body {
  flex: 1;
}

.c-reason-block__title {
  color: #114a9a;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}


.p-area-reason__trend {
  background-color: #fffded;
  border: 1px solid #f2e2b7;
  border-radius: 16px;
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 20px;
}

.p-area-reason__trend-heading {
  color: #193e97;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}

.p-area-reason__trend-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.p-area-reason__trend-map {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.p-area-reason__map-img {
  width: 100%;
  opacity: 0.8;
}

.p-area-reason__trend-map i {
  position: absolute;
  top: 40%;
  left: 45%;
  color: #ef5d63;
  font-size: 24px;
}

.p-area-reason__trend-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-area-reason__trend-left,
.p-area-reason__trend-right {
  font-size: 15px;
  font-weight: bold;
}

.c-trend-arrow {
  width: 36px;
  height: 36px;
  background-color: #ffca00;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.c-trend-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.p-area-reason__trend-note {
  font-size: 11px;
  color: #888;
  margin: 15px 0 0;
}

.p-area-reason__compare {
  max-width: 850px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.c-compare-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-sizing: border-box;
}

.c-compare-box.is-juku {
  border: 2px solid #cbdbee;
  background:#f9fcff;
}

.c-compare-box.is-pro {
  border: 2px solid #fcecb7;
  background-color: #fffdf5;
}

.c-compare-box__flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.c-compare-box__img {
  width: 185px;
  margin: 0;
  flex-shrink: 0;
}

.c-compare-box__img img {
  width: 100%;
  border-radius: 6px;
}

.c-compare-box__content {
  flex: 1;
}

.c-compare-box__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.c-compare-box__badge {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  padding: 4px 16px;
  border-radius: 6px;
}

.c-compare-box__badge.is-juku-blue {
  background-color: #1d4cae;
}

.c-compare-box__badge.is-pro-orange {
  background-color: #ff9800;
}

.c-compare-box__style-label {
  border: 1px solid #888;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 4px;
}

.c-compare-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-compare-box__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.c-compare-box__list li.is-batsu::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #2d76e8;
  clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
}

.c-compare-box__list li.is-check::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-color: #ff9800;
  border-radius: 50%;
}

.c-compare-box__list li.is-check::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 11px;
	width: 4px;
	height: 8px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
}

.c-compare-down-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid #ffca00;
  margin: 5px 0;
}

.p-area-reason__footer {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

.p-area-reason__footer::before,
.p-area-reason__footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #ecd292 20%,
    #ecd292 80%,
    transparent
  );
}

.p-area-reason__footer::before {
  top: 0;
}

.p-area-reason__footer::after {
  bottom: 0;
}

.p-area-reason__footer p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-area-reason__footer h3 {
  font-size: 26px;
  font-weight: 900;
  color: #193e97;
}


/* --------------------------------------------------
  sec5：選ばれる理由（HTML：.p-area-why）
-------------------------------------------------- */
.p-area-why {
  width: 100%;
  background-color: #f4f8fe;
  padding-bottom: 80px;
}

.p-area-why__header {
  width: 100%;
  background: linear-gradient(135deg, #1e57ff -3%, #023192 81%);
  color: #ffffff;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}

.p-area-why__header .l-container {
	position: relative;
	max-width: 800px;
}

.p-area-why__header-inner {
  width: 55%;
  max-width: 550px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.c-why-section-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffeb3b;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.p-area-why__header-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 15px;
}

.p-area-why__header-big-num {
  font-size: 58px;
  color: #ffeb3b;
}

.p-area-why__header-lead {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.9;
  margin:0;
}

.p-area-why__header-teacher {
	position: absolute;
	right: -30px;
	bottom: -50px;
	width: 280px;
	margin: 0;
	z-index: 2;
}

.p-area-why__header-teacher img {
  width: 100%;
  display: block;
}

.p-area-why__items {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.c-why-item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8e2f3;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(23, 43, 89, 0.04);
}

.c-why-item__flex {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}

.is-reason1 .c-why-item__flex {
  gap: 85px;
 }

.c-why-item__icon-area {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  justify-content: center;
}

.c-why-item__circle-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.c-why-item__circle-icon.is-yellow {
  background-color: #fffde6;
  color: #ff9800;
}

.c-why-item__circle-icon.is-green {
  background-color: #effcf1;
  color: #0fad2d;
}

.c-why-item__circle-icon.is-blue {
  background-color: #eef4ff;
  color: #224eb1;
}

.c-why-item__body-area {
  flex: 1;
}

.c-why-item__circle-icon img{
	width:65%;
	}

.c-why-item__title {
  color: #193e97;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.c-why-item__title.is-red {
  color: #c91016;
}

.c-why-item__title .is-small {
  font-size: 14px;
}

.c-why-item__text {
	line-height: 1.6;
	margin:0;
	}

.c-why-item.is-reason1 {
  border: 2px solid #ef5d63;
  background-image:url("../images/kyushu/why-i0.png");
  background-size:10vw;
  background-repeat:no-repeat;
  background-position:20px center;
  position: relative; /* 子要素（リボン）の絶対配置の基準にするため必須 */
 overflow: hidden;  
}

.c-why-item__usp-ribbon {
  position: absolute;
    top: -5px;
    left: -30px;
  background-color: #ef5d63;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  transform: translate(-15px, 8px) rotate(-35deg);
  width: 150px;
  z-index: 10;
}

.c-why-item__shield-icon {
  font-size: 54px;
  color: #ef5d63;
}

.c-why-item__side-badge {
  width: 140px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.c-why-item__side-badge.is-orange {
  background-color: #fff4e5;
  color: #ff9800;
}

.c-why-item__side-badge.is-green {
  background-color: #eaf7ed;
  color: #0fad2d;
}

.c-why-item__side-badge .label {
  font-size: 14px;
  font-weight: bold;
}

.c-why-item__side-badge .price {
  font-size: 28px;
  font-weight: 900;
}

.c-why-item__side-badge .price .unit {
  font-size: 14px;
}

.c-why-item__side-badge .text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.c-why-item__side-badge .text .small {
  font-size: 14px;
}

.c-why-item__note {
  font-size: 11px;
  color: #888;
  text-align: right;
  margin: 10px 0 0;
}

.c-why-item__sub-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-why-sub-box {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}

.c-why-sub-box.is-visit {
	background:#effcf9;
}

.c-why-sub-box.is-online {
	background: #F1F6FD;
}

.c-why-sub-box__head {
  padding: 10px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-why-sub-box.is-visit .c-why-sub-box__head {
  color: #0fad2d;
}

.c-why-sub-box.is-online .c-why-sub-box__head {
  color: #224eb1;
}

.c-why-sub-box__body {
  padding: 0 15px 15px;
  position: relative;
  min-height: 120px;
  box-sizing: border-box;
}

.c-why-sub-box__tag-blue {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #4f8fe9;
  color: #224eb1;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 2px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.c-why-sub-box__body p {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  width: 75%;
}

.c-why-sub-box__map-thumb {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80px;
}

.c-why-sub-box__globe-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 44px;
  color: #d1e3fa;
}

.c-btn-why-blue {
  width: 100%;
  max-width: 500px;
  min-height: 54px;
  background: linear-gradient(180deg, #2a5ec7 0%, #193e97 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 4px 0 #0d255c;
}

.c-btn-why-blue__circle-arrow {
  position: absolute;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}

.c-btn-why-blue__circle-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #193e97;
  border-right: 2px solid #193e97;
  transform: translateY(-50%) rotate(45deg);
}

.c-why-item.is-reason5 {
  overflow: visible;
}

.c-why-item__line-badge {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #06c755;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.c-why-item__line-badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 15px;
  border-top: 6px solid #06c755;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c-why-item__stu-thumb {
  width: 90px;
}

.c-why-item__mentors {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-top: 1px dashed #cbdbee;
  margin-top: 20px;
  padding-top: 20px;
}

.mentor-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  min-width: 100px;
}

.mentor-unit i {
  font-size: 40px;
  color: #06c755;
}

.mentor-unit img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.mentor-unit span {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}


/* --------------------------------------------------
  sec7：料金（HTML：#p-sec7-price）
-------------------------------------------------- */
#p-sec7-price {
  background-color: #ffffff;
  padding: 80px 0;
}

#p-sec7-price .p-area-price__head {
  text-align: center;
  margin-bottom: 50px;
}

#p-sec7-price .p-area-price__main-title {
  color: #193e97;
  font-size: 38px;
  font-weight: 900;
  align-items: center;
  margin-bottom: 15px;
}

#p-sec7-price .p-area-price__main-title::before {
  content: "＼";
  color: #4f8fe9;
  font-size: 24px;
  font-family: "Yu Gothic Bold", sans-serif;
  font-weight: 900;
  -webkit-text-stroke: 1px #4f8fe9;
}

#p-sec7-price .p-area-price__main-title::after {
  content: "／"; /* 全角スラッシュに変更 */
  color: #4f8fe9;
  font-size: 24px;
  font-family: "Yu Gothic Bold", sans-serif;
  font-weight: 900;
  /* transform: scaleX(-1); は削除します */
  -webkit-text-stroke: 1px #4f8fe9;
}

#p-sec7-price .p-area-price__head-icon {
  width: 34px;
  height: auto;
}


#p-sec7-price .p-area-price__sub-header {
  text-align: center;
  position: relative;
  max-width: 850px;
  margin: 0 auto 40px;
}

#p-sec7-price .p-area-price__sub-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #224eb1;
  z-index: 1;
}

#p-sec7-price .p-area-price__sub-header span {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  padding: 0 30px;
  color: #114a9a;
  font-size: 24px;
  font-weight: bold;
}

#p-sec7-price .p-area-price__sub-header small {
  font-size: 15px;
  margin-left: 5px;
}

#p-sec7-price .p-area-price__grade-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  max-width: 950px;
  margin: 0 auto 70px;
}

#p-sec7-price .c-grade-card {
  flex: 1;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

#p-sec7-price .c-grade-card.is-elementary {
  border: 2px solid #9dd841;
}

#p-sec7-price .c-grade-card.is-junior {
  border: 2px solid #4679fb;
}

#p-sec7-price .c-grade-card.is-high {
  border: 2px solid #ffaa9c;
}

#p-sec7-price .c-grade-card__head {
  text-align: center;
}

#p-sec7-price .c-grade-card__avatar {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
	}

#p-sec7-price .c-grade-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#p-sec7-price .c-grade-card__name {
  font-size: 24px;
  font-weight: 900;
}

#p-sec7-price .is-elementary .c-grade-card__name {
  color: #009a1b;
}

#p-sec7-price .is-junior .c-grade-card__name {
  color: #0335b5;
}

#p-sec7-price .is-high .c-grade-card__name {
  color: #ff6c54;
}

#p-sec7-price .c-grade-card__body {
  width: 100%;
}

#p-sec7-price .c-grade-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #e1e8f2;
}

#p-sec7-price .c-grade-card__row:last-child {
  border-bottom: none;
}

#p-sec7-price .c-grade-card__row .label {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0px;
}

#p-sec7-price .c-grade-card__row .price {
  font-size: 44px;
  font-weight: 900;
}

#p-sec7-price .is-elementary .price {
  color: #009a1b;
}

#p-sec7-price .is-junior .price {
  color: #0335b5;
}

#p-sec7-price .is-high .price {
  color: #ff6c54;
}

#p-sec7-price .c-grade-card__row .unit {
  font-size: 16px;
  font-weight:bold;
  margin-left: 2px;
}

#p-sec7-price .p-area-price__table-wrap {
  max-width: 850px;
  margin: 0 auto 60px;
}

#p-sec7-price .c-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border:none;
}

#p-sec7-price .c-compare-table th,
#p-sec7-price .c-compare-table td {
  border-right: 1px solid #dbe3f8;
  border-bottom: 1px solid #dbe3f8;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  background: #fff;
}

#p-sec7-price .c-compare-table thead th {
  border-top: 1px solid #dbe3f8;
  font-weight: 900;
}

#p-sec7-price .c-compare-table thead th.is-empty {
  border: none !important;
  background: none !important;
}

#p-sec7-price .c-compare-table thead th:nth-child(2) {
  border-left: 1px solid #dbe3f8;
}

#p-sec7-price .c-compare-table tbody th {
  border-left: 1px solid #dbe3f8;
  background: #f8fbff;
  text-align: center;
  font-weight:bold;
}

#p-sec7-price .c-compare-table__our-head {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

#p-sec7-price .c-compare-table__our-head i {
  color: #ffcc00;
  font-size: 18px;
}

#p-sec7-price .c-compare-table__item-head {
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

#p-sec7-price .c-compare-table__item-head img {
  width: 28px;
  height: auto;
}

#p-sec7-price .c-compare-table .is-our-col {
  background-color: #fffde6;
  border-left: 2px solid #224eb1;
  border-right: 2px solid #224eb1;
}

#p-sec7-price .c-compare-table thead th.is-our-col {
	background: #224EB1;
	color: #fff;
}

#p-sec7-price .c-compare-table tbody tr:last-child td.is-our-col {
  border-bottom: 2px solid #224eb1;
}

#p-sec7-price .c-compare-table td.is-our-col strong {
  color: #114a9a;
  font-size: 38px;
}

#p-sec7-price .c-compare-table td.is-our-col span.unit{
	font-weight:bold;
	display:inline-block;
	margin:0 0 0 5px;
	}


#p-sec7-price .c-table-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #224eb1;
  color: #fff;
  width: 50px;
  height: 24px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

#p-sec7-price .c-table-check.is-long {
	width: auto;
	padding: 0px 5px;
	font-size: 12px;
}

#p-sec7-price .c-price-banner {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fffbec;
  border: 1px solid #f2e2b7;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

#p-sec7-price .c-price-banner__char {
  width: 100px;
  flex-shrink: 0;
}

#p-sec7-price .c-price-banner__char img {
  width: 100%;
}

#p-sec7-price .c-price-banner__content {
  flex: 1;
  text-align: center;
}

#p-sec7-price .c-price-banner__ribbon {
  display: inline-block;
  background: #ff9800;
  color: #fff;
  padding: 3px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}

#p-sec7-price .c-price-banner__title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 5px;
}

#p-sec7-price .c-price-banner__text {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  margin: 0;
}

#p-sec7-price .c-price-banner__gift {
  width: 80px;
  flex-shrink: 0;
}

#p-sec7-price .c-price-banner__gift img {
  width: 100%;
}


/* --------------------------------------------------
  sec8：受験情報（HTML：#p-sec8-exam）
-------------------------------------------------- */
#p-sec8-exam {
  width: 100%;
  background-color: #f2f7fc;
  padding: 80px 0;
  color: #333333;
}

#p-sec8-exam .p-area-exam__head {
  text-align: center;
  margin-bottom: 50px;
}

#p-sec8-exam .p-area-exam__main-title {
  color: #193e97;
  font-size: 36px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

#p-sec8-exam .p-area-exam__main-title i {
  color: #4679fb;
  font-size: 32px;
}

#p-sec8-exam .p-area-exam__main-lead {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

#p-sec8-exam .p-area-exam__section {
  max-width: 850px;
  margin: 0 auto 60px;
}

#p-sec8-exam .p-area-exam__section:last-child {
  margin-bottom: 0;
}

#p-sec8-exam .c-exam-h3 {
  font-size: 24px;
  font-weight: 900;
  color: #193e97;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

#p-sec8-exam .c-exam-h3 .num {
  background-color: #193e97;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 18px;
}

#p-sec8-exam .p-area-exam__intro-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

#p-sec8-exam .c-exam-sys-list {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 25px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.04);
  margin-bottom: 25px;
}

#p-sec8-exam .c-exam-sys-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e1e8f2;
}

#p-sec8-exam .c-exam-sys-list__item:last-child {
  border-bottom: none;
}

#p-sec8-exam .c-exam-sys-list__item img{
	width:22px;
	display:inline-block;
	margin:-5px 0 0;
	}


#p-sec8-exam .c-exam-sys-list__left {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
  border-right:2px #e1e8f2 dotted;
}

#p-sec8-exam .c-exam-sys-list__left .badge {
  background-color: #114a9a;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#p-sec8-exam .c-exam-sys-list__left .name {
  font-size: 16px;
  font-weight: 900;
  color: #114a9a;
  width: 80px;
}

#p-sec8-exam .c-exam-sys-list__left .area {
  font-size: 15px;
  font-weight: bold;
  color: #444;
}

#p-sec8-exam .c-exam-sys-list__right {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 45%;
}

#p-sec8-exam .c-exam-sys-list__right i {
  color: #4679fb;
  font-size: 16px;
}

#p-sec8-exam .c-exam-sys-list__right .schools {
  font-size: 16px;
  font-weight: 900;
  color: #333;
}

#p-sec8-exam .c-exam-notice-box {
  background-color: #fff3e0;
  border: 1px solid #ffe0b2;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}

#p-sec8-exam .c-exam-notice-box__icon {
  font-size: 26px;
  color: #ff9800;
  flex-shrink: 0;
}

#p-sec8-exam .c-exam-notice-box__body strong {
  display: block;
  color: #e65100;
  font-size: 16px;
  margin-bottom: 4px;
}

#p-sec8-exam .c-exam-notice-box__body p {
  font-size: 14px;
  margin: 0;
  color: #555;
  font-weight: bold;
}

#p-sec8-exam .p-area-exam__school-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#p-sec8-exam .c-school-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.04);
}

#p-sec8-exam .c-school-card:nth-child(1) {
  border-top: 4px solid #356BDD;
}

#p-sec8-exam .c-school-card:nth-child(1) .c-school-card__score{
color:#356BDD;}

#p-sec8-exam .c-school-card:nth-child(2) {
  border-top: 4px solid #5DBC57;
}

#p-sec8-exam .c-school-card:nth-child(2) .c-school-card__score{
color:#5DBC57;}

#p-sec8-exam .c-school-card:nth-child(3) {
  border-top: 4px solid #9B70E3;
}

#p-sec8-exam .c-school-card:nth-child(3) .c-school-card__score{
color:#9B70E3;
}

#p-sec8-exam .c-school-card:nth-child(4) {
  border-top: 4px solid #FC6301;
}

#p-sec8-exam .c-school-card:nth-child(4) .c-school-card__score{
color:#FC6301;
}

#p-sec8-exam .c-school-card:nth-child(5) {
  border-top: 4px solid #0F9BB8;
}

#p-sec8-exam .c-school-card:nth-child(5) .c-school-card__score{
color:#0F9BB8;
}

#p-sec8-exam .c-school-card:nth-child(6) {
  border-top: 4px solid #F04C6B;
}

#p-sec8-exam .c-school-card:nth-child(6) .c-school-card__score{
color:#F04C6B;
}

#p-sec8-exam .c-school-card__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 4px;
}

#p-sec8-exam .c-school-card__sub {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}

#p-sec8-exam .c-school-card__score {
  font-size: 14px;
  color: #ef5d63;
  font-weight: bold;
  margin-bottom: 12px;
}

#p-sec8-exam .c-school-card__score strong {
  font-size: 38px;
  line-height: 1;
  margin-right: 2px;
}

#p-sec8-exam .c-school-card__text {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  font-weight: bold;
  margin: 0;
}

#p-sec8-exam .c-exam-row-list {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 5px 20px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.04);
}

#p-sec8-exam .c-exam-row-list.is-blue-bg {
  background-color: #eef5fc;
}

#p-sec8-exam .c-exam-row-list__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e1e8f2;
}

#p-sec8-exam .c-exam-row-list__item:last-child {
  border-bottom: none;
}

#p-sec8-exam .c-exam-row-list__item .left-col {
  width: 35%;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

#p-sec8-exam .c-exam-row-list__item .left-col i {
  font-size: 18px;
}

#p-sec8-exam .c-exam-row-list__item .left-col i.is-green {
  color: #0fad2d;
}

#p-sec8-exam .c-exam-row-list__item .left-col i.is-blue {
  color: #114a9a;
}

#p-sec8-exam .c-exam-row-list__item .left-col strong {
  font-size: 16px;
  color: #114a9a;
}

#p-sec8-exam .c-exam-row-list__item .right-col {
  width: 63%;
  font-size: 15px;
  font-weight: bold;
  color: #444;
}

#p-sec8-exam .c-exam-advice-box {
  margin-top: 30px;
  width: 100%;
}

#p-sec8-exam .c-exam-advice-box__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  position: relative;
  padding-right: 120px;
}

#p-sec8-exam .c-exam-advice-box__bubble {
  background-color: #ffffff;
  border: 2px solid #cbdbee;
  border-radius: 30px;
  padding: 15px 25px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

#p-sec8-exam .c-exam-advice-box__bubble::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 12px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 5;
}

#p-sec8-exam .c-exam-advice-box__bubble::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 13px solid #cbdbee;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  z-index: 2;
}

#p-sec8-exam .c-exam-advice-box__bubble p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

#p-sec8-exam .c-exam-advice-box__teacher {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100px;
  margin: 0;
}

#p-sec8-exam .c-exam-advice-box__teacher img {
  width: 100%;
  height: auto;
  display: block;
}


/* --------------------------------------------------
  sec9：利用者の声（HTML：#p-sec9-voice）
-------------------------------------------------- */
#p-sec9-voice {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}

#p-sec9-voice .p-area-voice__head {
  text-align: center;
  margin-bottom: 50px;
}

#p-sec9-voice .p-area-voice__main-title {
  color: #193e97;
  font-size: 36px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 12px;
}

#p-sec9-voice .p-area-voice__main-title::before,
#p-sec9-voice .p-area-voice__main-title::after {
  content: "＼ ";
  color: #4f8fe9;
  font-size: 26px;
  font-weight: 300;
}

#p-sec9-voice .p-area-voice__main-title::after {
  transform: scaleX(-1);
}

#p-sec9-voice .p-area-voice__main-lead {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}

#p-sec9-voice .p-area-voice__cards {
  max-width: 850px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#p-sec9-voice .c-voice-card {
  background: #ffffff;
  border: 1px solid #dbe3f8;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 30px;
  box-shadow: 0 4px 20px rgba(26, 42, 94, 0.04);
}

#p-sec9-voice .c-voice-card__left {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#p-sec9-voice .c-voice-card__avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

#p-sec9-voice .c-voice-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#p-sec9-voice .c-voice-card__badge {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 16px;
  border-radius: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
}

#p-sec9-voice .is-fukuoka .c-voice-card__badge {
  background-color: #224eb1;
}

#p-sec9-voice .is-kitakyushu .c-voice-card__badge {
  background-color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-voice-card__badge {
  background-color: #ef5d63;
}

#p-sec9-voice .c-voice-card__profile {
  font-size: 15px;
  font-weight: bold;
  color: #444444;
  line-height: 1.4;
  margin-bottom: 12px;
}

#p-sec9-voice .c-voice-card__map {
  width: 135px;
  height: auto;
}

#p-sec9-voice .c-voice-card__map img {
  width: 100%;
  height: auto;
}

#p-sec9-voice .c-voice-card__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#p-sec9-voice .c-voice-card__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
}

#p-sec9-voice .c-voice-card__text::before {
  content: "“";
  font-size: 44px;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: -10px;
  opacity: 0.2;
}

#p-sec9-voice .is-fukuoka .c-voice-card__text::before {
  color: #224eb1;
}

#p-sec9-voice .is-kitakyushu .c-voice-card__text::before {
  color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-voice-card__text::before {
  color: #ef5d63;
}

#p-sec9-voice .u-color-orange {
  color: #ff9800;
  font-weight: 900;
  font-size: 18px;
}

#p-sec9-voice .u-color-green {
  color: #0fad2d;
  font-weight: 900;
  font-size: 18px;
}

#p-sec9-voice .u-color-pink {
  color: #ef5d63;
  font-weight: 900;
  font-size: 18px;
}

#p-sec9-voice .c-voice-card__result {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 30px;
  border-radius: 12px;
  align-self: flex-start;
  margin-bottom: 25px;
}

#p-sec9-voice .c-result-box {
  text-align: center;
}

#p-sec9-voice .c-result-box .status {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}
#p-sec9-voice .c-result-box.is-before{
	background-color: #e8e8e8;
	padding:5px 15px 5px;
	border: solid 1px #ccc;
	border-radius: 8px;
	min-width: 200px;
}

#p-sec9-voice .c-result-box.is-after{
	padding:5px 15px 5px;
	border-radius: 8px;
	min-width: 200px;
}


#p-sec9-voice .is-fukuoka .c-result-box.is-after{
	background-color: #FEF9EF;
	border: solid 1px #FBD4A2;
}
	
#p-sec9-voice .is-kitakyushu .c-result-box.is-after{
	background-color: #F4F9F3;
	border: solid 1px #B7D2B7;
}

#p-sec9-voice .is-kurume .c-result-box.is-after{
	background-color: #FDF5F7;
	border: solid 1px #F9DAE4;
}


	
#p-sec9-voice .c-result-box.is-before .status {
  background-color: #888888;
}

#p-sec9-voice .is-fukuoka .c-result-box.is-after .status {
  background-color: #fa5800;
}

#p-sec9-voice .is-kitakyushu .c-result-box.is-after .status {
  background-color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-result-box.is-after .status {
  background-color: #ef5d63;
}

#p-sec9-voice span.yajirushi{
	font-size: 68px;
    text-indent: -17px;
    color:#666;
    }

#p-sec9-voice .c-result-box .label {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  margin-bottom: 2px;
}

#p-sec9-voice .c-result-box .num {
  font-size: 48px;
  font-weight: 900;
	line-height: 0.6;
	margin: 20px 0 10px;
}

#p-sec9-voice .c-result-box.is-after .num {
  color: #fa5800;
}

#p-sec9-voice .is-kitakyushu .c-result-box.is-after .num {
  color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-result-box.is-after .num {
  color: #ef5d63;
}

#p-sec9-voice .c-result-box .unit {
  font-size: 20px;
  font-weight: bold;
}

#p-sec9-voice .c-result-box .unit small {
  font-size: 11px;
}

#p-sec9-voice .c-result-arrow {
  font-size: 20px;
  color: #888888;
}

#p-sec9-voice .c-voice-card__buttons {
  display: flex;
  gap: 15px;
  width: 100%;
}

#p-sec9-voice .c-btn-voice-sub {
	min-height: 44px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:5px 5px 5px 10px ;
	}

#p-sec9-voice .is-fukuoka .c-btn-voice-sub {
  border: 1px solid #224eb1;
  color: #224eb1;
}

#p-sec9-voice .is-kitakyushu .c-btn-voice-sub {
  border: 1px solid #0fad2d;
  color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-btn-voice-sub {
  border: 1px solid #ef5d63;
  color: #ef5d63;
}

#p-sec9-voice .c-btn-voice-main {
  width: 200px;
  min-height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  margin:0 0 0 20px;
  text-decoration: none;
}

#p-sec9-voice .is-fukuoka .c-btn-voice-main {
  background-color: #224eb1;
}

#p-sec9-voice .is-kitakyushu .c-btn-voice-main {
  background-color: #0fad2d;
}

#p-sec9-voice .is-kurume .c-btn-voice-main {
  background-color: #ef5d63;
}

#p-sec9-voice .p-area-voice__note {
  text-align: center;
  font-size: 12px;
  color: #888888;
  font-weight: bold;
}


/* --------------------------------------------------
  sec10：CTA2（HTML：#p-sec10-cta）
-------------------------------------------------- */
#p-sec10-cta .p-area-cta__message .p-area-cta__desc {
  font-size: 16px;
  margin-top: 15px;
  color: #ffffff;
  font-weight: bold;
}

#p-sec10-cta .c-btn-trial--white {
  background-color: #ffffff;
  border: 2px solid #114a9a;
}

#p-sec10-cta .c-btn-trial--white .c-btn-trial__text {
  color: #114a9a;
  font-size:48px;
}

#p-sec10-cta .c-btn-trial--white .c-btn-trial__arrow {
  border: 1px solid #114a9a;
  background-color: #ffffff;
}

#p-sec10-cta .c-btn-trial--white .c-btn-trial__arrow::before {
  border-top-color: #114a9a;
  border-right-color: #114a9a;
}

#p-sec10-cta .c-btn-trial--white .c-btn-trial__phone-badge {
  position: absolute;
  left: 20px;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border: 2px solid #114a9a;
  color: #114a9a;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* --------------------------------------------------
  sec11：ご利用の流れ（HTML：#p-sec11-flow）
-------------------------------------------------- */
#p-sec11-flow {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}

#p-sec11-flow .p-area-flow__head {
  text-align: center;
  margin-bottom: 50px;
}

#p-sec11-flow .p-area-flow__head .sub {
  color: #224eb1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

#p-sec11-flow .p-area-flow__head .main {
  color: #193e97;
  font-size: 38px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

#p-sec11-flow .p-area-flow__head .main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #224eb1;
  border-radius: 2px;
}

#p-sec11-flow .p-area-flow__timeline {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

#p-sec11-flow .p-area-flow__timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 25px;
  bottom: 25px;
  width: 3px;
  background-color: #cbdbee;
  z-index: 1;
}

#p-sec11-flow .c-flow-step {
  position: relative;
  margin-bottom: 24px;
}

#p-sec11-flow .c-flow-step:last-child {
  margin-bottom: 0;
}

#p-sec11-flow .c-flow-step__icon-num {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

#p-sec11-flow .is-blue-step .c-flow-step__icon-num {
  background-color: #224eb1;
}

#p-sec11-flow .is-orange-step .c-flow-step__icon-num {
  background-color: #ff9800;
}

#p-sec11-flow .c-flow-step__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-sizing: border-box;
}

#p-sec11-flow .is-blue-step .c-flow-step__card {
  border: 1px solid #e2ebf6;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.03);
}

#p-sec11-flow .is-orange-step .c-flow-step__card {
  border: 2px solid #ffe0b2;
  background-color: #fffbf5;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.05);
}

#p-sec11-flow .c-flow-step__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#p-sec11-flow .c-flow-step__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#p-sec11-flow .c-flow-step__content {
  flex: 1;
}

#p-sec11-flow .c-flow-step__content .title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px 0;
}

#p-sec11-flow .is-blue-step .title {
  color: #114a9a;
}

#p-sec11-flow .is-orange-step .title {
  color: #e65100;
}

#p-sec11-flow .c-flow-step__content .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #555555;
  margin: 0;
}


/* --------------------------------------------------
  sec12：対応エリア（HTML：#p-sec12-area）
-------------------------------------------------- */
#p-sec12-area {
  width: 100%;
  background-color: #f4f8fe;
  padding: 80px 0 40px;
}

#p-sec12-area .p-area-area__head {
  text-align: center;
  margin-bottom: 45px;
}

#p-sec12-area .p-area-area__head .badge {
  display: inline-block;
  border: 1px solid #224eb1;
  color: #224eb1;
  border-radius: 20px;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
  background: #fff;
}

#p-sec12-area .p-area-area__head .main-title {
  font-size: 38px;
  color: #193e97;
  font-weight: 900;
  margin-bottom: 12px;
}

#p-sec12-area .p-area-area__head .lead-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

#p-sec12-area .c-area-box {
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  max-width: 850px;
  margin: 0 auto 30px;
  box-shadow: 0 4px 20px rgba(26, 42, 94, 0.04);
  box-sizing: border-box;
  border: 1px solid #cbdbee;
}

#p-sec12-area .c-area-box.is-online-box {
  border: 1px solid #cbdbee;
}

#p-sec12-area .c-area-box.is-face-box {
  border: 1px solid #cbdbee;
  margin-bottom: 50px;
}

#p-sec12-area .c-area-box__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px 20px;
}

/* アイコン（サイズ、円形、青背景） */
#p-sec12-area .c-area-box__header img {
  width: 80px;
  height: 80px;
  padding: 10px;
  box-sizing: border-box; /* パディングを含めたサイズ計算 */
}

/* テキストエリア全体 */
#p-sec12-area .c-area-box__header h3 {
  margin: 0;
  line-height: 1.4; /* 行間 */
}

/* 1行目（横並び、ベースライン揃え） */
#p-sec12-area .c-area-box__header .row1 {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

/* 1行目のメインテキスト（大きく、太く） */
#p-sec12-area .c-area-box__header .main {
  font-size: 28px;
  font-weight: bold;
  color: #193e97;
}

/* 1行目のサブテキスト、2行目のテキスト（小さく、細く） */
#p-sec12-area .c-area-box__header .tag,
#p-sec12-area .c-area-box__header .row2 {
  font-size: 18px;
  font-weight: normal;
  color: #193e97;
}

#p-sec12-area .c-area-box__header .tag{
	font-weight:bold;
	}

/* 2行目のテキスト（少し上にマージン） */
#p-sec12-area .c-area-box__header .row2 {
  margin-top: 5px;
}

#p-sec12-area .c-area-box__main {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

#p-sec12-area .c-area-box__left {
  flex: 1;
}

#p-sec12-area .c-area-box__right {
  width: 280px;
  flex-shrink: 0;
  position: relative;
}

#p-sec12-area .c-area-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#p-sec12-area .c-area-check-list li {
  position: relative;
  padding: 20px 20px 20px 35px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  border-radius:10px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.2);
}

#p-sec12-area .c-area-check-list li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-color: #1152ac;
    border-radius: 50%;
}

#p-sec12-area .c-area-check-list li::after {
    content: "";
    position: absolute;
	left: 17px;
	top: 25px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    }

#p-sec12-area .c-area-box__thumb img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

#p-sec12-area .c-area-box__thumb .bubble {
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border: 1px solid #cbdbee;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #224eb1;
}

#p-sec12-area .c-area-badge-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

#p-sec12-area .badge-item {
  flex: 1;
  background: #f4f8fe;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
}

#p-sec12-area .badge-item i {
  font-size: 26px;
  color: #224eb1;
}

#p-sec12-area .badge-item strong {
  font-size: 18px;
  color: #193e97;
  display: block;
  font-weight: 900;
  margin-bottom: 2px;
}

#p-sec12-area .badge-item span {
  font-size: 13px;
  color: #333;
}

#p-sec12-area .c-area-box__notice {
  font-weight: bold;
  text-align:center;
  align-items: center;
  margin: 0 auto 25px;
}

#p-sec12-area .c-area-box__notice i {
  color: #224eb1;
}

#p-sec12-area .c-area-box__buttons {

text-align:center;
}

#p-sec12-area .c-area-box__buttons .c-btn-trial{
	max-width:800px;
	margin:5px auto 10px;
	} 


#p-sec12-area .c-area-box__link-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f0f4fa;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #193e97;
  font-size: 16px;
}

#p-sec12-area .c-area-box__link-title .label {
  background: #224eb1;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}

#p-sec12-area .c-area-box__map-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

#p-sec12-area .c-btn-area-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 54px;
  border: 1px solid #224eb1;
  color: #224eb1;
  font-weight: 900;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  font-size: 15px;
  background: #fff;
}

#p-sec12-area .c-area-consult-banner {
    max-width: 850px;
    margin: 0 auto;
    background: #fffdf2;
    border: 1px solid #faebcc;
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    gap: 75px;
    box-sizing: border-box;
}

#p-sec12-area .c-area-consult-banner__left {
  display: flex;
  align-items: center;
  position: relative;
  width: 100px;
  flex-shrink: 0;
}

#p-sec12-area .c-area-consult-banner__left img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: contain;
}

#p-sec12-area .c-area-consult-banner__left .bubble {
    background: #fff;
    border: 1px solid #faebcc;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: -45px;
    top: -15px;
    white-space: nowrap;
    line-height: 1.3;
    text-align: center;
    color: #444;
}

#p-sec12-area .c-area-consult-banner__right {
	align-items: center;
	justify-content: space-between;
	text-align:center;
	margin:0 0 0 30px;
	
}

#p-sec12-area .c-area-consult-banner__right h4 {
  font-size: 22px;
  font-weight: 900;
  color: #333;
  margin: 0 0 4px 0;
}

#p-sec12-area .c-area-consult-banner__right p {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: bold;
}

#p-sec12-area .c-area-consult-banner__right .link-btn {
  color: #224eb1;
  font-weight: 900;
  text-decoration: underline;
  font-size: 15px;
  white-space: nowrap;
}


/* --------------------------------------------------
  sec13：よくある質問（HTML：#p-sec13-faq）
-------------------------------------------------- */
#p-sec13-faq {
  width: 100%;
  background-color: #f7fafc;
  padding: 80px 0;
}

#p-sec13-faq .p-area-faq__head {
  text-align: center;
  margin-bottom: 50px;
}

#p-sec13-faq .p-area-faq__head-icon {
  font-size: 32px;
  color: #224eb1;
  margin-bottom: 8px;
}

#p-sec13-faq .p-area-faq__main-title {
  color: #193e97;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

#p-sec13-faq .p-area-faq__main-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #224eb1;
  border-radius: 2px;
}

#p-sec13-faq .p-area-faq__main-lead {
  font-size: 16px;
  font-weight: bold;
  color: #224eb1;
  margin: 0;
}

#p-sec13-faq .p-area-faq__list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#p-sec13-faq .c-faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 30px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.03);
  box-sizing: border-box;
}

#p-sec13-faq .c-faq-item__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

#p-sec13-faq .c-faq-item__number {
  width: 32px;
  height: 32px;
  background-color: #224eb1;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#p-sec13-faq .c-faq-item__question {
  color: #193e97;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

#p-sec13-faq .c-faq-item__body {
  padding-left: 52px;
}

#p-sec13-faq .c-faq-item__answer {
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  margin: 0;
  font-weight: bold;
}

#p-sec13-faq .u-color-red {
  color: #ef5d63;
}

#p-sec13-faq .u-color-blue {
  color: #224eb1;
}

#p-sec13-faq .u-link-blue {
  color: #224eb1;
  font-weight: 900;
  text-decoration: underline;
}


/* --------------------------------------------------
  sec14：最終CTA（HTML：#p-sec14-final-cta）
-------------------------------------------------- */
#p-sec14-final-cta {
  width: 100%;
  background-color: #eaf3fc;
  padding: 80px 0;
}

#p-sec14-final-cta .p-area-final-cta__head {
  text-align: center;
  margin-bottom: 45px;
}

#p-sec14-final-cta .p-area-final-cta__head .sub {
  color: #224eb1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

#p-sec14-final-cta .p-area-final-cta__head .main-title {
  font-size: 42px;
  color: #193e97;
  line-height: 1.3;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Yu Gothic Bold", sans-serif;
  font-weight:bold;
}

#p-sec14-final-cta .laurel {
  width: 48px;
  height: 48px;
  background-image: url("../images/common/laurel.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

#p-sec14-final-cta .laurel--right {
  transform: scaleX(-1);
}

#p-sec14-final-cta .p-area-final-cta__head .lead-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  font-weight: bold;
}

#p-sec14-final-cta .c-promise-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  max-width: 850px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.03);
}

#p-sec14-final-cta .c-promise-box__title {
  background-color: #ff9800;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding: 6px 0;
  border-radius: 30px;
  max-width: 400px;
  margin: -40px auto 25px;
}

#p-sec14-final-cta .c-promise-box__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

#p-sec14-final-cta .c-promise-box__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e1e8f2;
  padding: 0 4px;
}

#p-sec14-final-cta .c-promise-box__item:last-child {
  border-right: none;
}

#p-sec14-final-cta .c-promise-box__item img{
	width:45%;
	margin:0 auto 15px;
	}

#p-sec14-final-cta .c-promise-box__item strong {
  font-size: 18px;
  color: #224eb1;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1.3;
}

#p-sec14-final-cta .c-promise-box__item span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

#p-sec14-final-cta .c-final-online-card {
  background-color: #224eb1;
  border-radius: 16px;
  max-width: 850px;
  margin: 0 auto 30px;
  padding: 40px 35px 35px;
  position: relative;
  box-sizing: border-box;
}

#p-sec14-final-cta .c-final-online-card__ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #e65100;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 20px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
}

#p-sec14-final-cta .c-final-online-card__tag {
  background-color: #224eb1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
  margin: 0 0 30px 0;
}

#p-sec14-final-cta .c-final-online-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  background:#fff;
  border-radius:16px;
}

#p-sec14-final-cta .p-area-final-cta__ribbon {
  background-color: #ffca00;
  color: #5a4a00;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 3px;
}

#p-sec14-final-cta .p-area-final-cta__ribbon::before,
#p-sec14-final-cta .p-area-final-cta__ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

#p-sec14-final-cta .p-area-final-cta__ribbon::before {
  left: -8px;
  border-width: 11px 8px 11px 0;
  border-color: #ffca00 transparent #ffca00 #ffca00;
}

#p-sec14-final-cta .p-area-final-cta__ribbon::after {
  right: -8px;
  border-width: 11px 0 11px 8px;
  border-color: #ffca00 #ffca00 #ffca00 transparent;
}

#p-sec14-final-cta .c-final-tel-row {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 600px;
	border:2px solid #DCE0E5;
	border-radius:10px;
	padding: 15px 15px 15px 0;
	margin: 0 0 25px;
	}

#p-sec14-final-cta .c-final-tel-row .c-btn-trial--white {
  margin-bottom: 0;
  flex: 1;
}

#p-sec14-final-cta .c-final-tel-row__time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eef5fc;
  border: 1px solid #cbdbee;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #00309C;
  white-space: nowrap;
  line-height: 1.4;
}

#p-sec14-final-cta .c-btn-trial--white .c-btn-trial__text{
	color:#063892;
	font-size:44px;
	}

#p-sec14-final-cta .c-btn-trial--white .sub_text{
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: -10px 0 -10px;
	}

#p-sec14-final-cta .c-final-tel-row__note {
  font-size: 13px;
  color: #555555;
  font-weight: bold;
  margin: 8px 0 0 0;
}

#p-sec14-final-cta .c-final-face-card {
  background-color: #ffffff;
  border: 1px solid #cbdbee;
  border-radius: 12px;
  padding: 25px 30px;
  max-width: 850px;
  margin: 0 auto 35px;
  box-shadow: 0 4px 15px rgba(26, 42, 94, 0.02);
}

#p-sec14-final-cta .c-final-face-card__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#p-sec14-final-cta .c-final-face-card__left {
  display: flex;
  align-items: center;
  gap: 20px;
}

#p-sec14-final-cta .c-final-face-card__left .icon-home {
  width: 52px;
  height: 52px;
  background-color: #114a9a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#p-sec14-final-cta .c-final-face-card__left .icon-home  img{
	width:60%;
}

#p-sec14-final-cta .c-final-face-card__left h3 {
  font-size: 16px;
  color: #114a9a;
  font-weight: 900;
  margin: 0 0 6px 0;
}

#p-sec14-final-cta .c-final-face-card__left .laurel-sub {
  margin: 0;
  font-size: 13px;
  color: #ff9800;
  font-weight: bold;
}

#p-sec14-final-cta .c-final-face-card__right {
  display: flex;
  align-items: center;
  gap: 25px;
}

#p-sec14-final-cta .c-final-face-card__right .map-thumb {
  width: 70px;
}

#p-sec14-final-cta .c-final-face-card__right .map-thumb img {
  width: 100%;
  height: auto;
}

#p-sec14-final-cta .c-btn-goto-association {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 46px;
  background-color: #114a9a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
}

#p-sec14-final-cta .c-btn-goto-association::after {
  content: "➔";
  position: absolute;
  right: 15px;
}

#p-sec14-final-cta .p-area-final-cta__footer-note {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #48608a;
  margin: 0;
}

#p-sec14-final-cta .p-area-final-cta__footer-note i {
  margin-right: 6px;
}


#p-sec14-final-cta .c-final-tel-row .c-btn-trial{
	padding:0;
	}
	
#p-sec14-final-cta .c-final-tel-row .c-btn-trial__phone-badge{
	width:65px;
	}


  #p-sec14-final-cta .p-area-final-cta__ribbon {
	background-color: #ffca00;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-align: center;
	z-index: 2;
	margin: 35px auto -18px;
	border-radius: 0;
	padding: 1px 40px 10px 40px;
	clip-path: polygon(0 0, /* ① 左上 */
	100% 0, /* ② 右上 */ 
	calc(100% - 15px) calc((100% - 5px) / 2),  /* ③ 右中央の凹み */ 
	100% calc(100% - 10px), /* ④ 右下 */
	calc(50% + 12px) calc(100% - 10px), /* ⑤ しっぽの右付け根 */
	50% 100%, /* ⑥ しっぽの先端 */
	calc(50% - 12px) calc(100% - 10px), /* ⑦ しっぽの左付け根 */ 
	0 calc(100% - 10px), /* ⑧ 左下 */
	15px calc((100% - 5px) / 2) /* ⑨ 左中央の凹み */);
}

/* ==================================================================================================================================================================================
  スマホ版（599px以下）
===================================================================================================================================================================================== */
@media screen and (max-width: 599px) {

body{
	font-size:15px!important;
	}

h2{
	margin:0!important;
	}

/* --------------------------------------------------
  SP：共通：CVボタン（FV / CTA / 対応エリアなどで共通使用）
-------------------------------------------------- */
  .c-btn-trial {
    min-height: 54px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .c-btn-trial i {
    font-size: 20px;
    left: 20px;
  }
  .c-btn-trial__text {
    font-size: 16px;
  }
  .c-btn-trial__arrow {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    right: 15px;
  }
  .c-btn-trial__arrow::before {
    left: 4px;
    width: 7px;
    height: 7px;
    border-top-width: 2.5px;
    border-right-width: 2.5px;
  }
  .c-btn-trial--area-green {
    box-shadow: 0 4px 0 #07641c;
  }
  .c-btn-trial--area-orange {
    box-shadow: 0 4px 0 #b35400;
  }
  .c-btn-trial__circle-badge {
    left: 10px;
    width: 38px;
    height: 38px;
    font-size: 9px;
  }
  .c-btn-trial__circle-badge span {
    font-size: 11px;
  }

/* --------------------------------------------------
  SP：共通CTAブロック（HTML：#p-sec6-cta / #p-sec10-cta など）
-------------------------------------------------- */
  .c-area-cta {
    padding: 35px 0 25px;
  }
  .c-area-cta .l-container {
    padding: 0 2%;
  }
  .c-area-cta__top {
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 20px;
  }
  .c-area-cta__badge-img {
    width: 65px;
  }
  .c-area-cta__message {
    padding: 0;
  }
  .c-area-cta__message .sub {
    font-size: 10px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .c-area-cta__message .main {
    font-size: 15px;
    letter-spacing: -0.04em;
  }
  .c-area-cta__buttons {
    margin-bottom: 25px;
    padding: 0 8px;
  }
  .c-area-cta__buttons .c-btn-trial {
    max-width: 100%;
    min-height: 50px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
  .c-area-cta__buttons .c-btn-trial i {
    font-size: 18px;
    left: 15px;
  }
  .c-area-cta__buttons .c-btn-trial__text {
    font-size: 15px;
  }
  .c-area-cta__buttons .c-btn-trial__arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    right: 15px;
  }
  .c-area-cta__buttons .c-btn-trial__arrow::before {
    left: 4px;
    width: 6px;
    height: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .c-area-cta__buttons .c-btn-trial__circle-badge {
    left: 8px;
    width: 34px;
    height: 34px;
    font-size: 8px;
  }
  .c-area-cta__benefits {
    padding-top: 15px;
    gap: 0;
  }
  .c-area-cta__benefit-item {
    gap: 4px;
  }
  .c-area-cta__benefit-item:not(:last-child)::after {
    height: 22px;
  }
  .c-area-cta__benefit-item .icon-round {
    width: 22px;
    height: 22px;
    font-size: 11px;
    border-width: 1px;
  }
  .c-area-cta__benefit-item .text strong {
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .c-area-cta__benefit-item .text span {
	font-size: 10px;
	line-height: 1.6;
	white-space: nowrap;
  }

/* --------------------------------------------------
  SP：FV（HTML：.p-area-fv）
-------------------------------------------------- */
  .p-area-fv {
 /* 共通の指定 */
	padding: 25px 0 35px;
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(110deg, #ffffff -69%, #ffffff 36%, transparent 53%, transparent 98%),  url(../images/kyushu/main-fv.jpg);
	background-position: left top, -300px -15px;
	background-size: 100% 100%, auto min(100%, 480px);
	background-repeat: no-repeat, no-repeat;
	}
  .p-area-fv .l-container {
    padding: 0 3%;
  }
  .p-area-fv__hero {
    min-height: 410px;
  }
  .p-area-fv__content {
    width: 80%;
    max-width: 300px;
  }
  .p-area-fv__badge {
    font-size: 13px;
    padding: 4px 12px;
    margin:0 0 12px;
  }
  .p-area-fv__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .p-area-fv__title-highlight{
    font-size: 32px;
    margin:0 0 0 -5px;
  }
  
  .p-area-fv .text-sub{
	color: #000;
	font-family: "Yu Gothic Bold", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0 30px;
  }
  
    .p-area-fv__title-sub {
    font-size: 21px;
  }
  .p-area-fv__title-price {
    font-size: 38px;
  }
  .p-area-fv__target-box {
  	border-left: 3px solid #224eb1;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-bottom: 15px;
  }
  .p-area-fv__target-box p {
    font-size: 13px;
  }
  .p-area-fv__lead-text {
    font-size: 13px;
  }

  .p-area-fv__person-bg {
    right: -4%;
    width: 50%;
    max-width: 200px;
    bottom: -15px;
  }
  .p-area-fv__stats {
    gap: 6px;
    margin-bottom: 30px;
  }
  .p-area-fv .c-custom-stat-card {
    padding: 12px 4px 10px;
    border: 2px solid transparent;
  }
  .p-area-fv .c-custom-stat-card__icon {
    margin-bottom: 4px;
  }
  .p-area-fv .c-custom-stat-card__num {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .p-area-fv #card_seiseki {
	font-size: 22px;
	line-height: 48px;
  }
  
  .p-area-fv .c-custom-stat-card__unit {
    font-size: 14px;
  }
  .p-area-fv .c-custom-stat-card__desc {
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto 0
  }
  .p-area-fv__ribbon {
    font-size: 14px;
    padding: 3px 20px;
    margin-bottom: 8px;
    background-color: #ffca00;
    color: #000;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 2;
    margin: 10px auto -13px;
    border-radius: 0;
    padding: 1px 40px 10px 40px;
    clip-path: polygon(0 0, /* ① 左上 */ 100% 0, /* ② 右上 */ calc(100% - 15px) calc((100% - 5px) / 2), /* ③ 右中央の凹み */ 100% calc(100% - 10px), /* ④ 右下 */ calc(50% + 12px) calc(100% - 10px), /* ⑤ しっぽの右付け根 */ 50% 100%, /* ⑥ しっぽの先端 */ calc(50% - 12px) calc(100% - 10px), /* ⑦ しっぽの左付け根 */ 0 calc(100% - 10px), /* ⑧ 左下 */ 15px calc((100% - 5px) / 2) /* ⑨ 左中央の凹み */);
  }
  .p-area-fv__ribbon::before {
    border-width: 10px 8px 10px 0;
  }
  .p-area-fv__ribbon::after {
    border-width: 10px 0 10px 8px;
  }
  .p-area-fv__tel-link i {
    width: 17px;
    margin: -5px 0 0 -10px;
  }
  .p-area-fv__tel-body {
    gap: 8px;
  }
  .p-area-fv__tel-body strong {
    font-size: 24px;
  }
  .p-area-fv__tel-body small {
    font-size: 11px;
  }

/* --------------------------------------------------
  SP：sec2：希望のスタイル選択（HTML：.p-area-style-select）
-------------------------------------------------- */
  .p-area-style-select {
    padding: 0;
  }
  .p-area-style-select__header {
    margin-bottom: 30px;
  }
  .p-area-style-select__header .c-custom-mini-badge {
    font-size: 13px;
    padding: 3px 16px;
    margin-bottom: 10px;
  }
  .p-area-style-select__title {
    font-size: 24px;
  }
  .p-area-style-select__title-sub {
    font-size: 20px;
  }
  .p-area-style-select__lead {
    margin-bottom: 20px;
  }
  .p-area-style-select__info-bar {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
  }
  .p-area-style-select__info-bar i {
    font-size: 15px;
  }
  .p-area-style-select__info-bar span {
    font-size: 12px;
  }
  .p-area-style-select__grid {
    flex-direction: column;
    gap: 20px;
  }
  .c-style-card {
    padding: 15px;
    border-radius: 12px;
  }
  .c-style-card__inner {
    gap: 0;
    margin-bottom: 15px;
  }
  .c-style-card__img {
    width: 42%;
  }
  .c-style-card__img img {
    border-radius: 6px;
    aspect-ratio: auto;
  }
  .c-style-card__body {
    width: 55%;
  }
  .c-style-card__card-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .c-style-card__desc {
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .c-style-card__tag {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
  }
  .c-btn-style-blue {
    min-height: 50px;
    font-size: 16px;
  }
  .c-btn-style-blue__arrow {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .c-btn-style-blue__arrow::before {
    left: 5px;
    width: 5px;
    height: 5px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .c-style-card__cta {
    gap: 10px;
  }

/* --------------------------------------------------
  SP：sec3：保護者の悩み（HTML：.p-area-worry）
-------------------------------------------------- */
  .p-area-worry {
    padding: 0;
  }
  .p-area-worry h2.dfo {
    font-size: 24px;
    margin-bottom: 30px;
    line-height:46px;
  }
  .p-area-worry h2.dfo::before {
    width: 50px;
    height: 3px;
  }
  .p-area-worry__intro {
    gap: 15px;
    margin-bottom: 0;
    align-items: flex-start;
  }
  .p-area-worry__intro-media {
    width: 120px;
    flex-shrink: 0;
  }
  .p-area-worry__mom-img {
    width: 100%;
    height: 100%;
    margin: -4px 0 -20px 6px;
    border-width: 2px;
  }
  .p-area-worry__bubble {
    left: 105px;
    top: 53px;
    font-size: 12px;
    padding: 8px;
    border-radius: 10px;
    line-height:16px;
  }
  .p-area-worry__bubble::after {
    left: -8px;
    bottom: 10px;
    border-right-width: 10px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .p-area-worry__intro-text p {
    font-size: 13px;
    line-height: 1.45;
    margin: -27px 0 19px -10px;
  }
  .c-worry-card {
    border-radius: 12px;
    margin-bottom: 35px;
  }
  .c-worry-list__item {
    padding: 15px 12px;
    gap: 10px;
  }
  .c-worry-list__item i {
    width: 18px;
    height: 18px;
    border-radius: 3px;
  }
  .c-worry-list__item i::after {
    top: 1px;
    left: 5px;
    width: 4px;
    height: 8px;
  }
  .c-worry-list__text {
    font-size: 14px;
    line-height: 1.4;
  }
  .c-worry-list__badge-tokyu {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
    width: 120px;
    text-align: center;
  }
  .p-area-worry__conclusion {
    border-radius: 12px;
    padding: 5px 12px 10px 12px;
  }
  .p-area-worry__conclusion-inner {
    width: 72%;
  }
  .p-area-worry__conclusion-stars {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .p-area-worry__conclusion-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .p-area-worry__conclusion-sub {
    font-size: 12px;
    line-height: 1.45;
  }
  .p-area-worry__conclusion-teacher {
    width: 115px;
    bottom: -5px;
    right:10px;
  }
  
  .p-area-worry__conclusion-title .u-marker-yellow{
  	font-size:22px;
  	}

/* --------------------------------------------------
  SP：sec4：成績が上がらない理由（HTML：.p-area-reason）
-------------------------------------------------- */
  .p-area-reason {
    padding: 45px 0;
  }
  .p-area-reason__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-area-reason__intro {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }
  .p-area-reason__intro-text {
    width: 100%;
    z-index:1;
  }
  .p-area-reason__intro-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-area-reason__intro-text p.is-small {
	font-size: 14px;
	line-height: 1.6;
  }
  .p-area-reason__intro-img {
	width: 100%;
	max-width: 340px;
	margin: -35px 0 0 210px;
	position: absolute;
	z-index: revert-layer;
  }
  .p-area-reason__blocks {
    gap: 12px;
    margin-bottom: 40px;
  }
  
  
  .c-reason-block {
    padding: 12px 15px;
    gap: 15px;
    border-radius: 10px;
  }
  .c-reason-block__icon-wrap {
    width: 60px;
    height: 60px;
  }
  .c-reason-block__img {
    width: 36px;
    height: 36px;
  }
  .c-reason-block__number {
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -2px;
    left: -2px;
  }
  .c-reason-block__title {
    font-size: 18px;
    margin:0 0 4px;
  }
  .c-reason-block__text {
    line-height: 1.4;
  }
  .p-area-reason__trend {
    padding: 20px 12px;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .p-area-reason__trend-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .p-area-reason__trend-content {
    flex-direction: column;
    gap: 15px;
  }
  .p-area-reason__trend-map {
    width: 70px;
    height: 70px;
  }
  .p-area-reason__trend-map i {
    font-size: 18px;
  }
  .p-area-reason__trend-info {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: center;
  }
  .p-area-reason__trend-left,
  .p-area-reason__trend-right {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
  .c-trend-arrow {
  display:none;
    width: 28px;
    height: 28px;
  }
  .c-trend-arrow::after {
    left: 38%;
    top: 35%;
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: 2.5px solid #ffffff;
    border-bottom: 2.5px solid #ffffff;
    transform: rotate(-45deg);
  }
  .p-area-reason__trend-note {
    font-size: 9px;
    margin-top: 10px;
  }
  .p-area-reason__compare {
    gap: 10px;
    margin-bottom: 40px;
  }
  .c-compare-box {
    padding: 15px 12px;
    border-radius: 10px;
  }
  .c-compare-box__flex {
    gap: 15px;
  }
  .c-compare-box__img {
    width: 80px;
  }
  .c-compare-box__head {
    gap: 8px;
    margin-bottom: 10px;
  }
  .c-compare-box__badge {
    font-size: 14px;
    padding: 3px 10px;
    white-space: nowrap;
  }
  .c-compare-box__style-label {
    font-size: 14px;
    padding: 1px 6px;
  }
  .c-compare-box__list {
    gap: 6px;
  }
  .c-compare-box__list li {
    padding-left: 22px;
    font-size: 14px;
  }
  .c-compare-box__list li.is-batsu::before {
    width: 12px;
    height: 12px;
  }
  .c-compare-box__list li.is-check::before {
    width: 14px;
    height: 14px;
  }
  .c-compare-box__list li.is-check::after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 6px;
  }
  .c-compare-down-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #ffca00;
  }
  .p-area-reason__footer {
    padding: 20px 0;
  }
  .p-area-reason__footer p {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .p-area-reason__footer h3 {
    font-size: 20px;
  }

/* --------------------------------------------------
  SP：sec5：選ばれる理由（HTML：.p-area-why）
-------------------------------------------------- */
  .p-area-why {
    padding-bottom: 40px;
  }
  .p-area-why__header {
    padding: 25px 0 0;
    margin-bottom: 25px;
  }
  .p-area-why__header .l-container {
    padding: 0 3%;
  }
  .p-area-why__header-inner {
    width: 65%;
  }
  .c-why-section-badge {
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
  .p-area-why__header-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .p-area-why__header-big-num {
    font-size: 34px;
  }
  .p-area-why__header-lead {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 18px;
  }
  .p-area-why__header-teacher {
    right: 10px;
    width: 125px;
    bottom: 0;
  }
  .p-area-why__items {
    padding: 0 10px;
    gap: 16px;
  }
  .c-why-item {
    padding: 15px;
    border-radius: 10px;
  }
  .c-why-item__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .c-why-item__icon-area {
    width: auto;
  }
  .c-why-item__circle-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }
  .c-why-item__title {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .c-why-item__usp-ribbon {
    font-size: 11px;
    padding: 4px 15px;
    transform: translate(-15px, 2px) rotate(-45deg);
    width: 152px;
    position: absolute;
    top: 5px;
    left: -42px;
  }
  .c-why-item__shield-icon {
    font-size: 40px;
  }
  .c-why-item__side-badge {
    align-self: flex-end;
    width: 100%;
    max-width: 180px;
    height: 48px;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
  }
  .c-why-item__side-badge .label {
        font-size: 16px;
        display: inline-block;
        margin: 18px 0 0;
  }
  .c-why-item__side-badge .price {
    font-size: 32px;
  }
  .c-why-item__side-badge .price .unit {
    font-size: 16px;
  }
  .c-why-item__side-badge .text {
    font-size: 32px;
    line-height: 1;
  }
  .c-why-item__side-badge .text br {
    display: none;
  }
  .c-why-item__side-badge .text .small {
    font-size: 16px;
  }
  
  .c-why-item__title.is-red{
  	width:100%;
  	padding:0 0 0 20%;
  	}
  
  
  .c-why-item__note {
    font-size: 10px;
    margin-top: 6px;
  }
  .c-why-item__sub-grid {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-why-sub-box__head {
    padding: 8px 12px;
    font-size: 15px;
  }
  .c-why-sub-box__body {
    padding:0 12px 12px;
    min-height: auto;
  }
  .c-why-sub-box__body p {
    font-size: 12px;
    width: 75%;
  }
  .c-why-sub-box__tag-blue {
    font-size: 11px;
    padding: 1px 6px;
  }
  .c-why-sub-box__map-thumb {
    width: 40px;
  }
  .c-why-sub-box__globe-icon {
    font-size: 32px;
    right: 10px;
    bottom: 10px;
  }
  .c-btn-why-blue {
    max-width: 100%;
    min-height: 48px;
    font-size: 14px;
    box-shadow: 0 3px 0 #0d255c;
  }
  .c-btn-why-blue__circle-arrow {
    right: 15px;
    width: 18px;
    height: 18px;
  }
  .c-btn-why-blue__circle-arrow::before {
    left: 5px;
    width: 4px;
    height: 4px;
  }
  .c-why-item__line-badge {
    top: -12px;
    font-size: 10px;
    padding: 2px 10px;
  }
  .c-why-item__stu-thumb {
    width: 54px;
  }
  .c-why-item__mentors {
    gap: 10px;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
  }
  .mentor-unit {
    min-width: 0;
    flex: 1;
    gap: 4px;
  }
  .mentor-unit i {
    font-size: 28px;
  }
  .mentor-unit img {
    width: 36px;
    height: 36px;
  }
  .mentor-unit span {
    font-size: 10px;
  }

.c-why-item__flex {
    display: grid;
    grid-template-columns: auto 1fr; /* アイコンと見出しの幅 */
    align-items: center; /* 縦位置を中央揃え */
    gap: 10px 15px; /* 上下10px、左右15pxの余白 */
  }

  /* HTMLの階層を無視して、子要素を直接Gridに参加させる魔法の指定 */
  .c-why-item__body-area {
    display: contents; 
  }

  .c-why-item__icon-area {
    grid-column: 1 / 2;
  }

  .c-why-item__title {
    grid-column: 2 / 3;
    margin-bottom: 0; /* 余白はgapで取るので0に */
  }

  .c-why-item__text {
    grid-column: 1 / 3; /* アイコンの下まで幅いっぱい広げる */
  }

  .c-why-item__side-badge {
    grid-column: 1 / 3;
    justify-self: flex-end; /* バッジは右寄せ */
  }

.c-why-item.is-reason1{
    background-position: 20px 30px;
	}
.is-reason1 .c-why-item__flex{
	gap:0;
	}



/* --------------------------------------------------
  SP：sec7：料金（HTML：#p-sec7-price）
-------------------------------------------------- */
  #p-sec7-price {
    padding: 50px 0;
  }
  #p-sec7-price .p-area-price__main-title {
    font-size: 26px;
  }
  #p-sec7-price .p-area-price__main-title::before,
  #p-sec7-price .p-area-price__main-title::after {
    font-size: 20px;
  }
  #p-sec7-price .p-area-price__main-lead {
    padding: 0 5%;
  }
  #p-sec7-price .p-area-price__sub-header {
    margin-bottom: 0;
  }
  #p-sec7-price .p-area-price__sub-header span {
    font-size: 18px;
    padding: 0 15px;
  }
  #p-sec7-price .p-area-price__sub-header small {
    display: block;
    margin: 5px auto 0;
    font-size: 12px;
    background-color: #FFF;
    width: fit-content;
  }
  #p-sec7-price .p-area-price__grade-grid {
    flex-direction: column;
    padding: 0 15px;
    gap: 15px;
    margin:15px auto 30px;
  }
  
  #p-sec7-price .c-grade-card__row .label {
  margin:5px 10px 0 0;
  font-size:14px;
  }
  
#p-sec7-price .p-area-price__head{
  	margin-bottom:30px;
  	}
  
  #p-sec7-price .c-grade-card {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 15px 0;
  }
  #p-sec7-price .c-grade-card__head {
    width: 30%;
    margin-bottom: 0;
  }
  #p-sec7-price .c-grade-card__avatar {
    width: 50px;
    height: 50px;
  }
  #p-sec7-price .c-grade-card__name {
    font-size: 16px;
  }
  #p-sec7-price .c-grade-card__body {
    width: 65%;
  }
  #p-sec7-price .c-grade-card__row {
    padding: 0;
    justify-content:start;
  }
  #p-sec7-price .c-grade-card__row .price {
    font-size: 21px;
  }
  #p-sec7-price .p-area-price__table-wrap {
    padding: 0 5px;
  }
  #p-sec7-price .c-compare-table th,
  #p-sec7-price .c-compare-table td {
    padding: 10px 0;
    font-size: 11px;
    height: 50px;
  }
  #p-sec7-price .c-compare-table__item-head {
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
  }
  #p-sec7-price .c-compare-table__item-head img {
    width: 20px;
  }
  #p-sec7-price .c-compare-table td.is-our-col strong {
    font-size: 16px;
  }
  #p-sec7-price .c-compare-table td br {
    display: none;
  }
  #p-sec7-price .c-price-banner {
    flex-direction: column;
    padding:0 0 15px;
    margin:0 0 15px;
    gap: 0px;
  }
  
  #p-sec7-price .c-price-banner__ribbon{
	margin: -9px auto 10px;
	display: block;
	width: fit-content;
  	}
  
  #p-sec7-price .c-price-banner__char {
    width: 80px;
    display:none;
  }
  #p-sec7-price .c-price-banner__title {
    font-size: 24px;
  }
  #p-sec7-price .c-price-banner__gift {
    width: 60px;
    display:none;
  }

#p-sec7-price .c-table-check.is-long{
	font-size:9px;
	}


/* --------------------------------------------------
  SP：sec8：受験情報（HTML：#p-sec8-exam）
-------------------------------------------------- */
  #p-sec8-exam {
    padding: 50px 0;
  }
  #p-sec8-exam .p-area-exam__main-title {
    font-size: 24px;
  }
  #p-sec8-exam .p-area-exam__main-title i {
    font-size: 22px;
  }
  #p-sec8-exam .p-area-exam__main-lead {
    padding: 0 4%;
  }
  #p-sec8-exam .p-area-exam__section {
    padding: 0 12px;
    margin-bottom: 40px;
  }
  #p-sec8-exam .c-exam-h3 {
    font-size: 18px;
    margin-bottom: 15px;
    gap: 10px;
  }
  #p-sec8-exam .c-exam-h3 .num {
    width: 26px;
    height: 26px;
    font-size: 15px;
    border-radius: 3px;
  }
  #p-sec8-exam .p-area-exam__intro-text {
    margin-bottom: 15px;
  }
  #p-sec8-exam .c-exam-sys-list {
    padding: 5px 12px;
    border-radius: 8px;
  }
  #p-sec8-exam .c-exam-sys-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 6px;
  }
  #p-sec8-exam .c-exam-sys-list__left {
    width: 100%;
    gap: 10px;
  }
  #p-sec8-exam .c-exam-sys-list__left .name {
    width: 90px;
  }
  #p-sec8-exam .c-exam-sys-list__left .area {
  }
  #p-sec8-exam .c-exam-sys-list__right {
    width: 100%;
    padding-left: 32px;
    box-sizing: border-box;
  }
  #p-sec8-exam .c-exam-sys-list__right .schools {
    font-size: 14px;
  }
  #p-sec8-exam .c-exam-notice-box {
    padding: 12px;
    gap: 10px;
  }
  #p-sec8-exam .c-exam-notice-box__icon {
    font-size: 20px;
  }
  #p-sec8-exam .c-exam-notice-box__body strong {
    font-size: 18px;
  }
  #p-sec8-exam .p-area-exam__school-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #p-sec8-exam .c-school-card {
    padding: 15px 8px;
    border-radius: 8px;
    border-top-width: 3px;
  }
  #p-sec8-exam .c-school-card__title {
    font-size: 18px;
  }
  #p-sec8-exam .c-school-card__sub {
    font-size: 13px;
    margin:-5px auto 6px;
  }
  #p-sec8-exam .c-school-card__score strong {
    font-size: 64px;
    line-height: 38px;

  }
  #p-sec8-exam .c-school-card__score span {
    font-size: 11px;
  }
  #p-sec8-exam .c-school-card__text {
    font-size: 13px;
    line-height: 1.4;
  }
  #p-sec8-exam .c-exam-row-list {
    padding: 5px 12px;
    border-radius: 8px;
  }
  #p-sec8-exam .c-exam-row-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 4px;
  }
  #p-sec8-exam .c-exam-row-list__item .left-col {
    width: 100%;
    gap: 8px;
  }
  #p-sec8-exam .c-exam-row-list__item .left-col i {
    font-size: 15px;
  }
  #p-sec8-exam .c-exam-row-list__item .right-col {
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
  }
  #p-sec8-exam .c-exam-advice-box__inner {
    padding-right: 0;
    padding-top: 15px;
  }
  #p-sec8-exam .c-exam-advice-box__bubble {
    border-radius: 16px;
    padding: 12px;
  }
  #p-sec8-exam .c-exam-advice-box__bubble p {
    font-size: 13px;
  }
  #p-sec8-exam .c-exam-advice-box__bubble::after {
    right: 35px;
    top: -11px;
    transform: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-top: none;
  }
  #p-sec8-exam .c-exam-advice-box__bubble::before {
    right: 34px;
    top: -14px;
    transform: none;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 13px solid #cbdbee;
    border-top: none;
  }
  #p-sec8-exam .c-exam-advice-box__teacher {
    right: 20px;
    top: 0;
    bottom: auto;
    width: 70px;
  }

/* --------------------------------------------------
  SP：sec9：利用者の声（HTML：#p-sec9-voice）
-------------------------------------------------- */
  #p-sec9-voice {
    padding: 40px 0;
  }
  #p-sec9-voice .p-area-voice__main-title {
    font-size: 24px;
  }
  #p-sec9-voice .p-area-voice__main-title::before,
  #p-sec9-voice .p-area-voice__main-title::after {
    font-size: 18px;
	font-weight:normal;
  }
  #p-sec9-voice .p-area-voice__main-lead {
    padding: 0 4%;
    font-weight:normal;
    color:#000;
  }
  #p-sec9-voice .p-area-voice__cards {
    padding: 0 12px;
    gap: 20px;
  }
  #p-sec9-voice .c-voice-card {
    flex-direction: column;
    padding: 20px 15px;
    gap: 15px;
  }
  #p-sec9-voice .c-voice-card__left {
    flex-direction: row;
    width: 100%;
    text-align: left;
    gap: 12px;
    justify-content: flex-start;
  }
  #p-sec9-voice .c-voice-card__avatar {
    width: 125px;
    height:90px;
    margin-bottom: 0;
  }
  #p-sec9-voice .c-voice-card__map {
  	width:135px;
  	margin:15px 0 0;
    display: none;
  }
  #p-sec9-voice .c-voice-card__profile {
    margin-bottom: 0;
    font-size: 12px;
  }
  #p-sec9-voice .c-voice-card__profile br {
    display: none;
  }
  #p-sec9-voice .c-voice-card__text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #p-sec9-voice .c-voice-card__text::before {
    font-size: 32px;
    left: -10px;
    top: -10px;
  }
  #p-sec9-voice .c-voice-card__result {
    align-self: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    margin-bottom: 0;
  }
  #p-sec9-voice .c-result-box .num {
    font-size: 32px;
  }
  #p-sec9-voice .c-result-box .unit {
    font-size: 14px;
    line-height:1.6;
  }
  #p-sec9-voice .c-voice-card__buttons {
    flex-direction: column;
    gap: 10px;
  }
  #p-sec9-voice .c-btn-voice-sub {
    width: 100%;
    min-height: 40px;
    font-size: 11px;
    padding: 8px 4px;
    box-sizing: border-box;
  }
  #p-sec9-voice .c-btn-voice-main {
    width: 95%;
    min-height: 42px;
    font-size:13px;
  }
  #p-sec9-voice .p-area-voice__note {
    font-size: 10px;
    padding: 0 10px;
    line-height: 1.4;
  }
  
  #p-sec9-voice .c-result-box .status{
  	font-size:12px;
  	}

#p-sec9-voice .c-result-box.is-before{
	min-width:130px;
	}

#p-sec9-voice .c-result-box.is-after{
	min-width:130px;
	}

#p-sec9-voice span.yajirushi{
	font-size:48px;
	text-indent: 0px;
	}

/* --------------------------------------------------
  SP：sec10：CTA2（HTML：#p-sec10-cta）
-------------------------------------------------- */
  #p-sec10-cta .p-area-cta__message .p-area-cta__desc {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.4;
  }
  #p-sec10-cta .c-btn-trial--white {
    border-color: #114a9a;
    background-color: #ffffff;
  }
  #p-sec10-cta .c-btn-trial--white .c-btn-trial__text {
    color: #114a9a;
    font-size:32px;
  }
  #p-sec10-cta .c-btn-trial--white .c-btn-trial__arrow {
    border: 1px solid #114a9a;
    background-color: #ffffff;
  }
  #p-sec10-cta .c-btn-trial--white .c-btn-trial__arrow::before {
    border-top-color: #114a9a;
    border-right-color: #114a9a;
  }
  #p-sec10-cta .c-btn-trial--white .c-btn-trial__phone-badge {
    position: absolute;
    left: 8px;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border: 2px solid #114a9a;
    color: #114a9a;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

/* --------------------------------------------------
  SP：sec11：ご利用の流れ（HTML：#p-sec11-flow）
-------------------------------------------------- */
  #p-sec11-flow {
    padding: 50px 0;
  }
  #p-sec11-flow .p-area-flow__head {
    margin-bottom: 35px;
  }
  #p-sec11-flow .p-area-flow__head .sub {
    font-size: 13px;
  }
  #p-sec11-flow .p-area-flow__head .main {
    font-size: 26px;
    padding-bottom: 8px;
  }
  #p-sec11-flow .p-area-flow__head .main::after {
    height: 3px;
    width: 30px;
  }
  #p-sec11-flow .p-area-flow__timeline {
    padding-left: 45px;
  }
  #p-sec11-flow .p-area-flow__timeline::before {
    left: 16px;
    top: 15px;
    bottom: 15px;
  }
  #p-sec11-flow .c-flow-step {
    margin-bottom: 16px;
  }
  #p-sec11-flow .c-flow-step__icon-num {
    left: -45px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  #p-sec11-flow .c-flow-step__card {
    padding: 15px;
    gap: 15px;
  }
  #p-sec11-flow .c-flow-step__img {
    width: 60px;
    height: 60px;
  }
  #p-sec11-flow .c-flow-step__content .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #p-sec11-flow .c-flow-step__content .text {
    line-height: 1.45;
  }

/* --------------------------------------------------
  SP：sec12：対応エリア（HTML：#p-sec12-area）
-------------------------------------------------- */
  #p-sec12-area {
    padding: 50px 0;
  }
  #p-sec12-area .p-area-area__head {
    margin-bottom: 30px;
  }
  #p-sec12-area .p-area-area__head .badge {
    font-size: 12px;
    padding: 4px 14px;
    margin-bottom: 10px;
  }
  #p-sec12-area .p-area-area__head .main-title {
    font-size: 26px;
  }
  #p-sec12-area .p-area-area__head .lead-text {
  
    padding: 0 10px;
  }
  #p-sec12-area .c-area-box {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  #p-sec12-area .c-area-box.is-face-box {
    margin-bottom: 25px;
  }
  #p-sec12-area .c-area-box__header {
    gap: 10px;
	padding:0;
	margin:0 0 10px;
  }
  #p-sec12-area .c-area-box__header i {
    font-size: 20px;
  }
  #p-sec12-area .c-area-box__header h3 {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  #p-sec12-area .c-area-box__header h3 .tag {
    font-size: 12px;
    padding: 1px 0px;
    margin: 0 0 0 -7px;
  }
  #p-sec12-area .c-area-box__sub {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #p-sec12-area .c-area-box__main {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  #p-sec12-area .c-area-box__right {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #p-sec12-area .c-area-check-list {
    gap: 10px;
  }
  #p-sec12-area .c-area-check-list li {
    padding-left: 40px;
    font-size: 14px;
  }
  #p-sec12-area .c-area-check-list li::before {
    font-size: 14px;
    top: 30px;
  }
  #p-sec12-area .c-area-box__thumb .bubble {
    right: -5px;
    bottom: -10px;
    padding: 4px 10px;
    font-size: 12px;
  }
  #p-sec12-area .c-area-badge-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  #p-sec12-area .badge-item {
    padding: 10px 15px;
    gap: 12px;
  }
  #p-sec12-area .badge-item i {
    font-size: 20px;
  }
  #p-sec12-area .badge-item strong {
    font-size: 20px;
  }
  #p-sec12-area .c-area-box__notice {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 20px;
    display: flex;
  }
  #p-sec12-area .c-area-box__buttons {
    flex-direction: column;
    gap: 10px;
  }
  #p-sec12-area .c-area-box__link-title {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 15px;
  }
  #p-sec12-area .c-btn-area-white {
    height: 48px;
    font-size: 13px;
  }
  
  #p-sec12-area .c-area-box__header img {
  width: 35px;
  height: 35px;
  padding: 0px;
}

#p-sec12-area .c-area-box__header .main {
	font-size:18px;
	}

#p-sec12-area .c-area-box__header .tag, #p-sec12-area .c-area-box__header .row2{
	font-size:13px;
	}
#p-sec12-area .c-area-consult-banner__left img{
	width:75px;
	height:75px;
	}
  
#p-sec12-area .c-area-consult-banner {
    flex-direction: column;
    text-align: center;
    padding: 10px;
    gap: 15px;
    margin: 0 10px;
  }
#p-sec12-area .c-area-consult-banner__left {
    width: 75px;
    margin: 0 auto;
  }
#p-sec12-area .c-area-consult-banner__left .bubble {
	right: -65px;
	top: 6px;
	font-size: 10px;
  }
#p-sec12-area .c-area-consult-banner__right {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin:0;
  }
#p-sec12-area .c-area-consult-banner__right h4 {
    font-size: 15px;
    line-height: 1.3;
  }
#p-sec12-area .c-area-consult-banner__right p {
    font-size: 12px;
  }
#p-sec12-area .c-area-consult-banner__right .link-btn {
    font-size: 13px;
  }

/* --------------------------------------------------
  SP：sec13：よくある質問（HTML：#p-sec13-faq）
-------------------------------------------------- */
  #p-sec13-faq {
    padding: 50px 0;
  }
  #p-sec13-faq .p-area-faq__head {
    margin-bottom: 35px;
  }
  #p-sec13-faq .p-area-faq__head-icon {
    font-size: 24px;
    margin-bottom: 4px;
  }
  #p-sec13-faq .p-area-faq__main-title {
    font-size: 26px;
    padding-bottom: 8px;
  }
  #p-sec13-faq .p-area-faq__main-title::after {
    height: 3px;
    width: 30px;
  }
  #p-sec13-faq .p-area-faq__main-lead {
    font-size: 13px;
    padding: 0 10px;
  }
  #p-sec13-faq .p-area-faq__list {
    padding: 0 15px;
    gap: 12px;
  }
  #p-sec13-faq .c-faq-item {
    padding: 15px;
    border-radius: 8px;
  }
  #p-sec13-faq .c-faq-item__header {
    gap: 12px;
    margin-bottom: 8px;
  }
  #p-sec13-faq .c-faq-item__number {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  #p-sec13-faq .c-faq-item__question {
    font-size: 15px;
    line-height: 1.4;
  }
  #p-sec13-faq .c-faq-item__body {
    padding-left: 36px;
  }
  #p-sec13-faq .c-faq-item__answer {
    line-height: 1.6;
    font-weight:normal;
  }

/* --------------------------------------------------
  SP：sec14：最終CTA（HTML：#p-sec14-final-cta）
-------------------------------------------------- */
  #p-sec14-final-cta {
    padding: 50px 0;
  }
  #p-sec14-final-cta .p-area-final-cta__head {
    margin-bottom: 30px;
  }
  #p-sec14-final-cta .p-area-final-cta__head .sub {
    font-size: 13px;
  }
  #p-sec14-final-cta .p-area-final-cta__head .main-title {
    font-size: 24px;
    gap: 10px;
  }
  #p-sec14-final-cta .laurel {
    width: 28px;
    height: 28px;
  }
  #p-sec14-final-cta .p-area-final-cta__head .lead-text {
    font-size: 15px;
    padding: 0 10px;
    font-weight:normal;
    line-height: 1.5;
  }
  #p-sec14-final-cta .c-promise-box {
    padding: 20px 15px;
    margin: 0 12px 30px;
  }
  #p-sec14-final-cta .c-promise-box__title {
    font-size: 14px;
    max-width: 100%;
  }
  #p-sec14-final-cta .c-promise-box__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #p-sec14-final-cta .c-promise-box__item {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px dashed #e1e8f2;
    padding-bottom: 10px;
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
  }
  #p-sec14-final-cta .c-promise-box__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
#p-sec14-final-cta .c-promise-box__item img{
    height: auto;
    width: 35px;
    margin:0;
  }
  
  #p-sec14-final-cta .c-btn-trial--white p{
  	padding:0 0 0 60px;
  	}
  
  #p-sec14-final-cta .c-btn-trial--white .sub_text{

    font-size: 10px;
    margin: -10px 0 -10px;
	}
  
  
  #p-sec14-final-cta .c-promise-box__item strong {
    font-size: 15px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  #p-sec14-final-cta .c-promise-box__item span {
    font-size: 15px;
  }
  #p-sec14-final-cta .c-final-online-card {
    padding: 30px 12px 20px;
    margin: 0 12px 20px;
  }
  #p-sec14-final-cta .c-final-online-card__ribbon {
    font-size: 11px;
    padding: 4px 12px;
  }
  #p-sec14-final-cta .c-final-online-card__tag {
    font-size: 16px;
    padding: 6px 4px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  #p-sec14-final-cta .p-area-final-cta__ribbon {
        font-size: 14px;
        padding: 3px 20px;
        margin-bottom: 8px;
        background-color: #ffca00;
        color: #000;
        font-weight: bold;
        position: relative;
        display: inline-block;
        text-align: center;
        z-index: 2;
        margin: 10px auto -13px;
        border-radius: 0;
        padding: 1px 40px 10px 40px;
        clip-path: polygon(0 0, /* ① 左上 */
					100% 0, /* ② 右上 */ 
					calc(100% - 15px) calc((100% - 5px) / 2),  /* ③ 右中央の凹み */ 
					100% calc(100% - 10px), /* ④ 右下 */
					calc(50% + 12px) calc(100% - 10px), /* ⑤ しっぽの右付け根 */
					50% 100%, /* ⑥ しっぽの先端 */
					calc(50% - 12px) calc(100% - 10px), /* ⑦ しっぽの左付け根 */ 
					0 calc(100% - 10px), /* ⑧ 左下 */
					15px calc((100% - 5px) / 2) /* ⑨ 左中央の凹み */);
  }
  #p-sec14-final-cta .c-final-tel-row {
    flex-direction: column;
    gap: 10px;
  }
  #p-sec14-final-cta
    .c-final-tel-row
    .c-btn-trial--white
    .c-btn-trial__phone-badge {
    position: absolute;
    left: 8px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #p-sec14-final-cta .c-final-online-card__buttons{
  	padding:5px;
  	}
  
  #p-sec14-final-cta .c-final-tel-row__time {
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
    margin:auto;
  }
  #p-sec14-final-cta .c-final-tel-row__note {
    font-size: 11px;
    margin-top: 4px;
  }
  #p-sec14-final-cta .c-final-face-card {
    padding: 20px 15px;
    margin: 0 12px 30px;
  }
  #p-sec14-final-cta .c-final-face-card__inner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  #p-sec14-final-cta .c-final-face-card__left {
    flex-direction: column;
    gap: 10px;
  }
  #p-sec14-final-cta .c-final-face-card__left .icon-home {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  #p-sec14-final-cta .c-final-face-card__left h3 {
    font-size: 14px;
    line-height: 1.4;
  }
  #p-sec14-final-cta .c-final-face-card__left .laurel-sub {
    font-size: 12px;
  }
  #p-sec14-final-cta .c-final-face-card__right {
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }
  #p-sec14-final-cta .c-final-face-card__right .map-thumb {
    width: 60px;
    display:none;
  }
  #p-sec14-final-cta .c-btn-goto-association {
    width: 100%;
    height: 42px;
    font-size: 13px;
  }
  #p-sec14-final-cta .p-area-final-cta__footer-note {
    font-size: 12px;
    padding: 0 10px;
    line-height: 1.4;
  }
}