/* ==================================================
  共通設定
================================================== */


.message-inner,
.junior-course-inner,
.promise-inner,
.company-inner,
.contact-cta-inner {
  margin: 0 auto;
}

#company p.lead{
	color:#000;
	}


.p-company-mv {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url(../images/company/company-bg.jpg);
    background-size: cover;
    background-position: 125px -85px;
    overflow: hidden;
    background-repeat: no-repeat;
}

    /* 透過白ボックス: 左端から配置し、右だけ角丸 */
.p-company-mv__box {
	width: 310px;
	text-align:center;
	margin: 120px 0 0 15vw;
    background-color: rgba(255, 255, 255, 0.82);
    padding: 30px;
    border-radius: 3px;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(2px); /* わずかなボケで高級感を演出 */
}

/* 明朝体 H1 */
.p-company-mv__title {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #193e97; /* 濃い紺色 */
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.1em;
}

.p-company-mv__title-sub {
    display: block;
    font-family: var(--font-base); /* ゴシック体に戻す */
    font-size: 20px;
    color: #193e97;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
}




/* ==================================================
  代表メッセージ
================================================== */

.message-section {
  padding: 54px 16px 64px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.98) 0%, rgba(245,250,255,0.94) 46%, #eef7ff 100%);
  color: #224eb1;
}

.message-inner {
  max-width: 960px;
}

.message-card {
  padding: 46px 70px 38px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(38, 88, 150, 0.15);
  border-radius: 18px;
  box-shadow:
    0 12px 30px rgba(38, 88, 145, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.message-title {
	font-family:"Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	margin: 0 0 8px;
	text-align: center;
	font-size: clamp(30px, 4.3vw, 32px);
	line-height: 1.35;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #224eb1;
}

.message-subtitle {
	font-family:"Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 38px;
	text-align: center;
	font-size: clamp(18px, 2.8vw, 18px);
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #224eb1;
}

.message-subtitle span {
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #1d5ba8);
}

.message-subtitle span:last-child {
  background: linear-gradient(90deg, #1d5ba8, transparent);
}

.message-body {
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #000;
}

.message-body p {
  margin: 0 0 30px;
}

.message-body p:last-child {
  margin-bottom: 0;
}

.message-body strong {
  font-weight: 900;
}

.marker {
  background: linear-gradient(transparent 58%, rgba(255, 210, 54, 0.72) 58%);
  padding: 0 2px;
}

.message-quote {
  position: relative;
  max-width: 520px;
  margin: 44px auto 34px;
  padding: 22px 42px;
  border: 2px solid rgba(36, 90, 160, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  text-align: center;
}

.message-quote p {
  margin: 0;
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #224eb1;
  font-family:"Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.quote-mark {
  position: absolute;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  color: #f5b22b;
}

.quote-left {
  top: -22px;
  left: 18px;
}

.quote-right {
  right: 18px;
  bottom: -38px;
}

.message-sign {
  margin: 0;
  text-align: right;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #33445d;
}


/* ==================================================
経営理念・ビジョン
================================================== */

.vision-section {
  position: relative;
  padding: 56px 16px 48px;
  background:rgba(224,240,255);
  overflow: hidden;
  color: #183a72;
}

.vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.28) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.22) 0 1px, transparent 1px 100%);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.vision-inner {
  position: relative;
  max-width: 920px;
  margin:auto;
}

.course-eyebrow {
  margin: 0 0 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #1758c8;
}

.course-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1554bd;
  text-shadow: 0 2px 0 rgba(255,255,255,0.9);
}

.course-title-line {
  width: 76px;
  height: 4px;
  margin: 22px auto 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c63d5, #2d87ff);
}

.philosophy-card {
  padding: 28px 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(34, 92, 180, 0.16);
  border-radius: 22px;
  box-shadow:
    0 12px 28px rgba(36, 91, 153, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.philosophy-block {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 24px;
  align-items: center;
}

.philosophy-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eaf3ff, #dfeeff);
  color: #1758c8;
  font-size: 54px;
  box-shadow: inset 0 1px 8px rgba(255,255,255,0.9);
}

.philosophy-icon-yellow {
  background: linear-gradient(135deg, #fff8df, #fff0bd);
}

.philosophy-text .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 15px 5px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.label-blue {
  background: linear-gradient(90deg, #1767d8, #2f86ff);
}

.label-orange {
  background: linear-gradient(90deg, #ff9f1c, #ffbd43);
}

.philosophy-text h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #174fbb;
}

.philosophy-text p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.04em;
}

.philosophy-divider {
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg, transparent, rgba(31, 91, 175, 0.25), transparent);
}

.values-lead {
  margin: 30px 0 24px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #304768;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.value-card {
  position: relative;
  min-height: 160px;
  padding: 22px 10px 16px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(34, 92, 180, 0.12);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(39, 92, 156, 0.1);
}

.value-number {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0b4ba8, #1677d2);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.value-icon {
  margin-top: 34px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #1656bf;
}

.value-card p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #174fbb;
}

.value-card img{
	margin:30px auto 0;
	display:block;
	}


/* ==================================================
  私たちが大切にしている3つの約束
================================================== */

.promise-section {
  padding: 42px 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.95) 0%, rgba(239,247,255,0.9) 45%, #e8f4ff 100%);
}

.promise-inner {
  max-width: 1080px;
}

.promise-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: stretch;
  padding: 34px 34px 0;
  background: rgba(255,255,255,0.94);
  border: 3px solid rgba(238, 204, 111, 0.55);
  border-radius: 18px;
  box-shadow:
    0 12px 28px rgba(40, 86, 145, 0.13),
    inset 0 0 0 1px rgba(255,255,255,0.9);
  overflow: hidden;
}

.promise-main {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.promise-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4.4vw, 32px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #224eb1;
}

.promise-title span {
  display: inline-block;
  margin: 0 4px;
  font-size: 1.38em;
  line-height: 1;
  color: #224eb1;
}

.promise-lead {
  max-width: 720px;
  margin: 0 0 24px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.promise-list {
  display: grid;
  gap: 10px;
}

.promise-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 108px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(32, 78, 140, 0.13);
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(30, 79, 145, 0.06);
  overflow: hidden;
}

.promise-number {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #083b86 0%, #0a3478 100%);
  color: #fff;
}

.promise-number strong {
  position: relative;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.promise-number strong::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #e9bf3f;
}

.promise-text {
  padding: 17px 22px 16px;
}

.promise-text h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #224eb1;
}

.promise-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.promise-image {
  position: relative;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 390px;
}

.promise-image img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
  object-fit: contain;
}


/* ==================================================
  会社概要
================================================== */

.company-section {
  padding: 48px 16px 54px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96) 0%, rgba(245,250,255,0.92) 45%, #eef7ff 100%);
  color: #224eb1;
}

.company-inner {
  max-width: 1020px;
}

.company-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #224eb1;
}

.company-title-line {
  width: 64px;
  height: 3px;
  margin: 14px auto 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #113f88, #2b77db);
}

.company-table-wrap {
	background: rgba(255,255,255,0.94);
	border: 1px solid rgba(39, 91, 153, 0.18);
	border-radius: 13px;
	box-shadow:
	0 8px 22px rgba(41, 90, 146, 0.10),
	inset 0 1px 0 rgba(255,255,255,0.9);
	overflow-x: hidden;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.company-table th,
.company-table td {
  border-bottom: 1px solid rgba(39, 91, 153, 0.15);
  font-size: 15.5px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

.company-table th {
  width: 235px;
  padding: 13px 18px;
  background: linear-gradient(90deg, #edf6ff 0%, #f6fbff 100%);
  border-right: 1px solid rgba(39, 91, 153, 0.13);
  text-align: center;
  font-weight: 900;
  color: #174985;
}

.company-table td {
  padding: 13px 24px;
  background: rgba(255,255,255,0.9);
  font-weight: 700;
  color: #334b6d;
}


/* ==================================================
  お問い合わせCTA
================================================== */

.contact-cta-section {
  padding: 42px 16px 52px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96) 0%, rgba(245,250,255,0.94) 46%, #eef7ff 100%);
  color: #173a73;
}

.contact-cta-inner {
  max-width: 1000px;
  padding: 28px 34px 30px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(38, 88, 150, 0.15);
  border-radius: 16px;
  box-shadow:
    0 10px 26px rgba(39, 88, 145, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.contact-cta-title {
  position: relative;
  margin: 0;
  text-align: center;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #224eb1;
}

.contact-cta-title::before,
.contact-cta-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(28, 75, 135, 0.22));
}

.contact-cta-title::before {
  right: calc(50% + 120px);
}

.contact-cta-title::after {
  left: calc(50% + 120px);
  transform: scaleX(-1);
}

.contact-cta-lead {
  margin: 18px 0 26px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #344f78;
}

.contact-phone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 14px;
  padding: 18px 34px;
  background: linear-gradient(90deg, #f6faff 0%, #ffffff 48%, #f6faff 100%);
  border-radius: 8px;
}

.phone-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #0a3f8c, #1357af);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(18, 74, 152, 0.2);
}

.phone-label {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #224eb1;
  white-space: nowrap;
}

.phone-number {
  font-size: clamp(36px, 6vw, 54px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #224eb1;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'BebasSubset', sans-serif !important;
}

.phone-time {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #224eb1;
  white-space: nowrap;
}

.contact-button-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-btn {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.contact-btn-green {
	padding: 16px 20px 16px 25px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #10b82d 0%, #099b26 100%);
	border: 2px solid #148327;
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 4px 10px rgba(15, 112, 35, 0.22);
}

.contact-btn-orange {
	padding: 16px 20px 16px 25px;
	color: #fff;
	background: linear-gradient(180deg, #ff8a24 0%, #ff6a16 100%);
	border: 2px solid #ff7a1c;
	border-radius: 14px;
	box-shadow:
	0 8px 18px rgba(255, 116, 28, 0.28),
	inset 0 1px 0 rgba(255,255,255,0.35);
}

.contact-btn-outline {
  color: #123f7e;
  background: #fff;
  border: 3px solid rgba(20, 69, 130, 0.72);
  box-shadow: 0 6px 16px rgba(30, 74, 130, 0.08);
}

.btn-icon {
  font-size: 31px;
  line-height: 1;
}

.btn-arrow {
  margin-left: 10px;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}


/* ==================================================
  スマホ用メディアクエリ
================================================== */

@media (max-width: 599px) {

.p-company-mv {
    width: 100%;
    height:350px; /* 画像の比率に合わせ調整 */
    background-position: 55% -20px;
}

    /* 透過白ボックス: 左端から配置し、右だけ角丸 */
.p-company-mv__box {
	width: 70%;
	margin: 45vw 0 0 0;
    padding: 15px;

}

/* 明朝体 H1 */
.p-company-mv__title {
    font-size: 28px;
}

.p-company-mv__title-sub {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

  /* 代表メッセージ */

  .message-section {
    padding: 38px 14px 48px;
  }

  .message-card {
    padding: 30px 20px 28px;
    border-radius: 16px;
  }

  .message-title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .message-subtitle {
    gap: 9px;
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0em;
  }

  .message-subtitle span {
    width: 24px;
  }

  .message-body {
    line-height: 1.95;
    letter-spacing: 0.03em;
  }

  .message-body p {
    margin-bottom: 24px;
  }

  .message-quote {
    margin: 34px auto 28px;
    padding: 20px 24px;
    border-radius: 12px;
  }

  .message-quote p {
    font-size: 22px;
    line-height: 1.55;
  }

  .quote-mark {
    font-size: 44px;
  }

  .quote-left {
    top: -18px;
    left: 12px;
  }

  .quote-right {
    right: 12px;
    bottom: -30px;
  }

  .message-sign {
    line-height: 1.7;
    text-align: right;
    font-size:14px;
  }


  /* ビジョン・理念 */

  .vision-section {
    padding: 44px 14px 40px;
  }

  .course-eyebrow {
    font-size: 14px;
  }

  .course-title {
    font-size: 27px;
    letter-spacing: 0.08em;
  }

  .philosophy-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .philosophy-block {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }

  .philosophy-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    font-size: 42px;
  }

  .philosophy-text h3 {
    font-size: 18px;
    line-height: 1.65;
  }

  .philosophy-text p {
    line-height: 1.9;
  }

  .values-lead {
    line-height: 1.9;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .value-card {
    min-height: 142px;
  }

  .value-card:last-child {
    grid-column: 1 / -1;
  }


  /* 私たちが大切にしている3つの約束 */

  .promise-section {
    padding: 34px 14px;
  }

  .promise-main{
  	padding-bottom:120px;
  	}

  .promise-content {
    display: block;
    padding: 20px 10px 0;
    border-radius: 16px;
    position:relative;
  }

  .promise-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .promise-lead {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .promise-list {
    gap: 12px;
  }

  .promise-item {
    grid-template-columns: 35px 1fr;
    min-height: auto;
  }

  .promise-number strong {
    font-size: 18px;
    text-align: center;
  }

  .promise-number strong::after {
    width: 18px;
    height: 2px;
    margin-top: 8px;
  }

  .promise-text {
    padding: 10px;
  }

  .promise-text h3 {
  	font-size:16px;
  }

  .promise-text p {
    font-size: 13px;
    line-height: 1.7;
  }

  .promise-image {
    margin-top: 16px;
    min-height: 0;
    position:absolute;
	z-index: 2;
	width: 85px;
	right: 0;
  }

  .promise-image img {
    max-width: 220px;
  }


  /* 会社概要 */

  .company-section {
    padding: 40px 14px 44px;
  }

  .company-title {
    font-size: 24px;
    letter-spacing: 0.14em;
  }

  .company-title-line {
    margin-bottom: 24px;
  }

  .company-table-wrap {
    border-radius: 12px;
    overflow-x: hidden;
  }
  
  .table-wrap{
  overflow-x: hidden!important;
  margin-bottom:0!important;}

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .company-table th,
  .company-table td {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .company-table tr {
    border-bottom: 1px solid rgba(39, 91, 153, 0.15);
  }

  .company-table tr:last-child {
    border-bottom: none;
  }

  .company-table th,
  .company-table td {
    border-bottom: none;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .company-table th {
    padding: 11px 16px 6px;
    border-right: none;
    background: #edf6ff;
    color: #174985;
  }

  .company-table td {
    padding: 10px 16px 13px;
    background: #fff;
  }


  /* お問い合わせCTA */

  .contact-cta-section {
    padding: 34px 14px 42px;
  }

  .contact-cta-inner {
    padding: 24px 16px 20px;
    border-radius: 15px;
  }

  .contact-cta-title {
    font-size: 24px;
    letter-spacing: 0.12em;
  }

  .contact-cta-title::before,
  .contact-cta-title::after {
    width: 54px;
  }

  .contact-cta-title::before {
    right: calc(50% + 92px);
  }

  .contact-cta-title::after {
    left: calc(50% + 92px);
  }

  .contact-cta-lead {
    margin: 14px 0 20px;
    font-size: 14px;
  }

  .contact-phone-box {
    display: block;
    padding: 18px 14px;
    text-align: center;
  }

  .phone-left {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .phone-icon {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }

  .phone-label {
    font-size: 18px;
  }

  .phone-number {
    width: 100%;
    margin-top: 4px;
    font-size: 36px;
    letter-spacing: 0.04em;
  }

  .phone-time {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  .contact-button-area {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-btn {
    min-height: 62px;
    font-size: 19px;
    border-radius: 8px;
  }

  .btn-icon {
    font-size: 25px;
  }

  .btn-arrow {
    font-size: 34px;
  }

}