@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
:root {
  --ink: #0d0a08;
  --ink-2: #171310;
  --ink-3: #221c17;
  --copper: #e85d04;
  --copper-hot: #ff8c1a;
  --copper-deep: #9d3c02;
  --amber: #ffb347;
  --paper: #f4ede4;
  --paper-dim: #cfc4b6;
  --molten: linear-gradient(120deg, #ff8c1a 0%, #e85d04 40%, #c9420a 70%, #9d3c02 100%);
}

.main_visual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 120px 0 63px;
  min-height: 740px;
}
@media (min-width: 920px) {
  .main_visual {
    padding: min(8.5714285714vw, 120px) 0 min(4.5vw, 63px);
  }
}
.main_visual_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main_visual picture {
  width: 100%;
  height: 100%;
}
.main_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(80vw, 880px);
  height: min(80vw, 880px);
  right: -18%;
  top: 6%;
  background: radial-gradient(circle at 38% 38%, #ffb347 0%, #ff8c1a 22%, #e85d04 45%, #7a2e02 72%, transparent 78%);
  border-radius: 50%;
  filter: blur(46px);
  opacity: 0.85;
  animation: breath 7s ease-in-out infinite;
}
.main_visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 80% 90%, rgba(232, 93, 4, 0.16), transparent 55%), linear-gradient(to bottom, rgba(13, 10, 8, 0.25), rgba(13, 10, 8, 0.92) 88%);
}
.main_visual_inner {
  position: relative;
}

@keyframes breath {
  0%, 100% {
    transform: scale(1) translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.07) translateY(-2%);
    opacity: 1;
  }
}
.hero-scroll {
  position: absolute;
  right: 0;
  bottom: -60px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  color: #CFC4B6;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.042em;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .hero-scroll {
    bottom: 0;
  }
}
.hero-scroll:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #CFC4B6;
  transform-origin: left;
  animation: scrl 2s ease-in-out infinite;
}

@keyframes scrl {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px 0 100px;
  overflow: hidden;
  isolation: isolate;
}

.sparks {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.sparks i {
  position: absolute;
  bottom: -4vh;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--amber);
  filter: blur(0.5px);
  box-shadow: 0 0 10px 2px rgba(255, 140, 26, 0.8);
  animation: rise linear infinite;
  opacity: 0;
}

@keyframes rise {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  8% {
    opacity: 0.95;
  }
  100% {
    transform: translateY(-105vh) translateX(var(--sway, 30px)) scale(0.25);
    opacity: 0;
  }
}
.hero-inner {
  position: relative;
  width: 100%;
}

.hero-en {
  font-family: var(--font-en);
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: 0.5em;
  color: var(--copper-hot);
  margin-bottom: clamp(12px, 2vw, 20px);
}

.main_visual_ttl {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main_visual_ttl .line {
  display: block;
  overflow: hidden;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 600px) {
  .main_visual_ttl .line {
    font-size: 60px;
  }
}
@media (min-width: 920px) {
  .main_visual_ttl .line {
    font-size: clamp(70px, 7.4285714286vw, 104px);
  }
}
.main_visual_ttl .line span {
  display: inline-block;
  transform: translateY(110%);
  animation: up 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.main_visual_ttl .line:nth-child(2) span {
  animation-delay: 0.18s;
}
.main_visual_ttl .line .line_inner {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.35;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .main_visual_ttl .line .line_inner {
    font-size: 36px;
  }
}
@media (min-width: 920px) {
  .main_visual_ttl .line .line_inner {
    font-size: clamp(36px, 4.2857142857vw, 60px);
  }
}
.main_visual_ttl .cast {
  background: linear-gradient(101.13deg, #FF8C1A 0%, #E85D04 40%, #C9420A 70%, #9D3C02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.degree {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: middle;
  background: linear-gradient(101.13deg, #FF8C1A 0%, #E85D04 40%, #C9420A 70%, #9D3C02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 600px) {
  .degree {
    font-size: 36px;
  }
}
@media (min-width: 920px) {
  .degree {
    font-size: clamp(50px, 5.2857142857vw, 74px);
  }
}

@keyframes up {
  to {
    transform: translateY(0);
  }
}
.hero-sub {
  margin-top: clamp(22px, 3vw, 34px);
  opacity: 0;
  animation: fadeIn 1.2s ease 0.7s forwards;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .hero-sub {
    font-size: clamp(20px, 1.7142857143vw, 24px);
  }
}
@media (min-width: 920px) {
  .hero-sub .br_sp {
    display: none;
  }
}

.hero-sub small {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  color: var(--paper-dim);
}
@media (min-width: 920px) {
  .hero-sub small {
    font-size: 18px;
  }
}
@media (min-width: 920px) {
  .hero-sub small .br_sp {
    display: none;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.hero-honest {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 20px;
  border: 2px solid var(--copper-hot);
  border-radius: 14px;
  transform: rotate(-2deg);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.0076em;
  vertical-align: middle;
  color: var(--copper-hot);
  background: rgba(232, 93, 4, 0.08);
  opacity: 0;
  animation: stamp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
}
@media (min-width: 920px) {
  .hero-honest {
    margin-top: clamp(22px, 2.8571428571vw, 40px);
    padding: 14px 26px;
    font-size: 19px;
  }
}
@media (min-width: 600px) {
  .hero-honest br {
    display: none;
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
    transform: rotate(-2deg) scale(1.6);
  }
  100% {
    opacity: 1;
    transform: rotate(-2deg) scale(1);
  }
}
/* ---------- 共通 ---------- */
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.sec-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.sec-label .en {
  font-family: var(--font-en);
  font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: 0.28em;
  color: var(--copper);
}
.sec-label::before {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--copper);
}

.sec-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.35;
  vertical-align: middle;
  margin-bottom: clamp(24px, 3.5vw, 40px);
}
@media (min-width: 920px) {
  .sec-title {
    font-size: clamp(32px, 4vw, 56px);
  }
}
@media (min-width: 600px) {
  .sec-title .br_sp {
    display: none;
  }
}
.sec-title ruby rt {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .sec-title ruby rt {
    font-size: 14px;
  }
}
.sec-title .hl {
  background: var(--molten);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lead {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.75;
  vertical-align: middle;
  color: #5C5348;
}
.lead strong {
  color: #0D0A08;
}
.lead.white {
  color: #F4EDE4;
}
.lead .br_pc {
  display: none;
}
@media (min-width: 920px) {
  .lead .br_pc {
    display: block;
  }
}
@media (min-width: 920px) {
  .lead .br_sp {
    display: none;
  }
}

.rv {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.rv.on {
  opacity: 1;
  transform: none;
}

.rv-d1 {
  transition-delay: 0.12s;
}

.rv-d2 {
  transition-delay: 0.24s;
}

.rv-d3 {
  transition-delay: 0.36s;
}

/* ---------- ボタン ---------- */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.0135em;
  text-align: center;
  vertical-align: middle;
  color: #FF8C1A;
  border: 1px solid rgba(232, 93, 4, 0.5490196078);
  border-radius: 999px;
  padding: 11px 25px;
  background: transparent;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}

.btn-more:hover {
  background: var(--copper);
  color: #fff;
  transform: translateY(-2px);
}

.btn-more::after {
  content: "＋";
  font-weight: 700;
}

/* ---------- ヒーロー ---------- */
/* ---------- マーキー ---------- */
.marquee {
  border-top: 1px solid rgba(232, 93, 4, 0.35);
  border-bottom: 1px solid rgba(232, 93, 4, 0.35);
  padding: 24px 0 14px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--ink-2);
}
@media (min-width: 920px) {
  .marquee {
    padding: 39px 0 30px;
  }
}
.marquee .track {
  display: inline-flex;
  gap: 32px;
  animation: mq 26s linear infinite;
}
@media (min-width: 920px) {
  .marquee .track {
    gap: 64px;
  }
}
.marquee .track picture img {
  max-width: none;
  width: auto;
  display: block;
  height: 36px;
}
@media (min-width: 920px) {
  .marquee .track picture img {
    height: 53px;
  }
}

@keyframes mq {
  to {
    transform: translateX(-50%);
  }
}
/* ---------- 向いてる人（チェック診断） ---------- */
.foryou_section {
  padding: 80px 0;
}
@media (min-width: 920px) {
  .foryou_section {
    padding: min(8.5714285714vw, 120px) 0 min(11.2142857143vw, 157px);
  }
}
.foryou_section .check-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
@media (min-width: 920px) {
  .foryou_section .check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: clamp(14px, 1.4285714286vw, 20px);
    grid-column-gap: clamp(16px, 1.5714285714vw, 22px);
    margin-top: clamp(20px, 2.0714285714vw, 29px);
  }
}

.chk {
  text-align: left;
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--ink-2);
  border: 1.5px solid rgba(244, 237, 228, 0.14);
  border-radius: 18px;
  padding: 28px 20px;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 920px) {
  .chk {
    padding: clamp(16px, 2.1428571429vw, 30px) clamp(20px, 2.2857142857vw, 32px);
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.chk:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 93, 4, 0.5);
}
.chk .box {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 2px;
  border: 2px solid rgba(244, 237, 228, 0.4);
  display: grid;
  place-items: center;
  transition: background-color 0.3s, border-color 0.3s;
}
.chk .box_inner {
  color: #F4EDE4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .chk .box_inner {
    font-size: 18px;
  }
}
.chk .box_inner ::after {
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}
.chk.checked {
  border-color: var(--copper-hot);
  background: rgba(232, 93, 4, 0.12);
}
.chk.checked .box {
  background: linear-gradient(108.74deg, #FF8C1A 0%, #E85D04 40%, #C9420A 70%, #9D3C02 100%);
  border-color: transparent;
  position: relative;
  border: none;
}
.chk.checked .box::after {
  position: absolute;
  content: "";
  background-image: url(../img/home/check.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.check-result {
  margin-top: clamp(24px, 3vw, 36px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: var(--paper-dim);
  transition: color 0.3s;
}
@media (min-width: 920px) {
  .check-result {
    font-size: clamp(20px, 2.2857142857vw, 32px);
  }
}
.check-result strong {
  color: var(--copper-hot);
}
@media (min-width: 600px) {
  .check-result .br_sp {
    display: none;
  }
}

.check-result-sub {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  margin: 12px 0 40px;
}
@media (min-width: 920px) {
  .check-result-sub .br_sp {
    display: none;
  }
}

.check-btn-common {
  background: linear-gradient(108.74deg, #FF8C1A 0%, #E85D04 40%, #C9420A 70%, #9D3C02 100%);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 246px;
  padding: 16px 34px 16px 24px;
  margin: 0 auto;
}
.check-btn-common_txt {
  font-weight: 700;
  font-size: 18px;
  text-box-trim: trim-both;
  line-height: 1.35;
  text-align: center;
}
.check-btn-common_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-btn-common {
  transition: transform 0.25s, box-shadow 0.25s;
}
@media (min-width: 920px) {
  .check-btn-common:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(232, 93, 4, 0.6);
  }
}

.check-hint {
  text-align: center;
  font-size: 12.5px;
  color: var(--paper-dim);
  margin-top: 6px;
  letter-spacing: 0.08em;
}

/* ---------- 私たちが作るもの ---------- */
.products_section {
  background: var(--ink-2);
  padding: 80px 0;
}
@media (min-width: 920px) {
  .products_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}

.prod-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 920px) {
  .prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: clamp(32px, 4.2857142857vw, 60px);
  }
}

.pd {
  background: var(--ink);
  border: 1px solid rgba(244, 237, 228, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.pd:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 93, 4, 0.6);
}

.pd .thumb {
  aspect-ratio: 344/214;
  position: relative;
  overflow: hidden;
}
.pd .thumb img {
  max-width: none;
  width: 100%;
}

.pd .body {
  padding: clamp(20px, 2.6vw, 28px);
  flex: 1;
}

.pd .en {
  color: var(--copper);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.0312em;
  vertical-align: middle;
}

.pd h3 {
  color: #F4EDE4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.0115em;
  vertical-align: middle;
  margin-top: 10px;
}
@media (min-width: 920px) {
  .pd h3 {
    font-size: clamp(20px, 1.6428571429vw, 23px);
  }
}

.pd p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  color: var(--paper-dim);
  flex: 1;
  margin-top: 12px;
}
@media (min-width: 920px) {
  .pd p {
    font-size: 15px;
  }
}

.pd .open {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  width: fit-content;
  display: block;
  color: var(--copper-hot);
  margin: 18px 0 0 auto;
}
@media (min-width: 920px) {
  .pd .open {
    margin: 21px 0 0 auto;
    font-size: 15px;
  }
}

.pd .open::after {
  content: " ＋ 詳しく見る";
}

.prod-note {
  margin-top: 24px;
  border-left: 3px solid var(--copper);
  padding-left: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  color: var(--paper);
}
@media (min-width: 920px) {
  .prod-note {
    margin-top: clamp(28px, 2.7857142857vw, 39px);
    font-size: clamp(16px, 1.2857142857vw, 18px);
    padding-left: 25px;
  }
}

.prod-note strong {
  color: var(--copper-hot);
}

/* ---------- 数字 ---------- */
.numbers_section {
  padding: 80px 0;
}
@media (min-width: 920px) {
  .numbers_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}

.num-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(244, 237, 228, 0.12);
  border: 1px solid rgba(244, 237, 228, 0.12);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .num-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.num-cell {
  background: var(--ink);
  padding: 20px;
}
@media (min-width: 920px) {
  .num-cell {
    padding: lamp(16px, 2.2857142857vw, 32px);
  }
}
.num-cell .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  vertical-align: middle;
  color: var(--paper-dim);
  height: 44px;
}
@media (min-width: 920px) {
  .num-cell .label {
    font-size: 18px;
    height: auto;
  }
}
@media (min-width: 600px) {
  .num-cell .label .br_sp {
    display: none;
  }
}
.num-cell .val {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  background: var(--molten);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 4px 0 7px;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .num-cell .val {
    font-size: clamp(40px, 5.1428571429vw, 72px);
  }
}
.num-cell .val .unit {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}
@media (min-width: 920px) {
  .num-cell .val .unit {
    font-size: clamp(18px, 1.7142857143vw, 24px);
  }
}
.num-cell .note {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: middle;
  color: var(--paper-dim);
}
@media (min-width: 920px) {
  .num-cell .note {
    font-size: 15px;
  }
}

/* ---------- 1日の流れ ---------- */
.day_section {
  background: var(--ink-2);
  padding: 80px 0;
}
@media (min-width: 920px) {
  .day_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}

.timeline {
  margin-top: clamp(30px, 4.2857142857vw, 60px);
  position: relative;
  padding-left: 40px;
}
@media (min-width: 920px) {
  .timeline {
    padding-left: 52px;
  }
}
.timeline.pc {
  display: none;
}
@media (min-width: 920px) {
  .timeline.pc {
    display: block;
  }
  .timeline.sp {
    display: none;
  }
}
@media (min-width: 920px) {
  .timeline_wrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}

.tstep {
  position: relative;
  padding-bottom: clamp(24px, 3vw, 36px);
}
.tstep .tt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .tstep .tt {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .tstep .tt br {
    display: none;
  }
}
.tstep .td {
  color: var(--paper-dim);
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .tstep .td {
    font-size: 15px;
  }
}
.tstep:last-child {
  padding-bottom: 0;
}
.tstep::before {
  content: "";
  position: absolute;
  left: calc(clamp(17px, 2.2vw, 25px) - clamp(50px, 6vw, 70px) - 7px + clamp(50px, 6vw, 70px));
  left: calc(-1 * clamp(50px, 6vw, 70px) + clamp(17px, 2.2vw, 25px) - 7px);
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ink-2);
  border: 3px solid var(--copper);
  z-index: 2;
}
@media (min-width: 920px) {
  .tstep::before {
    width: 22px;
    height: 22px;
  }
}
.tstep::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 8px;
  height: 100%;
  width: 2px;
  background: #E85D04;
  z-index: 1;
}
@media (min-width: 920px) {
  .tstep::after {
    left: -34px;
  }
}
@media (min-width: 970px) {
  .tstep::after {
    left: -36px;
  }
}
@media (min-width: 1100px) {
  .tstep::after {
    left: -42px;
  }
}
.tstep:last-child::after {
  content: none;
}

.day-note {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(232, 93, 4, 0.1);
  border: 1px solid rgba(232, 93, 4, 0.4);
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 920px) {
  .day-note {
    margin-top: clamp(30px, 4.7142857143vw, 66px);
    padding: clamp(18px, 1.7142857143vw, 24px) clamp(20px, 2.2857142857vw, 32px);
  }
}
.day-note p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .day-note p {
    font-size: 15px;
  }
}
.day-note p strong {
  color: var(--copper-hot);
}

/* ---------- やりがい ---------- */
.pride_section {
  padding: 80px 0 0;
}
@media (min-width: 920px) {
  .pride_section {
    padding: min(8.5714285714vw, 120px) 0 0;
  }
}

.pride_section .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .pride_section .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 1.7142857143vw, 24px);
    margin-top: clamp(30px, 4vw, 44px);
  }
}

.prcard {
  background: var(--ink-2);
  border: 1px solid rgba(244, 237, 228, 0.1);
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
@media (min-width: 920px) {
  .prcard {
    padding: clamp(24px, 3vw, 36px);
  }
}

.prcard .no {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--copper);
}
@media (min-width: 920px) {
  .prcard .no {
    font-size: clamp(36px, 3.1428571429vw, 44px);
  }
}
.prcard .no_ttl {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.011em;
  vertical-align: middle;
  margin: 10px 0 9px;
}
@media (min-width: 920px) {
  .prcard .no_ttl {
    font-size: clamp(18px, 1.5714285714vw, 22px);
  }
}
.prcard .no_txt {
  color: #CFC4B6;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .prcard .no_txt {
    font-size: 15px;
  }
}

/* ---------- 正直セクション ---------- */
.real_section {
  background: repeating-linear-gradient(-45deg, rgba(232, 93, 4, 0.05) 0 24px, transparent 24px 48px), var(--ink);
  padding: 80px 0;
}
@media (min-width: 920px) {
  .real_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}
.real_section .frame {
  border: 2px solid rgba(232, 93, 4, 0.5);
  border-radius: 24px;
  padding: 20px;
  background: rgba(13, 10, 8, 0.75);
}
@media (min-width: 920px) {
  .real_section .frame {
    padding: clamp(28px, 4.8571428571vw, 68px) clamp(28px, 4.4285714286vw, 62px) clamp(28px, 4.6428571429vw, 65px);
  }
}
.real_section .real-items {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 920px) {
  .real_section .real-items {
    gap: clamp(18px, 1.7857142857vw, 25px);
    margin-top: clamp(24px, 2.7142857143vw, 38px);
  }
}
.real_section .real-items .ritem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (min-width: 920px) {
  .real_section .real-items .ritem {
    flex-direction: row;
    gap: 18px;
  }
}
.real_section .real-items .ritem_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.real_section .real-items .ritem .mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--copper-hot);
  display: grid;
  place-items: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: var(--copper-hot);
}
@media (min-width: 920px) {
  .real_section .real-items .ritem .mark {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}
.real_section .real-items .ritem p {
  font-size: 14px;
  color: var(--paper-dim);
  margin-top: 4px;
}
.real_section .real-items .ritem p strong {
  color: var(--paper);
}
.real_section .real-items .ritem h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .real_section .real-items .ritem h3 {
    font-size: clamp(18px, 1.4285714286vw, 20px);
  }
}
.real_section .punch {
  margin-top: clamp(28px, 4vw, 44px);
  font-family: var(--font-min);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .real_section .punch {
    font-size: clamp(20px, 2.4285714286vw, 34px);
    margin-top: clamp(28px, 3.3571428571vw, 47px);
  }
}
.real_section .punch .hl {
  background: var(--molten);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- 給与 ---------- */
.salary_section {
  background: var(--ink-2);
  padding: 80px 0 72px;
}
@media (min-width: 920px) {
  .salary_section {
    padding: min(8.5714285714vw, 120px) 0 min(8.2857142857vw, 116px);
  }
}

.sal-hero {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgba(232, 93, 4, 0.1019607843);
  border: 1px solid rgba(232, 93, 4, 0.4509803922);
  border-radius: 16px;
}
@media (min-width: 920px) {
  .sal-hero {
    padding: 40px;
  }
}
.sal-hero.model {
  background: rgba(255, 140, 26, 0.1019607843);
  border: 1px solid rgba(255, 140, 26, 0.4509803922);
}
.sal-hero_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.sal-hero_head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 920px) {
  .sal-hero_head {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.sal-hero .cap {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  color: var(--paper-dim);
}
@media (min-width: 920px) {
  .sal-hero .cap {
    font-size: 20px;
    width: 105px;
  }
}
.sal-hero .money {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.21;
  vertical-align: middle;
  background: var(--molten);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .sal-hero .money {
    font-size: min(7.1428571429vw, 100px);
  }
}
.sal-hero .money.model {
  background: linear-gradient(97.78deg, #FF8D1A 0%, #E87604 40%, #C96A0A 70%, #9D5002 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
.sal-hero .money .u {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 920px) {
  .sal-hero .money .u {
    font-size: 40px;
  }
}
.sal-hero .inc {
  color: #CFC4B6;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .sal-hero .inc {
    padding-left: 137px;
  }
}

.sal-model {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  background: rgba(232, 93, 4, 0.1);
  border: 1px solid rgba(232, 93, 4, 0.45);
  border-radius: 16px;
  padding: 16px 26px;
  margin-bottom: clamp(26px, 3.4vw, 38px);
  width: 100%;
}

.sal-model .t {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.sal-model .v {
  font-family: var(--font-en);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  color: var(--copper-hot);
}

.sal-model .v .u {
  font-size: 0.5em;
}

.sal-model .s {
  font-size: 11.5px;
  color: var(--paper-dim);
  width: 100%;
}

.chip-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .chip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 920px) {
  .chip-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 1.4285714286vw, 20px);
  }
}

.schip {
  background: var(--ink);
  border: 1px solid rgba(244, 237, 228, 0.12);
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 920px) {
  .schip {
    padding: clamp(18px, 1.8571428571vw, 26px);
  }
}
.schip .h {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.00078em;
  color: var(--paper-dim);
}
@media (min-width: 920px) {
  .schip .h {
    font-size: 13px;
  }
}
.schip .v {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.9;
  vertical-align: middle;
  color: var(--copper-hot);
  margin-top: 2px;
}
@media (min-width: 920px) {
  .schip .v {
    font-size: clamp(18px, 1.4285714286vw, 20px);
    vertical-align: middle;
  }
}
.schip .v span {
  font-size: 12px;
}
@media (min-width: 920px) {
  .schip .v span {
    font-size: 13px;
  }
}
.schip .n {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.385;
  vertical-align: middle;
  color: var(--paper-dim);
  margin-top: 4px;
}
@media (min-width: 920px) {
  .schip .n {
    font-size: 13px;
  }
}

/* ---------- 働き方（3交替） ---------- */
.shift_section {
  padding: 80px 0;
}
@media (min-width: 920px) {
  .shift_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}

.btn-more {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: 0.1em;
  color: var(--copper-hot);
  border: 1.5px solid rgba(232, 93, 4, 0.55);
  border-radius: 999px;
  padding: 10px 24px;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
@media (min-width: 920px) {
  .btn-more {
    margin-top: clamp(24px, 2.4285714286vw, 34px);
  }
  .btn-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(232, 93, 4, 0.6);
  }
}

.shift_contents {
  background: #171310;
  border: 1px solid rgba(244, 237, 228, 0.1215686275);
  border-radius: 10px;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 920px) {
  .shift_contents {
    border-radius: 20px;
    padding: 40px 20px;
    gap: 40px;
  }
}
.shift_contents_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(244, 237, 228, 0.5019607843);
  margin-top: 40px;
}
@media (min-width: 920px) {
  .shift_contents_container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding-bottom: clamp(20px, 2.8571428571vw, 40px);
    margin-top: clamp(24px, 3.4285714286vw, 48px);
  }
}
.shift_contents .shift_ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.9;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .shift_contents .shift_ttl {
    font-size: clamp(20px, 1.7142857143vw, 24px);
  }
}
.shift_contents_bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.shift_contents_bottom .shift_time {
  color: #FF8C1A;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .shift_contents_bottom .shift_time {
    font-size: 32px;
  }
}
.shift_contents_bottom .shift_txt {
  color: #CFC4B6;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.shift-facts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 920px) {
  .shift-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.4285714286vw, 20px);
    margin-top: clamp(20px, 2.8571428571vw, 40px);
  }
}

/* ---------- 休日（明るいセクション） ---------- */
.holiday_section {
  background: var(--paper);
  color: var(--ink);
  padding: 80px 0;
}
@media (min-width: 920px) {
  .holiday_section {
    padding: min(8.5714285714vw, 120px) 0;
  }
}
.holiday_section .ext {
  padding: 11px 25px;
  border: 1px solid rgba(157, 60, 2, 0.5490196078);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  transition: background-color 0.3s ease-out;
}
.holiday_section .ext:hover {
  background-color: var(--copper-deep);
}
.holiday_section .ext:hover .ext_txt {
  color: #F4EDE4;
}
.holiday_section .ext:hover .ext_arrow svg path {
  fill: #F4EDE4;
}
.holiday_section .ext_txt {
  color: var(--copper-deep);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.0135em;
  text-align: center;
  vertical-align: middle;
  transition: color 0.3s ease-out;
}
.holiday_section .ext_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.holiday_section .ext_arrow svg path {
  transition: fill 0.3s ease-out;
}

.holiday .sec-label .en {
  color: var(--copper-deep);
}

.holiday .lead {
  color: #5c5348;
}

.holiday .lead strong {
  color: var(--ink);
}

.hcards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (min-width: 920px) {
  .hcards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 1.7142857143vw, 24px);
    margin-top: clamp(32px, 4.2857142857vw, 60px);
    margin-bottom: clamp(20px, 2.5714285714vw, 36px);
  }
}

.hcard {
  background: #fff;
  border-radius: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid #e6dccd;
  box-shadow: 0 4px 20px rgba(30, 20, 10, 0.06);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hcard .ic {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(120deg, #FF8C1A 0%, #E85D04 40%, #C9420A 70%, #9D3C02 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 920px) {
  .hcard .ic {
    flex: 0 0 52px;
    height: 52px;
  }
}
.hcard h3 {
  font-size: 15;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .hcard h3 {
    font-size: 16px;
  }
}
.hcard h3 .big {
  color: var(--copper-deep);
}
.hcard p {
  color: #5C5348;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .hcard p {
    font-size: 15px;
  }
}

/* ---------- 社員の声 ---------- */
.voice_section {
  padding: 80px 0 40px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .voice_section {
    padding: min(8.5714285714vw, 120px) 0 min(4.2857142857vw, 60px);
  }
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  height: auto;
}

.swiper-slide-active .voice-grid {
  background: rgba(232, 93, 4, 0.1019607843);
}

.voice-grid {
  border: 1px solid rgba(232, 93, 4, 0.4509803922);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
}
@media (min-width: 920px) {
  .voice-grid {
    padding: clamp(20px, 2.8571428571vw, 40px);
  }
}

.swiper-pagination {
  position: relative !important;
  margin-top: 32px;
}
@media (min-width: 920px) {
  .swiper-pagination {
    margin-top: 40px;
  }
}

.voice_section blockquote {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
  position: relative;
  padding-left: 18px;
}
@media (min-width: 920px) {
  .voice_section blockquote {
    font-size: 24px;
    padding-left: 22px;
  }
}
.voice_section blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: var(--molten);
  border-radius: 2px;
}
.voice_section .who {
  margin-top: 18px;
  font-size: 13.5px;
  color: var(--paper-dim);
}
.voice_section .who strong {
  color: var(--paper);
  font-size: 15px;
}
.voice_section .btn-more {
  margin: 24px auto 0;
  display: block;
}
@media (min-width: 920px) {
  .voice_section .btn-more {
    margin: 32px auto 0;
  }
}

.swiper-pagination-bullet {
  background: #E85D04;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #E85D04;
  opacity: 1;
}

/* ---------- cta_section ---------- */
.cta_section {
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  padding: clamp(100px, 14vw, 180px) 0 clamp(110px, 15vw, 190px);
  position: relative;
  padding: 40px 0 80px;
}
@media (min-width: 920px) {
  .cta_section {
    padding: min(4.2857142857vw, 60px) 0 min(8.5714285714vw, 120px);
  }
}
.cta_section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -20% -55% -20%;
  height: 120%;
  background: radial-gradient(ellipse at 50% 100%, #ffb347 0%, #e85d04 30%, #7a2e02 58%, transparent 75%);
  filter: blur(30px);
  opacity: 0.9;
}
.cta_section_en {
  font-family: var(--font-en);
  font-size: clamp(15px, 1.8vw, 20px);
  letter-spacing: 0.5em;
  color: var(--copper-hot);
}
.cta_section_ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.34;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .cta_section_ttl {
    font-size: min(5.1428571429vw, 72px);
  }
}
.cta_section_ttl_en {
  color: #FF8C1A;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .cta_section_ttl_en {
    font-size: clamp(18px, 1.4285714286vw, 20px);
  }
}
.cta_section_ttl_wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 21px;
}
.cta_section_txt {
  color: #CFC4B6;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
.cta_section_txt .btns {
  margin-top: clamp(30px, 4vw, 48px);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 920px) {
  .cta_section_txt .br_sp {
    display: none;
  }
}

.entry_btn_container {
  margin: 49px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}
@media (min-width: 920px) {
  .entry_btn_container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: min(4.3571428571vw, 61px);
    max-width: none;
  }
}
.entry_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.entry_btn_wrap:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(244, 237, 228, 0.5019607843);
}
@media (min-width: 920px) {
  .entry_btn_wrap:first-child {
    padding-right: min(4.3571428571vw, 61px);
    border-right: 1px solid rgba(244, 237, 228, 0.5019607843);
    padding-bottom: 0;
    border-bottom: none;
  }
}
.entry_btn_ttl {
  color: #F4EDE4;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.entry_btn_new {
  background: #F4EDE4;
  border-radius: 999px;
  padding: 24px;
  max-width: 387px;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.entry_btn_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 920px) {
  .entry_btn_box {
    flex-direction: row;
  }
}

.btn-l {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 40px;
  border-radius: 999px;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .btn-l {
    font-size: clamp(18px, 1.2857142857vw, 20px);
  }
}

.btn-l.fill {
  background: var(--molten);
  color: #fff;
  box-shadow: 0 8px 30px rgba(232, 93, 4, 0.45);
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-l.fill:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(232, 93, 4, 0.6);
}
.btn-l.ghost {
  border: 2px solid rgba(244, 237, 228, 0.4);
  transition: transform 0.25s, border-color 0.25s, background-color 0.25s;
}
.btn-l.ghost:hover {
  transform: translateY(-3px);
  border-color: var(--copper-hot);
  background-color: rgba(232, 93, 4, 0.12);
}
.btn-l .ar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  position: relative;
}
.btn-l .ar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #F4EDE4;
  opacity: 0.2;
}/*# sourceMappingURL=home.css.map */